*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

::before,
::after {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

main {
  display: block;
}

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

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

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

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

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  display: block;
}

mark {
  background: none;
}

em {
  font-style: normal;
}

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

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

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

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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;
  /* 1 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  letter-spacing: 0.05em;
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f4e34c));
  background: linear-gradient(transparent 70%, #f4e34c 0%);
}

.pc_none {
  display: none !important;
}

.sp_none {
  display: block !important;
}

.section_container {
  max-width: 950px;
  width: 100%;
  margin: auto;
  padding-right: 25px;
  padding-left: 25px;
  overflow: hidden;
}

.section_title {
  text-align: center;
}

.section_title img {
  display: inline-block;
}

.banner {
  padding: 25px 0;
}

.banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner li {
  width: 49%;
  max-width: 441px;
}

@media screen and (max-width: 1200px) {
  .banner li {
    max-width: min(calc(441 / 1200 * 100vw), 441px);
  }
}

@media screen and (max-width: 768px) {
  .banner li {
    max-width: 100%;
  }
}

.banner li img {
  width: 100%;
}

.banner li:last-of-type {
  position: relative;
  text-align: center;
}

.banner .banner_cv {
  width: 400px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: min(calc(26 / 1200 * 100vw), 26px);
  margin: auto;
  line-height: min(calc(66 / 1200 * 100vw), 66px);
}

@media screen and (max-width: 1200px) {
  .banner .banner_cv {
    width: min(calc(400 / 1200 * 100vw), 400px);
    bottom: min(calc(26 / 1200 * 100vw), 26px);
  }
}

.banner .banner_cv span {
  background: #c30d23;
  border-radius: 34px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
  z-index: 1;
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 3px 3px 0px #fff;
  box-shadow: 3px 3px 0px #fff;
}

@media screen and (max-width: 1200px) {
  .banner .banner_cv span {
    border-radius: min(calc(34 / 134 * 100vw), 34px);
    font-size: clamp(12px, calc(25 / 1200 * 100vw), 25px);
    letter-spacing: min(calc(3 / 1200 * 100vw), 3px);
    -webkit-box-shadow: min(calc(6 / 1200 * 100vw), 6px) min(calc(6 / 1200 * 100vw), 6px) 0px #fff;
    box-shadow: min(calc(6 / 1200 * 100vw), 6px) min(calc(6 / 1200 * 100vw), 6px) 0px #fff;
  }
}

.banner .banner_cv span::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 15px;
  border-left: 6px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .banner .banner_cv span::before {
    right: min(calc(20 / 1200 * 100vw), 20px);
    top: min(calc(2 / 1200 * 100vw), 2px);
    width: min(calc(6 / 1200 * 100vw), 6px);
    height: min(calc(15 / 1200 * 100vw), 15px);
    border-left: min(calc(6 / 1200 * 100vw), 6px) solid #fff;
    border-bottom: min(calc(8 / 1200 * 100vw), 8px) solid transparent;
    border-top: min(calc(8 / 1200 * 100vw), 8px) solid transparent;
  }
}

@media screen and (max-width: 768px) {
  .banner .banner_cv span::before {
    right: min(calc(20 / 768 * 100vw), 20px);
    top: min(calc(2 / 768 * 100vw), 2px);
    width: min(calc(48 / 768 * 100vw), 48px);
    /* 30 → 48 */
    height: min(calc(22 / 768 * 100vw), 22px);
    /* 14 → 22 */
    border-left: min(calc(10 / 768 * 100vw), 10px) solid #fff;
    /* 6 → 10 */
    border-bottom: min(calc(13 / 768 * 100vw), 13px) solid transparent;
    /* 8 → 13 */
    border-top: min(calc(13 / 768 * 100vw), 13px) solid transparent;
  }
}

.banner .banner_cv span:hover {
  -webkit-box-shadow: 3px 3px 0px #c30d23;
  box-shadow: 3px 3px 0px #c30d23;
  border: 1px solid #c30d23;
  background: #fff;
  color: #c30d23;
}

.banner .banner_cv span:hover::before {
  border-left: 6px solid #c30d23;
}

.banner .banner_sp {
  display: none;
}
.banner .banner_pc {
  display: block;
  padding-top: 20px;
}


