@charset "UTF-8";
:root {
  --c-primary: #333;
  --c-black: #000;
  --c-gray: #736357;
  --c-white: #fff;
  --c-table: #4d4d4d;
  --c-table-th: #c5b097;
  --c-table-red: #ed4c78;
  --c-footer: #4d4d4d;
  --f-primary: "Zen Kaku Gothic New", sans-serif, "Yu Mincho", YuMincho,
    "Hiragino Mincho Pro", serif !important;
}

html {
  font-size: 62.5%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: var(--c-primary);
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-family: var(--f-primary);
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
  letter-spacing: 1.6px;
  -webkit-text-size-adjust: 100%;
}

a {
  color: var(--c-primary);
}
a:hover {
  opacity: 0.5;
}

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

main {
  overflow: hidden;
}

.header {
  width: 70.8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 18px 0;
}
.header h1 {
  width: 205px;
  line-height: inherit;
}
.header h1 a {
  text-decoration: none;
  display: block;
  width: 205px;
  line-height: 0;
}
.header h1 a span {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: initial;
  font-weight: 500;
}
.header .header-btn img {
  width: 348px;
}

@media (max-width: 1499px) {
  .header {
    padding: 1.2vw 0;
  }
  .header h1 {
    width: 13.667vw;
  }
  .header h1 a {
    width: 13.667vw;
  }
  .header h1 a span {
    display: block;
    font-size: 0.867vw;
    line-height: 2;
  }
  .header .header-btn img {
    width: 23.2vw;
  }
}
@media (max-width: 920px) {
  .sp-none {
    display: none;
  }
  .header {
    width: 88.7%;
  }
  .header h1 {
    width: 16.667vw;
  }
  .header h1 a {
    width: 16.667vw;
  }
  .header h1 a span {
    font-size: 1.1vw;
    padding-bottom: 0.5vw;
  }
  .header h1 a img {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .header {
    padding: 1.5vw 0;
  }
  .header h1 {
    width: 30vw;
  }
  .header h1 a {
    width: 100%;
  }
  .header h1 a span {
    font-size: 2vw;
    padding-bottom: 0.5vw;
  }
  .header h1 a img {
    width: 100%;
  }
}
/* スマホのみ追随メニュー */
.sp-btn {
  display: none;
}

@media (max-width: 520px) {
  .sp-btn {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    background: linear-gradient(90deg, rgb(247, 124, 157) 0%, rgb(244, 67, 114) 100%);
    margin: 0 auto;
    padding: 10px 0 10px 5px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    z-index: 1000;
  }
  .sp-btn .sp-btn_logo {
    width: 100px;
  }
  .sp-btn .sp-btn_btn {
    width: 242px;
  }
}
/* ここからトップセクション-FV- */
.sec-top .top-sp_mv {
  display: none;
}
.sec-top .top-pc_mv {
  position: relative;
}
.sec-top .top-pc_mv-bg {
  width: 100vw;
  height: auto;
}
.sec-top .top-pc_mv-text {
  width: 80.6%;
  margin: 35px auto 0;
  margin-top: 35px;
  padding-bottom: 45px;
  border-bottom: 1px solid #d6d6d6;
}
.sec-top .top-pc_mv-text img {
  display: block;
  width: 58.1%;
}
.sec-top .top-pc_mv-text p {
  display: block;
  width: 58.1%;
  margin-top: 25px;
}
.sec-top .top-pc_mv-phone {
  position: absolute;
  top: 1%;
  right: 7%;
  width: 37.5%;
}
.sec-top .top-pc_mv-text {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.sec-top .try-btn {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  max-width: 1360px;
  margin: 40px auto;
  padding: 0 30px;
}
.sec-top .try-btn_text {
  width: 44.1%;
}
.sec-top .try-btn a {
  width: 44.9%;
}
.sec-top .try-btn_btn img {
  width: 100%;
}

@media (max-width: 1499px) {
  .sec-top .top-pc_mv-text {
    margin: 2.333vw auto 0;
    margin-top: 2.333vw;
    padding-bottom: 3vw;
  }
  .sec-top .top-pc_mv-text p {
    margin-top: 1.667vw;
    line-height: 1.6;
  }
  .sec-top .top-pc_mv-text {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .sec-top .try-btn {
    max-width: 90.667vw;
    margin: 2.667vw auto;
  }
}
@media (max-width: 1020px) {
  .top-pc_mv-text p {
    width: 80vw;
  }
}
@media (max-width: 820px) {
  .sec-top .top-pc_mv {
    display: none;
  }
  .sec-top .top-sp_mv {
    display: block;
  }
  .sec-top .top-sp_mv img {
    width: 100vw;
  }
  .sec-top .top-sp_mv p {
    display: block;
    margin: 0 auto;
    width: 90vw;
    font-size: 1.5vw;
  }
  .sec-top .try-btn {
    flex-direction: column;
    align-items: center;
    width: 90vw;
    margin: 3.667vw auto;
    padding-top: 3.667vw;
    border-top: 1px solid #d6d6d6;
  }
  .sec-top .try-btn_text {
    margin-bottom: 3vw;
    width: 63%;
  }
  .sec-top .try-btn a {
    width: 89.7%;
  }
}
@media (max-width: 520px) {
  .sec-top .top-sp_mv p {
    font-size: 2.5vw;
    line-height: 1.5;
  }
  .sec-top .try-btn {
    max-width: none;
    width: 90vw;
    margin: 5vw auto;
    padding: 0;
    padding-top: 5vw;
  }
  .sec-top .try-btn_text {
    width: 85%;
  }
  .sec-top .try-btn a {
    width: 100%;
  }
}
/* ここから下がサービスセクション */
.sec-service {
  position: relative;
  padding: 105px 0 145px;
  background-image: url("../img/back01.svg");
  background-size: 20px auto;
  background-repeat: repeat;
}
.sec-service h2 {
  /* width: 16.5%; */
  width: 320px;
  margin: 0 auto 45px;
}
.sec-service h3 {
  font-size: 4rem;
  text-align: center;
  color: #2270c4;
  margin-bottom: 35px;
}
.sec-service .text-switch {
  display: inline-block;
}
.sec-service .service-title_text {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 45px;
  letter-spacing: initial;
}
.sec-service .service-content {
  display: flex;
  max-width: 1520px;
  min-width: 1480px;
  padding: 0 30px;
  margin: 0 auto;
  justify-content: space-between;
}
.sec-service .service-content_item {
  /* width: 23%;
    min-width: 260px; */
  width: 345px !important;
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 32px 32px 30px -50px #bebebe;
}
.sec-service .service-content_item-icon {
  width: 100%;
  margin-bottom: 40px;
}
.sec-service .service-content_item-icon img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.sec-service .service-content_item h4 {
  /* font-size: clamp(1.8rem, 1vw, 2.0rem); */
  font-size: 2rem;
  line-height: 3.1rem;
  letter-spacing: initial;
  color: #2270c4;
  margin-bottom: 25px;
}
.sec-service .service-content_item p {
  /* font-size:  clamp(1.1rem, 3vw, 1.5rem); */
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: initial;
}
.sec-service .service-btn {
  position: relative;
  width: 375px;
  background-color: #2eb2e8;
  margin: 53px auto 0;
  padding: 20px 50px;
  border-radius: 50px;
}
.sec-service .service-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: initial;
}
.sec-service .service-btn a::after {
  content: "";
  background-image: url("../img/ya01.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

@media (max-width: 1499px) {
  .sec-service {
    padding: 7vw 0 8.667vw;
  }
  .sec-service h2 {
    width: 21.333vw;
    margin: 0 auto 45px;
  }
  .sec-service h3 {
    font-size: 2.8vw;
    margin-bottom: 2.333vw;
  }
  .sec-service .service-title_text {
    font-size: 1.8vw;
    margin-bottom: 3vw;
  }
  .sec-service .service-content {
    max-width: none;
    min-width: auto;
    width: 90%;
    padding: 0;
    margin: 0 auto;
    justify-content: space-between;
  }
  .sec-service .service-content_item {
    width: 23.5% !important;
    padding: 2.667vw 2.5%;
    border-radius: 1vw;
  }
  .sec-service .service-content_item-icon {
    width: 100%;
    margin-bottom: 1.667vw;
  }
  .sec-service .service-content_item-icon img {
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .sec-service .service-content_item h4 {
    font-size: 1.6vw;
    line-height: 1.4;
    margin-bottom: 1vw;
  }
  .sec-service .service-content_item p {
    font-size: 1.1vw;
    line-height: 1.4;
    letter-spacing: initial;
  }
  .sec-service .service-btn {
    position: relative;
    width: 23em;
    background-color: #2eb2e8;
    margin: 3.533vw auto 0;
    padding: 1.333vw 3.333vw;
    border-radius: 3.333vw;
  }
  .sec-service .service-btn a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: initial;
  }
  .sec-service .service-btn a::after {
    content: "";
    background-image: url("../img/ya01.svg");
    background-repeat: no-repeat;
    width: 0.533vw;
    height: 0.8vw;
    position: absolute;
    right: 1.667vw;
  }
}
/* ここから下がスライダーの設定 */
@media (max-width: 820px) {
  .sec-service {
    padding: 50px 0;
    /* スライダーのアイテムの設定 */
  }
  .sec-service h2 {
    width: 46.1%;
    max-width: 300px;
    margin: 0 auto 4.5vw;
  }
  .sec-service h3 {
    font-size: clamp(1.9rem, 4.9vw, 4rem);
    font-weight: 700;
  }
  .sec-service .service-title_text {
    font-size: clamp(1.4rem, 3.5vw, 2.5rem);
  }
  .sec-service .service-btn {
    width: 70%;
    max-width: 400px;
    padding: 10px 25px 15px;
    border-radius: 100rem;
  }
  .sec-service .service-btn a {
    font-size: calc(14px + 6 * (100vw - 320px) / 500);
  }
  .sec-service .service-btn a::after {
    right: 3vw;
    width: 2vw;
    height: 2vw;
  }
  .sec-service .slider .slick-slide {
    height: auto !important;
  }
  .sec-service .slick-dots {
    width: 90vw;
    text-align: center;
    bottom: 0;
  }
  .sec-service .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .sec-service .slick-dots button {
    color: transparent;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    background: #b3b3b3;
    /*ドットボタンの色*/
    position: relative;
  }
  .sec-service .slick-dots li button::before {
    content: "";
    background-color: #b3b3b3;
    background-repeat: no-repeat;
    /* cursor: pointer;     */
    width: 8px;
    height: 8px;
  }
  .sec-service .slick-dots li.slick-active button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    display: block;
    opacity: 1;
    background-color: #2eb2e8;
  }
  .sec-service .service-content {
    padding: 0;
    padding-bottom: 5rem;
  }
  .sec-service .service-content_item {
    width: 67vw !important;
    max-width: 320px;
    padding: 5vw;
    border-radius: 2vw;
    margin: 0 1vw;
  }
  .sec-service .service-content_item-icon {
    margin-bottom: 20px;
  }
  .sec-service .service-content_item h4 {
    line-height: 1.5;
    margin-bottom: 1.5vw;
    font-size: calc(16px + 7 * (100vw - 320px) / 500);
  }
  .sec-service .service-content_item p {
    font-size: calc(12px + 5 * (100vw - 320px) / 500);
    line-height: 1.5;
    min-height: 6em;
  }
  .sec-service .slider .slick-slide {
    margin-left: 20px;
    height: 334px;
  }
}
/* ここから下がお悩みセクション */
.sec-worries {
  margin-bottom: 120px;
}
.sec-worries h2 {
  width: 742px;
  margin: 110px auto 60px;
}
.sec-worries .worries-content {
  display: flex;
  margin: 0 auto;
  width: 66%;
  max-width: 1270px;
  justify-content: space-between;
}
.sec-worries .worries-content_item {
  width: 31.4%;
}

@media (max-width: 1499px) {
  .sec-worries {
    margin-bottom: 8vw;
  }
  .sec-worries h2 {
    width: 49.467vw;
    margin: 7.333vw auto 4vw;
  }
  .sec-worries .worries-content {
    display: flex;
    margin: 0 auto;
    width: 66%;
    max-width: 84.667vw;
    justify-content: space-between;
  }
  .sec-worries .worries-content_item {
    width: 31.4%;
  }
}
@media (max-width: 820px) {
  .sec-worries {
    margin-bottom: 5vw;
  }
  .sec-worries h2 {
    margin-top: 5vw;
    width: 70%;
  }
  .sec-worries .worries-content {
    width: 92%;
    max-width: none;
  }
}
@media (max-width: 520px) {
  .sec-worries {
    margin-bottom: 10vw;
  }
  .sec-worries h2 {
    width: 90%;
    max-width: 500px;
    margin-top: 10vw;
  }
  .sec-worries .worries-content {
    flex-wrap: wrap;
  }
  .sec-worries .worries-content .worries-content_item {
    width: 48%;
  }
  .sec-worries .worries-content .worries-content_item:first-of-type {
    margin: 0 26%;
  }
}
/* ここから下がファンクションセクション */
.sec-fun {
  background-color: #2270c3;
  padding: 125px 0;
  width: 100vw;
  box-sizing: border-box;
}
.sec-fun .fun-wrapper {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
}
.sec-fun .fun-text {
  width: 25%;
}
.sec-fun .fun-text h2 {
  margin: 0 auto 55px;
  text-align: center;
}
.sec-fun .fun-text p {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: initial;
  display: block;
}
.sec-fun .fun-content {
  width: 65%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
  margin: 0 auto;
}
.sec-fun .fun-content .fun-content_item {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  width: 31.5%;
  min-width: 150px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.sec-fun .fun-content .fun-content_item-icon {
  width: clamp(70px, 7.8vw, 150px);
  padding: 10px 10px;
}
.sec-fun .fun-content .fun-content_item-text {
  font-size: clamp(1.3rem, 1.2vw, 2.4rem);
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: initial;
}

@media (max-width: 1499px) {
  .sec-fun {
    padding: 8.333vw 0;
  }
  .sec-fun .fun-wrapper {
    max-width: 100vw;
  }
  .sec-fun .fun-text h2 {
    margin: 0 auto 2.667vw;
  }
  .sec-fun .fun-text p {
    font-size: clamp(1.3rem, 1.2vw, 2.4rem);
  }
  .sec-fun .fun-content .fun-content_item {
    border-radius: 0.667vw;
    min-width: 10vw;
    margin-bottom: 1.333vw;
    padding-right: 0.667vw;
  }
  .sec-fun .fun-content .fun-content_item-icon {
    width: clamp(70px, 7.8vw, 150px);
    padding: 0.667vw 0.667vw;
  }
  .sec-fun .fun-content .fun-content_item-text {
    font-size: clamp(1.3rem, 1.2vw, 2.4rem);
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: initial;
  }
}
@media (max-width: 920px) {
  .sec-fun {
    padding: 7.5vw 0;
  }
  .sec-fun .fun-wrapper {
    flex-direction: column;
    width: 85%;
  }
  .sec-fun .fun-text {
    width: 80%;
    margin: 0 auto;
  }
  .sec-fun .fun-text h2 {
    width: 52.5%;
    margin-bottom: 2vw;
  }
  .sec-fun .fun-text p {
    margin-bottom: 4vw;
    font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  }
  .sec-fun .fun-content {
    width: 100%;
    min-width: unset;
  }
  .sec-fun .fun-content .fun-content_item {
    margin-bottom: 2vw;
  }
  .sec-fun .fun-content .fun-content_item .fun-content_item-icon {
    padding: 1vw;
    width: 11vw;
  }
  .sec-fun .fun-content .fun-content_item .fun-content_item-text {
    font-size: 2.2vw;
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: initial;
  }
}
@media (max-width: 520px) {
  .sec-fun {
    padding: 10vw 0;
  }
  .sec-fun .fun-text {
    width: 100%;
  }
  .sec-fun .fun-text h2 {
    width: 65%;
    margin-bottom: 2vw;
  }
  .sec-fun .fun-content_item-text {
    font-size: 1.2rem;
  }
  .sec-fun .fun-content .fun-content_item {
    width: 47%;
    border-radius: 1.5vw;
  }
  .sec-fun .fun-content .fun-content_item .fun-content_item-icon {
    padding: 1.5vw;
    width: 15vw;
  }
  .sec-fun .fun-content .fun-content_item .fun-content_item-text {
    font-size: 3.2vw;
  }
}
/* ここからケーススタディ */
.sec-case {
  position: relative;
  padding-top: 125px;
  margin-bottom: 155px;
  background-image: url("../img/back02.svg");
  background-repeat: repeat;
  background-size: 10px auto;
}
.sec-case h2 {
  /* width: 20.7%; */
  width: 398px;
  max-width: 398px;
  margin: 0 auto 20px;
}
.sec-case .case-title_text {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.sec-case .case-content_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #edf5f7;
  border-radius: 10px;
  width: 78.1%;
  max-width: 1500px;
  margin: 0 auto 55px;
  padding: 52px 60px;
  box-sizing: border-box;
}
.sec-case .case-reverse {
  flex-direction: row-reverse;
}
.sec-case .case-content_item-text {
  /* width: 42%; */
  width: 45.7%;
  max-width: 631px;
  min-width: 301px;
}
.sec-case .case-title_text .pc-none {
  display: none;
}
.sec-case .case-content_item-text h3 {
  width: 112px;
  margin-bottom: 20px;
}
.sec-case .case-content_item-text h4 {
  font-size: 3.1rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: initial;
}
.sec-case .case-content_item-text p {
  font-size: 1.8rem;
  letter-spacing: initial;
  line-height: 1.5em;
}
.sec-case .case-content_item-img {
  display: flex;
  /* width: 41.2%; */
  width: 44.8%;
  max-width: 618px;
  justify-content: space-between;
  min-width: 310px;
}
.sec-case .case-icon {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  width: 47.8%;
  max-width: 295px;
  padding: 30px 30px 25px;
}
.sec-case .case-icon img {
  box-sizing: border-box;
  max-width: 100%;
}

@media (max-width: 1499px) {
  .sec-case {
    position: relative;
    padding-top: 8.333vw;
    margin-bottom: 8.333vw;
  }
  .sec-case h2 {
    width: 27%;
    max-width: none;
    margin: 0 auto 1.333vw;
  }
  .sec-case .case-title_text {
    font-size: 1.8vw;
    margin-bottom: 3.333vw;
  }
  .sec-case .case-content_item {
    border-radius: 0.667vw;
    max-width: 100vw;
    margin: 0 auto 3vw;
    padding: 3.467vw 4vw;
  }
  .sec-case .case-content_item-text {
    /* width: 42%; */
    width: 45.7%;
    max-width: 42.067vw;
    min-width: 20.067vw;
  }
  .sec-case .case-title_text .pc-none {
    display: none;
  }
  .sec-case .case-content_item-text h3 {
    width: 7.467vw;
    margin-bottom: 1.333vw;
  }
  .sec-case .case-content_item-text h4 {
    font-size: 2vw;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 1.5vw;
    letter-spacing: initial;
  }
  .sec-case .case-content_item-text p {
    font-size: 1.6vw;
    letter-spacing: initial;
    line-height: 1.5em;
  }
  .sec-case .case-content_item-img {
    display: flex;
    width: 48.8%;
    max-width: 41.2vw;
    justify-content: space-between;
    min-width: 20.667vw;
  }
  .sec-case .case-icon {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.667vw;
    width: 47.8%;
    max-width: 19.667vw;
    padding: 1vw 1vw 1vw;
  }
  .sec-case .case-icon img {
    box-sizing: border-box;
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .sec-case {
    padding: 7.5vw 0;
    margin: 0;
  }
  .sec-case h2 {
    width: 30%;
  }
  .sec-case .case-title_text {
    font-size: 2vw;
  }
}
@media (max-width: 520px) {
  .sec-case .case-content_item {
    display: block;
    padding: 7vw;
    border-radius: 2vw;
    width: 85%;
  }
  .sec-case h2 {
    width: 55%;
    margin: 0 auto 3vw;
  }
  .sec-case .case-title_text {
    font-size: 3vw;
    padding: 0 10%;
  }
  .sec-case .case-icon {
    padding: 5px;
  }
  .sec-case .case-content_item-text {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .sec-case .case-content_item-text h3 {
    width: 20vw;
    margin-bottom: 1.333vw;
  }
  .sec-case .case-content_item-text h4 {
    font-size: 5vw;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 2.5vw;
    letter-spacing: initial;
  }
  .sec-case .case-content_item-text p {
    font-size: 3.5vw;
    letter-spacing: initial;
    line-height: 1.5em;
    padding-bottom: 4vw;
  }
  .sec-case .case-content_item-img {
    display: flex;
    width: 100%;
    max-width: none;
    justify-content: space-between;
    min-width: auto;
  }
  .sec-case .case-content_item-img .case-icon {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.667vw;
    width: 48%;
    max-width: none;
    padding: 0.5vw;
  }
  .sec-case .case-content_item-img .case-icon img {
    box-sizing: border-box;
    max-width: 100%;
  }
}
/* ここから利用者の声のセクション */
/* ここから下がフッターセクション */
.footer {
  background-color: #475465;
  color: #fff;
  padding: 58px 0 60px;
}
.footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  width: 70.8%;
  max-width: 1360px;
  margin: 0 auto;
}
.footer .footer-wrapper_info address {
  text-decoration: none;
  font-style: normal;
  font-size: 1.7rem;
}
.footer .footer-wrapper_info p {
  font-size: 1.4rem;
  font-weight: 400;
}
.footer .footer-wrapper_info .footer-wrapper_info-logo {
  width: 155px;
  text-align: center;
}
.footer .footer-wrapper_info .footer-wrapper_info-logo h2 {
  width: 52px;
  height: 54px;
  margin: 0 auto;
}
.footer .footer-wrapper_info .footer-wrapper_info-logo p {
  font-size: 2.2rem;
  font-weight: 700;
}
.footer .footer-wrapper_menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
  z-index: 0;
}
.footer .footer-wrapper_menu-sp {
  display: flex;
}
.footer .footer-wrapper_menu::after {
  content: "";
  width: 1px;
  height: 17px;
  position: absolute;
  top: 7px;
  right: 0;
  background-color: #fff;
}
.footer .footer-wrapper_menu li {
  position: relative;
  margin: 0 28px;
}
.footer .footer-wrapper_menu li::before {
  content: "";
  width: 1px;
  height: 17px;
  position: absolute;
  top: 7px;
  left: -28px;
  background-color: #fff;
}
.footer .footer-wrapper_menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.7rem;
}
.footer small {
  display: block;
  width: 70.8%;
  max-width: 1360px;
  margin: 0 auto;
  text-align: right;
  font-weight: 400;
}

@media (max-width: 1500px) {
  .footer .footer-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .footer .footer-wrapper_info .footer-wrapper_info-logo {
    width: unset;
    margin-bottom: 20px;
  }
  .footer small {
    text-align: center;
  }
}
@media (max-width: 920px) {
  .footer {
    padding: 35px 0 25px;
  }
  .footer .footer-wrapper {
    align-items: unset;
  }
  .footer .footer-wrapper_info .footer-wrapper_info-logo p {
    font-size: 1.8rem;
  }
  .footer .footer-wrapper_info address {
    font-size: 1.4rem;
  }
  .footer .footer-wrapper_info p {
    font-size: 1rem;
  }
  .footer .footer-wrapper_menu {
    flex-direction: column;
  }
  .footer .footer-wrapper_menu-sp {
    width: 100%;
  }
  .footer .footer-wrapper_menu li::before {
    left: 0;
  }
  .footer .footer-wrapper_menu li a {
    font-size: 1.1rem;
  }
  .footer .footer-menu_sp2 {
    position: relative;
  }
  .footer .footer-menu_sp2::after {
    content: "";
    width: 1px;
    height: 17px;
    position: absolute;
    top: 7px;
    right: 0;
    background-color: #fff;
  }
  .footer .footer-wrapper_menu-sp li {
    flex: 1;
    margin: 0 auto;
  }
  .footer small {
    font-size: 1rem;
  }
}
@media (max-width: 520px) {
  .footer {
    padding-bottom: 100px;
  }
  .footer .footer-wrapper {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */