@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

.en {
  font-family: "Mulish", sans-serif;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .contents_box-s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .contents_box-m {
    width: 66.5%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .contents_box-l {
    width: 87.5%;
    min-width: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .contents_box-s,
  .contents_box-m,
  .contents_box-l {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb_contents .contents_box-s {
    padding: 15px;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_contents .contents_box-s {
    width: 95%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
.post_list_thumbnail {
  position: relative;
  overflow: hidden;
}
.post_list_thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.single_txt a {
  text-decoration: underline;
}
.single_txt em,
.single_txt i {
  font-style: italic;
}
.single_txt strong,
.single_txt b {
  font-weight: 900;
}
.single_txt pre,
.single_txt code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.single_txt u {
  text-decoration: underline;
}
.single_txt del {
  text-decoration: line-through;
}
.single_txt ol,
.single_txt ul {
  padding-left: 20px;
}
.single_txt ol {
  list-style: decimal;
}
.single_txt ul {
  list-style: disc;
}
.single_txt blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.single_txt blockquote p {
  color: #555555;
  font-style: italic;
}
.single_txt blockquote p::before {
  content: "“";
}
.single_txt blockquote p::after {
  content: "”";
}
.single_txt .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.single_txt .table_wrapper th,
.single_txt .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .single_txt .table_wrapper th,
  .single_txt .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .single_txt .table_wrapper th,
  .single_txt .table_wrapper td {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .overlayMenu,
  .overlayMenuBtn {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
.flex {
  display: flex;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ===== PC / 共通 ===== */
.com_ttl-h2 {
  margin-bottom: 50px;
}
.com_ttl-h2 h2 {
  flex-direction: column;
  gap: 10px 0;
}
.com_ttl-h2 h2 .ja {
  color: #006279;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.com_ttl-h2 h2 .en {
  color: #006279;
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.com_ttl-h3_contents-v1 {
  position: relative;
}
.com_ttl-h3_contents-v1 .contents_box-m {
  min-width: 1280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.com_ttl-h3_contents-v1 .contents_box-m .com_ttl-h3_wrapper {
  width: 590px;
  background: #ffffff;
  padding: 30px 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}
.com_ttl-h3_contents-v1 .com_ttl-h3_contents_img {
  width: 78.13%;
  min-width: 1080px;
  height: 520px;
  background: url(../img/components/title/com_ttl-h3_contents_img.jpg) no-repeat center left/cover;
  margin: 0 0 0 auto;
}
.com_ttl-h3_contents-v1 .com_ttl-h3_contents_img-problem-v1 {
  background: url(../img/components/title/com_ttl-h3_contents_img-problem-v1.jpg) no-repeat center left/cover;
}
.com_ttl-h3_contents-v1 .com_ttl-h3_contents_img-voice-v1 {
  background: url(../img/components/title/com_ttl-h3_contents_img-voice-v1.jpg) no-repeat center left/cover;
}
.com_ttl-h3_contents-v1 .com_ttl-h3_contents_img-faq-v1 {
  background: url(../img/components/title/com_ttl-h3_contents_img-faq-v1.jpg) no-repeat center left/cover;
}

.com_ttl-h3_contents-v2 {
  position: relative;
}
.com_ttl-h3_contents-v2 .contents_box-m {
  min-width: 1280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.com_ttl-h3_contents-v2 .contents_box-m .com_ttl-h3_wrapper {
  width: 590px;
  background: #ffffff;
  padding: 30px 50px;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 999;
}
.com_ttl-h3_contents-v2 .com_ttl-h3_contents_img {
  width: 78.13%;
  min-width: 1080px;
  height: 520px;
  background: url(../img/components/title/com_ttl-h3_contents_img.jpg) no-repeat center right/cover;
}
.com_ttl-h3_contents-v2 .com_ttl-h3_contents_img-problem-v2 {
  background: url(../img/components/title/com_ttl-h3_contents_img-problem-v2.jpg) no-repeat center right/cover;
}
.com_ttl-h3_contents-v2 .com_ttl-h3_contents_img-voice-v2 {
  background: url(../img/components/title/com_ttl-h3_contents_img-voice-v2.jpg) no-repeat center right/cover;
}
.com_ttl-h3_contents-v2 .com_ttl-h3_contents_img-faq-v2 {
  background: url(../img/components/title/com_ttl-h3_contents_img-faq-v2.jpg) no-repeat center right/cover;
}

.com_ttl-h3 {
  margin-bottom: 30px;
}
.com_ttl-h3 h3 {
  flex-direction: column;
  gap: 10px 0;
}
.com_ttl-h3 h3 .en {
  color: #006279;
  font-size: 5.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.com_ttl-h3 h3 .ja {
  display: inline-block;
  color: #006279;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 10px;
  border-left: 3px solid #006279;
}

.com_ttl-h4 {
  margin-bottom: 30px;
}
.com_ttl-h4 h4 {
  flex-direction: column;
  gap: 10px 0;
}
.com_ttl-h4 h4 .en {
  color: #006279;
  font-size: 5.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.com_ttl-h4 h4 .ja {
  color: #006279;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 10px;
  border-left: 3px solid #006279;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .com_ttl-h2 {
    margin-bottom: 35px;
  }
  .com_ttl-h2 h2 {
    gap: 5px 0;
  }
  .com_ttl-h2 h2 .ja {
    font-size: 1.5rem;
  }
  .com_ttl-h2 h2 .en {
    font-size: 3.6rem;
  }
  .com_ttl-h3_contents-v1 .contents_box-m {
    min-width: auto;
  }
  .com_ttl-h3_contents-v1 .contents_box-m .com_ttl-h3_wrapper {
    width: 80%;
    padding: 20px;
  }
  .com_ttl-h3_contents-v1 .com_ttl-h3_contents_img {
    width: 80%;
    min-width: auto;
    height: 285px;
    margin: 0 0 0 auto;
  }
  .com_ttl-h3_contents-v2 .contents_box-m {
    min-width: auto;
  }
  .com_ttl-h3_contents-v2 .contents_box-m .com_ttl-h3_wrapper {
    width: 80%;
    padding: 20px;
  }
  .com_ttl-h3_contents-v2 .com_ttl-h3_contents_img {
    width: 80%;
    min-width: auto;
    height: 285px;
  }
  .com_ttl-h3 {
    margin-bottom: 15px;
  }
  .com_ttl-h3 h3 .en {
    color: #006279;
    font-size: 2.8rem;
  }
  .com_ttl-h3 h3 .ja {
    color: #006279;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .com_ttl-h4 {
    margin-bottom: 30px;
  }
  .com_ttl-h4 h4 {
    flex-direction: column;
    gap: 10px 0;
  }
  .com_ttl-h4 h4 .en {
    color: #006279;
    font-size: 5.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .com_ttl-h4 h4 .ja {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.3;
  }
}
/* ===== PC / 共通 ===== */
.btn {
  width: 175px;
}
.btn a {
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  border: 1px solid #006279;
  border-radius: 90px;
  box-sizing: border-box;
  color: #006279;
  font-size: 1.5rem;
  transition: 0.3s;
}
.btn a span {
  margin-right: 8px;
}
.btn a:hover {
  background: #006279;
}
.btn a:hover span {
  color: #ffffff;
}
.btn a:hover i {
  color: #ffffff;
}

.toggle_btn a {
  align-items: center;
  gap: 0 30px;
}
.toggle_btn a .en {
  color: #006279;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: color 0.3s ease;
}
.toggle_btn a .ic_wrapper {
  width: 80px;
  height: 80px;
  border: 1px solid #006279;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.toggle_btn a .ic_wrapper i {
  color: #006279;
  font-size: 2rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.return_btn {
  width: 175px;
  margin: 45px auto 0;
}
.return_btn a {
  align-items: center;
  justify-content: center;
  background: #006279;
  padding: 15px 5px;
  border: 1px solid #006279;
  border-radius: 90px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.5rem;
  transition: 0.3s;
}
.return_btn a span {
  margin-right: 8px;
}
.return_btn a:hover {
  background: #ffffff;
}
.return_btn a:hover span {
  color: #006279;
}
.return_btn a:hover i {
  color: #006279;
}

/* --- 開いた状態 --- */
.com_ttl-h3_contents.is-open .toggle_btn .ic_wrapper {
  background: #006279;
}
.com_ttl-h3_contents.is-open .toggle_btn .ic_wrapper .en {
  color: #ffffff;
}
.com_ttl-h3_contents.is-open .toggle_btn .ic_wrapper i {
  color: #ffffff;
}
.com_ttl-h3_contents.is-open .toggle_btn .bi-arrow-right-short {
  transform: rotate(90deg);
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .btn {
    width: 175px;
  }
  .btn a {
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
    border: 1px solid #006279;
    border-radius: 90px;
    box-sizing: border-box;
    color: #006279;
    font-size: 1.5rem;
    transition: 0.3s;
  }
  .btn a span {
    margin-right: 8px;
  }
  .btn a:hover {
    background: #006279;
  }
  .btn a:hover span {
    color: #ffffff;
  }
  .btn a:hover i {
    color: #ffffff;
  }
  .toggle_btn a {
    align-items: center;
    gap: 0 20px;
  }
  .toggle_btn a .en {
    font-size: 1.8rem;
  }
  .toggle_btn a .ic_wrapper {
    width: 50px;
    height: 50px;
  }
  .toggle_btn a .ic_wrapper i {
    font-size: 1.8rem;
  }
  .return_btn {
    width: 175px;
    margin: 35px auto 0;
  }
  .return_btn a {
    padding: 12px 5px;
  }
}
/* ===== PC / 共通 ===== */
.cta_wrapper {
  width: 1000px;
  background: #EAEFF1;
  padding: 30px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.cta_wrapper .cta_ttl {
  padding-right: 40px;
  border-right: 1px solid #C3C3C3;
  margin-right: 40px;
}
.cta_wrapper .cta_ttl h3 {
  align-items: center;
  gap: 0 10px;
}
.cta_wrapper .cta_ttl h3 .en {
  color: #006279;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.cta_wrapper .cta_ttl h3 .ja {
  color: #006279;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.cta_wrapper .cta_btn {
  width: 310px;
}
.cta_wrapper .cta_btn a {
  padding: 20px;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .cta_wrapper {
    width: 80%;
    background: #EAEFF1;
    padding: 30px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  .cta_wrapper .cta_ttl {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cta_wrapper .cta_ttl h3 {
    align-items: center;
    gap: 0 10px;
  }
  .cta_wrapper .cta_ttl h3 .en {
    color: #006279;
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .cta_wrapper .cta_ttl h3 .ja {
    color: #006279;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .cta_wrapper .cta_btn {
    width: 95%;
  }
  .cta_wrapper .cta_btn a {
    padding: 18px;
  }
}
/* ===== PC / 共通 ===== */
.wpcf7-response-output {
  display: none;
}

.wpcf7_required {
  color: #fff;
  background: #B40019;
  padding: 0 10px 2px;
}

.contact__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; /* 以前より少し詰めてもOK */
}
.contact__privacy .wpcf7-list-item-label {
  display: none;
}
.contact__privacy .wpcf7_required {
  font-size: 1.3rem;
  margin-right: -20px;
}
.contact__privacy label {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact__privacy label {
    font-size: 1.5rem;
  }
}
.contact__privacy .wpcf7-form-control-wrap {
  position: relative;
}
.contact__privacy .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 1.3rem;
  position: absolute;
  bottom: -1.6em;
  left: 1.8em;
  white-space: nowrap;
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-modal[hidden] {
  display: none;
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.c-modal__dialog {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  max-width: 700px;
  max-height: 80vh;
  overflow: auto;
  z-index: 1;
  box-sizing: border-box;
}

.c-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

.c-modal__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.c-modal__body > p {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.c-modal__body .c-modal__body_lists {
  flex-direction: column;
  gap: 20px 0;
}
.c-modal__body .c-modal__body_lists .c-modal__body_list h3 {
  border-left: 3px solid #006279;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.c-modal__body .c-modal__body_lists .c-modal__body_list p {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.js-open-policy {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  width: 35%;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  font-size: 1.5rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #fff;
  background: #B40019;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 65%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  font-size: 1.5rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
  display: block;
  width: 100%;
  height: 225px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  padding: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 15px 0 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 15px 15px 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
  display: flex;
  align-items: center;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
  width: 5%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
  width: 95%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
  font-size: 1.5rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
  content: "\f133";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.5rem; /* 媒体別で変更可 */
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
  width: 15%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
  width: 85%;
}
.wpcf7 .wpcf7-form .wpcf7_accepted {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  text-align: center;
  font-size: 1.5rem;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_buttons {
  justify-content: center;
  gap: 0 30px;
}
.wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7_button input[type=submit], .wpcf7 .wpcf7-form .wpcf7_button > a {
  display: block;
  margin: 0 auto;
  width: 320px;
  background: #ffffff;
  color: #006279;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #006279;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 20px;
  border-radius: 90px;
  transition: 0.3s;
}
.wpcf7 .wpcf7-form .wpcf7_button input[type=submit]:hover, .wpcf7 .wpcf7-form .wpcf7_button > a:hover {
  background: #006279;
  color: #ffffff;
}
.wpcf7 .wpcf7-form .wpcf7_button > a {
  padding: 18px 20px;
}

/* ========= SP ========= */
@media only screen and (max-width: 767px) {
  .policy-consent {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
  .c-modal__dialog {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    width: 90%;
    max-height: 80vh;
    overflow: auto;
    z-index: 1;
  }
  .c-modal__title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .c-modal__body > p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .c-modal__body .c-modal__body_lists {
    flex-direction: column;
    gap: 20px 0;
  }
  .c-modal__body .c-modal__body_lists .c-modal__body_list h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .c-modal__body .c-modal__body_lists .c-modal__body_list p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .js-open-policy {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
    display: flex;
    flex-direction: column;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
    width: 100%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
    font-size: 1.4rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
    font-size: 1.5rem;
    padding: 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio {
    padding-top: 0;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
    width: 20%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
    width: 80%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_buttons {
    flex-direction: column;
    gap: 30px 0;
  }
  .wpcf7 .wpcf7-form .wpcf7_button input[type=submit], .wpcf7 .wpcf7-form .wpcf7_button > a {
    display: block;
    width: 80%;
    font-size: 1.6rem;
    padding: 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_button > a {
    padding: 12px 15px;
  }
}
/* ===== PC / 共通 ===== */
.hd {
  height: 100vh;
  position: relative;
}
.hd .hd_contents {
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding: 20px 30px;
  box-sizing: border-box;
  border-bottom: 2px solid #ffffff;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.hd .main-visual {
  height: 100%;
  background: url(../img/layout/header/main-visual_img.jpg) no-repeat center/cover;
  position: relative;
}
.hd .main-visual .hd_ttl {
  width: 40.89%;
  position: absolute;
  left: 5.21%;
  bottom: 6.67%;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .hd {
    height: 60vh;
  }
  .hd .hd_contents {
    padding: 10px 20px;
    position: absolute;
  }
  .hd .hd_contents .hd_logo {
    width: 45%;
  }
  .hd .hd_contents .hd_contact_btn {
    display: none;
  }
  .hd .main-visual {
    height: 100%;
    background: url(../img/layout/header/main-visual_img.jpg) no-repeat center/cover;
    position: relative;
  }
  .hd .main-visual .hd_ttl {
    width: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 5%;
  }
}
/* ===== PC / 共通 ===== */
.copy-right {
  background: #006279;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 0;
}
.copy-right small {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.ft_bottom-nav {
  display: none;
}

/* ================= SP ================= */
@media only screen and (max-width: 767px) {
  .copy-right {
    margin-bottom: 45px;
  }
  .copy-right small {
    font-size: 1rem;
  }
  .ft_bottom-nav {
    width: 100%;
    height: 45px;
    background: #ffffff;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 1000;
    border-top: 1px solid #e5e7eb;
  }
  .ft_bottom-nav .ft_bottom-nav_btn {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .ft_bottom-nav .ft_bottom-nav_btn a {
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    background: #006279;
    padding: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
  }
}
/* ===== PC / 共通 ===== */
.about_sec {
  padding: 80px 0;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper {
  margin-bottom: 50px;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents {
  justify-content: space-between;
  margin-bottom: 45px;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_ttl {
  width: 385px;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_ttl h3 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_lists {
  width: 660px;
  flex-direction: column;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_lists .about_message_list {
  border-bottom: 1px solid #C3C3C3;
  padding: 20px 0;
  box-sizing: border-box;
  align-items: center;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_lists .about_message_list:first-child {
  border-top: 1px solid #C3C3C3;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_lists .about_message_list i {
  color: #006279;
  margin-right: 15px;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_lists .about_message_list span {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_txt {
  background: #E4E4E4;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_txt::before {
  content: "";
  display: block;
  width: 78px;
  aspect-ratio: 78/19;
  background: url(../img/pages/lp/about_message_txt_arrow.png) no-repeat center/contain;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_txt p {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_txt p span {
  font-size: 2.4rem;
}
.about_sec .contents_box-m .contents_box-s .about_contents {
  justify-content: space-between;
}
.about_sec .contents_box-m .contents_box-s .about_contents .about_contents_wrapper {
  width: 510px;
}
.about_sec .contents_box-m .contents_box-s .about_contents .about_contents_wrapper .about_contents_txt p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 25px;
}
.about_sec .contents_box-m .contents_box-s .about_contents .about_contents_wrapper .about_contents_txt p:last-child {
  margin-bottom: 0;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .about_sec {
    padding: 50px 0;
  }
  .about_sec .contents_box-m .contents_box-s .about_message_wrapper {
    margin-bottom: 50px;
  }
  .about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents {
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 45px;
  }
  .about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_ttl {
    width: 100%;
  }
  .about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_ttl h3 {
    font-size: 2rem;
  }
  .about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_lists {
    width: 100%;
  }
  .about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_lists .about_message_list i {
    margin-right: 10px;
  }
  .about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_contents .about_message_lists .about_message_list span {
    font-size: 1.5rem;
  }
  .about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_txt {
    padding: 20px 15px;
  }
  .about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_txt p {
    font-size: 1.5rem;
  }
  .about_sec .contents_box-m .contents_box-s .about_message_wrapper .about_message_txt p span {
    font-size: 2rem;
  }
  .about_sec .contents_box-m .contents_box-s .about_contents {
    flex-direction: column;
    gap: 30px 0;
  }
  .about_sec .contents_box-m .contents_box-s .about_contents .about_contents_wrapper {
    width: 100%;
  }
  .about_sec .contents_box-m .contents_box-s .about_contents .about_contents_wrapper .about_contents_txt p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
/* ===== PC / 共通 ===== */
.trouble_sec {
  padding: 80px 0;
  background: linear-gradient(90deg, rgba(234, 239, 241, 0) 63%, rgb(234, 239, 241) 63%);
}
.trouble_sec .trouble_contents {
  margin-bottom: 50px;
}
.trouble_sec .trouble_contents > .contents_box-m {
  display: none;
  min-width: 1280px;
  background: #ffffff;
  padding: 50px 0;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example {
  padding-bottom: 55px;
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 60px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents {
  justify-content: space-between;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_img {
  width: 270px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists {
  width: 790px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 0;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists .trouble_example_list {
  width: 425px;
  gap: 0 10px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists .trouble_example_list:nth-child(2n) {
  width: 365px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists .trouble_example_list i, .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists .trouble_example_list span {
  font-size: 1.5rem;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists .trouble_example_list i {
  color: #006279;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists .trouble_example_list span {
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists-v2 .trouble_example_list {
  width: 395px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists-v2 .trouble_example_list:nth-child(2n) {
  width: 395px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can {
  padding-bottom: 55px;
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 60px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists .trouble_can_list {
  width: 340px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists .trouble_can_list .trouble_can_list_img {
  margin-bottom: 20px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists .trouble_can_list .trouble_can_list_ttl {
  margin-bottom: 20px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists .trouble_can_list .trouble_can_list_ttl h5 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists .trouble_can_list .trouble_can_list_txt p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit {
  margin-bottom: 50px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit .trouble_merit_lists {
  gap: 27px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit .trouble_merit_lists .trouble_merit_list {
  width: 250px;
  padding: 20px 0 30px;
  position: relative;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit .trouble_merit_lists .trouble_merit_list::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/15;
  background: url(../img/pages/lp/trouble_merit_list_ic-left.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit .trouble_merit_lists .trouble_merit_list::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/15;
  background: url(../img/pages/lp/trouble_merit_list_ic-right.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit .trouble_merit_lists .trouble_merit_list .trouble_merit_list_img {
  text-align: center;
  margin-bottom: 10px;
}
.trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit .trouble_merit_lists .trouble_merit_list .trouble_merit_list_ttl h5 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .trouble_sec {
    padding: 50px 0;
  }
  .trouble_sec .trouble_contents {
    margin-bottom: 50px;
  }
  .trouble_sec .trouble_contents > .contents_box-m {
    width: 100%;
    min-width: auto;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents {
    flex-direction: column-reverse;
    gap: 30px 0;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_img {
    width: 80%;
    margin: 0 auto;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists .trouble_example_list {
    width: 100%;
    gap: 0 10px;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists .trouble_example_list i, .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_example .trouble_example_contents .trouble_example_lists .trouble_example_list span {
    font-size: 1.4rem;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists {
    flex-direction: column;
    gap: 30px;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists .trouble_can_list {
    width: 100%;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists .trouble_can_list .trouble_can_list_img {
    margin-bottom: 18px;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists .trouble_can_list .trouble_can_list_ttl {
    margin-bottom: 15px;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists .trouble_can_list .trouble_can_list_ttl h5 {
    font-size: 1.8rem;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_can .trouble_can_lists .trouble_can_list .trouble_can_list_txt p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit {
    margin-bottom: 50px;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit .trouble_merit_lists {
    flex-wrap: wrap;
    gap: 30px 3%;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit .trouble_merit_lists .trouble_merit_list {
    display: flex;
    flex-direction: column;
    width: 48.5%;
    padding: 10px 0 20px;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit .trouble_merit_lists .trouble_merit_list .trouble_merit_list_img {
    margin-bottom: 10px;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit .trouble_merit_lists .trouble_merit_list .trouble_merit_list_img img {
    width: 45%;
  }
  .trouble_sec .trouble_contents > .contents_box-m .contents_box-s .trouble_merit .trouble_merit_lists .trouble_merit_list .trouble_merit_list_ttl h5 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/* ===== PC / 共通 ===== */
.reason_sec {
  background: #EAEFF1;
  padding: 80px 0;
}
.reason_sec .contents_box-m .contents_box-s .reason_lists {
  flex-wrap: wrap;
  gap: 30px;
}
.reason_sec .contents_box-m .contents_box-s .reason_lists .reason_list {
  width: 340px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}
.reason_sec .contents_box-m .contents_box-s .reason_lists .reason_list .reason_list_ttl {
  margin-bottom: 5px;
}
.reason_sec .contents_box-m .contents_box-s .reason_lists .reason_list .reason_list_ttl .en {
  color: #006279;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.reason_sec .contents_box-m .contents_box-s .reason_lists .reason_list .reason_list_img {
  margin-bottom: 10px;
}
.reason_sec .contents_box-m .contents_box-s .reason_lists .reason_list .reason_list_txt p {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .reason_sec {
    padding: 50px 0;
  }
  .reason_sec .contents_box-m .contents_box-s .reason_lists {
    flex-direction: column;
    gap: 30px;
  }
  .reason_sec .contents_box-m .contents_box-s .reason_lists .reason_list {
    width: 100%;
    padding: 25px;
  }
}
/* ===== PC / 共通 ===== */
.voice_sec {
  padding: 80px 0;
  background: linear-gradient(90deg, rgba(234, 239, 241, 0) 63%, rgb(234, 239, 241) 63%);
}
.voice_sec .voice_contents {
  margin-bottom: 50px;
}
.voice_sec .voice_contents > .contents_box-m {
  min-width: 1280px;
  background: #ffffff;
  padding: 50px 0;
}
.voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists {
  flex-wrap: wrap;
  gap: 40px;
}
.voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list {
  width: 520px;
  gap: 0 20px;
}
.voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list .voice_list_img {
  width: 140px;
}
.voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list .voice_list_contents {
  width: 360px;
}
.voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list .voice_list_contents .voice_list_ttl {
  margin-bottom: 15px;
}
.voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list .voice_list_contents .voice_list_ttl h4 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list .voice_list_contents .voice_list_txt p {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .voice_sec {
    padding: 50px 0;
  }
  .voice_sec .voice_contents {
    margin-bottom: 50px;
  }
  .voice_sec .voice_contents > .contents_box-m {
    width: 100%;
    min-width: auto;
  }
  .voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists {
    flex-wrap: wrap;
    gap: 40px;
  }
  .voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list {
    width: 100%;
    gap: 0 5%;
  }
  .voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list .voice_list_img {
    width: 25%;
  }
  .voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list .voice_list_contents {
    width: 70%;
  }
  .voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list .voice_list_contents .voice_list_ttl {
    margin-bottom: 10px;
  }
  .voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list .voice_list_contents .voice_list_ttl h4 {
    font-size: 1.8rem;
  }
  .voice_sec .voice_contents > .contents_box-m .contents_box-s .voice_lists .voice_list .voice_list_contents .voice_list_txt p {
    font-size: 1.3rem;
  }
}
/* ===== PC / 共通 ===== */
.price_sec {
  padding: 80px 0;
  background: #EAEFF1;
}
.price_sec .contents_box-m .price_ttl_wrapper {
  justify-content: space-between;
}
.price_sec .contents_box-m .price_ttl_wrapper .price_txt {
  width: 790px;
}
.price_sec .contents_box-m .price_ttl_wrapper .price_txt p {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.price_sec .contents_box-m .price_lists {
  justify-content: space-between;
}
.price_sec .contents_box-m .price_lists .price_list {
  flex-direction: column;
  width: 31.25%;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_wrapper {
  background: #ffffff;
  padding: 25px 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  flex-grow: 1;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 10px;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_ttl h3 {
  color: #006279;
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_cost_wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 20px;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_cost_wrapper .price_list_cost_ttl h4 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_cost_wrapper .price_list_cost_txt p {
  font-size: clamp(1.4rem, 0.78vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_cost_wrapper .price_list_cost_txt p span {
  font-size: clamp(1.6rem, 0.94vw, 1.8rem);
}
.price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_txt {
  background: #EAEFF1;
  padding: 10px;
  box-sizing: border-box;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_txt p {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_caption p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: right;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .price_sec {
    padding: 50px 0;
  }
  .price_sec .contents_box-m .price_ttl_wrapper {
    flex-direction: column;
    margin-bottom: 35px;
  }
  .price_sec .contents_box-m .price_ttl_wrapper .price_txt {
    width: 100%;
  }
  .price_sec .contents_box-m .price_ttl_wrapper .price_txt p {
    font-size: 1.3rem;
  }
  .price_sec .contents_box-m .price_lists {
    flex-direction: column;
    gap: 30px 0;
  }
  .price_sec .contents_box-m .price_lists .price_list {
    flex-direction: column;
    width: 100%;
  }
  .price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_ttl h3 {
    font-size: 1.6rem;
  }
  .price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_cost_wrapper .price_list_cost_ttl h4 {
    font-size: 1.2rem;
  }
  .price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_cost_wrapper .price_list_cost_txt p {
    font-size: 1.4rem;
  }
  .price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_cost_wrapper .price_list_cost_txt p span {
    font-size: 1.6rem;
  }
  .price_sec .contents_box-m .price_lists .price_list .price_list_wrapper .price_list_txt p {
    font-size: 1.2rem;
  }
  .price_sec .contents_box-m .price_lists .price_list .price_list_caption p {
    font-size: 1rem;
  }
}
/* ===== PC / 共通 ===== */
.area_sec {
  padding: 80px 0;
}
.area_sec .contents_box-s .area_contents {
  gap: 0 30px;
}
.area_sec .contents_box-s .area_contents .area_img {
  width: 500px;
}
.area_sec .contents_box-s .area_contents .area_lists {
  width: 550px;
  flex-direction: column;
  gap: 35px 0;
}
.area_sec .contents_box-s .area_contents .area_lists .area_list .area_list_ttl {
  margin-bottom: 15px;
}
.area_sec .contents_box-s .area_contents .area_lists .area_list .area_list_ttl h3 {
  align-items: center;
  gap: 0 5px;
}
.area_sec .contents_box-s .area_contents .area_lists .area_list .area_list_ttl h3 .ja {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.area_sec .contents_box-s .area_contents .area_lists .area_list .area_list_txt p {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .area_sec {
    padding: 50px 0;
  }
  .area_sec .contents_box-s .area_contents {
    flex-direction: column;
    gap: 0 30px;
  }
  .area_sec .contents_box-s .area_contents .area_img {
    width: 80%;
    margin: 0 auto;
  }
  .area_sec .contents_box-s .area_contents .area_lists {
    width: 100%;
    flex-direction: column;
    gap: 25px 0;
  }
  .area_sec .contents_box-s .area_contents .area_lists .area_list .area_list_ttl {
    margin-bottom: 5px;
  }
  .area_sec .contents_box-s .area_contents .area_lists .area_list .area_list_ttl h3 {
    align-items: center;
    gap: 0 5px;
  }
  .area_sec .contents_box-s .area_contents .area_lists .area_list .area_list_ttl h3 .ja {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .area_sec .contents_box-s .area_contents .area_lists .area_list .area_list_txt p {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
/* ===== PC / 共通 ===== */
.step_sec {
  padding: 80px 0;
  background: url(../img/pages/lp/step_sec_bg.jpg) no-repeat center/cover;
}
.step_sec .contents_box-s .step_lists {
  gap: 0 67px;
}
.step_sec .contents_box-s .step_lists .step_list {
  width: 220px;
  background: #ffffff;
  padding: 30px 20px 10px;
  box-sizing: border-box;
  position: relative;
}
.step_sec .contents_box-s .step_lists .step_list::after {
  content: "\f135";
  display: block;
  color: #006279;
  font-family: "bootstrap-icons";
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -20%;
}
.step_sec .contents_box-s .step_lists .step_list:last-child::after {
  display: none;
}
.step_sec .contents_box-s .step_lists .step_list .step_list_img {
  text-align: center;
  margin-bottom: 10px;
}
.step_sec .contents_box-s .step_lists .step_list .step_list_ttl {
  margin-bottom: 15px;
}
.step_sec .contents_box-s .step_lists .step_list .step_list_ttl h3 {
  flex-direction: column;
  gap: 10px 0;
}
.step_sec .contents_box-s .step_lists .step_list .step_list_ttl h3 .en {
  color: #006279;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.step_sec .contents_box-s .step_lists .step_list .step_list_ttl h3 .ja {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.step_sec .contents_box-s .step_lists .step_list .step_list_txt p {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .step_sec {
    padding: 50px 0;
  }
  .step_sec .contents_box-s .step_lists {
    flex-wrap: wrap;
    gap: 15px 6%;
  }
  .step_sec .contents_box-s .step_lists .step_list {
    width: 47%;
    background: #ffffff;
    padding: 30px 20px 10px;
    box-sizing: border-box;
  }
  .step_sec .contents_box-s .step_lists .step_list::after {
    right: -13%;
  }
  .step_sec .contents_box-s .step_lists .step_list:nth-child(2n)::after {
    display: none;
  }
  .step_sec .contents_box-s .step_lists .step_list .step_list_img {
    text-align: center;
    margin-bottom: 10px;
  }
  .step_sec .contents_box-s .step_lists .step_list .step_list_img img {
    width: 60%;
  }
  .step_sec .contents_box-s .step_lists .step_list .step_list_ttl {
    margin-bottom: 15px;
  }
  .step_sec .contents_box-s .step_lists .step_list .step_list_ttl h3 {
    flex-direction: column;
    gap: 5px 0;
  }
  .step_sec .contents_box-s .step_lists .step_list .step_list_ttl h3 .en {
    color: #006279;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .step_sec .contents_box-s .step_lists .step_list .step_list_ttl h3 .ja {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .step_sec .contents_box-s .step_lists .step_list .step_list_txt p {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
/* ===== PC / 共通 ===== */
.faq_sec {
  padding: 80px 0;
  background: linear-gradient(90deg, rgba(234, 239, 241, 0) 63%, rgb(234, 239, 241) 63%);
}
.faq_sec .trouble_contents {
  margin-bottom: 50px;
}
.faq_sec .trouble_contents > .contents_box-m {
  display: none;
  min-width: 1280px;
  background: #ffffff;
  padding: 50px 0;
}
.faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists {
  flex-direction: column;
  gap: 30px 0;
}
.faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list {
  padding-bottom: 30px;
  border-bottom: 1px solid #C3C3C3;
}
.faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_ttl {
  margin-bottom: 15px;
}
.faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_ttl h3 {
  align-items: center;
  gap: 0 5px;
}
.faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_ttl h3 .q {
  color: #006279;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_ttl h3 .a {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_txt {
  padding: 0 45px;
  box-sizing: border-box;
}
.faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_txt p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .faq_sec {
    padding: 50px 0;
  }
  .faq_sec .trouble_contents > .contents_box-m {
    width: 100%;
    min-width: auto;
  }
  .faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists {
    gap: 30px 0;
  }
  .faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list {
    padding-bottom: 30px;
    border-bottom: 1px solid #C3C3C3;
  }
  .faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_ttl {
    margin-bottom: 15px;
  }
  .faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_ttl h3 {
    align-items: center;
    gap: 0 8px;
  }
  .faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_ttl h3 .q {
    color: #006279;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_ttl h3 .a {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_txt {
    padding: 0;
    box-sizing: border-box;
  }
  .faq_sec .trouble_contents > .contents_box-m .contents_box-s .faq_lists .faq_list .faq_list_txt p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
/* ===== PC / 共通 ===== */
.contact_sec {
  padding: 80px 0;
}
.contact_sec .contents_box-m .contact_ttl {
  margin-bottom: 30px;
}
.contact_sec .contents_box-m .contact_txt {
  margin-bottom: 50px;
}

/* ========= SP ========= */
@media only screen and (max-width: 767px) {
  .contact_sec {
    padding: 50px 0;
  }
  .contact_sec .contents_box-m .contact_ttl {
    margin-bottom: 30px;
  }
  .contact_sec .contents_box-m .contact_txt {
    margin-bottom: 35px;
  }
  .contact_sec .contents_box-m .contact_txt p {
    font-size: 1.4rem;
  }
}
/* ===== PC / 共通 ===== */
.company_sec {
  padding: 80px 0;
  background: #EAEFF1;
}
.company_sec .contents_box-m .contents_box-s {
  margin-bottom: 40px;
}
.company_sec .contents_box-m .contents_box-s .company_contents {
  gap: 0 40px;
}
.company_sec .contents_box-m .contents_box-s .company_contents .company_img {
  width: 300px;
}
.company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper {
  width: 740px;
}
.company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper .company_ttl {
  border-left: 3px solid #006279;
  padding: 0 10px;
  margin-bottom: 30px;
}
.company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper .company_ttl h3 {
  flex-direction: column;
}
.company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper .company_ttl h3 span {
  color: #006279;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper .company_ttl h3 span:first-child {
  font-size: 1.8rem;
}
.company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper .company_ttl h3 span:last-child {
  font-size: 2.4rem;
}
.company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper .company_txt p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 25px;
}
.company_sec .contents_box-m .company_info {
  background: #ffffff;
  padding: 40px 140px;
  box-sizing: border-box;
}
.company_sec .contents_box-m .company_info .company_info_lists {
  flex-direction: column;
  gap: 20px 0;
}
.company_sec .contents_box-m .company_info .company_info_lists .company_info_list {
  align-items: center;
  gap: 0 90px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C7C7C7;
}
.company_sec .contents_box-m .company_info .company_info_lists .company_info_list dt {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 130px;
}
.company_sec .contents_box-m .company_info .company_info_lists .company_info_list dd {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 780px;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .company_sec {
    padding: 50px 0;
  }
  .company_sec .contents_box-m .contents_box-s {
    margin-bottom: 20px;
  }
  .company_sec .contents_box-m .contents_box-s .company_contents {
    flex-direction: column;
    gap: 20px 0;
  }
  .company_sec .contents_box-m .contents_box-s .company_contents .company_img {
    width: 50%;
  }
  .company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper {
    width: 100%;
  }
  .company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper .company_ttl {
    border-left: 3px solid #006279;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper .company_ttl h3 {
    flex-direction: column;
  }
  .company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper .company_ttl h3 span:first-child {
    font-size: 1.6rem;
  }
  .company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper .company_ttl h3 span:last-child {
    font-size: 2rem;
  }
  .company_sec .contents_box-m .contents_box-s .company_contents .company_contents_wrapper .company_txt p {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .company_sec .contents_box-m .company_info {
    padding: 30px 20px;
  }
  .company_sec .contents_box-m .company_info .company_info_lists {
    flex-direction: column;
    gap: 20px 0;
  }
  .company_sec .contents_box-m .company_info .company_info_lists .company_info_list {
    align-items: center;
    gap: 0 3%;
    padding-bottom: 20px;
    border-bottom: 1px solid #C7C7C7;
  }
  .company_sec .contents_box-m .company_info .company_info_lists .company_info_list dt {
    font-size: 1.3rem;
    width: 25%;
  }
  .company_sec .contents_box-m .company_info .company_info_lists .company_info_list dd {
    font-size: 1.3rem;
    width: 72%;
  }
}
/* ===== PC / 共通 ===== */
.not_found_sec {
  padding: 80px 0;
}
.not_found_sec .contents_box-s .not_found_ttl {
  margin-bottom: 35px;
}
.not_found_sec .contents_box-s .not_found_ttl h3 {
  text-align: center;
  font-size: 3.2rem;
}
.not_found_sec .contents_box-s .not_found_txt p {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}
.not_found_sec .contents_box-s .not_found_txt p a {
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .not_found_sec {
    padding: 50px 0;
  }
  .not_found_sec .contents_box-s .not_found_ttl h3 {
    font-size: 2.4rem;
  }
  .not_found_sec .contents_box-s .not_found_txt p {
    font-size: 1.5rem;
  }
  .not_found_sec .contents_box-s .not_found_txt p a {
    font-size: 1.5rem;
  }
}
/* ===== PC / 共通 ===== */
.confirm_sec {
  padding: 80px 0;
}
.confirm_sec .contents_box-m .confirm_ttl {
  margin-bottom: 30px;
}
.confirm_sec .contents_box-m .confirm_txt {
  margin-bottom: 50px;
}
.confirm_sec .contents_box-m dd {
  padding: 15px 0;
  white-space: pre-wrap;
  word-break: break-word;
}

/* ========= SP ========= */
@media only screen and (max-width: 767px) {
  .confirm_sec {
    padding: 50px 0;
  }
  .confirm_sec .contents_box-m .confirm_ttl {
    margin-bottom: 30px;
  }
  .confirm_sec .contents_box-m .confirm_txt {
    margin-bottom: 35px;
  }
  .confirm_sec .contents_box-m .confirm_txt p {
    font-size: 1.4rem;
  }
}
/* ===== PC / 共通 ===== */
.complete_sec {
  padding: 80px 0;
  box-sizing: border-box;
}
.complete_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.complete_sec .contents_box-s .complete_ttl {
  margin-bottom: 35px;
}
.complete_sec .contents_box-s .complete_ttl h3 {
  font-size: 3.2rem;
  text-align: center;
}
.complete_sec .contents_box-s .complete_txt p {
  font-size: 1.6rem;
  text-align: center;
}
.complete_sec .contents_box-s .complete_txt p a {
  font-size: 1.6rem;
  border-bottom: 1px solid #333333;
}

/* ========= SP ========= */
@media only screen and (max-width: 767px) {
  .complete_sec {
    padding: 50px 0;
  }
  .complete_sec .contents_box-s .complete_ttl {
    margin-bottom: 35px;
  }
  .complete_sec .contents_box-s .complete_ttl h3 {
    font-size: 2.4rem;
    text-align: center;
  }
  .complete_sec .contents_box-s .complete_txt p {
    font-size: 1.5rem;
  }
  .complete_sec .contents_box-s .complete_txt p a {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */