@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  color: #5a5f64;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

h1 img {
  max-width: 100%;
  width: 200px;
}

@media (max-width: 415px) {
  h1 img {
    width: 150px;
}
}

@media (max-width: 321px) {
  h1 img {
    width: 120px;
}
}

.pc_image {
    display: block;
  }

@media (max-width: 415px) {
  .pc_image {
      display: none;
    }
}

.sp_image {
  display: none;
}

@media (max-width: 415px) {
.sp_image {
  display: block;
  height: auto;
  width: 50px;
  }
}

.sp_block {
    display: none;
}

@media (max-width: 415px) {
  .sp_block {
    display: block;
  }
}

.sp_none {
  display: block;
}

@media (max-width: 415px) {
  .sp_none {
    display: none;
  }
}

.tablet_block {
  display: none;
}

@media (max-width: 769px) {
  .tablet_block {
    display: block;
  }
}

@media (max-width: 415px) {
  .tablet_block {
    display: none;
  }
}

.inner {
  width: 847px;
  max-width: 100%;
  margin: 0 auto;
}

.top_inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1087px) {
  .inner {
    width: 1087px;
  }
  .top_inner {
    width: 100%;
  }
}

.section_title {
  text-align: center;
  position: relative;
  height: 88px;
  margin: 20px 0 40px 0;
}

@media (max-width: 415px) {
  .section_title {
    margin: 10px 0 5px 0;
  }
}

@media (max-width: 321px) {
  .section_title {
    margin: 5px 0;
  }
}

.section_title_02 {
  text-align: center;
  position: relative;
  height: 88px;
  margin: 20px 0;
}

@media (max-width: 415px) {
  .section_title_02 {
    height: 82px;
    margin: 10px 0 0 0;
}
}

.recommendation,
.chosen,
.introduction,
.support,
.faq{
  margin: 80px 0;
}

@media (max-width: 415px) {
  .recommendation,
  .chosen,
  .introduction,
  .support,
  .faq{
  margin: 30px 0;
}
}

@media (max-width: 376px) {
  .recommendation,
  .chosen,
  .introduction,
  .support,
  .faq{
  margin: 20px 0;
}
}

@media (max-width: 321px) {
  .recommendation,
  .chosen,
  .introduction,
  .support,
  .faq{
  margin: 5px 0;
}
}

.flow {
  margin: 80px 0 0 0;
}

@media (max-width: 415px) {
  .flow {
    margin: 40px 0 0 0;
  }
}

.chosen {
  padding: 20px 0 40px 0;
  position: relative;
}

.support {
  padding: 20px 0 50px 0;
  position: relative;
}

.faq {
  padding: 0;
}

.flow {
  padding: 50px 0 70px 0;
  background: url(../images/img/background.png) no-repeat;
  background-size: cover;
}

@media (max-width: 415px) {
  .flow {
    padding: 10px 0;
    background: url(../images/img/background_sp.png) no-repeat;
  background-size: cover;
  }
}

.company {
  margin: 0;
  padding: 50px 0 80px 0;
  background-color: #f0f5ff;
}

@media (max-width: 415px) {
  .company {
    padding: 10px 0 40px 0;
  }
}

.chosen::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0f5ff;
  transform: skewY(-7deg);
  z-index: -1;
}

.recommendation_cards {
  display: flex;
  justify-content: center;
}