.point_label {
  background: #231815;
  color: #fff;
  font-size: 20px;
  font-family: "Bebas Neue", cursive;
  width: 80px;
  margin: auto;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 6px 0 4px;
  letter-spacing: 0.08em;
}

.popup {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup:hover {
  opacity: 0.9;
}

.popup_02 {
  position: fixed;
  right: 0;
  top: 340px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup_02:hover {
  opacity: 0.9;
}

header {
  width: 100%;
  background: #231815;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 28px;
  position: relative;
}

.header_inner::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  left: -100%;
  right: -100%;
  width: 100vw;
  margin: auto;
  bottom: 6px;
  background-color: #f4e34c;
}

.header_cv {
  width: 277px;
  position: relative;
  border-radius: 6px;
  background: #39b54a;
  color: #fff;
  font-weight: bold;
  padding: 9px 20px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
  margin-left: auto;
}

.header_cv::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 15px;
  border-left: 6px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_cv:hover {
  border: 1px solid #39b54a;
  background: #fff;
  color: #39b54a;
}

.header_cv:hover::after {
  border-left: 6px solid #39b54a;
}

.mv {
  background: #f4f4f4 url("../img/mv/mv_bg.png") no-repeat center top;
  background-size: 100%;
  padding-bottom: 30px;
  padding-top: 14px;
}

.mv ul {
  background: #fff;
  padding: 11px 20px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-top: -8px; */
  gap: 8px 0;
}

@media screen and (max-width: 1200px) {
  .mv ul {
    padding: min(calc(18 / 1200 * 100vw), 18px) min(calc(20 / 1200 * 100vw), 20px) min(calc(18 / 1200 * 100vw), 18px);
    gap: min(calc(8 / 1200 * 100vw), 8px) 0;
  }
}

.mv li {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  width: 50%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1200px) {
  .mv li {
    font-size: clamp(12px, calc(22 / 1200 * 100vw), 22px);
    padding-left: min(calc(30 / 1200 * 100vw), 30px);
  }
}

.mv li::before {
  content: "";
  position: absolute;
  background-image: url("../img/common/checkbox.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 37px;
  left: 0;
  top: 0;
  bottom: 10px;
  margin: auto;
}

.mv li span {
  font-size: 15px;
  display: block;
  width: 35px;
  text-align: right;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 24%;
}

@media screen and (max-width: 1200px) {
  .mv li span {
    font-size: clamp(12px, calc(18 / 1200 * 100vw), 18px);
    width: min(calc(100 / 1200 * 100vw), 100px);
    top: 4%;
  }
}

.mv li:not(:last-child) {
  letter-spacing: 0;
}

.mv li:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.mv .mv_image {
  max-width: 950px;
  width: 100%;
  margin: auto;
}

.points {
  font-weight: bold;
  background: #f4e34c;
  padding-top: 25px;
  padding-bottom: 25px;
}

.points ul {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.points ul li {
  width: 31%;
}

.points ul li:first-of-type {
  position: relative;
}

.points ul li:first-of-type::before {
  content: "";
  position: absolute;
  background-image: url("../img/point/family_icon.png");
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  width: 131px;
  height: 84px;
  bottom: 100%;
  right: 0;
  left: 0;
  margin: auto;
}

.points h3 {
  background-color: #231815;
  color: #fff;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  height: 79px;
  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;
  text-align: center;
}

.points figure {
  border-radius: 0 0 20px 20px;
  background: #fff;
  padding: 15px;
}

.points figure img {
  margin: 40px auto 30px;
}

@media screen and (max-width: 768px) {
  .points figure img {
    margin: min(calc(40 / 768 * 100vw), 40px) auto min(calc(30 / 768 * 100vw), 30px);
  }
}

.points figcaption {
  font-size: 22px;
  text-align: center;
}

.features {
  background: #f4e34c;
  padding-top: 25px;
  padding-bottom: 25px;
}

.features ol {
  background: #f9f8f2;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-top: 25px;
}

.features li {
  padding-top: 55px;
}

.features li:not(:last-of-type) {
  position: relative;
  padding-bottom: 55px;
}

.features li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  background: #231815;
  height: 1px;
  width: 68%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.features h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 7px;
  margin-bottom: 25px;
}

.features h4 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 25px;
}

.features .features_lead {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.6;
}

.features .features_lead span {
  color: #c30d23;
}

.features figure {
  background: #fff;
  padding: 25px;
}

.features .col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features .col1 img {
  width: 50%;
}

.features .col1 figcaption {
  width: 48%;
  color: #000;
  letter-spacing: 0.06em;
}

.features .point02 .col2 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features .point02 .col2 figure {
  width: 48%;
}

.features .point02 .features_lead {
  font-size: 24px;
}

.features .point02_graph {
  margin-top: 30px;
}

.features .point03 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features .point03 figure img {
  width: 50%;
  margin-top: -22px;
}

.features .point03 figure figcaption {
  width: 50%;
}

.features .point01_thum {
  margin-top: -15px;
}

.strong {
  background: #f4e34c;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000;
}

.strong .point_content {
  background: #fff;
  padding: 30px;
  margin-top: 25px;
}

.strong .point_content>li:not(:last-of-type) {
  position: relative;
  padding-bottom: 55px;
}

.strong .point_content>li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  background: #231815;
  height: 1px;
  width: 68%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.strong h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 12px;
  margin-bottom: 22px;
}

