@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: 100px;
  z-index: 10000;
  width: 280px;
  height: 60px;
  transition: 0.5s;
}
.followform details[open] {
  height: 405px;
}
.followform details[open] summary {
  border-radius: 10px 10px 0 0;
}
.followform summary {
  position: relative;
  padding: 10px 20px;
  border-radius: 25px 25px 0 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  background: linear-gradient(213.67deg, #2542e2 10.41%, #1a297c 50.78%);
  color: #FFF;
  cursor: pointer;
}
.followform summary::-webkit-details-marker {
  display: none;
}
.followform summary::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 22px;
  width: 16px;
  height: 16px;
  background-image: url(../img/ic_arrow.webp);
  background-size: contain;
}
.followform__bottom {
  padding: 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 4px 0px #83838340;
  background: #FFF9DA;
}
.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: 14px;
}
.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__extxt {
  margin: 0 0 15px;
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
}
.followform__agreement label {
  display: flex;
  justify-content: center;
  margin: 0 0 19px;
}
.followform__agreement label input[type=checkbox] {
  position: relative;
  margin: 0 5px 0 0;
  width: 14px;
  height: 14px;
}
.followform__agreement p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.followform__agreement p a {
  text-decoration: underline;
  color: #000;
}
.followform__agreement p a:hover {
  text-decoration: none;
}
.followform__btn {
  display: flex;
  justify-content: center;
}
.followform__btn input {
  padding: 10px 19px 11px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  background: #C7C7C7;
  color: #797979;
}
.followform__btn input.active {
  background: #09c;
  color: #FFF;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .followform details {
    right: 70px;
    width: 220px;
    height: 40px;
    z-index: 10000;
  }
  .followform details[open] {
    position: fixed;
    inset: 0;
    margin: auto;
    width: 360px;
  }
  .followform details[open] summary {
    text-align: left;
    padding: 10px 30px;
    border-radius: 25px 25px 0 0;
  }
  .followform details[open] summary span {
    display: initial;
  }
  .followform details[open] summary::after {
    content: '';
  }
  .followform summary {
    text-align: center;
    padding: 10px 15px;
    border-radius: 25px 25px 0 25px;
  }
  .followform summary span {
    display: none;
  }
  .followform summary::after {
    content: none;
  }
  .followform__bottom {
    border-radius: 0 0 25px 25px;
  }
  .followform__open {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
  }
}

.problem__bg {
  background: url(../img/problem_bg.webp) no-repeat center/cover;
}
.problem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 140px;
  margin: 60px auto 0;
  max-width: 1020px;
}
.problem__item {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 25px 50px;
  max-width: 440px;
  color: #FFF;
}
.problem__item::before, .problem__item::after {
  content: '';
  position: absolute;
  background: #FFF;
  width: 80px;
  height: 1px;
  rotate: -60deg;
  display: inline-block;
}
.problem__item::before {
  top: 35px;
  left: -20px;
}
.problem__item::after {
  bottom: 35px;
  right: -20px;
}
.problem__item span::before, .problem__item span::after {
  content: '';
  position: absolute;
  background: #FFF;
  width: 100px;
  height: 1px;
  display: inline-block;
}
.problem__item span::before {
  top: 0;
  left: 40px;
}
.problem__item span::after {
  right: 40px;
  bottom: 0;
}
.problem__item:nth-child(even) {
  top: 100px;
}
.problem__item .item__ttl {
  text-align: center;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.problem__item .item__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .problem__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 40px auto 0;
  }
  .problem__item:nth-child(even) {
    top: unset;
  }
}
@media screen and (max-width: 768px) {
  .problem__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 40px auto 0;
  }
  .problem__item {
    padding: 15px 25px;
  }
  .problem__item::before, .problem__item::after {
    width: 60px;
  }
  .problem__item::before {
    top: 26px;
    left: -5px;
  }
  .problem__item::after {
    bottom: 26px;
    right: -5px;
  }
  .problem__item span::before, .problem__item span::after {
    width: 80px;
  }
  .problem__item span::before {
    top: 0;
    left: 40px;
  }
  .problem__item span::after {
    right: 40px;
    bottom: 0;
  }
  .problem__item:nth-child(even) {
    top: unset;
  }
  .problem__item .item__ttl {
    font-size: 16px;
    line-height: 24px;
  }
}

