@charset "UTF-8";
.blue {
  color: #00116D;
}

.white {
  color: #FFF;
}

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

html {
  overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
  max-width: 100%;
}

img,
svg,
video,
canvas {
  height: auto;
}

audio {
  width: 100%;
}

svg {
  overflow: hidden;
}

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

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

.followform details {
  position: fixed;
  bottom: 15px;
  right: 80px;
  width: 250px;
  height: 60px;
  z-index: 10000;
  transition: 0.5s;
}
.followform details[open] {
  height: 460px;
}
@media screen and (max-width: 768px) {
  .followform details[open] {
    position: fixed;
    inset: 0;
    margin: auto;
    width: 250px;
  }
}
.followform details[open] summary {
  border-radius: 10px 10px 0 0;
}
.followform summary {
  text-align: center;
  padding: 5px 20px;
  border-radius: 40px;
  width: 250px;
  height: 60px;
  box-shadow: 0px 4px 12px 0px #00000040;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 6%;
  background: #E74500;
  color: #FFF;
  cursor: pointer;
  transition: 0.5s;
}
.followform summary span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4%;
}

.followform-bottom {
  padding: 10px 15px 15px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 4px 0px #83838340;
  background: #FFFEEF;
}

.followform-lead {
  text-align: center;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4%;
  color: #DC2A2A;
}

.followform-table {
  margin: 0 0 15px;
  width: 100%;
}
.followform-table tr {
  display: flex;
  flex-direction: column;
}
.followform-table tr:not(:last-child) {
  margin: 0 0 10px;
}
.followform-table tr th {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4%;
}
.followform-table tr th::after {
  content: '＊';
  margin: 0 0 0 5px;
  color: #DC2A2A;
}
.followform-table tr td input {
  padding: 6px 12px;
  width: 100%;
  border: 0.5px solid #8D8D8D;
  border-radius: 5px;
  background: #FAFAFA;
}
.followform-table tr td .errortxt {
  display: none;
  margin: 5px 0 0;
  font-weight: bold;
  color: #F00;
}

.followform-txt {
  text-align: center;
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4%;
}
.followform-txt a {
  position: relative;
  margin: 0 20px 0 0;
  font-size: 14px;
  letter-spacing: 4%;
  text-decoration: underline;
  color: #1F70C2;
}
.followform-txt a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  right: -15px;
  width: 10px;
  height: 10px;
  background: url(../img/ic_link.svg) no-repeat 0 0;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(33%) sepia(64%) saturate(1673%) hue-rotate(191deg) brightness(88%) contrast(88%);
}