.strong h4 {
  font-size: 28px;
  text-align: center;
  border-radius: 30px;
  padding: 10px 0;
  letter-spacing: 0.1em;
}

.strong h4.yellow {
  background: #f4e34c;
  color: #231815;
}

.strong h4.red {
  background: #c30d23;
  color: #fff;
  position: relative;
  margin-top: 20px;
  letter-spacing: 0.06em;
}

.strong h4.red::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  left: 0;
  bottom: 98%;
  width: 24px;
  height: 16px;
  margin: auto;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #c30d23;
  border-left: 12px solid transparent;
}

.strong h4.red span {
  font-size: 13px;
  position: relative;
  top: -13px;
}

.strong .point00 .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.strong .point00 .point_list li {
  width: 31%;
  border-radius: 10px;
  border: 4px solid #f4e34c;
  text-align: center;
  padding: 12px 10px;
}

.strong .point00 .point_list li span {
  font-size: 17px;
  color: #231815;
  background: #f4e34c;
  font-family: "Bebas Neue", cursive;
  border-radius: 30px;
  line-height: 1;
  display: inline-block;
  width: 80px;
  padding: 7px 0 3px;
}

.strong .point00 .point_list li p {
  margin-top: 15px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}

.strong .point00 .point_list li:first-of-type p {
  margin-top: 25px;
}

.strong .point01,
.strong .point02,
.strong .point03 {
  padding-top: 55px;
}

.strong .point01 .strong_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 14px;
}

.strong .point01 .strong_list li {
  width: 29.5%;
  color: #000;
}

.strong .point01 .strong_list li:nth-child(n+4) {
  margin-top: 40px;
}

.strong .point01 .strong_list li p {
  margin-top: 4px;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0.05em;
}

.strong .point01>p {
  width: 93%;
  margin: 12px auto 0;
}

