@charset "UTF-8";
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.top-mainvisual {
  padding-top: 120px;
}
@media all and (max-width: 1280px) {
  .top-mainvisual {
    padding-top: 80px;
  }
}
.top-mainvisual__wrapper {
  height: 100%;
  width: 100%;
}
.top-mainvisual__top {
  padding: 30px;
  background: #FFE100;
  height: calc(50vh - 60px);
  position: relative;
}
@media all and (max-width: 1280px) {
  .top-mainvisual__top {
    height: calc(50vh - 40px);
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual__top {
    height: 22vh;
    padding: 10px;
  }
}
.top-mainvisual__top-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  margin: 0 auto;
}
.top-mainvisual__top-ttl--en {
  width: 23%;
  min-width: 20%;
}
.top-mainvisual__top-ttl--en:first-child {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.top-mainvisual__top-ttl--en:last-child {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.top-mainvisual__top-ttl--en img {
  width: 100%;
}
.top-mainvisual__bottom {
  padding: 30px;
  background-image: url(../images/mv_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(50vh - 60px);
  width: 100%;
  display: flex;
  position: relative;
}
@media all and (max-width: 1280px) {
  .top-mainvisual__bottom {
    height: calc(50vh - 40px);
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual__bottom {
    height: 28vh;
    padding: 10px;
  }
}
.top-mainvisual__bottom-ttl {
  color: #fff;
  font-weight: 800px;
  background: #DC000C;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
@media all and (max-width: 1280px) {
  .top-mainvisual__bottom-ttl {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual__bottom-ttl {
    width: 95px;
    height: 95px;
  }
}
.top-mainvisual__bottom-ttl-wrap {
  position: absolute;
  top: 3%;
  left: 45%;
  transform: translateX(-50%);
}
.top-mainvisual__bottom-ttl span {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.875rem, -1198.125rem + 1500vw, 2.8125rem);
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .top-mainvisual__bottom-ttl span {
    font-size: 16px;
  }
}
.top-mainvisual__bottom-ttl--en {
  width: 23%;
  min-width: 20%;
}
.top-mainvisual__bottom-ttl--en:first-child {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
@media all and (max-width: 600px) {
  .top-mainvisual__bottom-ttl--en:first-child {
    top: auto;
    bottom: 2%;
    transform: none;
  }
}
.top-mainvisual__bottom-ttl--en:last-child {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media all and (max-width: 600px) {
  .top-mainvisual__bottom-ttl--en:last-child {
    top: auto;
    bottom: 2%;
    transform: none;
  }
}
.top-mainvisual__bottom-ttl--en img {
  width: 100%;
}

.top__ttl {
  font-size: 35px;
  font-weight: 700;
  line-height: 3.5rem;
  display: inline-block;
  background-image: linear-gradient(to right, #756f6f 8px, transparent 8px);
  background-size: 13px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 10px;
}
@media all and (max-width: 896px) {
  .top__ttl {
    font-size: 35px;
  }
}
@media all and (max-width: 600px) {
  .top__ttl {
    font-size: 30px;
  }
}
@media all and (max-width: 480px) {
  .top__ttl {
    font-size: 25px;
    line-height: 2.5rem;
  }
}
.top__ttl span {
  font-size: 40px;
}
@media all and (max-width: 896px) {
  .top__ttl span {
    font-size: 40px;
  }
}
@media all and (max-width: 600px) {
  .top__ttl span {
    font-size: 35px;
  }
}
@media all and (max-width: 480px) {
  .top__ttl span {
    font-size: 30px;
    line-height: 2.5rem;
  }
}
.top__ttl.border-none {
  background-image: none;
}

.top-intro {
  text-align: center;
  padding: 80px 0;
}
@media all and (max-width: 600px) {
  .top-intro {
    padding: 50px 0px;
  }
}
.top-intro__wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.top-intro__inner {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  .top-intro__inner {
    flex-direction: column;
  }
}
.top-intro__inner:nth-child(even) {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .top-intro__inner:nth-child(even) {
    flex-direction: column;
  }
}
@media all and (max-width: 896px) {
  .top-intro__inner {
    margin-top: 60px;
  }
}
@media all and (max-width: 896px) {
  .top-intro__inner:first-of-type {
    margin-top: 40px;
  }
}
.top-intro__inner--box {
  max-width: 700px;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .top-intro__img {
    padding-left: 80px;
  }
}
.top-intro__txt {
  width: 68%;
  text-align: left;
  font-size: 18px;
}
@media all and (max-width: 896px) {
  .top-intro__txt {
    width: 100%;
    font-size: 16px;
    margin-top: 16px;
  }
}
@media all and (max-width: 480px) {
  .top-intro__txt {
    font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1.25rem);
    line-height: 1.5rem;
  }
}

.top-function {
  background: #FFE100;
}
.top-function__inner {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}
@media all and (max-width: 600px) {
  .top-function__inner {
    padding: 50px 0px;
  }
}
.top-function__ul {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .top-function__ul {
    flex-direction: column;
    align-items: center;
  }
}
.top-function__img {
  height: 144px;
}
.top-function__img img {
  height: 100%;
}
.top-function__blk {
  margin-top: 40px;
  width: 50%;
}
@media all and (max-width: 1280px) {
  .top-function__blk {
    width: 48%;
  }
}
@media all and (max-width: 896px) {
  .top-function__blk {
    width: 60%;
  }
}
@media all and (max-width: 600px) {
  .top-function__blk {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .top-function__blk:first-of-type {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 480px) {
  .top-function__blk:first-of-type {
    margin-bottom: 30px;
  }
}
.top-function__blk--flex {
  display: flex;
  margin-bottom: 60px;
}
@media all and (max-width: 1280px) {
  .top-function__blk--flex {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 896px) {
  .top-function__blk--flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}
.top-function__blk--flex:first-of-type {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .top-function__blk--flex:first-of-type {
    margin-top: 40px;
  }
}
.top-function__blk--flex:last-of-type {
  margin-bottom: 0;
}
.top-function__blk--flex li:first-child {
  width: 140px;
}
@media all and (max-width: 1280px) {
  .top-function__blk--flex li:first-child {
    width: 130px;
  }
}
@media all and (max-width: 896px) {
  .top-function__blk--flex li:first-child {
    width: 120px;
    margin: 0 auto 20px;
  }
}
.top-function__blk--flex li:last-child {
  text-align: left;
  margin-left: 20px;
  width: 70%;
}
@media all and (max-width: 1280px) {
  .top-function__blk--flex li:last-child {
    width: 71%;
  }
}
@media all and (max-width: 896px) {
  .top-function__blk--flex li:last-child {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.top-function__blk-ttl {
  font-size: clamp(1.4rem, 1.1rem + 1.14vw, 1.5rem);
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 10px;
}
@media all and (max-width: 480px) {
  .top-function__blk-ttl {
    font-size: clamp(1.3rem, 1.1rem + 1.14vw, 1.5rem);
  }
}
.top-function__blk-ttl + p {
  font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1rem);
  line-height: 2rem;
}
@media all and (max-width: 480px) {
  .top-function__blk-ttl + p {
    line-height: 1.5rem;
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  .top-function__blk .spcenter {
    text-align: center;
  }
}
.top-function__name {
  font-size: 28px;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .top-function__name {
    font-size: 25px;
  }
}
.top-function__pic {
  display: flex;
}

.top-movie {
  text-align: center;
  padding: 80px 0;
}
@media all and (max-width: 600px) {
  .top-movie {
    padding: 50px 0px;
  }
}
.top-movie .top__ttl {
  font-size: 35px;
}
@media all and (max-width: 896px) {
  .top-movie .top__ttl {
    font-size: 30px;
  }
}
.top-movie__contents {
  margin-top: 60px;
  width: 100%;
  /*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  padding: 40px 0 0px;
  /*ここで動画の周りの余白を調整*/
}
.top-movie__contents .vid__main {
  width: 100%;
  max-width: 920px;
  /*PC版での最大幅*/
}
.top-movie__txt {
  font-size: 25px;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .top-movie__txt {
    font-size: 20px;
  }
}
@media all and (max-width: 480px) {
  .top-movie__txt {
    line-height: 2rem;
  }
}

.order-bg {
  padding-top: 50px;
}
@media all and (max-width: 600px) {
  .order-bg {
    padding-top: 0;
  }
}

.top-order {
  padding: 80px;
  text-align: center;
  background: #FFE100;
}
@media all and (max-width: 896px) {
  .top-order {
    padding: 50px 0px;
  }
}
.top-order__ul {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}
@media all and (max-width: 896px) {
  .top-order__ul {
    flex-direction: column;
  }
}
.top-order__ul li {
  background: #fff;
  border-radius: 50px;
  width: 31%;
  padding: 30px;
}
@media all and (max-width: 896px) {
  .top-order__ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .top-order__ul li:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 600px) {
  .top-order__ul li img {
    width: 40%;
  }
}
.top-order__ul li p {
  font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1rem);
  line-height: 2rem;
  text-align: left;
  margin-top: 40px;
}
@media all and (max-width: 600px) {
  .top-order__ul li p {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .top-order__ul li p {
    line-height: 1.5rem;
  }
}

.top-operation {
  text-align: center;
  padding: 80px 0;
}
@media all and (max-width: 896px) {
  .top-operation {
    padding: 50px 0px;
  }
}
.top-operation__ul {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  width: 90%;
  margin: 60px auto 0;
}
@media all and (max-width: 1025px) {
  .top-operation__ul {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 600px) {
  .top-operation__ul {
    flex-direction: column;
  }
}
.top-operation__ul li {
  margin-right: 5px;
  width: 25%;
  position: relative;
  z-index: -1;
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .top-operation__ul li {
    width: 45%;
  }
}
@media all and (max-width: 600px) {
  .top-operation__ul li {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }
}
.top-operation__ul li::after {
  content: "";
  background-image: url(../images/operation_arrow.svg);
  display: inline-block;
  width: 50px;
  height: 72px;
  margin: 0 5px;
  position: absolute;
  top: 20%;
  right: -10%;
  bottom: 0;
}
@media all and (max-width: 600px) {
  .top-operation__ul li::after {
    top: auto;
    right: 50%;
    transform: translateX(65%) rotate(90deg);
    bottom: -60px;
  }
}
@media all and (max-width: 600px) {
  .top-operation__ul li:last-child {
    margin-bottom: 0;
  }
}
.top-operation__ul li:last-child::after {
  content: none;
}
.top-operation__ul li:last-child .top-operation__blk {
  height: 145px !important;
}
.top-operation__ul li img {
  width: 180px;
  height: 200px;
}
@media all and (max-width: 600px) {
  .top-operation__ul li img {
    width: 40%;
    height: auto;
  }
}
.top-operation__blk {
  margin-top: 20px;
  height: 160px;
  background: #FFE100;
  padding: 20px;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}
@media all and (max-width: 1280px) {
  .top-operation__blk {
    height: 180px;
  }
}
@media all and (max-width: 600px) {
  .top-operation__blk {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
            clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  }
}
.top-operation__ul li:last-child .top-operation__blk {
  -webkit-clip-path: none;
          clip-path: none;
}
.top-operation__blk p {
  font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1rem);
  line-height: 2rem;
  text-align: left;
}
.top-operation__bottom {
  text-align: center;
  padding: 0 0 80px;
}
@media all and (max-width: 600px) {
  .top-operation__bottom {
    padding: 0 0px 50px;
    margin-top: 30px;
  }
}
.top-operation__kizai {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .top-operation__kizai {
    flex-direction: column;
  }
}
@media all and (max-width: 896px) {
  .top-operation__kizai li {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 896px) {
  .top-operation__kizai li:last-child {
    margin-bottom: 0;
  }
}
.top-operation__kizai li img {
  width: 100%;
}
.top-operation__kizai li p {
  font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1rem);
  line-height: 2rem;
  margin-top: 16px;
}
@media all and (max-width: 480px) {
  .top-operation__kizai li p {
    line-height: 1.5rem;
  }
}
.top-operation__kizai + p {
  font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1rem);
  line-height: 2rem;
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  .top-operation__kizai + p {
    line-height: 1.5rem;
  }
}

.top-example {
  text-align: center;
}
.top-example__bg {
  background-image: url(../images/example_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-example__bg {
    height: 650px;
    background-position: -260px 0;
  }
}
.top-example__bg h2 {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .top-example__bg h2 {
    margin-top: 50px;
  }
}
.top-example__bnr {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .top-example__bnr {
    flex-direction: column;
    align-items: center;
  }
}
.top-example__bnr li {
  margin-right: 20px;
}
@media all and (max-width: 480px) {
  .top-example__bnr li {
    width: 280px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.top-example__bnr li:last-child {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .top-example__bnr li:last-child {
    margin-bottom: 0;
  }
}
.top-example__bottom {
  background: #FFE100;
  padding: 50px;
}
@media all and (max-width: 600px) {
  .top-example__bottom {
    padding: 50px 30px;
  }
}
.top-example__bottom--cost {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.top-example__bottom--cost dl {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.top-example__bottom--cost dl dt {
  width: 40%;
}
.top-example__bottom-txt {
  max-width: 500px;
  width: 100%;
  margin: 20px auto 0;
}
.top-example__bottom-txt p {
  font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1rem);
  line-height: 2rem;
  text-align: left;
}
@media all and (max-width: 480px) {
  .top-example__bottom-txt p {
    line-height: 1.5rem;
  }
}

.price {
  text-align: left;
}
.price-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.price-table tr {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.price-table tr .label {
  text-align: left;
}
.price-table td {
  padding: 15px 10px;
  font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1rem);
  line-height: 2rem;
}
@media all and (max-width: 600px) {
  .price-table td {
    font-size: 18px;
  }
}
@media all and (max-width: 480px) {
  .price-table td {
    line-height: 1.5rem;
  }
}

.top-faq {
  padding: 50px 0 60px;
  text-align: center;
  background: #EFEFEF;
}

.pageSubTitle {
  font-size: 40px;
  line-height: 1.75;
  font-weight: 900;
  font-style: normal;
  position: relative;
}
.pageSubTitle::after {
  content: "";
  display: block;
  width: 74.6px;
  height: 2px;
  margin: 0 auto;
  margin-top: 35.2px;
}
.pageSubTitle > span {
  display: block;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 400;
  font-style: normal;
  margin-top: 5px;
}
.pageSubTitle--center {
  text-align: center;
}

/* FAQパーツ */
.pageSubTitle2,
.contentText {
  line-height: 1.7;
  font-style: normal;
}

.pageSubTitle2 {
  font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1.3rem);
  line-height: 2rem;
  text-align: left;
  width: 80%;
}
@media all and (max-width: 480px) {
  .pageSubTitle2 {
    line-height: 1.5rem;
  }
}

.contentText {
  font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1rem);
  line-height: 2rem;
  font-weight: 400;
  text-align: left;
  width: 80%;
}
@media all and (max-width: 480px) {
  .contentText {
    line-height: 1.5rem;
  }
}

.qa {
  padding-top: 180px;
  padding-bottom: 278px;
}
.qa__box {
  max-width: 1100px;
  width: 90%;
  margin: 40px auto;
  position: relative;
  z-index: 10;
  border-radius: 16px;
  overflow: hidden;
}
.qa__box:last-child {
  margin-bottom: 0;
}
.qa__box > dl > dt {
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  position: relative;
  font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1rem);
  line-height: 2rem;
}
@media all and (max-width: 896px) {
  .qa__box > dl > dt {
    align-items: flex-start;
    padding: 7px;
  }
}
@media all and (max-width: 480px) {
  .qa__box > dl > dt {
    line-height: 1.5rem;
  }
}
.qa__box > dl > dt .crossBar {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  border: 1px solid gray;
  border-radius: 50%;
}
@media all and (max-width: 600px) {
  .qa__box > dl > dt .crossBar {
    right: 5px;
  }
}
.qa__box > dl > dt .crossBar::before, .qa__box > dl > dt .crossBar::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #4D4D4D;
}
.qa__box > dl > dt .crossBar::before {
  width: 1.6px;
  height: 50%;
  top: 24%;
  left: 50%;
  transform-origin: center center;
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dt .crossBar::after {
  width: 50%;
  height: 1.6px;
  top: 50%;
  left: 23%;
  transform: translateY(-50%);
}
.qa__box > dl > dt > span {
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
}
@media all and (max-width: 600px) {
  .qa__box > dl > dt > span {
    font-size: 24px;
    margin-right: 10px;
  }
}
.qa__box > dl > dt.is-open .crossBar::before {
  transform: translateX(-50%) rotate(90deg);
}
.qa__box > dl > dd {
  margin: 0;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 0px 30px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s;
}
@media all and (max-width: 600px) {
  .qa__box > dl > dd {
    padding: 0 10px;
  }
}
.qa__box > dl > dd > span {
  font-size: 30px;
  font-weight: 700;
  padding-left: 3px;
  margin-right: 20px;
  line-height: 1;
}
@media all and (max-width: 600px) {
  .qa__box > dl > dd > span {
    font-size: 24px;
    margin-right: 10px;
  }
}
.qa__box > dl > dd.is-open {
  height: 100%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 10px 30px 30px;
}
@media all and (max-width: 896px) {
  .qa__box > dl > dd.is-open {
    padding: 10px;
  }
}

.top-free {
  padding: 50px 0;
  width: 777px;
  margin: 0 auto;
}
@media all and (max-width: 1280px) {
  .top-free {
    width: 600px;
  }
}
@media all and (max-width: 600px) {
  .top-free {
    width: 90%;
  }
}
.top-free__ttl {
  font-size: 40px;
}
.top-free__ttl span {
  position: relative;
}
.top-free__ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: -1;
  border-radius: 50%;
  background: #FFE100;
}
@media all and (max-width: 896px) {
  .top-free__ttl span::after {
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 1280px) {
  .top-free__ttl {
    font-size: 38px;
  }
}
@media all and (max-width: 600px) {
  .top-free__ttl {
    font-size: 26px;
  }
}
.top-free__ttl--img {
  text-align: center;
}
.top-free__ul {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .top-free__ul {
    flex-direction: column;
  }
}
@media all and (max-width: 896px) {
  .top-free__ul li:first-child {
    margin-top: 40px;
    width: 100%;
  }
}
.top-free__ul li:last-child {
  width: 35%;
}
@media all and (max-width: 896px) {
  .top-free__ul li:last-child {
    width: 100%;
  }
}
.top-free__ul li p {
  margin-top: 20px;
  font-size: clamp(0.9rem, 0.9rem + 0.38vw, 1rem);
  line-height: 2rem;
}
@media all and (max-width: 480px) {
  .top-free__ul li p {
    line-height: 1.5rem;
  }
}

.contact-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  padding: 0px 0 50px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .contact-wrap {
    flex-direction: column;
  }
}
.contact-wrap li {
  width: 48%;
}
@media all and (max-width: 896px) {
  .contact-wrap li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact-wrap li span:first-child {
  font-size: 32px;
}
@media all and (max-width: 600px) {
  .contact-wrap li span:first-child {
    font-size: 20px;
  }
}
.contact-wrap li span:last-child {
  font-size: 48px;
}
@media all and (max-width: 1280px) {
  .contact-wrap li span:last-child {
    font-size: 32px;
  }
}
@media all and (max-width: 600px) {
  .contact-wrap li span:last-child {
    font-size: 28px;
  }
}
.contact__tel-ttl {
  background: #DC000C;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 10px;
}
@media all and (max-width: 600px) {
  .contact__tel-ttl {
    font-size: 20px;
  }
}
.contact__tel-blk {
  text-align: center;
}
.contact__tel P {
  text-align: center;
  font-size: 20px;
}
@media all and (max-width: 600px) {
  .contact__tel P {
    font-size: 16px;
  }
}
@media all and (max-width: 600px) {
  .contact__mail {
    margin-bottom: 0 !important;
  }
}
.contact__mail-ttl {
  background: #9FA0A0;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 10px;
}
@media all and (max-width: 600px) {
  .contact__mail-ttl {
    font-size: 20px;
  }
}
.contact__mail-blk {
  text-align: center;
}
.contact__mail-blk span {
  font-size: 40px !important;
  text-align: center;
}
@media all and (max-width: 1280px) {
  .contact__mail-blk span {
    font-size: 30px !important;
  }
}
@media all and (max-width: 600px) {
  .contact__mail-blk span {
    font-size: 20px !important;
  }
}
.contact__mail-blk + P {
  text-align: center;
  font-size: 20px;
}
@media all and (max-width: 600px) {
  .contact__mail-blk + P {
    font-size: 16px;
  }
}

.recomend {
  background: rgba(49, 113, 42, 0.2);
  padding: 80px 0;
}
@media all and (max-width: 896px) {
  .recomend {
    padding: 50px 0;
  }
}
@media all and (max-width: 480px) {
  .recomend {
    padding: 30px 0;
  }
}
.recomend__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.recomend-ttl {
  font-size: 35px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .recomend-ttl {
    font-size: 28px;
  }
}
@media all and (max-width: 480px) {
  .recomend-ttl {
    font-size: 25px;
    line-height: 2.5rem;
  }
}
.recomend__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
@media all and (max-width: 480px) {
  .recomend__ul {
    margin-top: 30px;
  }
}
.recomend__ul li {
  width: 22%;
  margin-bottom: 30px;
  margin-right: 20px;
}
@media all and (max-width: 896px) {
  .recomend__ul li {
    width: 46%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 896px) {
  .recomend__ul li:nth-child(2) {
    margin-right: 0px;
  }
}
@media all and (max-width: 896px) {
  .recomend__ul li:nth-child(3) {
    margin-right: 20px;
  }
}
.recomend__ul li:nth-child(4) {
  margin-right: 0;
}
.recomend__ul li:nth-child(5) {
  margin-bottom: 0;
}
.recomend__ul li:nth-child(6) {
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .recomend__ul li:nth-child(6) {
    margin-right: 0;
  }
}
.recomend__ul li:nth-child(7) {
  margin-bottom: 0;
}
.recomend__ul li:nth-child(8) {
  margin-right: 0;
}
.recomend__ul li img {
  width: 100%;
}
/*# sourceMappingURL=top.css.map */