.followform-button {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.followform-button input {
  width: 140px;
  height: 40px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 6%;
  color: #FFF;
  cursor: pointer;
  transition: opacity 0.15s linear;
}
.followform-button input:hover {
  opacity: 0.3;
}
.followform-button input[type="button"], .followform-button input[type="submit"] {
  background: #1F70C2;
}

@media screen and (max-width: 768px) {
  .followform-open {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
  }
}

.main-visual {
  height: 480px;
  background-image: url("../img/kv_bg.png"), linear-gradient(90deg, #6eb92b 0%, #00a45d 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    background-image: url("../img/kv_bg_sp.png"), linear-gradient(90deg, #6eb92b 0%, #00a45d 100%);
    height: auto;
  }
}

.main-visual-inner {
  margin: 0 auto;
  padding: 110px 0 20px;
  width: 1000px;
  height: 480px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-inner {
    padding: 86px 20px 20px;
    width: 100%;
    max-width: 1000px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-inner {
    padding: 86px 20px 20px;
    width: 100%;
    height: auto;
  }
}

.main-visual-box {
  display: grid;
  grid-template-areas: "txtbox img" "btn img";
}
@media screen and (max-width: 768px) {
  .main-visual-box {
    grid-template-areas: "txtbox" "img" "btn";
    justify-items: center;
  }
}

.main-visual-txtbox {
  grid-area: txtbox;
  margin: 0 0 20px;
}

.main-visual-txtbox-ttl {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4%;
  color: #FFFF00;
}
.main-visual-txtbox-ttl span {
  font-size: 24px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}

.main-visual-txtbox-maintxt {
  margin: 0 0 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-txtbox-maintxt {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-txtbox-maintxt {
    margin: 0 0 15px;
    font-size: 30px;
    line-height: 1.2;
  }
}
.main-visual-txtbox-maintxt span {
  font-size: 64px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-txtbox-maintxt span {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-txtbox-maintxt span {
    font-size: 38px;
  }
}

.main-visual-txtbox-subtxt {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 4%;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-txtbox-subtxt {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-txtbox-subtxt {
    font-size: 14px;
    line-height: 1.2;
  }
}
.main-visual-txtbox-subtxt span {
  color: #FFFF00;
}
.main-visual-txtbox-subtxt span em {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.main-visual-btn {
  grid-area: btn;
}
.main-visual-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0 4px;
  width: 260px;
  height: 60px;
  border-radius: 40px;
  box-shadow: 0px 4px 8px 0px #00000040;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4%;
  background: #E74500;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .main-visual-btn a {
    margin: 0 0 20px;
    padding: 0 0 2px;
    width: 330px;
    font-size: 20px;
  }
}

.main-visual-img-icon {
  position: absolute;
  right: 0;
  text-align: center;
  padding: 10px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px 0px #00000040;
  font-size: 14px;
  background: #FFFF00;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-img-icon {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-img-icon {
    padding: 6px;
    width: 74px;
    height: 74px;
    font-size: 10px;
  }
}
.main-visual-img-icon span {
  font-weight: 700;
  color: #009755;
}
.main-visual-img-icon span em {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2%;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-img-icon span em {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-img-icon span em {
    font-size: 30px;
  }
}
.main-visual-img-icon f {
  font-family: "Roboto", sans-serif;
}
.main-visual-img-icon s {
  vertical-align: top;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.main-visual-img {
  grid-area: img;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-visual-img {
    margin: 0 0 20px;
  }
}
.main-visual-img img {
  position: relative;
  top: 30px;
  right: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-img img {
    right: 25px;
    max-width: 500px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-img img {
    top: 10px;
    right: 0;
    width: 90%;
    max-width: 400px;
  }
}

.main-visual-extxt {
  text-align: right;
  font-size: 11px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  letter-spacing: 4%;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .main-visual-extxt {
    text-align: center;
  }
}

.case {
  padding: 8px 0;
}
.case-logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .case-logo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .case-logo-item {
    margin: 0 5px;
  }
}
.case-logo-item img {
  background: #fff;
  border: 1px solid #B9B9B9;
}
@media screen and (max-width: 768px) {
  .case__bg {
    padding: 50px 0 45px;
  }
  .case__ttl {
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .case__txt {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .case .inner ul {
    margin-bottom: 15px;
  }
  .case .inner ul li {
    margin: 0 5px;
  }
}

.case-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.case-list ul {
  height: 40px;
  overflow: hidden;
}
.case-list ul li {
  margin: 0 8px;
  width: 120px !important;
}
.case-list ul li img {
  width: 120px;
  height: 40px;
}

.case-list-logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .case-list-logo {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .case-list-logo-item {
    margin: 0 5px;
  }
}
.case-list-logo-item img {
  background: #fff;
  border: 1px solid #B9B9B9;
}

.about {
  background: #EFF6DD;
}
@media screen and (max-width: 768px) {
  .about .mod-txt {
    text-align: center;
    margin: 0 0 10px;
  }
}

.about-fukidashi {
  margin: 32px 0 20px;
}
@media screen and (max-width: 768px) {
  .about-fukidashi {
    margin: 20px 0;
  }
}
.about-fukidashi ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.about-fukidashi ul li {
  display: flex;
  justify-content: center;
  position: relative;
  width: 144px;
  height: 56px;
  border: solid 2px #399E15;
  border-radius: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4%;
  background: #FFF;
  color: #399E15;
}
@media screen and (max-width: 768px) {
  .about-fukidashi ul li {
    padding: 3px 0 0;
    width: 72px;
    height: 36px;
    font-size: 16px;
  }
}
.about-fukidashi ul li::before {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -9px;
  border: 8px solid transparent;
  border-top: 14px solid #FFF;
  z-index: 2;
}
.about-fukidashi ul li::after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -9px;
  border: 8px solid transparent;
  border-top: 14px solid #399E15;
  z-index: 1;
}

.about-txt {
  text-align: center;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .about-txt {
    margin: 0 0 10px;
    font-size: 20px;
  }
}

.about-num {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #E74500;
}
@media screen and (max-width: 768px) {
  .about-num {
    font-size: 20px;
  }
}
.about-num span {
  font-size: 130px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: -3%;
}
@media screen and (max-width: 768px) {
  .about-num span {
    font-size: 80px;
  }
}

.problem-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.problem-list ul li {
  display: grid;
  grid-template-areas: "img ttl" "img txt";
  gap: 10px 30px;
  position: relative;
  width: 460px;
}
@media screen and (max-width: 768px) {
  .problem-list ul li {
    grid-template-areas: "img ttl" "txt txt";
    grid-template-columns: 48px 1fr;
    gap: 10px 20px;
  }
}
.problem-list ul li:nth-child(even) {
  grid-template-areas: "ttl img" "txt img";
}
@media screen and (max-width: 768px) {
  .problem-list ul li:nth-child(even) {
    grid-template-areas: "img ttl" "txt txt";
  }
}
.problem-list ul li:nth-child(1) {
  padding: 0 30px 30px 0;
  border-bottom: 1px solid #6EB92B;
  border-image: linear-gradient(to left, #6eb92b 0%, #ffffff 100%);
  border-image-slice: 1;
}
.problem-list ul li:nth-child(2) {
  padding: 0 0 30px 30px;
  border-left: 1px solid #6EB92B;
  border-image: linear-gradient(to top, #6eb92b 0%, #ffffff 100%);
  border-image-slice: 1;
}
.problem-list ul li:nth-child(3) {
  position: relative;
  right: -1px;
  padding: 30px 31px 0 0;
  border-right: 1px solid #6EB92B;
  border-image: linear-gradient(to bottom, #6eb92b 0%, #ffffff 100%);
  border-image-slice: 1;
}
.problem-list ul li:nth-child(4) {
  position: relative;
  top: -1px;
  padding: 31px 0 0 30px;
  border-top: 1px solid #6EB92B;
  border-image: linear-gradient(to right, #6eb92b 0%, #ffffff 100%);
  border-image-slice: 1;
}
@media screen and (min-width: 769px) and (max-width: 920px) {
  .problem-list ul li:nth-child(4) {
    top: 0;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .problem-list ul li:nth-child(4) {
    top: 0;
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 920px) {
  .problem-list ul li:nth-child(1), .problem-list ul li:nth-child(2), .problem-list ul li:nth-child(3) {
    right: 0;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #6EB92B;
    border-image: linear-gradient(90deg, #ffffff 0%, #6eb92b 49.52%, #ffffff 100%);
    border-image-slice: 1;
  }
}
@media screen and (max-width: 768px) {
  .problem-list ul li:nth-child(1), .problem-list ul li:nth-child(2), .problem-list ul li:nth-child(3) {
    right: 0;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #6EB92B;
    border-image: linear-gradient(90deg, #ffffff 0%, #6eb92b 49.52%, #ffffff 100%);
    border-image-slice: 1;
  }
}
.problem-list ul li .problem-list-img {
  grid-area: img;
}
@media screen and (max-width: 768px) {
  .problem-list ul li .problem-list-img {
    display: flex;
    align-items: flex-end;
  }
}
.problem-list ul li .problem-list-ttl {
  grid-area: ttl;
}
.problem-list ul li .problem-list-txt {
  grid-area: txt;
}
.problem-list ul li .problem-list-inner {
  display: grid;
  grid-template-areas: "img ttl" "img txt";
  gap: 10px 30px;
  position: relative;
  padding: 30px;
  width: 470px;
}

.problem-list-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .problem-list-ttl {
    min-width: 260px;
    font-size: 20px;
  }
}
.problem-list-ttl span {
  font-weight: 700;
  color: #399E15;
}

.problem-list-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 4%;
}
@media screen and (max-width: 768px) {
  .problem-list-txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .problem-list-img {
    width: 48px;
  }
}

.curriculum {
  background: linear-gradient(90deg, #6eb92b 0%, #00a45d 100%);
}
.curriculum .mod-inner {
  position: relative;
  top: -50px;
  padding: 64px 0 14px;
}
@media screen and (max-width: 768px) {
  .curriculum .mod-inner {
    top: -30px;
    padding: 64px 15px 14px;
  }
}

.curriculum-arrow {
  position: relative;
  height: 50px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .curriculum-arrow {
    height: 30px;
  }
}
.curriculum-arrow:before {
  content: ' ';
  display: block;
  position: absolute;
  right: 50%;
  width: 50%;
  height: 50px;
  border-radius: 0 50px 0 0;
  background: linear-gradient(90deg, #6eb92b 0%, #37af44 100%);
}
@media screen and (max-width: 768px) {
  .curriculum-arrow:before {
    height: 30px;
  }
}
.curriculum-arrow:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 50px;
  border-radius: 50px 0 0 0;
  background: linear-gradient(90deg, #37af44 0%, #00a45d 100%);
}
@media screen and (max-width: 768px) {
  .curriculum-arrow:after {
    height: 30px;
  }
}

.curriculum-ttl {
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .curriculum-ttl {
    margin: 0 0 30px;
  }
}
.curriculum-ttl p {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 4%;
  word-wrap: break-word;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .curriculum-ttl p {
    font-size: 24px;
  }
}
.curriculum-ttl p span {
  font-weight: 600;
  color: #FFFF00;
}
.curriculum-ttl p::before {
  position: absolute;
  content: url(../img/il_sunburst_left.svg);
  top: -50px;
  left: -80px;
}
@media screen and (max-width: 768px) {
  .curriculum-ttl p::before {
    top: -40px;
    left: -30px;
  }
}
.curriculum-ttl p::after {
  position: absolute;
  content: url(../img/il_sunburst_right.svg);
  top: -50px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  .curriculum-ttl p::after {
    top: -40px;
    right: -30px;
  }
}

.curriculum-list ul {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .curriculum-list ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.curriculum-list ul li {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .curriculum-list ul li {
    width: 100%;
    max-width: 420px;
  }
}

.curriculum-list-img {
  border-radius: 8px 8px 0 0;
}

.curriculum-list-bottom {
  padding: 20px 25px 30px;
  border-radius: 0 0 8px 8px;
  background: #FFF;
}

.curriculum-list-ttl {
  text-align: center;
  margin: 0 0 15px;
}
.curriculum-list-ttl span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 3%;
  color: #399E15;
}
.curriculum-list-ttl p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.curriculum-list-txt {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 4%;
}
.curriculum-list-txt span {
  font-weight: 500;
  color: #399E15;
}

.sample-txt {
  text-align: center;
  margin: 20px 0 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 6%;
}
@media screen and (max-width: 768px) {
  .sample-txt {
    font-size: 16px;
  }
}
.sample-txt span {
  font-weight: 700;
  color: #E74500;
}
@media screen and (max-width: 768px) {
  .sample-txt span {
    font-size: 20px;
  }
}
.sample-txt span em {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}

.sample-movie {
  position: relative;
  z-index: 10;
  aspect-ratio: 16 / 9;
  max-width: 640px;
  width: 100%;
  margin: 0 auto 20px;
}
.sample-movie iframe {
  width: 100%;
  height: 100%;
}

.comparison {
  background: #F4F3EF;
}
.comparison .comparison-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.comparison .comparison-item:not(.ejinzai) {
  position: relative;
  top: -18px;
  border-radius: 12px 12px 0 0;
}
.comparison .comparison-item.category {
  padding: 0;
  background: none;
}
.comparison .comparison-item.category .contents-list {
  border: none;
}
@media screen and (max-width: 768px) {
  .comparison .comparison-item.category .contents-list {
    width: 110px;
  }
}
.comparison .comparison-item.category .contents-item {
  background: #2C800E;
}
.comparison .comparison-item.category .contents-item:first-child {
  border-radius: 12px 0 0 0;
}
.comparison .comparison-item.category .contents-item:last-child {
  border-bottom: none;
  border-radius: 0 0 0 12px;
}
.comparison .comparison-item.category .contents-item p {
  line-height: 1.5;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .comparison .comparison-item.category .contents-item p {
    font-size: 14px;
  }
}
.comparison .comparison-item.ejinzai {
  padding: 0 15px 20px;
  border-radius: 12px 12px 0 0;
  background: #6EB92B;
}
.comparison .comparison-item.ejinzai .contents-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
  width: 330px;
  height: 74px;
  background: none;
}
@media screen and (max-width: 768px) {
  .comparison .comparison-item.ejinzai .contents-ttl {
    width: 300px;
  }
}
.comparison .comparison-item.ejinzai .contents-ttl img {
  width: 120px;
}
.comparison .comparison-item.ejinzai .contents-list {
  width: 330px;
  border: none;
}
@media screen and (max-width: 768px) {
  .comparison .comparison-item.ejinzai .contents-list {
    width: 300px;
  }
}
.comparison .comparison-item.ejinzai .contents-item {
  border-bottom: solid 2px #6EB92B;
  background: #FFFEEF;
}
.comparison .comparison-item.ejinzai .contents-item:last-child {
  border-bottom: none;
}
.comparison .comparison-item.ejinzai .contents-item .contents-item-doublecircle {
  width: 22px;
  height: 22px;
  border: solid #6EB92B 2px;
}
.comparison .comparison-item.ejinzai .contents-item .contents-item-doublecircle::before {
  width: 14px;
  height: 14px;
  top: 2px;
  left: 2px;
  border: solid #6EB92B 2px;
}
.comparison .comparison-item.ejinzai .contents-item p {
  font-size: 16px;
}
.comparison .comparison-item.ejinzai .contents-item p span {
  color: #E74500;
}
.comparison .comparison-item.ejinzai .contents-item p span em {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -3%;
}
.comparison .comparison-item.other-first .contents-ttl {
  border-radius: 0 12px 0 0;
}
.comparison .comparison-item.other-last .contents-ttl {
  margin: 0;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .comparison .comparison-item.other-last .contents-ttl {
    width: 140px;
  }
}
.comparison .comparison-item.other-last .contents-list {
  border-right: solid 4px #E2E0D6;
}
.comparison .contents-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 60px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  background: #E2E0D6;
}
@media screen and (max-width: 768px) {
  .comparison .contents-ttl {
    width: 138px;
  }
}
.comparison .contents-list {
  display: flex;
  flex-direction: column;
  width: 170px;
  border-right: solid 2px #E2E0D6;
  border-bottom: solid 2px #E2E0D6;
}
@media screen and (max-width: 768px) {
  .comparison .contents-list {
    width: 140px;
  }
}
.comparison .contents-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
  height: 80px;
  border-bottom: solid 2px #E2E0D6;
  background: #FFF;
}
.comparison .contents-item p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .comparison .contents-item p {
    font-size: 12px;
  }
}

.contents-item-doublecircle {
  position: relative;
  width: 20px;
  height: 20px;
  border: solid #BDBBB1 2px;
  border-radius: 50%;
  box-sizing: border-box;
}
.contents-item-doublecircle::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border: solid #BDBBB1 2px;
  border-radius: 50%;
  box-sizing: border-box;
}

.contents-item-circle {
  width: 20px;
  height: 20px;
  border: solid #BDBBB1 2px;
  border-radius: 50%;
  box-sizing: border-box;
}

.contents-item-triangle {
  --b: 4px;
  /* control the border thickness */
  width: 20px;
  aspect-ratio: 1.1547;
  clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0, 50% var(--b), calc(var(--b)*cos(30deg)) calc(100% - var(--b)/2), calc(100% - var(--b)*cos(30deg)) calc(100% - var(--b)/2), 50% var(--b));
  background: #BDBBB1;
}

.price .price-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 50px;
}
.price .price-item:not(.ejinzai) {
  position: relative;
  top: -18px;
  border-radius: 12px 12px 0 0;
}
.price .price-item.category {
  padding: 0;
  background: none;
}
.price .price-item.category .contents-list {
  width: 170px;
  border: none;
}
@media screen and (max-width: 768px) {
  .price .price-item.category .contents-list {
    width: 110px;
  }
}
.price .price-item.category .contents-item {
  border-bottom: solid 2px #FFF;
  background: #1F70C2;
}
.price .price-item.category .contents-item:first-child {
  border-radius: 12px 0 0 0;
}
.price .price-item.category .contents-item:last-child {
  border-bottom: none;
  border-radius: 0 0 0 12px;
}
.price .price-item.category .contents-item p {
  font-size: 20px;
  line-height: 1;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .price .price-item.category .contents-item p {
    font-size: 16px;
  }
}
.price .price-item.ejinzai {
  padding: 0 15px 20px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(158.89deg, #002777 5.09%, #0091a6 190.21%);
}
.price .price-item.ejinzai .contents-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 74px;
  background: none;
}
@media screen and (max-width: 768px) {
  .price .price-item.ejinzai .contents-ttl {
    width: 200px;
  }
}
.price .price-item.ejinzai .contents-list {
  width: 330px;
  border: none;
}
@media screen and (max-width: 768px) {
  .price .price-item.ejinzai .contents-list {
    width: 200px;
  }
}
.price .price-item.ejinzai .contents-item {
  position: relative;
  border-bottom: solid 2px #002777;
  background: #FFFEEF;
}
.price .price-item.ejinzai .contents-item:last-child {
  border-bottom: none;
}
.price .price-item.ejinzai .contents-item p {
  font-size: 32px;
  font-weight: 700;
  color: #E74500;
}
.price .price-item.ejinzai .contents-item p em {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -3%;
}
@media screen and (max-width: 768px) {
  .price .price-item.ejinzai .contents-item p em {
    font-size: 32px;
  }
}
.price .price-item.ejinzai .contents-item p.movie span {
  font-size: 24px;
  font-weight: 700;
  color: #002777;
}
@media screen and (max-width: 768px) {
  .price .price-item.ejinzai .contents-item p.movie span {
    font-size: 20px;
  }
}
.price .price-item.ejinzai .contents-item p.movie span em {
  color: #002777;
}
.price .price-item.ejinzai .contents-item p.month span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.price .price-item.ejinzai .contents-item .contents-item-ext {
  position: absolute;
  top: -35px;
  right: -50px;
}
.price .price-item.ejinzai .contents-item .fukidashi {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 24px 0 0;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background: linear-gradient(158.89deg, #002777 5.09%, #0091a6 190.21%);
  box-shadow: 0px 4px 12px 0px #00000040;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .price .price-item.ejinzai .contents-item .fukidashi {
    display: none;
  }
}
.price .price-item.ejinzai .contents-item .fukidashi::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -10px;
  border: 11px solid transparent;
  border-right: 22px solid #02377E;
  z-index: 0;
}
.price .price-item.ejinzai .contents-item .fukidashi img {
  width: 86px;
}
.price .price-item.ejinzai .contents-item .fukidashi p {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 6%;
  color: #7FC7D2;
}
.price .price-item.ejinzai .contents-item .fukidashi a {
  position: relative;
  left: -5px;
  font-size: 14px;
  letter-spacing: 4%;
  text-decoration: underline;
  color: #FFF;
}
.price .price-item.ejinzai .contents-item .fukidashi a:hover {
  opacity: 1;
  text-decoration: none;
}
.price .price-item.ejinzai .contents-item .fukidashi a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -13px;
  width: 10px;
  height: 10px;
  background: url(../img/ic_link.svg) no-repeat 0 0;
  background-size: contain;
}
.price .price-item.other-first .contents-ttl {
  border-radius: 0 12px 0 0;
}
.price .price-item.other-last .contents-ttl {
  margin: 0;
  width: 255px;
}
@media screen and (max-width: 768px) {
  .price .price-item.other-last .contents-ttl {
    width: 150px;
  }
}
.price .price-item.other-last .contents-list {
  border-right: solid 4px #E2E0D6;
}
.price .contents-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 253px;
  height: 60px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  background: #E2E0D6;
}
@media screen and (max-width: 768px) {
  .price .contents-ttl {
    width: 148px;
  }
}
.price .contents-ttl img {
  width: 152px;
}
@media screen and (max-width: 768px) {
  .price .contents-ttl img {
    width: 130px;
  }
}
.price .contents-list {
  display: flex;
  flex-direction: column;
  width: 255px;
  border-right: solid 2px #E2E0D6;
  border-bottom: solid 2px #E2E0D6;
}
@media screen and (max-width: 768px) {
  .price .contents-list {
    width: 150px;
  }
}
.price .contents-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
  height: 80px;
  border-bottom: solid 2px #E2E0D6;
  background: #FFF;
}
.price .contents-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .price .contents-item p {
    font-size: 14px;
  }
}
.price .contents-item p span {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price .contents-item p span {
    font-size: 20px;
  }
}
.price .contents-item p em {
  font-size: 12px;
}
.price .contents-item p f {
  font-family: "Roboto", sans-serif;
}

.price-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .price-txt {
    margin: 0 0 25px;
  }
}

.price-txt-main {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 6%;
}
@media screen and (max-width: 768px) {
  .price-txt-main {
    font-size: 16px;
  }
}
.price-txt-main span {
  font-weight: 700;
  color: #E74500;
}
@media screen and (max-width: 768px) {
  .price-txt-main span {
    font-size: 20px;
  }
}
.price-txt-main span em {
  font-size: 56px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2%;
}
.price-txt-main span s {
  vertical-align: text-top;
  font-size: 10px;
  text-decoration: none;
}

.price-txt-sub {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4%;
}

.price-bottom-txt {
  text-align: center;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4%;
}

.price-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0 0 4px;
  width: 330px;
  height: 70px;
  border-radius: 40px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4%;
  box-shadow: 0px 4px 8px 0px #00000040;
  background: #E74500;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .price-btn a {
    padding: 0 0 2px;
    font-size: 20px;
  }
}

