@charset "UTF-8";
body {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 2;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 2;
}

a {
  color: #1a1a1a;
}
a:hover {
  color: #1a1a1a;
}

*,
::before,
::after {
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.03em;
}

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}
img.pdf_icon {
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

*:not(input):not(select):not(button):not(textarea):not(label):focus {
  outline: none;
}

select {
  height: 30px;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0 20px 0 5px;
  line-height: 1;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
button {
  -webkit-appearance: none;
}

input {
  padding: 0 6px;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type=button],
input[type=submit] {
  background-color: transparent;
  border: none;
}

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0 5px 0 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text],
select,
textarea {
  font-size: 100%;
}

input[type=text]:focus,
textarea:focus {
  transition: 0.2s;
}

input[type=text]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

textarea {
  overflow: auto;
  resize: vertical;
}

label {
  display: inline-block;
}

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

td,
th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

ol {
  list-style-position: inside;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
thead,
tbody,
tfoot,
address {
  margin: 0;
  padding: 0;
}

input,
textarea,
table,
thead,
tbody,
tfoot,
address {
  text-align: left;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
form,
p {
  text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
}

figure {
  margin: 0;
}

.breadcrumb li {
  /**/
}

.button01 {
  /**/
}

.button02 {
  /**/
}

.pager li {
  /**/
}

header {
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  align-items: center;
  width: 100%;
  z-index: 3;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  header.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
header .nav {
  display: flex;
}
header .nav li {
  margin-right: 30px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
}
header .nav li a {
  text-decoration: none;
}
header .nav li span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #A5A5A5;
}

footer {
  padding: 100px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px;
  }
}
footer .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  footer .flex-wrap {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .footer-nav {
    margin-bottom: 20px;
  }
}
footer .footer-nav li {
  margin-right: 40px;
}
footer .footer-nav li:last-child {
  margin-right: 0;
}
footer .footer-nav li a {
  font-size: 14px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
footer .footer-nav li a svg {
  width: 20px;
  margin-right: 10px;
}
footer .logo {
  margin-bottom: 10px;
}
footer .logo svg {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  footer .logo svg {
    width: 200px;
    margin-bottom: -10px;
  }
}
footer .logo .read {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #16457C;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer .logo .read {
    font-size: 8px;
  }
}
footer .address {
  font-size: 14px;
  font-family: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .address {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
footer .copy {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  footer .copy {
    font-size: 8px;
  }
}

.cv-btn, .cv-btn-sub {
  transition: 0.2s;
  border: 2px solid #E01278;
}
.cv-btn:hover, .cv-btn-sub:hover {
  color: #E01278;
  background: #fff;
}

.news-list li {
  /**/
}

.slide-menu {
  /**/
}

html {
  scroll-behavior: smooth;
}

body {
  background: #F8F8F8;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

::-webkit-scrollbar-corner {
  background: #f1f1f1;
}

.scroll .scroll-hint {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}
.modal .modal-content {
  position: relative;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.modal .modal-content img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.modal .modal-content .close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}
.modal .modal-content .close:hover, .modal .modal-content .close:focus {
  color: #000;
  text-decoration: none;
}

.fix-banner {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
.fix-banner::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../../images/close.png) no-repeat center/cover;
  position: absolute;
  top: -15px;
  right: -15px;
}

.key {
  background: url(../../../images/mv.png) no-repeat center/cover;
  height: 774px;
}
.key .wrap {
  position: absolute;
  left: 10%;
  top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.key .wrap .key-text {
  width: 582px;
}
.key .wrap .cta {
  width: 409px;
  margin-top: 50px;
}
.key .banner {
  width: 172px;
  position: absolute;
  right: 5%;
  top: 15%;
}

.key-sp {
  display: none;
}

.img16-sp {
  display: none;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.about {
  margin-top: 100px;
  margin-bottom: 40px;
}
.about .container {
  margin-top: -70px;
  display: flex;
  justify-content: space-between;
}
.about .head {
  width: 507px;
}
.about .read {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
  width: 506px;
  margin-top: 20px;
}
.about .about_propfarm {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-top: 20px;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.about .about_propfarm:hover {
  opacity: 0.7;
}
.about .about_propfarm svg {
  margin-right: 5px;
}
.about .img02 {
  width: 533px;
  margin-left: 80px;
}

.tokutyou {
  background: linear-gradient(106deg, #09C8DA 1.05%, #099FDA 91.61%);
  padding: 50px 0 200px;
}
.tokutyou .wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.tokutyou .wrap .txt02 {
  width: 490px;
}
.tokutyou .cta {
  width: 409px;
  margin: 70px 0;
}
.tokutyou .center-text {
  display: flex;
  justify-content: center;
}
.tokutyou .bg {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fff;
  justify-content: space-between;
  padding: 40px;
  width: 878px;
  border-radius: 6px;
  margin: 0 auto;
}
.tokutyou .bg img {
  width: 389px;
  margin-bottom: 20px;
}

.merit {
  width: 1000px;
  margin: -200px auto 0;
  border-radius: 20px 20px 0 0;
  background: #fff;
  padding: 45px;
  position: relative;
  z-index: 1;
}
.merit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.merit .txt03 {
  width: 364px;
}
.merit .table {
  width: 100%;
}

.reputation {
  margin-top: -380px;
  background: url(../../../images/bg02.png) no-repeat center/cover;
  padding-top: 380px;
  padding-bottom: 200px;
  position: relative;
}
.reputation .txt04 {
  width: 490px;
  margin-bottom: 20px;
}
.reputation .read {
  width: 510px;
  font-size: 16px;
  margin-bottom: 30px;
}
.reputation .img11 {
  width: 380px;
}
.reputation .comment {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.reputation .laptop {
  width: 897px;
}
.reputation .container {
  display: flex;
  align-items: center;
}

.rieki {
  width: 1000px;
  border-radius: 10px;
  background: linear-gradient(106deg, #09C8DA 1.05%, #099FDA 91.61%);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  margin: -150px auto 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.rieki .txt05 {
  width: 361px;
}
.rieki p {
  color: #F8F8F8;
  font-family: Roboto;
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.rieki p span {
  color: #F8F8F8;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.flow {
  margin-bottom: 100px;
}
.flow .txt06 {
  width: 608px;
  display: block;
  margin: 100px auto 30px;
}
.flow .container .flow-list {
  display: flex;
  justify-content: space-between;
}
.flow .container .flow-list li {
  padding: 20px;
  background: #E7EEF2;
  border-radius: 10px;
  width: 240px;
}
.flow .container .flow-list li:last-child {
  margin-right: 0;
}
.flow .container .flow-list li:last-child .ttl {
  margin-top: 30px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.flow .container .flow-list li .ttl {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}
.flow .container .flow-list li .read {
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.program-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.program-wrap .txt07 {
  width: 397px;
}
.program-wrap .read {
  font-size: 14px;
  width: 550px;
}

.program {
  background: linear-gradient(106deg, #09C8DA 1.05%, #099FDA 91.61%);
  padding: 56px 0;
}
.program .txt08 {
  width: 616px;
  display: block;
  margin: 0 auto 40px;
}
.program .tab {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.program .tab li {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  padding: 15px 45px;
  background: #D9D9D9;
  border-radius: 10px 10px 0 0;
}
.program .tab li.active {
  padding: 20px 90px;
  font-size: 26px;
  background: #ffffff;
  color: #09C8DA;
}
.program .tab li.active span {
  font-size: 16px;
}
.program .tab li span {
  display: block;
  font-size: 14px;
}
.program .tab-content {
  background: #fff;
  padding: 40px 60px;
  border-radius: 0 10px 10px 10px;
  margin-bottom: 70px;
  display: none;
}
.program .tab-content.active {
  display: block;
}
.program .tab-content .ttl {
  color: #16579E;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.program .tab-content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.program .tab-content .list li {
  width: 60%;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.program .tab-content .list li:nth-child(2n) {
  width: 40%;
}
.program .tab-content .list li:nth-child(3), .program .tab-content .list li:nth-child(4) {
  margin-bottom: 0;
}
.program .tab-content .list li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #97C8E4;
  margin-right: 10px;
  border-radius: 4px;
}
.program .tab-content .list li span {
  font-size: 14px;
  margin-left: 13px;
}
.program .tab-content .small-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.program .tab-content .small-tab li {
  border-radius: 4px;
  width: 424px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  background: linear-gradient(106deg, rgba(9, 200, 218, 0.2) 1.05%, rgba(9, 159, 218, 0.2) 91.61%);
  color: #09C8DA;
  font-weight: 700;
  cursor: pointer;
}
.program .tab-content .small-tab li.active {
  background: linear-gradient(106deg, #09C8DA 1.05%, #099FDA 91.61%);
  color: #FFF;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 1;
}
.program .tab-content > .read {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  margin-bottom: 20px;
}
.program .tab-content .hyoka-list {
  display: none;
  justify-content: space-between;
  margin-bottom: 70px;
}
.program .tab-content .hyoka-list.active {
  display: flex;
}
.program .tab-content .hyoka-list li {
  width: 210px;
  border-radius: 10px;
  background: #E7EEF2;
  padding: 20px 0;
}
.program .tab-content .hyoka-list li .ttl {
  color: #333;
  text-align: center;
}
.program .tab-content .hyoka-list li > .persent {
  color: #333;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 86px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}
.program .tab-content .hyoka-list li .read {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}
.program .tab-content .hyoka-list li .wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 22px;
}
.program .tab-content .hyoka-list li .wrap .persent {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 0 5px;
}
.program .tab-content .hyoka-list li .wrap .persent span {
  display: block;
  color: #939393;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.program .tab-content .txt09 {
  width: 461px;
  display: block;
  margin: 0 auto 20px;
}
.program .tab-content .img16 {
  margin-bottom: 20px;
}
.program .tab-content .price-table {
  width: 100%;
  display: none;
}
.program .tab-content .price-table.active {
  display: table;
}
.program .tab-content .price-table thead {
  background: linear-gradient(106deg, #09C8DA 1.05%, #099FDA 91.61%);
}
.program .tab-content .price-table thead th {
  padding: 15px;
  color: #fff;
  border-right: 1px solid #fff;
}
.program .tab-content .price-table thead th:first-child {
  border-radius: 10px 0 0 0;
  width: 250px;
}
.program .tab-content .price-table thead th:last-child {
  border-radius: 0 10px 0 0;
  border: none;
}
.program .tab-content .price-table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  vertical-align: middle;
  text-align: center;
}
.program .tab-content .price-table td:first-child {
  text-align: left;
}
.program .txt10 {
  width: 314px;
  display: block;
  margin: 0 auto 20px;
}
.program .flow-list {
  display: flex;
  justify-content: space-between;
}
.program .flow-list li {
  width: 325px;
}
.program .cta {
  width: 409px;
  margin: 50px auto 0;
  display: block;
}

.faq {
  padding: 70px 0;
}
.faq .txt11 {
  width: 234px;
  display: block;
  margin: 0 auto 20px;
}
.faq .faq-list {
  margin-top: 50px;
}
.faq .faq-list li {
  background: #fff;
  border-radius: 8.33px;
  margin-bottom: 20px;
  overflow: hidden;
}
.faq .faq-list li .faq-question {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.faq .faq-list li .faq-question:hover {
  background-color: #f8f9fa;
}
.faq .faq-list li .faq-question .q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54.17px;
  height: 54.17px;
  border-radius: 5px;
  margin-right: 15px;
  flex-shrink: 0;
}
.faq .faq-list li .faq-question .q-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.faq .faq-list li .faq-question .question-text {
  flex: 1;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.33px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.faq .faq-list li .faq-question .toggle-icon {
  margin-left: 15px;
  transition: transform 0.3s ease;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .faq-list li .faq-question .toggle-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.faq .faq-list li .faq-answer {
  display: none;
  padding: 20px;
  border-top: 1px solid #eee;
}
.faq .faq-list li .faq-answer .a-icon {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  margin-top: 5px;
  width: 25px;
  color: #09C8DA;
  font-weight: 700;
  letter-spacing: 3.28px;
  line-height: 100%;
}
.faq .faq-list li .faq-answer .a-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.faq .faq-list li .faq-answer .answer-text {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.33px;
  margin: 0;
  width: calc(100% - 45px);
  vertical-align: top;
  font-family: "Noto Sans JP", sans-serif;
}
.faq .faq-list li.active .faq-question {
  background-color: #f8f9fa;
}
.faq .faq-list li.active .faq-question .toggle-icon {
  transform: rotate(45deg);
}
.faq .faq-list li.active .faq-answer {
  display: block;
}

.contact-wrap img {
  width: 100%;
  margin-bottom: 30px;
}
.contact-wrap .read {
  font-size: 12px;
}

.cta-sp {
  display: none;
}

@media (max-width: 768px) {
  body {
    overflow-x: auto;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .fix-banner {
    display: none;
  }
  .cta-sp {
    margin-top: -80px;
    position: relative;
    z-index: 2;
    display: block;
  }
  header {
    padding: 10px 20px;
  }
  header .logo svg {
    width: 50px;
    height: 50px;
  }
  header .nav {
    display: none;
  }
  .key {
    display: none;
  }
  .key-sp {
    display: block;
    width: 100%;
  }
  .key-sp img {
    width: 100%;
    height: auto;
  }
  .img16 {
    display: none;
  }
  .img16-sp {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .about {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .about .container {
    margin-top: -30px;
    flex-direction: column;
    align-items: center;
  }
  .about .wrap {
    width: 100%;
    text-align: left;
  }
  .about .wrap .head {
    width: 400px;
  }
  .about .wrap .read {
    width: 100%;
    font-size: 14px;
    margin-top: 25px;
    text-align: left;
  }
  .about .wrap .about_propfarm {
    font-size: 14px;
    margin-top: 30px;
    justify-content: left;
  }
  .about .img02 {
    width: 320px;
    margin-left: 0;
    margin-top: 40px;
  }
  .tokutyou {
    padding: 20px 0 60px;
  }
  .tokutyou .wrap {
    justify-content: right;
    margin-bottom: 30px;
  }
  .tokutyou .wrap .txt02 {
    width: 340px;
  }
  .tokutyou .cta {
    width: 320px;
    margin: 40px auto;
    padding: 0 20px;
  }
  .tokutyou .bg {
    width: 100%;
    padding: 30px;
    flex-direction: column;
    align-items: center;
  }
  .tokutyou .bg img {
    width: 400px;
    margin-bottom: 30px;
  }
  .tokutyou .bg img:last-child {
    margin-bottom: 0;
  }
  .scroll {
    overflow-x: scroll;
    position: relative;
  }
  .scroll .scroll-hint {
    display: none;
  }
  .merit {
    width: 100%;
    margin: -50px auto 0;
    padding: 30px 20px 60px;
  }
  .merit .txt03 {
    width: 290px;
  }
  .merit .table {
    width: 730px;
    margin-top: 20px;
    max-width: max-content;
  }
  .reputation {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .reputation .container {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .reputation .wrap {
    width: 100%;
  }
  .reputation .wrap .txt04 {
    width: 100%;
    margin-bottom: 15px;
  }
  .reputation .wrap .read {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .reputation .wrap .img11 {
    width: 260px;
  }
  .reputation .wrap .comment {
    font-size: 12px;
    margin-top: 15px;
  }
  .reputation .laptop {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .p-wrap {
    padding: 0 20px;
  }
  .rieki {
    width: 100%;
    padding: 20px 20px;
    margin: -50px auto 0;
  }
  .rieki .txt05 {
    width: 200px;
  }
  .rieki p {
    font-size: 36px;
  }
  .rieki p span {
    font-size: 20px;
  }
  .flow {
    margin-bottom: 50px;
  }
  .flow .txt06 {
    width: 360px;
    margin: 50px auto 20px;
  }
  .flow .container .flow-list {
    flex-direction: column;
    gap: 20px;
  }
  .flow .container .flow-list li {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flow .container .flow-list li img {
    width: 280px;
  }
  .flow .container .flow-list li .ttl {
    font-size: 16px;
    margin-top: 15px;
  }
  .flow .container .flow-list li .read {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .program-wrap {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 30px;
  }
  .program-wrap .txt07 {
    width: 320px;
  }
  .program-wrap .read {
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
  }
  .program {
    padding: 30px 0;
  }
  .program .txt08 {
    width: 100%;
    margin-bottom: 30px;
  }
  .program .tab {
    flex-direction: row;
    gap: 0px;
  }
  .program .tab li {
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 10px 10px 0 0;
  }
  .program .tab li.active {
    padding: 15px 10px;
    font-size: 12px;
  }
  .program .tab li.active span {
    font-size: 12px;
  }
  .program .tab li span {
    font-size: 12px;
  }
  .program .tab-content {
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 0 0px 10px 10px;
  }
  .program .tab-content > .ttl {
    font-size: 18px;
  }
  .program .tab-content .list {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .program .tab-content .list li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px !important;
    align-items: flex-start;
    font-weight: 700;
    display: block;
  }
  .program .tab-content .list li:before {
    content: "";
    margin-bottom: -5px;
  }
  .program .tab-content .list li:nth-child(2n) {
    width: 100%;
  }
  .program .tab-content .list li span {
    font-size: 14px;
    display: block;
    margin-left: 0;
  }
  .program .tab-content .small-tab {
    flex-direction: row;
    gap: 10px;
  }
  .program .tab-content .small-tab li {
    width: 100%;
    line-height: 50px;
    font-size: 16px;
  }
  .program .tab-content .hyoka-list {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .program .tab-content .hyoka-list li {
    width: 49%;
    padding: 15px;
    margin-bottom: 5px;
  }
  .program .tab-content .hyoka-list li .ttl {
    font-size: 13px;
  }
  .program .tab-content .hyoka-list li > .persent {
    font-family: "Roboto", sans-serif;
    font-size: 74px;
    margin-bottom: 10px;
  }
  .program .tab-content .hyoka-list li .read {
    font-size: 12px;
  }
  .program .tab-content .hyoka-list li .wrap {
    margin-bottom: 10px;
  }
  .program .tab-content .hyoka-list li .wrap .persent {
    font-family: "Roboto", sans-serif;
    font-size: 44px;
  }
  .program .tab-content .hyoka-list li .wrap .persent span {
    font-size: 14px;
  }
  .program .tab-content .price-table {
    font-size: 12px;
    width: 490px;
    display: none;
  }
  .program .tab-content .price-table.active {
    display: table;
  }
  .program .tab-content .price-table thead th:first-child {
    width: 115px;
  }
  .program .tab-content .price-table thead th {
    padding: 15px 5px;
  }
  .program .tab-content .price-table th,
  .program .tab-content .price-table td {
    padding: 15px 5px;
    font-size: 12px;
  }
  .program .tab-content .txt09 {
    width: 300px;
  }
  .program .txt10 {
    width: 260px;
  }
  .program .flow-list {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .program .flow-list li {
    width: 280px;
  }
  .program .cta {
    width: 100%;
    margin: 30px auto 0;
  }
  .modal .modal-content {
    margin: 10% auto;
    padding: 15px;
    width: 95%;
  }
  .modal .modal-content .close {
    right: 10px;
    top: 5px;
    font-size: 24px;
  }
  .faq {
    padding: 40px 0;
  }
  .faq .txt11 {
    width: 220px;
  }
  .faq .faq-list {
    margin-top: 30px;
  }
  .faq .faq-list li .faq-question {
    padding: 15px;
  }
  .faq .faq-list li .faq-question .q-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .faq .faq-list li .faq-question .question-text {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .faq .faq-list li .faq-question .toggle-icon {
    width: 20px;
    height: 20px;
  }
  .faq .faq-list li .faq-answer {
    padding: 15px;
  }
  .faq .faq-list li .faq-answer .a-icon {
    width: 20px;
    margin-right: 10px;
  }
  .faq .faq-list li .faq-answer .answer-text {
    font-size: 13px;
    width: calc(100% - 35px);
  }
  .contact-wrap .read {
    font-size: 11px;
  }
  .scroll .scroll-hint {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}

/*# sourceMappingURL=index.css.map */
