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

html, body, .top_body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.top_inner {
  max-width: 1192px;
  margin: 0 auto;
}

.top_header {
  font-size: 40px;
  font-weight: bold;
  color: #081F5C;
  letter-spacing: 5px;
}

.top_service-box-title, .top_merit-box-title, .top_profile-inc {
  font-size: 20px;
  font-weight: bold;
  color: #F37021;
  letter-spacing: 2px;
}

.cta_btn {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.cb {
  clear: both;
}

.js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s ease;
}

.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

#top_hero {
  height: 637px;
  background-image: url("../img/top_hero_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#top_hero .top_hero-wrap {
  padding: 8% 12% 12%;
}
#top_hero .top_hero-wrap .top_hero-inner {
  letter-spacing: 5px;
}
#top_hero .top_hero-wrap .top_hero-inner .top_hero-heading {
  font-size: 65px;
  color: #F37021;
  padding-bottom: 20px;
  font-weight: bold;
}
#top_hero .top_hero-wrap .top_hero-inner .top_hero-content {
  font-weight: bold;
}
#top_hero .top_hero-wrap .top_hero-cta {
  display: flex;
  padding-top: 40px;
}
#top_hero .top_hero-wrap .top_hero-cta .cta_btn:first-child {
  margin-right: 10px;
}
#top_hero .top_hero-wrap .top_hero-cta .cta_btn a {
  display: block;
  width: 310px;
  padding: 12px 25px 14px;
  border: solid 2px #081F5C;
  border-radius: 40px;
  box-shadow: 0px 4px 4px -2px #747474;
  background-color: rgba(255, 255, 255, 0.6);
  color: #081F5C;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#top_hero .top_hero-wrap .top_hero-cta .cta_btn a::after {
  background-color: #F37021;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#top_hero .top_hero-wrap .top_hero-cta .cta_btn a:hover {
  background-color: #F37021;
  color: #ffffff;
  transition: 0.5s;
  text-decoration: none;
}
#top_hero .top_hero-wrap .top_hero-cta .cta_btn a:hover::after {
  transform: scale(1, 1);
}

#top_news {
  margin-top: -4%;
}
#top_news .top_news-wrap {
  display: flex;
  align-items: center;
  background-color: #081F5C;
  border-radius: 15px;
  color: #ffffff;
  padding: 40px 50px 45px;
}
#top_news .top_news-wrap a {
  color: #ffffff;
}
#top_news .top_news-wrap .top_news-post {
  flex: 1;
}
#top_news .top_news-wrap .top_news-btn {
  margin-left: auto;
}
#top_news .top_news-wrap .top_news-btn a {
  padding: 10px 24px;
  font-size: 18px;
  border-radius: 40px;
  border: solid 2px #ffffff;
}
#top_news .top_news-wrap .top_news-btn a:hover {
  background-color: #ffffff;
  color: #081F5C;
  transition: 0.5s;
  text-decoration: none;
}
#top_news .top_news-wrap .top_news-btn a .triangle_r {
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: border-left-color 0.5s;
}
#top_news .top_news-wrap .top_news-btn a:hover .triangle_r {
  border-left-color: #081F5C;
}

#top_overview {
  margin-top: 100px;
}
#top_overview .top_overview-wrap {
  display: flex;
}
#top_overview .top_overview-wrap .top_overview-img {
  margin-right: 63px;
  width: 40%;
}
#top_overview .top_overview-wrap .top_overview-img img {
  width: 100%;
}
#top_overview .top_overview-wrap .top_overview-inner {
  width: 60%;
}
#top_overview .top_overview-wrap .top_overview-inner .top_overview-content .top_overview-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
}
#top_overview .top_overview-wrap .top_overview-inner .top_overview-content .top_overview-title img {
  display: block;
}
#top_overview .top_overview-wrap .top_overview-inner .top_overview-content .top_overview-title span {
  font-size: 30px;
  color: #F37021;
}
#top_overview .top_overview-wrap .top_overview-inner .top_overview-content .top_overview-catch {
  font-size: 20px;
  font-weight: bold;
  color: #081F5C;
}
#top_overview .top_overview-wrap .top_overview-inner .top_overview-content > div {
  margin-bottom: 38px;
}
#top_overview .top_overview-wrap .top_overview-inner .top_overview-content .top_overview-text p {
  margin-bottom: 10px;
}
#top_overview .top_overview-wrap .top_overview-box-area {
  display: flex;
}
#top_overview .top_overview-wrap .top_overview-box-area .top_overview-box:not(:first-child) {
  margin-left: 22px;
}
#top_overview .top_overview-wrap .top_overview-box-area .top_overview-box {
  width: 300px;
  padding: 16px 5px 20px;
  text-align: center;
  border: solid 2px #081F5C;
  border-radius: 10px;
}
#top_overview .top_overview-wrap .top_overview-box-area .top_overview-box .top_overview-box-title {
  font-size: 20px;
  font-weight: bold;
  color: #081F5C;
}
#top_overview .top_overview-wrap .top_overview-box-area .top_overview-box .top_overview-box-text {
  font-size: 48px;
  font-weight: bold;
  color: #F37021;
  letter-spacing: 2px;
}

