/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 819px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #333333;
  background: #ffffff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:link,
a:visited {
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 819px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.8;
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1138px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
  background: #F7F8F8;
}
#header .red_btn {
  max-width: 100% !important;
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 0 20px 0 20px;
  height: 80px;
  max-width: 1138px;
}
@media screen and (max-width: 1080px) {
  #header .header_item {
    height: 60px;
  }
}
@media screen and (max-width: 819px) {
  #header .header_item {
    background: none;
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 40px;
    width: 100%;
    padding: 0;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item img {
  max-width: 272px;
}
@media screen and (max-width: 1080px) {
  #header .header_item .logo_item img {
    max-width: 202px;
  }
}
@media screen and (max-width: 819px) {
  #header .header_item .logo_item img {
    max-width: 136px;
  }
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
}
#header .header_item .logo_item .logo h1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  #header .header_item .logo_item .logo {
    margin: auto;
    margin-left: 0;
    z-index: 9999;
  }
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  padding-left: 20px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 819px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item #menu_list {
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 25px;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list {
    column-gap: 15px;
  }
}
#header .menu_item #menu_list li {
  position: relative;
}
#header .menu_item #menu_list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #727492;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: center;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list li a {
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: 300;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li a {
    text-align: left;
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}
#header .menu_item #menu_list li a:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list li a span {
  display: block;
  font-weight: 600;
  margin-bottom: 1px;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li a span {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list {
    display: none;
    height: 100%;
    width: calc(100% - 35px);
    padding: 35px 25px;
    position: fixed;
    top: 0;
    z-index: 999999;
    overflow: scroll;
    background: #ffffff;
    text-align: center;
    right: -850px;
    box-shadow: 0px 0px 10px 0px #e3e3e3;
  }
  #header .menu_item #menu_list li {
    padding-left: 5px;
  }
  #header .menu_item #menu_list li + li {
    margin-top: 22px;
  }
  #header .menu_item #menu_list li:last-child {
    padding-left: 0;
    margin-top: 45px;
  }
}
#header .menu_item .menu_list_open {
  transition: 0.3s ease-in-out;
  right: -450px;
  display: block !important;
  -webkit-animation-name: fadeopen;
  animation-name: fadeopen;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeopen {
  0% {
    opacity: 1;
    right: -450px;
  }
  100% {
    opacity: 1;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
#header .menu_item .menu_list_close {
  transition: 0.3s ease-in-out;
  right: -850px;
  display: block !important;
  -webkit-animation-name: fadeclose;
  animation-name: fadeclose;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeclose {
  0% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: -850px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@media screen and (max-width: 819px) {
  #header #menuBtn {
    width: 27px;
    height: 24px;
    position: fixed;
    right: 23px;
    top: 8px;
    z-index: 9999999;
  }
  #header #menuBtn span {
    display: block;
    background: #727492;
    width: 27px;
    height: 1.5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 24px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 12px;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 0;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen {
    width: 47px;
    height: 47px;
    border-radius: 100%;
    border: 1px solid #282828;
    background: #FFFFFF;
    right: 8px;
  }
  #header #menuBtn.isOpen span {
    background: #282828;
    height: 1px;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(2px) rotate(-45deg);
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-22px) rotate(45deg);
    transition: 0.3s ease-in-out;
  }
}
.mv {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .mv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 819px) {
  .mv {
    margin-top: 40px;
  }
}
.mv .inner {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 819px) {
  .mv .inner {
    align-items: first baseline;
    padding-top: 45px;
  }
}
.mv .box .ttl {
  color: #727492;
  font-size: 42px;
  font-weight: 600;
  text-align: left;
  line-height: 1.61;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 819px) {
  .mv .box .ttl {
    font-size: 25px;
    letter-spacing: 0.075em;
  }
}
.mv .box .ttl span {
  position: relative;
}
.mv .box .ttl span::after {
  width: 4.6px;
  height: 4.6px;
  position: absolute;
  content: "";
  right: calc(50% - 2.3px);
  top: 5px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #727492;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .mv .box .ttl span::after {
    width: 3px;
    height: 3px;
    top: 3px;
  }
}
.mv .box .sub {
  margin-top: 26px;
  color: #727492;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .mv .box .sub {
    margin-top: 50px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
}
@media screen and (max-width: 819px) {
  .mv .box .sp_box {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 55px;
    left: 0;
  }
}
.mv .box .list {
  margin-top: 52px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .mv .box .list {
    text-align: center;
  }
}
.mv .box .list span {
  display: block;
  background: #ffffff;
  border-radius: 50px;
  width: fit-content;
  padding: 4px 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #727492;
  box-shadow: 0.85px 1.81px 3px 0px rgba(85, 3, 35, 0.11);
}
@media screen and (max-width: 819px) {
  .mv .box .list span {
    margin: auto;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 3px 15px;
  }
}
.mv .box .list span + span {
  margin-top: 15px;
}
@media screen and (max-width: 819px) {
  .mv .box .list span + span {
    margin-top: 8px;
  }
}
.mv .box .btn_item {
  width: fit-content;
  position: relative;
  width: 100%;
  max-width: 396px;
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  .mv .box .btn_item {
    margin: auto;
    margin-top: 35px;
    max-width: 293px;
  }
}
.mv .box .btn_item::after {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  left: 0;
  position: absolute;
  content: "";
  bottom: -4px;
  background: #DB5154;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.mv .box .btn_item .btn {
  background: #F76D70;
  line-height: 79px;
  border-radius: 5px;
  color: #ffffff;
  width: 100%;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.16em;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.mv .box .btn_item .btn:hover {
  opacity: 1;
  background: #ff8385;
}
@media screen and (max-width: 819px) {
  .mv .box .btn_item .btn {
    line-height: 69px;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}
.mv .box .btn_item .btn .icon {
  width: 9.5px !important;
  margin-left: 15px !important;
  display: flex !important;
  padding-top: 3px !important;
  align-items: center !important;
}
@media screen and (max-width: 819px) {
  .mv .box .btn_item .btn .icon {
    width: 7px !important;
    margin-left: 10px !important;
  }
}
.mv .box .btn_item .btn .icon img {
  width: 100% !important;
}
.mv .txt_item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.mv .bg {
  width: 100%;
  height: 670px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .mv .bg {
    height: 644px;
  }
}
.mv .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.red_btn {
  display: block !important;
  position: relative !important;
  line-height: 124px !important;
  background: #F25C5E;
  color: #ffffff !important;
  text-align: center !important;
  font-size: 20px;
  font-weight: 500 !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
  width: 100% !important;
  margin: auto !important;
  max-width: 440px !important;
  border-radius: 10px !important;
  letter-spacing: 0.1em !important;
  box-shadow: 8.5px 18.13px 38px 0px rgba(85, 3, 35, 0.11) !important;
}
@media screen and (max-width: 819px) {
  .red_btn {
    line-height: 82px !important;
    max-width: 290px !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    box-shadow: 2.5px 9.13px 19px 0px rgba(85, 3, 35, 0.11) !important;
  }
}
.red_btn .icon {
  width: 9.5px !important;
  margin-left: 15px !important;
  display: flex !important;
  padding-top: 3px !important;
  align-items: center !important;
}
@media screen and (max-width: 819px) {
  .red_btn .icon {
    width: 7px !important;
    margin-left: 10px !important;
  }
}
.red_btn .icon img {
  width: 100% !important;
}
.red_btn .pop {
  position: absolute !important;
  left: 0 !important;
  top: -14px !important;
  z-index: 5 !important;
  line-height: 37px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}
@media screen and (max-width: 819px) {
  .red_btn .pop {
    line-height: 25px !important;
    top: -9px !important;
  }
}
.red_btn .pop .txt {
  background: #ffffff !important;
  border-radius: 10px !important;
  width: 100% !important;
  max-width: 231px !important;
  margin: auto !important;
  color: #727492 !important;
  font-size: 18px !important;
  position: relative !important;
  letter-spacing: 0.12em !important;
  box-shadow: 8.5px 18.13px 38px 0px rgba(85, 3, 35, 0.11) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 37px !important;
}
@media screen and (max-width: 819px) {
  .red_btn .pop .txt {
    line-height: 25px !important;
    box-shadow: 2.5px 9.13px 19px 0px rgba(85, 3, 35, 0.11) !important;
    display: flex;
    align-items: baseline;
    justify-content: center;
    max-width: 152px !important;
  }
}
.red_btn .pop .txt::after {
  width: 12px !important;
  height: 6px !important;
  position: absolute !important;
  content: "" !important;
  right: calc(50% - 6px) !important;
  z-index: 1 !important;
  bottom: -5.5px !important;
  background: url(../img/btn_icon02.png) no-repeat center / contain !important;
  background-size: 100% 100% !important;
  transition: 0.3s ease-in-out !important;
  box-shadow: 8.5px 18.13px 38px 0px rgba(85, 3, 35, 0.11) !important;
}
@media screen and (max-width: 819px) {
  .red_btn .pop .txt::after {
    box-shadow: 2.5px 9.13px 19px 0px rgba(85, 3, 35, 0.11) !important;
  }
}
@media screen and (max-width: 819px) {
  .red_btn .pop .txt {
    border-radius: 5px !important;
    font-size: 12px !important;
  }
}
.red_btn .pop .txt span {
  line-height: 37px !important;
  font-size: 16px !important;
}
@media screen and (max-width: 819px) {
  .red_btn .pop .txt span {
    font-size: 11px !important;
    line-height: 25px !important;
  }
}
.foryou {
  position: relative;
}
.foryou .inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  .foryou .inner {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
.foryou .inner::after {
  width: 106px;
  height: 106px;
  position: absolute;
  content: "";
  left: -175px;
  top: -75px;
  z-index: 1;
  background: url(../img/mv_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
  z-index: 5;
}
@media screen and (max-width: 819px) {
  .foryou .inner::after {
    display: none;
  }
}
.foryou ul {
  margin-top: 45px;
  column-gap: 30px;
  display: flex;
}
@media screen and (max-width: 819px) {
  .foryou ul {
    display: block;
    margin-top: 25px;
  }
}
.foryou ul li {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 5px #e3e3e3;
}
@media screen and (max-width: 819px) {
  .foryou ul li {
    box-shadow: 0px 0px 10px 0px #e3e3e3;
    padding: 20px;
  }
  .foryou ul li + li {
    margin-top: 45px;
  }
}
.foryou ul li .img img {
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 819px) {
  .foryou ul li .img img {
    border-radius: 5px;
  }
}
.foryou ul li .txt {
  padding: 20px;
  text-align: center;
  letter-spacing: 0.16em;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
}
@media screen and (max-width: 819px) {
  .foryou ul li .txt {
    letter-spacing: 0.07em;
    font-size: 16px;
    line-height: 1.4;
    padding: 15px 0 5px 0;
  }
}
.foryou ul li .txt span {
  font-weight: 600;
}
.h2_ttl {
  font-size: 28px;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .h2_ttl {
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
  }
}
.h2_ttl span {
  line-height: 1.1;
  display: block;
  margin-bottom: 23px;
  padding-left: 16px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 819px) {
  .h2_ttl span {
    font-size: 12px;
    padding-left: 10px;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
  }
}
.h2_ttl span::after {
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  z-index: 1;
  background: url(../img/ttl_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .h2_ttl span::after {
    top: 1px;
    width: 5px;
    height: 5px;
  }
}
.about {
  background: #FCF8F3;
}
.about .inner {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 819px) {
  .about .inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.about .box {
  display: flex;
}
@media screen and (max-width: 819px) {
  .about .box {
    display: block;
  }
}
.about .box .b_l {
  width: 50%;
  padding-right: 70px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .about .box .b_l {
    width: 100%;
    padding-right: 0;
  }
}
.about .box .b_l .h2_ttl {
  margin-left: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 819px) {
  .about .box .b_l .h2_ttl {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
  }
}
.about .box .b_l .h2_ttl span {
  margin-bottom: 10px;
}
.about .box .b_l .sub {
  font-size: 28px;
  text-align: left;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1.285;
}
@media screen and (max-width: 819px) {
  .about .box .b_l .sub {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.09em;
    line-height: 1.5;
  }
}
.about .box .b_l p {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 819px) {
  .about .box .b_l p {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.66;
  }
}
.about .box .b_r {
  width: 50%;
}
@media screen and (max-width: 819px) {
  .about .box .b_r {
    margin-top: 35px;
    width: 100%;
  }
}
.about .box .b_r ul {
  width: 100%;
  display: block;
}
.about .box .b_r ul li {
  padding: 35px 0;
  border-top: 1px solid #CCCCCC;
}
.about .box .b_r ul li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 819px) {
  .about .box .b_r ul li {
    padding: 20px 0;
  }
}
.about .box .b_r ul li dl {
  display: flex;
}
.about .box .b_r ul li dl dt {
  width: 150px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .about .box .b_r ul li dl dt {
    width: 90px;
  }
}
.about .box .b_r ul li dl dt .en {
  font-size: 36px;
  font-weight: 500;
  color: #BCA3A6;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  .about .box .b_r ul li dl dt .en {
    font-size: 22px;
    letter-spacing: 0.025em;
  }
}
.about .box .b_r ul li dl dt .icon {
  padding-top: 35px;
  padding-left: 36px;
}
@media screen and (max-width: 819px) {
  .about .box .b_r ul li dl dt .icon {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.about .box .b_r ul li dl dt .icon img {
  max-width: 67px;
}
@media screen and (max-width: 819px) {
  .about .box .b_r ul li dl dt .icon img {
    max-width: 40px;
  }
}
.about .box .b_r ul li dl dd {
  width: calc(100% - 150px);
  text-align: left;
  padding-top: 10px;
}
@media screen and (max-width: 819px) {
  .about .box .b_r ul li dl dd {
    padding-top: 5px;
    width: calc(100% - 90px);
  }
}
.about .box .b_r ul li dl dd .ttl {
  line-height: 1.27;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  .about .box .b_r ul li dl dd .ttl {
    font-size: 13.5px;
    letter-spacing: 0.025em;
    line-height: 1.22;
  }
}
.about .box .b_r ul li dl dd p {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  margin-top: 22px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 819px) {
  .about .box .b_r ul li dl dd p {
    margin-top: 11px;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.45;
  }
}
.cta {
  background: url(../img/cta_bg.jpg) no-repeat center / contain;
  background-size: cover;
}
@media screen and (max-width: 819px) {
  .cta {
    background: url(../img/cta_bg_sp.jpg) no-repeat center / contain;
    background-size: cover;
  }
}
.cta .inner {
  padding-top: 75px;
  padding-bottom: 70px;
}
@media screen and (max-width: 819px) {
  .cta .inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.cta .ttl {
  font-size: 38px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.1;
  color: #727492;
}
@media screen and (max-width: 819px) {
  .cta .ttl {
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
}
.cta .sub {
  margin-top: 50px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  color: #727492;
  margin-bottom: 60px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 819px) {
  .cta .sub {
    margin-top: 25px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
}
.comparison {
  background: #F8F8F8;
}
.comparison .inner {
  padding-top: 90px;
  padding-bottom: 95px;
}
@media screen and (max-width: 819px) {
  .comparison .inner {
    padding-top: 45px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 819px) {
  .comparison .h2_ttl {
    letter-spacing: -0.03em;
  }
}
.comparison p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-top: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  .comparison p {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
}
.comparison .ttl {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.27;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  .comparison .ttl {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.1;
  }
}
.comparison .list01 {
  max-width: 740px;
  border-radius: 20px;
  background: #F0F0F0;
  width: 100%;
  margin: auto;
  margin-top: 35px;
  padding: 25px 25px 30px 25px;
  box-shadow: 3px 3px 5px 3px #EAE9F0;
  position: relative;
}
@media screen and (max-width: 819px) {
  .comparison .list01 {
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 1.5px 1.5px 4px 2px #EAE9F0;
    padding: 19px;
  }
}
.comparison .list01::after {
  width: 71px;
  height: 137px;
  position: absolute;
  content: "";
  left: 91px;
  bottom: -119px;
  z-index: 5;
  background: url(../img/com_icon01.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .comparison .list01::after {
    width: 18px;
    height: 38px;
    left: 25px;
    bottom: -15px;
  }
}
.comparison .list01::before {
  width: 71px;
  height: 137px;
  position: absolute;
  content: "";
  right: 91px;
  bottom: -119px;
  z-index: 5;
  background: url(../img/com_icon02.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .comparison .list01::before {
    width: 18px;
    height: 38px;
    right: 25px;
    bottom: -15px;
  }
}
.comparison .list01 ul {
  margin-top: 20px;
  display: flex;
  column-gap: 24px;
}
@media screen and (max-width: 819px) {
  .comparison .list01 ul {
    margin-top: 15px;
    display: block;
  }
}
.comparison .list01 ul li {
  width: calc(33.333% - 16px);
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 819px) {
  .comparison .list01 ul li {
    padding: 5px;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.025em;
  }
  .comparison .list01 ul li + li {
    margin-top: 4px;
  }
}
.comparison .list02 {
  padding-top: 65px;
}
@media screen and (max-width: 819px) {
  .comparison .list02 {
    padding-top: 30px;
  }
}
.comparison .list02 ul {
  max-width: 960px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  column-gap: 33px;
}
@media screen and (max-width: 819px) {
  .comparison .list02 ul {
    margin-top: 20px;
    display: block;
  }
}
.comparison .list02 ul li {
  width: calc(50% - 16.5px);
  background: #F9F2F2;
  border-radius: 20px;
  box-shadow: 3px 3px 5px 3px #EAE9F0;
  padding: 35px 25px 35px 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  .comparison .list02 ul li {
    padding: 20px 23px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 3px 2px #EAE9F0;
  }
  .comparison .list02 ul li + li {
    margin-top: 16px;
  }
}
.comparison .list02 ul li .icon {
  width: 84px;
}
@media screen and (max-width: 819px) {
  .comparison .list02 ul li .icon {
    width: 48px;
  }
}
.comparison .list02 ul li .icon img {
  width: 100%;
}
.comparison .list02 ul li .txt {
  width: calc(100% - 84px);
  padding-left: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  color: #727492;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 819px) {
  .comparison .list02 ul li .txt {
    width: calc(100% - 48px);
    padding-left: 18px;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.333;
  }
}
.comparison .list02 .p_txt {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.16em;
  font-weight: 500;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 819px) {
  .comparison .list02 .p_txt {
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.comparison .list02 .p_txt::before {
  width: 56px;
  height: 40px;
  position: absolute;
  content: "";
  right: 0;
  bottom: 25px;
  z-index: 5;
  background: url(../img/p_icon_r.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .comparison .list02 .p_txt::before {
    width: 28px;
    height: 20px;
    bottom: 10px;
  }
}
.comparison .list02 .p_txt::after {
  width: 56px;
  height: 40px;
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  z-index: 5;
  background: url(../img/p_icon_l.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .comparison .list02 .p_txt::after {
    width: 28px;
    height: 20px;
    bottom: -10px;
  }
}
.comparison .list02 .p_txt span {
  display: block;
  margin-top: 35px;
  font-size: 26px;
  line-height: 1.7;
}
@media screen and (max-width: 819px) {
  .comparison .list02 .p_txt span {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 16px;
  }
}
.comparison .list02 .p_txt span + span {
  margin-top: 12px;
}
@media screen and (max-width: 819px) {
  .comparison .list02 .p_txt span + span {
    margin-top: 5px;
  }
}
.service .inner {
  padding-top: 135px;
}
@media screen and (max-width: 819px) {
  .service .inner {
    padding-top: 45px;
    padding-right: 0;
  }
}
.service .tableArea {
  max-width: 100%;
  /* 最大80%の領域内で要素をおさめる */
  overflow: auto;
  /*枠からはみ出たらスクロールさせる、はみ出なかった場合は何もしない*/
}
.service .tableArea table {
  color: #0080ff;
  border-collapse: collapse;
  /*隣接するセルのボーダーを共有する*/
}
.service .tableArea table th,
.service .tableArea table td {
  padding: 20px;
  border: 1px solid #0080ff;
  white-space: nowrap;
  /*文字を折り返さない*/
}
.service .scroll-hint-text {
  margin-top: 0;
}
.service .s_item {
  margin-top: 45px;
  background: #F8F8FC;
  border-radius: 20px;
  padding: 50px 40px;
}
@media screen and (max-width: 1080px) {
  .service .s_item {
    padding: 20px;
  }
}
@media screen and (max-width: 819px) {
  .service .s_item {
    width: 675px;
    margin-top: 25px;
    border-radius: 10px;
    padding: 15px 18px;
  }
}
.service .s_item ul {
  background: #ffffff;
  border-radius: 20px;
  padding: 65px 45px;
  display: flex;
  column-gap: 43px;
}
@media screen and (max-width: 1080px) {
  .service .s_item ul {
    column-gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 819px) {
  .service .s_item ul {
    padding: 15px;
    column-gap: 16px;
    border-radius: 10px;
  }
}
.service .s_item ul li {
  width: calc(33.3333% - 28.6666px);
}
@media screen and (max-width: 1080px) {
  .service .s_item ul li {
    width: calc(33.3333% - 13.3333px);
  }
}
@media screen and (max-width: 819px) {
  .service .s_item ul li {
    width: calc(33.3333% - 10.666666px);
  }
}
.service .s_item ul li .ttl {
  background: #727492;
  border-radius: 10px;
  width: 100%;
  line-height: 72px;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 819px) {
  .service .s_item ul li .ttl {
    letter-spacing: 0.025em;
    font-size: 17px;
    line-height: 45px;
    margin-bottom: 15px;
  }
}
.service .s_item ul li .ttl::after {
  width: 17px ;
  height: 8px ;
  position: absolute ;
  content: "";
  right: calc(50% - 8.5px);
  z-index: 1 ;
  bottom: -7px;
  background: url(../img/s_ttl_icon.png) no-repeat center / contain;
  background-size: 100% 100% ;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .service .s_item ul li .ttl::after {
    width: 11px ;
    height: 5px ;
    right: calc(50% - 5.5px);
    bottom: -5px;
  }
}
.service .s_item ul .box_after {
  position: relative;
}
.service .s_item ul .box_after::after {
  width: 18px ;
  height: 20px ;
  position: absolute ;
  content: "";
  left: -30px;
  z-index: 5 ;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/box_after_icon.png) no-repeat center / contain;
  background-size: 100% 100% ;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .service .s_item ul .box_after::after {
    left: -13px;
    width: 12px ;
    height: 12.5px;
  }
}
.service .s_item ul .box {
  min-height: 177px;
  background: #F4F3F1;
  border-radius: 10px;
  padding: 40px 17px 32px 17px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .service .s_item ul .box {
    border-radius: 5px;
    min-height: 125px;
    padding: 25px 10px 20px 15px;
  }
}
.service .s_item ul .box + .box {
  margin-top: 16px;
}
@media screen and (max-width: 819px) {
  .service .s_item ul .box + .box {
    margin-top: 11px;
  }
}
.service .s_item ul .box .sub_ttl {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  .service .s_item ul .box .sub_ttl {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.service .s_item ul .box .sub_ttl .icon {
  width: 60px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 819px) {
  .service .s_item ul .box .sub_ttl .icon {
    width: 35px;
    padding-right: 5px;
  }
}
.service .s_item ul .box .sub_ttl .icon img {
  width: 47px;
  margin: auto;
}
@media screen and (max-width: 819px) {
  .service .s_item ul .box .sub_ttl .icon img {
    width: 30px;
  }
}
.service .s_item ul .box p {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
@media screen and (max-width: 819px) {
  .service .s_item ul .box p {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.025em;
  }
}
.schedule .inner {
  padding-top: 95px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  .schedule .inner {
    padding-bottom: 50px;
    padding-top: 45px;
  }
}
.schedule .sch_list {
  max-width: 962px;
  margin: auto;
  margin-top: 55px;
  column-gap: 138px;
  display: flex;
}
@media screen and (max-width: 819px) {
  .schedule .sch_list {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
    display: block;
  }
}
.schedule .sch_list li {
  width: calc(50% - 69px);
}
@media screen and (max-width: 819px) {
  .schedule .sch_list li {
    width: 100%;
  }
  .schedule .sch_list li + li {
    margin-top: 30px;
  }
}
.schedule .sch_list li .ttl {
  background: #727492;
  border-radius: 5px;
  width: 100%;
  max-width: 123px;
  line-height: 34px;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  margin: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 819px) {
  .schedule .sch_list li .ttl {
    font-size: 14px;
    max-width: 99px;
    line-height: 26px;
  }
}
.schedule .sch_list li .ttl::after {
  width: 15px ;
  height: 7px ;
  position: absolute ;
  content: "";
  right: calc(50% - 7.5px);
  z-index: 1 ;
  bottom: -6px;
  background: url(../img/s_ttl_icon.png) no-repeat center / contain;
  background-size: 100% 100% ;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .schedule .sch_list li .ttl::after {
    width: 12px ;
    height: 5.5px;
    right: calc(50% - 6px);
    bottom: -4.5px;
  }
}
.schedule .sch_list li .txt {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 15px;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  .schedule .sch_list li .txt {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 819px) {
  .flow {
    background: #FFFCF9;
  }
}
.flow .inner {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media screen and (max-width: 819px) {
  .flow .inner {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.flow ul {
  max-width: 973px;
  margin: auto;
  column-gap: 100px;
  display: flex;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .flow ul {
    column-gap: 50px;
  }
}
@media screen and (max-width: 819px) {
  .flow ul {
    max-width: 253px;
    display: block;
    margin-top: 25px;
  }
}
.flow ul::after {
  width: 100%;
  height: 58% ;
  position: absolute ;
  content: "";
  right: 0 ;
  z-index: 1 ;
  top: 0;
  background: url(../img/flow_icon.png) no-repeat center / contain;
  background-size: 100% 100% ;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  .flow ul::after {
    width: 95%;
    height: 48%;
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    z-index: 1;
    top: 20px;
  }
}
@media screen and (max-width: 819px) {
  .flow ul::after {
    background: url(../img/flow_icon_sp.png) no-repeat center / contain;
    background-size: 100% 100% ;
    width: 70px;
    height: 100% ;
    top: 0;
  }
}
.flow ul li {
  width: calc(25% - 75px);
}
@media screen and (max-width: 1080px) {
  .flow ul li {
    width: calc(25% - 37.5px);
  }
}
@media screen and (max-width: 819px) {
  .flow ul li {
    width: 100%;
    align-items: center;
    display: flex;
  }
  .flow ul li + li {
    margin-top: 40px;
  }
}
.flow ul li .img {
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 819px) {
  .flow ul li .img {
    width: 102px;
  }
}
.flow ul li .img img {
  border-radius: 100%;
}
.flow ul li .img .icon {
  position: absolute;
  left: -20px;
  top: -5px;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: #EBE2E5;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 819px) {
  .flow ul li .img .icon {
    font-size: 29px;
    left: -13px;
    top: -2px;
  }
}
.flow ul li p {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 819px) {
  .flow ul li p {
    width: calc(100% - 102px);
    font-size: 12px;
    letter-spacing: 0.025em;
    margin-top: 0;
  }
}
.faq .inner {
  padding-top: 95px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  .faq .inner {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.faq ul {
  max-width: 961px;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 819px) {
  .faq ul {
    margin-top: 25px;
  }
}
.faq ul li {
  background: #FCF8F3;
  padding: 30px 90px 35px 100px;
}
@media screen and (max-width: 819px) {
  .faq ul li {
    padding: 15px 15px 15px 20px;
  }
}
.faq ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  .faq ul li + li {
    margin-top: 10px;
  }
}
.faq ul li span {
  width: 30px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 819px) {
  .faq ul li span {
    width: 15px;
    font-size: 11px;
    line-height: 1.4;
  }
}
.faq ul li p {
  width: calc(100% - 30px);
}
@media screen and (max-width: 819px) {
  .faq ul li p {
    width: calc(100% - 15px);
  }
}
.faq ul li .q {
  display: flex;
}
.faq ul li .q span {
  color: #6A6D90;
  line-height: 1.2;
}
@media screen and (max-width: 819px) {
  .faq ul li .q span {
    line-height: 1.4;
  }
}
.faq ul li .q p {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .faq ul li .q p {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1.36;
  }
}
.faq ul li .a {
  display: flex;
  margin-top: 22px;
}
@media screen and (max-width: 819px) {
  .faq ul li .a {
    margin-top: 15px;
  }
}
.faq ul li .a p {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .faq ul li .a p {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
.footer {
  background: #444557;
}
.footer .inner {
  padding-top: 55px;
  padding-bottom: 50px;
  max-width: 958px;
}
@media screen and (max-width: 819px) {
  .footer .inner {
    padding: 20px 25px;
  }
}
.footer .logo_item {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 819px) {
  .footer .logo_item {
    column-gap: 15px;
  }
}
.footer .logo_item img {
  width: 100%;
}
.footer .logo_item .l01 {
  max-width: 163px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  .footer .logo_item .l01 {
    max-width: 81.5px;
  }
}
.footer .logo_item .l02 {
  max-width: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  .footer .logo_item .l02 {
    max-width: 20px;
  }
}
.footer .logo_item .l03 {
  max-width: 57px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  .footer .logo_item .l03 {
    max-width: 28.5px;
  }
}
.footer p {
  color: #ffffff;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 819px) {
  .footer p {
    margin-top: 12px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }
}
.footer ul {
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 819px) {
  .footer ul {
    margin-top: 6px;
  }
}
.footer ul li {
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  line-height: 1.1;
}
@media screen and (max-width: 819px) {
  .footer ul li {
    font-size: 8px;
    letter-spacing: 0.04em;
  }
}
.footer ul li a {
  display: block;
  color: #ffffff !important;
}
.footer ul li + li {
  margin-left: 38px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .footer ul li + li {
    margin-left: 19px;
  }
}
.footer ul li + li::after {
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  left: -18px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .footer ul li + li::after {
    left: -9px;
  }
}
