*,
*::before,
*::after {
  box-sizing: border-box;
}

header *,
header *::before,
header *::after {
  box-sizing: content-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  min-height: 0vw;
}
/* @media screen and (min-width: 768px) {
  body {
    min-width: 1040px;
  }
} */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

h2 {
  font-family: 'Noto Sans JP', sans-serif;
}

p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0 !important;
  }
}

small, em {
  font-style: normal;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

section {
  width: auto;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1154px) {
  .navWrap {
    height: 100%;
  }
}

.contactWrap {
  position: relative;
  padding: 50px 0;
  background-color: #fff;
  color: #000;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contactWrap {
    padding: 50px 16px;
    text-align: center;
  }
}

.contactWrap .container {
  max-width: 1000px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .contactWrap .container {
    width: 95%;
  }
}

.contactWrap h2 {
  padding: 10px 0 20px;
  margin: 0 auto;
  font-family: 'Abel', sans-serif;
}
@media screen and (max-width: 767px) {
  .contactWrap h3 {
    font-size: 21px;
  }
}

div#about_office {
  position: relative;
  z-index: 1;
}

footer {
  position: relative;
  margin: 0;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.goTop {
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.bg {
  position: relative;
  padding: 100px 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .bg {
    padding: 50px 0;
  }
}

.bg--dots {
  background-image: radial-gradient(#cadecc 10%, #FFFFFF 10%);
	background-size: 15px 15px;
}

.bg--green {
  background-color: #75cc3b;
}

.bg--light-green {
  background-color: #d9f5d0;
}

.fv {
  padding-top: 86px;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 43px;
  }
}

@media screen and (max-width: 767px) {
  .example {
    padding-bottom: 0;
  }
}

.bg-merit {
  background-image: linear-gradient(135deg, transparent, transparent 50%, #75CC3B 50%, #75cc3b 100%), linear-gradient(to right, #75cc3b 6%, #b6eba4 100%);
  background-position: 0 300px, 0;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .bg-merit {
      background-position: 0 0, 0;
      background-image: linear-gradient(102.2deg, transparent, transparent 50%, #75cc3b 50%, #75cc3b 100%), linear-gradient(to right, #75cc3b 6%, #b6eba4 100%);
  }
}

.merit {
  padding: 0 0 50px;
}

.example::before {
  content: "";
  position: absolute;
}

.example::before {
  top: 0;
  left: 50%;
  border-top: 60px solid #75cc3b;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .example::before {
    border-top-width: 38px;
    border-left-width: 64px;
    border-right-width: 64px;
  }
}

.anker-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 50px 0 10px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .anker-list {
    margin: 37px 0 7px;
  }
}

.anker-list::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #bfbc04;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .anker-list::after {
    height: 7px;
  }
}

.anker-list li {
  width: 20%;
  height: 90px;
  -webkit-transition: transform .2s;
  transition: transform .2s;
}
@media screen and (max-width: 767px) {
  .anker-list li {
    width: 50%;
    height: 63px;
  }
  .anker-list li:nth-of-type(n+3) {
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .anker-list li:hover {
    transform: translateY(10px);
  }
}

.anker-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fcee21;
  color: #495c61;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .anker-list li a {
    border-bottom: 1px solid #bfbc04;
    font-size: 14px;
  }
}

.anker-list li:not(:last-of-type) a {
  border-right: 1px solid #bfbc04;
}
@media screen and (max-width: 767px) {
  .anker-list li:nth-of-type(2) a {
    border-right: none;
  }
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}

.heading {
  color: #495c61;
  font-size: 35px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 22px;
  }
}

.heading span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 5px solid #75cc3b;
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .heading span {
    padding-bottom: 7px;
  }
}

.example .heading,
.flow .heading {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .example .heading {
    margin-top: 30px;
  }
  .flow .heading {
    margin-top: 0;
  }
}

.bg--green .heading span ,.merit .heading span {
  border-bottom-color: #fff;
}

.point-list {
  margin: 67px auto 15px;
  max-width: 914px;
}
@media screen and (max-width: 767px) {
  .point-list {
    margin-top: 55px;
    margin-bottom: 0;
  }
}

.point-list li {
  display: flex;
  position: relative;
  padding: 28px 37px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .point-list li {
    display: block;
    padding: 20px;
    border-radius: 17px;
  }
}

