@charset "UTF-8";


@media screen and (min-width: 1024px) {
  .c-br.-sp {
    display: none;
  }
}

.c-br.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br.-pc {
    display: inline-block;
  }
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.l-sectionTitle__text{
  font-size: 28px;
      margin-block-start: 0em;
    margin-block-end: 0em;
}
@media screen and (min-width: 1024px) {
  .l-sectionTitle__text{
    font-size: 40px;
  }
}
.l-section__title{
  padding: 40px 0 50px;
}
@media screen and (min-width: 1024px){
  .l-section__title{
    padding: 48px 0 56px;
  }
}
#faq {

  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  color: #333;
}

#faq > h1 {
  margin-bottom: 41px;
  margin-top: 0 !important;
}

#faq .faq-container {
  max-width: 870px;
}

#faq .faq-content:last-child {
  border-bottom: 1px solid #e8e8e8;
}

#faq .collapsible {
  background-color: unset;
  cursor: pointer;
  padding: 14px 25px;
  width: 100%;
  border: none;
  border-top: 1px solid #e8e8e8;
  outline: none;
  font: normal normal bold 16px/26px Noto Sans JP;
  color: #333;
  display: flex;
  align-items: center;
  text-align: justify;
}

#faq .collapsible:hover {
  opacity: unset;
  transition: unset;
  color: #0b4f8d;
}

#faq .collapsible > h1 {
  margin: 0 14px 0 0;
  color: #2faecb;
  font: normal normal bold 40px/56px urw-din;
  line-height: 1;
}

#faq .collapsible > span {
  width: calc(100% - 100px);
}

#faq .collapsible::after {
  content: "\002B";
  color: #fff;
  font-weight: normal;
  float: right;
  margin-left: auto;
  background-color: #0b4f8d;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  padding-bottom: 2px;
  padding-left: 1px;
}

#faq .active:after {
  content: "\2212";
}

#faq .content {
  padding: 0 92px 0 28px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: justify;
}

#faq .content > p {
  margin: 0;
  margin-bottom: 30px;
}
#faq .content > p > a{
  text-decoration: underline;
}
#faq .content > p > a:hover{
  text-decoration: none;
}

@media only screen and (max-width: 425px) {
  #faq {
    padding-bottom: 48px;
  }

  #faq .content {
    padding: 0 28px;
  }

  #faq .content > p {
    font-size: 15px;
  }

  #faq .collapsible {
    font: normal normal bold 15px/24px Noto Sans JP;
  }

  #faq .collapsible > h1 {
    align-self: baseline;
  }
}

#contact {
  display: flex;
  flex-direction: column;
  background-color: #2faecb;
  align-items: center;
  padding-bottom: 64px;
}

#contact .contact-container {
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#contact .contact-container .contact-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
  margin-bottom: 48px;
}

#contact .contact-container .contact-info .contact-item {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 29px 32px;
  min-height: 356px;
}

#contact .contact-container .contact-info .contact-item > img {
  width: fit-content;
}

#contact .contact-container .contact-info .contact-item > h3 {
  margin: 16px 0 8px;
  font-size: 22px;
}

#contact .contact-container .contact-info .contact-item > p {
  font: normal normal normal 16px/28px Noto Sans JP;
  text-align: justify;
  margin: 0 0 24px;
}

#contact .contact-container .contact-info .contact-item > .btn {
  margin-top: auto;
  padding: 0 26px 0 19px;
}

#contact .contact-container .contact-info .contact-item > .btn:after {
  right: 10px;
  top: calc(50% - 5px);
}

#contact .contact-container .contact-document {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 705px;
  display: flex;
  padding: 0 83px 0 67px;
}

#contact .contact-container .contact-document.pp-func {
  display: none;
}

#contact .contact-container .contact-document > img {
  flex: 1;

  max-width: 285px;
  padding: 42px 0 48px;
}

#contact .contact-container .contact-document .contact-document-info {
  flex: 1;
  padding: 30px 0 34px 24px;
}
#contact .contact-container .contact-document .contact-document-info > p {
  margin: 0;
  font-weight: bold;
}

#contact .contact-container .contact-document .contact-document-info > h3 {
  margin: 2px 0 16px;
  font: normal normal bold 22px/28px Noto Sans JP;
}

