@charset "UTF-8";
.p-contact {
  padding: 70px 0 100px;
  background: #FEF7F2;
}
.p-contact .clipline {
  background: #EB6400;
}

.l-center--contact {
  max-width: 750px !important;
}

.name-fields p {
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.form-block > p {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.wpcf7 a {
  color: #0059FF;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin: 10px 0 40px;
}

.wpcf7 .required {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 4px;
  background-color: #FF0000;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.wpcf7 input {
  height: 50px;
}

.wpcf7 input,
.wpcf7 textarea {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.wpcf7 input[type=submit] {
  background: #ED7602;
  color: #fff;
  font-weight: bold;
  height: 60px;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  border: none;
  border-radius: 35px;
  cursor: pointer;
}
.wpcf7 input[type=submit]:hover {
  background: #ff8b19;
}

.wpcf7-radio input {
  font-size: 16px;
  width: 35px;
  height: 28px;
  padding: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.wpcf7-list-item label {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: #fff;
  font-weight: normal;
  cursor: pointer;
}

span.wpcf7-list-item.last {
  margin-top: 16px;
  display: block;
}

.wpcf7 input[type=checkbox] {
  width: 26px;
  height: 26px;
  margin: 8px;
}

[data-name=privacy-policy] .wpcf7-list-item label {
  border: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  counter-reset: #262626;
  font-family: sans-serif;
  line-height: 1.6;
}

ul, li {
  list-style: none;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem;
}

.container {
  min-width: 1100px;
}

.l-center {
  max-width: 1142px;
  margin: 0 auto;
  padding: 0 41px;
  text-align: center;
}

.c-flex {
  display: flex;
}

.mt_0 {
  margin-top: 0 !important;
}

.clipline {
  background: #19A5CD;
}

.is-sp {
  display: none;
}

.sp-none {
  display: block;
}

@media screen and (max-width: 768px) {
  .container {
    min-width: 0;
  }
  .l-center {
    max-width: none;
    padding: 0 28px;
  }
  .is-sp {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
.section-head {
  width: 625px;
  margin: 0 auto 45px;
  background: url(../img/head-bg.svg) no-repeat;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.section-head span {
  display: block;
  margin: 0 0 -6px;
  font-size: 20px;
}
.section-head--subtext {
  background-position: 0 6px;
}
.section-subhead {
  margin: 53px 0 46px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.section-linehead {
  position: relative;
  margin-bottom: 35px;
}
.section-linehead h3 {
  position: relative;
  height: 91px;
  padding-top: 20px;
  font-size: 30px;
}
.section-linehead .clipline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
  width: 179px;
  height: 91px;
}
.section_text {
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 1.6;
}
.section-border {
  padding: 70px 0 90px;
  border-top: 1px solid #A6A6A6;
}
@media screen and (max-width: 768px) {
  .section-head {
    width: 100%;
    margin-bottom: 25px;
    background: url(../img/head-bg.svg) no-repeat center/100% auto;
    font-size: 30px;
    line-height: 1.2;
  }
  .section-head--subtext {
    background-position: 0 bottom;
  }
  .section-head--subtext span {
    margin-bottom: 10px;
  }
  .section-subhead {
    margin-bottom: 21px;
  }
  .section_text {
    text-align: left;
  }
  .section-border {
    padding-bottom: 70px;
  }
}

.sp-header {
  text-align: center;
  background: #fff;
}
.sp-header img {
  height: 67px;
  width: 237px;
}

.p-feature {
  min-height: 710px;
  min-width: 1100px;
  background: url("../img/pc-top.jpg") no-repeat center top/1636px auto #b14248;
}
.p-feature_head {
  margin: -20px 0 0 52px;
  color: #000;
  font-size: 55px;
  text-align: left;
  line-height: 1.2;
}
.p-feature_head span {
  font-size: 43px;
}
.p-feature_textbox {
  margin: 17px 0 0 70px;
  text-align: left;
}
.p-feature_textbox p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-feature {
    min-width: 0;
    background: url("../img/sp-top.jpg") no-repeat center top/cover #b14248;
  }
  .p-feature_head {
    margin: 0;
    padding-top: 238px;
    text-align: center;
  }
  .p-feature_head span {
    position: relative;
    z-index: 0;
    display: inline-block;
  }
  .p-feature_head span:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-text-stroke: 6px #fff;
  }
  span.p-feature_head-small {
    margin: 0px -28px 0;
    font-size: 30px;
    line-height: 1.4;
  }
  span.p-feature_head-small:before {
    content: "Discordコミュニティに";
  }
  span.p-feature_head-large {
    font-size: 55px;
    line-height: 1.1;
  }
  span.p-feature_head-large:before {
    content: "熱狂と交流と安心を";
  }
  .p-feature_textbox {
    margin: 12px 42px 0;
  }
}

.p-logo {
  padding-top: 111px;
  margin-left: 81px;
  text-align: left;
}

.p-issues {
  overflow: hidden;
  padding: 60px 0;
  background: #FEF7F2;
  /* SP表示（768px以下）では1列にする */
}
.p-issues .l-center {
  position: relative;
}
.p-issues_container {
  position: relative;
  z-index: 1;
}
.p-issues .bg-area {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-issues_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 83px;
  min-width: 310px;
  margin-bottom: 10px;
  padding: 0 40px;
  border-radius: 20px;
  background: #EB6400;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.p-issues_title:before {
  content: "";
  border: 10px solid transparent;
  border-top: 20px solid #EB6400;
  position: absolute;
  bottom: -28px;
}
.p-issues .c-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 横3列を等幅にする */
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.p-issues .column {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.p-issues .issue {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 260px;
  padding: 21px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #EB6400;
  line-height: 1.6;
}
.p-issues .issue p {
  text-align: left;
}
.p-issues .issue img {
  width: auto;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .p-issues .c-grid {
    grid-template-columns: 1fr;
  }
  .p-issues .column + .column {
    margin-top: 20px;
  }
  .p-issues .issue {
    height: 230px;
  }
}

.p-cta {
  margin: 80px 0 70px;
  padding: 56px 0;
  background: #009FCC url(../img/cta-bg.png) no-repeat center/1280px auto;
}
.p-cta_text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}
.p-cta_btnarea {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.p-cta_btnarea--top {
  gap: 12px 23px;
  justify-content: flex-start;
}
.p-cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 406px;
  height: 80px;
  padding: 20px;
  border-radius: 80px;
  border: 3px solid #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-cta_btn:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.p-cta_btn:hover:after {
  transform: scale(1, 1);
}
.p-cta_btn img {
  rotate: 90deg;
}
.p-cta_btn span {
  flex-grow: 1;
}
.p-cta_btn--form {
  background: #ED7602;
  color: #fff;
}
.p-cta_btn--form:after {
  background: #dc483b;
}
.p-cta_btn--form:hover {
  color: #fff;
}
.p-cta_btn--form-top {
  height: 60px;
  width: 305px;
  font-size: 20px;
}
.p-cta_btn--dl {
  background: #fff;
  color: #ED7602;
}
.p-cta_btn--dl:after {
  background: #ED7602;
}
.p-cta_btn--dl:hover {
  color: #fff;
}
.p-cta_btn--dl-top {
  height: 60px;
  width: 305px;
  border-color: #ED7602;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-cta_btnarea {
    gap: 12px;
    margin-top: 25px;
  }
  .p-cta_btnarea--top {
    margin-top: 22px;
    padding-bottom: 32px;
    justify-content: center;
  }
  .p-cta_btn {
    height: 60px;
    padding: 10px 20px;
    font-size: 20px;
  }
  .p-cta .c-grid {
    grid-template-columns: 1fr;
  }
}

.p-about_title {
  margin-bottom: 42px;
  color: #009FCC;
  font-size: 24px;
  line-height: 1.2;
}
.p-about .c-flex {
  flex-wrap: wrap;
  gap: 40px;
}
.p-about .c-flex > div {
  flex-grow: 1;
  width: calc((100% - 40px) / 2);
  min-width: 397px;
}
@media screen and (max-width: 768px) {
  .p-about_title {
    margin: 0 -2px;
  }
  .p-about .c-flex {
    flex-direction: column;
  }
  .p-about .c-flex > div {
    min-width: 0;
    width: 100%;
  }
}

.p-reason {
  position: relative;
  margin: 0 60px 25px;
  padding: 19px 0 25px;
  font-size: 21px;
  line-height: 1.2;
}
.p-reason .clipline01 {
  position: absolute;
  top: -8px;
  left: -18px;
  width: 34px;
  height: 17px;
}
.p-reason .clipline02 {
  position: absolute;
  bottom: -6px;
  right: -19px;
  width: 34px;
  height: 17px;
}
.p-reason:before, .p-reason:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #19A5CD;
  border-radius: 10px;
}
.p-reason:before {
  top: 0;
}
.p-reason:after {
  bottom: 0;
}
.p-reason_number {
  display: block;
  margin-bottom: 10px;
  color: #19A5CD;
  font-weight: bold;
  font-size: 20px;
}
.p-reason_box {
  min-height: 477px;
  border: 1px solid #19A5CD;
  border-radius: 20px;
}
.p-reason_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  padding: 0 40px;
  border-radius: 19px 19px 0 0;
  background: #19A5CD;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.p-reason_ranking {
  padding: 0 28px;
}
.p-reason_ranking--feature {
  color: #ED7602;
}
.p-reason_ranking li {
  display: flex;
  gap: 13px;
  padding: 11px 0;
  border-bottom: 1px solid #d9d9d9;
}
.p-reason_ranking li > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-reason_rank {
  flex-shrink: 0;
  align-items: center;
  width: 64px;
}
.p-reason_rank-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.p-reason_rank-text--feature {
  font-size: 24px;
}
.p-reason_rank-point {
  align-items: center;
  margin-right: 4px;
  margin-left: auto;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.p-reason_rank-point--feature {
  margin-right: 8px;
  font-size: 50px;
}
.p-reason_rank-point span {
  margin-top: 17px;
  font-size: 24px;
}
.p-reason_note {
  margin-top: 10px;
  color: #262626;
  font-size: 12px;
  text-align: left;
}
.p-reason_img {
  height: 80px;
  position: relative;
}
.p-reason_img img {
  top: 20px;
}
.p-reason_img01 img {
  position: relative;
}
.p-reason_img02 img {
  position: relative;
  top: 50px;
}
.p-reason_img02--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-reason {
    margin: 63px 0 42px;
    padding: 22px 0 32px;
  }
  .p-reason_title {
    padding: 0 25px;
  }
  .p-reason .clipline01 {
    left: 2px;
  }
  .p-reason .clipline02 {
    right: 2px;
  }
  .p-reason:before {
    right: -28px;
    left: auto;
  }
  .p-reason:after {
    left: -28px;
  }
  .p-reason_img {
    height: 110px;
  }
  .p-reason_img02 {
    height: auto;
  }
  .p-reason_img02--pc img {
    display: none;
  }
  .p-reason_img02--sp {
    display: block;
  }
  .p-reason_img02--sp img {
    top: 30px;
    width: calc(100% - 42px);
    max-width: 400px;
  }
  .p-reason_ranking {
    padding: 0 17px;
  }
  .p-reason_ranking--feature {
    gap: 13px;
  }
  .p-reason_ranking--feature img {
    width: 100%;
    height: auto;
  }
  .p-reason_rank {
    flex-shrink: 0;
    justify-content: left !important;
    width: 38px;
  }
  .p-reason_rank-point {
    font-size: 30px;
  }
  .p-reason_rank-point span {
    font-size: 20px;
  }
  .p-reason_rank-point--feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0;
    font-size: 50px;
  }
  .p-reason_rank-point--feature span {
    margin-top: 0;
  }
  .p-reason_rank-text {
    font-size: 16px;
  }
  .p-reason_rank-text--feature {
    font-size: 18px;
  }
}
.p-flowchart {
  margin-top: 144px;
}
.p-flowchart_lead {
  position: relative;
  width: fit-content;
  margin: auto;
  padding: 0 44px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
}
.p-flowchart_lead:before, .p-flowchart_lead:after {
  content: "";
  display: block;
  width: 40px;
  height: 48px;
  position: absolute;
  bottom: -10px;
  background: url(../img/flowchart_bg.svg) no-repeat;
}
.p-flowchart_lead:before {
  left: 0;
}
.p-flowchart_lead:after {
  right: 0;
  transform: scaleX(-1);
}
.p-flowchart_content {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 73px;
  margin-top: 30px;
}
.p-flowchart_text {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 170px;
  border: 4px solid #009FCC;
  border-radius: 20px;
  color: #009FCC;
  font-size: 20px;
  font-weight: bold;
}
.p-flowchart_multiply {
  width: 24px;
  height: 24px;
}
.p-flowchart_multiply img {
  width: 100%;
  height: auto;
}
.p-flowchart_goal {
  align-self: stretch;
  width: 336px;
  padding-top: 16px;
  border-radius: 20px;
  background: #ED7602;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-flowchart {
    margin-top: 58px;
  }
  .p-flowchart_content {
    flex-wrap: wrap;
    gap: 7px;
    justify-content: center;
    height: auto;
    margin-top: 21px;
  }
  .p-flowchart_lead:before, .p-flowchart_lead:after {
    bottom: 20px;
  }
  .p-flowchart_text {
    width: 100%;
    padding: 8px;
    font-size: 30px;
  }
  .p-flowchart_arrow {
    line-height: 1;
  }
  .p-flowchart_arrow img {
    rotate: 90deg;
    width: 44px;
    height: 44px;
  }
  .p-flowchart_goal {
    width: 100%;
    padding: 10px;
    font-size: 31px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 375px) {
  .p-flowchart_lead {
    padding: 0px 34px;
  }
}

.p-method .c-flex {
  gap: 67px;
}
.p-method_img {
  width: 477px;
  height: 529px;
}
.p-method_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-method_text {
  text-align: left;
}
.p-method_text dt {
  font-weight: bold;
  font-size: 20px;
}
.p-method_text dd {
  margin-bottom: 25px;
  font-size: 18px;
}
.p-method_table {
  position: relative;
  margin-top: 100px;
}
.p-method_table_bg {
  width: 1060px;
  background: #f4f4f4;
  height: 400px;
  position: absolute;
  z-index: -1;
  right: 148px;
  top: -60px;
}
.p-method .clipline {
  display: inline-block;
  width: 34px;
  height: 17px;
  margin-right: 5px;
  background: #C9C9C9;
}
@media screen and (max-width: 767px) {
  .p-method_img {
    width: 100%;
    height: auto;
    margin-top: -20px;
  }
  .p-method .c-flex {
    flex-direction: column;
    gap: 40px;
  }
  .p-method_text dd {
    margin-bottom: 15px;
  }
  .p-method_table {
    margin-top: 80px;
  }
  .p-method_table_bg {
    width: 860px;
    height: 400px;
    right: 58px;
    top: -30px;
  }
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  max-width: 876px;
  margin: auto;
}
.comparison .header {
  display: contents;
}
.comparison .header .cell {
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  width: auto;
  border: 0;
  background-color: #444;
  color: #fff;
}
.comparison .header .cell-gray {
  width: 350px;
  color: #262626;
  background-color: #D9D9D9;
}
.comparison .header .cell-blue {
  width: 350px;
  background-color: #009FCC;
}
.comparison .comparison-block {
  display: contents;
}
.comparison .category-title {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-bottom: 0;
  font-weight: bold;
  text-align: left;
}
.comparison .cell {
  padding: 1rem;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
  line-height: 1.4;
}
.comparison .cell img {
  display: block;
  margin: 0 auto 10px;
}
.comparison .cell-gr {
  color: #009FCC;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .comparison {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .comparison .header {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .comparison .header .cell {
    padding: 10px;
  }
  .comparison .header .cell:first-child {
    display: none;
  }
  .comparison .comparison-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .comparison .category-title {
    grid-column: span 2;
    justify-content: center;
    padding: 10px;
    background: #222;
    border: 0;
    color: white;
  }
  .comparison .cell {
    width: auto !important;
    padding: 14px 7px 14px 12px;
    border-left: 1px solid #ccc;
    text-align: left;
  }
  .comparison .cell:last-child {
    border-left: none;
  }
}
.p-case {
  /* === SP表示：6行×3列 === */
}
.p-case .c-flex {
  flex-wrap: wrap;
  gap: 30px 32px;
}
.p-case .c-flex + .c-flex {
  margin: 70px 0 90px;
}
.p-case_head {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}
.p-case_content {
  flex: 1;
}
.p-case_content--top, .p-case_content--bottom .c-flex {
  margin-left: 56px;
  margin-right: 56px;
}
.p-case_comment {
  position: relative;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 25px;
  border-radius: 42px;
  background: #009FCC;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.p-case_comment:before {
  content: " ";
  border-top: 15px solid #009FCC;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.p-case_text {
  color: #ED7602;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}
.p-case_text--small {
  font-size: 24px;
}
.p-case_text--two {
  margin-top: 50px;
}
.p-case_caption {
  justify-self: right;
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}
.p-case .table {
  display: grid;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}
.p-case .cell {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}
.p-case .cell-text {
  border-left: 1px solid #ccc;
}
.p-case .blank {
  border-top: 0;
}
.p-case .head {
  background: #262626;
  color: #fff;
}
.p-case .feature {
  background: #e0f7ff;
}
.p-case .highlight {
  color: #e67300;
}
.p-case .value {
  text-align: right;
}
.p-case .event-stats {
  grid-template-columns: 2fr 1fr;
  border-left: 1px solid #ccc;
}
.p-case .table-1 {
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "blank     m1     m2     m3     m4     avg" "yeshead    p1     p2     p3     p4     p5" "nohead    np1    np2    np3    np4    np5";
}
.p-case .table-1 .blank {
  grid-area: blank;
}
.p-case .table-1 .cell2 {
  grid-area: m1;
}
.p-case .table-1 .cell3 {
  grid-area: m2;
}
.p-case .table-1 .cell4 {
  grid-area: m3;
}
.p-case .table-1 .cell5 {
  grid-area: m4;
}
.p-case .table-1 .cell6 {
  grid-area: avg;
}
.p-case .table-1 .cell7 {
  grid-area: yeshead;
}
.p-case .table-1 .cell8 {
  grid-area: p1;
}
.p-case .table-1 .cell9 {
  grid-area: p2;
}
.p-case .table-1 .cell10 {
  grid-area: p3;
}
.p-case .table-1 .cell11 {
  grid-area: p4;
}
.p-case .table-1 .cell12 {
  grid-area: p5;
}
.p-case .table-1 .cell13 {
  grid-area: nohead;
}
.p-case .table-1 .cell14 {
  grid-area: np1;
}
.p-case .table-1 .cell15 {
  grid-area: np2;
}
.p-case .table-1 .cell16 {
  grid-area: np3;
}
.p-case .table-1 .cell17 {
  grid-area: np4;
}
.p-case .table-1 .cell18 {
  grid-area: np5;
}
.p-case .table-2 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "blank    e1      e2      e3" "yeshead   p1      p2      p3" "nohead   np1     np2     np3";
}
.p-case .table-2 .blank {
  grid-area: blank;
}
.p-case .table-2 .cell2 {
  grid-area: e1;
}
.p-case .table-2 .cell3 {
  grid-area: e2;
}
.p-case .table-2 .cell4 {
  grid-area: e3;
}
.p-case .table-2 .cell5 {
  grid-area: yeshead;
}
.p-case .table-2 .cell6 {
  grid-area: p1;
}
.p-case .table-2 .cell7 {
  grid-area: p2;
}
.p-case .table-2 .cell8 {
  grid-area: p3;
}
.p-case .table-2 .cell9 {
  grid-area: nohead;
}
.p-case .table-2 .cell10 {
  grid-area: np1;
}
.p-case .table-2 .cell11 {
  grid-area: np2;
}
.p-case .table-2 .cell12 {
  grid-area: np3;
}
@media (max-width: 768px) {
  .p-case_head {
    width: auto;
    margin: 0 20px;
    text-align: left;
  }
  .p-case_content--top, .p-case_content--bottom .c-flex {
    margin-left: 0;
    margin-right: 0;
  }
  .p-case .c-flex {
    flex-direction: column;
  }
  .p-case_head + .p-case_content {
    margin-bottom: 20px;
  }
  .p-case_caption {
    justify-self: left;
  }
  .p-case .cell-text {
    border-left: 0;
  }
  .p-case .head {
    border-left: 1px solid #ccc;
  }
  .p-case .table-1 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "blank    nohead     yeshead" "m1       np1        p1" "m2       np2        p2" "m3       np3        p3" "m4       np4        p4" "avg      np5        p5";
  }
  .p-case .table-2 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "blank    nohead   yeshead" "e1       np1      p1" "e2       np2      p2" "e3       np3      p3";
  }
}

.p-flow {
  /* SP表示（768px以下）では1列にする */
}
.p-flow-list {
  margin-top: 40px;
  display: flex;
  gap: 19px;
}
.p-flow-list li {
  position: relative;
  flex: 1;
  align-items: center;
  width: calc((100% - 95px) / 6);
  padding: 19px 16px;
  border: 4px solid #009FCC;
  border-radius: 10px;
  text-align: left;
}
.p-flow-list li:after {
  position: absolute;
  top: 50%;
  right: -35px;
  z-index: 1;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/flow-arrow.svg) no-repeat;
}
.p-flow-list li:last-child:after {
  display: none;
}
.p-flow-list img {
  display: block;
  max-width: 100%;
  margin: -59px auto 0;
}
.p-flow_title {
  display: flex;
  align-items: center;
  min-height: 77px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.p-flow_text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-flow-list {
    flex-direction: column;
    gap: 10px;
  }
  .p-flow-list li {
    display: flex;
    gap: 15px;
    width: 100%;
  }
  .p-flow-list li:after {
    top: auto;
    right: 50%;
    bottom: -30px;
    transform: translateX(50%) rotate(90deg);
  }
  .p-flow-list img {
    width: 100px;
    margin: 0;
  }
  .p-flow-list_item4 img {
    width: 96px;
  }
  .p-flow_title {
    min-height: auto;
    margin-bottom: 10px;
  }
}