.point-list-before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: -15px;
  left: -34px;
  width: 102px;
  height: 102px;
  mask-image: radial-gradient(white, white 71%, transparent 72%, transparent 100%), linear-gradient(white, white);
  mask-repeat: no-repeat, no-repeat;
  mask-position: center right, bottom right;
  mask-size: 100%, 55% 55%;
  mask-composite: add;
  -webkit-mask-image: radial-gradient(white, white 70%, transparent 71.5%, transparent 100%), linear-gradient(white, white);
  -webkit-mask-image: no-repeat, no-repeat;
  -webkit-mask-mask-position: center right, bottom right;
  -webkit-mask-size: 100%, 55% 55%;
  -webkit-mask-composite: add;
  border-radius: 5px;
  background-image: linear-gradient(135deg, transparent, transparent 50%, #F57425 50%, #F57425 100%), 
  linear-gradient(205deg, #FF9454, #F5782C 92%, #F5782C 100%);
}
@media screen and (max-width: 767px) {
  .point-list-before {
    top: -12px;
    left: -12px;
    width: 79px;
    height: 79px;
  }
}

.point-list-before p {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.point-list-before p:first-of-type {
  font-size: 18px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .point-list-before p:first-of-type {
    font-size: 13px;
    font-weight: 500;
  }
}

.point-list-before p:last-of-type {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .point-list-before p:last-of-type {
    font-size: 32px;
  }
}

.point-list li:not(:last-of-type) {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .point-list li:not(:last-of-type) {
    margin-bottom: 33px;
  }
}

.point-list__text {
  display: flex;
  flex-direction: column;
  margin: 0 42px 0 55px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .point-list__text {
    margin: 0 0 15px;
    width: 100%;
  }
}

.point-list__heading {
  color: #495c61;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .point-list__heading {
    padding-left: 59px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.marker {
  padding-bottom: 5px;
  background: linear-gradient(to top, #fcee21 10%, transparent 10%);
  font-size: inherit;
}

.point-list__description {
  margin: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .point-list__description {
    font-size: 14px;
  }
}

.point-list__image {
  text-align: center;
  width: calc(40% - 97px);
}
@media screen and (max-width: 767px) {
  .point-list__image {
    margin-bottom: 10px;
    width: 100%;
  }
}

.example-list {
  display: grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,217px));
  grid-auto-rows: auto;
  gap: 45px clamp(15px,calc(25vw / 10),25px);
  justify-content: center;
  align-items: flex-start;
  margin: clamp(35px,calc(50vw / 10),50px) 0 45px;
}

.example-list li {
  width: 100%;
}

.example-list__image {
  margin-bottom: 15px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .2));
  text-align: center;
}

.example-list__image img {
  max-width: 172px;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.example-list__heading {
  margin-bottom: 15px !important;
  color: #495c61;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .example-list__heading {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .example-list__descriptiopn {
    font-size: 14px;
  }
}

.example-heading {
  margin: 60px 0 78px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .example-heading {
    margin-top: 65px;
    margin-bottom: 60px;
    font-size: 18px;
  }
}

.example-heading em {
  color: #f57425;
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .example-heading em {
    font-size: 24px;
  }
}

.top-movie {
  padding: 60px 0;
}

.example-movie {
  padding: 35px 150px 0;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .example-movie {
    padding: 40px 38px 0;
    margin-bottom: 0;
  }
}

.example-movie__heading {
  margin-bottom: 20px !important;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .example-movie__heading {
    font-size: 19px;
  }
}

.movie {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: url(../images/easyfreepop/movie.png?241203) no-repeat center / cover;
}

.movie::before,
.movie::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.movie::before {
  border-radius: 50%;
  width: 78px;
  height: 78px;
  background-color: #f57425;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .movie::before {
    width: 32px;
    height: 32px;
  }
}

.movie::after {
  border-top: 12px solid transparent;
  border-left: 21px solid #fff;
  border-bottom: 12px solid transparent;
  width: 0;
  height: 0;
  transform: translate(-35%, -50%);
}
@media screen and (max-width: 767px) {
  .movie::after {
    border-top-width: 5px;
    border-left-width: 8px;
    border-bottom-width: 5px;
  }
}

.size-table {
  margin-top: 25px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .size-table {
    margin: 30px auto 0;
    max-width: 352px;
    text-align: left;
  }
}