#top_service {
  margin-top: 80px;
}
#top_service .top_service-wrap h2 {
  margin-bottom: 40px;
}
#top_service .top_service-wrap .top_service-box-area {
  display: flex;
  margin-bottom: 20px;
}
#top_service .top_service-wrap .top_service-box-area .top_service-box {
  width: 34%;
  padding: 30px;
  background-color: #E9EEF3;
  border-radius: 30px;
}
#top_service .top_service-wrap .top_service-box-area .top_service-box:not(:first-child) {
  margin-left: 2%;
}
#top_service .top_service-wrap .top_service-box-area .top_service-box div, #top_service .top_service-wrap .top_service-box-area .top_service-box p {
  margin-bottom: 10px;
}
#top_service .top_service-wrap .top_service-box-area .top_service-box div img, #top_service .top_service-wrap .top_service-box-area .top_service-box p img {
  width: 100%;
}
#top_service .top_service-wrap .top_service-btn p {
  text-align: right;
}
#top_service .top_service-wrap .top_service-btn p a {
  display: inline-block;
  background-color: #081F5C;
  padding: 5px 15px;
  border-radius: 40px;
  color: #ffffff;
  border: solid 2px #ffffff;
}
#top_service .top_service-wrap .top_service-btn p a:hover {
  background-color: #ffffff;
  color: #081F5C;
  border: solid 2px #081F5C;
  transition: 0.5s;
  text-decoration: none;
}
#top_service .top_service-wrap .top_service-btn p a .triangle_r {
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: border-left-color 0.5s;
}
#top_service .top_service-wrap .top_service-btn p a:hover .triangle_r {
  border-left-color: #081F5C;
}

#top_price {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #F5F5F5;
}
#top_price .top_price-wrap {
  color: #081F5C;
}
#top_price .top_price-wrap .top_header {
  margin-bottom: 10px;
}
#top_price .top_price-wrap .top_price-box {
  margin: 30px 0;
}
#top_price .top_price-wrap .top_price-box .top_price-box-inner {
  display: flex;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  font-weight: bold;
  border-radius: 10px;
  height: 80px;
  line-height: 80px;
}
#top_price .top_price-wrap .top_price-box .top_price-box-inner .top_price-box-title {
  width: 34%;
  background-color: #F37021;
  color: #FFFFFF;
  font-size: 25px;
  border-radius: 10px 0 0 10px;
  text-align: center;
}
#top_price .top_price-wrap .top_price-box .top_price-box-inner .top_price-box-price {
  margin-left: auto;
  padding-right: 40px;
}
#top_price .top_price-wrap .top_price-box .top_price-box-inner .top_price-box-price span {
  font-size: 40px;
}
#top_price .top_price-wrap .top_cta {
  display: flex;
  margin-top: 50px;
}
#top_price .top_price-wrap .top_cta .top_cta-box {
  width: 48%;
  padding: 36px 50px;
  border-radius: 30px;
  background-color: #081F5C;
  color: #ffffff;
  text-align: center;
  box-shadow: 0px 4px 4px -2px #4e4e4e;
}
#top_price .top_price-wrap .top_cta .top_cta-box:not(:first-child) {
  margin-left: 4%;
}
#top_price .top_price-wrap .top_cta .top_cta-box p {
  margin-bottom: 20px;
}
#top_price .top_price-wrap .top_cta .top_cta-box .top_cta-box-title {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 2px;
}
#top_price .top_price-wrap .top_cta .top_cta-box .cta_btn a {
  display: block;
  width: 298px;
  margin: 0 auto;
  padding: 15px;
  border: solid 2px #ffffff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  color: #ffffff;
}
#top_price .top_price-wrap .top_cta .top_cta-box .cta_btn a::after {
  background: #F37021;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#top_price .top_price-wrap .top_cta .top_cta-box .cta_btn a:hover {
  background-color: #F37021;
  color: #ffffff;
  transition: 0.5s;
  text-decoration: none;
}
#top_price .top_price-wrap .top_cta .top_cta-box .cta_btn a:hover::after {
  transform: scale(1, 1);
}