.flow {
  background: #F4F3EF;
}

.flow-txt {
  text-align: center;
  margin: 10px 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 4%;
}
.flow-txt span {
  font-weight: 700;
  color: #399E15;
}
.flow-txt span em {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}

.flow-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow-list ul {
    flex-direction: column;
    margin: 0 auto;
    width: 290px;
  }
}
.flow-list ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .flow-list ul li {
    flex-direction: row;
    align-items: center;
  }
}
.flow-list ul li:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow-list ul li:nth-child(even) {
    margin: 0 0 10px;
    height: 20px;
  }
}

.flow-list-circle {
  position: relative;
}

.flow-list-ttl {
  position: absolute;
  top: 25px;
  left: 70px;
  right: 70px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #399E15;
}
@media screen and (max-width: 768px) {
  .flow-list-ttl {
    top: 12px;
    left: 36px;
    right: 36px;
    font-size: 14px;
  }
}
.flow-list-ttl span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow-list-ttl span {
    font-size: 16px;
  }
}

.flow-list-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .flow-list-img {
    width: 120px;
    height: 120px;
  }
}

.flow-list-txt {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .flow-list-txt {
    text-align: left;
    font-size: 20px;
  }
}

.flow-list-arrow {
  display: inline-block;
  position: relative;
  top: 99px;
  width: 110px;
  height: 2px;
  margin: 0 10px 0 0;
  border-radius: 9999px;
  background: #399E15;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .flow-list-arrow {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .flow-list-arrow {
    top: 0;
    left: 50px;
    margin: 0;
    width: 20px;
    transform: rotate(90deg);
  }
}
.flow-list-arrow::before, .flow-list-arrow::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 14px;
  height: 2px;
  border-radius: 9999px;
  background: #399E15;
  transform-origin: calc(100% - 1px) 50%;
}
.flow-list-arrow::before {
  transform: rotate(45deg);
}
.flow-list-arrow::after {
  transform: rotate(-45deg);
}

