@charset "UTF-8";
/* _setting.scss *****************************************************/
/* font */
@font-face {
  font-family: "TT Norms";
  src: url("./font/TTNorms-Bold.eot") format("eot");
  src: url("./font/TTNorms-Bold.woff") format("woff"), url("./font/TTNorms-Bold.ttf") format("truetype"), url("./font/TTNorms-Bold.svg#TT Norms Bold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "TT Norms";
  src: url("./font/TTNorms-Regular.eot") format("eot");
  src: url("./font/TTNorms-Regular.woff") format("woff"), url("./font/TTNorms-Regular.ttf") format("truetype"), url("./font/TTNorms-Regular.svg#TT Norms Regular") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "TT Norms";
  src: url("./font/TTNorms-Medium.eot") format("eot");
  src: url("./font/TTNorms-Medium.woff") format("woff"), url("./font/TTNorms-Medium.ttf") format("truetype"), url("./font/TTNorms-Medium.svg#TT Norms Medium") format("svg");
  font-weight: 500;
}
/* color */
/* _base.scss *****************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  padding-top: 80px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "TT Norms", sans-serif;
  line-height: 1.6;
  background-color: #000;
  color: #333;
}

body * {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: all 0.3s ease;
}

::placeholder {
  /* Others */
  color: #ccc;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

h1 {
  font-size: 5.8rem;
  line-height: 1.15;
}

h2 {
  font-size: 4.2rem;
  line-height: 1.15;
}
h2 strong {
  font-weight: 500;
  background: linear-gradient(180deg, transparent 35%, #FFF100 35%, #FFF100 75%, transparent 75%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
}
h2.show strong {
  background-size: 100% 100%;
}

h3 {
  font-size: 3.4rem;
  line-height: 1.25;
}

h4 {
  font-size: 2.8rem;
  line-height: 1.4;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  stroke-width: 0;
  stroke: none;
  fill: #000;
  transition: 0.3s;
}

.text-center {
  text-align: center;
  justify-content: center;
  align-self: center;
  margin-right: auto !important;
  margin-left: auto !important;
}

.text-left {
  text-align: left;
  align-self: flex-start;
}

.text-right {
  text-align: right;
  align-self: flex-end;
  margin-left: auto;
}

a.hoverline,
.hoverline a {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 95%, #fff100 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}

a.hoverline:hover,
a.hoverline:active,
.hoverline a:hover,
.hoverline a:active {
  background-size: 100% 100%;
}

.contents a:not(.btn) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #FFF100 40%);
  background-position: 0 0;
  background-size: auto 200%;
  background-repeat: no-repeat;
}
.contents a:not(.btn):hover, .contents a:not(.btn):active {
  background-position: 0 100%;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-wrap .btn {
  margin: 0 12px;
}

@media screen and (max-width: 840px) {
  .btn-wrap .btn {
    margin: 0 6px;
  }
}
.btn {
  z-index: 1;
  outline: none;
  position: relative;
  display: flex;
  height: 56px;
  width: 236px;
  padding: 0 10px;
  background-color: #FFF100;
  border: 1px solid #FFF100;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
  border-radius: 10px;
  box-shadow: 12px 24px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.btn span {
  position: relative;
}
.btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  transform: translateX(-102%);
  transition: 0.3s;
  z-index: 0;
}
.btn:hover, .btn:active {
  border-color: #000;
  box-shadow: 12px 24px 32px rgba(0, 0, 0, 0.2);
}
.btn:hover::before, .btn:active::before {
  transform: translateX(0);
}
.btn.middle {
  width: auto;
  padding-right: 30px;
  padding-left: 30px;
  min-width: 120px;
  height: 38px;
  font-size: 1.4rem;
}
.btn.small {
  width: auto;
  height: 30px;
  padding: 0 24px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  font-weight: normal;
  border: 1px solid transparent;
  box-shadow: none;
}
.btn.small::before {
  background-color: #FFF100;
}
.btn.small:hover, .btn.small:active {
  background-color: #FFF100;
  color: #000;
}
.btn.white {
  background-color: #fff;
  border-color: #fff;
}
.btn.white::before {
  background-color: #FFF100;
}
.btn.white:hover {
  border-color: #FFF100;
}

@media screen and (min-width: 841px) {
  .sp-view {
    display: none !important;
  }
}
@media screen and (max-width: 840px) {
  .pc-view {
    display: none !important;
  }
  .sp-order-last {
    order: 10;
  }
  body {
    padding-top: 68px;
    font-size: 1.3rem;
  }
  h1 {
    font-size: 4.2rem;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 3.4rem;
    line-height: 1.5;
  }
  h3 {
    font-size: 2.6rem;
  }
  h4 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .btn {
    height: 48px;
    width: 100%;
    font-size: 1.4rem;
  }
  .btn.middle {
    height: 33px;
    font-size: 1.2rem;
  }
  .btn.small {
    height: 26px;
    font-size: 1.2rem;
    padding: 0 12px;
  }
}
/* menu */
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  line-height: 1.15;
  position: fixed;
  padding: 60px 30px 20px;
  z-index: 120;
  top: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 360px;
  height: 100%;
  color: #222;
  background-color: #fff;
  backface-visibility: hidden;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-overlay {
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
}

.drawer-open .drawer-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right .drawer-nav {
  right: -360px;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-nav {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer-hamburger {
  position: fixed;
  z-index: 130;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  padding: 28px 30px;
  transition: all 0.3s ease;
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
  backface-visibility: hidden;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  backface-visibility: hidden;
  overflow: hidden;
}

.drawer-hamburger-icon i,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  left: 0;
  content: " ";
  width: 100%;
  height: 2px;
  transition: all 0.2s ease;
  background-color: #fff;
  backface-visibility: hidden;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.drawer-open .drawer-hamburger-icon i,
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  background-color: #000;
}

.drawer-hamburger-icon i {
  top: 11px;
}

.drawer-hamburger-icon:before {
  top: 2px;
}

.drawer-hamburger-icon:after {
  top: 20px;
}

.drawer-hamburger-icon:hover:before {
  top: 11px;
}

.drawer-hamburger-icon:hover:after {
  top: 11px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon i {
  display: none;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 11px !important;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
  height: 1px;
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
  height: 1px;
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

.drawer-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 0;
  height: auto;
  min-height: calc(100% - 44px);
  width: 100%;
}

.language {
  position: absolute;
  top: 24px;
  right: 50%;
  margin-right: -64px;
  color: #1a1a1a;
  line-height: 1;
  transform: translate(-50%, 0);
}

.language-wrap {
  margin-bottom: 25px;
}

.language-select {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  padding: 0px 13px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 22px;
  line-height: 21px;
  height: 21px;
  display: inline-block;
}

.ie11 .language-select {
  line-height: 24px;
}

.language-separate {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 13px;
}

a.language-alt {
  background: #fff;
  border: 1px solid #fff;
  padding: 0px 13px;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  border-radius: 22px;
  line-height: 21px;
  height: 21px;
  display: inline-block;
}

.ie11 a.language-alt {
  line-height: 24px;
}

a.language-alt:hover {
  background: #fff;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}

.drawer-menu {
  padding: 0 0 35px;
  list-style: none;
  width: 100%;
}

.drawer-menu dt {
  padding: 10px 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.drawer-menu dd {
  padding: 10px 0;
}

.drawer-menu dd a.drawer-menu-item {
  font-size: 16px;
  display: inline-block;
  color: #1a1a1a;
  line-height: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #fff100 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: all 0.3s ease;
}

.drawer-menu dd:hover a.drawer-menu-item {
  background-size: 100% 100%;
  cursor: pointer;
}

.drawer-menu-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  position: relative;
  padding: 0;
  margin: 0 0 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.drawer-copyright {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.drawer-copyright .copyrighttext {
  width: 100%;
  font-size: 10px;
  line-height: 1.5;
  align-self: flex-start;
  text-align: left;
  color: #999;
  margin-bottom: 5px;
}

.drawer-copyright .link {
  line-height: 1.5;
  font-size: 10px;
  align-self: flex-start;
  text-align: center;
  padding: 0 5px;
  color: #666;
  margin-bottom: 5px;
}

.drawer-btn-wrap {
  width: 46%;
}

.drawer-menu-wrap a.btn.login,
.drawer-menu-wrap a.btn.account,
.drawer-menu-wrap a.btn.host {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border: 1px solid #1a1a1a;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  transition: all 0.3s ease;
}

.drawer-menu-wrap a.btn.login:hover,
.drawer-menu-wrap a.btn.account:hover,
.drawer-menu-wrap a.btn.host:hover {
  background: #fff;
  color: #1a1a1a;
}

a.drawer-menu-login:hover {
  background: #1a1a1a;
  color: #fff;
}

.drawer-lead {
  margin-bottom: 30px;
  width: 100%;
}

.drawer-lead p {
  line-height: 1.6;
  margin-bottom: 15px;
}

.drawer-lead a.btn {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border: 1px solid #1a1a1a;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  transition: all 0.3s ease;
}

@media screen\0  {
  .drawer-lead a.btn {
    padding: 12px 0 8px;
  }
}
.drawer-lead a.btn:hover {
  background: #fff;
  color: #1a1a1a;
}

.drawer-footer {
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
  width: 100%;
}

a.drawer-footer-item {
  font-size: 14px;
  display: block;
  padding: 9px 0;
  text-decoration: none;
  color: #1a1a1a;
  line-height: 1;
  transition: all 0.3s ease;
}

a.drawer-footer-item:hover {
  color: #999;
}

.drawer-select-login {
  display: none;
}

.drawer-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0;
  margin: 0 0 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.drawer-sns li {
  display: inline-block;
}

.drawer-sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.drawer-sns li a:hover .icon {
  fill: #999;
}

.drawer-sns li:hover a .sns-path {
  fill: #999;
}

@media screen and (max-width: 959px) {
  .drawer-select-login {
    display: block;
    margin-bottom: 37px;
  }
  .drawer-select-login span {
    display: inline-block;
    margin: 0 6px;
  }
  .drawer-select-login a {
    font-size: 15px;
    text-decoration: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #fff100 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
  }
  .drawer-select-login a:hover {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 840px) {
  .drawer-hamburger {
    top: 4px;
    padding: 20px;
    width: 20px;
    height: 20px;
  }
  .drawer-hamburger-icon {
    width: 20px;
    height: 20px;
  }
  .drawer-hamburger-icon i {
    top: 9px;
  }
  .drawer-hamburger-icon:before {
    top: 1px;
  }
  .drawer-hamburger-icon:after {
    top: 17px;
  }
  .drawer-hamburger-icon:hover:before {
    top: 1px;
  }
  .drawer-hamburger-icon:hover:after {
    top: 17px;
  }
  .drawer-hamburger-icon:active:before {
    top: 11px;
  }
  .drawer-hamburger-icon:active:after {
    top: 11px;
  }
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
  }
  .drawer--right .drawer-nav {
    right: -100%;
  }
  .drawer-nav {
    width: 100%;
    padding: 60px 15px 59px;
  }
  .drawer-menu dd a.drawer-menu-item {
    font-size: 15px;
  }
  .drawer-wrap {
    min-height: 100%;
  }
  .drawer-footer {
    margin: 0 0 50px;
  }
  .drawer-sns {
    margin: 0 0 20px;
  }
  .drawer-menu {
    margin: 0 0 37px;
    padding: 0;
  }
  .drawer-menu dt {
    font-size: 19px;
  }
  .drawer-menu dd {
    font-size: 15px;
    padding: 9px 0 8px;
  }
  a.drawer-footer-item {
    font-size: 13px;
    display: block;
    padding: 9px 0 8px;
  }
  .language-wrap {
    margin-bottom: 20px;
  }
  .language-select {
    font-size: 13px;
  }
  a.language-alt {
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .drawer-menu {
    margin: 0 0 10px;
  }
  .drawer-wrap {
    padding: 20px 0 0;
  }
  .drawer-menu-wrap {
    margin: 0 0 10px;
  }
  .drawer-menu dd {
    padding: 8px 0;
  }
  .drawer-menu {
    margin: 0 0 10px;
  }
  .drawer-sns {
    margin: 0;
  }
}
.drawer-wrap {
  transform: translate(0px, 0px) translateZ(0px) !important;
}

.drawer--top.drawer-open .drawer-nav {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

.drawer-nav::-webkit-scrollbar {
  width: 6px;
}

.drawer-nav::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
}

.drawer-nav::-webkit-scrollbar-thumb {
  background-color: rgba(51, 51, 51, 0.5);
  border-radius: 3px;
}

/* _head-foot.scss *****************************************************/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  height: 80px;
  padding: 0 85px 0 38px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  z-index: 10;
}
.rev2022.frontpage header {
  background: transparent;
  transition: background 0.6s;
}
.rev2022.frontpage header.scrolled {
  background: #000;
}
header a {
  color: #fff;
}

.head__logo a {
  display: block;
  height: 20px;
}
.head__logo svg {
  fill: #fff;
  width: 86px;
  height: 20px;
}
.head__contact {
  margin-left: auto;
  font-size: 1.2rem;
  height: 3.8rem;
  border-radius: 3.8rem;
  width: auto;
  padding: 0 30px;
}
.head__menu {
  font-weight: bold;
  position: relative;
  margin-left: 20px;
  padding-left: 42px;
  display: flex;
  align-items: center;
}
.head__menu::before {
  content: "";
  width: 22px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #fff;
  opacity: 0.8;
}
.head__menu li {
  margin-right: 50px;
}
.head__menu li.current a {
  color: #FFF100;
}

@media screen and (max-width: 840px) {
  header {
    height: 68px;
    padding: 0 60px 0 20px;
  }
  .head__logo a {
    height: 18px;
  }
  .head__logo svg {
    width: 78px;
    height: 18px;
  }
  .head__contact {
    height: 3.6rem;
    padding: 0 20px;
  }
  .head__menu {
    display: none;
  }
}
/* footer */
footer {
  width: 100%;
  background: #e0e0e0;
  position: relative;
  padding-bottom: 60px;
  line-height: 1.15;
  font-size: 13px;
}

footer form {
  margin-top: 0;
}

.footer-wrap {
  width: 100%;
  padding: 60px 100px 0;
}

.footer-logo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 21px;
}
.footer-logo a {
  display: block;
}
.footer-logo svg {
  fill: #000;
  width: 316px;
  height: 72px;
  max-width: 100%;
  vertical-align: bottom;
}

path.fill-yellow {
  fill: #fff000;
}

.fill-glay {
  fill: #333;
}

.fill-black {
  fill: #000;
}

.footer-main {
  max-width: 1200px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

.footer-menu {
  margin-right: 150px;
}

.footer-menu.last {
  margin-right: 0;
}

.footer-menu.last .mc-field-group label {
  display: none;
}

.footer-menu.last dt,
.footer-menu.last dd,
.footer-menu.last .footer-menu-title,
.footer-menu.last .footer-menu-text {
  text-align: right;
}

.footer-menu .email {
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.footer-menu .email [type=text],
.footer-menu .email [type=email] {
  width: 272px;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  border: none;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 14px;
  cursor: text;
}

.footer-menu .email button {
  flex-shrink: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a1a1a;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 48px;
  height: 48px;
  transition: 0.3s;
}

.footer-menu .email button:hover {
  background-color: #444;
}

.footer-menu .email button .icon {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.footer-menu dt,
.footer-menu .footer-menu-title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 22px;
}

.footer-menu dd,
.footer-menu .footer-menu-text {
  margin-bottom: 21px;
}

.footer-menu dd a,
.footer-menu .footer-menu-text a {
  font-size: 13px;
  line-height: 1.2;
  color: #1a1a1a;
  display: inline;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #fff100 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.footer-menu dd a:hover,
.footer-menu .footer-menu-text a:hover {
  background-size: 100% 100%;
  cursor: pointer;
}

.footer-menu.hide {
  display: none;
}

.footer-menu.welcome {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-menu.welcome > * {
  transform: translateY(30px);
  transition: all 0.3s;
  opacity: 0;
}

.footer-menu.welcome > *:nth-child(1) {
  margin-bottom: 10px;
}

.footer-menu.welcome > *:nth-child(2) {
  margin-bottom: 10px;
}

.footer-menu.welcome.show {
  height: auto;
  pointer-events: auto;
  visibility: visible;
}

.footer-menu.welcome.show > * {
  transform: translateY(0);
  text-align: center;
  opacity: 1;
}

.footer-menu.welcome.show > *:nth-child(1) {
  margin-bottom: 22px;
}

.footer-menu.welcome.show > *:nth-child(2) {
  margin-bottom: 22px;
}

.footer-menu.welcome .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 22px;
}

.footer-main > *:last-child {
  margin-left: auto;
}

.footer-sub {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.footer-sub .language-wrap {
  margin: 0 30px 0 auto;
}

.footer-sub a.language-alt {
  background-color: transparent;
  border-color: transparent;
}

.footer-sub a.language-alt:hover {
  background-color: #fff;
  border-color: #1a1a1a;
}

.footer-sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
}

.footer-sns li {
  display: inline-block;
}

.footer-sns li a {
  padding: 10px 15px;
  display: block;
  width: 40px;
  height: 40px;
}

.footer-sns li a .icon {
  height: 20px;
  width: 20px;
}

.footer-sns li a:hover .icon {
  fill: #999;
}

.footer-submenu {
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.footer-submenu li {
  margin-right: 30px;
}

.footer-submenu li a {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  color: #1a1a1a;
  display: inline;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #fff100 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.footer-submenu li a:hover {
  background-size: 100% 100%;
  cursor: pointer;
}

@media screen and (max-width: 1180px) {
  .footer-wrap {
    padding: 60px 80px 0;
  }
  .footer-menu:not(.last) {
    margin-right: 60px;
  }
  .footer-sub {
    flex-wrap: wrap;
  }
  .footer-submenu {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer-sub .language-wrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 840px) {
  .footer-wrap {
    padding: 60px 35px 0;
  }
  .footer-main {
    display: block;
    margin-bottom: 61px;
  }
  .footer-menu {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 61px;
    flex-direction: column;
  }
  .footer-menu dt,
  .footer-menu .footer-menu-title {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .footer-menu dd,
  .footer-menu .footer-menu-text {
    font-size: 13px;
    margin-bottom: 13px;
  }
  .footer-menu dd a,
  .footer-menu .footer-menu-text a {
    font-size: 13px;
  }
  .footer-menu.last dt, .footer-menu.last dd,
  .footer-menu.last .footer-menu-title, .footer-menu.last .footer-menu-text {
    -ms-text-align-last: auto;
    text-align: left;
  }
  .footer-menu .email [type=text], .footer-menu .email [type=email] {
    font-size: 11px;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    width: 240px;
  }
  .footer-menu .email button {
    width: 42px;
    height: 42px;
  }
  .footer-menu.last {
    margin-bottom: 0;
  }
  .footer-menu.welcome {
    align-items: flex-start;
  }
  .footer-sub {
    display: block;
  }
  .footer-sns {
    margin: 61px auto 0;
    justify-content: flex-start;
  }
  .footer-sns li a {
    margin: 0;
  }
  .footer-sub {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .footer-submenu {
    display: block;
    margin: 0 auto 45px;
  }
  .footer-submenu li {
    margin-bottom: 15px;
  }
  .footer-submenu li a {
    font-size: 12px;
    padding: 0;
  }
  .footer-sub .language-wrap {
    margin-right: 0;
    font-size: 11px !important;
  }
  .footer-menu {
    flex-direction: column;
  }
  .footer-menu li {
    padding: 5px;
  }
  .footer-menu li a {
    font-size: 16px;
  }
  .footer-submenu {
    margin: 0 auto 61px;
  }
  .footer-logo {
    margin-bottom: 0;
  }
  .footer-submenu li a {
    font-size: 12px;
    padding: 5px 15px;
  }
  .footer-copyright p {
    font-size: 10px;
    padding: 0 0 15px;
  }
}
/* _content.scss *****************************************************/
/* 枠組み *************************************************************************/
.wrap {
  padding: 0 0.6vw 0.6vw;
  overflow: hidden;
}
.rev2022 .wrap.home {
  margin-top: -80px;
}

.mv {
  position: relative;
  height: 470px;
  padding-bottom: 30px;
  color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}
.mv:not(.home)::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.home .mv {
  height: 710px;
  padding-bottom: 420px;
  justify-content: flex-end;
}
.home .mv .bg {
  position: absolute;
  top: 290px;
  left: 0;
  width: 100%;
  height: 420px;
  z-index: 0;
  opacity: 0.95;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-position: center;
  background-size: cover;
}
.mv__inner {
  position: relative;
  width: 82vw;
}
.home .mv__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 79vw;
}
.home .mv__inner h1 {
  font-size: 9.2rem;
  line-height: 1.1;
  transform: translateY(15.18rem);
}
.home .mv__inner h1 small {
  font-size: 3.5rem;
  display: block;
  margin-bottom: 20px;
}
.home .mv__inner div {
  transform: translateY(28px);
}
.home .mv__inner div p {
  text-align: right;
  margin-bottom: 60px;
}
.home .mv__inner div .btn {
  margin-left: auto;
}
.home .mv__inner div .btn:hover {
  border-color: #000;
}
.rev2022 .mv {
  height: 670px;
}
.rev2022 .home .mv {
  background: url(../img/00_mv_2022.jpg) center center/cover no-repeat;
  padding-bottom: 0;
  height: 840px;
  width: calc(100% + 1.2vw);
  margin-left: -0.6vw;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 0;
}
.rev2022 .home .mv::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 110px;
  left: 0;
  top: auto;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.rev2022 .home .mv::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6) !important;
}
.rev2022 .home .mv__inner {
  justify-content: center;
  height: 400px;
  position: relative;
}
.rev2022 .home .mv h1 {
  flex-shrink: 0;
  flex-basis: 480px;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-30px);
  margin-right: 10px;
}
.rev2022 .home .mv h1 span {
  width: 105%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
.rev2022 .home .mv h1 > img {
  margin-bottom: 30px;
}
.rev2022 .home .mv h1 svg {
  fill: #fff;
  max-width: 100%;
}
.rev2022 .home .mv h1 i {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-style: normal;
}
.rev2022 .home .mv h1 small {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
}
.rev2022 .home .mv h1 small img {
  margin-left: 5px;
  transform: translateY();
}
.rev2022 .home .mv div {
  transform: none;
}
.rev2022 .home .mv__slash {
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%) !important;
}
.rev2022 .home .mv__text {
  flex-shrink: 0;
  flex-basis: 500px;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
}
.rev2022 .home .mv__text h2 {
  font-size: 3rem;
  letter-spacing: 0.12em;
  width: 100%;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 50px;
  padding-left: 20px;
}
.rev2022 .home .mv__text h2 img {
  display: none;
}
.rev2022 .home .mv__text p {
  display: flex;
  justify-content: end;
  margin-bottom: 0 !important;
}
.rev2022 .home .mv__text p a.btn {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.rev2022 .home .mv__text p a.btn:not(:last-child) {
  margin-right: 28px;
}

.contents {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding-top: 8vw;
  padding-bottom: 1px;
}
.contents > * {
  width: 82vw;
  margin-right: auto;
  margin-left: auto;
}
.mv + .contents {
  margin-top: -30px;
}

.rev2022 .home .mv + .contents {
  margin-top: 0;
}

.breadcrumb {
  font-size: 1.4rem;
  margin-top: -4.5vw;
  margin-bottom: 4.5vw;
  display: flex;
}
.breadcrumb li:not(:last-child) {
  margin-right: 20px;
  padding-right: 25px;
  position: relative;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1920px) {
  .wrap {
    padding: 11.52px;
  }
  .rev2022 .wrap {
    padding-top: 0;
  }
  .mv__inner {
    width: 1574.4px;
  }
  .home .mv__inner {
    width: 1516.8px;
  }
  .contents > * {
    width: 1574.4px;
  }
}
@media screen and (max-width: 1100px) {
  .rev2022 .home .mv__inner {
    flex-direction: column;
    align-items: center;
    height: 85%;
  }
  .rev2022 .home .mv h1 {
    width: 480px;
    max-width: 90%;
    height: 55%;
    flex-basis: auto;
    align-self: auto;
    transform: none;
    justify-content: flex-end;
    margin: 0;
  }
  .rev2022 .home .mv h1 span {
    margin-bottom: 20px;
  }
  .rev2022 .home .mv h1 > img {
    margin-bottom: 20px;
  }
  .rev2022 .home .mv h1 small {
    font-size: 1.1rem;
  }
  .rev2022 .home .mv h1 small img {
    width: 83px;
  }
  .rev2022 .home .mv__slash {
    display: none;
  }
  .rev2022 .home .mv__text {
    max-width: 100%;
    margin: 0;
    padding-top: 40px;
    height: 45%;
    align-self: auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: center;
  }
  .rev2022 .home .mv__text h2 {
    font-size: 24px;
    letter-spacing: 0.06em;
    text-align: right;
    margin-bottom: 0;
    width: auto;
    display: flex;
    padding-left: 0;
    margin-left: auto;
    align-items: flex-end;
  }
  .rev2022 .home .mv__text h2 img {
    display: inline-block;
  }
  .rev2022 .home .mv__text p {
    width: 100%;
    margin-top: auto;
  }
}
@media screen and (max-width: 840px) {
  .wrap {
    padding: 0 6px 6px;
  }
  .rev2022 .wrap.home {
    margin-top: -68px;
  }
  .mv {
    height: 440px;
    padding-bottom: 60px;
    padding-top: 40px;
    justify-content: flex-end;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .mv.text-middle {
    justify-content: center;
  }
  .mv.bg-right {
    background-position: right 10% center;
  }
  .mv.bg-left {
    background-position: left 10% center;
  }
  .mv:not(.home)::before {
    background: rgba(0, 0, 0, 0.2);
  }
  .home .mv {
    height: auto;
    padding-top: 60px;
    padding-bottom: 260px;
  }
  .home .mv .bg {
    height: 260px;
    top: auto;
    bottom: 0;
  }
  .mv__inner {
    width: 84vw;
  }
  .home .mv__inner {
    width: 84vw;
    flex-direction: column;
  }
  .home .mv__inner h1 {
    width: 100%;
    font-size: 5.5rem;
    transform: none;
    margin-bottom: -58px;
  }
  .home .mv__inner h1 small {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .home .mv__inner h1 br {
    display: inherit;
  }
  .home .mv__inner div {
    width: 100%;
    transform: translateY(78px);
  }
  .rev2022 .mv {
    height: 440px;
  }
  .rev2022 .home .mv {
    background: url(../img/00_mv_2022_sp.jpg) center center/cover no-repeat;
    width: calc(100% + 12px);
    margin-left: -6px;
    height: 646px;
  }
  .rev2022 .home .mv__inner {
    height: 90%;
  }
  .rev2022 .home .mv__inner h1 {
    height: 48%;
  }
  .rev2022 .home .mv__inner h1 span {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: -10%;
    margin-right: -10%;
    width: 120%;
    letter-spacing: 0.02em;
  }
  .rev2022 .home .mv__text {
    height: 44%;
    width: 480px;
  }
  .rev2022 .home .mv__text h2 {
    font-size: 2rem;
  }
  .rev2022 .home .mv__text h2 img {
    width: 60px;
    margin-right: -1em;
  }
  .rev2022 .home .mv__text p a.btn {
    font-size: 1.3rem;
  }
  .rev2022 .home .mv__text p a.btn:not(:last-child) {
    margin-right: 10px;
  }
  .contents {
    border-radius: 20px;
    padding-top: 80px;
  }
  .mv + .contents {
    margin-top: -20px;
  }
  .home .contents {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .rev2022 .home .contents {
    padding-top: 70px;
  }
  .contents > * {
    width: 84vw;
  }
  .breadcrumb {
    display: none;
  }
}
/* 画像セット *************************************************************************/
.set-imgtxt {
  position: relative;
}
.home .set-imgtxt::before {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 20px;
  background-color: #F7F7F7;
  width: 79vw;
  height: 47%;
  right: -6.5vw;
  top: 42vw;
}
.set-imgtxt.gray-over::before {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 20px;
  background-color: #F7F7F7;
  width: 79vw;
  height: 92%;
  right: -6.5vw;
  top: 15%;
}
.set-imgtxt__item {
  position: relative;
  margin-bottom: 6vw;
  display: flex;
  justify-content: space-between;
}
.home .set-imgtxt__item {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.home .set-imgtxt__item > div {
  padding-top: 0;
  padding-left: 7%;
}
.set-imgtxt__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.home .set-imgtxt__item:nth-of-type(2n) {
  flex-direction: row;
  align-items: flex-start;
}
.home .set-imgtxt__item:nth-of-type(2n) > div {
  padding-left: 0;
  padding-right: 7%;
}
.set-imgtxt__item.bg-3000 {
  margin-bottom: 14vw;
}
.set-imgtxt__item.bg-3000::before {
  mix-blend-mode: darken;
  content: "";
  display: block;
  width: 1140px;
  height: 272px;
  position: absolute;
  bottom: -13vw;
  left: 30%;
  background: url(../img/bg_3000.svg) left top/cover no-repeat;
}
.set-imgtxt__item.gray {
  padding-top: 6vw;
}
.set-imgtxt__item.gray::before {
  content: "";
  display: block;
  width: 95vw;
  height: calc(100% - 4vw);
  position: absolute;
  left: -6.5vw;
  top: 0;
  z-index: 0;
  background-color: #F7F7F7;
  border-radius: 20px;
}
.rev2022 .set-imgtxt__item.gray {
  padding-top: 0;
  margin-bottom: 40px;
}
.rev2022 .set-imgtxt__item.gray::before {
  width: 79vw;
  left: auto;
  right: -6.5vw;
  top: 76px;
  height: calc(100% - 30px);
}
.rev2022 .set-imgtxt__item h3 {
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 500;
}
.set-imgtxt__item > figure {
  position: relative;
  width: 41%;
}
.set-imgtxt__item > figure img {
  border-radius: 20px;
}
.set-imgtxt__item > div {
  position: relative;
  width: 50%;
  padding-top: 3vw;
}
.set-imgtxt__item > div h2 {
  margin-bottom: 30px;
}
.set-imgtxt__item > div p {
  margin-bottom: 40px;
}
.set-imgtxt__item > div > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .set-imgtxt.gray-over::before {
    width: 1516.8px;
    right: -124.8px;
    top: 15%;
  }
  .home .set-imgtxt::before {
    width: 1516.8px;
  }
  .set-imgtxt__item.gray::before {
    width: 1824px;
    left: -124.8px;
  }
}
@media screen and (max-width: 840px) {
  .set-imgtxt::before {
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 20px;
    background-color: #F7F7F7;
    width: 60vw;
    height: 75%;
    right: -3.5vw;
    top: 480px;
  }
  .home .set-imgtxt::before {
    width: 60vw;
    height: 70%;
    right: -3.5vw;
    top: 17%;
  }
  .set-imgtxt.gray-over::before {
    width: 65vw;
    height: 95%;
    right: calc(-8vw + 6px);
    top: 8%;
  }
  .set-imgtxt__item {
    flex-direction: column-reverse !important;
    margin-bottom: 90px;
  }
  .home .set-imgtxt__item > div {
    padding-left: 0;
  }
  .home .set-imgtxt__item:last-child {
    margin-bottom: 0;
  }
  .set-imgtxt__item:nth-of-type(2n) {
    flex-direction: column-reverse !important;
  }
  .home .set-imgtxt__item:nth-of-type(2n) > div {
    padding-right: 0;
  }
  .set-imgtxt__item.bg-3000 {
    margin-bottom: 100px;
  }
  .set-imgtxt__item.bg-3000::before {
    width: 627px;
    height: 150px;
    position: absolute;
    bottom: auto;
    top: 40%;
    left: 50%;
    background: url(../img/bg_3000.svg) left top/cover no-repeat;
  }
  .set-imgtxt__item.gray {
    padding-top: 0;
  }
  .set-imgtxt__item.gray::before {
    content: none;
  }
  .rev2022 .set-imgtxt__item.gray::before {
    content: "";
    width: 100%;
    right: auto;
    top: 46px;
    height: 100%;
  }
  .rev2022 .set-imgtxt__item div {
    width: auto;
  }
  .rev2022 .set-imgtxt__item div > *:last-child {
    margin-bottom: 30px;
  }
  .rev2022 .set-imgtxt__item h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .rev2022 .set-imgtxt__item figure {
    width: auto;
  }
  .rev2022 .home .set-imgtxt__item div {
    margin-right: 20px;
    margin-left: 20px;
  }
  .rev2022 .home .set-imgtxt__item figure {
    margin-right: 20px;
    margin-left: 20px;
  }
  .set-imgtxt__item > figure {
    width: 100%;
  }
  .set-imgtxt__item > figure figcaption {
    margin-top: 40px;
  }
  .set-imgtxt__item > div {
    width: 100%;
    padding-top: 0;
  }
  .set-imgtxt__item > div h2 {
    font-size: 2.2rem;
  }
  .set-imgtxt__item > div h2 br {
    display: none;
  }
  .set-imgtxt__item > div > *:last-child {
    margin-bottom: 40px;
  }
}
/* 引用符セット *************************************************************************/
.set-quotes {
  margin-top: 9vw;
  margin-bottom: 9vw;
  position: relative;
  width: 95vw;
  background-color: #F7F7F7;
  border-radius: 20px;
}
.set-quotes::before {
  content: "";
  display: block;
  width: 72px;
  height: 64px;
  position: absolute;
  left: 6.5vw;
  top: -48px;
  background: url(../img/quotes.svg) left center/cover no-repeat;
}
.set-quotes__head {
  width: 100%;
  border-top: 1px solid #D6D6D6;
  padding-top: 6vw;
}
.set-quotes__head h2 {
  width: 82vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.set-quotes__head + .set-quotes {
  margin-top: 6vw;
}
.set-quotes__inner {
  position: relative;
  width: 82vw;
  padding: 5vw 10vw 6vw;
  margin-right: auto;
  margin-left: auto;
}
.set-quotes__inner p {
  margin-top: 30px;
  font-size: 1.4rem;
}
.set-quotes__inner p:last-of-type {
  margin-bottom: 0;
}
.set-quotes__inner .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}

@media screen and (min-width: 1920px) {
  .set-quotes {
    width: 1824px;
  }
  .set-quotes::before {
    left: 124.8px;
  }
  .set-quotes__inner {
    width: 1574.4px;
    padding-right: 192px;
    padding-left: 192px;
  }
}
@media screen and (max-width: 840px) {
  .set-quotes {
    margin-top: 130px;
    margin-bottom: 130px;
    width: 91vw;
  }
  .set-quotes__head {
    padding-top: 50px;
  }
  .set-quotes__head h2 {
    width: 91vw;
    font-size: 2.6rem;
  }
  .set-quotes__head + .set-quotes {
    margin-top: 70px;
  }
  .set-quotes::before {
    width: 60px;
    height: 54px;
    left: 7vw;
    top: -40px;
    background-size: 60px;
  }
  .set-quotes__inner {
    width: 77vw;
    padding: 60px 0 70px;
  }
}
/* メニューセット *************************************************************************/
.set-menu {
  padding-bottom: 3vw;
  position: relative;
  width: 100%;
}
.set-menu.bg-3 {
  padding-bottom: 1vw;
  margin-bottom: 6vw;
}
.set-menu.bg-3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #D6D6D6;
}
.set-menu__inner {
  width: 82vw;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.bg-3 .set-menu__inner::before {
  content: "";
  display: block;
  width: 286px;
  height: 420px;
  position: absolute;
  right: -30px;
  top: -150px;
  background: url(../img/bg_3.svg) left center/cover no-repeat;
}
.set-menu h2 {
  margin-bottom: 80px;
  text-align: center;
  width: 100%;
}
.set-menu__item {
  position: relative;
  margin-right: 5vw;
  margin-bottom: 5vw;
  width: 24vw;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 3px 6px 18px rgba(0, 0, 0, 0.1);
}
.set-menu__item:nth-of-type(3n) {
  margin-right: 0;
}
.set-menu__item img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.02);
}
.set-menu__item div {
  color: #fff;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 6%;
  margin-top: 33%;
}
.set-menu__item div h3 {
  font-size: 3.2rem;
  margin-bottom: 15px;
}
.set-menu__item div p {
  margin-bottom: 25px;
}
.set-menu__item div ul {
  display: flex;
  justify-content: space-between;
}
.set-menu__item div ul li {
  width: 47%;
}
.set-menu__item div ul li .btn {
  width: 100%;
  height: 90px;
}

@media screen and (min-width: 1920px) {
  .set-menu__inner {
    width: 1574.4px;
  }
  .set-menu__item {
    margin-right: 96px;
    margin-bottom: 96px;
    width: 460.8px;
  }
}
@media screen and (max-width: 840px) {
  .set-menu {
    padding-bottom: 3vw;
    margin-bottom: 80px;
  }
  .set-menu.bg-3 {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .set-menu__inner {
    width: 77vw;
    flex-direction: column;
  }
  .bg-3 .set-menu__inner::before {
    width: 208px;
    height: 306px;
    top: -100px;
    right: -80px;
  }
  .set-menu__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .set-menu__item:last-child {
    margin-bottom: 0;
  }
  .set-menu__item div h3 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .set-menu__item div p {
    margin-bottom: 20px;
  }
}
/* コールセット *************************************************************************/
.set-call {
  color: #fff;
  width: 82vw;
  margin-right: auto;
  margin-left: auto;
  padding: 8.5vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.set-call .btn {
  flex-shrink: 0;
  margin-left: 3vw;
}

@media screen and (min-width: 1920px) {
  .set-call {
    width: 1574.4px;
    padding: 124.8px 0 115.2px;
  }
  .set-call .btn {
    margin-left: 57.6px;
  }
}
@media screen and (max-width: 840px) {
  .set-call {
    width: 77vw;
    padding: 72px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .set-call h3 {
    font-size: 2.2rem;
    line-height: 1.7;
    text-align: center;
  }
  .set-call .btn {
    margin-left: 0;
    margin-top: 30px;
  }
}
/* パートナーセット *************************************************************************/
.set-partner {
  margin-bottom: 8vw;
}
.set-normal .set-partner {
  margin-bottom: 0;
}
.set-partner h2 {
  text-align: center;
  margin-bottom: 60px;
}
.set-partner ul {
  display: flex;
  width: 62vw;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.set-partner ul li {
  width: 20%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  margin-bottom: 2.5%;
  text-align: center;
}
.set-partner ul a {
  display: block;
  background: none !important;
}
.set-partner ul a:hover {
  transform: scale(1.05);
  opacity: 0.5;
}

@media screen and (min-width: 1920px) {
  .set-partner ul {
    width: 1478.4px;
  }
}
@media screen and (max-width: 840px) {
  .set-partner {
    margin-bottom: 8vw;
  }
  .set-partner h2 {
    font-size: 2.4rem;
  }
  .set-partner ul {
    width: 77vw;
  }
  .set-partner ul li {
    width: 44%;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 40px;
  }
}
/* ダウンロードセット *************************************************************************/
.set-download {
  position: relative;
  padding-top: 9vw;
  margin-bottom: 9vw;
  display: flex;
  justify-content: space-between;
}
.set-download.no-bg {
  padding-top: 1vw;
}
.set-download:not(.no-bg)::before {
  content: "";
  display: block;
  width: 95vw;
  height: calc(9vw + 194px);
  position: absolute;
  left: -6.5vw;
  top: 0;
  border-radius: 20px;
  background-color: #F7F7F7;
  z-index: 0;
}
.set-download > figure {
  position: relative;
  width: 49%;
  padding: 0 7%;
}
.set-download > figure img {
  border-radius: 20px;
  box-shadow: 3px 6px 18px rgba(0, 0, 0, 0.1);
}
.set-download > div {
  position: relative;
  width: 41%;
}
.set-download > div h3 {
  margin-bottom: 40px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.set-download > div h4 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.5;
}
.set-download > div p {
  margin-bottom: 60px;
}

@media screen and (min-width: 1920px) {
  .set-download:not(.no-bg)::before {
    width: 1824px;
    left: -124.8px;
  }
}
@media screen and (max-width: 840px) {
  .set-download {
    width: 77vw;
    padding-top: 72px;
    margin-bottom: 72px;
    flex-direction: column;
  }
  .set-download::before {
    width: 91vw !important;
    height: calc(7vw + 194px) !important;
    left: -7vw !important;
  }
  .set-download > figure {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .set-download > figure img {
    border-radius: 20px;
    box-shadow: 3px 6px 18px rgba(0, 0, 0, 0.1);
  }
  .set-download > div {
    width: 100%;
  }
  .set-download > div h3 {
    font-size: 2.4rem;
  }
  .set-download > div h4 {
    font-size: 1.7rem;
    text-align: center;
  }
  .set-download > div p {
    font-size: 1.4rem;
  }
  .rev2022 .set-download::before {
    top: 0;
    height: 23% !important;
  }
  .rev2022 .set-download > figure {
    order: 2;
  }
  .rev2022 .set-download > figure figcaption {
    margin-top: 50px;
  }
  .rev2022 .set-download > div {
    order: 1;
  }
  .rev2022 .set-download > div h3 {
    text-align: center;
  }
}
/*値段表 *************************************************************************/
.table-scroll {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 20px;
  margin-bottom: 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 10px;
}
.table-scroll::-webkit-scrollbar {
  height: 6px;
  border-radius: 6px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 6px;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #36c34b;
  border-radius: 6px;
}

.price-table {
  width: 100%;
  min-width: 940px;
  font-size: 1.5rem;
  font-weight: 500;
}
.price-table tr {
  border-bottom: 1px solid #D6D6D6;
}
.price-table tr:last-child {
  border-bottom: none;
}
.price-table tr:first-child span {
  display: block;
  margin-bottom: 15px;
}
.price-table tr:first-child th {
  padding-top: 25px;
  padding-bottom: 10px;
  vertical-align: top;
  align-items: start;
}
.price-table tr:first-child th span {
  margin-bottom: 25px;
}
.price-table tr:first-child td {
  padding-top: 25px;
  padding-bottom: 10px;
  vertical-align: top;
}
.price-table tr:first-child td strong {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1;
}
.price-table tr:first-child td strong em {
  font-size: 3.2rem;
  font-style: normal;
}
.price-table tr:first-child td strong small {
  display: inline;
  font-size: 1.2rem;
}
.price-table th {
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-right: 10px;
}
.price-table th::before {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
}
.price-table td {
  width: 25%;
  text-align: center;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
}
.price-table td:nth-of-type(3) {
  border-right: 2px solid #FFF100;
  border-left: 2px solid #FFF100;
}
.price-table td:last-child {
  padding-right: 0;
}
.price-table td .false {
  display: inline-block;
  width: 38px;
  height: 1px;
  background: #000;
}
.price-table td small {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
  line-height: 1.5;
}
.price-table td.yellow-top {
  position: relative;
}
.price-table td.yellow-top::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 16px;
  border-radius: 6px 6px 0 0;
  border-left: 2px solid #FFF100;
  border-right: 2px solid #FFF100;
  border-top: 10px solid #FFF100;
  transform: translate(-2px, -10px);
}
.price-table td.yellow-btm {
  position: relative;
}
.price-table td.yellow-btm::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-radius: 0 0 6px 6px;
  border-left: 2px solid #FFF100;
  border-right: 2px solid #FFF100;
  border-bottom: 2px solid #FFF100;
  transform: translate(-2px, 6px);
}
.price-table a.btn {
  border: 1px solid #000;
  background-color: #fff;
  height: 46px;
  width: auto;
  border-radius: 46px;
  box-shadow: none;
  display: inline-flex;
  padding: 0 20px;
  line-height: 1.4;
}
.price-table a.btn span {
  margin: 0;
}
.price-table a.btn::before {
  background-color: #FFF100;
}

@media screen and (max-width: 1100px) {
  .price-table {
    font-size: 1.2rem;
    min-width: 720px;
  }
  .price-table tr:first-child span {
    margin-bottom: 10px;
  }
  .price-table tr:first-child th {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .price-table tr:first-child th span {
    margin-bottom: 16px;
  }
  .price-table tr:first-child th svg {
    width: 95px;
    height: 22px;
  }
  .price-table tr:first-child td {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .price-table tr:first-child td strong {
    font-size: 3.2rem;
  }
  .price-table tr:first-child td strong em {
    font-size: 2rem;
  }
  .price-table tr:first-child td strong small {
    font-size: 1rem;
  }
  .price-table th::before {
    height: 88px;
  }
  .price-table td:last-child {
    padding-right: 0;
  }
  .price-table td .false {
    width: 28px;
  }
  .price-table td figure img {
    width: 28px;
  }
  .price-table td small {
    font-size: 1rem;
  }
  .price-table a.btn {
    font-size: 1.1rem;
    height: 32px;
    padding: 0 10px;
  }
  .price-table a.btn span {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .table-scroll {
    position: relative;
  }
  .table-scroll:not(.touched)::before {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    background: url(../img/icon_tableslide.png) center center/cover no-repeat;
    position: absolute;
    left: calc(42vw - 36px);
    top: 50%;
    transform: translateY(-50%);
  }
}
/* フォーム *************************************************************************/
form {
  margin-top: 60px;
}
form .fsError,
form #requiredFieldsError,
form #invalidFormatError,
form #resumeConfirm,
form #resumeConfirmPassword,
form #saveAndResume,
form #saveResumeProcess,
form #validatingText {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  line-height: 1.4;
  color: #ff0000;
  border: 1px solid #ff0000;
  background-color: #FFF2F2;
  padding: 10px 15px;
  margin-bottom: 20px;
}
form .fsError > div,
form #requiredFieldsError > div,
form #invalidFormatError > div,
form #resumeConfirm > div,
form #resumeConfirmPassword > div,
form #saveAndResume > div,
form #saveResumeProcess > div,
form #validatingText > div {
  margin-bottom: 10px;
}
form .fsError > div:last-child,
form #requiredFieldsError > div:last-child,
form #invalidFormatError > div:last-child,
form #resumeConfirm > div:last-child,
form #resumeConfirmPassword > div:last-child,
form #saveAndResume > div:last-child,
form #saveResumeProcess > div:last-child,
form #validatingText > div:last-child {
  margin-bottom: 0;
}
form .btn {
  margin-top: 50px;
}
form .fsCell {
  width: 100%;
}
form .fsCell:not(.wrapSubField) input:not([type=radio]),
form .fsCell:not(.wrapSubField) textarea {
  width: 100%;
  margin-left: -150px;
  padding-left: 150px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333 !important;
}
form .wrapSubField input {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #333 !important;
}
form .fsCell:not(.wrapSubField),
form .fsSubField {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
form .fsCell:not(.wrapSubField) label,
form .fsSubField label {
  width: 150px;
  flex-shrink: 0;
}
form .fsSubField label {
  order: -1;
}
form .fsSubFieldGroup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
form .fsSubFieldGroup > div {
  width: 46%;
}
form .fsSubFieldGroup > div label {
  display: none;
}
form .wrapSubField .fsLabel {
  margin-bottom: 5px;
  display: block;
}
form label {
  cursor: pointer;
  padding-bottom: 12px;
  z-index: 1;
}
form textarea,
form textarea:focus,
form input[type=text],
form input[type=text]:focus,
form input[type=email],
form input[type=email]:focus {
  outline: none;
  flex-grow: 1;
  border: none;
  background: transparent;
  border-radius: 0;
}
form textarea {
  height: 100px;
}
form .form-row,
form .fsRow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
form .form-row .item-title,
form .fsRow .item-title {
  margin-bottom: 5px;
}
form .form-row .size-50,
form .fsRow .size-50 {
  width: 46%;
}
form .item-title {
  width: 100%;
  margin-bottom: 15px;
}
form .radio {
  margin-bottom: 20px;
  width: 100%;
}
form .radio .fsCell {
  padding-bottom: 0;
}
form .radio legend {
  margin-bottom: 15px;
}
form .radio label {
  display: flex;
  width: auto !important;
  justify-content: flex-start;
  padding-bottom: 0;
  margin-bottom: 15px;
}
form fieldset {
  display: block;
  width: 100%;
}
form fieldset div.vertical {
  display: flex;
}
form fieldset div.vertical input[type=text] {
  border-bottom: 2px solid #333;
  width: auto !important;
  margin-left: 10px !important;
  padding-left: 0 !important;
  margin-bottom: 13px;
}
form fieldset div.vertical input[type=text] + label {
  display: none;
}
form .fsValidationError {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px) !important;
  color: #ff0000;
  border: 1px solid #ff0000;
  background-color: #FFF2F2;
  padding: 15px;
}
form .fsValidationError legend span {
  color: #ff0000 !important;
}
form .fsValidationError .fieldset-content label {
  color: #000;
}
form input[type=radio] {
  width: 13px;
  position: relative;
  margin: 5px 20px 0 5px;
}
form input[type=radio] + span {
  margin-left: 20px;
  cursor: pointer;
  width: auto;
}
form input[type=radio] + span + span {
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 20px;
  flex-grow: 1;
  position: relative;
}
form input[type=radio] + span + span::before, form input[type=radio] + span + span::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 25px;
  top: 0;
  border: 1px solid #000;
}
form input[type=radio] + span + span::before {
  border-right: none;
  left: 0;
}
form input[type=radio] + span + span::after {
  border-left: none;
  right: 0;
}
form input[type=radio] + span + span input {
  width: 100%;
}
form input[type=radio]::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -6px;
  display: block;
  background-color: #D6D6D6;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  transition: 0.3s;
}
form input[type=radio]::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 0px;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #FFF100;
  cursor: pointer;
  border-radius: 14px;
  transition: 0.3s;
  transform: scale(0);
}
form input[type=radio]:checked::before {
  background-color: #000;
}
form input[type=radio]:checked::after {
  transform: scale(1);
}

@media screen and (max-width: 840px) {
  form {
    margin-top: 40px;
  }
  form .fsError,
  form #requiredFieldsError,
  form #invalidFormatError,
  form #resumeConfirm,
  form #resumeConfirmPassword,
  form #saveAndResume,
  form #saveResumeProcess,
  form #validatingText {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    padding: 10px;
  }
  form .fsValidationError {
    margin-right: -10px;
    margin-left: -10px;
    padding: 15px 10px;
    width: calc(100% + 20px);
  }
  form .btn {
    margin-top: 40px;
  }
  form .fsCell:not(.wrapSubField) input:not([type=radio]),
  form .fsCell:not(.wrapSubField) textarea {
    padding-left: 90px;
    margin-left: -90px;
  }
  form .fsCell:not(.wrapSubField) label,
  form .fsSubField label {
    width: 90px;
  }
  input[type=radio] + span {
    transform: translateY(2px);
  }
  input[type=radio]::before {
    top: -8px;
  }
  input[type=radio]::after {
    top: -2px;
  }
}
/* セパレートセット *************************************************************************/
.set-separate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8vw;
  flex-wrap: wrap;
}
.set-separate > * {
  width: 45%;
}
.set-separate > * > *:last-child {
  margin-bottom: 0;
}
.set-separate h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}
.set-separate h1 svg {
  width: 344px;
  height: 80px;
}
.set-separate h2 {
  margin-bottom: 50px;
}
.set-separate h4 {
  margin-bottom: 30px;
}
.set-separate p {
  margin-bottom: 40px;
}
.set-separate figure {
  margin-bottom: 60px;
}
.set-separate figure img {
  border-radius: 20px;
}

ul.check,
ul.dot {
  font-size: 1.5rem;
  line-height: 1.4;
}
ul.check li,
ul.dot li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
}
ul.check li::before,
ul.dot li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FFF100;
  border-radius: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}
ul.check li::after,
ul.dot li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 4px);
  width: 9px;
  height: 4px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(0) rotate(-45deg);
}

ul.dot li::before {
  background-color: transparent;
}
ul.dot li::after {
  width: 6px;
  height: 6px;
  left: 12px;
  top: calc(50% - 4px);
  background-color: #000;
  border-radius: 4px;
  border: none;
  transform: none;
}

ol.circle,
ol.simple {
  font-size: 1.5rem;
  line-height: 1.4;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.circle li,
ol.simple li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
}
ol.circle li::before,
ol.simple li::before {
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #FFF100;
  counter-increment: item;
  content: counter(item);
  margin-right: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

ol.simple li::before {
  background: transparent;
  content: counter(item) ".";
}

@media screen and (max-width: 840px) {
  .set-separate {
    margin-bottom: 80px;
  }
  .set-separate > * {
    width: 100%;
  }
  .set-separate > div:first-of-type {
    margin-bottom: 60px;
  }
  .set-separate > div:first-of-type.sp-order-last {
    margin-bottom: 0;
    margin-top: 60px;
  }
  .set-separate h1 {
    margin-bottom: 70px;
  }
  .set-separate h1 svg {
    width: 180px;
    height: 42px;
  }
  .set-separate h2 {
    margin-bottom: 40px;
  }
  ul.check,
  ul.dot,
  ol.circle,
  ol.simple {
    font-size: 1.3rem;
  }
  ul.check li,
  ul.dot li,
  ol.circle li,
  ol.simple li {
    margin-bottom: 14px;
  }
  ul.dot li::after {
    width: 6px;
    height: 6px;
    left: 12px;
    top: calc(50% - 3px);
    border: none;
    transform: none;
  }
  ol.circle li::after,
  ol.simple li::after {
    content: none;
  }
}
/* 絞り込み *************************************************************************/
.set-narrowdown {
  background-color: #F7F7F7;
  border-radius: 20px;
  margin-bottom: 6vw;
}
.set-narrowdown form {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px 50px;
}
.set-narrowdown form > .btn {
  margin-top: 20px;
  box-shadow: none;
}
.set-narrowdown form > .btn:hover, .set-narrowdown form > .btn:action {
  border-color: #000;
}
.set-narrowdown div {
  display: flex;
}
.set-narrowdown div:not(:first-child) {
  border-top: 1px solid #D6D6D6;
  padding-top: 24px;
  margin-top: 12px;
}
.set-narrowdown div p:first-child {
  width: 120px;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.set-narrowdown label {
  position: relative;
}
.set-narrowdown input {
  position: absolute;
  opacity: 0;
}
.set-narrowdown .btn {
  margin-top: 0;
}
.set-narrowdown .check-category {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.set-narrowdown .check-category label {
  margin-right: 12px;
}
.set-narrowdown .check-category [type=checkbox]:checked ~ span,
.set-narrowdown .check-category [type=checkbox].checked-style ~ span {
  background-color: #FFF100;
  border: 1px solid #000;
  color: #000;
}
.set-narrowdown .check-category [type=checkbox]:checked ~ span::before,
.set-narrowdown .check-category [type=checkbox].checked-style ~ span::before {
  transform: translateX(0);
}
.set-narrowdown .check-tag {
  padding-top: 4px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.set-narrowdown .check-tag span {
  font-size: 1.3rem;
  line-height: 1.3;
  background: linear-gradient(180deg, rgba(255, 241, 0, 0) 70%, #FFF100 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  margin-right: 20px;
  margin-bottom: 5px;
  transition: 0.3s;
}
.set-narrowdown .check-tag span:hover, .set-narrowdown .check-tag span:active {
  background-size: 100% 100%;
}
.set-narrowdown .check-tag [type=checkbox]:checked ~ span,
.set-narrowdown .check-tag [type=checkbox].checked-style ~ span {
  background-size: 100% 100%;
  font-weight: bold;
}

@media screen and (max-width: 840px) {
  .set-narrowdown {
    margin-top: -50px;
    margin-bottom: 40px;
  }
  .set-narrowdown form {
    padding: 30px;
  }
  .set-narrowdown form > .btn {
    margin-top: 20px;
    box-shadow: none;
  }
  .set-narrowdown div {
    display: block;
  }
  .set-narrowdown div p:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  .set-narrowdown .btn {
    margin-top: 0;
  }
  .set-narrowdown .check-category label {
    margin-right: 8px;
  }
  .set-narrowdown .check-category .btn {
    font-size: 1.2rem;
  }
  .set-narrowdown .check-tag span {
    font-size: 1.2rem;
  }
}
/* case一覧 *************************************************************************/
.set-cases__msg {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 6vw;
}
.set-cases__msg p {
  display: inline-block;
  line-height: 1.1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #fff100 0%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.set-cases__msg small {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 20px;
}
.set-cases__pickup {
  display: flex;
  flex-wrap: wrap;
}
.set-cases__pickup > div {
  width: 47.5%;
  margin: 0 5% 5% 0;
}
.set-cases__pickup > div:nth-of-type(2n) {
  margin-right: 0;
}
.set-cases__normal {
  display: flex;
  flex-wrap: wrap;
}
.set-cases__normal > div {
  width: 30%;
  margin: 0 5% 5% 0;
}
.set-cases__normal > div:nth-of-type(3n) {
  margin-right: 0;
}
.set-cases__pickup > div, .set-cases__normal > div {
  position: relative;
  display: flex;
  flex-direction: column;
}
.set-cases__pickup > div.is-delete, .set-cases__normal > div.is-delete {
  display: none;
}
.set-cases__pickup > div figure, .set-cases__normal > div figure {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  transition: 0.3s;
  z-index: 1;
  position: relative;
  padding-top: 66.6667%;
}
.set-cases__pickup > div figure img, .set-cases__normal > div figure img {
  width: 100%;
  min-height: 10px;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.set-cases__pickup > div ul, .set-cases__normal > div ul {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}
.set-cases__pickup > div ul li, .set-cases__normal > div ul li {
  display: flex;
  flex-wrap: wrap;
}
.set-cases__pickup > div ul li:last-child, .set-cases__normal > div ul li:last-child {
  margin-top: 2px;
  margin-right: -15px;
  margin-bottom: 5px;
}
.set-cases__pickup > div ul a.btn, .set-cases__normal > div ul a.btn {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.set-cases__pickup > div ul a.tag, .set-cases__normal > div ul a.tag {
  position: relative;
  z-index: 1;
  font-size: 1.3rem;
  line-height: 1.3;
  background: linear-gradient(180deg, rgba(255, 241, 0, 0) 70%, #FFF100 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-bottom: 5px;
}
.set-cases__pickup > div ul a.tag:hover, .set-cases__pickup > div ul a.tag:active, .set-cases__normal > div ul a.tag:hover, .set-cases__normal > div ul a.tag:active {
  background-size: 100% 100%;
}
.set-cases__pickup > div p, .set-cases__normal > div p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.4;
  transition: 0.3s;
}
.set-cases__pickup > div p span, .set-cases__normal > div p span {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #fff100 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.set-cases__pickup > div small, .set-cases__normal > div small {
  margin-top: auto;
  transition: 0.3s;
}
.set-cases__pickup > div > a, .set-cases__normal > div > a {
  background: rgba(255, 255, 255, 0) !important;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.set-cases__pickup > div > a:hover ~ figure img, .set-cases__pickup > div > a:active ~ figure img, .set-cases__normal > div > a:hover ~ figure img, .set-cases__normal > div > a:active ~ figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.set-cases__pickup > div > a:hover ~ p span, .set-cases__pickup > div > a:active ~ p span, .set-cases__normal > div > a:hover ~ p span, .set-cases__normal > div > a:active ~ p span {
  background-size: 100% 100%;
}
.set-cases__more {
  margin-bottom: 8vw;
}

@media screen and (max-width: 840px) {
  .set-cases {
    display: block;
  }
  .set-cases__msg {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
  .set-cases__msg small {
    font-size: 1.8rem;
  }
  .set-cases__pickup {
    display: block;
  }
  .set-cases__normal {
    display: block;
  }
  .set-cases__pickup > div, .set-cases__normal > div {
    width: 100% !important;
    margin: 0 0 50px 0 !important;
    display: block;
  }
  .set-cases__pickup > div.is-delete, .set-cases__normal > div.is-delete {
    display: none;
  }
  .set-cases__pickup > div p, .set-cases__normal > div p {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .set-cases__more {
    margin-bottom: 8vw;
  }
}
/* case詳細 *************************************************************************/
.set-casehead {
  margin-top: -2vw;
  margin-bottom: 6vw;
  position: relative;
  width: 95vw;
  background-color: #F7F7F7;
  border-radius: 20px;
}
.set-casehead__inner {
  position: relative;
  width: 82vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.set-casehead__title {
  width: 63%;
}
.set-casehead__title ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}
.set-casehead__title ul li {
  display: flex;
  flex-wrap: wrap;
}
.set-casehead__title ul li:last-child {
  margin-top: 2px;
  margin-right: -15px;
  margin-bottom: 5px;
}
.set-casehead__title ul a.btn {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-bottom: 10px;
}
.set-casehead__title ul a.tag {
  position: relative;
  z-index: 1;
  font-size: 1.3rem;
  line-height: 1.3;
  background: linear-gradient(180deg, rgba(255, 241, 0, 0) 70%, #FFF100 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-bottom: 5px;
}
.set-casehead__title ul a.tag:hover, .set-casehead__title ul a.tag:active {
  background-size: 100% 100%;
}
.set-casehead__title h1 {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
.set-casehead__title small {
  font-weight: bold;
}
.set-casehead__stats {
  width: 32%;
  padding-left: 5%;
  border-left: 1px solid #707070;
  font-size: 2rem;
  font-weight: bold;
}
.set-casehead__stats p {
  line-height: 1.2;
  display: flex;
  margin-bottom: 10px;
}
.set-casehead__stats p span:first-child {
  width: 100px;
}
.set-casehead__stats p span:last-child {
  position: relative;
}
.set-casehead__stats p span:last-child::before {
  content: ":";
  display: inline-block;
  margin-right: 10px;
}

article.case section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 60px;
}
article.case section:last-child {
  border-bottom: none;
}
article.case section > *:first-child {
  width: 32%;
}
article.case section > *:last-child, article.case section > div {
  width: 60%;
  margin-left: auto;
}
article.case section > div > *:last-child {
  margin-bottom: 60px;
}
article.case section > div.frame, article.case section > div.bg {
  padding: 48px 40px;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  margin-bottom: 60px;
}
article.case section > div.frame > *:last-child, article.case section > div.bg > *:last-child {
  margin-bottom: 0;
}
article.case section > div.bg {
  background-color: #F7F7F7;
}
article.case section a[target=_blank] {
  margin-right: 5px;
  background-size: calc(100% - 19px) 200%;
}
article.case section a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  transform: translateY(1px);
  background: url("../img/outlink.svg") center center no-repeat;
  background-size: cover;
}
article.case section h2 {
  font-size: 2.8rem;
  line-height: 1.4;
}
article.case section h3 {
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 1.6;
}
article.case section h4 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  line-height: 1.6;
}
article.case section h5 {
  font-size: 1.6rem;
  margin-bottom: 40px;
  line-height: 1.6;
}
article.case section h6 {
  font-size: 1.4rem;
  margin-bottom: 40px;
  line-height: 1.6;
}
article.case section p {
  margin-bottom: 40px;
}
article.case section ul,
article.case section ol {
  margin-bottom: 40px;
}
article.case section figure {
  padding: 10px 0;
  margin-bottom: 40px;
}
article.case section figure figcaption {
  font-size: 1.3rem;
  margin-top: 20px;
}
article.case section figure img {
  border-radius: 20px;
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.1);
}
article.case section .case-slider-wrap {
  margin-bottom: 60px;
}
article.case section .slick-list {
  margin: 0 -15px;
}
article.case section .slick-list .slick-slide {
  margin: 0 15px;
}
article.case section .slick-list .slick-slide figure {
  margin-bottom: 20px;
}
article.case section .video-wrap {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  margin-bottom: 60px;
}
article.case section .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.case section .btn {
  min-height: 56px;
  height: auto;
  min-width: 236px;
  width: fit-content;
  padding: 10px;
}
article.case section .btn + .btn {
  margin-top: 20px;
}
article.case section .btn + *:not(.btn) {
  margin-top: 40px;
}

@media screen and (min-width: 1920px) {
  .set-casehead {
    width: 1824px;
  }
  .set-casehead__inner {
    width: 1574.4px;
  }
}
@media screen and (max-width: 840px) {
  .set-casehead {
    margin-top: -64px;
    margin-bottom: 60px;
    width: 91vw;
    border-radius: 20px;
  }
  .set-casehead__inner {
    width: 77vw;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }
  .set-casehead__title {
    width: 100%;
    margin-bottom: 30px;
  }
  .set-casehead__title h1 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .set-casehead__stats {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    border-top: 1px solid #707070;
    border-left: none;
    font-size: 1.6rem;
  }
  .set-casehead__stats p:last-child {
    margin-bottom: 0;
  }
  .set-casehead__stats p span:first-child {
    width: 90px;
  }
  article.case section {
    display: block;
    margin-bottom: 50px;
  }
  article.case section:last-child {
    border-bottom: none;
  }
  article.case section > *:first-child {
    width: 100%;
  }
  article.case section > *:last-child, article.case section > div {
    width: 100%;
    margin-right: auto;
  }
  article.case section > div > *:last-child {
    margin-bottom: 50px;
  }
  article.case section > div.frame, article.case section > div.bg {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  article.case section h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  article.case section h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  article.case section h4 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  article.case section h5 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  article.case section h6 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  article.case section p {
    margin-bottom: 30px;
  }
  article.case section figure {
    padding: 10px 0;
    margin-bottom: 30px;
  }
  article.case section figure figcaption {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  article.case section .case-slider-wrap {
    margin-bottom: 40px;
  }
  article.case section .video-wrap {
    margin-bottom: 40px;
  }
  article.case section .btn {
    min-height: 48px;
    width: 100%;
  }
}
/* 特長セット *************************************************************************/
.set-feature {
  width: 100%;
}
.set-feature__bg {
  background: url(../img/00_bg_1.jpg) center center/cover no-repeat;
  border-radius: 20px;
  padding: 8vw 0;
}
.set-feature__inner {
  width: 82vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.set-feature__item {
  width: 48.5%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3%;
}
.set-feature__item:not(:nth-of-type(2n)) {
  margin-right: 3%;
}
.set-feature__item > figure {
  margin: 0 6% 2.5%;
}
.set-feature__item h3 {
  font-size: 2.4rem;
  margin: 0 6% 9%;
  line-height: 1.7;
  font-weight: bold;
}
.set-feature__item__solution {
  border: 1px solid #adadad;
  border-radius: 10px;
  margin: 0 6% 7%;
  padding: 8% 6% 6%;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: left;
}
.set-feature__item__solution::after {
  content: "";
  width: 44px;
  height: 33px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(../img/00_arw_1.svg) center center/cover no-repeat;
  transform: translate(-50%, 50%);
}
.set-feature__item__solution p {
  line-height: 1.3;
  text-align: center;
  background-color: #FFF100;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-weight: bold;
  border-radius: 30px;
  padding: 0 30px;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
.set-feature__item__solution h4 {
  font-size: 2.2rem;
  line-height: 1.7;
  padding-right: 1em;
  font-weight: bold;
}
.set-feature__item__solution dl {
  width: 50%;
  flex-shrink: 0;
  font-size: 1.4rem;
}
.set-feature__item__solution dl dt {
  font-weight: bold;
}
.set-feature__item__summary {
  background-color: #F7F7F7;
  margin-top: auto;
  padding: 6%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.set-feature__item__summary figure {
  width: 36%;
  margin-bottom: 10px;
}
.set-feature__item__summary figure img {
  border-radius: 10px;
}
.set-feature__item__summary ul {
  width: 54%;
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
}
.set-feature__item__summary ul li {
  text-indent: -0.6em;
  margin-bottom: 1em;
}
.set-feature__item__summary ul small {
  display: block;
  font-size: 1.2rem;
  margin-left: 0.9em;
}
.set-feature__item__summary p {
  margin-left: auto;
}
.set-feature__item__summary .btn.small {
  height: 36px;
  justify-content: space-between;
  padding: 0 10px;
}
.set-feature__item__summary .btn.small svg {
  width: 7px;
  height: 12px;
  fill: #fff;
  transition: 0.3s;
  position: relative;
}
.set-feature__item__summary .btn.small span {
  padding: 0 10px;
}
.set-feature__item__summary .btn.small:hover svg {
  fill: #000;
}

@media screen and (min-width: 1920px) {
  .set-feature__inner {
    width: 1574.4px;
  }
}
@media screen and (max-width: 1100px) {
  .set-feature br {
    display: none;
  }
  .set-feature__inner {
    width: 90vw;
  }
}
@media screen and (max-width: 840px) {
  .set-feature__bg {
    background: none;
    border-top: 1px solid #000;
    border-radius: 0;
    padding: 0;
  }
  .set-feature__inner {
    width: 100%;
    flex-direction: column;
  }
  .set-feature__item {
    border-bottom: 1px solid #000;
    width: 100%;
    margin-right: 0 !important;
    border-radius: 0;
    padding-top: 30px;
    margin-bottom: 0;
  }
  .set-feature__item > figure {
    width: 58px;
    margin: 0 auto 10px;
  }
  .set-feature__item h3 {
    font-size: 1.8rem;
    margin: 0 10px 30px;
  }
  .set-feature__item__solution {
    margin: 0 10px 30px;
  }
  .set-feature__item__solution::after {
    width: 29px;
    height: 23px;
  }
  .set-feature__item__solution p {
    font-size: 1.1rem;
    height: 32px;
    padding: 0 20px;
    white-space: nowrap;
  }
  .set-feature__item__solution h4 {
    font-size: 1.5rem;
  }
  .set-feature__item__solution dl {
    font-size: 1rem;
  }
  .set-feature__item__summary {
    padding: 20px 10px;
  }
  .set-feature__item__summary ul {
    font-size: 1.1rem;
  }
  .set-feature__item__summary ul small {
    font-size: 1rem;
  }
  .set-feature__item__summary p {
    margin: 5px auto 0;
  }
  .set-feature__item__summary .btn.small {
    height: 32px;
    font-size: 1.1rem;
  }
  .set-feature__item__summary .btn.small svg {
    width: 6px;
    height: 10px;
  }
}
/* 標準セット *************************************************************************/
.set-normal {
  width: 100%;
  padding-top: 8vw;
  padding-bottom: 8vw;
  border-bottom: 1px solid #D6D6D6;
}
.set-normal.no-border {
  border-bottom: none;
}
.set-normal > * {
  width: 82vw;
  margin-right: auto;
  margin-left: auto;
}
.set-normal > *:last-child {
  margin-bottom: 0;
}
.contents > .set-normal:first-child {
  padding-top: 0;
}
.set-normal .lead {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 5vw;
}

.logo-slide {
  transform: translate3d(0, 0, 0);
  will-change: transform, animation;
  animation: infinity-loop 10s infinite linear 0s both;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo-slide__wrap {
  width: 100% !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.logo-slide li {
  margin-right: 50px;
  flex-shrink: 0;
}
.logo-slide li a {
  display: block;
  background: none !important;
}
.logo-slide li a:hover {
  opacity: 0.5;
  transform: scale(1.05) !important;
}

@keyframes infinity-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-loop-sp {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.part-title {
  width: 82vw;
  margin: 0 auto 6vw;
  text-align: center;
}
.part-title h2 {
  font-size: 3.8rem;
  font-weight: 500;
}
.part-title p {
  margin-top: 2vw;
}

@media screen and (min-width: 1920px) {
  .set-normal > * {
    width: 1574.4px;
  }
  .part-title {
    width: 1574.4px;
  }
}
@media screen and (max-width: 840px) {
  .set-normal {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .set-normal > * {
    width: 84vw;
  }
  .set-normal .lead {
    width: 84vw;
  }
  .logo-slide__wrap {
    width: 200% !important;
    transform: scale(0.5);
    transform-origin: left top;
    margin-bottom: -70px;
  }
  .part-title {
    margin-bottom: 40px;
  }
  .part-title h2 {
    font-size: 2.4rem;
  }
  .part-title p {
    padding-top: 30px;
    margin: 0;
  }
}
/* スターターセット *************************************************************************/
.set-bg {
  border-radius: 0;
  width: 100%;
  padding-top: 14vw;
  padding-bottom: 14vw;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.set-bg + .set-download {
  margin-top: 8vw;
}
.set-bg__inner {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 6vw;
}
.impact .set-bg__inner {
  width: 880px;
  box-shadow: 12px 24px 32px rgba(0, 0, 0, 0.1);
}
.set-bg__inner > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.set-bg__inner h2 {
  margin-bottom: 40px;
  line-height: 1.5;
  text-align: center;
}
.set-bg__inner p {
  padding-bottom: 30px;
}
.set-bg__inner a.btn {
  margin-top: 20px;
}
.set-bg__links {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  font-weight: 500;
  justify-content: center;
}
.set-bg__links li {
  text-align: center;
  width: 48%;
  padding-bottom: 20px;
}
.set-bg__links li:nth-of-type(2n) {
  margin-left: 4%;
}
.set-bg__numbers {
  margin-bottom: 50px;
}
.set-bg__numbers li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.set-bg__numbers li:last-child {
  margin-bottom: 0;
}
.set-bg__numbers li span {
  font-size: 2.4rem;
  font-weight: 500;
}
.set-bg__numbers li span small {
  font-size: 1.6rem;
}
.set-bg__numbers li strong {
  font-weight: bold;
  font-size: 9rem;
  line-height: 1;
  background: linear-gradient(180deg, rgba(255, 241, 0, 0) 70%, #FFF100 70%, #FFF100 95%, transparent 95%);
}
.set-bg__numbers li strong small {
  display: inline-block;
  font-size: 4.2rem;
  transform: translateY(-3px);
  margin-left: 5px;
}
.set-bg__numbers li strong i {
  display: inline-block;
  transform: translateY(6px);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-left: 5px;
}
.set-bg__point {
  margin-bottom: 50px;
}
.set-bg__point li {
  display: flex;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
}
.set-bg__point li::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url(..//img/07_check_1.svg) center center/cover no-repeat;
  margin-right: 14px;
}

@media screen and (min-width: 1920px) {
  .set-bg__inner {
    padding: 100px;
  }
}
@media screen and (max-width: 900px) {
  .frontpage .set-bg.impact {
    background-image: url(../img/11_bg_2_sp.jpg) !important;
  }
  .set-bg.impact .set-bg__inner {
    width: 84vw;
  }
}
@media screen and (max-width: 840px) {
  .set-bg {
    border-radius: 0;
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .set-bg__numbers li {
    display: block;
    margin-bottom: 30px;
  }
  .set-bg__numbers li span {
    font-size: 1.8rem;
    display: block;
    line-height: 1.6;
  }
  .set-bg__numbers li span small {
    font-size: 1.2rem;
    display: block;
  }
  .set-bg__numbers li strong {
    font-size: 5.5rem;
  }
  .set-bg__numbers li strong i {
    transform: translateY(4px);
    margin-left: 0;
  }
  .set-bg__numbers li strong small {
    font-size: 3.2rem;
    margin-left: 0;
  }
  .set-bg__point li {
    align-items: center;
    font-size: 1.4rem;
    padding-bottom: 0 !important;
    margin-bottom: 20px;
  }
  .set-bg__point li::before {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .set-bg__inner {
    padding: 50px 20px;
    width: 84vw;
  }
  .set-bg__inner h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .set-bg__inner p {
    padding-bottom: 20px;
  }
  .set-bg__inner ul {
    flex-direction: column;
  }
  .set-bg__inner ul li {
    width: 100%;
    margin-right: 0 !important;
    padding-bottom: 10px;
  }
  .set-bg__inner a.btn {
    margin-top: 10px;
  }
}
/* 仕組みセット *************************************************************************/
.set-structure {
  padding-top: 11vw;
  padding-bottom: 9vw;
}
.set-structure__inner {
  width: 82vw;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8vw;
  border-radius: 20px;
  border: 1px solid #b2b2b2;
}
.set-structure__inner h2 {
  text-align: center;
  transform: translateY(-50%);
  margin-bottom: 5vw;
}
.set-structure__inner h2 span {
  display: inline-block;
  padding: 0 60px;
  background: #fff;
}
.set-structure__diagram {
  width: 760px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.set-structure__diagram::before, .set-structure__diagram::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}
.set-structure__diagram::before {
  width: 300px;
  height: 500px;
  left: 0;
  top: 55px;
  background: url(../img/00_structure_line_1.svg) left top no-repeat;
}
.set-structure__diagram::after {
  width: 300px;
  height: 700px;
  left: 0;
  bottom: 35px;
  background: #fff url(../img/00_structure_line_2.svg) left bottom no-repeat;
}
.set-structure__row {
  z-index: 1;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}
.set-structure__row.row-1 {
  display: none;
}
.set-structure__row.row-2 {
  padding-top: 0;
}
.set-structure__row.row-2 .comment {
  left: calc(50% + 80px);
  top: calc(50% - 1.7em);
  transform: translate(0, -50%);
}
.set-structure__row.row-2 .comment::after {
  z-index: 0;
  content: "";
  width: 36px;
  height: 36px;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  background-color: #fff;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%) scaleY(0.5) rotate(45deg);
}
.set-structure__row.row-4 .comment {
  left: 0;
  top: calc(50% - 1.7em);
  transform: translate(-50%, -50%);
}
.set-structure__row:last-child {
  padding-bottom: 0;
}
.set-structure__row > figure figcaption {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}
.set-structure__row .relation {
  display: flex;
  justify-content: center;
}
.set-structure__row .relation li {
  width: 160px;
}
.set-structure__row .relation li:first-child figure img {
  transform: scaleY(-1);
}
.set-structure__row .comment,
.set-structure__row dl {
  border-radius: 20px;
  border: 2px solid #000;
  padding: 20px 20px 18px;
  display: inline-block;
  font-weight: 500;
}
.set-structure__row .comment {
  position: absolute;
  background-color: #fff;
}
.set-structure__row .comment span {
  position: relative;
  z-index: 1;
}
.set-structure__row dl {
  padding-top: 0;
}
.set-structure__row dl dt {
  font-weight: bold;
  display: inline-block;
  padding: 0 20px;
  transform: translateY(-50%);
  background-color: #fff;
}
.set-structure__row dl dd {
  margin-top: -10px;
}
.set-structure__row > span {
  margin-top: -5px;
  display: flex;
  justify-content: center;
}
.set-structure__row > span img {
  margin: 0 20px;
}
.set-structure__row .caption {
  margin-top: 20px;
  position: relative;
}
.set-structure__row .caption::before {
  content: "";
  width: 80%;
  height: 2px;
  left: 10%;
  top: calc(50% - 1px);
  position: absolute;
  display: block;
  background-color: #000;
}
.set-structure__row .caption span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
}
.set-structure__row .people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.set-structure__row .people li {
  margin: 0 20px 20px;
}
.set-structure__row .people li.newline {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .set-structure__diagram {
    padding-right: 20px;
    padding-left: 20px;
  }
  .set-structure__diagram::before, .set-structure__diagram::after {
    content: none;
  }
  .set-structure__row .comment {
    position: relative;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }
  .set-structure__row .comment br {
    display: none;
  }
  .set-structure__row.row-1 {
    display: block;
  }
  .set-structure__row.row-1 .comment {
    position: relative;
  }
  .set-structure__row.row-2 {
    padding-top: 15px;
  }
  .set-structure__row.row-2 .comment::after {
    left: 50%;
    top: 0;
    transform: translate(-50%, -30%) scaleX(0.5) rotate(135deg);
  }
  .set-structure__row.row-2 figure {
    margin-bottom: 20px;
  }
  .set-structure__row.row-4 figure {
    margin-bottom: 20px;
  }
  .set-structure__row.row-8 {
    display: block;
  }
  .set-structure__row dl br {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .set-structure {
    padding-top: 110px;
    padding-bottom: 80px;
  }
  .set-structure__inner h2 {
    font-size: 2.4rem;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .set-structure__inner h2 span {
    padding: 0 10px;
  }
  .set-structure__row {
    font-size: 1.4rem;
  }
  .set-structure__row > figure figcaption {
    font-size: 1.4rem;
  }
  .set-structure__row > span img {
    width: 26px;
  }
  .set-structure__row .relation img {
    width: 26px;
  }
  .set-structure__row .caption span {
    padding: 0 10px;
  }
  .set-structure__row .caption::before {
    width: 100%;
    left: 0;
  }
  .set-structure__row .comment {
    border-radius: 10px;
    padding: 15px 15px 13px;
  }
  .set-structure__row dl {
    border-radius: 10px;
    padding: 0 15px 13px;
  }
  .set-structure__row.row-2 .comment::after {
    width: 24px;
    height: 24px;
  }
  .set-structure__row.row-4 figure {
    margin-bottom: 0;
  }
  .set-structure__row .people li {
    margin: 0 10px 10px;
    width: calc((100% - 60px) / 3);
  }
  .set-structure__row .people li.newline {
    display: none;
  }
}
/* 流れセット *************************************************************************/
.set-flow {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.set-flow__item {
  width: 23%;
}
.set-flow__item:not(:first-child) {
  margin-left: 2.5%;
}
.set-flow__item ul {
  margin-bottom: 40px;
}
.set-flow__item ul li {
  margin-bottom: 20px;
  display: flex;
}
.set-flow__item ul li::before {
  content: "";
  display: block;
  margin-right: 14px;
  width: 32px;
  height: 32px;
  transform: translateY(-4px);
}
.set-flow__item ul li.yellow::before {
  background: url(../img/07_check_1.svg) center center/cover no-repeat;
}
.set-flow__item ul li.green::before {
  background: url(../img/07_check_2.svg) center center/cover no-repeat;
}
.set-flow__item ul li.black::before {
  background: url(../img/07_check_3.svg) center center/cover no-repeat;
}
.set-flow__title {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 25px;
  background: url(../img/07_slash.svg) right top 10px no-repeat;
  display: flex;
  margin-bottom: 25px;
  flex-wrap: wrap;
  align-items: center;
}
.set-flow__title strong {
  display: block;
  font-size: 2rem;
  width: 100%;
  line-height: 1.4;
  margin-bottom: auto;
  margin-top: 15px;
}
.set-flow__title strong small {
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 500;
}
.set-flow__title i {
  font-size: 7.2rem;
  font-weight: bold;
  font-style: normal;
  margin-right: 10px;
  line-height: 1;
}
.set-flow__title .arw {
  margin-left: auto;
}
.set-flow__caption {
  border-top: 1px solid #D6D6D6;
  width: 100%;
  display: flex;
  padding-top: 25px;
}
.set-flow__caption li {
  margin-right: 50px;
  display: flex;
  align-items: center;
}
.set-flow__caption li i {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  margin-right: 5px;
}
.set-flow__caption li i.yellow {
  background-color: #FFF100;
}
.set-flow__caption li i.green {
  background-color: #36c34b;
}
.set-flow__caption li i.black {
  background-color: #000;
}

@media screen and (max-width: 1200px) {
  .set-flow__item {
    width: 48%;
    margin-left: 0 !important;
  }
  .set-flow__item:not(:nth-of-type(2n-1)) {
    margin-left: 4% !important;
  }
  .set-flow__item ul {
    position: relative;
  }
  .set-flow__item ul li {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .set-flow__title {
    flex-wrap: nowrap;
  }
  .set-flow__title strong {
    width: auto;
    order: 3;
    padding-right: 30px;
    font-size: 1.8rem;
    margin: 0;
  }
  .set-flow__title strong small {
    font-size: 1.4rem;
    display: inline-block;
    width: auto;
    margin-left: 5px;
  }
  .set-flow__title figure:not(.arw) {
    margin-right: 15px;
  }
  .set-flow__title figure.arw {
    order: 4;
  }
}
@media screen and (max-width: 840px) {
  .set-flow {
    overflow: hidden;
  }
  .set-flow__item {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .set-flow__item:first-child .set-flow__title {
    background-color: #fff;
  }
  .set-flow__item:not(:nth-of-type(2n-1)) {
    margin-left: 0% !important;
  }
  .set-flow__item.arw {
    z-index: 0;
  }
  .set-flow__item.arw::before {
    content: "";
    width: 116px;
    height: 1000px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/07_arw_sp.svg) center bottom/110px no-repeat;
    z-index: 0;
  }
  .set-flow__title {
    position: relative;
    background: none;
    height: auto;
    padding-bottom: 15px;
  }
  .set-flow__title .arw {
    display: none;
  }
  .set-flow__title figure {
    order: 1;
  }
  .set-flow__title strong {
    order: 2;
    padding-right: 0;
  }
  .set-flow__title i {
    order: 4;
    margin-left: auto;
    margin-right: 0;
  }
  .set-flow__caption {
    display: block;
    font-size: 1.2rem;
  }
  .set-flow__caption li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .set-flow__caption li i {
    width: 16px;
    height: 16px;
  }
}
/* オプションセット *************************************************************************/
.set-option {
  display: flex;
  flex-wrap: wrap;
}
.set-option__item {
  width: 23%;
  margin: 0 1% 2%;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}
.set-option__item.notice {
  background: none;
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
  align-items: center;
}
.set-option__item figure {
  text-align: center;
}
.set-option__item figure figcaption {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 1920px) {
  .set-option {
    width: 1574.4px;
  }
}
@media screen and (max-width: 840px) {
  .set-option__item {
    width: 100%;
    margin: 0 0 20px;
    padding: 30px 25px;
    justify-content: start;
  }
  .set-option__item.notice {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .set-option__item figure {
    display: flex;
    align-items: center;
  }
  .set-option__item figure img {
    width: 60px;
    margin-right: 20px;
  }
  .set-option__item figure figcaption {
    text-align: left;
    margin: 0;
    font-size: 1.4rem;
  }
}
/* 機能セット *************************************************************************/
.set-function {
  font-size: 1.8rem;
}
.set-function__item {
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.set-function__item:first-child {
  padding-top: 0;
}
.set-function__item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.set-function__item figure {
  flex-shrink: 0;
  margin-right: 30px;
}
.set-function__item h3 {
  font-size: 2.8rem;
  margin: 0;
  padding-right: 20px;
}
.set-function__item p {
  width: 55%;
  flex-shrink: 0;
  margin-left: auto;
}

@media screen and (max-width: 840px) {
  .set-function__item {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .set-function__item figure {
    margin-right: 15px;
  }
  .set-function__item img {
    width: 60px;
  }
  .set-function__item h3 {
    font-size: 1.7rem;
  }
  .set-function__item p {
    margin-top: 10px;
    width: 100%;
    font-size: 1.3rem;
  }
}
/* 2カラムセット *************************************************************************/
.set-2col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.5vw;
  flex-wrap: wrap;
  gap: 5.74vw;
}
.set-2col > * {
  width: 46.5%;
}
.set-2col > * > *:last-child {
  margin-bottom: 0;
}
.set-2col p {
  margin-bottom: 40px;
}

.format > figure {
  margin-bottom: 6.5vw;
  border-radius: 20px;
  overflow: hidden;
}
.format h2 {
  font-size: 40px;
  line-height: 1.5;
}
.format h3 {
  font-size: 38px;
  line-height: 1.5;
  margin-bottom: 3vw;
}
.format h4 {
  line-height: 1.5;
}
.format .part-title h2 {
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 1920px) {
  .set-2col {
    margin-bottom: 102.31px;
    gap: 90.3476px;
  }
  .format > figure {
    margin-bottom: 102.31px;
  }
  .format h3 {
    margin-bottom: 47.22px;
  }
}
@media (max-width: 840px) {
  .set-2col {
    flex-direction: column;
    gap: 48px;
    margin-bottom: 60px;
  }
  .set-2col > * {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .set-2col p {
    margin-bottom: 32px;
  }
  .format > figure {
    margin-bottom: 48px;
  }
  .format figure {
    border-radius: 6px;
  }
  .format h2 {
    font-size: 28px;
  }
  .format h3 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
/* プロジェクトリスト *************************************************************************/
.set-slides {
  width: 95vw;
  margin: 0 auto;
  padding-top: 9vw;
  padding-bottom: 9vw;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border-radius: 20px;
}
.set-slides > * {
  width: 82vw;
  margin-right: auto;
  margin-left: auto;
}
.set-slides__inner {
  width: 88.5vw;
  margin: 0 0 0 6.5vw;
}

@media screen and (max-width: 840px) {
  .set-slides {
    padding: 70px 16px;
    width: calc(100% - 16px);
    margin-bottom: 8px;
  }
  .set-slides > * {
    width: 100%;
  }
  .set-slides__inner {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .set-slides__inner .custom-arrow {
    order: 3;
  }
}
.custom-arrow {
  margin-right: 6.5vw;
  margin-bottom: 1vw;
  margin-top: -3vw;
  justify-content: flex-end;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  width: 50%;
  margin-left: auto;
}
.custom-arrow .btn {
  order: 3;
  margin-left: 16px;
  height: 40px;
  width: 132px;
  border-radius: 20px;
  box-shadow: none;
}
.custom-arrow .btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.custom-arrow .slide-counter {
  order: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
.custom-arrow .prev-arrow,
.custom-arrow .next-arrow {
  order: 1;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  border-radius: 40px;
  /*background-color: #FFF100;*/
  background-color: #fff;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
}
.custom-arrow .prev-arrow::before,
.custom-arrow .next-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff100;
  transform: translateX(-102%);
  transition: 0.3s;
  z-index: 0;
}
.custom-arrow .prev-arrow::after,
.custom-arrow .next-arrow::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/00_arw_2.svg) center center no-repeat;
  transform: translate(-50%, -50%) scaleX(-1);
}
.custom-arrow .prev-arrow:hover,
.custom-arrow .next-arrow:hover {
  background-color: #fff;
}
.custom-arrow .prev-arrow:hover::before,
.custom-arrow .next-arrow:hover::before {
  transform: translateX(0);
}
.custom-arrow .next-arrow {
  margin-left: 12px;
  order: 2;
}
.custom-arrow .next-arrow::after {
  transform: translate(-50%, -50%);
}
.custom-arrow .slick-dots {
  display: flex;
  order: 0;
  gap: 0;
}
.custom-arrow .slick-dots button {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  color: #000;
  font-size: 13px;
}
@media screen and (max-width: 840px) {
  .custom-arrow {
    margin: 24px auto 0;
    transform: none;
    width: 100%;
  }
  .custom-arrow .btn {
    order: 0;
    margin: 0 auto 0 0;
  }
}
.prj-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.prj-slider .slick-slide {
  padding: 0 16px;
  transform: translateX(calc(50% - 16px));
  height: auto;
}
.prj-slider .slick-slide a {
  background: #fff !important;
  padding: 24px 24px 48px;
  border-radius: 15px;
  float: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.prj-slider .slick-slide a > *:last-child {
  margin-top: auto;
}
.prj-slider .slick-slide a:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.prj-slider .slick-slide a:hover p.arw span {
  background-size: 100% 100%;
}
.prj-slider .slick-slide figure {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding-top: 66.6667%;
}
.prj-slider .slick-slide figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 10px;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.prj-slider .slick-slide h4 {
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.prj-slider .slick-slide p {
  margin-bottom: 48px;
}
.prj-slider .slick-slide p.arw {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 13px;
  padding-left: 20px;
  position: relative;
}
.prj-slider .slick-slide p.arw::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/00_arw_2.svg) center center no-repeat;
  flex-shrink: 0;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 5px;
}
.prj-slider .slick-slide p.arw span {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #fff100 0%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: 0.3s;
}

@media screen and (max-width: 840px) {
  .prj-slider {
    margin-left: -8px;
    margin-right: -8px;
  }
  .prj-slider .slick-slide {
    transform: none;
    padding: 0 8px;
  }
  .prj-slider .slick-slide a {
    padding: 16px 16px 32px;
  }
  .prj-slider .slick-slide figure {
    margin-bottom: 32px;
  }
  .prj-slider .slick-slide h4 {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .prj-slider .slick-slide p {
    margin-bottom: 32px;
  }
  .prj-slider .slick-slide p.arw {
    font-size: 12px;
  }
  .prj-slider .slick-slide p.arw::before {
    top: 4px;
  }
}
.frontpage {
  letter-spacing: 0.04em;
}
.frontpage .format h2 {
  letter-spacing: 0.08em;
}
/*# sourceMappingURL=style.css.map */