.drawing {
  padding-right: 15px;
  margin: 63px auto 20px;
  width: 100%;
  max-width: 1000px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .drawing {
    padding: 0 25px;
    margin-top: 29px;
    margin-bottom: 23px;
    width: 100%;
    text-align: center;
    overflow-x: scroll;
  }

  .drawing img {
    width: 610px;
    max-width: none;
  }
}

.flowchart {
  margin: 50px 0 25px;
}
@media screen and (max-width: 767px) {
  .flowchart {
    margin-bottom: 0;
  }
}

.flowchart__term {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 35px;
  width: 100%;
  height: 100px;
  background: #75cc3b no-repeat left 30px top 50% / 73px auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flowchart__term {
    height: 70px;
    background-position: left 20px top 50%;
    background-size: 51px auto;
    font-size: 18px;
  }
}

.flowchart__term:not(:first-of-type) {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .flowchart__term:not(:first-of-type) {
    margin-top: 75px;
  }
}

.flowchart__term:not(:first-of-type)::before,
.flowchart__term:not(:first-of-type)::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 50px);
  width: 75px;
  height: 10px;
  background-color: #495c61;
}
@media screen and (max-width: 767px) {
  .flowchart__term:not(:first-of-type)::before,
  .flowchart__term:not(:first-of-type)::after {
    bottom: calc(100% + 32px);
    width: 46px;
    height: 6px;
  }
}

.flowchart__term:not(:first-of-type)::before {
  right: 50%;
  transform-origin: right bottom;
  transform: skewY(20deg);
}

.flowchart__term:not(:first-of-type)::after {
  left: 50%;
  transform-origin: left bottom;
  transform: skewY(-20deg);
}

.flowchart__term--order {
  background-image: url(../images/easyfreepop/icon-order.png);
  background-image: image-set(url(../images/easyfreepop/icon-order.png) 1x, url(../images/easyfreepop/icon-order@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/easyfreepop/icon-order.png) 1x, url(../images/easyfreepop/icon-order@2x.png) 2x);
}

.flowchart__term--create {
  background-image: url(../images/easyfreepop/icon-create.png);
  background-image: image-set(url(../images/easyfreepop/icon-create.png) 1x, url(../images/easyfreepop/icon-create@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/easyfreepop/icon-create.png) 1x, url(../images/easyfreepop/icon-create@2x.png) 2x);
}

.flowchart__term--deliver {
  background-image: url(../images/easyfreepop/icon-deliver.png);
  background-image: image-set(url(../images/easyfreepop/icon-deliver.png) 1x, url(../images/easyfreepop/icon-deliver@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/easyfreepop/icon-deliver.png) 1x, url(../images/easyfreepop/icon-deliver@2x.png) 2x);
}

.flowchart dd {
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flowchart dd {
    font-size: 16px;
  }
}

.flowchart__section {
  padding: 40px 164px;
  background-color: #e9f2e9;
}
@media screen and (max-width: 767px) {
  .flowchart__section {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.flowchart__section:not(:last-of-type) {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .flowchart__section:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .flowchart__section:first-of-type {
    margin-top: -18px;
  }
}

.flowchart__title {
  margin-bottom: 25px !important;
  color: #f57425;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flowchart__title {
    font-size: 18px;
  }
}

.flowchart__description {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .flowchart__description {
    font-size: 14px;
    text-align: justify;
  }
}

.flowchart__description--justify {
  text-align: justify;
}

.flowchart__note {
  display: block;
  margin-top: 25px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .flowchart__note {
    padding: 0 13px;
    font-size: 12px;
    text-align: left;
  }
}

.faq {
  margin: 60px 0 20px;
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 45px;
    margin-bottom: 0;
  }
}

.faq dt,
.faq dd {
  background: no-repeat left 29px top 25px;
}
@media screen and (max-width: 767px) {
  .faq dt,
  .faq dd {
    background-position: left 20px top 18px;
  }
}

.faq dt {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 113px;
  margin-top: 10px;
  width: 100%;
  height: 90px;
  background-color: #75cc3b;
  background-image: url(../images/easyfreepop/question.png);
  background-image: image-set(url(../images/easyfreepop/question.png) 1x, url(../images/easyfreepop/question@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/easyfreepop/question.png) 1x, url(../images/easyfreepop/question@2x.png) 2x);
  background-size: 33px 37px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .faq dt {
    padding-left: 62px;
    padding-right: 90px;
    height: 63px;
    background-size: 23px 26px;
    font-size: 14px;
  }
}