.solution__bg {
  background: url(../img/solution_bg.webp) no-repeat center/cover;
}
.solution__list {
  display: flex;
  gap: 35px;
}
.solution__item {
  padding: 33px 20px 30px;
  width: 100%;
  max-width: 310px;
  height: 382px;
  background: url(../img/solution_frame.webp) no-repeat center/contain;
}
.solution__item .item__img {
  text-align: center;
  padding: 0 0 18px;
}
.solution__item .item__img img {
  width: 59px;
}
.solution__item .item__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 2px 0;
  height: 93px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.solution__item .item__txt {
  padding: 15px 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .solution__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .solution__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.lms__subttl {
  position: relative;
  text-align: center;
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.lms__subttl::before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #00116D;
}
.lms__icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 0 60px;
}
.lms__icon .icon__item {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 320px;
  height: 120px;
  background: linear-gradient(180deg, #4e8fdb 0%, #91a2ff 100%);
  box-shadow: 0px 4px 4px 0px #00000040;
}
.lms__icon .icon__item .item__img {
  width: 100px;
  height: 80px;
}
.lms__icon .icon__item .item__name {
  text-align: center;
  flex-grow: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #FFF;
}
.lms__icon .icon__item .item__name span {
  font-size: 16px;
}
.lms__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 0 0 40px;
}
.lms__item {
  padding: 50px 40px;
  max-width: 480px;
  background: #E9EEFF;
}
.lms__item .item__img {
  text-align: center;
  padding: 0 0 25px;
}
.lms__item .item__ttl {
  text-align: center;
  padding: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}
.lms__item .item__txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .lms__list {
    gap: 20px;
  }
  .lms__item {
    padding: 30px 20px;
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .lms__subttl {
    font-size: 18px;
    line-height: 26px;
  }
  .lms__icon {
    gap: 15px 14px;
    margin: 0 0 40px;
  }
  .lms__icon .icon__item {
    flex-direction: column;
    gap: 5px;
    padding: 15px 5px;
    width: calc(50% - 7px);
    height: auto;
  }
  .lms__icon .icon__item .item__img {
    width: 60px;
    height: 48px;
  }
  .lms__icon .icon__item .item__name {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
  }
  .lms__icon .icon__item .item__name span {
    font-size: 16px;
  }
  .lms__list {
    gap: 20px;
    margin: 0 0 20px;
  }
  .lms__item {
    padding: 30px 20px;
  }
  .lms__item .item__img {
    padding: 0 0 20px;
  }
  .lms__item .item__ttl {
    font-size: 17px;
    line-height: 24px;
  }
  .lms__item .item__txt {
    font-size: 15px;
    line-height: 26px;
  }
}

