@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@300;400;500;600;700&family=Shippori+Antique+B1&display=swap");
/**
 * triangle 三角つくる
 * @param  $dir    方向 up,down,left,right
 * @param  $base   底辺
 * @param  $height 高さ
 * @param  $color  色
 */
.p-mv {
  background: url(../img/home_mv_bg.png) no-repeat bottom center;
  background-size: cover;
  height: min(50.3660322108vw, 43rem);
  padding: min(4.0263543192vw, 3.4375rem) 0 0;
}
@media screen and (max-width: 640px) {
  .p-mv {
    background: url(../img/home_mv_bg_sp.png) no-repeat top right;
    background-size: contain;
    height: min(208vw, 780px);
    padding: min(6.6666666667vw, 25px) 0 0;
  }
}
@media screen and (max-width: 640px) {
  .p-mv-inner {
    padding: 0 min(5.0666666667vw, 19px);
    width: 100vw;
  }
}
.p-mv-meta {
  width: min(47.5841874085vw, 40.625rem);
}
@media screen and (max-width: 640px) {
  .p-mv-meta {
    width: unset;
  }
}
.p-mv-title {
  margin-bottom: min(1.317715959vw, 1.125rem);
}
@media screen and (max-width: 640px) {
  .p-mv-title {
    margin-bottom: min(3.2vw, 12px);
  }
}
.p-mv-title span {
  display: block;
  font-size: min(2.0497803807vw, 1.75rem);
  line-height: 1.7;
  margin-bottom: min(0.3660322108vw, 0.3125rem);
}
@media screen and (max-width: 640px) {
  .p-mv-title span {
    font-size: min(5.8666666667vw, 22px);
    margin-bottom: min(1.3333333333vw, 5px);
  }
}
.p-mv-title strong {
  color: #089E9F;
  display: block;
  font-size: min(2.4890190337vw, 2.125rem);
  line-height: 1.5294117647;
}
@media screen and (max-width: 640px) {
  .p-mv-title strong {
    font-size: min(6.1333333333vw, 23px);
    line-height: 1.5652173913;
  }
}
.p-mv-text {
  font-size: min(1.1713030747vw, 1rem);
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: min(2.4890190337vw, 2.125rem);
  min-width: 320px;
  width: min(43.5578330893vw, 37.1875rem);
}
@media screen and (max-width: 640px) {
  .p-mv-text {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.8571428571;
    margin-bottom: min(2.6666666667vw, 10px);
    min-width: unset;
    width: unset;
  }
}
.p-mv-note {
  font-size: min(1.0248901903vw, 0.875rem);
  line-height: 1.7142857143;
  padding-top: min(2.196193265vw, 1.875rem);
}
@media screen and (max-width: 640px) {
  .p-mv-note {
    font-size: min(3.2vw, 12px);
    padding-left: 1em;
    text-indent: -1em;
  }
}
.p-mv-btns {
  display: flex;
  justify-content: space-between;
  gap: min(2.196193265vw, 1.875rem);
  width: min(43.5578330893vw, 37.1875rem);
}
.p-mv-img {
  width: min(29.7218155198vw, 25.375rem);
}
@media screen and (max-width: 640px) {
  .p-mv-img {
    margin: 0 auto;
    width: min(67.7333333333vw, 254px);
  }
}
.p-mv-img img {
  width: 100%;
}

.p-texture-section {
  position: relative;
}
.p-texture-section:after {
  background: #fff url(../img/home_texture_bg.png) no-repeat bottom center;
  background-size: contain;
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-texture-section:after {
    background: #fff url(../img/home_texture_bg_sp.png) no-repeat bottom center;
    background-size: cover;
  }
}
.p-texture-section > * {
  position: relative;
  z-index: 2;
}