@media (max-width: 769px) {
  .recommendation_cards {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 415px) {
  .recommendation_cards {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
}

@media (max-width: 415px) {
  .recommendation_cards ul li span {
    font-size: 0.9rem;
}
}

@media (max-width: 376px) {
  .recommendation_cards ul li span {
    font-size: 0.8rem;
}
}

@media (max-width: 321px) {
  .recommendation_cards ul li span {
    font-size: 0.7rem;
}
}

.recommendation_cards ul li {
  color: #fff;
  margin: 10px 0 0 0;
  padding: 20px;
  height: 70px;
  background-color: #385daa;
}

@media (max-width: 415px) {
  .recommendation_cards ul li {
    padding: 10px;
    height: 50px;
  }
}

.recommendation_cards ul li:nth-of-type(1) {
  opacity: 0;
  transform: translateX(-20px);
  transition: 1s;
}

.recommendation_cards ul li:nth-of-type(2) {
  opacity: 0;
  transform: translateX(-20px);
  transition: 1s .2s;
}

.recommendation_cards ul li:nth-of-type(3) {
  opacity: 0;
  transform: translateX(-20px);
  transition: 1s .4s;
}

.recommendation_cards ul li:nth-of-type(4) {
  opacity: 0;
  transform: translateX(-20px);
  transition: 1s .6s;
}

.recommendation_cards ul li:nth-of-type(1).show,
.recommendation_cards ul li:nth-of-type(2).show,
.recommendation_cards ul li:nth-of-type(3).show,
.recommendation_cards ul li:nth-of-type(4).show{
  transform: none;
  opacity: 1;
}

.recommendation_cards ul li span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/img/check.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-right: 40px;
  margin-bottom: 5px;
}

@media (max-width: 769px) {
  .recommendation_cards ul li span::before {
    width: 15px;
    height: 15px;
    padding-right: 20px;
}
}

@media (max-width: 415px) {
  .recommendation_cards ul li span::before {
    padding-right: 25px;
}
}

@media (max-width: 321px) {
  .recommendation_cards ul li span::before {
    width: 10px;
    height: 10px;
    padding-right: 15px;
}
}

.recommendation_illust {
  margin: 0 0 0 40px;
  padding: 56px 0 0 0;
  max-width: 100%;
  width: 350px;
}

@media (max-width: 769px) {
  .recommendation_illust {
    padding: 86px 0 0 0;
    width: 250px;
}
}

@media (max-width: 415px) {
  .recommendation_illust {
    padding: 0 0 20px 0;
    width: 300px;
    margin: 0 auto;
}
}

.chosen_cards ul li {
  display: flex;
  justify-content: center;
  margin: 50px 0 0 0;
}

@media (max-width: 415px) {
  .chosen_cards ul li:nth-of-type(1) {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
}

@media (max-width: 415px) {
  .chosen_cards ul li:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

@media (max-width: 1087px) {
  .chosen_cards ul li {
    margin: 50px auto 0 auto;
    width: 90%;
}
}

@media (max-width: 415px) {
  .chosen_cards ul li {
    margin: 55px auto 45px auto;
}
}

@media (max-width: 415px) {
  .chosen_cards ul li:last-child {
    margin: 55px auto 0 auto;
}
}

@media (max-width: 321px) {
  .chosen_cards ul li {
    margin: 25px auto 45px auto;
}
}

@media (max-width: 321px) {
  .chosen_cards ul li:last-child {
    margin: 25px auto 0 auto;
}
}

.chosen_cards ul li div.chosen_content_left {
  margin: 0 20px 0 0;
  max-width: 600px;
}

@media (max-width: 415px) {
  .chosen_cards ul li div.chosen_content_left {
    max-width: 100%;
    width: 95%;
    margin: 30px auto 0 auto;
}
}

.chosen_cards ul li div.chosen_content_left dl dt {
  color: #385daa;
  font-weight: bold;
  font-size: 1.2rem; 
  margin: 0 0 10px 0;
}

@media (max-width: 415px) {
  .chosen_cards ul li div.chosen_content_left dl dt {
    text-align: center;
  }
}

@media (max-width: 321px) {
  .chosen_cards ul li div.chosen_content_left dl dt {
    font-size: 1rem; 
  }
}

.chosen_cards ul li div.chosen_content_left dl dd {
  color: #393939;
  font-size: 0.9rem;
}

@media (max-width: 415px) {
.chosen_cards ul li div.chosen_content_right img {
  display: block;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
}

@media (max-width: 415px) {
.chosen_cards ul li div.chosen_content_left_02 img {
  display: block;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
}

.chosen_content_left_02 img {
  width: 250px;
}

.chosen_cards ul li div.chosen_content_right_02 {
  margin: 0 0 0 20px;
  max-width: 650px;
}

@media (max-width: 415px) {
  .chosen_cards ul li div.chosen_content_right_02 {
    max-width: 100%;
    width: 95%;
    margin: 15px auto 0 auto;
}
}

.chosen_cards ul li div.chosen_content_right_02 dl dt {
  color: #385daa;
  font-weight: bold;
  font-size: 1.2rem; 
  margin: 0 0 10px 0;
}

@media (max-width: 415px) {
  .chosen_cards ul li div.chosen_content_right_02 dl dt {
    text-align: center;
}
}

@media (max-width: 376px) {
  .chosen_cards ul li div.chosen_content_right_02 dl dt {
    font-size: 1rem; 
    text-align: center;
}
}

.chosen_cards ul li div.chosen_content_right_02 dl dd {
  color: #393939;
  font-size: 0.9rem;
}

.introduction_cards {
  width: 95%;
  margin: 0 auto;
}

@media (max-width: 1087px) {
  .introduction_cards {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 415px) {
  .introduction_cards {
    margin: 40px auto 0 auto;
  }
}

.introduction_cards ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 415px) {
  .introduction_cards ul {
    display: block;
  }
}

.introduction_cards ul li {
  flex-basis: 33.333%;
  margin: 0 20px 0 0;
}

@media (max-width: 415px) {
  .introduction_cards ul li {
    margin: 0;
  }
}

.introduction_cards ul li:nth-of-type(1) {
  opacity: 0;
  transform: translateY(-20px);
  transition: 1s;
}

@media (max-width: 415px) {
  .introduction_cards ul li:nth-of-type(1) {
    width: 80%;
    position: relative;
    margin: 0 20% 0 0;
  }
}

@media (max-width: 415px) {
  .introduction_cards ul li:nth-of-type(1) img {
    position: absolute;
    display: block;
    top: -20px;
    right: -80px;
    width: 60%;
  }
}

@media (max-width: 376px) {
  .introduction_cards ul li:nth-of-type(1) img {
    right: -71px;
    width: 50%;
  }
}

@media (max-width: 321px) {
  .introduction_cards ul li:nth-of-type(1) img {
    right: -57px;
    width: 50%;
  }
}

.introduction_cards ul li:nth-of-type(2) {
  opacity: 0;
  transform: translateY(-20px);
  transition: 1s .5s;
}

@media (max-width: 415px) {
  .introduction_cards ul li:nth-of-type(2) {
    width: 80%;
    position: relative;
    margin: 50px 0 0 20%;
  }
}

@media (max-width: 415px) {
  .introduction_cards ul li:nth-of-type(2) img {
    position: absolute;
    display: block;
    top: -20px;
    left: -80px;
    width: 60%;
  }
}

@media (max-width: 376px) {
  .introduction_cards ul li:nth-of-type(2) img {
    left: -71px;
    width: 50%;
  }
}

@media (max-width: 321px) {
  .introduction_cards ul li:nth-of-type(2) img {
    left: -57px;
  }
}

.introduction_cards ul li:nth-of-type(3) {
  opacity: 0;
  transform: translateY(-20px);
  transition: 1s 1.0s;
}

@media (max-width: 415px) {
  .introduction_cards ul li:nth-of-type(3) {
    width: 80%;
    position: relative;
    margin: 50px 20% 0 0 !important;
  }
}

@media (max-width: 415px) {
  .introduction_cards ul li:nth-of-type(3) img {
    position: absolute;
    display: block;
    top: -20px;
    right: -80px;
    width: 60%;
  }
}

@media (max-width: 376px) {
  .introduction_cards ul li:nth-of-type(3) img {
    right: -71px;
    width: 50%;
  }
}

@media (max-width: 321px) {
  .introduction_cards ul li:nth-of-type(3) img {
    right: -57px;
    width: 50%;
  }
}

.introduction_cards ul li:nth-of-type(1).show,
.introduction_cards ul li:nth-of-type(2).show,
.introduction_cards ul li:nth-of-type(3).show {
  transform: none;
  opacity: 1;
}

.introduction_cards ul li:last-child {
  margin: 0;
}

.introduction_content dl {
  color: #fff;
  background-color: #385daa;
  padding: 10px;
}

.introduction_content dl dt {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 321px) {
  .introduction_content dl dt {
    font-size: 1rem;
  }
}

@media (max-width: 415px) {
  .introduction_cards ul li:nth-of-type(1) dl dt,
  .introduction_cards ul li:nth-of-type(3) dl dt {
    text-align: left;
    line-height: 1.4;
  }
}

@media (max-width: 415px) {
  .introduction_cards ul li:nth-of-type(2) dl dt {
    text-align: right;
    line-height: 1.4;
  }
}

.introduction_content dl dt span {
  color: #ffcf3d;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 415px) {
  .introduction_content dl dt span {
    font-size: 1.5rem;
  }
}

.introduction_content dl dd {
  margin: 10px 0;
  font-weight: normal;
  font-size: 0.9rem;
}

@media (max-width: 415px) {
  .introduction_content dl dd {
    padding: 20px 0 5px 0;
}
}

@media (max-width: 376px) {
  .introduction_content dl dd {
    padding: 0 0 5px 0;
}
}

.support::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0f5ff;
  transform: skewY(-7deg);
  z-index: -1;
}

@media (max-width: 1087px) {
.support_cards {
  width: 90%;
  margin: 0 auto;
}
}

.support_cards p {
  font-size: 0.9rem;
  margin: 10px 0 0 0;
}

.support_cards_02 {
  margin: 30px 0 0 0;
  text-align: right;
}

@media (max-width: 415px) {
  .support_cards_02 {
    margin: 30px auto 0 auto;
    text-align: center;
    width: 70%;
}
}

.support_image {
  max-width: 100%;
  width: 300px;
  opacity: 0;
  transform: translateX(20px);
  transition: 1s;
}

@media (max-width: 376px) {
  .support_image {
    width: 200px;
  }
}

.support_image.show {
    transform: none;
    opacity: 1;
}

.faq_table,
.company_table{
  width: 100%;
  border-collapse: collapse;
  margin: 50px 0 0 0;
}

@media (max-width: 1087px) {
  .faq_table,
  .company_table {
    width: 90%;
    border-collapse: collapse;
    margin: 50px auto 0 auto;
}
}

@media (max-width: 415px) {
  .faq_table, .company_table {
    margin: 10px auto 0 auto;
}
}

.faq_table tr {
  border-bottom: solid 10px white;
}

@media (max-width: 415px) {
  .faq_table tr {
    border-bottom: solid 20px white;
  }
  
}

.company_table tr{
  border-bottom: solid 10px #f0f5ff;
}

.faq_table tr:last-child,
.company_table tr:last-child{
  border-bottom: none;
}

.faq_table th,
.company_table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #385daa;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 0.9rem;
}

@media (max-width: 415px) {
  .faq_table th, .company_table th {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 1rem;
    display: block;
}
}

.faq_table th:after,
.company_table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #385daa;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media (max-width: 415px) {
  .faq_table th:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #385daa transparent transparent transparent;
  border-width: 30px 40px 0 40px;
}
}

.faq_table td {
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #f0f5ff;
  padding: 10px 0 10px 22px;
  font-size: 0.9rem;
  vertical-align: middle;
}

@media (max-width: 415px) {
  .faq_table td {
    text-align: left;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    display: block;
}
}

.company_table td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #fff;
  padding: 10px 0 10px 22px;
  font-size: 0.9rem;
  vertical-align: middle;
}