.comparison {
  background: #EEE;
}
.comparison .mod__inner {
  padding: 80px 0 40px;
}
.comparison .contents__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #00116D;
}
.comparison .contents__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 180px;
}
.comparison .contents__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
  height: 100px;
  background: #FFF;
}
.comparison .contents__item img {
  width: 24px;
}
.comparison .contents__item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #6E7282;
}
.comparison .contents__item p span {
  font-size: 14px;
  font-weight: 700;
}
.comparison__list {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 4px;
  padding: 0 0 30px;
}
.comparison__item:not(.ejinzai) {
  position: relative;
  top: -20px;
}
.comparison__item.category .contents__item {
  background: #9D8948;
}
.comparison__item.category .contents__item p {
  line-height: 24px;
  color: #FFF;
}
.comparison__item.ejinzai {
  padding: 0 15px 20px;
  background: linear-gradient(188.04deg, #0824ba -0.64%, #001066 32.74%);
  box-shadow: 0px 6px 6px 0px #00000040;
}
.comparison__item.ejinzai .contents__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 85px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #FFF;
}
.comparison__item.ejinzai .contents__list {
  width: 300px;
}
.comparison__item.ejinzai .contents__item {
  background: #FFF;
}
.comparison__item.ejinzai .contents__item img {
  width: 34px;
}
.comparison__item.ejinzai .contents__item p {
  font-size: 18px;
  line-height: 24px;
  background: #FFF;
  color: #9D8948;
}
.comparison__item.ejinzai .contents__item p span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .comparison .mod__inner {
    padding: 40px 0;
  }
  .comparison .contents__ttl {
    width: 120px;
    height: 48px;
    font-size: 18px;
  }
  .comparison .contents__list {
    width: 120px;
  }
  .comparison .contents__item {
    height: 80px;
  }
  .comparison .contents__item img {
    width: 20px;
  }
  .comparison .contents__item p {
    font-size: 13px;
    line-height: 18px;
  }
  .comparison .contents__item p span {
    font-size: 12px;
  }
  .comparison__list {
    justify-content: unset;
    padding: 0 15px;
  }
  .comparison__item.ejinzai .contents__ttl {
    width: 220px;
    height: 50px;
    font-size: 18px;
  }
  .comparison__item.ejinzai .contents__list {
    width: 220px;
  }
  .comparison__item.ejinzai .contents__item img {
    width: 30px;
  }
  .comparison__item.ejinzai .contents__item p {
    font-size: 15px;
    line-height: 20px;
  }
  .comparison__item.ejinzai .contents__item p span {
    font-size: 14px;
  }
}

.flow {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow img {
    max-width: 240px;
    margin: 0 0 0 20px;
  }
}

.voice__bg {
  background: url(../img/voice_bg.webp) no-repeat center/cover;
}
.voice__list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.voice__item {
  margin: 0 0 0 25px;
  width: 100%;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #FFF;
}
.voice__item__bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 45px 20px 15px;
}
.voice__item .item__ttl {
  display: inline-block;
  position: relative;
  top: -25px;
  left: -25px;
  padding: 10px 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  background: linear-gradient(90deg, #a88c00 0%, #ddd189 50%, #a88c00 100%);
  color: #FFF;
}
.voice__item .item__name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 200px;
}
.voice__item .item__name p {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}
.voice__item .item__txt {
  padding: 0 0 25px;
  max-width: 700px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .voice__list {
    gap: 20px;
  }
  .voice__item {
    margin: 0;
  }
  .voice__item__bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 30px 20px;
  }
  .voice__item .item__ttl {
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .voice__item .item__name img {
    width: 120px;
  }
  .voice__item .item__txt {
    padding: 0;
    font-size: 15px;
    line-height: 25px;
  }
}