.lineup-extxt {
  text-align: right;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 6%;
}

.lineup-box details {
  margin: 0 0 15px;
}
.lineup-box details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 7px 10px 10px;
  height: 50px;
  background: #399E15;
  cursor: pointer;
}
.lineup-box details summary::-webkit-details-marker {
  display: none;
}
.lineup-box details summary::after {
  content: '';
  position: relative;
  top: 1px;
  right: 15px;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-25%) rotate(45deg);
  transition: transform .3s;
}
.lineup-box details[open] summary::after {
  top: 4px;
  transform: rotate(225deg);
}
.lineup-box.lineup-box__last details {
  margin: 0;
}
.lineup-box.lineup-box__last .lineup-box-contents {
  margin: 20px 0 0;
}
.lineup-box.lineup-box__last .lineup-box-contents-list {
  margin: 15px 0 0;
}

.lineup-box-ttl {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .lineup-box-ttl {
    font-size: 20px;
  }
}

.lineup-box-contents {
  margin: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .lineup-box-contents {
    margin: 15px 0 30px;
  }
}

.lineup-box-contents-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #399E15;
}

.lineup-box-contents-txt {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.lineup-box-contents-img {
  display: flex;
  justify-content: center;
}

.lineup-box-contents-list {
  margin: 15px 0 30px;
}
@media screen and (max-width: 768px) {
  .lineup-box-contents-list {
    margin: 10px 0 20px;
  }
}
.lineup-box-contents-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 16px;
}
@media screen and (max-width: 768px) {
  .lineup-box-contents-list ul {
    gap: 20px;
  }
}
.lineup-box-contents-list ul li {
  width: calc(50% - 8px);
}
@media screen and (max-width: 768px) {
  .lineup-box-contents-list ul li {
    width: 100%;
  }
}
.lineup-box-contents-list.lineup-box-contents-list__full ul li {
  width: unset;
}
.lineup-box-contents-list.lineup-box-contents-list__full ul li .lineup-box-contents-list-ttl {
  display: none;
}
.lineup-box-contents-list.lineup-box-contents-list__3 ul li {
  width: calc(33% - 8px);
}
@media screen and (max-width: 768px) {
  .lineup-box-contents-list.lineup-box-contents-list__3 ul li {
    width: 100%;
  }
}
.lineup-box-contents-list.lineup-box-contents-list__3 ul li .lineup-box-contents-list-name ul li {
  width: unset;
}
.lineup-box-contents-list.lineup-box-contents-list__4 ul li {
  width: calc(25% - 12px);
}
@media screen and (max-width: 768px) {
  .lineup-box-contents-list.lineup-box-contents-list__4 ul li {
    width: 100%;
  }
}
.lineup-box-contents-list.lineup-box-contents-list__4 ul li .lineup-box-contents-list-name ul li {
  width: unset;
}

