*,
::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;
}

.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%;
}
.banner li:last-of-type {
  position: relative;
  text-align: center;
}
.banner .banner_cv {
  width: 400px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: auto;
}
.banner .banner_cv span {
  background: #c30d23;
  border-radius: 30px;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 35px;
  font-weight: bold;
  font-size: 26px;
  text-align: left;
  -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;
}
.banner .banner_cv span::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 15px;
  margin: auto;
  border-left: 6px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.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;
}

.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;
}
.mv ul {
  background: #fff;
  padding: 18px 20px;
  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;
}
.mv li {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  width: 46%;
  letter-spacing: 0.04em;
}
.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;
}
.mv li:nth-child(n+3) {
  margin-top: 15px;
}
.mv li:not(:last-child) {
  margin-top: 10px;
}
.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;
}
.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-top: 25px;
}
.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 .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;
  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: 1130px) {
  .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: 14px;
    width: 49%;
  }
  .banner .banner_cv {
    width: 90%;
    bottom: 15px;
  }
  .banner .banner_cv span {
    font-size: 14px;
  }
  .points ul {
    margin-top: 80px;
  }
  .points h3 {
    font-size: 14px;
  }
  .points figcaption {
    font-size: 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: 949px) {
  *,
::before,
::after {
    margin: 0;
  }
  .mv li::before {
    width: 23px;
    height: 29px;
    left: 0;
    top: 0;
    bottom: 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: 18px;
  }
  .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: 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: 733px) {
  *,
::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: 15px 0;
  }
  .banner .section_container {
    padding: 0;
  }
  .banner ul {
    display: block;
  }
  .banner li {
    width: 100%;
  }
  .banner li:last-of-type {
    margin-top: 15px;
  }
  .banner .banner_cv {
    bottom: 10%;
  }
  .banner .banner_cv span {
    font-size: 21px;
  }
  .point_label {
    font-size: 14px;
    width: 60px;
    padding: 5px 0 2px;
  }
  .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: 80%;
  }
  .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: 10px;
    padding: 15px;
    position: relative;
  }
  .mv ul::after {
    position: absolute;
    content: "";
    background-image: url("../img/mv/mv-icon.png");
    height: 42px;
    width: 28%;
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
    top: 28%;
  }
  .mv li {
    width: 100%;
    font-size: 15px;
    padding-left: 26px;
  }
  .mv li::before {
    width: 20px;
    height: 25px;
  }
  .mv li span {
    font-size: 13px;
  }
  .mv li:nth-child(n+3) {
    margin-top: 10px;
  }
  .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: 21px;
  }
  .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: 17px;
  }
  .features h4 {
    font-size: 18px;
  }
  .features .features_lead {
    font-size: 16px;
  }
  .features figure {
    padding: 4%;
  }
  .features .col1 {
    display: block;
  }
  .features .col1 img {
    width: 100%;
  }
  .features .col1 figcaption {
    width: 100%;
  }
  .features .col1 figcaption p {
    margin-top: 15px;
  }
  .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: 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: 20px;
    border-radius: 45px;
    line-height: 1.2;
  }
  .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;
  }
}