.strong .point01 small {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.strong .point01 small.mt_none {
  margin-top: 0;
}

.strong .point02_graph,
.strong .point03_graph {
  margin-top: 30px;
}

.strong .point03>p {
  text-align: center;
  line-height: 1.7;
}

.strong .point03 .explain {
  background: #f9f8f2;
  padding: 25px;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.strong .point03 .explain div figure:not(:first-child) {
  margin-top: 12px;
}

.strong .point03 .explain .left {
  width: 47%;
}

.strong .point03 .explain .left figure:last-child {
  margin-top: -40px;
}

.strong .point03 .explain .left p .sp_none {
  display: inline-block !important;
}

.strong .point03 .explain .right {
  width: 46.5%;
}

.strong .point03 .explain h4 {
  text-align: left;
  font-size: 25px;
  letter-spacing: 0.01em;
}

.strong .point03 .explain figure {
  color: #000;
}

.strong .point03 .explain figure p {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.8;
}

.strong .point03 .explain figure p span {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.strong .point03 .explain figure small {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 3px;
  color: #000;
  letter-spacing: 0.04em;
}

.strong .strong_slide {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0 5%;
}

.strong .strong_slide .slick-dots {
  position: relative;
  bottom: -10px;
}

.strong .strong_slide .slick-dots li button {
  padding: 3px;
}

.strong .strong_slide .slick-dots li button:before {
  font-size: 6px;
  line-height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #7c7c7c;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.strong .strong_slide .slick-dots li.slick-active button:before {
  background-color: #f4e34c;
}

.strong .strong_slide .slick-prev,
.strong .strong_slide .slick-next {
  z-index: 1;
  width: 10px;
  height: 40px;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-radius: 0;
  background: transparent;
}

.strong .strong_slide .slick-prev,
.strong .strong_slide .slick-next {
  top: -15%;
  bottom: 0;
  margin: auto;
}

.strong .strong_slide .slick-prev {
  border-right: 10px solid #000;
}

.strong .strong_slide .slick-next {
  border-left: 10px solid #000;
}

.strong .strong_slide .slick-prev span::after,
.strong .strong_slide .slick-next span::after {
  content: none;
}

.strong .strong_slide .slick-prev:hover,
.strong .strong_slide .slick-prev:focus,
.strong .strong_slide .slick-next:hover,
.strong .strong_slide .slick-next:focus {
  opacity: 0.6;
}

.works {
  background: #f4e34c;
  padding-top: 25px;
  padding-bottom: 25px;
}

.works .case_list {
  background: #f9f8f2;
  padding: 30px;
  margin-top: 25px;
}

.works .case_list li:first-of-type {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.works .case_list li:first-of-type::after {
  content: "";
  position: absolute;
  background: #231815;
  height: 1px;
  width: 68%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.works .case_circle {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  border: 3px solid #f4e34c;
  background: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  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;
  margin: 18px auto 0;
}

.works .case_lead {
  margin-top: 25px;
  line-height: 1.8;
  font-size: 15px;
}

.works h3 {
  font-size: 24px;
  margin-top: 18px;
  text-align: center;
}

.works p {
  color: #000;
}

.works .change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.works .change figure {
  width: 46.5%;
}

.works .change figure div {
  position: relative;
}

.works .change figure div span {
  width: 93px;
  display: block;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.11em;
  font-family: "Bebas Neue", cursive;
  position: absolute;
  left: 0;
  top: 0;
  padding: 6px 0 3px;
}

.works .change figcaption {
  margin-top: 12px;
  font-size: 15px;
  text-align: justify;
}

.works .before_img {
  position: relative;
}

.works .before_img::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 105.5%;
  margin: auto;
  width: 20px;
  height: 51px;
  border-left: 20px solid #231815;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
}

.works .before_img span {
  background: #333333;
  color: #fff;
}

.works .after_img span {
  background: #f4e34c;
}

.message {
  padding-top: 25px;
}

.message .message_graph {
  margin-top: -30px;
  margin-bottom: -4px;
}

.message .message_graph img {
  margin: auto;
  max-width: 100%;
}

footer {
  width: 100%;
  background: #231815;
  padding: 28px 0;
  color: #fff;
  position: relative;
}

footer::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  left: -100%;
  right: -100%;
  width: 100vw;
  margin: auto;
  bottom: 6px;
  background-color: #f4e34c;
  top: 8px;
  bottom: auto;
}

footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: bold;
}

footer .footer_inner ul li:not(:last-child) {
  margin-right: 12px;
}

footer small {
  display: block;
  text-align: center;
  font-size: 10px;
  margin-top: 26px;
}

.case_slide {
  width: 100%;
  margin: 40px auto 50px;
  max-width: 685px;
}

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
  margin: 0 4px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.thumb {
  margin-top: 20px;
  padding: 0 9.5%;
}

.thumb .slick-slide {
  cursor: pointer;
}

.slick-prev,
.slick-next {
  z-index: 1;
  width: 48px;
  height: 48px;
  background-color: #ffe100;
  border-radius: 50%;
}

.slick-prev::before,
.slick-next::before {
  content: none;
}

.slick-prev span,
.slick-next span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.slick-prev span::after,
.slick-next span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3d3d3d;
  border-right: 2px solid #3d3d3d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}

.slick-prev {
  left: 0;
}

.slick-prev span {
  position: relative;
}

.slick-prev span::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 0;
  left: 5px;
}

.slick-next {
  right: 0;
}

.slick-next span {
  position: relative;
}

.slick-next span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  right: 5px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #ffe100;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.case01 .change:last-of-type {
  margin-top: 60px;
}

.case02 .case_slide {
  max-width: 535px;
}

.case02 .slick-prev,
.case02 .slick-next {
  width: 40px;
  height: 40px;
}