.lineup__ttl {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.lineup__ttl::before, .lineup__ttl::after {
  content: '';
  height: 2px;
  flex-grow: 1;
}
.lineup__ttl::before {
  margin: 0 10px 0 0;
}
.lineup__ttl::after {
  margin: 0 0 0 10px;
}
.lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0 0 50px;
}
.lineup__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 5px;
  width: 210px;
  background: #E0E5FF;
}
.lineup__item__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.lineup__item .item__ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #000;
}
.lineup__item .item__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
}
.lineup__item .item__txt span {
  font-size: 18px;
  font-weight: 600;
}
.lineup__blue .lineup__ttl {
  color: #00116D;
}
.lineup__blue .lineup__ttl::before, .lineup__blue .lineup__ttl::after {
  background: #00116D;
}
.lineup__blue .lineup__item {
  background: #E0E5FF;
}
.lineup__green .lineup__ttl {
  color: #1A7B63;
}
.lineup__green .lineup__ttl::before, .lineup__green .lineup__ttl::after {
  background: #1A7B63;
}
.lineup__green .lineup__item {
  background: #DCF6F0;
}
.lineup__gold .lineup__ttl {
  color: #9D8948;
}
.lineup__gold .lineup__ttl::before, .lineup__gold .lineup__ttl::after {
  background: #9D8948;
}
.lineup__gold .lineup__item {
  background: #F8F0D6;
}
@media screen and (max-width: 768px) {
  .lineup__ttl {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 26px;
  }
  .lineup__list {
    gap: 0;
    margin: 0 0 30px;
  }
  .lineup__item {
    flex-direction: unset;
    justify-content: space-between;
    gap: 0;
    padding: 5px 20px;
    width: 100%;
  }
  .lineup__item:first-child {
    padding: 20px 20px 5px;
  }
  .lineup__item:last-child {
    padding: 5px 20px 20px;
  }
  .lineup__item__bottom {
    flex-direction: row;
  }
  .lineup__item .item__ttl {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }
  .lineup__item .item__txt {
    text-align: right;
    min-width: 60px;
  }
  .lineup__item .item__txt span {
    font-size: 16px;
  }
}

.qualification__bg {
  background: url(../img/qualification_bg.webp) no-repeat center/cover;
}
.qualification__transparent {
  padding: 40px 20px;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  box-shadow: 0px 2px 10px 0px #00000026;
  background: #FFFFFF40;
}
.qualification__transparentlist {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  position: relative;
}
.qualification__transparentlist .mod__extxt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.qualification__box {
  width: calc(50% - 25px);
}
.qualification__ttl {
  text-align: center;
  margin: 0 0 20px;
  padding: 6px 10px 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #FFF;
}
.qualification__list {
  display: flex;
  flex-direction: column;
  margin: 0 100px;
}
.qualification__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.qualification__item .item__ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
}
.qualification__item .item__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  white-space: nowrap;
}
.qualification__item .item__txt span {
  font-size: 18px;
  font-weight: 600;
}
.qualification__box:nth-child(1) {
  width: 100%;
}
.qualification__box:nth-child(1) .qualification__list {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 120px;
  margin: 0 80px;
}
.qualification__box:nth-child(1) .qualification__item {
  width: calc(50% - 60px);
}
.qualification__extrabox {
  position: relative;
  margin: 0 30px 30px;
  padding: 30px 40px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 5px 5px 5px 0px #0000004D;
  background: #FFF;
}
.qualification__extrabox::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 60%;
  border: 14px solid transparent;
  border-bottom: 26px solid #FFF;
}
.qualification__extrabox .extrabox__ttl {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  background: #E0E5FF;
  color: #00116D;
}
.qualification__extrabox .extrabox__txt {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.qualification__extrabox .extrabox__txt span {
  font-weight: 500;
  color: #CC0066;
}
.qualification__extrabox .extrabox__subttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #00116D;
}
.qualification__extrabox .extrabox__list {
  display: flex;
  gap: 40px;
  margin: 22px 0 10px;
}
.qualification__extrabox .extrabox__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 19px 10px 15px;
  width: 100%;
  max-width: 220px;
  border-top: 1px solid #2540D4;
  background: #E0E5FF;
}
.qualification__extrabox .extrabox__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: calc(50% - 14px);
  right: -25px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #00116D;
  border-right: 2px solid #00116D;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.qualification__extrabox .extrabox__item .item__ttl {
  position: absolute;
  top: -12px;
  left: 0;
  width: 70px;
}
.qualification__extrabox .extrabox__item .item__ttl__bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.qualification__extrabox .extrabox__item .item__ttl__bg::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  transform: skewX(24deg);
  transform-origin: 0 100%;
  background: linear-gradient(213.67deg, #2542e2 10.41%, #253aaf 50.78%);
}
.qualification__extrabox .extrabox__item .item__ttl p {
  position: relative;
  padding: 3px 20px 5px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}
