/*! use sass. go to /src/. */
*, ::before, ::after {
  box-sizing: border-box;
}

::before, ::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  -moz-tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  word-break: break-word;
  -o-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

dl dl, dl ol, dl ul {
  margin: 0;
}

ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul {
  margin: 0;
}

ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

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

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe, img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}

[type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border: solid;
  background-color: white;
  padding: 1em;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  color: black;
}
dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

a {
  color: #D61619;
  text-decoration: none;
}

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

figure {
  margin: 0;
}

button {
  outline: none;
}

small {
  font-size: 100%;
}

[type=button] {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
}

html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  min-width: 320px;
}

.header__title {
  color: #fff;
}
.header__logo {
  color: #fff;
  display: inline-block;
  width: 15%;
}
.header__logo img {
  width: 100%;
}
.h2-sp {
  color: #fff;
  display: inline-block;
  width: 50%;
  margin: 0 auto;
}
.h2-sp img {
  width: 100%;
}
.modal-h2 {
  color: #fff;
  display: inline-block;
  width: 50%;
  margin: 0 auto;
}
.modal-h2 img {
  width: 100%;
}
.header__scroll h2 {
  color: #fff;
  display: inline-block;
  width: 50%;
  margin: 0 auto;
}
.header__scroll h2 img {
  width: 100%;
}
.header__inner {
  background-color: #D61619;
  padding: 10px 24px;
}

.header__bar {
  display: none;
}
.header__bar.-sp {
  display: flex;
  justify-content: space-between;
}


.header__menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header__menu > li {
  display: flex;
  align-items: cneter;
}
.header__menu > li + li {
  margin-left: 17px;
}

.modal-h2 {
  color: #fff;
}

.header__logo {
  margin-right: 33px;
}


.header__navItem {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header__navItem > li + li {
  margin-left: 2px;
}
.contact-nav {
  width: 40%;
}

.header__scroll {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 8px 8px 8px 24px;
  width: 100%;
  line-height: 1;
}

.header__clone {
  display: block;
  transform: translateY(-100%);
  transition: 0.3s;
}
.header__clone.is-show {
  transform: translateY(0);
}

.header__modal .header__link  {
  color: #000;
}
.header__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000001;
  background-color: #f1f1f1;
  padding: 16px 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header__modal.is-show {
  display: block;
}

.header__icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 18px;
}

.header__list {
  margin: 30px 0 0;
  padding: 0;
  list-style-type: none;
}
.header__list > li + li {
  margin-top: 20px;
}

.header__link {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}
.header__link.-sns {
  position: relative;
  padding-left: 33px;
}
.header__link.-sns::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../img/icon/twitter.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  content: "";
}

.header__buttonList {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
  padding: 0;
  list-style-type: none;
}
.header__buttonList > li {
  width: calc(50% - 8px);
}

.header__snsList {
  margin: 28px 0 0;
  border-top: solid 1px #dbdbdb;
  padding: 33px 0 0;
  list-style-type: none;
}
.header__snsList li + li {
  margin-top: 25px;
}

.header__modalFooter {
  position: absolute;
  bottom: 30px;
  left: 24px;
  opacity: 0.5;
}

.header__modalImage {
  margin-top: 25px;
  width: 100%;
}
.header__modalImage h2 {
  color: rgb(46, 46, 46);
}

.header__modalText {
  margin: 10px 0 0;
  color: rgb(46, 46, 46);
  font-size: 11px;
}

.sub-header {
  background-color: #D61619;
  color: #fff;
}