#contact .contact-container .btn:hover {
  opacity: 1;
  background-color: #0b768d;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  #contact .contact-container {
    padding: 0 32px;
  }

  #contact .contact-container .contact-info {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: unset;
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }

  #contact .contact-container .contact-info .contact-item {
    min-height: unset;
    padding: 24px 21px 32px;
  }

  #contact .contact-container .contact-document {
    flex-direction: column;
    padding: 0 0 32px;
  }

  #contact .contact-container .contact-document.pp-func {
  }

  #contact .contact-container .contact-document > img {
    max-width: unset;
    align-self: center;

    padding: 24px 0px 16px 0px;
    width: 261px;
    height: 128px;
  }

  #contact .contact-container .contact-document .contact-document-info {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #contact .contact-container .contact-document .contact-document-info > h3 {
    margin-bottom: 24px;
    text-align: center;
  }

  #contact .contact-container .contact-info .contact-item > p {
    font: normal normal normal 15px/26px Noto Sans JP;
  }

  #contact .contact-container .contact-info .contact-item > .btn,
  #contact
    .contact-container
    .contact-document
    .contact-document-info
    > .btn {
    margin-top: auto;
    font: normal normal bold 15px/30px Noto Sans JP;
    min-width: 184px;
    min-height: 48px;
  }
  #contact .contact-container .contact-info .contact-item > .btn.--diff-pad {
    padding: 0 28px 0 21px;
  }

  #contact .contact-container .contact-info .contact-item > .btn:after,
  #contact
    .contact-container
    .contact-document
    .contact-document-info
    > .btn:after {
    right: 10px;
    top: calc(50% - 5px);
  }
}
.p-case .pre-footer__white { background-color: #2FAECB; }
dt.l-contentDetail__title.mt0 { margin-top: 0px; }

/* ===== p-price ===== */
.p-price .l-page{
  padding-bottom: 55px;
}
@media screen and (min-width: 1024px) {
  .p-price .l-page{
    padding-bottom: 64px;
  }
}
.p-price__plans-section {
  padding: 32px 0px 83px;
}
@media screen and (min-width: 1024px) {
  .p-price__plans-section {
    padding: 44px 0px 80px;
  }
}

.p-price__lead {
  font-size: 15px;
  line-height: 26px;
  color: #333;
  margin: 0 0 28px;
  padding: 0 25px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .p-price__lead {
    font-size: 16px;
    width: fit-content;
    margin: 0 auto 54px;
  }
}

.p-price__plans {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 25px;
}
@media screen and (min-width: 1024px) {
  .p-price__plans {
    flex-direction: row;
    gap: 15px;
    max-width: 1080px;
    margin: 0 auto;
  }
}

.p-price__plan {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1024px) {
  .p-price__plan {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.p-price__plan-header {
  padding: 10px 16px 17px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-price__plan-header {
    padding: 28px 15px 19px;
    min-height: 109px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-price__plan:nth-child(1){
border: 6px solid #29A4C4;

}
.p-price__plan:nth-child(1) .p-price__plan-header { 
  background: #29A4C4; 
  
}
.p-price__plan:nth-child(2){
border: 6px solid #1686A1;
}
.p-price__plan:nth-child(2) .p-price__plan-header { 
  background: #1686A1; 
  
}
.p-price__plan:nth-child(3){
  border: 6px solid #0B768D;
}
.p-price__plan:nth-child(3) .p-price__plan-header { 
  background: #0B768D; 
}

.p-price__plan-name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
  line-height: 1.3;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-price__plan-name {
    font-size: 26px;
    margin-bottom: 12px;
  }
}

.p-price__plan-catch {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.p-price__plan-body {
  background: #fff;
  padding: 8px 35px 3px;
  display: flex;
  flex-direction: column;
  /* border-radius: 0 0 10px 10px; */
}
@media screen and (min-width: 1024px) {
  .p-price__plan-body {
    flex: 1;
    padding: 15px 35px 3px;
  }
}

.p-price__plan-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 8px;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-price__plan-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
    min-height: 58px;
  }
}

.p-price__plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 2px;
  align-self: center;
}

.p-price__plan-price-label {
  font-size: 15px;
  color: #333;
  margin-right: 2px;
  font-weight: 700;
}

.p-price__plan-price-amount {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-price__plan-price-amount {
    font-size: 50px;
  }
}

.p-price__plan-price-unit {
  font-size: 15px;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-price__plan-price-unit {
    font-size: 16px;
  }
}

.p-price__plan-tax {
  font-size: 15px;
  color: #333;
  margin: 0 0 14px;
  padding-left: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-price__plan-tax {
    margin-bottom: 12px;
  }
}

.p-price__plan-divider {
  width: 27px;
  height: 5px;
  margin: 0 auto;
  border-radius: 100px;
}

.p-price__plan:nth-child(1) .p-price__plan-divider { background: #29A4C4; }
.p-price__plan:nth-child(2) .p-price__plan-divider { background: #1686A1; }
.p-price__plan:nth-child(3) .p-price__plan-divider { background: #0B768D; }

.p-price__plan-min {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1.8;
  text-align: center;
  margin-top: -17px;
}
@media screen and (min-width: 1024px) {
  .p-price__plan-min{
    margin-top: -4px;
  }
}
.p-price__plan-min-num {
  font-size: 30px;
  font-weight: 700;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 1024px) {
  .p-price__plan-min-num {
    font-size: 30px;
  }
}

.p-price__plan-min-unit {
  font-weight: 700;
  font-size: 16px;
}

/* ===== p-price__compare-section ===== */

.p-price__compare-section {
  background: #F5F5F5;
  padding: 40px 0px 50px 25px;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-section {
    padding: 80px 40px 80px;
  }
}

.p-price__compare-inner {
  max-width: 1030px;
  margin: 0 auto 35px;
}
@media screen and (min-width: 1024px){
  .p-price__compare-inner {
    margin: 0 auto 80px;
  }
}

/* 見出し */
.p-price__compare-heading {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-heading {
    margin-bottom: 15px;
    padding-bottom: 32px;
  }
}

.p-price__compare-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  
}

.p-price__compare-title::after {
  content: '';
  display: block;
  width: 22px;
  height: 3px;
  background: #29A4C4;
  margin: 12px auto 0;
  border-radius: 10px;
}
@media screen and (min-width: 1024px){
  .p-price__compare-title::after {
    margin: 20px auto 0;
    width: 30px;
    height: 7px;
  }
}

.p-price__compare-link {
    display: inline-block;
    position: absolute;
    right: 25px;
    bottom: 0;
    font-size: 15px;
    color: #0B768D;
    text-decoration: none;
    font-weight: 700;
  }
  .p-price__compare-link::after {
    content: '';
    display: block;
    height: 1px;
    background: #0B768D;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .p-price__compare-link:hover{
    color: #0B768D;
  }
  .p-price__compare-link:hover::after {
    transform: scaleX(1);

  }
@media screen and (min-width: 1024px) {
  .p-price__compare-link {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #0B768D;
    text-decoration: none;
    font-weight: 700;
  }
  .p-price__compare-link::after {
    content: '';
    display: block;
    height: 1px;
    background: #0B768D;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .p-price__compare-link:hover{
    color: #0B768D;
  }
  .p-price__compare-link:hover::after {
    transform: scaleX(1);

  }
}
.p-price__compare-link-arrow{
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-link-arrow{
    position: relative;
    top: -4px;
  }
}
/* テーブルスクロール */
.p-price__compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-wrap {
    overflow-x: visible;
  }
}

.p-price__compare-table {
  border-collapse: separate;
  border-spacing: 0;
  width: max-content;
  min-width: 100%;
  margin-right: 25px;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-table {
    width: 100%;
    margin-right: 0;
  }
}

/* ヘッダー行 */
.p-price__compare-th {
  height: 76px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 8px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-th {
    height: 80px;
    font-size: 20px;
  }
}

.p-price__compare-th--feature {
  width: 258px;
  background: transparent;
  border: none;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-th--feature {
    width: 415px;
  }
}

.p-price__compare-th--plan {
  width: 150px;
  border-top: 1px solid #333333;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-th--plan {
    width: 220px;
  }
}

.p-price__compare-th--plan:nth-child(2) { background: #29A4C4; border-left: 1px solid #333333; border-top-left-radius: 10px; }
.p-price__compare-th--plan:nth-child(3) { background: #1686A1; }
.p-price__compare-th--plan:nth-child(4) { background: #0B768D; border-top-right-radius: 10px; }

.p-price__compare-th--standard {
  width: 210px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-th--standard {
    width: 220px;
  }
}

.p-price__compare-plan-name {
  display: block;
  padding: 10px 8px 8px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-plan-name {
    font-size: 20px;
    padding: 12px 8px 6px;
  }
}

.p-price__compare-subtabs {
  display: flex;
}

.p-price__compare-subtab {
  flex: 1;
  display: block;
  padding: 6px 4px;
  font-size: 14px;
  font-weight: 700;
  background: #1686A1;
  text-align: center;
  border-top: 1px solid #333;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-subtab {
    font-size: 16px;
    padding: 7px 4px;
  }
}

.p-price__compare-subtab:first-child {
  border-right: 1px solid #333;
}

/* データ行 */
.p-price__compare-tr:nth-child(odd) {
  background: rgba(41, 164, 196, 0.10);
}

.p-price__compare-tr:nth-child(even) {
  background: #fff;
}

.p-price__compare-td-feature {
  width: 258px;
  min-width: 258px;
  height: 48px;
  padding: 8px 12px 8px 16px;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  white-space: normal;
  word-break: keep-all;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-td-feature {
    width: 415px;
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    
  }
}

.p-price__compare-td {
  width: 150px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  color: #333;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-td {
    width: 220px;
    height: 50px;
    font-size: 14px;
  }
}

.p-price__compare-table tbody tr:first-child .p-price__compare-td-feature {
  border-top: 1px solid #333333;
  border-top-left-radius: 10px;
}

.p-price__compare-table tbody tr:last-child .p-price__compare-td-feature {
  border-bottom-left-radius: 10px;
}

.p-price__compare-table tbody tr:last-child .p-price__compare-td:last-child {
  border-bottom-right-radius: 10px;
}

/* ドット・ダッシュ */
.p-price__compare-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-dot {
    width: 20px;
    height: 20px;
  }
}

.p-price__compare-tr td:nth-child(2) .p-price__compare-dot { background: #29A4C4; }
.p-price__compare-tr td:nth-child(3) .p-price__compare-dot { background: #1686A1; }
.p-price__compare-tr td:nth-child(4) .p-price__compare-dot { background: #1686A1; }
.p-price__compare-tr td:nth-child(5) .p-price__compare-dot { background: #0B768D; }

.p-price__compare-circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  vertical-align: middle;
  box-sizing: border-box;
  background: none;
  border: 1px solid #333;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-circle {
    width: 20px;
    height: 20px;
  }
}

.p-price__compare-dash {
  display: inline-block;
  width: 23px;
  height: 3px;
  background: #999;
  vertical-align: middle;
  border-radius: 100px;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-dash {
    width: 23px;
  }
}

/* 凡例 */
.p-price__compare-legend {
  font-size: 12px;
  text-align: right;
  margin: 0 25px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
@media screen and (min-width: 1024px){
  .p-price__compare-legend {
    font-size: 14px;
    margin-right: 0px;
  }
}
.p-price__compare-legend-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #29A4C4;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px){
  .p-price__compare-legend-dot {
    width: 14px;
    height: 14px;
  }
}

/* 機能名リンク */
.p-price__compare-feature-link {
  
  text-decoration: underline;
  transition: all 0.3s ease;
}

.p-price__compare-feature-link:hover {
  text-decoration: none;
  color: #0B768D;
}

/* 機能説明文 */
.p-price__compare-feature-desc {
  display: block;
  font-size: 11px;
  color: #666;
  line-height: 1.5;
  margin-top: 3px;
  white-space: normal;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-feature-desc {
    font-size: 12px;
  }
}

/* サブカラム（PLACE / THANKS） */
.p-price__compare-td--sub {
  width: 105px;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-td--sub {
    width: 110px;
  }
}

/* 注釈 */
.p-price__compare-note {
  padding-right: 25px;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-note {
    font-size: 16px;
  }
}

/* ===== CTAカード ===== */
.p-price__compare-section .p-price__cta{
  padding-right: 25px;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .p-price__compare-section .p-price__cta{
    padding-right: 0;
    padding-left: 0;
  }
}

.p-price__cta {
  padding: 0 27px;
}
@media screen and (min-width: 1024px) {
  .p-price__cta {
    padding: 0;
  }
}


.p-price__cta-inner {
  max-width: 750px;
  margin: 0 auto;
  border: 4px solid #0B768D;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px 25px;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-price__cta-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 32px 110px 0px 92px;
    gap: 32px;
  }
}

.p-price__cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-price__cta-content {
    align-items: flex-start;
    text-align: left;
    gap: 20px;
    padding-bottom: 20px;
  }
}


.p-price__cta-copy {
  font-size: 18px;
  font-weight: 500;
  color: #0B768D;
  margin: 0;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-price__cta-copy {
    font-size: 24px;
    line-height: 40px;
  }
}

.p-price__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  background: #FF9E00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 0px 15px 45px;
  border-radius: 40px;
  white-space: nowrap;
  width: 261px;
  border: 2px solid #FF9E00;
  transition: all 0.3s ease;
}
.p-price__cta-btn:visited {
  color: #fff;
}
.p-price__cta-btn:hover {
  background: #fff;
  color: #FF9E00;
  border: 2px solid #FF9E00;
}



.p-price__cta-btn-icon {
  display: inline-flex;
  align-items: center;
  width: 16px;
  height: 16px;
}

.p-price__cta-btn-icon img {
  width: 100%;
  height: 100%;
}

.p-price__cta-img {
  max-width: 180px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-price__cta-img {
    max-width: 156px;
    flex-shrink: 0;
    display: block;
  }
}

.p-price__cta-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== p-price__structure-section ===== */

.p-price__structure-section {
  background: #F0F8FB;
  padding: 0px 26px 60px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-price__structure-section {
    padding: 0px 0px 85px;
  }
}
.p-price__structure-section::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #F5F5F5;
  z-index: 0;
}

.p-price__structure-inner {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #EAEEF2;
  border-radius: 10px;
  padding: 37px 20px 50px;
  position: relative;
  z-index: 1;

}
@media screen and (min-width: 1024px) {
  .p-price__structure-inner{
    padding: 73px 40px 100px;
  }
}

.p-price__structure-head {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .p-price__structure-head {
    margin-bottom: 45px;
  }
}

.p-price__structure-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.3;
  font-family: 'Noto Sans JP', sans-serif;
}


.p-price__structure-title::after {
  content: '';
  display: block;
  width: 22px;
  height: 3px;
  background: #2FAECB;
  margin: 12px auto 0;
  border-radius: 10px;
}
@media screen and (min-width: 1024px){
  .p-price__structure-title::after{
    width: 30px;
    height: 7px;
    margin: 20px auto 0;
  }
}

.p-price__structure-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 22px auto 0;
  width: fit-content;
  text-align: start;
}
@media screen and (min-width: 1024px) {
  .p-price__structure-desc {
    margin-top: 43px;
  }
}

.p-price__structure-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-price__structure-cards {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.p-price__structure-card {
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  border: 4px solid #0B768D;
  width: 280px;
}
@media screen and (min-width: 1024px) {
  .p-price__structure-card {
    width: 350px;
  }
}

.p-price__structure-card-header {
  background: #0B768D;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-price__structure-card-header {
    font-size: 24px;
  }
}