.qualification__extrabox .extrabox__item .item__img {
  margin: 0 0 5px;
}
.qualification__extrabox .extrabox__item .item__txt {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #00116D;
}
.qualification__extrabox .extrabox__extxt {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #CC0066;
}
.qualification__blue .qualification__ttl {
  background: #00116D;
}
.qualification__rightblue .qualification__ttl {
  background: #007FAD;
}
.qualification__green .qualification__ttl {
  background: #1A7B63;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .qualification__list {
    margin: 0 6vw;
  }
  .qualification__box:nth-child(1) .qualification__list {
    margin: 0 6vw;
  }
}
@media screen and (max-width: 768px) {
  .qualification__bg {
    background: url(../img/qualification_bg_sp.webp) no-repeat center/cover;
  }
  .qualification__transparent {
    padding: 0;
    backdrop-filter: unset;
    box-shadow: none;
    background: none;
  }
  .qualification__transparentlist {
    flex-direction: column;
  }
  .qualification__transparentlist .mod__extxt {
    position: relative;
  }
  .qualification__box {
    width: 100%;
  }
  .qualification__ttl {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .qualification__list {
    margin: 0 20px;
  }
  .qualification__item .item__ttl {
    font-size: 14px;
    line-height: 22px;
  }
  .qualification__item .item__txt span {
    font-size: 16px;
  }
  .qualification__box:nth-child(1) {
    width: 100%;
  }
  .qualification__box:nth-child(1) .qualification__list {
    flex-direction: column;
    gap: 0;
    margin: 0 20px;
  }
  .qualification__box:nth-child(1) .qualification__item {
    width: 100%;
  }
  .qualification__extrabox {
    position: relative;
    margin: 0 0 20px;
    padding: 20px;
    width: 100%;
  }
  .qualification__extrabox::before {
    left: 15%;
  }
  .qualification__extrabox .extrabox__ttl {
    font-size: 16px;
    line-height: 24px;
  }
  .qualification__extrabox .extrabox__txt {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 24px;
  }
  .qualification__extrabox .extrabox__subttl {
    font-size: 16px;
    line-height: 22px;
  }
  .qualification__extrabox .extrabox__list {
    flex-direction: column;
    gap: 30px;
    margin: 20px 0 10px;
  }
  .qualification__extrabox .extrabox__item {
    flex-wrap: unset;
    align-items: center;
    gap: 10px;
    padding: 9px 20px 10px;
    max-width: unset;
  }
  .qualification__extrabox .extrabox__item:not(:last-child)::after {
    top: unset;
    bottom: -17px;
    right: calc(50% - 14px);
    transform: translateX(-25%) rotate(135deg);
  }
  .qualification__extrabox .extrabox__item .item__ttl {
    width: 60px;
  }
  .qualification__extrabox .extrabox__item .item__ttl p {
    padding: 2px 18px 4px;
    font-size: 14px;
  }
  .qualification__extrabox .extrabox__item .item__img {
    margin: 0;
    width: 44px;
  }
  .qualification__extrabox .extrabox__extxt {
    font-size: 10px;
  }
}

.composition__ttl {
  text-align: center;
  margin: 0 0 20px;
  padding: 6px 10px 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #FFF;
}
.composition__ttl__rightblue {
  background: #53B8F1;
}
.composition__ttl__blue {
  background: #586BE0;
}
.composition__box {
  margin: 0 0 50px;
}
.composition__inner {
  margin: 0 auto;
  max-width: 1000px;
}
.composition__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 0;
  margin: 0 auto 30px;
}
.composition__list__01, .composition__list__02, .composition__list__04 {
  max-width: 800px;
}
.composition__list__03 {
  max-width: 950px;
}
.composition__list__05 {
  max-width: 600px;
}
.composition__list__box {
  margin: 0 0 40px;
}
.composition__list__ttl {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  color: #586BE0;
}
.composition__list__ttl::before, .composition__list__ttl::after {
  content: '';
  height: 2px;
  flex-grow: 1;
  background: #586BE0;
}
.composition__list__ttl::before {
  margin: 0 10px 0 0;
}
.composition__list__ttl::after {
  margin: 0 0 0 10px;
}
.composition__list__subttl {
  text-align: center;
  margin: 0 0 15px;
  padding: 4px 10px 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  background: #E3E7FF;
}
.composition__item {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.composition__item:not(:last-child)::after {
  content: '|';
  position: relative;
  top: -2px;
  right: -10px;
}
.composition__list__basic {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 20px;
}
.composition__list__basic::before {
  content: '';
  order: 2;
  width: 100%;
}
.composition__list__basic::after {
  content: '';
  width: 100%;
}
.composition__list__basic .composition__item__basic {
  font-size: 20px;
  font-weight: 500;
}
.composition__list__basic .composition__item__basic:nth-child(n+5) {
  order: 1;
}
.composition__list__basic .composition__item__basic:nth-child(n+8) {
  order: 2;
}
.composition__list__basic .composition__item__basic:nth-child(1) {
  color: #C84087;
}
.composition__list__basic .composition__item__basic:nth-child(2) {
  color: #2C94CF;
}
.composition__list__basic .composition__item__basic:nth-child(3) {
  color: #1B7A5C;
}
.composition__list__basic .composition__item__basic:nth-child(4) {
  color: #FF6333;
}
.composition__list__basic .composition__item__basic:nth-child(5) {
  color: #5BA441;
}
.composition__list__basic .composition__item__basic:nth-child(6) {
  color: #375775;
}
.composition__list__basic .composition__item__basic:nth-child(7) {
  color: #937940;
}
.composition__list__basic .composition__item__basic:nth-child(8) {
  color: #525365;
}
.composition__list__basic .composition__item__basic:nth-child(9) {
  color: #8831A7;
}
@media screen and (max-width: 768px) {
  .composition__ttl {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .composition__box {
    margin: 0 0 40px;
  }
  .composition__list {
    display: block;
    margin: 0 0 20px;
  }
  .composition__list__box {
    margin: 0 0 30px;
  }
  .composition__list__ttl {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 27px;
  }
  .composition__list__subttl {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .composition__item {
    display: inline;
    font-size: 15px;
    line-height: 1.5;
  }
  .composition__list__basic {
    gap: 10px;
  }
  .composition__list__basic::before, .composition__list__basic::after {
    content: unset;
  }
  .composition__list__basic .composition__item__basic {
    font-size: 15px;
  }
}

.qa {
  background: #FBFBFB;
}
.qa__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.qa__item {
  width: 100%;
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
}
.qa__item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 17px 50px 17px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}
.qa__item summary::-webkit-details-marker {
  display: none;
}
.qa__item summary::before, .qa__item summary::after {
  content: '';
  position: absolute;
  right: 20px;
  width: 18px;
  height: 2px;
  background: #00116D;
  transition: transform .3s;
}
.qa__item summary::after {
  transform: rotate(90deg);
}
.qa__item p {
  transform: translateY(-10px);
  opacity: 0;
  padding: 0 50px 17px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: transform .5s, opacity .5s;
  color: #44474A;
}
.qa__item[open] summary::after {
  transform: rotate(180deg);
}
.qa__item[open] p {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .qa__list {
    gap: 20px;
  }
  .qa__item summary {
    padding: 9px 35px 9px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .qa__item summary::before, .qa__item summary::after {
    right: 10px;
    width: 14px;
  }
  .qa__item p {
    padding: 0 35px 9px 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

.contact {
  background: #E3E7FF;
}
.contact__inner {
  margin: auto;
  padding: 50px 50px 60px;
  width: 100%;
  max-width: 900px;
  background: #FFF;
}
.contact__inner__lead {
  margin: 0 0 28px;
  font-size: 16px;
}
.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: 10px;
  width: 100%;
}
.contact__table tbody tr th,
.contact__table tbody tr td {
  font-size: 14px;
  line-height: 1.2;
}
.contact__table tbody tr th {
  text-align: right;
  width: 160px;
}
.contact__table tbody tr td {
  padding: 5px 10px;
  width: calc(100% - 170px);
  border: 2px solid #E4DFD5;
  border-radius: 5px;
}
.contact__table .required {
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  background: #FF2E90;
  color: #FFF;
}
.contact__table input,
.contact__table textarea {
  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: #F00;
}
.contact__list {
  margin: 0 0 30px;
}
.contact__list .list__txt {
  padding: 0 0 0 18px;
  text-indent: -18px;
  font-size: 14px;
  line-height: 20px;
}
.contact__list .list__txt::before {
  content: '※';
  padding: 0 5px 0 0;
}
.contact__txt {
  text-align: center;
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 20px;
}
.contact__txt a {
  text-decoration: underline;
  color: #000;
}
.contact__txt a:hover {
  text-decoration: none;
}
.contact__button {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.contact__button input {
  width: 125px;
  height: 37px;
  border: none;
  border-radius: 5px;
  box-shadow: 5px 5px 0 rgba(92, 92, 92, 0.2);
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  transition: opacity 0.15s linear;
}
.contact__button input:hover {
  opacity: 0.75;
}
.contact__button input[type="reset"] {
  background: #ababab;
}
.contact__button input[type="button"], .contact__button input[type="submit"] {
  background: #09C;
}
.contact__box {
  padding: 150px 0 0;
}
.contact__box__txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 20px 15px;
  }
  .contact__inner__lead {
    margin: 0 0 15px;
    font-size: 13px;
  }
  .contact__table tbody tr {
    flex-direction: column;
    align-items: unset;
  }
  .contact__table tbody tr th {
    text-align: left;
  }
  .contact__table tbody tr td {
    width: 100%;
    border-width: 1px;
  }
  .contact__table .required {
    font-size: 10px;
  }
  .contact__table input.short {
    width: 100%;
  }
  .contact__table textarea {
    padding: 0;
    height: 100px;
  }
  .contact__list {
    margin: 0 0 20px;
  }
  .contact__list .list__txt {
    padding: 0 0 0 16px;
    text-indent: -16px;
    font-size: 12px;
  }
  .contact__list .list__txt::before {
    padding: 0 3px 0 0;
  }
  .contact__txt {
    text-align: left;
    margin: 0 0 20px;
    font-size: 13px;
  }
  .contact__button {
    gap: 30px;
  }
  .contact__box {
    padding: 80px 0 0;
  }
  .contact__box__txt {
    text-align: left;
    margin: 0 15px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .confirm .contact__inner,
  .thanks .contact__inner {
    padding: 40px 15px 50px;
  }
}

.confirm .contact__table {
  margin: 0 0 20px;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.confirm .contact__table tbody {
  gap: 10px;
}
.confirm .contact__table tbody th,
.confirm .contact__table tbody td {
  text-align: left;
  border: none;
  font-size: 16px;
  line-height: 1.3;
}
.confirm .contact__table tbody th {
  display: flex;
  align-items: center;
  padding: 14px 10px 15px 30px;
  width: 220px;
  height: 100%;
  background: #E4DFD5;
}
.confirm .contact__table tbody td {
  padding: 15px 20px;
  width: calc(100% - 230px);
  min-height: 50px;
  border-radius: unset;
  background: #F8F5EE;
}
.confirm .contact__button input[type="button"] {
  background: #C7C7C7;
}
@media screen and (max-width: 768px) {
  .confirm .contact__table {
    margin: 0 0 30px;
  }
  .confirm .contact__table tbody tr {
    gap: 0;
  }
  .confirm .contact__table tbody th,
  .confirm .contact__table tbody td {
    list-style: none;
    font-size: 16px;
  }
  .confirm .contact__table tbody th {
    padding: 5px 15px;
    width: 100%;
  }
  .confirm .contact__table tbody td {
    padding: 10px 20px;
    width: 100%;
    min-height: unset;
    background: none;
  }
}

.thanks .contact__box__txt {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .thanks .contact__box__txt {
    margin: 0 15px 40px;
  }
}

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

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: #000;
}
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 {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.right__nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right__nav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .right__nav img {
    width: 45px;
    height: 45px;
  }
}

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

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

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1140px;
  height: 80px;
}
.header__logo {
  width: 140px;
}
.header__list {
  display: flex;
  flex-wrap: wrap;
}
.header__list__item:not(:last-child) {
  border-right: solid 1px #FFF;
}
.header__list__item a {
  position: relative;
  margin: 0 15px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}
.header__list__item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
  width: 100%;
  height: 2px;
  background: #FFF;
}
.header__list__item a:hover {
  opacity: 1;
}
.header__list__item a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}
.header__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px;
  width: 220px;
  height: 50px;
  border-radius: 3px;
  box-shadow: 4px 4px 4px 0px #35301E4D;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #c79a06 0%, #ffd752 50.96%, #ca9d0a 94.71%);
  color: #00116D;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header__inner {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 15px;
    width: 100%;
    height: 50px;
  }
  .header__logo {
    width: 100px;
  }
  .header__list, .header__btn {
    display: none;
  }
}