.lineup-box-contents-list-ttl {
  text-align: center;
  margin: 0 0 15px;
  padding: 7px 5px 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4%;
  background: #E3F0C0;
  color: #399E15;
}
@media screen and (max-width: 768px) {
  .lineup-box-contents-list-ttl {
    margin: 0 0 10px;
  }
}

.lineup-box-contents-list-name {
  padding: 0 10px;
}
.lineup-box-contents-list-name ul {
  display: flex;
  gap: 0;
}
.lineup-box-contents-list-name ul li {
  width: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 4%;
}
.lineup-box-contents-list-name ul li:not(:last-child) {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.lineup-box-contents-list-name ul li:not(:last-child)::after {
  content: '|';
  position: relative;
  top: -1px;
  right: -10px;
  color: #BBB;
}

.lms {
  background: url(https://www.ejinzai.jp/categories/img/lms/bg_lms.svg) no-repeat right top;
}
.lms dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .lms dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .lms dl {
    flex-direction: column;
  }
}
.lms dl dt {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .lms dl dt {
    width: 100%;
  }
}
.lms .mod-ttl {
  margin: 0 0 20px;
}

.lms-logo {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .lms-logo {
    text-align: center;
  }
}
.lms-logo img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .lms-logo img {
    width: 280px;
  }
}