#top_merit {
  padding: 80px 0;
  background-color: #E9EEF3;
}
#top_merit .top_merit-wrap .top_merit-box-area {
  display: flex;
  margin: 40px 0;
}
#top_merit .top_merit-wrap .top_merit-box-area .top_merit-box {
  width: 33%;
  padding: 30px;
  border-radius: 30px;
  border: solid 1px #081F5C;
  text-align: center;
}
#top_merit .top_merit-wrap .top_merit-box-area .top_merit-box:not(:first-child) {
  margin-left: 2%;
}
#top_merit .top_merit-wrap .top_merit-box-area .top_merit-box p {
  margin-bottom: 20px;
}
#top_merit .top_merit-wrap .top_merit-box-area .top_merit-box .top_merit-box-text {
  text-align: left;
}

#top_profile {
  padding: 80px 0 120px;
}
#top_profile .top_profile-wrap {
  display: flex;
}
#top_profile .top_profile-wrap .top_profile-img {
  width: 40%;
}
#top_profile .top_profile-wrap .top_profile-img img {
  width: 100%;
}
#top_profile .top_profile-wrap .top_profile-text-area {
  width: 60%;
}
#top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_header {
  margin-bottom: 15px;
}
#top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_profile-text-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #081F5C;
  letter-spacing: 2px;
}
#top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_profile-text-ex {
  margin: 10px 0 40px;
}
#top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_profile-text-ex p {
  margin-bottom: 20px;
}
#top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_profile-list-area .top_profile-list li {
  padding: 5px 0;
  color: #081F5C;
  font-weight: bold;
}
#top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_profile-list-area .top_profile-list li span {
  margin-right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top_inner {
    max-width: 100%;
    padding: 0 5%;
    margin: 0 2%;
  }
  .top_header {
    font-size: 30px;
    letter-spacing: 2px;
  }
  #top_hero {
    height: 100%;
    background-image: url("../img/top_hero_sp.png");
  }
  #top_hero .top_hero-wrap {
    padding: 60% 5% 10%;
  }
  #top_price .top_price-wrap .top_cta {
    display: block;
  }
  #top_price .top_price-wrap .top_cta .top_cta-box {
    width: 100%;
    margin-top: 5%;
    padding: 6% 5% 5%;
  }
  #top_price .top_price-wrap .top_cta .top_cta-box:not(:first-child) {
    margin-left: 0;
  }
  #top_price .top_price-wrap .top_cta .top_cta-box .cta_btn a {
    width: 100%;
    padding: 5%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html, body, .top_body {
    font-size: 14px;
  }
  img, video, iframe {
    max-width: 100%;
    height: auto;
  }
  .top_inner {
    padding: 0 5%;
  }
  .top_header {
    font-size: 30px;
  }
  .top_hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .cta_btn a {
    width: 100%;
    font-size: 18px;
  }
  .top_service-box, .top_merit-box, .top_cta-box {
    width: 100%;
    margin: 0 0 20px 0;
  }
  img, video, iframe {
    max-width: 100%;
    height: auto;
  }
  * {
    overflow-wrap: break-word;
  }
  #top_hero {
    height: 100%;
    background-image: url("../img/top_hero_sp.png");
  }
  #top_hero .top_hero-wrap {
    padding: 60% 5% 10%;
  }
  #top_hero .top_hero-wrap .top_hero-inner {
    letter-spacing: 2px;
  }
  #top_hero .top_hero-wrap .top_hero-inner .top_hero-heading {
    font-size: 40px;
    letter-spacing: 1px;
  }
  #top_hero .top_hero-wrap .top_hero-inner .top_hero-content {
    font-size: 16px;
  }
  #top_hero .top_hero-wrap .top_hero-cta .cta_btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #top_hero .top_hero-wrap .top_hero-cta .cta_btn a {
    width: 100%;
  }
  #top_news .top_news-wrap {
    flex-direction: column;
    align-items: center;
    padding: 8% 5%;
    border-radius: 0;
  }
  #top_news .top_news-wrap .top_news-list {
    width: 100%;
    margin-bottom: 8%;
    text-align: left;
  }
  #top_news .top_news-wrap .top_news-post {
    margin-bottom: 10%;
  }
  #top_news .top_news-wrap .top_news-btn {
    margin-left: 0;
    width: auto;
    justify-content: center;
  }
  #top_news .top_news-wrap .top_news-btn a {
    font-size: 14px;
  }
  #top_overview .top_overview-wrap {
    display: block;
  }
  #top_overview .top_overview-wrap .top_overview-img {
    margin-right: 0;
    width: 100%;
  }
  #top_overview .top_overview-wrap .top_overview-inner {
    width: 100%;
  }
  #top_overview .top_overview-wrap .top_overview-inner .top_overview-content .top_overview-title span {
    font-size: 20px;
  }
  #top_overview .top_overview-wrap .top_overview-box-area .top_overview-box:not(:first-child) {
    margin-left: 2%;
  }
  #top_overview .top_overview-wrap .top_overview-box-area .top_overview-box {
    width: 48%;
    padding: 5% 2%;
  }
  #top_overview .top_overview-wrap .top_overview-box-area .top_overview-box .top_overview-box-title {
    font-size: 14px;
  }
  #top_overview .top_overview-wrap .top_overview-box-area .top_overview-box .top_overview-box-text {
    font-size: 26px;
  }
  #top_service .top_service-wrap .top_service-box-area {
    display: block;
  }
  #top_service .top_service-wrap .top_service-box-area .top_service-box {
    width: 100%;
    padding: 10%;
  }
  #top_service .top_service-wrap .top_service-box-area .top_service-box:not(:first-child) {
    margin-left: 0;
  }
  #top_price .top_price-wrap .top_price-box .top_price-box-inner {
    display: block;
    height: 100%;
    font-weight: bold;
  }
  #top_price .top_price-wrap .top_price-box .top_price-box-inner .top_price-box-title {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  #top_price .top_price-wrap .top_price-box .top_price-box-inner .top_price-box-price {
    padding: 0 1%;
    text-align: center;
  }
  #top_price .top_price-wrap .top_cta {
    display: block;
  }
  #top_price .top_price-wrap .top_cta .top_cta-box {
    width: 100%;
    padding: 6% 5% 5%;
  }
  #top_price .top_price-wrap .top_cta .top_cta-box:not(:first-child) {
    margin-left: 0;
  }
  #top_price .top_price-wrap .top_cta .top_cta-box .cta_btn a {
    width: 100%;
    padding: 5%;
    font-size: 16px;
  }
  #top_merit .top_merit-wrap .top_merit-box-area {
    display: block;
    margin: 8% 0;
  }
  #top_merit .top_merit-wrap .top_merit-box-area .top_merit-box {
    width: 100%;
    padding: 6% 5% 5%;
    text-align: center;
  }
  #top_merit .top_merit-wrap .top_merit-box-area .top_merit-box:not(:first-child) {
    margin-left: 0;
  }
  #top_profile {
    padding: 15% 0;
  }
  #top_profile .top_profile-wrap {
    display: block;
  }
  #top_profile .top_profile-wrap .top_profile-img {
    width: 100%;
  }
  #top_profile .top_profile-wrap .top_profile-text-area {
    width: 100%;
    margin-top: 10%;
  }
  #top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_header {
    margin-bottom: 5%;
  }
  #top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_profile-text-title {
    margin-bottom: 10%;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_profile-text-ex {
    margin: 10% 0;
  }
  #top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_profile-text-ex p {
    margin-bottom: 10%;
  }
  #top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_profile-list-area .top_profile-list li {
    padding-bottom: 5%;
  }
  #top_profile .top_profile-wrap .top_profile-text-area .top_profile-text .top_profile-list-area .top_profile-list li span {
    margin-right: 2%;
  }
}/*# sourceMappingURL=suger_top.css.map */