.sub-header__inner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.sub-header__title {
  margin: 44px 0 10px;
  font-size: 28px;
  font-weight: bold;
}
.sub-header__title .sub-header__title_category {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 8px 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.sub-header__title .sub-header__title_main {
  display: block;
  margin: 12px 0;
}
.sub-header__title .sub-header__title_date {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.header__title-logo {
  color: #000;
}


.sub-header__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.sub-header__img {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.footer {
  position: relative;
  margin-top: 65px;
}

body.home .footer {
  margin-top: 0;
}

.footer__top {
  background-color: #D61619;
  padding-top: 51px;
  padding-bottom: 51px;
}

.footer__topInner {
  display: flex;
  flex-flow: column-reverse;
  flex-wrap: wrap;
  text-align: center;
}

.footer__topText {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.footer__topButton {
  margin: 24px 0 0;
}

.footer__img {
  margin: 31px auto 0;
  width: 100%;
  display: flex;
}
.footer__img .img {
  /* width: 277px; */
  padding-left: 10px;
}
@media  all and (max-width: 680px) {
  .footer__img {
    display: block;
  }
}

.footer__middle {
  background-color: #686868;
  padding: 35px 24px 40px;
  color: #fff;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
}

.footer__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style-type: none;
}
.footer__list + .footer__list {
  margin-top: 28px;
}
.footer__list > li {
  width: 100%;
}
.footer__list > li + li {
  margin: 24px 0 0;
}
.footer__list.-sns > li:last-child {
  margin-right: 0;
}
.footer__list.-sns > li + li {
  margin-top: 30px;
}

.footer__link {
  color: #fff;
  text-decoration: none;
}
.footer__link:hover {
  opacity: 0.5;
}
.footer__link.-sns {
  display: flex;
  font-weight: bold;
}
.footer__link.-sns::before {
  position: relative;
  bottom: -3px;
  margin-right: 16px;
  background: url("../img/icon/twitter.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  content: "";
}
.footer__link.-sns:focus {
  opacity: 0.6;
}

.footer__company {
  margin-top: 37px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 35px;
}

.footer__companyName {
  display: flex;
  flex-wrap: wrap;
  opacity: 0.6;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.5;
  list-style-type: none;
}
.footer__companyName > li {
  width: 100%;
}
.footer__companyName > li + li {
  margin: 12px 0 0;
}

.footer__copy {
  opacity: 0.6;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 37px 24px;
}

.footer__secure {
  margin: 15px 0 0;
}

.footer__secureText {
  margin: 0;
  color: #757585;
  font-size: 12px;
  line-height: 1.5;
}

.footer__logo {
  width: 100%;
}

.footer__mark {
  width: 15%;
}
.footer__mark img {
  width: 100%;
}
@media  all and (max-width: 680px) {
  .footer__mark {
    width: 80%;
    margin: 0 auto;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  transition: 0.4s;
  font-weight: bold;
  text-decoration: none;
}

button.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}

.button.-default {
  border-radius: 25px;
  padding: 0 15px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.button.-default:hover {
  background: rgba(0, 0, 0, 0.06);
}
.button.-secondary {
  border-radius: 25px;
  padding: 0 15px;
  height: 40px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.button.-secondary:hover {
  background: rgba(0, 0, 0, 0.06);
}
.button.-register {
  box-sizing: border-box;
  border: solid 2px #fff;
  border-radius: 25px;
  padding: 0 26px;
  height: 39px;
  color: #fff;
}
.button.-register:hover {
  border-color: transparent;
  background-color: #E50038;
}
.button.-registerModal {
  justify-content: center;
  box-sizing: border-box;
  border: solid 2px #fff;
  border-radius: 25px;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
}
.button.-start {
  position: relative;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
  border-radius: 45px;
  background-color: #E50038;
  padding: 0 45px;
  height: 55px;
  color: #fff;
  font-size: 16px;
}
.button.-start::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("../img/button_arrow.svg") no-repeat;
  width: 7px;
  height: 12px;
  content: "";
}
.button.-start:hover {
  background-color: #df789a;
}
.button.-show {
  border: solid 2px #D61619;
  border-radius: 30px;
  padding: 0 43px;
  height: 56px;
  color: #D61619;
  font-size: 16px;
}
.button.-show:hover {
  background-color: #D61619;
  color: #fff;
}
.button.-showSmall {
  border: solid 2px #D61619;
  border-radius: 30px;
  padding: 0 33px;
  height: 56px;
  color: #D61619;
  font-size: 16px;
}
.button.-free {
  border-radius: 30px;
  background-color: #E50038;
  padding: 0 50px;
  height: 59px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.button.-free:hover {
  background-color: #df789a;
}
.button.-freeSmall {
  border-radius: 25px;
  background-color: #E50038;
  padding: 0 38px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.button.-freeSmall:hover {
  background-color: #df789a;
}

.button.-freeSmall {
  margin-top: 10px;
}
.button.-freeModal {
  justify-content: center;
  border-radius: 25px;
  background-color: #D61619;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.button.-contact {
  border: solid 2px #dbdbdb;
  border-radius: 30px;
  background-color: #fff;
  padding: 0 43px;
  height: 59px;
  color: #686868;
  font-size: 16px;
  font-weight: bold;
}
.button.-contact:hover {
  background-color: #f2f2f2;
}
.footer-btn {
  width: 300px!important;
  padding: 10px 35px!important;
  justify-content: center!important;
  margin-bottom: 40px;
}

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

.pagination {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
.pagination > span {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: 0 4px;
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #757585;
  font-size: 14px;
}
.pagination > a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: 0 4px;
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #757585;
  font-size: 14px;
}
.pagination > a:hover {
  background-color: #eaf9ed;
  color: #D61619;
  text-decoration: none;
}
.pagination > .current {
  background-color: #eaf9ed;
  color: #D61619;
  text-decoration: none;
}
.pagination > a:hover > svg {
  fill: #D61619;
}
.pagination > .current {
  font-weight: bold;
}
.pagination > .current > svg {
  fill: #D61619;
}
.pagination > .first > svg, .pagination > .last > svg {
  fill: #686868;
}
.pagination > .first {
  margin-left: 0;
}
.pagination > .last {
  margin-right: 0;
}
.pagination > .extend {
  margin: -4px 16px 0;
  border: none;
  background-color: transparent;
  width: 12px;
  color: #757585;
  word-break: keep-all;
}

.breadcrumb {
  margin: 34px auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1020px;
}
.breadcrumb > ul {
  display: flex;
}
.breadcrumb > ul > li {
  font-size: 12px;
}
.breadcrumb > ul > li > a {
  color: #000;
}
.breadcrumb > ul > li > a:hover {
  color: #D61619;
}
.breadcrumb > ul > li:first-child::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
  content: url("../img/icon/home_color.svg");
}
.breadcrumb > ul > li:not(:last-child)::after {
  margin: 0 0.5em;
  content: "/";
}

.slider-next {
  position: absolute;
  top: 39%;
  right: -35px;
}

.slider-prev {
  position: absolute;
  top: 39%;
  left: -35px;
  z-index: 1;
}

.slider-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style-type: none;
}
.slider-dots > li {
  padding: 0 8px;
}
.slider-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background-color: #ddd;
  padding: 0;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
}
.slider-dots .slick-active button {
  background-color: #E50038;
}

.br-pc {
  display: none;
}

.br-sp {
  display: block;
}

.h2-pc {
  display: none;
}

.h2-sp {
  display: block;
  color: #FFF;
}

.casestudy-content {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1020px;
}

.casestudy-content__title {
  position: relative;
  margin: 40px 0 24px;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.casestudy-content__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D61619;
  width: 64px;
  height: 4px;
  content: "";
}

.casestudy-archive {
  position: relative;
  margin: 0;
}

.casestudy-archive__link {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
  border: solid 1px #dbdbdb;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: left;
}
.casestudy-archive__link:hover {
  opacity: 0.7;
}

.casestudy-archive__img {
  position: absolute;
  top: -44px;
  right: 50%;
  transform: translateX(50%);
  margin: auto;
  border: solid 1px #dbdbdb;
  border-radius: 100%;
  background-color: #f6f6f6;
  width: 88px;
  height: 88px;
  overflow: hidden;
}
.casestudy-archive__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.casestudy-archive__comment {
  padding: 46px 24px 20px;
}

.casestudy-archive__title {
  margin: 13px 0 0;
  font-size: 16px;
  font-weight: bold;
}

.casestudy-archive__text {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.casestudy-archive__customer {
  margin: 0;
  border-top: solid 1px #dbdbdb;
  padding: 16px 32px;
  color: #686868;
  font-size: 14px;
  list-style-type: none;
}

.casestudy-single__mainImg {
  margin-bottom: 44px;
  text-align: center;
}
.casestudy-single__mainImg > img {
  max-width: 100%;
  height: auto;
}

.casestudy-single__wysiwyg {
  font-size: 16px;
  line-height: 1.5;
}
.casestudy-single__wysiwyg > p, .casestudy-single__wysiwyg > ul, .casestudy-single__wysiwyg > ol, .casestudy-single__wysiwyg > dl {
  margin-bottom: 1em;
}
.casestudy-single__wysiwyg > h2 {
  position: relative;
  margin: 78px 0 33px;
  padding-bottom: 14px;
}
.casestudy-single__wysiwyg > h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D61619;
  width: 64px;
  height: 4px;
  content: "";
}
.casestudy-single__wysiwyg > h2:first-of-type {
  margin-top: 44px;
}

.casestudy-profile {
  display: flex;
  margin: 60px 0 28px;
  border: 12px solid #f9f9f9;
  border-radius: 4px;
  padding: 28px;
}

.casestudy-profile__img {
  flex: 0 0 140px;
  margin-right: 30px;
  border: 1px solid #dbdbdb;
  width: 140px;
  height: 140px;
}
.casestudy-profile__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.casestudy-profile__list {
  margin: 0;
  font-size: 16px;
}
.casestudy-profile__list > dt {
  float: left;
  clear: left;
  margin-bottom: 10px;
  width: 130px;
}
.casestudy-profile__list > dd {
  margin-bottom: 10px;
  margin-left: 130px;
}

.casestudy-sns {
  display: flex;
  margin-bottom: 55px;
}

.casestudy-sns__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 33px;
  width: 120px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.casestudy-sns__button:hover {
  opacity: 0.8;
}
.casestudy-sns__button.-facebook {
  margin-right: 16px;
  background-color: #2978ea;
  background-image: url("../img/icon/facebook.svg");
  background-position: 10px center;
}
.casestudy-sns__button.-twitter {
  background-color: #1da1f2;
  background-image: url("../img/icon/twitter.svg");
  background-position: 13px center;
}

.casestudy-news {
  margin-bottom: -80px;
  background-color: #f9f9f9;
}

_:-ms-lang(x)::-ms-backdrop, .casestudy-news .casestudy-archive__item {
  flex-basis: 100%;
}

.casestudy-news__inner {
  padding: 40px 10px 50px;
  width: 100%;
}

.casestudy-news__title {
  margin: 0 0 40px;
  font-size: 32px;
  text-align: center;
}

.casestudy-news__link {
  margin-top: 47px;
  text-align: center;
}

.casestudy-news__dots {
  margin-top: 24px;
}

.coupon {
  padding: 100px 24px 105px;
  background-color: #f6f6f6;
}

.coupon__Inner {
  margin: 0 auto;
  max-width: 980px;
}
.coupon__Inner::after {
  display: block;
  clear: both;
  content: "";
}

.coupon__title {
  float: left;
}

.coupon__titleImg {
  width: 247px;
  height: auto;
}

.coupon__visual {
  float: right;
}

.coupon__visualImg {
  width: 245px;
  height: auto;
}

.coupon__box {
  float: left;
  width: 70%;
}

.coupon__text {
  margin-bottom: 32px;
  font-size: 16px;
}

.coupon__note {
  color: #686868;
  font-size: 12px;
}

.post-type-archive-coupon .coupon-content {
  padding-right: 0;
  padding-left: 0;
  max-width: 1020px;
}

.coupon-header {
  background-color: #D61619;
  color: #fff;
}

.coupon-header__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  overflow: hidden;
}

.coupon-header__title {
  margin: 32px 0 16px;
  font-size: 28px;
  font-weight: bold;
}

.coupon-header__titleImg {
  width: 256px;
  height: auto;
}

.coupon-header__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.coupon-header__text span {
  display: inline-block;
}

.coupon-header__visual {
  position: absolute;
  right: 20px;
  bottom: 0;
  text-align: center;
}

.coupon-header__visualImg {
  width: 250px;
  height: auto;
}

.coupon-search {
  margin: 0 16px 32px;
  border-radius: 8px;
  background-color: #f9f9f9;
  padding: 24px 20px 20px;
}

.coupon-search__title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
.coupon-search__title::before {
  display: inline-block;
  vertical-align: sub;
  margin: 0 8px;
  background-image: url("../img/icon/search.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  content: "";
}

.coupon-search__list {
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: bold;
}

.coupon-search__item {
  margin: 4px;
  width: 32%;
}
.coupon-search__item::before {
  display: inline-block;
  vertical-align: sub;
  background-image: url("../img/icon/arrow_down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  content: "";
}

.coupon-search__link {
  transition: all 0.2s linear;
  text-decoration: underline;
}
.coupon-search__link:hover {
  color: #33c858;
  text-decoration: none;
}

.coupon-archive__inner {
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 56px;
}

.coupon-other .coupon-archive__inner {
  margin: 0 auto 24px;
}

.coupon-archive__title {
  margin: 0;
  padding: 16px 16px 24px;
  font-size: 24px;
}

.coupon-archive__item {
  position: relative;
  padding: 0 16px 32px;
  width: 50%;
}

.coupon-new__batch {
  position: absolute;
  top: -12px;
  left: 4px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 72px;
  background: #ff6779;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}

.coupon-archive__link {
  display: block;
  z-index: 1;
  transition: all 0.2s linear;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.coupon-archive__link:hover {
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.2);
}

.coupon-archive__logo {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fff;
  padding: 12px 12px 12px 16px;
  width: 28%;
}

.coupon-archive__logoImg {
  width: 100%;
  height: auto;
}

.coupon-archive__profile {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #33c858;
  background-image: url("../img/icon/coupon_dotto.png");
  background-position: left center;
  background-repeat: repeat-y;
  background-size: 6px 20px;
  padding: 16px 16px 16px 20px;
  width: 72%;
  color: #fff;
}

#new .coupon-archive__profile {
  background-color: #33c858;
}

#free .coupon-archive__profile {
  background-color: #33b6c8;
}

#expert .coupon-archive__profile {
  background-color: #e2b207;
}

#backoffice .coupon-archive__profile {
  background-color: #e54780;
}

#matching .coupon-archive__profile {
  background-color: #477de5;
}

.coupon-archive__tag {
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
}

.coupon-archive__name {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: normal;
}

.coupon-archive__benefit {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.coupon-archive__benefitInfo {
  font-size: 13px;
}
.coupon-archive__benefitInfo p {
  margin: 12px 0;
}
.coupon-archive__benefitInfo strong {
  font-size: 18px;
  font-weight: bold;
}

.coupon-archive__toDetail {
  opacity: 0.7;
  font-size: 12px;
  text-align: right;
}
.coupon-archive__toDetail::before {
  display: inline-block;
  vertical-align: text-bottom;
  background-image: url("../img/icon/arrow_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  content: "";
}

.coupon-content {
  margin: 0 auto;
  padding: 40px 20px 0;
  max-width: 896px;
}

.coupon-single__mainImg {
  background-color: #f9f9f9;
  padding: 56px 20px;
}

.coupon-single__mainImgInner {
  margin: 0 auto;
  max-width: 896px;
}
.coupon-single__mainImgInner > img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

.coupon-summary {
  margin-bottom: 40px;
}

.coupon-profile {
  margin-bottom: 24px;
  border-bottom: 3px dotted #dbdbdb;
  padding-bottom: 24px;
}

.coupon-profile__Inner::after {
  display: block;
  clear: both;
  content: "";
}

.coupon__logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 24px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  background-color: #fff;
  width: 100px;
  height: 100px;
}

.coupon__logoImg {
  width: 100%;
  height: auto;
}

.coupon__serviceName {
  margin: 0;
  padding-top: 16px;
  font-size: 24px;
}

.coupon__companyName {
  opacity: 0.6;
  margin: 0;
  font-size: 14px;
}

.coupon-single__wysiwyg {
  font-size: 16px;
  line-height: 1.5;
}
.coupon-single__wysiwyg > p, .coupon-single__wysiwyg > ul, .coupon-single__wysiwyg > ol, .coupon-single__wysiwyg > dl {
  margin-bottom: 1em;
}
.coupon-single__wysiwyg > h2 {
  position: relative;
  margin: 64px 0 24px;
  padding-bottom: 14px;
}
.coupon-single__wysiwyg > h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D61619;
  width: 64px;
  height: 4px;
  content: "";
}
.coupon-single__wysiwyg > h2:first-of-type {
  margin-top: 16px;
}
.coupon-single__wysiwyg > ul li {
  margin-left: 24px;
  text-indent: -24px;
}
.coupon-single__wysiwyg > ul li::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-image: url("../img/icon/checkmark.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  content: "";
}

.coupon-benefit__list {
  margin: 0;
  font-size: 16px;
}
.coupon-benefit__list > dt {
  float: left;
  clear: left;
  margin-bottom: 4px;
  width: 80px;
  font-weight: bold;
}
.coupon-benefit__list > dt:first-child {
  color: #58b500;
}
.coupon-benefit__list > dt::after {
  display: inline-block;
  margin-left: 5px;
  content: ":";
}
.coupon-benefit__list > dd {
  margin-bottom: 4px;
  margin-left: 80px;
}

.coupon-service__link {
  margin: 40px 0 64px;
  text-align: center;
}

.coupon-other {
  margin-bottom: -80px;
  background-color: #f9f9f9;
}

.coupon-other__inner {
  margin: 0 auto;
  padding: 64px 0;
  max-width: 1020px;
}

.coupon-other__title {
  margin: 0 0 40px;
  font-size: 32px;
  text-align: center;
}

.coupon-other__link {
  text-align: center;
}

.coupon-other__dots {
  margin-top: 24px;
}

.post-type-archive-coupon .header__navItem, .single-coupon .header__navItem, .post-type-archive-coupon .header__scroll, .single-coupon .header__scroll {
  display: none;
}

.post-type-archive-coupon .header__bar.-sp li, .single-coupon .header__bar.-sp li {
  margin: 0;
}

.post-type-archive-coupon .header__bar.-sp li:first-child, .single-coupon .header__bar.-sp li:first-child, .post-type-archive-coupon .footer__nav, .single-coupon .footer__nav {
  display: none;
}

.post-type-archive-coupon .footer__company, .single-coupon .footer__company {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.howto-content {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1020px;
}
.howto-content .template-single {
  margin-right: auto;
  max-width: 640px;
}
.howto-content .template-single .howto-single__mainImg {
  width: 100%;
  height: 336px;
  overflow: hidden;
}
.howto-content .template-single .howto-single__mainImg img {
  width: 100%;
  height: auto;
}

.howto-content__title {
  position: relative;
  margin: 40px 0 24px;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.howto-content__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D61619;
  width: 64px;
  height: 4px;
  content: "";
}

.howto-archive {
  position: relative;
  margin: 0;
  max-width: 675px;
}

.single-howto .howto_sidebar__container {
  padding-top: 0;
}

.howto_sidebar__container {
  min-width: 305px;
  max-width: 305px;
}
.howto_sidebar__container img {
  max-width: 100%;
}
.howto_sidebar__container .howto_sidebar__title {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.howto_sidebar__container .howto_sidebar__title::before {
  display: block;
  margin-right: 8px;
  border-radius: 1px;
  background: #D61619;
  width: 12px;
  height: 2px;
  content: "";
}

.howto_sidebar__list-cat {
  margin-bottom: 24px;
}
.howto_sidebar__list-cat a {
  display: block;
  position: relative;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 16px 16px;
  color: #000;
  font-size: 15px;
  line-height: 1.46;
}
.howto_sidebar__list-cat a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  border: 6px solid transparent;
  border-left: 6px solid #D61619;
  width: 6px;
  height: 6px;
  content: "";
}

.howto_sidebar__list-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.howto_sidebar__list-tag li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.howto_sidebar__list-tag a {
  display: block;
  border: 1px solid #D61619;
  border-radius: 14px;
  padding: 2px 8px 4px;
  color: #D61619;
  font-size: 12px;
  line-height: 1.5;
}

.howto_sidebar__banner {
  margin-bottom: 40px;
  width: 100%;
}
.howto_sidebar__banner img {
  max-width: 100%;
}

.howto-archive__link {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
  border: solid 1px #dbdbdb;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: left;
}
.howto-archive__link:hover {
  opacity: 0.7;
}

.howto-archive__img {
  background-color: #f6f6f6;
  width: 100%;
  height: 176px;
  overflow: hidden;
}
.howto-archive__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.howto-archive__comment {
  padding: 24px 0 0;
}

.howto-archive__title {
  margin: 8px 0 0;
  padding: 0 24px;
  font-size: 16px;
  font-weight: bold;
}

.howto-archive__text {
  margin: 18px 0 0;
  padding: 0 24px;
  font-size: 14px;
  line-height: 1.5;
}

.howto-archive__meta {
  display: flex;
  margin: 24px 0 0;
  border-top: solid 1px #dbdbdb;
  padding: 24px 24px;
  color: #686868;
  font-size: 12px;
  list-style-type: none;
}
.howto-archive__meta .howto-archive__categroy {
  width: 70%;
}
.howto-archive__meta .howto-archive__date {
  width: 30%;
  text-align: right;
}

.howto-single__mainImg {
  margin-bottom: 44px;
  text-align: center;
}
.howto-single__mainImg > img {
  max-width: 100%;
  height: auto;
}

.howto-single__wysiwyg {
  font-size: 16px;
  line-height: 1.5;
}
.howto-single__wysiwyg > p, .howto-single__wysiwyg > ul, .howto-single__wysiwyg > ol, .howto-single__wysiwyg > dl {
  margin-bottom: 1em;
}
.howto-single__wysiwyg > h2 {
  position: relative;
  margin: 78px 0 33px;
  padding-bottom: 14px;
}
.howto-single__wysiwyg > h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D61619;
  width: 64px;
  height: 4px;
  content: "";
}
.howto-single__wysiwyg > h2:first-of-type {
  margin-top: 44px;
}
.howto-single__wysiwyg ol li {
  margin-bottom: 1em;
  list-style-position: inside;
  list-style-type: decimal;
}
.howto-single__wysiwyg ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
}
.howto-single__wysiwyg ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  background: #D61619;
  width: 6px;
  height: 6px;
  content: "";
}
.howto-single__wysiwyg table {
  margin-bottom: 1em;
}
.howto-single__wysiwyg table th {
  border: 1px solid #ddd;
  padding: 1em;
  font-weight: bold;
}
.howto-single__wysiwyg table td {
  border: 1px solid #ddd;
  padding: 1em;
}
.howto-single__wysiwyg blockquote {
  margin-bottom: 1em;
  background: #eee;
  padding: 1em 1em 1em 2em;
}