.lms-subttl {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .lms-subttl {
    font-size: 20px;
  }
}
.lms-subttl.lms-subttl__gradation {
  text-align: center;
  margin: 0 0 20px;
  background: linear-gradient(158.89deg, #002777 5.09%, #0091a6 190.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lms-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 4%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .lms-txt {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .lms-txt {
    margin: 0 0 30px;
  }
}

.lms-extxt {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 4%;
}

.lms-list {
  margin: 0 0 15px;
}
.lms-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 552px;
}
@media screen and (max-width: 768px) {
  .lms-list ul {
    gap: 6px;
    width: 330px;
  }
}
.lms-list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 0;
  width: 104px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .lms-list ul li {
    gap: 5px;
    width: 78px;
    height: 92px;
  }
}
.lms-list ul li::before {
  content: '';
  z-index: -1;
  position: absolute;
  width: 104px;
  height: 120px;
  background: linear-gradient(158.89deg, #002777 5.09%, #0091a6 190.21%);
  clip-path: polygon(50% 0, 0 25%, 0 75%, 50% 100%, 100% 75%, 100% 25%);
}
@media screen and (max-width: 768px) {
  .lms-list ul li::before {
    width: 78px;
    height: 92px;
  }
}
.lms-list ul li::after {
  content: '';
  z-index: -2;
  position: absolute;
  width: 104px;
  height: 120px;
  background: linear-gradient(158.89deg, #002777 5.09%, #0091a6 190.21%);
  clip-path: polygon(50% 0, 0 25%, 0 75%, 50% 100%, 100% 75%, 100% 25%);
  transition: all 0.5s linear;
}
@media screen and (max-width: 768px) {
  .lms-list ul li::after {
    width: 78px;
    height: 92px;
  }
}
@media screen and (max-width: 768px) {
  .lms-list ul li:nth-child(n + 4) {
    margin-top: -24px !important;
  }
}
.lms-list ul li:nth-child(n + 5) {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .lms-list ul li:nth-child(n + 5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .lms-list ul li:nth-child(7n + 1) {
    margin-left: 42px !important;
  }
}
@media screen and (max-width: 768px) {
  .lms-list ul li:nth-child(7n + 3) {
    margin-right: 42px;
  }
}
.lms-list ul li:nth-child(9n + 1) {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .lms-list ul li:nth-child(9n + 1) {
    margin-left: 0;
  }
}
.lms-list ul li:nth-child(9n + 4) {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .lms-list ul li:nth-child(9n + 4) {
    margin-right: 0;
  }
}
.lms-list ul li.lms-list-remind {
  gap: 3px;
}
.lms-list ul li.lms-list-dummy {
  display: none;
}
@media screen and (max-width: 768px) {
  .lms-list ul li.lms-list-dummy {
    display: block;
  }
  .lms-list ul li.lms-list-dummy::before, .lms-list ul li.lms-list-dummy::after {
    content: unset;
  }
  .lms-list ul li.lms-list-dummy .lms-list-icon,
  .lms-list ul li.lms-list-dummy .lms-list-txt {
    display: none;
  }
}

.lms-list-icon {
  padding: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .lms-list-icon {
    padding: 12px 0 0;
  }
}
.lms-list-icon img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .lms-list-icon img {
    width: 20px;
    height: 20px;
  }
}

.lms-list-txt {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 6%;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .lms-list-txt {
    font-size: 11px;
  }
}

.lms-link {
  text-align: center;
}
.lms-link a {
  position: relative;
  font-size: 14px;
  letter-spacing: 4%;
  text-decoration: underline;
  color: #1F70C2;
}
.lms-link a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  right: -15px;
  width: 10px;
  height: 10px;
  background: url(../img/ic_link.svg) no-repeat 0 0;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(33%) sepia(64%) saturate(1673%) hue-rotate(191deg) brightness(88%) contrast(88%);
}

.ejinzai {
  background: #F4F3EF;
}

@media screen and (max-width: 768px) {
  .ejinzai-list {
    background-size: 50%;
  }
}
.ejinzai-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .ejinzai-list ul {
    gap: 10px;
  }
}
.ejinzai-list ul li {
  display: block;
  text-align: center;
  padding: 30px 20px 23px;
  width: 245px;
  border-radius: 12px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .ejinzai-list ul li {
    display: flex;
    flex-direction: column;
    width: calc(50% - 5px);
    max-width: 245px;
    padding: 20px 15px 15px;
  }
}
.ejinzai-list ul li.account {
  border: solid 1px #C9A500;
}
.ejinzai-list ul li.account .ejinzai-list-btn a {
  background: #C9A500;
}
.ejinzai-list ul li.business {
  border: solid 1px #007BC6;
}
.ejinzai-list ul li.business .ejinzai-list-btn a {
  background: #007BC6;
}
.ejinzai-list ul li.finance {
  border: solid 1px #00348B;
}
.ejinzai-list ul li.finance .ejinzai-list-btn a {
  background: #00348B;
}
.ejinzai-list ul li.insurance {
  border: solid 1px #6EB92B;
}
.ejinzai-list ul li.insurance .ejinzai-list-btn a {
  background: #6EB92B;
}
.ejinzai-list ul li.medical_welfare {
  border: solid 1px #00ACB1;
}
.ejinzai-list ul li.medical_welfare .ejinzai-list-btn a {
  background: #00ACB1;
}
.ejinzai-list ul li.university {
  border: solid 1px #058748;
}
.ejinzai-list ul li.university .ejinzai-list-btn a {
  background: #058748;
}
.ejinzai-list ul li.government {
  border: solid 1px #4F3A92;
}
.ejinzai-list ul li.government .ejinzai-list-btn a {
  background: #4F3A92;
}
.ejinzai-list ul li.maker {
  border: solid 1px #696558;
}
.ejinzai-list ul li.maker .ejinzai-list-btn a {
  background: #696558;
}
.ejinzai-list ul li.service {
  border: solid 1px #FF6347;
}
.ejinzai-list ul li.service .ejinzai-list-btn a {
  background: #FF6347;
}
.ejinzai-list ul li.image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .ejinzai-list ul li.image img {
    max-width: 207px;
    max-height: 250px;
  }
}