.faq dt::before,
.faq dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 37px;
}
@media screen and (max-width: 767px) {
  .faq dt::before,
  .faq dt::after {
    right: 25px;
  }
}

.faq dt::before {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq dt::before {
    width: 24px;
    height: 24px;
  }
}

.faq dt::after {
  border-right: 2px solid #4e4f49;
  border-bottom: 2px solid #4e4f49;
  width: 10px;
  height: 10px;
  transform: translate(-12px, -50%) rotate(45deg);
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
@media screen and (max-width: 767px) {
  .faq dt::after {
    width: 7px;
    height: 7px;
    transform: translate(-8px, -50%) rotate(45deg);
  }
}

.faq dt.active::after {
  transform: translate(-12px, -50%) rotate(225deg);
}
@media screen and (max-width: 767px) {
  .faq dt.active::after {
    transform: translate(-8px, -50%) rotate(225deg);
  }
}

.faq dd {
  padding: 30px 30px 40px 113px;
  background-color: #fff;
  background-image: url(../images/easyfreepop/answer.png);
  background-image: image-set(url(../images/easyfreepop/answer.png) 1x, url(../images/easyfreepop/answer@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/easyfreepop/answer.png) 1x, url(../images/easyfreepop/answer@2x.png) 2x);
  background-size: 34px 33px;
}
@media screen and (max-width: 767px) {
  .faq dd {
    padding: 20px 20px 25px 62px;
    background-size: 24px 23px;
  }
}

.link-text {
  margin-bottom: 30px !important;
  color: #495c61;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link-text {
    font-size: 20px;
  }
}

.contact {
  display: block;
  position: relative;
  padding: 4px;
  border-radius: 15px;
  width: 100%;
  height: 112px;
  box-shadow: 0 13px 9px rgba(0, 0, 0, .2);
  z-index: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact {
    border-radius: 6px;
    height: 84px;
    box-shadow: 0 9px 7px rgba(0, 0, 0, .2);
  }
}

@media screen and (min-width: 768px) {
  .contact:hover {
    text-decoration: none;
    box-shadow: 0 5px 9px rgba(0, 0, 0, .2);
    transform: translateY(8px);
  }
}

.contact::before,
.contact::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .contact::before,
  .contact::after {
    border-radius: 6px;
  }
}

.contact::before {
  top: 0;
  background: linear-gradient(to top, #ff2a24, #ff7470, #ffb3b0);
  z-index: -1;
}

.contact::after {
  bottom: -8px;
  background-color: #a11a16;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .contact::after {
    bottom: -4px;
  }
}

.contact:hover::after {
  bottom: 0;
}

.contact__text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 103px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #ff2a24, #ff2a24 40%, #ff726e 93%, #ff726e);
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__text {
    padding: 0 24px 0 37px;
    border-radius: 6px;
    font-size: 19px;
    letter-spacing: -.07em;
  }
}

.contact__text::before,
.contact__text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.contact__text::before {
  left: 62px;
  width: 31px;
  height: 40px;
  background: url(../images/easyfreepop/contact.svg) no-repeat center / contain;
}
@media screen and (max-width: 767px) {
  .contact__text::before {
    left: 35px;
    width: 20px;
    height: 26px;
  }
}

.contact__text::after {
  right: 31px;
  width: 21px;
  height: 21px;
  background: url(../images/easyfreepop/contact-arrow.svg) no-repeat center / contain;
}
@media screen and (max-width: 767px) {
  .contact__text::after {
    right: 18px;
    width: 15px;
    height: 15px;
  }
}

.contact--fixed {
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .contact--fixed {
    top: 156px;
    right: 0;
    border-radius: 9px 0 0 9px;
    width: 95px;
    height: 514px;
  }
}
@media screen and (max-width: 767px) {
  .contact--fixed {
    top: auto;
    bottom: 0;
    left: 0;
    border-radius: 9px 9px 0 0;
    height: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none;
  }

  .contact--fixed.scrolled {
    opacity: 1;
    pointer-events: auto;
  }  
}