.howto-profile {
  display: flex;
  margin: 60px 0 28px;
  border: 12px solid #f9f9f9;
  border-radius: 4px;
  padding: 28px;
}

.howto-profile__img {
  flex: 0 0 140px;
  margin-right: 30px;
  border: 1px solid #dbdbdb;
  width: 140px;
  height: 140px;
}
.howto-profile__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.howto-profile__list {
  margin: 0;
  font-size: 16px;
}
.howto-profile__list > dt {
  float: left;
  clear: left;
  margin-bottom: 10px;
  width: 130px;
}
.howto-profile__list > dd {
  margin-bottom: 10px;
  margin-left: 130px;
}

.howto-single-footer__cat-list {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0 1em;
}
.howto-single-footer__cat-list .howto-footer-cat__item {
  margin: 0 1em 1em 0;
}
.howto-single-footer__cat-list .howto-footer-cat__item a {
  display: block;
  position: relative;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 16px 16px;
  color: #000;
  font-size: 15px;
  line-height: 1.46;
}
.howto-single-footer__cat-list .howto-footer-cat__item a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  border: 6px solid transparent;
  border-left: 6px solid #D61619;
  width: 6px;
  height: 6px;
  content: "";
}

.howto-sns {
  display: flex;
  margin: 40px 0 55px;
}