.ejinzai-list-logo {
  margin: 0 0 15px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .ejinzai-list-logo {
    margin: 0 0 10px;
    height: auto;
  }
}
.ejinzai-list-logo img {
  width: 100%;
  max-width: 160px;
}

.ejinzai-list-name {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4%;
}
@media screen and (max-width: 768px) {
  .ejinzai-list-name {
    margin: 0 0 10px;
    min-height: 36px;
    font-size: 14px;
    line-height: 1.3;
  }
}

.ejinzai-list-txt {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4%;
}
@media screen and (max-width: 768px) {
  .ejinzai-list-txt {
    display: none;
    text-align: left;
    margin: 0 0 10px;
    font-size: 12px;
  }
}

.ejinzai-list-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 5%;
  background: #007BC6;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .ejinzai-list-btn a {
    width: 100%;
    font-size: 12px;
  }
}

.qa .mod-inner {
  max-width: 800px;
}
.qa .mod-ttl {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .qa .mod-ttl {
    margin: 0;
  }
}

.qa-list {
  display: flex;
  flex-wrap: wrap;
}
.qa-list details {
  width: 100%;
}
.qa-list details:not(:last-child) {
  border-bottom: solid 1px #DDD;
}
.qa-list details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px 25px 20px 15px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .qa-list details summary {
    padding: 20px 0;
  }
}
.qa-list details summary::-webkit-details-marker {
  display: none;
}
.qa-list details summary::after {
  content: '';
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  transform: translateY(-25%) rotate(45deg);
  transition: transform .3s;
}
.qa-list details summary span {
  padding: 0 10px 0 34px;
  text-indent: -34px;
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4%;
}
.qa-list details summary span::before {
  content: 'Q';
  position: relative;
  top: 1px;
  margin: 0 15px 0 0;
  font-size: 24px;
  line-height: 0;
  color: #6EB92B;
}
.qa-list details[open] summary::after {
  transform: rotate(225deg);
}
.qa-list details[open] p {
  transform: none;
  opacity: 1;
}
.qa-list details p {
  display: flex;
  transform: translateY(-10px);
  opacity: 0;
  padding: 0 25px 20px 18px;
  transition: transform .5s, opacity .5s;
}
@media screen and (max-width: 768px) {
  .qa-list details p {
    padding: 0 0 20px;
  }
}
.qa-list details p span {
  padding: 0 30px;
  text-indent: -30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 4%;
}
.qa-list details p span::before {
  content: 'A';
  position: relative;
  top: 4px;
  margin: 0 15px 0 0;
  font-size: 24px;
  line-height: 0;
}

.contact {
  background: #E3F0C0;
}

.contact-inner {
  margin: auto;
  padding: 60px 80px;
  width: 100%;
  max-width: 800px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .contact-inner {
    padding: 20px 15px;
  }
}

.contact-inner-lead {
  text-align: center;
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4%;
}
@media screen and (max-width: 768px) {
  .contact-inner-lead {
    margin: 0 0 20px;
  }
}
.contact-inner-lead span {
  font-size: 12px;
  font-weight: 500;
  color: #DC2A2A;
}

.contact-table {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 724px;
}
.contact-table tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.contact-table tbody tr {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-table tbody tr {
    flex-direction: column;
    align-items: unset;
    gap: 2px;
  }
}
.contact-table tbody tr th,
.contact-table tbody tr td {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 4%;
}
.contact-table tbody tr th {
  width: 130px;
}
.contact-table tbody tr th::after {
  content: '＊';
  margin: 0 0 0 5px;
  color: #DC2A2A;
}
.contact-table tbody tr th.any::after {
  content: none;
}
.contact-table tbody tr td {
  padding: 5px 10px;
  width: calc(100% - 150px);
  border: 1px solid #BBB;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .contact-table tbody tr td {
    width: 100%;
  }
}
.contact-table input,
.contact-table textarea {
  width: 100%;
  border: none;
}
.contact-table input:focus,
.contact-table textarea:focus {
  outline: none;
}
.contact-table input.short {
  width: 360px;
}
.contact-table input.long {
  width: 100%;
}
.contact-table textarea {
  padding: 3px 0;
  width: 100%;
  line-height: 1.5;
  resize: vertical;
}
.contact-table .errortxt {
  display: none;
  margin: 5px 0 0;
  font-weight: bold;
  color: #DC2A2A;
}

.contact-list {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .contact-list {
    margin: 0 0 20px;
  }
}
.contact-list ul li {
  padding: 0 0 0 18px;
  text-indent: -18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4%;
}
@media screen and (max-width: 768px) {
  .contact-list ul li {
    padding: 0 0 0 16px;
    text-indent: -16px;
  }
}
.contact-list ul li::before {
  content: '※';
  padding: 0 5px 0 0;
}