@media (max-width: 415px) {
  .company_table td{
    padding: 10px 10px 10px 22px;
  }
}

.flow_content_wrap {
  margin: 50px 0 0 0;
}

@media (max-width: 1087px) {
  .flow_content_wrap {
    margin: 50px auto 0 auto;
    width: 80%;
}
}

.flow_content_wrap ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 415px) {
  .flow_content_wrap ul {
    display: block;
  }
}

.flow_content_wrap ul li {
  padding: 0 20px 0 0;
}

@media (max-width: 415px) {
  .flow_content_wrap ul li {
    padding: 0;
  }
}

@media (max-width: 415px) {
  .flow_content_wrap ul li div.flow_content {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
}
.flow_content_wrap ul li:nth-of-type(1) {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}

.flow_content_wrap ul li:nth-of-type(2) {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s .1s;
}

.flow_content_wrap ul li:nth-of-type(3) {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s .2s;
}

.flow_content_wrap ul li:nth-of-type(4) {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s .3s;
}

.flow_content_wrap ul li:nth-of-type(5) {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s .4s;
}

.flow_content_wrap ul li:nth-of-type(6) {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s .5s;
}

.flow_content_wrap ul li:nth-of-type(7) {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s .6s;
}

.flow_content_wrap ul li:nth-of-type(8) {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s .7s;
}

.flow_content_wrap ul li:nth-of-type(9) {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s .8s;
}

.flow_content_wrap ul li.flow_image_02 {
  line-height: 150px;
}

@media (max-width: 415px) {
  .flow_content_wrap ul li.flow_image_02 {
    line-height: 1;
    text-align: center;
  }
}

@media (max-width: 415px) {
  .flow_content_wrap ul li.flow_image_02 img {
    transform: rotate( 90deg );
    width: 5%;
  }
}

.flow_content_wrap ul li:nth-of-type(1).show,
.flow_content_wrap ul li:nth-of-type(2).show,
.flow_content_wrap ul li:nth-of-type(3).show,
.flow_content_wrap ul li:nth-of-type(4).show,
.flow_content_wrap ul li:nth-of-type(5).show,
.flow_content_wrap ul li:nth-of-type(6).show,
.flow_content_wrap ul li:nth-of-type(7).show,
.flow_content_wrap ul li:nth-of-type(8).show,
.flow_content_wrap ul li:nth-of-type(9).show {
  transform: none;
  opacity: 1;
}

.flow_image_wrap {
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 415px) {
  .flow_image_wrap {
    text-align: left;
    width: 40%;
}
}

.flow_image {
  max-width: 100%;
  width: 100%;
  height: 100px;
}

@media (max-width: 769px) {
  .flow_image {
    height: 60px;
  }
}

@media (max-width: 415px) {
  .flow_image {
    width: 100px;
    max-width: 100%;
  }
}

.flow_content dl {
  font-size: 0.8rem;
  margin: 20px 0 0 0;
}

@media (max-width: 415px) {
  .flow_content dl {
    margin: 0;
    padding: 0;
    width: 90%;
  }
}

.flow_content dl dt {
  height: 50px;
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #385daa;
  text-align: center;
}

@media (max-width: 415px) {
  .flow_content dl dt {
    height: 30px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.cost_content_wrap {
  margin: 50px 0 0 0;
}

@media (max-width: 415px) {
  .cost_content_wrap {
    margin: 10px 0 0 0;
    padding: 0 0 30px 0;
  }
}

.cost_content_wrap ul {
  display: flex;
  justify-content: center;
}

@media (max-width: 769px) {
  .cost_content_wrap ul {
    width: 90%;
    margin: 0 auto;
}
}

.cost_content_wrap ul li:first-child {
  margin: 0 20px 0 0;
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}

.cost_content_wrap ul li:last-child {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s .2s;
}

.cost_content_wrap ul li:first-child.show,
.cost_content_wrap ul li:last-child.show {
  transform: none;
  opacity: 1;
}

.cost_content_wrap ul li img {
  max-width: 100%;
  width: 350px;
}

.title_main {
  position: absolute;
  left: 14px;
  right: 0;
  top: 32px;
  z-index: 2;
  font-size: 28px;
  color: #393939;
  font-weight: bold;
  line-height: 1;
}


@media (min-width: 768px) and (max-width: 1087px) {
  .title_main {
    left: -7px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .title_main {
    font-size: 21px;
    font-weight: 900;
  }
}

@media (max-width: 415px) {
  .title_main {
    font-size: 18px;
    font-weight: 700;
  }
}

@media (max-width: 376px) {
  .title_main {
    font-size: 16px;
  }
}

.title_background {
  display: block;
  font-size: 80px;
  color: #d6e1f7;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  line-height: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s .6s;
}

.title_background.show {
  transform: none;
  opacity: 1;
}


@media (min-width: 768px) and (max-width: 1087px) {
  .title_background {
    font-size: 75px;
  }
}

@media (max-width: 767px) {
  .title_background {
    font-size: 50px;
  }
}

@media (max-width: 415px) {
  .title_background {
    font-size: 40px;
  }
}

@media (max-width: 376px) {
  .title_background {
    font-size: 35px;
  }
}

@media (max-width: 321px) {
  .title_background {
    font-size: 30px;
  }
}

.title_font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

@media (max-width: 374px) {
  .number {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 20px;
}
}

@media (max-width: 767px) {
  .number {
    font-size: 25px;
  }
}

@media (max-width: 374px) {
  .number {
    font-size: 19px;
  }
}

.info {
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1087px) {
  .info {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .info {
    font-size: 11px;
  }
}

.first-view {
  width: 100%;
  /* height: 465px; */
  /* margin-top: 67px; */
  text-align: right;
  padding-top: 80px;
}

@media (min-width: 770px) and (max-width: 1023px) {
  .first-view {
    /* margin-top: 69px;
    height: 362px; */
    padding-top: 60px;
  }
}

@media (max-width: 769px) { 
  .first-view {
    /* height: 250px;
    margin-top: 69px; */
    padding-top: 60px;
}
}

.first-view .pc_fv {
  display: block;
}

.first-view .sp_fv {
  display: none;
}

@media (max-width: 415px) { 
  .first-view .pc_fv {
    display: none;
  }
}

@media (max-width: 415px) { 
  .first-view .sp_fv {
    display: block;
  }
}

.top-contact {
  padding-top: 0;
}

@media (min-width: 768px) and (max-width: 1087px) {
  .top-contact {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .top-contact {
    padding-top: 0;
  }
}

.top-limit-items {
  width: 100%;
  height: 500px;
  background: #fff;
  background: url(../images/img/limit_background.png) no-repeat;
  color: #393939;
  text-align: center;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 30px;
}

.top-limit-items .limit-inner .limit {
  display: flex;
  justify-content: center;
  padding: 50px 0 0 0;
}

@media (max-width: 769px) {
  .top-limit-items .limit-inner .limit {
    padding: 50px 0 0 0;
  }
}

@media (max-width: 415px) {
  .top-limit-items .limit-inner .limit {
    padding: 10px 0 0 0;
  }
}

.top-limit-items .limit-inner .limit_02 {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
}

@media (max-width: 769px) {
  .top-limit-items .limit-inner .limit_02 {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 415px) {
  .top-limit-items .limit-inner .limit_02 {
    padding: 10px 0 0 0;
  }
}

@keyframes titleAnimation {
  0% {
      letter-spacing: .3em;
      opacity: 0;
  }
}

@media (max-width: 769px) {
.top-limit-items .limit-inner {
    width: 90%;
    margin: 0 auto;
}
}

.top-limit-items .limit-inner .limit li.limit_text {
  line-height: 120px;
  margin-left: 20px;
  white-space: nowrap;
  animation: titleAnimation 1.5s;
}

@media (max-width: 415px) {
  .top-limit-items .limit-inner .limit li.limit_text {
    line-height: 1.3;
    margin-left: 10px;
    margin-top: 14px;
    white-space: pre-wrap;
    font-size: 1.2rem;
    text-align: left;
}
}

@media (max-width: 376px) {
  .top-limit-items .limit-inner .limit li.limit_text {
    line-height: 1.3;
    font-size: 1.2rem;
}
}

@media (max-width: 321px) {
  .top-limit-items .limit-inner .limit li.limit_text {
    line-height: 1.2;
    font-size: 1rem;
}
}

.top-limit-items .limit-inner .limit li img {
  width: 120px;
  height: 120px;
}

@media (max-width: 415px) {
  .top-limit-items .limit-inner .limit li img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 321px) {
  .top-limit-items .limit-inner .limit li img {
    width: 70px;
    height: 70px;
  }
}

.top-limit-items .limit-inner .limit_02 li.limit_text {
  line-height: 120px;
  margin-left: 20px;
  white-space: nowrap;
  animation: titleAnimation 1.5s;
}

@media (max-width: 415px) {
  .top-limit-items .limit-inner .limit_02 li.limit_text {
    line-height: 1.3;
    margin-left: 10px;
    margin-top: 14px;
    white-space: pre-wrap;
    font-size: 1.2rem;
    text-align: left;
}
}

@media (max-width: 376px) {
  .top-limit-items .limit-inner .limit_02 li.limit_text {
    line-height: 1.3;
    font-size: 1.2rem;
}
}

@media (max-width: 321px) {
  .top-limit-items .limit-inner .limit_02 li.limit_text {
    line-height: 1.2;
    font-size: 1rem;
}
}


.top-limit-items .limit-inner .limit_02 li img {
  width: 120px;
  height: 120px;
}

@media (max-width: 415px) {
  .top-limit-items .limit-inner .limit_02 li img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 321px) {
  .top-limit-items .limit-inner .limit_02 li img {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 770px) and (max-width: 1087px) {
  .top-limit-items {
    width: 100%;
    height: 493px;
    padding-top: 20px;
  }
}

@media (max-width: 769px) {
  .top-limit-items {
  width: 100%;
  height: 450px;
  padding-top: 20px;
  background-size: cover;
}
}

@media (max-width: 415px) {
  .top-limit-items {
    height: 321px;
    background-position: center;
}
}

@media (max-width: 376px) {
  .top-limit-items {
    height: 305px;
}
}

@media (max-width: 321px) {
  .top-limit-items {
    height: 282px;
}
}

.telling_text {
  color: #393939;
  margin: 50px 0 0 0;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}

@media (max-width: 415px) {
  .telling_text {
    margin: 25px 0 0 0;
    font-size: 19px;
  }
}

@media (max-width: 376px) {
  .telling_text {
    margin: 25px 0 0 0;
    font-size: 17px;
  }
}

@media (max-width: 321px) {
  .telling_text {
    font-size: 15px;
  }
}

.telling_text_02 {
  color: #393939;
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}

@media (max-width: 415px) {
  .telling_text_02 {
    font-size: 1.2rem;
  }
}

@media (max-width: 376px) {
  .telling_text_02 {
    font-size: 1rem;
  }
}

.telling_text_03 {
  color: #385daa;
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}

@media (max-width: 415px) {
  .telling_text_03 {
    font-size: 1rem;
  }
}

@media (max-width: 321px) {
  .telling_text_03 {
    font-size: 0.9rem;
  }
}

.contact-btn {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 769px) {
  .contact-btn {
    margin-top: 40px;
  }
}

.contact-btn a {
  background-color: #ffcf3d;
  display: inline-block;
  padding: 20px;
  border-radius: 50px;
  color: #385daa;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: solid 5px #bc9111;
  width: 600px;
  text-align: center;
}

@media (max-width: 769px) {
  .contact-btn a {
    padding: 20px;
    font-size: 0.9rem;
    width: 95%;
}
}

@media (max-width: 376px) {
  .contact-btn a {
    padding: 15px;
    font-size: 0.9rem;
}
}

@media (max-width: 321px) {
  .contact-btn a {
    padding: 15px 5px;
    font-size: 0.8rem;
}
}

.contact-btn a span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/img/mail_icon_2.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-right: 40px;
  margin-bottom: 5px;
}

@media (max-width: 415px) {
  .contact-btn a span::before {
    width: 20px;
    height: 20px;
    padding-right: 30px;
    margin-bottom: 0;
}
}

@media (max-width: 321px) {
  .contact-btn a span::before {
    width: 15px;
    height: 15px;
    padding-right: 25px;
}
}

.contact-btn a span::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/img/arrow_right.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 50px;
  margin-bottom: 5px;
}

@media (max-width: 415px) {
  .contact-btn a span::after {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 321px) {
  .contact-btn a span::after {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-bottom: 2px;
  }
}

.contact-btn a:hover {
  background: #fee8a6;
}

@media (min-width: 768px) and (max-width: 1087px) {
  .contact-btn a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .contact-btn {
    margin-top: 20px;
  }
}

.support {
  padding-top: 3%;
}

@media (min-width: 768px) and (max-width: 1087px) {
  .support {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .support {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .support_background {
    font-size: 60px;
  }
}

.c-marker {
  background: -webkit-linear-gradient(left, #f5c539 50%, transparent 50%);
  background: -moz-linear-gradient(left, #f5c539 50%, transparent 50%);
  background: linear-gradient(left, #f5c539 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .65em;
  transition: 1s;
  color: #5A5F63;
}

.c-marker.is-active {
  background-position: 0% .65em;
}

.nav-scroll_one {
  transition: all ease 0.3s 0s;
}

/* .nav-scroll_one:hover .mega_nav {
  display: block;
} */

.nav-scroll_two {
  transition: all ease 0.3s 0s;
}

/* .nav-scroll_two:hover .mega_staff {
  display: block;
} */