.p-question {
  background: #089E9F;
  padding-top: min(5.4172767204vw, 4.625rem);
  padding-bottom: min(5.710102489vw, 4.875rem);
  position: relative;
  top: max(-5.4172767204vw, -4.625rem);
}
@media screen and (max-width: 640px) {
  .p-question {
    padding-bottom: min(14.6666666667vw, 55px);
    padding-top: min(13.8666666667vw, 52px);
    top: max(-12.8vw, -48px);
  }
}
.p-question:after {
  border-left: calc(min(3.8799414348vw, 3.3125rem) / 2) solid transparent;
  border-right: calc(min(3.8799414348vw, 3.3125rem) / 2) solid transparent;
  border-top: min(3.513909224vw, 3rem) solid #089E9F;
  bottom: max(-2.3426061493vw, -2rem);
  content: " ";
  display: block;
  margin-left: max(-1.9033674963vw, -1.625rem);
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 640px) {
  .p-question:after {
    border-left: calc(min(5.8666666667vw, 22px) / 2) solid transparent;
    border-right: calc(min(5.8666666667vw, 22px) / 2) solid transparent;
    border-top: min(5.8666666667vw, 22px) solid #089E9F;
    bottom: max(-5.8666666667vw, -22px);
    margin-left: max(-2.9333333333vw, -11px);
  }
}
.p-question-head {
  border-bottom: 2px solid #fff;
  margin: 0 auto min(4.7584187408vw, 4.0625rem);
  padding-bottom: min(0.878477306vw, 0.75rem);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .p-question-head {
    border-bottom: 2px solid #fff;
    padding-bottom: min(4vw, 15px);
    margin: 0 auto min(11.4666666667vw, 43px);
  }
}
.p-question-head:after {
  border-left: calc(min(1.5373352855vw, 1.3125rem) / 2) solid transparent;
  border-right: calc(min(1.5373352855vw, 1.3125rem) / 2) solid transparent;
  border-top: min(1.3909224012vw, 1.1875rem) solid #fff;
  bottom: max(-1.3909224012vw, -1.1875rem);
  content: " ";
  display: block;
  left: 50%;
  margin-left: max(-0.7320644217vw, -0.625rem);
  position: absolute;
}
@media screen and (max-width: 640px) {
  .p-question-head:after {
    border-left: calc(min(4vw, 15px) / 2) solid transparent;
    border-right: calc(min(4vw, 15px) / 2) solid transparent;
    border-top: min(3.7333333333vw, 14px) solid #fff;
    bottom: max(-4vw, -15px);
    margin-left: max(-1.8666666667vw, -7px);
  }
}
.p-question-body {
  display: flex;
  justify-content: space-between;
  margin-left: min(7.1010248902vw, 6.0625rem);
  width: min(68.0087847731vw, 58.0625rem);
}
@media screen and (max-width: 640px) {
  .p-question-body {
    display: block;
    padding: 0 min(6.4vw, 24px);
    margin-left: unset;
    width: unset;
  }
}
.p-question-list li {
  align-items: center;
  background: #fff;
  border-radius: min(2.3426061493vw, 2rem);
  display: flex;
  font-size: min(1.4641288433vw, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: min(1.317715959vw, 1.125rem);
  padding: min(0.7320644217vw, 0.625rem) min(2.8550512445vw, 2.4375rem) min(0.7320644217vw, 0.625rem) min(2.5622254758vw, 2.1875rem);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .p-question-list li {
    border-radius: 9999px;
    font-size: min(4.2666666667vw, 16px);
    line-height: 1.5;
    padding: min(1.6vw, 6px) min(6.6666666667vw, 25px) min(1.6vw, 6px) min(6.4vw, 24px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: min(5.3333333333vw, 20px);
    width: min(74.1333333333vw, 278px);
  }
}
.p-question-list li:before {
  background: url(../img/home_question_checkbox.svg) no-repeat;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: min(2.0497803807vw, 1.75rem);
  margin-right: min(1.1713030747vw, 1rem);
  width: min(1.9765739385vw, 1.6875rem);
}
@media screen and (max-width: 640px) {
  .p-question-list li:before {
    height: min(5.3333333333vw, 20px);
    margin-right: min(3.4666666667vw, 13px);
    width: min(5.3333333333vw, 20px);
  }
}
.p-question-list li:nth-child(2) {
  left: min(10.102489019vw, 8.625rem);
}
@media screen and (max-width: 640px) {
  .p-question-list li:nth-child(2) {
    left: unset;
  }
}
.p-question-list li:nth-child(3) {
  left: min(3.3674963397vw, 2.875rem);
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .p-question-list li:nth-child(3) {
    left: unset;
  }
}
.p-question-img {
  margin-top: max(-1.0248901903vw, -0.875rem);
  width: min(31.1127379209vw, 26.5625rem);
}
@media screen and (max-width: 640px) {
  .p-question-img {
    padding-top: min(8vw, 30px);
    margin: 0 auto;
    width: min(69.0666666667vw, 259px);
  }
}
.p-question-img img {
  width: 100%;
}

.p-about-item {
  background: #fff;
  padding-top: min(4.9048316252vw, 4.1875rem);
  text-align: center;
  width: min(24.6705710102vw, 21.0625rem);
}
@media screen and (max-width: 640px) {
  .p-about-item {
    align-items: center;
    border-radius: min(5.3333333333vw, 20px);
    display: flex;
    padding: min(8vw, 30px) min(6.4vw, 24px) min(8.5333333333vw, 32px);
    margin-bottom: min(5.6vw, 21px);
    margin-left: auto;
    margin-right: auto;
    width: min(87.4666666667vw, 328px);
  }
}
.p-about-item img {
  height: min(11.1273792094vw, 9.5rem);
}
@media screen and (max-width: 640px) {
  .p-about-item img {
    -o-object-fit: contain;
       object-fit: contain;
    height: min(20vw, 75px);
    margin-left: max(-1.3333333333vw, -5px);
    width: min(29.3333333333vw, 110px);
  }
}
.p-about-item p {
  font-size: min(1.4641288433vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: min(2.7818448023vw, 2.375rem);
  padding-top: min(2.9282576867vw, 2.5rem);
}
@media screen and (max-width: 640px) {
  .p-about-item p {
    font-size: min(4.2666666667vw, 16px);
    line-height: 1.625;
    padding-bottom: unset;
    padding-left: min(1.3333333333vw, 5px);
    padding-top: unset;
    text-align: left;
    white-space: nowrap;
    width: min(45.3333333333vw, 170px);
  }
}

.p-case {
  position: relative;
  z-index: 2;
}
.p-case-img {
  display: block;
  height: min(19.4729136164vw, 16.625rem);
  margin-left: min(21.2298682284vw, 18.125rem);
  position: absolute;
  left: 50%;
  top: max(-5.1976573939vw, -4.4375rem);
  width: min(22.3279648609vw, 19.0625rem);
}
@media screen and (max-width: 640px) {
  .p-case-img {
    margin-left: min(16vw, 60px);
    top: max(-9.3333333333vw, -35px);
    width: min(41.6vw, 156px);
  }
}
.p-case-img img {
  width: 100%;
}

.p-plan-body {
  height: min(48.8286969253vw, 41.6875rem);
  position: relative;
  margin-top: max(-1.4641288433vw, -1.25rem);
}
@media screen and (max-width: 640px) {
  .p-plan-body {
    height: unset;
    margin-top: unset;
  }
}
.p-plan-body > * {
  position: relative;
  z-index: 2;
}
.p-plan-body:before {
  background: url(../img/home_plan_bg.png) no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  height: min(48.8286969253vw, 41.6875rem);
  left: 50%;
  margin-left: max(-44.289897511vw, -37.8125rem);
  position: absolute;
  top: 0;
  width: min(88.579795022vw, 75.625rem);
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-plan-body:before {
    display: none;
  }
}
.p-plan-item {
  height: min(20.3513909224vw, 17.375rem);
  padding-top: min(3.2942898975vw, 2.8125rem);
  text-align: center;
  width: min(40.4099560761vw, 34.5rem);
}
@media screen and (max-width: 640px) {
  .p-plan-item {
    height: unset;
    margin-left: max(-51.7333333333vw, -194px);
    left: 50%;
    right: max(-6.4vw, -24px);
    padding-top: min(18.6666666667vw, 70px);
    position: relative;
    width: min(103.2vw, 387px);
  }
}
.p-plan-item-title {
  font-size: min(2.0497803807vw, 1.75rem);
  padding-bottom: min(1.8301610542vw, 1.5625rem);
}
@media screen and (max-width: 640px) {
  .p-plan-item-title {
    font-size: min(5.3333333333vw, 20px);
    padding-top: min(11.2vw, 42px);
    padding-bottom: min(5.3333333333vw, 20px);
  }
}
.is-blue .p-plan-item-title {
  color: #38A1D0;
}
.is-green .p-plan-item-title {
  color: #5FC78B;
}
.p-plan-item p {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .p-plan-item.is-blue {
    background: url(../img/home_plan_bg_sp_1.png) no-repeat;
    background-size: contain;
    height: min(107.2vw, 402px);
    margin-bottom: max(-5.3333333333vw, -20px);
  }
}
.p-plan-item.is-blue strong {
  color: #38A1D0;
}
.p-plan-item.is-blue p {
  line-height: min(3.6603221083vw, 3.125rem);
}
@media screen and (max-width: 640px) {
  .p-plan-item.is-blue p {
    font-size: min(5.3333333333vw, 20px);
    line-height: min(9.8666666667vw, 37px);
  }
}
@media screen and (max-width: 640px) {
  .p-plan-item.is-green {
    background: url(../img/home_plan_bg_sp_2.png) no-repeat;
    background-size: contain;
    height: min(95.2vw, 357px);
    margin-top: max(-11.4666666667vw, -43px);
  }
}
.p-plan-item.is-green p {
  font-size: min(1.4641288433vw, 1.25rem);
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .p-plan-item.is-green p {
    font-size: min(4.2666666667vw, 16px);
    line-height: 1.625;
  }
}
.p-plan-graph {
  padding: 0 min(3.513909224vw, 3rem) 0 min(4.0263543192vw, 3.4375rem);
  width: 100%;
}
.p-plan-graph-bar {
  display: flex;
  height: min(8.0527086384vw, 6.875rem);
  width: 100%;
}
.p-plan-graph-bar > strong {
  color: #fff;
  display: block;
  font-size: min(2.0497803807vw, 1.75rem);
  line-height: min(8.0527086384vw, 6.875rem);
  text-align: center;
  width: min(57.2474377745vw, 48.875rem);
}
.p-plan-graph-bar > strong span {
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: min(3.074670571vw, 2.625rem);
  padding: 0 min(0.7320644217vw, 0.625rem);
}
.p-plan-graph-bar > span {
  display: block;
  font-size: min(1.6105417277vw, 1.375rem);
  font-weight: 700;
  line-height: min(8.0527086384vw, 6.875rem);
  text-align: center;
  width: min(19.7657393851vw, 16.875rem);
}
.p-plan-graph-total {
  font-weight: 500;
  font-size: min(1.756954612vw, 1.5rem);
  line-height: min(1.9765739385vw, 1.6875rem);
  padding-top: min(2.7818448023vw, 2.375rem);
  text-align: center;
  width: 100%;
}
.p-plan-foot {
  margin-top: max(-1.4641288433vw, -1.25rem);
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-plan-foot {
    text-align: center;
  }
}
.p-plan-foot p {
  font-size: min(1.1713030747vw, 1rem);
}
@media screen and (max-width: 640px) {
  .p-plan-foot p {
    font-size: min(3.7333333333vw, 14px);
  }
}

.p-price-items {
  display: flex;
  flex-wrap: wrap;
  gap: min(2.196193265vw, 1.875rem);
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-price-items {
    flex-direction: column;
    justify-content: unset;
    gap: min(5.3333333333vw, 20px);
  }
}
.p-price-item {
  background: #fff;
  padding-left: min(3.2942898975vw, 2.8125rem);
  padding-right: min(3.2942898975vw, 2.8125rem);
  width: min(39.897510981vw, 34.0625rem);
}
@media screen and (max-width: 640px) {
  .p-price-item {
    padding-left: min(6.4vw, 24px);
    padding-right: min(6.4vw, 24px);
    margin: 0 auto;
    width: min(87.2vw, 327px);
  }
}
.p-price-item-title {
  align-items: end;
  color: #089E9F;
  display: flex;
  font-size: min(2.0497803807vw, 1.75rem);
  font-weight: 700;
  justify-content: center;
  line-height: min(3.074670571vw, 2.625rem);
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-price-item-title {
    font-size: min(6.4vw, 24px);
    line-height: min(9.3333333333vw, 35px);
  }
}
.p-price-item-title i {
  padding-right: min(0.7320644217vw, 0.625rem);
}
@media screen and (max-width: 640px) {
  .p-price-item-title i {
    padding-right: min(2.6666666667vw, 10px);
  }
}
.p-price-item-title i img {
  height: min(3.1478770132vw, 2.6875rem);
}
@media screen and (max-width: 640px) {
  .p-price-item-title i img {
    height: min(8.5333333333vw, 32px);
  }
}
.p-price-item.is-full {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-price-item.is-full {
    width: min(87.2vw, 327px);
  }
}
.p-price-item-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-price-item-body {
    flex-direction: column;
    justify-content: unset;
  }
}
.p-price-item-table {
  border-collapse: separate;
}
.p-price-item-table:nth-child(1) {
  width: min(37.8477306003vw, 32.3125rem);
}
@media screen and (max-width: 640px) {
  .p-price-item-table:nth-child(1) {
    width: 100%;
  }
}
.p-price-item-table:nth-child(2) {
  width: min(35.1390922401vw, 30rem);
}
@media screen and (max-width: 640px) {
  .p-price-item-table:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-price-item-table:nth-child(2) th {
    font-size: min(4.2666666667vw, 16px) !important;
    padding-left: min(4vw, 15px);
    text-indent: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-price-item-table:nth-child(2) tbody tr:first-child th, .p-price-item-table:nth-child(2) tbody tr:first-child td {
    padding-top: min(2.6666666667vw, 10px) !important;
  }
}
.p-price-item-table tr, .p-price-item-table td {
  width: 50%;
}
.p-price-item-table thead {
  position: relative;
}
.p-price-item-table thead tr {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.p-price-item-table thead th {
  background: #089E9F;
  color: #fff;
  font-size: min(1.756954612vw, 1.5rem);
  font-weight: 500;
  height: min(3.074670571vw, 2.625rem);
  position: relative;
  line-height: min(3.074670571vw, 2.625rem);
}
.p-price-item-table thead th:first-child {
  border-radius: 9999px 0 0 9999px;
}
.p-price-item-table thead th:last-child {
  border-radius: 0 9999px 9999px 0;
}
.p-price-item-table thead th[colspan="2"] {
  border-radius: 9999px;
}
@media screen and (max-width: 640px) {
  .p-price-item-table thead th {
    font-size: min(4.2666666667vw, 16px);
    height: min(10.6666666667vw, 40px);
    line-height: min(2.9282576867vw, 2.5rem);
  }
}
.p-price-item-table thead th:nth-child(2) {
  position: relative;
}
.p-price-item-table thead th:nth-child(2):after {
  background: #fff;
  content: " ";
  display: block;
  height: calc(100% + min(0.3660322108vw, 0.3125rem));
  left: max(-0.2196193265vw, -0.1875rem);
  position: absolute;
  top: max(-0.3660322108vw, -0.3125rem);
  width: min(0.3660322108vw, 0.3125rem);
}
.p-price-item-table tbody tr:first-child th, .p-price-item-table tbody tr:first-child td {
  padding-top: min(0.7320644217vw, 0.625rem);
}
@media screen and (max-width: 640px) {
  .p-price-item-table tbody th, .p-price-item-table tbody td {
    padding-bottom: min(1.3333333333vw, 5px);
  }
}
.p-price-item-table tbody th {
  font-size: min(1.4641288433vw, 1.25rem);
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-price-item-table tbody th {
    font-size: min(3.2vw, 12px);
    line-height: min(4.8vw, 18px);
    padding-left: 2em;
    text-indent: -2em;
  }
}
.p-price-item-table tbody th strong {
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: min(2.196193265vw, 1.875rem);
  padding: 0 min(0.3660322108vw, 0.3125rem);
}
@media screen and (max-width: 640px) {
  .p-price-item-table tbody th strong {
    font-size: min(5.6vw, 21px);
  }
}
.p-price-item-table tbody td {
  padding-left: min(2.196193265vw, 1.875rem);
}
@media screen and (max-width: 640px) {
  .p-price-item-table tbody td {
    padding-left: unset;
  }
}
.p-price-value {
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: min(2.635431918vw, 2.25rem);
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-price-value {
    font-size: min(7.4666666667vw, 28px);
  }
}
.p-price-value i {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: min(2.0497803807vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  padding-right: min(0.3660322108vw, 0.3125rem);
}
@media screen and (max-width: 640px) {
  .p-price-value i {
    font-size: min(5.3333333333vw, 20px);
  }
}

.p-publisher-title {
  background: #089E9F;
  border-radius: 9999px;
  color: #fff;
  font-size: min(2.0497803807vw, 1.75rem);
  letter-spacing: min(0.1098096633vw, 0.09375rem);
  line-height: min(5.1976573939vw, 4.4375rem);
  height: min(5.3440702782vw, 4.5625rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: min(54.6852122987vw, 46.6875rem);
}
@media screen and (max-width: 640px) {
  .p-publisher-title {
    font-size: min(5.3333333333vw, 20px);
    line-height: min(8vw, 30px);
    height: unset;
    padding: min(3.2vw, 12px) 0 min(3.2vw, 12px);
    width: min(87.2vw, 327px);
  }
}
.p-publisher-title:after {
  border-left: calc(min(1.6105417277vw, 1.375rem) / 2) solid transparent;
  border-right: calc(min(1.6105417277vw, 1.375rem) / 2) solid transparent;
  border-top: min(1.3909224012vw, 1.1875rem) solid #089E9F;
  bottom: max(-1.3909224012vw, -1.1875rem);
  content: " ";
  display: block;
  left: 50%;
  margin-left: max(-0.8052708638vw, -0.6875rem);
  position: absolute;
}
@media screen and (max-width: 640px) {
  .p-publisher-title:after {
    border-left: calc(min(4.8vw, 18px) / 2) solid transparent;
    border-right: calc(min(4.8vw, 18px) / 2) solid transparent;
    border-top: min(4.2666666667vw, 16px) solid #089E9F;
    bottom: max(-4.2666666667vw, -16px);
    margin-left: max(-2.4vw, -9px);
  }
}
.p-publisher ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: min(0.7320644217vw, 0.625rem);
  justify-content: space-between;
  padding: 0 min(1.0980966325vw, 0.9375rem);
}
@media screen and (max-width: 640px) {
  .p-publisher ul {
    gap: 0;
    justify-content: center;
    padding: 0;
  }
}
.p-publisher ul li {
  align-items: center;
  height: min(7.3206442167vw, 6.25rem);
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: min(25.6222547584vw, 21.875rem);
}
@media screen and (max-width: 640px) {
  .p-publisher ul li {
    height: min(16vw, 60px);
    padding: min(0.5333333333vw, 2px);
    width: 50%;
  }
}
.p-publisher ul li img {
  max-width: 90%;
  zoom: 0.5;
}
@media screen and (min-width: 641px) and (max-width: 1365px) {
  .p-publisher ul li img {
    zoom: 0.4;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .p-publisher ul li img {
    zoom: 0.3;
  }
}
@media screen and (max-width: 640px) {
  .p-publisher ul li img {
    zoom: 0.35;
  }
}

.p-introduction-item {
  background: #fff;
  padding-bottom: min(4.7584187408vw, 4.0625rem);
  padding-top: min(2.5622254758vw, 2.1875rem);
  width: min(39.5314787701vw, 33.75rem);
}
@media screen and (max-width: 640px) {
  .p-introduction-item {
    margin: 0 auto min(5.3333333333vw, 20px);
    padding-bottom: min(9.3333333333vw, 35px);
    padding-top: min(5.8666666667vw, 22px);
    width: min(87.2vw, 327px);
  }
}
.p-introduction-item-title {
  align-items: end;
  color: #089E9F;
  display: flex;
  justify-content: center;
}
.p-introduction-item-title i {
  height: min(3.2942898975vw, 2.8125rem);
  padding-right: min(0.3660322108vw, 0.3125rem);
}
@media screen and (max-width: 640px) {
  .p-introduction-item-title i {
    height: min(9.3333333333vw, 35px);
    padding-right: min(1.3333333333vw, 5px);
  }
}
.p-introduction-item-title i img {
  height: 100%;
}
.p-introduction-item-title span {
  font-size: min(2.0497803807vw, 1.75rem);
}
@media screen and (max-width: 640px) {
  .p-introduction-item-title span {
    font-size: min(6.4vw, 24px);
    line-height: min(9.3333333333vw, 35px);
  }
}
.p-introduction-item-num {
  margin-top: max(-0.5856515373vw, -0.5rem);
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-introduction-item-num {
    margin-top: min(2.1333333333vw, 8px);
  }
}
.p-introduction-item-num strong {
  color: #089E9F;
  display: inline-block;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: min(10.3953147877vw, 8.875rem);
  font-weight: 500;
  line-height: min(18.2284040996vw, 15.5625rem);
  padding-left: min(3.6603221083vw, 3.125rem);
}
@media screen and (max-width: 640px) {
  .p-introduction-item-num strong {
    font-size: min(26.6666666667vw, 100px);
    line-height: min(34.6666666667vw, 130px);
    padding-left: min(9.3333333333vw, 35px);
  }
}
.p-introduction-item-num span {
  display: inline-block;
  font-size: min(1.756954612vw, 1.5rem);
  font-weight: 700;
  padding-left: min(0.7320644217vw, 0.625rem);
}
@media screen and (max-width: 640px) {
  .p-introduction-item-num span {
    font-size: min(4.2666666667vw, 16px);
    padding-left: min(2.6666666667vw, 10px);
  }
}
.p-introduction-item-list {
  display: flex;
  flex-wrap: wrap;
  margin: max(-1.2445095168vw, -1.0625rem) auto 0;
  gap: min(1.0248901903vw, 0.875rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .p-introduction-item-list {
    gap: min(2.6666666667vw, 10px);
    margin: 0 auto;
    padding: min(0.8vw, 3px) min(11.4666666667vw, 43px) 0;
  }
}
.p-introduction-item-list dt {
  font-size: min(1.4641288433vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-introduction-item-list dt {
    font-size: min(4.2666666667vw, 16px);
    margin-bottom: min(1.3333333333vw, 5px);
  }
}
.p-introduction-item-list dd {
  background-color: #F8F4F4;
  border-radius: 9999px;
  font-size: min(1.4641288433vw, 1.25rem);
  font-weight: 700;
  line-height: min(3.513909224vw, 3rem);
  padding: 0 min(1.8301610542vw, 1.5625rem);
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-introduction-item-list dd {
    font-size: min(3.7333333333vw, 14px);
    line-height: min(10.4vw, 39px);
    padding: 0 min(6.6666666667vw, 25px);
  }
}

@media screen and (max-width: 640px) {
  .p-faq .c-inner {
    padding-left: min(6.4vw, 24px);
    width: 100vw;
  }
}
.p-faq-items {
  display: flex;
  flex-direction: column;
  gap: min(2.196193265vw, 1.875rem);
}
@media screen and (max-width: 640px) {
  .p-faq-items {
    gap: min(5.3333333333vw, 20px);
  }
}
.p-faq-item {
  background: #F8F4F4;
  padding-bottom: min(2.7818448023vw, 2.375rem);
  padding-left: min(2.7818448023vw, 2.375rem);
  padding-right: min(2.7818448023vw, 2.375rem);
}
@media screen and (max-width: 640px) {
  .p-faq-item {
    border-radius: min(5.3333333333vw, 20px) 0 0 min(5.3333333333vw, 20px);
    margin-right: max(-6.4vw, -24px);
    padding-bottom: min(9.3333333333vw, 35px);
    padding-right: min(12.8vw, 48px);
    padding-left: min(6.4vw, 24px);
  }
}
.p-faq-item i {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: min(2.0497803807vw, 1.75rem);
  font-style: normal;
  font-weight: 500;
  line-height: min(4.0263543192vw, 3.4375rem);
  height: min(4.0263543192vw, 3.4375rem);
  text-align: center;
  width: min(4.0263543192vw, 3.4375rem);
}
@media screen and (max-width: 640px) {
  .p-faq-item i {
    font-size: min(4.2666666667vw, 16px);
    line-height: min(8vw, 30px);
    height: min(8vw, 30px);
    width: min(8vw, 30px);
  }
}
.p-faq-item-q {
  align-items: start;
  cursor: pointer;
  display: flex;
  gap: min(2.5622254758vw, 2.1875rem);
  justify-content: space-between;
  padding-top: min(2.5622254758vw, 2.1875rem);
}
@media screen and (max-width: 640px) {
  .p-faq-item-q {
    gap: min(2.9333333333vw, 11px);
    padding-top: min(8vw, 30px);
  }
}
.p-faq-item-q i {
  background: #089E9F;
}
.p-faq-item-q span {
  font-size: min(1.4641288433vw, 1.25rem);
  flex: 1;
  line-height: min(3.074670571vw, 2.625rem);
  padding-top: min(0.2196193265vw, 0.1875rem);
}
@media screen and (max-width: 640px) {
  .p-faq-item-q span {
    font-size: min(4.2666666667vw, 16px);
    line-height: min(6.9333333333vw, 26px);
    padding-top: 0;
  }
}
.p-faq-item-q button {
  margin-top: min(0.878477306vw, 0.75rem);
  position: relative;
  width: min(1.8301610542vw, 1.5625rem);
  height: min(1.8301610542vw, 1.5625rem);
  display: block;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  will-change: transform;
}
@media screen and (max-width: 640px) {
  .p-faq-item-q button {
    height: min(4vw, 15px);
    margin-top: min(1.3333333333vw, 5px);
    width: min(4vw, 15px);
  }
}
.p-faq-item-q button:before, .p-faq-item-q button:after {
  background: #3B3F57;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-faq-item-q button:before {
  height: min(0.2928257687vw, 0.25rem);
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-faq-item-q button:before {
    height: min(0.8vw, 3px);
  }
}
.p-faq-item-q button:after {
  height: 100%;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  width: min(0.2928257687vw, 0.25rem);
  will-change: transform;
}
@media screen and (max-width: 640px) {
  .p-faq-item-q button:after {
    width: min(0.8vw, 3px);
  }
}
.p-faq-item-q.is-open button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-faq-item-q.is-open button:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq-item-a {
  align-items: start;
  display: flex;
  gap: min(2.5622254758vw, 2.1875rem);
  justify-content: space-between;
  padding-top: min(2.4890190337vw, 2.125rem);
}
@media screen and (max-width: 640px) {
  .p-faq-item-a {
    padding-top: min(5.8666666667vw, 22px);
  }
}
.p-faq-item-a i {
  background: #E5C13F;
}
.p-faq-item-a div {
  flex: 1;
  font-size: min(1.4641288433vw, 1.25rem);
  font-weight: 500;
  line-height: min(2.9282576867vw, 2.5rem);
  padding-right: min(8.345534407vw, 7.125rem);
  padding-top: min(0.439238653vw, 0.375rem);
}
@media screen and (max-width: 640px) {
  .p-faq-item-a div {
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-faq-item-a div p {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.7142857143;
  }
}

.p-contact-items {
  display: flex;
  gap: min(4.9780380673vw, 4.25rem);
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .p-contact-items {
    flex-direction: column;
    gap: min(10.6666666667vw, 40px);
  }
}
.p-contact-item {
  text-align: center;
  width: min(31.6251830161vw, 27rem);
}
@media screen and (max-width: 640px) {
  .p-contact-item {
    width: 100%;
  }
}
.p-contact-item-title {
  color: #fff;
  font-size: min(1.4641288433vw, 1.25rem);
  font-weight: 500;
  line-height: min(3.074670571vw, 2.625rem);
  padding-bottom: min(0.7320644217vw, 0.625rem);
}
@media screen and (max-width: 640px) {
  .p-contact-item-title {
    font-size: min(4.2666666667vw, 16px);
    padding-bottom: min(5.3333333333vw, 20px);
  }
}
.p-contact-item p {
  padding-top: min(0.7320644217vw, 0.625rem);
}
@media screen and (max-width: 640px) {
  .p-contact-item p {
    font-size: min(4.2666666667vw, 16px);
    padding-top: min(2.6666666667vw, 10px);
  }
}
@media screen and (max-width: 640px) {
  .p-contact-item .c-btn-l span {
    font-size: min(5.3333333333vw, 20px);
  }
}/*# sourceMappingURL=home.css.map */