.contact-txt {
  text-align: center;
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 4%;
}
.contact-txt a {
  position: relative;
  margin: 0 20px 0 0;
  font-size: 14px;
  letter-spacing: 4%;
  text-decoration: underline;
  color: #1F70C2;
}
.contact-txt a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  right: -15px;
  width: 10px;
  height: 10px;
  background: url(../img/ic_link.svg) no-repeat 0 0;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(33%) sepia(64%) saturate(1673%) hue-rotate(191deg) brightness(88%) contrast(88%);
}

.contact-button {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .contact-button {
    gap: 30px;
  }
}
.contact-button input {
  width: 160px;
  height: 50px;
  padding: 0 0 2px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4%;
  color: #FFF;
  cursor: pointer;
  transition: opacity 0.15s linear;
}
@media screen and (max-width: 768px) {
  .contact-button input {
    width: 100%;
    max-width: 280px;
  }
}
.contact-button input:hover {
  opacity: 0.3;
}
.contact-button input[type="button"], .contact-button input[type="submit"] {
  background: #1F70C2;
}

.contact-confirm,
.contact-thanks {
  margin: 80px 0 0;
  background: #E3F0C0;
}
@media screen and (max-width: 768px) {
  .contact-confirm,
  .contact-thanks {
    margin: 56px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .confirm .contact-table tbody th {
    padding: 0 0 3px;
    width: 100%;
  }
}
.confirm .contact-table tbody th::after {
  content: none;
}
.confirm .contact-table tbody td {
  border: none;
  border-bottom: solid 1px #BBB;
  border-radius: unset;
}
@media screen and (max-width: 768px) {
  .confirm .contact-table tbody td {
    padding: 0 15px 5px;
  }
}
.confirm .contact-button input[type="button"] {
  background: #C7C7C7;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: landing.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

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

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
  /*
  @include pc() {
      min-width: 1260px;
  }
  */
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  /* color: color(1); */
  color: #333;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }

  .pc-only {
    display: none;
  }
}
.right-nav {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 1000;
}
.right-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1.5px #6EB92B;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  background: #FFF;
}
.right-nav a img {
  width: 20px;
  height: 22px;
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header {
    background: #FFF;
  }
}
@media screen and (max-width: 768px) {
  #header .header-list {
    display: none;
  }
}

.header {
  background: #FFF;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1140px;
  height: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-inner {
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0 15px;
    width: 100%;
    height: 56px;
  }
}

.header-logo {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    margin: 5px 0 0;
    width: 120px;
  }
}
.header-logo em {
  display: none;
}

.header-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-list ul {
    gap: 20px;
  }
}
.header-list ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 6%;
  color: #333;
}

.header-list-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 40px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 1.4;
  letter-spacing: 4% !important;
  background: #E74500;
  color: #FFF !important;
  cursor: pointer;
  transition: opacity 0.15s linear;
}
.header-list-btn a:hover {
  opacity: 0.3;
}

.header__top {
  background: none;
  transition: opacity 0.15s linear;
}
.header__top .header-logo span {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__top .header-logo span {
    display: block;
  }
}
.header__top .header-logo em {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .header__top .header-logo em {
    display: none !important;
  }
}
.header__top .header-list ul li a {
  color: #FFF;
}

.confirm .header__top,
.thanks .header__top {
  background: #FFF;
}
.confirm .header-logo span,
.thanks .header-logo span {
  display: block !important;
}
.confirm .header-logo em,
.thanks .header-logo em {
  display: none !important;
}
.confirm .header-inner,
.thanks .header-inner {
  justify-content: center;
}
.confirm .header-list,
.thanks .header-list {
  display: none;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.mod-inner {
  margin: 0 auto;
  padding: 64px 0;
  max-width: 1040px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-inner {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 768px) {
  .mod-inner {
    padding: 40px 15px;
  }
}

.mod-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 4%;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .mod-ttl {
    font-size: 24px;
  }
}
.mod-ttl span {
  color: #399E15;
}
.mod-ttl span.gradient {
  font-size: 64px;
  font-weight: 700;
  background: linear-gradient(90deg, #6eb92b 0%, #00a45d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .mod-ttl span.gradient {
    font-size: 40px;
    line-height: 1.2;
  }
}
.mod-ttl span.gradient.small {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .mod-ttl span.gradient.small {
    font-size: 24px;
  }
}

.mod-txt {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4%;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .mod-txt {
    text-align: left;
  }
}

.mb-s {
  margin: 0 0 32px !important;
}
@media screen and (max-width: 768px) {
  .mb-s {
    margin: 0 0 20px !important;
  }
}

.mb-m {
  margin: 0 0 48px !important;
}
@media screen and (max-width: 768px) {
  .mb-m {
    margin: 0 0 30px !important;
  }
}

.mb-l {
  margin: 0 0 60px !important;
}
@media screen and (max-width: 768px) {
  .mb-l {
    margin: 0 0 40px !important;
  }
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer-inner {
  margin: 0 auto;
  padding: 30px 0;
  width: 1040px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-inner {
    padding: 30px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 30px 15px 70px;
    width: 100%;
  }
}

.footer-logo {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    text-align: center;
  }
}
.footer-logo img {
  width: 152px;
}

.footer-txtarea dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer-txtarea dl {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-txtarea dl dt {
  width: 530px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-txtarea dl dt {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .footer-txtarea dl dt {
    width: 100%;
  }
}

.footer-lead {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 6%;
}
@media screen and (max-width: 768px) {
  .footer-lead {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 4%;
  }
}

.footer-list {
  position: relative;
  right: 15px;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .footer-list {
    right: 7px;
  }
}
.footer-list ul {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer-list ul {
    justify-content: center;
  }
}
.footer-list ul li a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4%;
  color: #333;
}
.footer-list ul li a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  right: -15px;
  width: 10px;
  height: 10px;
  background: url(../img/ic_link.svg) no-repeat 0 0;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(43%) sepia(0%) saturate(529%) hue-rotate(141deg) brightness(92%) contrast(95%);
}
@media screen and (max-width: 768px) {
  .footer-list ul li a::after {
    top: 3px;
  }
}

.footer-copyright {
  font-size: 11px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  letter-spacing: 4%;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