.case02 .change:not(:first-of-type) {
  margin-top: 28px;
}

@media screen and (max-width: 1200px) {
  .popup {
    width: 100px;
    top: 120px;
  }

  .popup_02 {
    width: 100px;
    top: 315px;
  }

  .mv .mv_image {
    width: 76%;
  }

  .section_container {
    width: 78%;
  }

  .header_inner {
    width: 100%;
  }

  .footer_inner {
    width: 100%;
  }

  .mv {
    padding-top: 35px;
  }

  .mv li {
    font-size: clamp(12px, calc(20 / 1200 * 100vw), 20px);
    width: 50%;
  }

  .banner .banner_cv {
    width: 100%;
    bottom: min(calc(24 / 1200 * 100vw), 24px);
    max-width: min(calc(396 / 1200 * 100vw), 396px);
  }

  .banner .banner_cv span {
    font-size: clamp(12px, calc(25 / 1200 * 100vw), 25px);
    letter-spacing: min(calc(3 / 1200 * 100vw), 3px);
  }

  .points ul {
    margin-top: 80px;
  }

  .points h3 {
    font-size: clamp(12px, calc(14 / 1200 * 100vw), 14px);
  }

  .points figcaption {
    font-size: clamp(12px, calc(16 / 1200 * 100vw), 16px);
  }

  .features h3 {
    font-size: 20px;
  }

  .features h4 {
    font-size: 20px;
  }

  .features .point02 .features_lead {
    font-size: 20px;
  }

  .strong .point00 .point_list li p {
    font-size: 17px;
  }

  .strong h3 {
    font-size: 20px;
  }

  .strong h4 {
    font-size: 18px;
  }

  .strong .point03 .explain h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .banner .banner_cv span {
    font-size: clamp(12px, calc(45 / 768 * 100vw), 45px);
    letter-spacing: min(calc(3 / 768 * 100vw), 3px);
    border-radius: min(calc(56 / 768 * 100vw), 56px);
  }
}

@media screen and (max-width: 1200px) {

  *,
  ::before,
  ::after {
    margin: 0;
  }

  .mv li::before {
    width: min(calc(23 / 1200 * 100vw), 23px);
    height: min(calc(29 / 1200 * 100vw), 29px);
    left: 0;
    top: 0;
    bottom: min(calc(6 / 1200 * 100vw), 6px);
  }
}