.howto-sns__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 33px;
  width: 120px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.howto-sns__button:hover {
  opacity: 0.8;
}
.howto-sns__button.-facebook {
  margin-right: 16px;
  background-color: #2978ea;
  background-image: url("../img/icon/facebook.svg");
  background-position: 10px center;
}
.howto-sns__button.-twitter {
  background-color: #1da1f2;
  background-image: url("../img/icon/twitter.svg");
  background-position: 13px center;
}

.howto-news {
  margin-bottom: -80px;
  background-color: #f9f9f9;
}
.howto-news .howto-archive__item {
  max-width: 335px;
}

_:-ms-lang(x)::-ms-backdrop, .howto-news .howto-archive__item {
  flex-basis: 100%;
}

.howto-news__inner {
  margin: 0 auto;
  padding: 40px 20px 50px;
  max-width: 1020px;
}

.howto-news__title {
  margin: 0 0 40px;
  font-size: 32px;
  text-align: center;
}

.howto-news__link {
  margin-top: 47px;
  text-align: center;
}

.howto-news__dots {
  margin-top: 24px;
}

.l-maintenance-header {
  background-color: #D61619;
  padding: 16px 24px;
}

.l-maintenance-header__img {
  height: 24px;
}

.maintenance-content__inner {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1020px;
  text-align: center;
}

.l-maintenance__img {
  margin: 40px 0 16px;
  max-width: 204px;
  height: auto;
}

.maintenance-content__title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.maintenance-single__content {
  margin-bottom: 24px;
  font-size: 14px;
}

.template-content {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1020px;
}

.template-content__title {
  margin: 34px 0 36px;
  border-left: 6px solid #D61619;
  border-radius: 2px 4px 4px 2px;
  background-color: #fafafa;
  padding: 12px 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.template-archive {
  margin: 55px 0;
}
.template-archive:first-child {
  margin-top: 0;
}

.template-archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -5px;
  margin-left: -5px;
}
.template-archive__list::before {
  display: block;
  order: 1;
  width: 222px;
  content: "";
}
.template-archive__list::after {
  display: block;
  width: 222px;
  content: "";
}

.template-archive__item {
  margin: 0 5px 30px;
  width: 222px;
}

.template-archive__img > a {
  display: block;
  transition: 0.3s;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  padding: 10px;
  width: 100%;
  height: 222px;
  text-align: center;
}

_:-ms-lang(x)::-ms-backdrop {
  height: auto;
}

.template-archive__img > a {
  height: auto;
}
.template-archive__img > a:hover {
  background-color: rgba(241, 241, 241, 0.6);
}
.template-archive__img > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.template-archive__title {
  color: #D61619;
  font-size: 14px;
  font-weight: bold;
}
.template-archive__title > a:hover {
  text-decoration: underline;
}

.template-archive__category {
  color: #212121;
  font-size: 12px;
}

.template-archive__banner {
  margin-top: 34px;
  text-align: center;
}
.template-archive__banner > a:hover {
  opacity: 0.8;
}

.template-archive__link {
  text-align: center;
}
.template-archive__link > .button.-showSmall {
  padding: 0 25px;
  height: 56px;
  font-size: 16px;
}

.template-docsNav {
  margin-bottom: 30px;
}

.template-docsNav__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 0.75;
}

.template-docsNav__list {
  display: flex;
  margin-right: -4px;
}

.template-docsNav__item {
  margin-right: -1px;
  width: 20%;
}
.template-docsNav__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dedede;
  width: 100%;
  height: 48px;
  color: #686868;
  font-size: 14px;
  font-weight: bold;
}
.template-docsNav__item > a:hover {
  color: #212121;
}

.template-single__content {
  display: flex;
  justify-content: space-between;
}

.template-single__img {
  box-sizing: border-box;
  background-color: #f1f1f1;
  padding: 24px;
  width: 348px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.template-single__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

_:-ms-lang(x)::-ms-backdrop, .template-single__img {
  align-self: flex-start;
}

_:-ms-lang(x)::-ms-backdrop > img, .template-single__img > img {
  max-width: 300px;
  height: auto;
}

.template-single__wysiwyg {
  width: 584px;
  font-size: 14px;
  line-height: 1.71429;
}
.template-single__wysiwyg > p, .template-single__wysiwyg > ul, .template-single__wysiwyg > ol, .template-single__wysiwyg > dl {
  margin-bottom: 1em;
}
.template-single__wysiwyg img {
  max-width: 100%;
}
.template-single__wysiwyg .download-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: 30px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 9999em;
  background-color: #D61619;
  width: 350px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.template-single__wysiwyg .download-link:hover {
  background-color: rgba(0, 177, 44, 0.8);
}
.template-single__wysiwyg .download-link__text::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-image: url("../img/icon/download_white.png");
  background-size: 20px auto;
  width: 18px;
  height: 22px;
  content: "";
}

.secttl {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
}
.secttl.-primary {
  color: #D61619;
}
.secttl.-space {
  margin-top: 20px;
}
.secttl.-number {
  font-size: 36px;
}
.secttl.-narrow {
  line-height: 1;
}
.secttl.-reason {
  font-size: 28px;
}

.mv {
  background-image: url("../img/mv.png");
  background-size: cover;
  color: #fff;
  /* background-size: contain; */
}



.mv__box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.mv__button {
  margin-top: 24px;
  text-align: center;
}