.p-price__structure-card-body {
  background: #fff;
  height: 113px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
}

.p-price__structure-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin: 0 0 4px;
}

.p-price__structure-price-num {
  font-size: 40px;
  font-weight: 700;
  color: #0B768D;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-price__structure-price-yen {
  font-size: 16px;
  font-weight: 700;
  color: #0B768D;
  line-height: 1;
}

.p-price__structure-tax {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  color: #0B768D;
  margin: 0;
}

.p-price__structure-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 11px 0;
  width: 280px;
}
.p-price__structure-plus img {
  width: 40px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-price__structure-plus {
    width: 101px;
    margin: 0;
    margin-top: 45px;
  }
  .p-price__structure-plus img {
    width: 52px;
  }
}

.p-price__structure-card-body--monthly {
  align-items: flex-start;
  padding: 0 32px;
}
@media screen and (min-width: 1024px) {
  .p-price__structure-card-body--monthly {
    padding: 0 56px;
  }
}

.p-price__structure-monthly {
  font-size: 24px;
  font-weight: 700;
  color: #0B768D;
  margin: 0;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-price__structure-monthly {
    font-size: 28px;
    line-height: 38px;
  }
}

.p-price__structure-img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-price__structure-img {
    display: block;
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 173px;
  }
}

@media only screen and (max-width: 425px) {
  #contact .contact-container {
    padding: 0 32px;
  }

  #contact .contact-container .contact-info {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: unset;
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }

  #contact .contact-container .contact-info .contact-item {
    min-height: unset;
    padding: 24px 21px 32px;
  }

  #contact .contact-container .contact-document {
    flex-direction: column;
    padding: 0 0 32px;
  }

  #contact .contact-container .contact-document > img {
    max-width: unset;
    align-self: center;
    padding: 24px 0px 16px 0px;
    width: 261px;
    height: 128px;
  }

  #contact .contact-container .contact-document .contact-document-info {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #contact .contact-container .contact-document .contact-document-info > h3 {
    margin-bottom: 24px;
    text-align: center;
  }

  #contact .contact-container .contact-info .contact-item > p {
      font: normal normal normal 15px/26px Noto Sans JP;
  }

  #contact .contact-container .contact-info .contact-item > .btn,
  #contact .contact-container .contact-document .contact-document-info > .btn{
      margin-top: auto;
      font: normal normal bold 15px/30px Noto Sans JP;
      min-width: 184px;
      min-height: 48px;
  }
  #contact .contact-container .contact-info .contact-item > .btn.--diff-pad {
      padding: 0 28px 0 21px;
  }

  #contact .contact-container .contact-infoåç .contact-item > .btn:after,
  #contact .contact-container .contact-document .contact-document-info > .btn:after {
      right: 10px;
      top: calc(50% - 5px);
  }
}