.confirm .header__inner,
.thanks .header__inner {
  justify-content: center;
}
.confirm .header__list,
.confirm .header__btn,
.thanks .header__list,
.thanks .header__btn {
  display: none;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.mod__inner {
  margin: 0 auto;
  padding: 80px 0 70px;
  max-width: 1180px;
}
.mod__inner.middle {
  max-width: 1140px;
}
.mod__inner.min {
  max-width: 1000px;
}
.mod__ttl {
  text-align: center;
  margin: 0 0 60px;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  word-wrap: break-word;
}
.mod__txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  word-wrap: break-word;
}
.mod__txt span {
  font-size: 24px;
  font-weight: 700;
}
.mod__extxt {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.mod__extxt a {
  text-decoration: underline;
  color: #000;
}
.mod__extxt a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod__inner {
    padding: 80px 15px 70px;
  }
  .mod__inner.middle {
    max-width: 1140px;
  }
  .mod__inner.min {
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .mod__inner {
    padding: 40px 15px;
  }
  .mod__ttl {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 30px;
  }
  .mod__txt {
    text-align: left;
    font-size: 15px;
    line-height: 26px;
  }
  .mod__txt span {
    font-size: 18px;
  }
  .mod__extxt {
    font-size: 10px;
    line-height: 14px;
  }
}

.mb__s {
  margin: 0 0 30px !important;
}
@media screen and (max-width: 768px) {
  .mb__s {
    margin: 0 0 20px !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.-thanks {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer__inner {
  padding: 0 0 40px;
}
.footer__lead {
  text-align: center;
  margin: 0 0 40px;
  padding: 60px 15px;
  font-size: 18px;
  line-height: 32px;
  background: #485DCD;
  color: #FFF;
}
.footer__list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 0 25px;
}
.footer__list__item a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}
.footer__list__item a:hover {
  text-decoration: none;
}
.footer__copyright {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0 0 20px;
  }
  .footer__lead {
    text-align: left;
    margin: 0 0 30px;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .footer__list {
    gap: 20px;
    margin: 0 0 20px;
  }
  .footer__list__item a {
    font-size: 14px;
  }
  .footer__copyright {
    font-size: 11px;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main__visual {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .main__visual {
    margin: 50px 0 0;
  }
}