.mv__title {
  position: relative;
  margin: 0 8px;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.mv__catchBr {
  display: inline-block;
}

.mv__notes {
  display: none;
}

.mv__notesSP {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.mv__img {
  position: relative;
  margin: 0 auto -65px;
  width: 45%!important;
}

.mv__img img {
  width: 100%;
}

.mv__user {
  display: flex;
  position: absolute;
  top: 15%;
  left: -10px;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fbad2d;
  width: 90px;
  height: 90px;
  font-size: 10px;
  text-align: center;
}

.mv__userInner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 84px;
  height: 84px;
  font-weight: bold;
}

.mv__userNumber {
  font-size: 14px;
}

.mv__tax {
  display: flex;
  position: absolute;
  top: 15%;
  left: -10px;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  margin-top: 98px;
  border-radius: 50%;
  background-color: #fbad2d;
  width: 90px;
  height: 90px;
  font-size: 10px;
  text-align: center;
}

.mv__taxInner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 84px;
  height: 84px;
  font-weight: bold;
}

.invoice-text {
  color: #FFA500;
}

.support {
  padding: 70px 0 60px;
  text-align: center;
}

.support__arrow {
  margin: 0 auto;
  width: 42px;
}

.support__box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.support__item {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.support__item.-second {
  margin-top: 40px;
}
.support__item.-third {
  margin-top: 53px;
}

.support__img {
  width: 50px;
}

.support__concept {
  margin-left: 30px;
  width: calc(100% - 80px);
}

.support__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

.support__asterisk {
  opacity: 0.5;
  font-size: 12px;
}

.support__text {
  margin: 3px 0 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.support__notes {
  opacity: 0.5;
  margin: 5px 0 0;
  font-size: 11px;
  text-align: left;
}

.quality {
  background: url("../img/logo_background.svg") no-repeat;
  background-color: #f6f6f6;
  background-position: center top;
  background-size: cover;
  padding: 50px 0 115px;
}

.quality__inner {
  text-align: center;
}

.quality__box {
  display: flex;
  flex-wrap: wrap;
  margin: 13px auto 0;
  width: 88%;
}
.quality__box + .quality__box {
  margin-top: 85px;
}
.quality__box.-reverse {
  flex-direction: column-reverse;
}

.quality__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.quality__number {
  display: block;
  color: #D61619;
  font-size: 32px;
  line-height: 1.5;
}

.quality__img.-big {
  margin-top: -10px;
}
.quality__img.-middle {
  margin-top: -21px;
}

.quality__imgItem {
  max-width: 100%;
  height: auto;
}

.quality__item {
  text-align: left;
}
.quality__item.-first {
  margin-top: -6px;
}
.quality__item.-second {
  margin: 10 0 0;
}
.quality__item.-third {
  margin-top: -11px;
}

@media all and (max-width: 680px) {
  .header__scroll.header__clone .header__menu {
    width: 70%;
  }
  .header__scroll.header__clone .button {
    width: 30%;
    padding: 0 3%;
    border-radius: 25px;
    justify-content: center;
  }
  .quality__box + .quality__box {
    margin-top: 20px;
  }

  .quality__img.-big {
    margin: 15px auto 0;
    width: 60%;
  }

  .quality__img.-middle {
    margin: 10px auto 0;
    width: 40%;
  }

  .quality__img.-small {
    margin-top: 10px;
    width: 60%;
    margin: 0 auto;
  }
  .quality__img.-fifth-img {
    width: 100%;
    margin-top: 30px;
  }
}
.quality__text {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.reason {
  padding: 56px 0 51px;
  text-align: center;
}

.reason__box {
  position: relative;
  margin: 42px 44px 0;
}
.reason__box .slick-slide {
  padding-top: 44px;
}

.reason__link {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
  border: solid 1px #dbdbdb;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: left;
}
/* .reason__link:hover {
  opacity: 0.7;
} */

.reason__img {
  position: absolute;
  top: -44px;
  right: 50%;
  transform: translateX(50%);
  margin: auto;
  border: solid 1px #dbdbdb;
  border-radius: 100%;
  width: 88px;
  height: 88px;
  overflow: hidden;
}
.reason__img > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.reason-img {
  width: 50%;
  margin: 10px auto;
}
.reason-img img {
  width: 100%;
}
.reason-img1 {
  width: 40%;
  margin-top: 40px;
}

.reason-img2 {
  width: 30%;
}
.reason-img1 {
  margin-top: 20px;
}
.reason-img3 {
  margin-top: 40px;
}

.reason__comment {
  padding: 46px 24px 20px;
}

.reason__title {
  margin: 13px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.reason__title span {
  color: #D61619;
}

.reason__text {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.reason__customer {
  margin: 0;
  border-top: solid 1px #dbdbdb;
  padding: 16px 24px;
  color: #686868;
  font-size: 14px;
  list-style-type: none;
}

.reason__button {
  margin-top: 21px;
}

.reason__single {
  width: 100%;
}

.reason__dotsArea {
  margin-top: 24px;
}

.plan {
  background-color: #f6f6f6;
  padding: 56px 0 44px;
  text-align: center;
}

.plan__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between!important;
  margin: 30px auto 0;
  width: 86%;
}

.plan__item {
  position: relative;
  border: solid 1px #dbdbdb;
  border-radius: 8px;
  background-color: #fff;
  padding: 34px 30px 37px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
.plan__item.-free {
  position: relative;
}
.plan__item.-free::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E50038;
  width: 100%;
  height: 10px;
  content: "";
}
.plan__item.-enterprise {
  margin-top: 23px;
}

.plan__price {
  margin: 0;
  color: #686868;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.plan__price.-free {
  color: #DD004A;
  font-size: 32px;
}

.plan__priceText {
  margin: 10px 0 28px;
  font-size: 23px;
}
.plan__priceText .smallText {
  display: block;
  font-size: 16px;
}

.plan__function {
  font-size: 16px;
}

.plan__text {
  margin: 0;
  background-color: #f9f9f9;
  padding: 10px 10px;
  letter-spacing: -0.01em;
}
.plan__text.-wide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  font-size: 40px;
  font-weight: bold;
}

.plan__space {
  margin: 4px 0;
}

.plan__button {
  margin-top: 25px;
}
.plan__button.-narrow {
  margin-top: 25px;
}

.plan__subTitle {
  margin: 40px 0 0;
  font-size: 20px;
  line-height: 1.5;
}
.plan__subTitle.-primary {
  color: #D61619;
}

.plan__list {
  display: flex;
  flex-wrap: wrap;
  margin: 28px auto 0;
  padding: 0;
  width: 90%;
  list-style-type: none;
}
.plan__list + .plan__list {
  margin-top: 24px;
}
.plan__list > li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.plan__list > li + li {
  margin-top: 24px;
}

.plan__listTitle {
  margin: 0;
  padding-left: 54px;
  font-size: 16px;
  line-height: 1.5;
}

.plan__icon {
  position: absolute;
}

.plan__listText {
  display: none;
}

.plan__listNotes {
  display: block;
  margin: 5px 0 0;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}

.p-top-partner {
  padding: 59px 0 54px;
  text-align: center;
}

.p-top-partner__box {
  margin: 31px auto 0;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  border: solid 1px #dbdbdb;
  border-radius: 8px;
  padding: 41px 38px 42px;
  width: 84%;
}

.p-top-partner__name {
  margin: 0;
  color: #ffc760;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.p-top-partner__text {
  margin: 13px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.qa {
  background-color: #f6f6f6;
  padding: 40px 0 65px;
  text-align: center;
}

.qa__box {
  display: flex;
  flex-wrap: wrap;
  margin: 39px auto 0;
  width: calc(100% - 48px);
}

.qa__item {
  border-radius: 8px;
  background-color: #fff;
  padding: 27px 25px;
  width: 100%;
  text-align: left;
}
.qa__item + .qa__item {
  margin-top: 16px;
}

.qa__question {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.qa__question::before {
  display: flex;
  position: absolute;
  top: -5px;
  left: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ddd;
  width: 28px;
  height: 28px;
  color: #686868;
  line-height: 1;
  content: "Q";
}

.qa__answer {
  position: relative;
  margin: 20px 0 0;
  padding-left: 45px;
  font-size: 14px;
  line-height: 1.5;
}
.qa__answer::before {
  display: flex;
  position: absolute;
  top: -5px;
  left: 0;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  border-radius: 50%;
  background-color: #D61619;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  content: "A";
}

.qa__link {
  color: #D61619;
  text-decoration: underline;
}
.qa__link:hover {
  text-decoration: none;
}

.qa__button {
  margin-top: 44px;
}

@media (min-width: 680px) {
  .contact-title {
      padding-top: 120px;
  }
}
.contact {
  padding: 56px 0 51px;
  text-align: center;
  font-size: 20px;
}
.contact-title {
  padding-top: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

@media all and (min-width: 680px) {
  .header__inner {
    padding: 0;
    height: 86px;
  }

  body.home .header__inner {
    background-color: transparent;
  }

  .header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 40px 13px;
  }
  .header__bar.-sp {
    display: none;
  }

  .header__nav {
    display: flex;
    align-items: center;
  }

  .header__navItem > li .button.-register, .header__navItem > li .button.-freeSmall {
    margin-left: 6px;
  }

  .header__scroll {
    padding: 0;
  }
  .header__scroll .header__bar {
    padding-top: 13px;
  }

  .sub-header__inner {
    padding: 0 20px 20px;
    max-width: 1020px;
    min-height: 164px;
  }

  .single-template .sub-header__inner {
    height: 164px;
  }

  .tax-docs .sub-header__inner, .post-type-archive-template .sub-header__inner {
    height: 226px;
  }

  .post-type-archive-casestudy .sub-header__inner, .single-casestudy .sub-header__inner {
    min-height: 196px;
  }

  .footer {
    margin-top: 80px;
  }

  .footer__top {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .footer__topInner {
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: inherit;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
    max-width: 1110px;
  }

  .footer__recommend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .footer__topText {
    margin: 0 0 0 24px;
  }

  .footer__topButton {
    margin: 0 0 0 65px;
  }

  .footer__img {
    margin: 0 10px 0 -10px;
    width: 15%;
  }
  .footer__img .img {
    width: auto;
  }

  .footer__middle {
    padding: 40px 40px 32px;
  }

  .footer__nav {
    justify-content: center;
  }

  .footer__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 0 10px;
    font-size: 12px;
  }
  .footer__list + .footer__list {
    margin-top: 34px;
  }
  .footer__list > li {
    width: auto;
  }
  .footer__list > li:last-child {
    margin-right: 10px;
  }
  .footer__list > li + li {
    margin: 0 0 0 25px;
  }
  .footer__list.-sns {
    margin: 0 0 0;
  }
  .footer__list.-sns > li + li {
    margin-top: 0;
  }

  .footer__link.-sns {
    font-weight: normal;
  }
  .footer__link.-sns::before {
    bottom: -1px;
    margin-right: 7px;
    width: 17px;
    height: 15px;
  }

  .footer__company {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 25px;
  }

  .footer__companyName {
    flex-wrap: nowrap;
    align-items: center;
  }
  .footer__companyName > li {
    width: auto;
  }
  .footer__companyName > li + li {
    margin: 0 0 0 14px;
  }

  .footer__copy {
    opacity: 1;
    margin-top: 0;
  }

  .footer__bottom {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 28px 40px 32px;
  }

  .footer__secure {
    margin: 0 0 0 30px;
  }

  .footer__logo {
    width: auto;
  }

  .button.-register {
    padding: 0 30px;
  }
  .button.-start {
    padding: 0 35px;
    width: 200px;
    font-size: 18px;
  }
  .button.-show {
    padding: 0 36px;
    height: 59px;
    font-size: 18px;
  }
  .button.-showSmall {
    padding: 0 40px;
    height: 59px;
    font-size: 18px;
  }
  .button.-showSmall:hover {
    background-color: #D61619;
    color: #fff;
  }
  .button.-free {
    font-size: 18px;
  }
  .button.-freeSmall {
    padding: 0 26px;
  }
  .button.-contact {
    padding: 0 50px;
    font-size: 18px;
  }

  .slider-next, .slider-prev {
    top: 49%;
  }

  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }

  .h2-pc {
    display: block;
  }

  .h2-sp {
    display: none;
  }

  .casestudy-archive {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: auto;
  }
  .casestudy-archive::after {
    display: block;
    height: 0;
    content: "";
  }

  .casestudy-archive__item {
    margin-top: 90px;
    padding: 0 1.7%;
  }
  .casestudy-archive__item:nth-child(-n+3) {
    margin-top: 48px;
  }

  .casestudy-archive__link {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    max-width: 304px;
  }

  .casestudy-archive__comment {
    padding: 65px 32px 20px;
  }

  .casestudy-archive__title {
    margin-top: 0;
  }

  .post-type-archive-casestudy .casestudy-content {
    padding-right: 0;
    padding-left: 0;
  }
  .post-type-archive-casestudy .casestudy-archive {
    flex-wrap: wrap;
    justify-content: start;
  }
  .post-type-archive-casestudy .casestudy-archive__item {
    padding: 0 16px;
    width: 33%;
  }
  .post-type-archive-casestudy .casestudy-archive__link {
    max-width: inherit;
  }

  .casestudy-news__inner {
    margin: 0 auto;
    padding: 60px 0 85px;
  }

  .coupon-header__inner {
    max-width: 1020px;
    min-height: 214px;
  }

  .coupon-header__text {
    width: 70%;
  }

  .howto-archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-right: auto;
    margin-left: 0;
  }
  .howto-archive::after {
    display: block;
    height: 0;
    content: "";
  }

  .howto-archive__item {
    margin-bottom: 40px;
    padding: 0 1.7%;
    max-width: 320px;
  }
  .howto-archive__item:nth-child(-n+3) {
    margin-bottom: 40px;
  }

  .howto-archive__link {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }

  .howto-archive__comment {
    padding: 24px 0 0;
  }

  .howto-archive__title {
    margin-top: 0;
  }

  .post-type-archive-howto .howto-content {
    padding-right: 0;
    padding-left: 0;
  }
  .post-type-archive-howto .howto-archive {
    flex-wrap: wrap;
    justify-content: start;
  }
  .post-type-archive-howto .howto-archive__item {
    padding: 0 16px;
    max-width: 335px;
  }
  .post-type-archive-howto .howto-archive__link {
    max-width: inherit;
  }

  .howto-news__inner {
    margin: 0 auto;
    padding: 60px 0 85px;
  }

  .l-maintenance-header {
    padding: 16px 24px;
  }

  .l-maintenance-header__img {
    width: auto;
    height: 30px;
  }

  .template-single__img {
    margin-right: 30px;
  }

  .secttl {
    font-size: 32px;
  }
  .secttl.-space {
    margin-top: 24px;
  }
  .secttl.-number {
    font-size: 48px;
  }
  .secttl.-narrow {
    line-height: 1.5;
  }
  .secttl.-reason {
    font-size: 32px;
  }

  .mv {
    margin-top: -86px;
    /* background-size: inherit; */
    padding-top: 161px;
    padding-bottom: 10px;
  }

  .mv__box {
    padding-top: 0;
  }

  .mv__button {
    margin-top: 43px;
  }

  .mv__title {
    top: 8px;
    left: 8px;
    margin: 0 16px;
    font-size: 32px;
    text-align: center;
  }

  .mv__notes {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
  }

  .mv__notesSP {
    display: none;
  }

  .mv__img {
    margin: 18px 20px -120px;
    width: auto;
  }

  .mv__user {
    top: 21%;
    right: -48px;
    transform: translateY(-52%);
    width: 136px;
    height: 136px;
    font-size: 13px;
  }

  .mv__userInner {
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 130px;
    height: 130px;
  }

  .mv__userNumber {
    font-size: 24px;
  }

  .mv__tax {
    top: 30%;
    right: -48px;
    transform: translateY(-52%);
    width: 136px;
    height: 136px;
    font-size: 14px;
  }

  .mv__taxInner {
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 130px;
    height: 130px;
  }

  .support {
    padding: 105px 0 60px;
  }

  .support__arrow {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 8%;
  }

  .support__box {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 44px auto 0;
    padding: 0 20px;
    width: 100%;
    max-width: 954px;
  }

  .support__item {
    display: block;
    margin-top: 0;
    width: 246px;
  }
  .support__item.-second, .support__item.-third {
    margin-top: 0;
  }

  .support__img {
    display: flex;
    position: static;
    justify-content: center;
    width: auto;
    height: 112px;
  }
  .support__img.-first > img {
    margin-left: -40px;
  }

  .support__concept {
    margin: 30px 0 0;
    width: auto;
    text-align: center;
  }

  .support__title {
    font-size: 24px;
    text-align: inherit;
  }

  .support__text {
    margin-top: 20px;
  }

  .quality {
    background-size: 130%;
    padding: 120px 0 100px;
  }

  .quality__box {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 59px;
    width: auto;
  }
  .quality__box + .quality__box {
    margin-top: 91px;
  }
  .quality__box.-reverse {
    flex-direction: row;
  }

  .quality__title {
    font-size: 28px;
  }

  .quality__number {
    font-size: 64px;
  }

  .quality__img.-big {
    margin-top: 0;
    width: 30%;
  }
  .quality__img.-middle {
    margin-top: -44px;
    max-width: 587px;
  }
  .quality__img.-small {
    margin-top: -22px;
    margin-right: 20px;
    max-width: 400px;
  }
  .quality__img.-fifth-img {
    margin-top: 50px;
    margin-right: 20px;
    max-width: 500px;
  }

  _:-ms-lang(x)::-ms-backdrop, .quality__img {
    width: 50%;
  }

  .quality__imgItem {
    max-width: 100%;
  }

  .-middle img {
    width: 50%;
  }

  .quality__item.-first {
    margin: 64px 13.2% 0 64px;
    max-width: 419px;
  }
  .quality__item.-first .quality__text {
    margin-top: 12px;
  }
  .quality__item.-second {
    margin: 25px 100px 0 20px;
    max-width: 450px;
  }
  .quality__item.-second .quality__text {
    margin-top: 10px;
  }
  .quality__item.-third {
    margin: 98px 60px 0 80px;
    max-width: 480px;
  }
  .quality__item.-third .quality__text {
    margin-top: 23px;
  }
  .quality__item.-fifth {
    margin: 50px 40px 0 80px;
    max-width: 480px;
  }
  .quality__text {
    font-size: 16px;
  }

  .reason {
    padding: 120px 0 112px;
  }

  .reason__box {
    display: flex;
    justify-content: center;
    margin: 80px auto 0;
    width: auto;
  }

  _:-ms-lang(x)::-ms-backdrop, .reason__box {
    max-width: 1000px;
  }

  .reason__item {
    padding: 0 1.7%;
  }

  _:-ms-lang(x)::-ms-backdrop, .reason__item {
    flex-basis: 100%;
  }

  .reason__link {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    max-width: 304px;
  }

  .reason__comment {
    padding: 65px 32px 20px;
  }

  .reason__title {
    margin-top: 0;
  }

  .reason__customer {
    padding: 16px 32px 26px;
  }

  .reason__button {
    margin-top: 47px;
  }

  .reason__dotsArea {
    margin-top: 0;
  }

  .plan {
    padding: 114px 0 84px;
  }

  .plan__contents {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 46px;
  }

  .plan__item {
    padding: 48px 68px;
    width: 30%;
    height: 455px;
  }
  .plan__item.-free {
    left: 0;
    z-index: 1;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
    padding-top: 70px;
    padding-bottom: 40px;
    height: 401px;
  }
  .plan__item.-enterprise {
    z-index: 1;
    margin-top: 0;
    margin-left: -1px;
    border-radius: 0 8px 8px 0;
    padding-top: 53px;
  }

  .plan__text.-wide {
    height: 50px;
  }

  .plan__priceText {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 10px 0 22px;
    height: 70px;
    font-size: 28px;
    line-height: 1;
  }
  .plan__priceText .smallText {
    width: 100%;
    font-size: 20px;
  }

  .plan__function {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    height: 128px;
  }

  .plan__text {
    padding: 30px 13px;
  }

  .plan__subTitle {
    margin: 62px 0 0;
    font-size: 24px;
  }

  .plan__list {
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 55px;
    width: 78%;
  }
  .plan__list + .plan__list {
    margin-top: 42px;
  }
  .plan__list + .plan__list .plan__listTitle {
    height: 36px;
  }
  .plan__list > li {
    display: block;
    margin: 0 8px;
    width: 222px;
  }
  .plan__list > li + li {
    margin-top: 0;
  }

  .plan__listTitle {
    margin: 17px 0 0;
    padding-left: 0;
    height: 48px;
  }

  .plan__icon {
    display: flex;
    position: static;
    align-items: center;
    justify-content: center;
    height: 40px;
  }

  .plan__listText {
    display: block;
    margin: 10px 0 0;
    color: #686868;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .p-top-partner {
    padding: 100px 0 105px;
  }

  .p-top-partner__box {
    margin: 42px auto 0;
    padding: 52px 0 55px;
    max-width: 980px;
  }

  .qa {
    padding: 110px 0 112px;
  }

  .qa__box {
    justify-content: space-between;
    margin: 49px auto 0;
    width: 90%;
    max-width: 980px;
  }

  .qa__item {
    padding: 32px 24px 32px 32px;
    width: calc(50% - 12px);
    max-width: 478px;
  }
  .qa__item + .qa__item {
    margin-top: 0;
  }
  .qa__item:nth-child(n+3) {
    margin-top: 30px;
  }

  .qa__question {
    font-size: 18px;
  }
  .qa__question::before {
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
  }

  .qa__answer {
    margin-top: 17px;
  }
  .qa__answer::before {
    top: -5px;
    width: 32px;
    height: 32px;
  }

  .qa__button {
    margin-top: 36px;
  }
}
@media all and (min-width: 680px) and (max-width: 895.98px) {
  .header__navItem .button {
    padding: 0 12px;
    font-size: 12px;
  }

  .sub-header__img {
    display: none;
  }

  .footer__middle {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer__list > li + li {
    margin: 0 0 0 16px;
    font-size: 10px;
  }

  .casestudy-archive__item {
    padding: 0 1%;
  }

  .casestudy-archive__comment {
    padding-right: 24px;
    padding-left: 24px;
  }

  .post-type-archive-casestudy .casestudy-archive__item {
    width: 50%;
  }
  .post-type-archive-casestudy .casestudy-archive__item:nth-child(3) {
    margin-top: 90px;
  }

  .coupon__title {
    float: none;
    text-align: center;
  }

  .coupon__visual {
    float: none;
    margin-bottom: 24px;
    text-align: center;
  }

  .coupon__box {
    float: none;
    width: 100%;
  }

  .coupon__text {
    padding: 0 64px;
  }

  .coupon__link, .coupon__note {
    text-align: center;
  }

  .coupon-header__inner {
    height: auto;
  }

  .coupon-header__title {
    margin: 0 0 16px;
    text-align: center;
  }

  .coupon-header__text {
    margin-bottom: 24px;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .coupon-header__visual {
    position: static;
    text-align: center;
  }

  .coupon-header__visualImg {
    width: 180px;
  }

  .coupon-search {
    display: none;
  }

  .coupon-archive__title {
    padding: 16px 24px 24px;
    font-size: 21px;
  }

  .coupon-archive__item {
    padding: 0 24px 24px;
    width: 100%;
  }

  .howto-archive__item {
    padding: 0 1%;
  }

  .howto-archive__comment {
    padding-right: 24px;
    padding-left: 24px;
  }

  .post-type-archive-howto .howto-archive__item {
    width: 50%;
  }
  .post-type-archive-howto .howto-archive__item:nth-child(3) {
    margin-top: 90px;
  }

  .mv__user {
    right: -8px;
  }

  _:-ms-lang(x)::-ms-backdrop, .mv__userNumber {
    flex-basis: 90%;
  }

  .mv__tax {
    right: -8px;
  }

  .support__item {
    width: 31.1%;
  }

  .support__title {
    font-size: 21px;
  }

  .quality__img.-big {
    width: 60%;
  }

  .quality__item.-first {
    margin: 34px 20px 0 20px;
  }
  .quality__item.-second {
    margin: 0 40px 0 20px;
  }
  .quality__item.-third {
    margin: 30px 20px 0 45px;
  }

  .reason__item {
    padding: 0 1%;
  }

  .reason__comment, .reason__customer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .plan__contents {
    padding: 0 20px;
  }

  .plan__item {
    padding: 48px 5%;
  }

  .plan__list {
    width: calc(100% - 15px);
  }
  .plan__list > li {
    margin: 0 5px;
  }

  .plan__listTitle {
    font-size: 15px;
  }
}
@media all and (max-width: 679.98px) {
  .hojokinja {
    display: none;
  } 

  .mv__img {
    width: 80%!important;
  }

  .sub-header__inner {
    box-sizing: border-box;
    padding: 10px 20px 30px;
    width: 100%;
    height: auto;
  }

  .single-template .sub-header__inner {
    height: auto;
  }

  .sub-header__title {
    margin-top: 0;
    font-size: 24px;
  }
  .sub-header__title .sub-header__title_date {
    margin-bottom: 0;
  }

  .sub-header__img {
    display: none;
  }

  .pagination > span, .pagination > a {
    font-size: 12px;
  }
  .pagination > .extend {
    margin-right: 5px;
    margin-left: 5px;
  }

  .breadcrumb {
    margin: 15px 0 10px;
    padding: 10px 20px;
    width: 100%;
  }
  .breadcrumb > ul {
    flex-wrap: wrap;
  }
  .breadcrumb > ul > li {
    font-size: 11px;
  }

  .casestudy-content {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }

  .casestudy-archive.slick-slider {
    margin: 0 30px;
  }
  .casestudy-archive .slick-slide {
    padding-top: 44px;
  }

  .casestudy-archive__item {
    margin-top: 60px;
  }
  .casestudy-archive__item:first-child {
    margin-top: 50px;
  }

  .slick-slider .casestudy-archive__item {
    margin-top: 10px;
  }

  .casestudy-single__wysiwyg {
    font-size: 14px;
  }

  .casestudy-profile {
    display: block;
    margin-top: 40px;
    padding: 20px;
  }

  .casestudy-profile__img {
    margin: 0 auto 20px;
    text-align: center;
  }

  .casestudy-profile__list {
    font-size: 14px;
  }
  .casestudy-profile__list > dt {
    float: none;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
  }
  .casestudy-profile__list > dd {
    margin-left: 0;
  }

  .casestudy-sns {
    margin-bottom: 30px;
  }

  .casestudy-sns__button {
    width: 50%;
  }

  .casestudy-news {
    margin-bottom: -65px;
  }

  .casestudy-news__title {
    margin-bottom: 0;
  }

  .casestudy-news__link {
    margin-top: 40px;
  }

  .coupon {
    padding: 64px 16px 64px;
  }

  .coupon__title {
    float: none;
    margin-bottom: 24px;
    text-align: center;
  }

  .coupon__titleImg {
    width: 220px;
  }

  .coupon__visual {
    float: none;
    margin-bottom: 24px;
    text-align: center;
  }

  .coupon__visualImg {
    width: 200px;
  }

  .coupon__box {
    float: none;
    width: 100%;
  }

  .coupon__text {
    margin-bottom: 24px;
    padding: 0 24px;
    font-size: 14px;
  }

  .coupon__link, .coupon__note {
    text-align: center;
  }

  .coupon-header__inner {
    box-sizing: border-box;
    padding: 0 24px;
    width: 100%;
    height: auto;
  }

  .coupon-header__title {
    margin-top: 0;
    font-size: 24px;
    text-align: center;
  }

  .coupon-header__titleImg {
    width: 200px;
  }

  .coupon-header__text {
    margin-bottom: 16px;
    width: 100%;
    font-size: 13px;
    text-align: left;
  }

  .coupon-header__visual {
    position: static;
  }

  .coupon-header__visualImg {
    width: 150px;
  }

  .coupon-search {
    display: none;
  }

  .coupon-archive__inner {
    margin: 0 auto 32px;
  }

  .coupon-archive__title {
    padding: 16px 24px 24px;
    font-size: 18px;
  }

  .coupon-archive__item {
    padding: 0 24px 24px;
    width: 100%;
  }

  .coupon-archive__name {
    margin: 0 0 8px;
  }

  .coupon-archive__benefitInfo {
    font-size: 12px;
  }
  .coupon-archive__benefitInfo p {
    margin: 8px 0;
  }
  .coupon-archive__benefitInfo strong {
    font-size: 16px;
  }

  .coupon-content {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
  }

  .coupon-single__mainImg {
    padding: 24px 20px;
  }

  .coupon-summary {
    margin-bottom: 0;
  }

  .coupon-profile {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .coupon__logo {
    float: none;
    margin: 0 auto 8px;
    width: 80px;
    height: 80px;
  }

  .coupon__profileName {
    text-align: center;
  }

  .coupon__serviceName {
    padding-top: 0;
    font-size: 18px;
  }

  .coupon__companyName {
    font-size: 12px;
  }

  .coupon-single__wysiwyg {
    font-size: 14px;
  }

  .coupon-benefit__list {
    font-size: 14px;
  }
  .coupon-benefit__list > dt {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
  }
  .coupon-benefit__list > dd {
    margin-left: 0;
  }

  .coupon-service__link {
    margin: 24px 0;
  }

  .coupon-other {
    margin-bottom: -65px;
  }

  .coupon-other__inner {
    padding: 40px 10px;
    width: 100%;
  }

  .coupon-other__title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .howto-content {
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
  .howto-content .template-single .howto-single__mainImg {
    height: auto;
  }

  .howto-archive.slick-slider {
    margin: 0 30px;
  }
  .howto-archive .slick-slide {
    padding-top: 44px;
  }

  .howto_sidebar__container {
    min-width: 100%;
    max-width: 100%;
  }

  .howto-archive__item {
    margin-top: 60px;
  }
  .howto-archive__item:first-child {
    margin-top: 24px;
  }

  .slick-slider .howto-archive__item {
    margin-top: 10px;
  }

  .howto-single__wysiwyg {
    font-size: 14px;
  }

  .howto-profile {
    display: block;
    margin-top: 40px;
    padding: 20px;
  }

  .howto-profile__img {
    margin: 0 auto 20px;
    text-align: center;
  }

  .howto-profile__list {
    font-size: 14px;
  }
  .howto-profile__list > dt {
    float: none;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
  }
  .howto-profile__list > dd {
    margin-left: 0;
  }

  .howto-sns {
    margin-bottom: 30px;
  }

  .howto-sns__button {
    width: 50%;
  }

  .howto-news {
    margin-bottom: -65px;
  }

  .howto-news__inner {
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
  }

  .howto-news__title {
    margin-bottom: 0;
  }

  .howto-news__link {
    margin-top: 40px;
  }

  .template-content {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }

  .template-content__title {
    margin: 18px 0 18px;
  }

  .template-archive__item {
    margin-bottom: 30px;
    width: calc(50% - 10px);
  }

  .template-archive__img > a {
    width: 100%;
    height: 200px;
  }

  _:-ms-lang(x)::-ms-backdrop, .template-archive__img > a {
    height: auto;
  }

  .template-archive__title {
    font-size: 13px;
  }

  .template-archive__category {
    font-size: 11px;
  }

  .template-archive__banner img {
    width: 100%;
  }

  .template-docsNav__list {
    flex-wrap: wrap;
  }

  .template-docsNav__item {
    margin-bottom: -1px;
    width: calc(33% - 1px);
  }

  .template-single__content {
    display: block;
  }

  .template-single__img {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
  }
  .template-single__img > img {
    max-height: 400px;
  }

  .template-single__wysiwyg {
    padding: 0;
    width: 100%;
    font-size: 13px;
  }
  .template-single__wysiwyg .download-link {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 350px;
  }

  .single-template .sub-header {
    height: auto;
  }

  .quality__box.-second {
    flex-direction: column-reverse;
  }

  _:-ms-lang(x)::-ms-backdrop, .quality__box.-second {
    flex-direction: inherit;
  }

  _:-ms-lang(x)::-ms-backdrop, .quality__img.-small {
    margin-top: 20px;
  }

  _:-ms-lang(x)::-ms-backdrop, .quality__img {
    flex-basis: 100%;
  }

  .quality__item.-second .quality__text {
    margin-top: 10px;
  }

  .plan__item.-free {
    padding-top: 40px;
  }

  .plan__icon.-mail {
    top: -1px;
    left: 7px;
    width: 26px;
  }
  .plan__icon.-deliver {
    top: -1px;
    left: 6px;
    width: 30px;
  }
  .plan__icon.-file {
    left: 10px;
    width: 22px;
  }
  .plan__icon.-upload {
    top: -1px;
    left: 4px;
    width: 33px;
  }
  .plan__icon.-control {
    top: 2px;
    left: 7px;
    width: 28px;
  }
  .plan__icon.-download {
    top: 3px;
    left: 5px;
    width: 31px;
  }
  .plan__icon.-cal {
    top: 0;
    left: 8px;
    width: 25px;
  }
  .plan__icon.-layout {
    top: 1px;
    left: 10px;
    width: 22px;
  }
}
@media all and (min-width: 680px) and (max-width: 980px) {
  .template-archive__item {
    width: calc(33.3% - 20px);
  }
}/*# sourceMappingURL=style.css.map */

@media  all and (max-width: 680px) {
  .mv {
    background-image: url("../img/mv-sp.png");
  }
}

.video {
  width: 60%;
  margin: 50px auto 0;
}

@media  all and (max-width: 680px) {
  .video {
    width: 80%;
    margin: 30px auto 0;
  }
}