@media screen and (min-width: 768px) {
  .contact--fixed::before,
  .contact--fixed::after {
    border-radius: 9px 0 0 9px;
  }
}
@media screen and (max-width: 767px) {
  .contact--fixed::before {
    border-radius: 9px 9px 0 0;
  }

  .contact--fixed::after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .contact--fixed .contact__text {
    padding: 0;
    border-radius: 9px 0 0 9px;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .contact--fixed .contact__text {
    border-radius: 9px 9px 0 0;
    font-size: 21px;
  }
}

@media screen and (min-width: 768px) {
  .contact--fixed .contact__text::before {
    top: auto;
    left: 50%;
    bottom: calc(50% + 145px);
    width: 24px;
    height: 32px;
    transform: translateX(-50%);
  }

  .contact--fixed .contact__text::after {
    top: calc(50% + 165px);
    left: 50%;
    right: auto;
    width: 16px;
    height: 16px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .contact--fixed .contact__text::before {
    left: 42px;
    width: 17px;
    height: 23px;
  }

  .contact--fixed .contact__text::after {
    right: 23px;
    width: 13px;
    height: 13px;
  }
}

.use-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .use-list {
    flex-direction: column;
  }
}

.use-list li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .use-list li {
    width: 100%;
  }
}

.use-list-img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.use-list-img-wide {
  width: 70%;
}

.use-list-img-small {
  width: 28.6%;
}

.use-list-img img {
  width: 100%;
}

.use-list p {
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .use-list p {
    font-size: 14px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #size .container {
    padding: 0 8px;
  }
}

.size-table table {
  width: 100%;
  border-spacing: 4px;
  display: table;
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  .size-table table {
    border-spacing: 3px;
  }
}

.size-table tbody {
  display: table-row-group;
  vertical-align: middle;
}

.size-table th ,.size-table td {
  display: table-cell;
  text-align: -internal-center;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  white-space: nowrap;
  padding: 12px 3px;
}
@media screen and (max-width: 767px) {
  .size-table th ,.size-table td {
    padding: 4px 2px;
  }
}

.size-table th {
  color: #fff;
  font-size: 20px;
  background: none;
  background-color: #495C61;
}
@media screen and (max-width: 767px) {
  .size-table th {
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
  }
}

.size-table tr {
  display: table-row;
}

.size-table td {
  background-color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .size-table td {
    font-size: 13px;
  }
}

.size-table td span {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .size-table td span {
    font-size: 0.55rem;
  }
}

.size-table th small {
  line-height: 1;
  vertical-align: super;
}

.size-table-unit {
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .size-table-unit {
    font-size: 14px;
  }
}

.size-table-note {
  text-align: left;
  margin-left: auto;
  display: inline-block;
}

.size-table-note p {
  font-size: 14px;
  padding-right: 14rem;
}
@media screen and (max-width: 767px) {
  .size-table-note p {
    font-size: 12px;
    padding-right: 0;
  }
}

.drawing p {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 10px;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .drawing p {
    font-size: 1rem;
    transform: translateY(300%);
  }
}

.fv-main {
  width: 100%;
  max-width: 1294px;
  /* min-width: 1080px; */
  padding: 0 70px;
  margin: 90px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv-main {
    max-width: none;
    min-width: auto;
    flex-direction: column;
    margin-top: 25px;
    padding: 0;
  }
}

.fv-main img {
  width: 100%;
}

.fv-title {
  width: 57.8%;
  margin-right: -1.80913613749435%;
}
@media screen and (max-width: 767px) {
  .fv-title {
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
  }
}

.fv-title h2 {
  width: 100%;
}

.fv-title-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 17px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .fv-title-list {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.fv-title-list div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31%;
  height: auto;
  text-align: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: linear-gradient(135deg, transparent, transparent 50%, #F57425 50%, #F57425 100%), linear-gradient(205deg, #FF9454, #F5782C 92%, #F5782C 100%);
  padding: 0.75rem;
  margin: 0 auto;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 767px) {
  .fv-title-list div {
    width: calc((100% / 3) - 0.25rem);
    padding: 0.75rem;
    margin-right: 0;
  }
}

.fv-title-list p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.27;
  padding-left: 0.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv-title-list p {
    font-size: 0.9rem;
  }
}

.fv-price {
  width: 90.6%;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .fv-price {
    width: 100%;
  }
}

