@charset "UTF-8";
/*
Theme Name: 好きを仕事にLP
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #222;
  background-color: transparent;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

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

em {
  font-weight: 500;
}

.c-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.c-wrap__800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.c-wrap__1120 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.c-title1 {
  margin-bottom: 63px;
  padding-top: 180px;
  position: relative;
}
.c-title1 .en {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
.c-title1 .h {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.5;
}
.c-title1 .h span {
  display: inline-block;
  border-bottom: 2px solid #92A2D9;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
LP
=========================================*/
.l-header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  z-index: 999;
}
.l-header .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-header .nav ul {
  display: flex;
  align-items: center;
}
.l-header .nav li a {
  display: block;
  padding: 20px;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.l-header .nav li a:hover span {
  border-bottom-color: #92A2D9;
}
.l-header .nav li span {
  display: block;
  border-bottom: 1px solid transparent;
  padding-bottom: 8px;
}
.l-header .nav .btn {
  margin-left: 40px;
}
.l-header .nav .btn a {
  display: block;
  background: #92A2D9;
  color: #fff;
  border-radius: 80px;
  padding: 18px 43px;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
}
.l-header .nav .btn a:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 20px;
  margin-top: -7px;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.p-suki__kv {
  background: url(../img/kv_img1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 306px;
  padding-bottom: 451px;
}
.p-suki__interest {
  position: relative;
  margin-top: -200px;
  background: #fff;
  border-radius: 0 200px 0 0;
  padding-top: 100px;
  padding-bottom: 350px;
}
.p-suki__interest .content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-suki__interest .content li {
  width: 48.9166%;
  margin-left: 2.1668%;
  margin-bottom: 50px;
}
.p-suki__interest .content li:nth-child(2n+1) {
  margin-left: 0;
}
.p-suki__interest .content li a {
  display: flex;
}
.p-suki__interest .content li .txt1 {
  background: #9F769B;
  width: 40px;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.p-suki__interest .content li .img1 {
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.p-suki__interest .content li .txt2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.7) url(../img/interest_click.svg) no-repeat calc(100% - 19px) center;
  background-size: 33px auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-suki__interest .content li .icon {
  margin-left: 10px;
}
.p-suki__oc {
  position: relative;
  margin-top: -200px;
  background: url(../img/oc_bg1.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  border-radius: 0 200px 0 0;
  padding-top: 150px;
  padding-bottom: 350px;
}
.p-suki__oc .block1 {
  background: #92A2D9 url(../img/oc_bg1.svg) no-repeat center;
  background-size: cover;
  padding-top: 68px;
  padding-bottom: 77px;
  border-radius: 26px;
}
.p-suki__oc .block1 .h {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.52;
  color: #fff;
}
.p-suki__oc .block1 .btn {
  margin-top: 43px;
}
.p-suki__oc .block1 .btn a {
  display: block;
  background: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  padding: 26px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-suki__oc .block1 .btn a:after {
  display: block;
  content: "";
  position: absolute;
  border-left: 16px solid #3F3C5B;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  right: 50px;
  top: 50%;
  margin-top: -15px;
}
.p-suki__popular {
  position: relative;
  margin-top: -200px;
  background: #F2F2F2;
  padding-top: 100px;
  padding-bottom: 350px;
  border-radius: 0 200px 0 0;
}
.p-suki__popular .c-title1 {
  margin-bottom: 115px;
}
.p-suki__popular .block1 {
  margin-bottom: 42px;
  padding-bottom: 160px;
  background-image: url(../img/popular_bg1.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 440px;
}
.p-suki__popular .block1:last-child {
  margin-bottom: 0;
}
.p-suki__popular .block1.male {
  background-image: url(../img/popular_bg2.png);
}
.p-suki__popular .box1 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.p-suki__popular .box1 a {
  display: flex;
  position: relative;
}
.p-suki__popular .box1 .txt1 {
  position: absolute;
  left: -111px;
  top: -80px;
  z-index: 1;
}
.p-suki__popular .box1 .txt2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.7) url(../img/interest_click.svg) no-repeat calc(100% - 19px) center;
  background-size: 33px auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-suki__popular .box1 .icon {
  position: absolute;
  right: -32px;
  top: 0;
}
.p-suki__dream {
  background: #D9DEEC;
  position: relative;
  margin-top: -200px;
  border-radius: 0 200px 0 0;
  padding-top: 58px;
  padding-bottom: 350px;
}
.p-suki__dream .box1 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.p-suki__dream .box1 a {
  display: block;
  position: relative;
}
.p-suki__dream .box1 .txt1 {
  position: absolute;
  left: -102px;
  top: 84px;
}
.p-suki__dream .box1 .txt2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background: rgba(159, 118, 155, 0.7) url(../img/interest_click.svg) no-repeat calc(100% - 19px) center;
  background-size: 33px auto;
  color: #fff;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 50px;
}
.p-suki__footer {
  background: #fff;
  border-radius: 0 200px 0 0;
  padding-top: 158px;
  padding-bottom: 153px;
  position: relative;
  margin-top: -200px;
  text-align: center;
}
.p-suki__footer .bnr {
  margin-bottom: 150px;
}
.p-suki__footer .bnr li {
  margin-bottom: 50px;
}
.p-suki__footer .bnr li:last-child {
  margin-bottom: 0;
}
.p-suki__footer .bnr li a {
  display: block;
  color: #fff;
  padding: 26px 30px;
  border-radius: 100px;
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
}
.p-suki__footer .bnr li a:after {
  display: block;
  content: "";
  position: absolute;
  border-left: 16px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 50%;
  margin-top: -15px;
  right: 50px;
}
.p-suki__footer .bnr li.exam a {
  background: #A24574;
  box-shadow: 0 9px 0 #6A2145;
}
.p-suki__footer .bnr li.oc a {
  background: #C48640;
  box-shadow: 0 9px 0 #975306;
}
.p-suki__footer .bnr li.request a {
  background: #40A6AA;
  box-shadow: 0 9px 0 #086B88;
}
.p-suki__footer .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 160px;
}
.p-suki__footer .sns li {
  margin-left: 15px;
  margin-right: 15px;
  width: 90px;
}
.p-suki__footer .info .logo {
  margin-bottom: 30px;
}
.p-suki__footer .info p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
}
.p-suki__copyright {
  background: #92A2D9;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  padding: 5px;
}
.p-suki__popup {
  max-width: initial;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 0 200px 0 0;
  background: #F2F2F2;
}
.p-suki__popup .c-wrap__1120 {
  position: relative;
}
.p-suki__popup .remodal-cancel {
  position: absolute;
  top: 0;
  right: -122px;
  min-width: initial;
  width: 82px;
  height: 82px;
  background: transparent url(../img/modal/close.svg) no-repeat center;
  background-size: cover;
  cursor: pointer;
  padding: 0;
}
.p-suki__popup .block1 {
  margin-bottom: 100px;
  position: relative;
}
.p-suki__popup .block1 .img1 img {
  border-radius: 26px;
}
.p-suki__popup .block1 .txt1 {
  position: absolute;
  left: -69px;
  bottom: -22px;
}
.p-suki__popup .block2 {
  text-align: center;
  margin-bottom: 100px;
}
.p-suki__popup .block2 p {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 40px;
}
.p-suki__popup .block2 p.txt2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: 2;
  text-decoration-line: underline;
  text-decoration-color: #9F769B;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 12px;
  text-decoration-skip-ink: none;
}
.p-suki__popup .block2 li {
  margin-bottom: 30px;
}
.p-suki__popup .block2 li:last-child {
  margin-bottom: 0;
}
.p-suki__popup .p-suki__oc {
  background: none;
  padding: 0;
  margin-top: 0;
}

.remodal-wrapper {
  padding: 50px 0;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }

  .c-wrap {
    max-width: initial;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-title1 {
    margin-bottom: 40px;
    padding-top: 80px;
  }
  .c-title1 .h {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-title1 .h span {
    padding-bottom: 4px;
    border-bottom-width: 1px;
  }

  .l-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-header .logo {
    width: 50%;
  }
  .l-header .trigger {
    width: 35px;
    height: 35px;
    background: #92A2D9;
    border-radius: 4px;
    position: relative;
  }
  .l-header .trigger span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 1px;
    background: #fff;
  }
  .l-header .trigger span:before, .l-header .trigger span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .l-header .trigger span:before {
    top: -5px;
  }
  .l-header .trigger span:after {
    bottom: -5px;
  }
  .l-header .trigger.is-open span {
    background: transparent;
  }
  .l-header .trigger.is-open span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header .trigger.is-open span:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
  }
  .l-header .nav ul {
    display: block;
  }
  .l-header .nav li a {
    padding: 10px 0;
  }
  .l-header .nav .btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .l-header .nav .btn a {
    padding: 13px 33px;
  }

  .l-nav {
    position: fixed;
    display: none;
    z-index: 899;
    left: 0;
    top: 55px;
    width: 100%;
    height: calc(100% - 55px);
    overflow: auto;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
  }
  .l-nav .nav {
    margin-bottom: 40px;
  }
  .l-nav .nav li a {
    display: block;
    padding: 10px 0;
    font-weight: 700;
    letter-spacing: 0.13em;
  }
  .l-nav .nav li a:hover span {
    border-bottom-color: #92A2D9;
  }
  .l-nav .nav li span {
    display: block;
    border-bottom: 1px solid transparent;
    padding-bottom: 8px;
  }
  .l-nav .bnr {
    margin-bottom: 60px;
  }
  .l-nav .bnr li {
    margin-bottom: 30px;
  }
  .l-nav .bnr li:last-child {
    margin-bottom: 0;
  }
  .l-nav .bnr li a {
    color: #fff;
    padding: 10px 10px;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    width: 100%;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    line-height: 1.5;
  }
  .l-nav .bnr li a:after {
    display: block;
    content: "";
    position: absolute;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    margin-top: -8px;
    right: 20px;
  }
  .l-nav .bnr li.exam a {
    background: #A24574;
    box-shadow: 0 5px 0 #6A2145;
  }
  .l-nav .bnr li.oc a {
    background: #C48640;
    box-shadow: 0 5px 0 #975306;
  }
  .l-nav .bnr li.request a {
    background: #40A6AA;
    box-shadow: 0 5px 0 #086B88;
  }
  .l-nav .sns {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
  .l-nav .sns li {
    margin-left: 5px;
    margin-right: 5px;
    width: 90px;
  }
  .l-nav .info .logo {
    margin-bottom: 30px;
  }
  .l-nav .info .logo img {
    width: 250px;
  }
  .l-nav .info p {
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
  }

  .p-suki__kv {
    padding-top: 110px;
    padding-bottom: 160px;
  }
  .p-suki__kv .h img {
    width: 200px;
  }
  .p-suki__interest {
    margin-top: -50px;
    border-radius: 0 50px 0 0;
    padding-top: 40px;
    padding-bottom: 130px;
  }
  .p-suki__interest .content ul {
    display: block;
  }
  .p-suki__interest .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .p-suki__interest .content li:last-child {
    margin-bottom: 0;
  }
  .p-suki__interest .content li .txt1 {
    width: 25px;
  }
  .p-suki__interest .content li .img1 {
    width: calc(100% - 55px);
  }
  .p-suki__interest .content li .txt2 {
    background-size: 26px auto;
    background-position: calc(100% - 9px) center;
    height: 65px;
  }
  .p-suki__interest .content li .txt2 img {
    width: auto;
    max-height: 18px;
  }
  .p-suki__interest .content li .icon {
    margin-left: 8px;
  }
  .p-suki__interest .content li .icon img {
    width: 12px;
  }
  .p-suki__oc {
    margin-top: -50px;
    border-radius: 0 50px 0 0;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .p-suki__oc .block1 {
    padding: 30px 20px;
  }
  .p-suki__oc .block1 .h {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-suki__oc .block1 .btn {
    margin-top: 20px;
  }
  .p-suki__oc .block1 .btn a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-suki__oc .block1 .btn a:after {
    border-left-width: 8px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    margin-top: -8px;
    right: 30px;
  }
  .p-suki__popular {
    margin-top: -50px;
    border-radius: 0 50px 0 0;
    padding-top: 40px;
    padding-bottom: 130px;
  }
  .p-suki__popular .block1 {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    background-size: auto 120px;
  }
  .p-suki__popular .box1 .txt1 {
    left: -45px;
    top: -50px;
  }
  .p-suki__popular .box1 .txt1 img {
    width: 200px;
  }
  .p-suki__popular .box1 .txt2 {
    background-size: 26px auto;
    background-position: calc(100% - 9px) center;
    height: 65px;
  }
  .p-suki__popular .box1 .txt2 img {
    width: auto;
    max-height: 18px;
  }
  .p-suki__popular .box1 .icon {
    right: -20px;
  }
  .p-suki__popular .box1 .icon img {
    width: 12px;
  }
  .p-suki__dream {
    margin-top: -50px;
    border-radius: 0 50px 0 0;
    padding-top: 40px;
    padding-bottom: 130px;
  }
  .p-suki__dream .box1 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .p-suki__dream .box1 .txt1 {
    left: -25px;
    top: 40px;
    width: 100px;
  }
  .p-suki__dream .box1 .txt2 {
    height: 80px;
    padding: 20px 50px 20px 20px;
    background-size: 26px auto;
    background-position: calc(100% - 9px) center;
  }
  .p-suki__footer {
    margin-top: -50px;
    border-radius: 0 50px 0 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-suki__footer .bnr {
    margin-bottom: 60px;
  }
  .p-suki__footer .bnr li {
    margin-bottom: 30px;
  }
  .p-suki__footer .bnr li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 10px;
    width: 100%;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    line-height: 1.5;
  }
  .p-suki__footer .bnr li a:after {
    border-left-width: 8px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    margin-top: -8px;
    right: 20px;
  }
  .p-suki__footer .bnr li.exam a {
    box-shadow: 0 5px 0 #6A2145;
  }
  .p-suki__footer .bnr li.oc a {
    box-shadow: 0 5px 0 #975306;
  }
  .p-suki__footer .bnr li.request a {
    box-shadow: 0 5px 0 #086B88;
  }
  .p-suki__footer .sns {
    margin-bottom: 80px;
  }
  .p-suki__footer .sns li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .p-suki__footer .info .logo img {
    width: 250px;
  }
  .p-suki__footer .info p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-suki__copyright p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-suki__popup {
    padding: 70px 10px;
    border-radius: 0 30px 0 0;
  }
  .p-suki__popup .remodal-cancel {
    position: absolute;
    top: -50px;
    right: -10px;
    width: 40px;
    height: 40px;
  }
  .p-suki__popup .block1 {
    margin-bottom: 50px;
  }
  .p-suki__popup .block1 .img1 img {
    border-radius: 18px;
  }
  .p-suki__popup .block1 .txt1 {
    left: -20px;
    bottom: -22px;
  }
  .p-suki__popup .block1 .txt1 img {
    width: 120px;
  }
  .p-suki__popup .block2 {
    margin-bottom: 60px;
  }
  .p-suki__popup .block2 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .p-suki__popup .block2 p.txt2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 40px;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
  .p-suki__popup .block2 li {
    margin-bottom: 20px;
  }
  .p-suki__popup .block2 li:last-child {
    margin-bottom: 0;
  }
  .p-suki__popup .p-suki__oc {
    background: none;
    padding: 0;
    margin-top: 0;
  }
}