.p-faq dl {
  margin: 20px 91px;
  border: 1px solid #C0F1FF;
  text-align: left;
}
.p-faq dt {
  display: flex;
  gap: 13px;
  align-items: center;
  height: 60px;
  padding-left: 28px;
  background: #C0F1FF;
  font-size: 20px;
  font-weight: bold;
}
.p-faq dd {
  display: flex;
  gap: 13px;
  padding: 16px 38px 24px 28px;
  font-size: 16px;
  line-height: 1.4;
}
.p-faq p + p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-faq dl {
    margin: 20px 0;
  }
  .p-faq dt {
    align-items: flex-start;
    height: auto;
    padding: 14px 15px 18px 15px;
    line-height: 1.4;
  }
  .p-faq dt img {
    margin-top: 2px;
  }
  .p-faq dd {
    flex-direction: column;
    padding: 16px 15px 24px 15px;
  }
}

.p-related {
  padding-bottom: 100px;
}
.p-related ul {
  gap: 27px;
}
.p-related li {
  flex: 1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
}
.p-related a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.p-related a:hover .p-related_text {
  color: #666;
}
.p-related a:hover .p-related_link {
  background: rgba(25, 165, 205, 0.1882352941);
}
.p-related_img {
  flex-shrink: 0;
  width: 100%;
  height: 177px;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.p-related_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
a:hover .p-related_img img {
  transform: scale(1.05);
}
.p-related_text {
  padding: 20px 20px 17px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.p-related h4 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.p-related p {
  font-size: 16px;
  line-height: 1.6;
}
.p-related_link {
  display: flex;
  align-items: center;
  gap: 22px;
  width: fit-content;
  height: 32px;
  margin-top: 14px;
  padding-left: 14px;
  padding-right: 7px;
  border: 1px solid #19A5CD;
  border-radius: 32px;
  color: #19A5CD;
  font-size: 14px;
}
.p-related_link img {
  width: 13px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-related_content {
    overflow-x: scroll;
    margin: 0 -28px;
    padding: 10px 28px;
  }
  .p-related ul:after {
    content: "";
    flex: 0 0 1px;
  }
  .p-related a {
    width: 75vw;
  }
}

.p-sns_logo {
  display: flex;
  gap: 24px;
  align-items: center;
  width: fit-content;
  margin: auto;
  color: inherit;
  text-decoration: none;
}
.p-sns_logo:hover {
  color: #666;
}
.p-sns_logo img {
  width: 91px;
  height: 91px;
  border-radius: 91px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.p-sns_logo p {
  font-size: 16px;
  font-weight: bold;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.footer {
  position: relative;
  z-index: 1;
  min-width: 1100px;
  padding: 40px 50px 0;
  border-top: 1px solid #dbdbdb;
  background: #f4f4f4;
}
.footer .logo {
  float: left;
}
.footer .logo img {
  width: 200px;
  height: 35px;
}
.footer .nav_sub {
  float: right;
}
.footer .nav {
  text-align: right;
}
.footer .nav li {
  display: inline-block;
  background: url("../img/footer_bg_arrow.png") no-repeat 0 50%;
  background-size: 7px 17px;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  width: auto;
}
.footer .nav li:last-child {
  margin: 0;
}
.footer .nav a {
  color: #959595;
  font-size: 13px;
  text-decoration: none;
}
.footer .bottom {
  padding-bottom: 90px;
}
.footer .bottom .nav {
  margin: 15px 40px 15px 0;
}
.footer .bnr_social {
  float: right;
}
.footer .bnr_social img {
  width: 40px;
  height: 40px;
}
.footer .bnr_social a {
  -webkit-border-radius: 27px;
  border-radius: 27px;
}
.footer .bnr_social.facebook {
  margin-right: 8px;
}
.footer .copyright {
  display: block;
  text-align: right;
  padding-bottom: 40px;
  color: #959595;
  font-size: 13px;
}
.footer .info {
  color: #959595;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .footer {
    min-width: 0;
  }
  .footer .bottom .nav {
    margin: 15px 0 15px;
  }
}