.fv-img {
  width: 52.2%;
}
@media screen and (max-width: 767px) {
  .fv-img {
    width: 100%;
  }
}

.fv-price p {
  text-align: right;
  font-size: 14px;
  padding-top: 0.5rem;
}


        .achievement {
            padding-top:clamp(40px,calc(80vw / 10),80px);
        }
        .achievement .container {
            padding-left:150px;
            padding-right:150px;
            max-width: 1300px;
        }
        @media screen and (max-width: 767px) {
        .achievement .container {
            padding-left:20px;
            padding-right:20px;            
        }
        }

        .achievement-title {
            margin-bottom:clamp(30px,calc(60vw / 10),60px);
        }
        .achievement-contents {
        /* display: flex; */
        text-align: center;
        justify-content: center;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        }
        @media screen and (max-width: 767px) {
        .splide {
            width: 80%;
        }
        }

        .achievement-contents__item {
        /* width: 250px; */
        }

        .achievement-contents__item img {
        width: 80%;
        margin: 0 auto auto;
        object-fit: contain;
        padding-bottom: 10px;
        }

        .achievement-contents__item p {
        font-size: 14px;
        margin-top:10px;
        }
        @media screen and (max-width: 767px) {
        .achievement-contents__item p {
            margin-bottom: 0 !important;
        }
        }

        .achievement-contents__link {
        display: flex;
        background-color: #fcee21;
        font-size: clamp(14px,calc(18vw / 10),18px);
        margin: 5rem auto;
        height: 70px;
        width: 500px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        }
        @media screen and (max-width: 767px) {
        .achievement-contents__link {
            margin: 2rem auto;
            width: 80%;
        }}

        .achievement-contents__link:hover {
        background-color: #FFD800;
        /* color: #FFF; */
        transition: 0.3s;
        box-shadow: 1px 1px 0 #f57425;
        }

        .achievement-contents__link p {
        font-size: clamp(14px,calc(18vw / 10),18px);
        margin-bottom: 0 !important;
        }

        .achievement-contents__link p::after {
        content: "";
        display: inline-block;
        position: relative;
        top: .2em;
        right: -20px;
        width: .5em;
        height: .5em;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        -webkit-transform-origin: top;
        transform-origin: top;
        transition:.3s;
        }
        @media screen and (max-width: 767px) {
        .achievement-contents__link p::after {
            top: .1em;
            right: -25px;
            border-top: 2px solid #000;
            border-right: 2px solid #000;
        }
        }

        .achievement-contents__link:hover p::after{
            right: -4em;
        }

        .splide__track--draggable {
            margin-bottom: clamp(15px,calc(30vw / 10),30px);
        }

        .splide__arrow {
            background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40 40"><path fill="%2375cc3b" d="M20,0C8.95,0,0,8.95,0,20s8.95,20,20,20,20-8.95,20-20S31.05,0,20,0ZM19.55,27.72l-1.42-1.41,6.29-6.3-6.29-6.3,1.42-1.41,7.71,7.72-7.71,7.72Z"/></svg>');
            background-repeat:no-repeat;
            background-position:center;
            background-size:contain;
            background-color:#fff;
            width: clamp(35px,calc(40VW / 7.67),40px);
            height: clamp(35px,calc(40VW / 7.67),40px);
            border-radius: 50%;
            min-height: 0vw;
        }
        .splide__arrow--next {
            right:auto;
            left: calc(100% + clamp(10px,calc(25vw / 7.67),25px));
        }
        .splide__arrow--prev {
            left:auto;
            right: calc(100% + clamp(10px,calc(25vw / 7.67),25px));
            transform: translateY(-50%) rotate(180deg);
        }

        .splide__arrow svg {
            display:none;
        }

        .splide__pagination {
            bottom: -25px;
        }

        .wordpress-umekomi-image {
            width: 100%;
            aspect-ratio: 3 / 4;
            height: auto;
            min-height: clamp(150px, calc(280vw / 10), 280px);
            display: block;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            margin: 0 auto;
        }
        .splide__pagination__page {
            border:2px #75cc3b solid; 
            background-color: #fff;
        }
        .splide__pagination__page.is-active {
            border:1px white solid;
            background-color: #75cc3b;
        }

        .splide:not(.is-overflow) .splide__pagination {
            display: flex;
            margin-top:10px;
        }