@media screen and (max-width: 768px) {

  *,
  ::before,
  ::after {
    margin: 0;
  }

  .section_title img {
    width: 30%;
  }

  .header_logo img {
    width: 300px;
  }

  .mv li {
    font-size: clamp(12px, calc(18 / 768 * 100vw), 18px);
  }

  .mv li:first-of-type {
    margin-top: 0;
  }

  .points .section_title img {
    width: 45%;
  }

  .points h3 {
    font-size: 15px;
  }

  .points figcaption {
    font-size: 17px;
  }

  .features h3 {
    font-size: 21px;
  }

  .features h4 {
    font-size: 20px;
  }

  .strong .point03 .explain h4 {
    font-size: 20px;
  }

  .works .case_circle {
    width: 130px;
    height: 130px;
    font-size: clamp(12px, calc(18 / 768 * 100vw), 18px);
  }

  .message .section_title img {
    width: 45%;
  }

  .message .message_graph {
    width: 90%;
    margin: 10px auto 0;
  }

  footer .footer_logo img {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {

  *,
  ::before,
  ::after {
    margin: 0;
  }

  .mv .mv_image {
    width: 100%;
  }

  .section_container {
    width: 100%;
  }

  body {
    padding-bottom: 78px;
  }

  .pc_none {
    display: block !important;
  }

  .sp_none {
    display: none !important;
  }

  .section_container {
    padding-right: 3.5%;
    padding-left: 3.5%;
  }

  .banner {
    padding:  min(calc(30 / 750 * 100vw), 30px) 0;
  }

  .banner .section_container {
    padding: 0;
  }

  .banner ul {
    display: block;
  }

  .banner li {
    width: 100%;
  }

  .banner li:last-of-type {
    margin-top: min(calc(10 / 750 * 100vw), 10px);
  }
    

  .banner .banner_cv {
    bottom: 8%;
    max-width: min(calc(675 / 768 * 100vw), 675px);
    line-height: min(calc(114 / 768 * 100vw), 114px);
  }
  .banner .banner_sp {
    display: block;
    padding-top: min(calc(10 / 750 * 100vw), 10px);
  }
  .banner .banner_pc {
    display: none;
  }

  .point_label {
    font-size: clamp(12px, calc(22 / 768 * 100vw), 22px);
    width: min(calc(120 / 768 * 100vw), 120px);
    padding: min(calc(12 / 768 * 100vw), 12px) 0 min(calc(8 / 768 * 100vw), 8px);
  }

  .popup_bg {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 15vw;
    z-index: 9999;
  }

  .popup {
    right: auto;
    left: 2%;
    top: auto;
    bottom: 2vw;
    width: 47%;
  }

  .popup img {
    width: 100%;
  }

  .popup_02 {
    right: 2%;
    top: auto;
    bottom: 2vw;
    width: 47%;
  }

  .popup_02 img {
    width: 100%;
  }

  .justify {
    text-align: justify;
  }

  .header_inner {
    display: block;
    padding-top: 20px;
    padding-bottom: 21px;
  }

  .header_cv {
    margin: auto;
    width: 85%;
    font-size: 1rem;
  }

  .header_cv::after {
    right: 9px;
    width: 5px;
    height: 12px;
    border-left: 5px solid #fff;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
  }

  .header_logo img {
    width: 90%;
    margin: 0 auto 12px;
  }

  .mv {
    padding-top: 110px;
  }

  .mv ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: min(calc(10 / 768 * 100vw), 10px);
    padding: min(calc(18 / 768 * 100vw), 18px);
    position: relative;
    gap: min(calc(18 / 768 * 100vw), 18px);
  }

  .mv ul::after {
    position: absolute;
    content: "";
    background-image: url("../img/mv/mv-icon.png");
    width: min(calc(200 / 768 * 100vw), 200px);
    height: min(calc(101 / 768 * 100vw), 101px);
    background-size: contain;
    background-repeat: no-repeat;
    right: min(calc(10 / 768 * 100vw), 10px);
    top: 36%;
  }

  .mv li {
    width: 100%;
    font-size: clamp(12px, calc(25 / 768 * 100vw), 25px);
    padding-left: min(calc(40 / 768 * 100vw), 40px);
  }

  .mv li::before {
    width: min(calc(30 / 768 * 100vw), 30px);
    height: min(calc(37 / 768 * 100vw), 37px);
  }

  .mv li span {
    font-size: clamp(12px, calc(20 / 768 * 100vw), 20px);
  }

  .mv li:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .mv li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mv li:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .mv li:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .mv li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .points {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .points .section_title img {
    width: 80%;
  }

  .points ul {
    display: block;
    margin-top: 80px;
  }

  .points ul li {
    width: 100%;
  }

  .points ul li:first-of-type::before {
    width: 33%;
    height: 19%;
  }

  .points ul li:not(:first-of-type) {
    margin-top: 15px;
  }

  .points h3 {
    font-size: 21px;
  }

  .points figcaption {
    font-size: clamp(12px, calc(25 / 768 * 100vw), 25px);
  }

  .features {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .features ol {
    padding-right: 3.5%;
    padding-left: 3.5%;
    padding-bottom: 15px;
    margin-top: 15px;
  }

  .features li {
    padding-top: 25px;
  }

  .features li:not(:last-of-type) {
    padding-bottom: 25px;
  }

  .features li:not(:last-of-type)::after {
    width: 100%;
  }

  .features h3 {
    font-size: clamp(12px, calc(25 / 768 * 100vw), 25px);
  }

  .features h4 {
    font-size: clamp(12px, calc(25 / 768 * 100vw), 25px);
  }

  .features .features_lead {
    font-size: clamp(12px, calc(22 / 768 * 100vw), 22px);
  }

  .features figure {
    padding: 4%;
  }

  .features .col1 {
    display: block;
  }

  .features .col1 img {
    width: 100%;
  }

  .features .col1 figcaption {
    width: 100%;
  }

  .features .col1 figcaption p {
    font-size: clamp(12px, calc(18 / 768 * 100vw), 18px);
  }

  .features .point02 .col2 {
    display: block;
  }

  .features .point02 .col2 figure {
    width: 100%;
  }

  .features .point02 .col2 figure:last-of-type {
    margin-top: 15px;
  }

  .features .point02 .features_lead {
    font-size: clamp(12px, calc(18 / 768 * 100vw), 18px);
  }

  .features .point03 figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features .point03 figure img {
    width: 100%;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -12px;
  }

  .features .point03 figure figcaption {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 15px;
  }

  .strong {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .strong .point_content {
    padding: 3.5%;
    margin-top: 15px;
  }

  .strong .point_content>li:not(:last-of-type) {
    padding-bottom: 25px;
  }

  .strong .point_content>li:not(:last-of-type)::after {
    width: 100%;
  }

  .strong h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .strong h4 {
    font-size: clamp(12px, calc(20 / 768 * 100vw), 20px);
    border-radius: 45px;
    line-height: 1.2;
  }

  .strong h4.red span {
    font-size: clamp(10px, calc(13 / 768 * 100vw), 13px);
    top: -2px;
  }

  .strong h4.mt {
    margin-top: 40px;
  }

  .strong .point00 .point_list {
    display: block;
  }

  .strong .point00 .point_list li {
    width: 100%;
    border: 3px solid #f4e34c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .strong .point00 .point_list li span {
    width: 60px;
    font-size: 12px;
  }

  .strong .point00 .point_list li p {
    margin-top: 0;
    font-size: 15px;
    margin-left: 10px;
  }

  .strong .point00 .point_list li:first-of-type p {
    margin-top: 0;
  }

  .strong .point00 .point_list li:not(:first-of-type) {
    margin-top: 15px;
  }

  .strong .point01,
  .strong .point02,
  .strong .point03 {
    padding-top: 25px;
  }

  .strong .point02_graph,
  .strong .point03_graph {
    margin-top: 15px;
  }

  .strong .point03 .explain {
    display: block;
    margin-top: 15px;
    padding: 3.5%;
  }

  .strong .point03 .explain .left {
    width: 100%;
  }

  .strong .point03 .explain .left figure:last-child {
    margin-top: 15px;
  }

  .strong .point03 .explain .left p .sp_none {
    display: none !important;
  }

  .strong .point03 .explain .right {
    width: 100%;
  }

  .strong .point03 .explain .right figure {
    margin-top: 45px !important;
  }

  .strong .point03 .explain h4 {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
  }

  .works {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .works .case_list {
    padding: 4%;
    margin-top: 15px;
  }

  .works .case_list li:first-of-type {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .works .case_list li:first-of-type::after {
    width: 100%;
  }

  .works .case_circle {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }

  .works .case_lead {
    margin-bottom: 22px;
  }

  .works h3 {
    font-size: 18px;
  }

  .works p {
    margin-top: 15px;
    font-size: 13px;
  }

  .works .change figure {
    width: 45%;
  }

  .works .change figure div span {
    width: 25%;
    font-size: 10px;
    padding: 3px 0 1px;
  }

  .works .before_img::after {
    left: 109.5%;
    width: 10px;
    height: 26px;
    border-left: 10px solid #231815;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
  }

  footer {
    padding: 18px 0 25px;
  }

  footer .footer_logo img {
    margin: auto;
  }

  footer::after {
    top: auto;
    bottom: 8px;
  }

  footer .footer_inner {
    display: block;
  }

  footer .footer_inner ul {
    font-size: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
  }

  footer .footer_inner ul li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  footer .footer_inner ul li:not(:last-child) {
    margin-right: 10px;
  }

  footer small {
    margin-top: 14px;
  }

  .case_slide {
    margin: 20px auto;
  }

  .thumb {
    padding: 0 12.5%;
    margin-top: 15px;
  }

  .slick-prev,
  .slick-next {
    width: 35px;
    height: 35px;
  }

  .case01 .change:last-of-type {
    margin-top: 35px;
  }

  .case02 .case_slide {
    max-width: auto;
  }

  .case02 .slick-prev,
  .case02 .slick-next {
    width: 35px;
    height: 35px;
  }

  .case02 .change:not(:first-of-type) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 320px) {

  *,
  ::before,
  ::after {
    margin: 0;
  }

  .banner .banner_cv {
    width: 290px;
  }

  .banner .banner_cv span {
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header_cv {
    width: 206px;
    font-size: 13px;
    padding: 7px 9px;
  }

  .header_logo img {
    width: 280px;
  }
}