@charset "UTF-8";
/*--------------------------------
font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*--------------------------------
color
---------------------------------*/
/*--------------------------------
common 全体に共通するクラス
---------------------------------*/
body {
  font-size: 16px;
  color: #ffffff;
  background: #ffffff;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif, "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}

img {
  width: 100%;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.is-color {
  color: #fcaf17;
}

@media (min-width: 1280px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .inner {
    padding: 0 40px;
  }
  .is-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
  .is-pc {
    display: none;
  }
}
/*--------------------------------
section
---------------------------------*/
.section {
  padding-top: 120px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 80px;
  }
}
/*--------------------------------
util
---------------------------------*/
.util_title {
  font-family: "Lato", sans-serif;
  font-size: 84px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(90deg, #18bfe3 0%, #18bfe3 30%, #0a7b9f 50%, #001d26 70%, #001d26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.util_text {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #000000;
  margin-top: 15px;
  font-size: 30px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .util_title {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .util_title {
    font-size: 48px;
  }
  .util_text {
    font-size: 20px;
  }
}
/*--------------------------------
header
---------------------------------*/
.header {
  background: transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.header_inner {
  display: flex;
  align-items: center;
  height: 100px;
}

.header_logo {
  width: 400px;
  margin-top: 50px;
  margin-left: 80px;
}
.header_logo img {
  width: 100%;
}

.header_menu_contents {
  display: flex;
  justify-content: space-evenly;
  margin-top: 60px;
}

.header_menu_image {
  width: 460px;
}
.header_menu_image img {
  width: 100%;
}

.header_nav {
  font-family: "Lato", sans-serif;
}

.header_nav_list {
  text-align: center;
  position: relative;
}
.header_nav_list:not(:first-child) {
  margin-top: 40px;
}
.header_nav_list:not(:first-child):after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px dotted #000000;
  width: 100%;
  top: -25px;
  left: 0;
}

.header_nav_link {
  color: #000000;
  font-size: 40px;
}

.header_document_link {
  background: #00bf29;
  display: block;
  width: 350px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
}

.header_oc_link {
  background: #00d1ff;
  display: block;
  width: 350px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  margin-top: 30px;
}

/*drawer*/
.drawer-toggle .drawer-hamburger-icon {
  background-color: #0078e7;
  width: 70px;
  height: 3px;
}
.drawer-open .drawer-toggle .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-toggle .drawer-hamburger-icon::before, .drawer-toggle .drawer-hamburger-icon::after {
  background-color: #0078e7;
  width: 70px;
  height: 3px;
}
.drawer-toggle .drawer-hamburger-icon::before {
  top: -20px;
}
.drawer-toggle .drawer-hamburger-icon::after {
  top: 20px;
  background: linear-gradient(to right, transparent 40%, #0078e7 40%);
}
.drawer-open .drawer-toggle .drawer-hamburger-icon::before {
  top: 0;
}
.drawer-open .drawer-toggle .drawer-hamburger-icon::after {
  top: 0;
  background: #0078e7;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 80px;
}

.drawer--right .drawer-hamburger {
  top: 0;
}

.drawer-nav {
  width: 100%;
  height: 100vh;
  padding: 0 10px;
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer--right .drawer-hamburger {
  top: 40px;
  right: 80px;
}
.drawer-hamburger .drawer_menu {
  display: block;
  font-size: 28px;
  color: #0078e7;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
}
.drawer-open .drawer-hamburger .drawer_menu {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .drawer--right .drawer-hamburger {
    right: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .header_menu_image {
    width: 380px;
  }
  .header_nav_link {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .header_logo {
    width: 200px;
    margin-top: 50px;
    margin-left: 20px;
  }
  .header_menu_contents {
    display: block;
    margin-top: 50px;
  }
  .header_nav_link {
    font-size: 24px;
  }
  .header_document_link {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
  }
  .header_oc_link {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto 0;
  }
  /*drawer*/
  .drawer-toggle .drawer-hamburger-icon {
    width: 50px;
    margin-left: 23px;
  }
  .drawer-open .drawer-toggle .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-toggle .drawer-hamburger-icon::before, .drawer-toggle .drawer-hamburger-icon::after {
    width: 50px;
  }
  .drawer-toggle .drawer-hamburger-icon::before {
    top: -15px;
  }
  .drawer-toggle .drawer-hamburger-icon::after {
    top: 15px;
    background: linear-gradient(to right, transparent 40%, #0078e7 40%);
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 50px;
  }
  .drawer--right .drawer-hamburger {
    top: 0;
  }
  .drawer--right .drawer-hamburger {
    top: 35px;
    right: 50px;
  }
  .drawer-hamburger .drawer_menu {
    font-size: 20px;
    margin-left: 20px;
  }
}
/*--------------------------------
top
---------------------------------*/
.top {
  background: url(/lp/accounting-profession/assets/img/top_bg.jpg) no-repeat center center/cover;
  height: 750px;
  position: relative;
}

.top_inner {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 220px;
  position: inherit;
  padding-left: 80px;
  z-index: 10;
}

.top_title {
  font-size: 84px;
  font-weight: 600;
}

.top_title_en {
  font-size: 64px;
  line-height: 1.2;
}
.top_title_en .small {
  font-size: 42px;
  margin-left: 20px;
}

.top_title_jp {
  font-size: 60px;
  margin-top: 10px;
  margin-left: -35px;
}

.top_image {
  position: absolute;
  width: 1000px;
  height: 678px;
  bottom: 0;
  left: 0;
}
.top_image img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .top {
    height: 650px;
  }
  .top_inner {
    padding-top: 190px;
    padding-left: 40px;
  }
  .top_title {
    font-size: 68px;
  }
  .top_title_en {
    font-size: 52px;
  }
  .top_title_jp {
    font-size: 48px;
    margin-left: -25px;
  }
  .top_image {
    position: absolute;
    width: 640px;
    height: 433px;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .top {
    background: url(/lp/accounting-profession/assets/img/sp/top_bg_sp.jpg) no-repeat center center/cover;
    height: 650px;
    position: relative;
  }
  .top_inner {
    padding-top: 320px;
    position: inherit;
    padding-left: 15px;
    z-index: 10;
  }
  .top_title {
    font-size: 38px;
  }
  .top_title_en {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 20px;
    letter-spacing: 1px;
  }
  .top_title_en .small {
    font-size: 20px;
    margin-left: 10px;
  }
  .top_title_jp {
    font-size: 24px;
    margin-top: 10px;
    margin-left: -13px;
  }
  .top_image {
    position: absolute;
    width: 320px;
    height: 555px;
    bottom: 0;
    left: 0;
  }
}
/*--------------------------------
floating
---------------------------------*/
.floating {
  position: fixed;
  z-index: 10;
  top: 25%;
  right: 0;
  width: 64px;
}

.floating_pamphlet {
  display: block;
  background: #00bf29;
  color: #ffffff;
  writing-mode: vertical-rl;
  padding: 60px 20px 20px;
  font-weight: 600;
  letter-spacing: 3px;
  position: relative;
}
.floating_pamphlet::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/cv_pamphlet_icon.png) no-repeat center center/contain;
  width: 35px;
  height: 35px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.floating_oc {
  display: block;
  background: #00d1ff;
  color: #ffffff;
  writing-mode: vertical-rl;
  padding: 50px 20px 20px;
  font-weight: 600;
  position: relative;
  margin-top: 20px;
}
.floating_oc::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/cv_oc_icon.png) no-repeat center center/contain;
  width: 35px;
  height: 35px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/*--------------------------------
new
---------------------------------*/
.slick-slider div {
  transition: none;
}

.new {
  color: #000;
  font-weight: 600;
}

.new_slider {
  margin-top: 60px;
}

.new_item {
  font-size: 24px;
  margin: 0 25px;
  padding: 15px 0;
  height: 366px;
}
.new_item.new_accountant {
  border: 5px solid #3d51d4;
}
.new_item.new_tax-accountant {
  border: 5px solid #bf3b0a;
}
.new_item.new_bookkeeping {
  border: 5px solid #1d9743;
}
.new_item.new_bookkeeping-rate {
  border: 5px solid #1d9743;
}

.new_item_box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.new_item_body {
  text-align: center;
  line-height: 1.8;
}

.new_item_year {
  font-size: 32px;
}

.new_item_title {
  font-size: 40px;
  font-weight: 800;
}

.new_item_passed {
  font-size: 36px;
}

.new_item_image {
  position: relative;
  width: 290px;
}
.new_item_image img {
  width: 100%;
}

.new_item_image_text {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  background: linear-gradient(45deg, #8c7537 0%, #dbb00b 45%, #fde79d 70%, #dbb10c 85%, #bc7f04 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.new_item_image_pass {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 46px;
  letter-spacing: 5px;
  font-weight: 800;
  background: linear-gradient(135deg, #8c7537 0%, #c6982b 35%, #e5d08d 50%, #c6982b 85%, #8c7537 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.new_item_image_pass .number {
  font-size: 114px;
}
.new_item_image_pass.fourth {
  width: 100%;
  margin-top: 35px;
  font-size: 30px;
  text-align: center;
}
.new_item_image_pass.fourth .number {
  font-size: 46px;
  line-height: 1;
}

.new_item_text {
  text-align: center;
  letter-spacing: 2px;
}

.new_accountant .new_item_body {
  color: #3d51d4;
}
.new_accountant .new_item_image_text {
  font-size: 28px;
}

.new_tax-accountant .new_item_body {
  color: #bf3b0a;
}
.new_tax-accountant .new_item_image_text {
  font-size: 34px;
  top: 22%;
}
.new_tax-accountant .new_item_title {
  letter-spacing: 3px;
}

.new_bookkeeping .new_item_body {
  color: #1d9743;
}

.new_bookkeeping-rate .new_item_body {
  color: #1d9743;
}
.new_bookkeeping-rate .new_item_image_text {
  font-size: 28px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .new_slider {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .new_slider {
    margin-top: 40px;
  }
  .new_item {
    width: 100%;
    height: 473px;
    font-size: 20px;
    margin: 0 10px;
    padding: 20px 0;
  }
  .new_item.new_accountant {
    border: 3px solid #0078e7;
  }
  .new_item.new_tax-accountant {
    border: 3px solid #bf3b0a;
  }
  .new_item.new_bookkeeping {
    border: 3px solid #1d9743;
  }
  .new_item.new_bookkeeping-rate {
    border: 3px solid #1d9743;
  }
  .new_item_box {
    display: block;
  }
  .new_item_year {
    font-size: 24px;
  }
  .new_item_title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.5;
  }
  .new_item_image {
    position: relative;
    width: 250px;
    margin: 5px auto;
  }
  .new_accountant .new_item_image_text {
    font-size: 24px;
  }
  .new_tax-accountant .new_item_image_text {
    font-size: 30px;
    top: 22%;
  }
  .new_bookkeeping-rate .new_item_image_text {
    font-size: 24px;
  }
  .new_item_image_pass {
    font-size: 36px;
  }
  .new_item_image_pass .number {
    font-size: 90px;
  }
  .new_item_image_pass.fourth {
    width: 100%;
    margin-top: 35px;
    font-size: 26px;
    text-align: center;
  }
  .new_item_image_pass.fourth .number {
    font-size: 36px;
    line-height: 1;
  }
}
/*--------------------------------
concept
---------------------------------*/
.concept {
  padding-top: 120px;
}

.concept_inner {
  background: url(/lp/accounting-profession/assets/img/concept_bg.jpg) no-repeat center center/cover;
  height: 580px;
  width: 100%;
  margin-top: 60px;
}

.concept_contents {
  margin: 0 auto;
}

.concept_title {
  font-size: 35px;
  padding-top: 110px;
  font-weight: 700;
}

.concept_text {
  font-size: 24px;
  margin-top: 70px;
}

@media (min-width: 1280px) {
  .concept_contents {
    width: 1060px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .concept {
    padding-top: 100px;
  }
  .concept_inner {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    padding: 0 40px;
  }
  .concept_title {
    font-size: 24px;
    padding-top: 80px;
    font-weight: 700;
  }
  .concept_text {
    font-size: 18px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .concept {
    padding-top: 80px;
  }
  .concept_inner {
    background: url(/lp/accounting-profession/assets/img/sp/concept_bg_sp.jpg) no-repeat center center/cover;
    width: 100%;
    height: 390px;
    margin-top: 40px;
    padding: 0 20px;
  }
  .concept_title {
    font-size: 20px;
    padding-top: 50px;
    font-weight: 600;
  }
  .concept_text {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 400;
  }
}
/*--------------------------------
voice
---------------------------------*/
.voice_inner {
  background: #46baec;
  margin-top: 60px;
  padding-top: 160px;
  padding-bottom: 100px;
}

.voice_item {
  display: flex;
  background: #ffffff;
  align-items: center;
  position: relative;
}
.voice_item.row::after {
  position: absolute;
  content: "令和５年公認会計士試験（３年生合格）/ 日商簿記検定試験1級 合格";
  display: block;
  font-size: 32px;
  background: #fcaf17;
  width: 87%;
  height: 80px;
  padding: 17px 30px;
  top: -50px;
  left: 50%;
  font-weight: 700;
  transform: translateX(-50%);
}
.voice_item.row-reverse {
  margin-top: 140px;
  flex-direction: row-reverse;
  margin-left: auto;
}
.voice_item.row-reverse::after {
  position: absolute;
  content: "令和６年公認会計士試験 / 日商簿記検定試験1級 合格";
  display: block;
  font-size: 32px;
  background: #fcaf17;
  width: 68%;
  height: 80px;
  padding: 17px 30px;
  top: -50px;
  left: 50%;
  font-weight: 700;
  transform: translateX(-50%);
}

.voice_item_image {
  width: 300px;
  height: 300px;
  position: relative;
}
.voice_item_image img {
  width: 100%;
}
.voice_item_image:after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(154, 180, 219, 0.5), #0078e7);
  width: 300px;
  height: 300px;
  top: 0;
  left: 0;
}

.voice_item_info {
  position: absolute;
  display: block;
  width: 300px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  letter-spacing: 4px;
}

.voice_item_info_name {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
}
.voice_item_info_name .small {
  font-size: 12px;
}

.voice_item_body {
  max-width: 700px;
}

.voice_item_title {
  color: #ef4123;
  font-size: 28px;
  font-weight: 800;
}

.voice_item_text {
  color: #000000;
  margin-top: 25px;
}

.voice_caution {
  margin-top: 30px;
  text-align: right;
  padding-bottom: 80px;
}

.voice-first {
  background: #daeff9;
  padding: 60px 80px;
}

.voice-first_title {
  color: #fcaf17;
  font-size: 40px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #fcaf17;
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 700;
}

.voice-first_news {
  margin-top: 60px;
  position: relative;
}

.voice-first_news_image {
  width: 500px;
  margin: 0 auto;
}
.voice-first_news_image img {
  width: 100%;
}

.voice-first_news_text {
  position: absolute;
  content: "";
  display: block;
  color: #000000;
  font-size: 26px;
  line-height: 1.2;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.voice-first_news_text .marker {
  font-size: 30px;
  font-weight: 600;
  background: #fcaf17;
  color: #ffffff;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.voice-first_news_text .number {
  font-size: 42px;
  font-weight: 600;
  color: #fcaf17;
}

.voice-first_slider {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}

.voice-first_item {
  padding: 20px 0;
}

.voice-first_image {
  width: 330px;
  height: 200px;
  margin: 0 auto;
  box-shadow: 0 0 20px #5e5e5e;
}
.voice-first_image img {
  width: 100%;
  height: 200px;
}

.voice-first_body {
  width: 330px;
  height: 320px;
  background: #ffffff;
  padding: 15px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px 0px #999999;
}

.voice-first_body_head {
  background: #fcaf17;
  padding: 2px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.voice-first_body_title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

.voice-first_body_text {
  color: #000000;
  width: 290px;
  margin-top: 20px;
  line-height: 1.4;
}

.voice-first_body_info {
  background: #9d9d9d;
  margin-top: 15px;
  padding: 5px 55px;
}
.voice-first_body_info.info-third {
  padding: 5px 30px;
}

.slick-prev {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/voice-first_arrow-left.png) no-repeat center center/contain;
  width: 30px;
  height: 50px;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.slick-next {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/voice-first_arrow-right.png) no-repeat center center/contain;
  width: 30px;
  height: 50px;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  cursor: pointer;
}

@media (min-width: 1280px) {
  .voice_item {
    width: 1200px;
    height: 400px;
    padding: 50px 80px;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .voice_item {
    display: block;
    padding: 80px 25px 25px;
  }
  .voice_item.row::after {
    height: 120px;
    width: 600px;
    top: -70px;
    font-size: 30px;
    padding: 17px 0px;
    content: "令和５年公認会計士試験（３年生合格）/\a日商簿記検定試験1級 合格";
    white-space: pre;
    text-align: center;
  }
  .voice_item.row-reverse::after {
    font-size: 30px;
    width: 600px;
    height: 120px;
    top: -70px;
    padding: 17px 25px;
    content: "令和６年公認会計士試験/\a日商簿記検定試験1級 合格";
    white-space: pre;
    text-align: center;
  }
  .voice_item_image {
    margin: 0 auto;
  }
  .voice_item_body {
    margin: 40px auto 20px;
  }
  .voice-first_news_text {
    width: 355px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .voice_inner {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .voice_items {
    padding: 0 20px;
  }
  .voice_item {
    display: block;
    padding: 80px 0px 25px;
  }
  .voice_item.row::after {
    position: absolute;
    content: "令和５年公認会計士試験\a（３年生合格）/\a日商簿記検定試験1級 合格";
    white-space: pre;
    display: block;
    font-size: 24px;
    background: #fcaf17;
    width: 300px;
    height: 125px;
    top: -75px;
    padding: 10px 10px;
  }
  .voice_item.row-reverse {
    margin-top: 140px;
    flex-direction: row-reverse;
  }
  .voice_item.row-reverse::after {
    position: absolute;
    content: "令和６年公認会計士試験/\a日商簿記検定試験1級 合格";
    white-space: pre;
    display: block;
    font-size: 24px;
    background: #fcaf17;
    width: 300px;
    height: 90px;
    padding: 8px 7px;
  }
  .voice_item_image {
    width: 265px;
    height: 265px;
    margin: 0 auto;
  }
  .voice_item_image:after {
    width: 265px;
    height: 265px;
  }
  .voice_item_info_detail {
    font-size: 14px;
  }
  .voice_item_body {
    margin-top: 30px;
  }
  .voice_item_title {
    font-size: 18px;
    padding: 0 25px;
  }
  .voice_item_text {
    font-size: 14px;
    padding: 0 20px;
    margin-top: 20px;
  }
  .voice_caution {
    font-size: 14px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .voice-first {
    padding: 60px 20px;
  }
  .voice-first_title {
    color: #fcaf17;
    font-size: 24px;
    padding-bottom: 10px;
    width: 100%;
  }
  .voice-first_news {
    margin-top: 60px;
    position: relative;
  }
  .voice-first_news_image {
    width: 290px;
  }
  .voice-first_news_text {
    font-size: 16px;
    line-height: 1;
    top: 25px;
    width: 220px;
  }
  .voice-first_news_text .marker {
    font-size: 20px;
    padding: 2px 10px;
    margin-bottom: 13px;
  }
  .voice-first_news_text .number {
    font-size: 30px;
  }
  .voice-first_slider {
    margin-top: 25px;
  }
  .voice-first_image {
    width: 250px;
    height: 150px;
  }
  .voice-first_image img {
    height: 100%;
  }
  .voice-first_body {
    width: 250px;
    height: 250px;
    padding: 10px;
  }
  .voice-first_body_head {
    font-size: 18px;
  }
  .voice-first_body_title {
    font-size: 18px;
    margin-top: 10px;
    line-height: 24px;
  }
  .voice-first_body_text {
    width: 100%;
    margin-top: 10px;
    line-height: 1.4;
    font-size: 14px;
  }
  .voice-first_body_info {
    margin-top: 10px;
    padding: 5px 48px;
    font-size: 12px;
  }
  .voice-first_body_info.info-third {
    padding: 5px 30px;
  }
  .slick-prev {
    position: absolute;
    content: "";
    display: block;
    background: url(/lp/accounting-profession/assets/img/voice-first_arrow-left.png) no-repeat center center/contain;
    width: 30px;
    height: 50px;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
  }
  .slick-next {
    position: absolute;
    content: "";
    display: block;
    background: url(/lp/accounting-profession/assets/img/voice-first_arrow-right.png) no-repeat center center/contain;
    width: 30px;
    height: 50px;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
  }
}
/*--------------------------------
method
---------------------------------*/
/*--------------------------------
first
---------------------------------*/
.method_inner {
  background: #279bcd;
  margin-top: 60px;
}

.method_section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.method_section:not(:first-child) {
  border-top: 2px solid #ffffff;
}

.method_number {
  font-size: 64px;
  margin-left: 140px;
  font-family: "Lato", sans-serif;
}
.method_number .number {
  font-size: 96px;
  font-weight: 600;
  margin-left: 20px;
}

.method_title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-top: 50px;
}

.method_comment {
  width: 1100px;
  height: 505px;
  margin-top: 80px;
  position: relative;
}
.method_comment.comment-first {
  background: url(/lp/accounting-profession/assets/img/method-1_teacher-1.jpg) no-repeat center center/contain;
}
.method_comment.comment-second {
  background: url(/lp/accounting-profession/assets/img/method-1_teacher-2.jpg) no-repeat center center/contain;
  margin-left: auto;
}

.method_comment_detail {
  position: absolute;
  content: "";
  display: block;
  width: 600px;
  height: 140px;
  padding: 10px 12px;
  bottom: 5px;
}
.method_comment_detail.detail-first {
  background: rgba(0, 60, 150, 0.5);
  right: 5px;
}
.method_comment_detail.detail-second {
  background: rgba(154, 85, 3, 0.5);
  left: 5px;
}

.method_comment_name {
  font-size: 24px;
}
.method_comment_name .small {
  font-size: 20px;
  margin-left: 10px;
}

.method_comment_description {
  margin-top: 12px;
  line-height: 2;
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .method_number {
    margin-left: 40px;
    font-size: 48px;
  }
  .method_number .number {
    font-size: 78px;
  }
  .method_title {
    font-size: 30px;
    margin-top: 30px;
  }
  .method_comment {
    width: 800px;
    height: 365px;
    height: 400px;
    max-width: 100%;
    margin-top: 40px;
  }
  .method_comment_detail {
    width: 620px;
    height: 140px;
    padding: 10px 20px;
    bottom: 3px;
  }
  .method_comment_detail.detail-first {
    background: rgba(0, 60, 150, 0.5);
    right: 15px;
    bottom: 25px;
  }
  .method_comment_detail.detail-second {
    height: 140px;
    background: rgba(154, 85, 3, 0.5);
    left: 15px;
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .method_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .method_section:not(:first-child) {
    border-top: 1px solid #ffffff;
  }
  .method_number {
    font-size: 32px;
    font-family: "Lato", sans-serif;
    margin-left: 20px;
  }
  .method_number .number {
    font-size: 40px;
    margin-left: 10px;
  }
  .method_title {
    font-size: 20px;
    margin-top: 40px;
  }
  .method_comment {
    width: 355px;
    max-width: 100%;
    height: 230px;
    margin-top: 50px;
    position: relative;
  }
  .method_comment.comment-first {
    background: url(/lp/accounting-profession/assets/img/sp/method-1_teacher-1_sp.jpg) no-repeat center center/contain;
  }
  .method_comment.comment-second {
    background: url(/lp/accounting-profession/assets/img/sp/method-1_teacher-2_sp.jpg) no-repeat center center/contain;
    margin-left: auto;
  }
  .method_comment_detail {
    width: 280px;
    height: 70px;
    padding: 2px 5px;
    bottom: 3px;
  }
  .method_comment_detail.detail-first {
    background: rgba(0, 60, 150, 0.5);
    right: 15px;
    bottom: 15px;
  }
  .method_comment_detail.detail-second {
    height: 90px;
    background: rgba(154, 85, 3, 0.5);
    left: 15px;
    bottom: 15px;
  }
  .method_comment_name {
    font-size: 16px;
  }
  .method_comment_name .small {
    font-size: 14px;
    margin-left: 10px;
  }
  .method_comment_description {
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.2;
  }
}
/*--------------------------------
second
---------------------------------*/
.method_content {
  margin-top: 80px;
}

.method_content_title {
  font-size: 32px;
  font-weight: 600;
  margin: 0 auto;
  padding-left: 30px;
  position: relative;
}
.method_content_title.title-first {
  width: 350px;
}
.method_content_title.title-first:after {
  position: absolute;
  content: "1";
  display: block;
  font-size: 64px;
  font-family: "Lato", sans-serif;
  left: -20px;
  top: -30px;
}
.method_content_title.title-second {
  width: 318px;
}
.method_content_title.title-second:after {
  position: absolute;
  content: "2";
  display: block;
  font-size: 64px;
  font-family: "Lato", sans-serif;
  left: -20px;
  top: -30px;
}
.method_content_title.title-third {
  width: 222px;
}
.method_content_title.title-third:after {
  position: absolute;
  content: "3";
  display: block;
  font-size: 64px;
  font-family: "Lato", sans-serif;
  left: -20px;
  top: -30px;
}

.method_content_image {
  width: 600px;
  margin: 50px auto;
}
.method_content_image img {
  width: 100%;
}

.method_content_category {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.method_content_category .mark {
  margin: 0 75px;
}

.method_content_body {
  background: #00577d;
}

.method_content_body_title {
  font-size: 30px;
}
.method_content_body_title .small {
  font-size: 24px;
}

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

.method_content_body_paper:not(:first-child) {
  margin-top: 40px;
}
.body-second .method_content_body_paper:not(:first-child) {
  margin-top: 30px;
}

.method_content_body_class_container {
  z-index: 10;
}

.method_content_body_class:not(:first-child) {
  margin-top: 50px;
}
.body-second .method_content_body_class:not(:first-child) {
  margin-top: 30px;
}

.body-second .method_content_body_class {
  width: 370px;
}

.method_content_body_others {
  text-align: right;
  position: inherit;
  z-index: 10;
}

.method_content_description {
  width: 960px;
  max-width: 100%;
  font-size: 24px;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .method_content_body {
    width: 1200px;
    margin: 0 auto 20px;
    font-size: 24px;
    position: relative;
  }
  .method_content_body.body-first {
    height: 400px;
    padding: 30px 130px 30px 50px;
  }
  .method_content_body.body-first::after {
    position: absolute;
    content: "";
    display: block;
    background: url(/lp/accounting-profession/assets/img/method-2-1_bg.png) no-repeat center center/contain;
    width: 505px;
    height: 400px;
    top: 0;
    right: 0;
  }
  .method_content_body.body-second {
    height: 300px;
    padding: 20px 10px 20px 80px;
  }
  .method_content_body.body-second::after {
    position: absolute;
    content: "";
    display: block;
    background: url(/lp/accounting-profession/assets/img/method-2-2_bg.png) no-repeat center center/contain;
    width: 505px;
    height: 300px;
    top: 0;
    right: 0;
  }
  .method_content_body_title {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .method_content_title {
    font-size: 28px;
  }
  .method_content_title.title-first {
    width: 310px;
  }
  .method_content_title.title-second {
    width: 285px;
  }
  .method_content_title.title-third {
    width: 200px;
  }
  .method_content_body {
    font-size: 18px;
    padding: 20px;
  }
  .method_content_body_title {
    font-size: 28px;
  }
  .method_content_body_title .small {
    font-size: 18px;
  }
  .method_content_body_text {
    display: block;
    text-align: center;
  }
  .method_content_body_paper:not(:first-child) {
    margin-top: 30px;
  }
  .body-second .method_content_body_paper:not(:first-child) {
    margin-top: 30px;
  }
  .method_content_body_class_container {
    background: #00213f;
    margin-top: 20px;
    padding: 20px 0;
    z-index: 10;
  }
  .method_content_body_class:not(:first-child) {
    margin-top: 30px;
  }
  .body-second .method_content_body_class:not(:first-child) {
    margin-top: 30px;
  }
  .body-first .method_content_body_class {
    width: 100%;
  }
  .body-second .method_content_body_class {
    width: 100%;
  }
  .method_content_description {
    width: 100%;
    font-size: 14px;
    font-size: 18px;
    margin: 25px auto 0;
  }
}
@media (max-width: 767px) {
  .method_content {
    margin-top: 50px;
  }
  .method_content_title {
    font-size: 18px;
    margin: 0 auto;
  }
  .method_content_title.title-first {
    width: 215px;
  }
  .method_content_title.title-first:after {
    font-size: 48px;
  }
  .method_content_title.title-second {
    width: 195px;
  }
  .method_content_title.title-second:after {
    font-size: 48px;
  }
  .method_content_title.title-third {
    width: 140px;
  }
  .method_content_title.title-third:after {
    font-size: 48px;
  }
  .method_content_image {
    width: 300px;
    max-width: 100%;
    margin: 30px auto;
  }
  .method_content_image img {
    width: 100%;
  }
  .method_content_category {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .method_content_category .mark {
    margin: 0 35px;
  }
  .method_content_body {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 14px;
    padding: 15px;
  }
  .method_content_body_title {
    font-size: 18px;
    text-align: center;
  }
  .method_content_body_title .small {
    font-size: 14px;
  }
  .method_content_body_text {
    display: block;
    text-align: center;
  }
  .method_content_body_paper:not(:first-child) {
    margin-top: 20px;
  }
  .body-second .method_content_body_paper:not(:first-child) {
    margin-top: 20px;
  }
  .method_content_body_class_container {
    background: #00213f;
    margin-top: 20px;
    padding: 20px 0;
    z-index: 10;
  }
  .method_content_body_class:not(:first-child) {
    margin-top: 20px;
  }
  .body-second .method_content_body_class:not(:first-child) {
    margin-top: 20px;
  }
  .body-first .method_content_body_class {
    width: 100%;
  }
  .body-second .method_content_body_class {
    width: 100%;
  }
  .method_content_description {
    width: 100%;
    font-size: 14px;
  }
}
/*--------------------------------
third
---------------------------------*/
.method_text {
  font-size: 20px;
  width: 1000px;
  max-width: 100%;
  margin: 60px auto 0;
}
.method_text .underline {
  background: linear-gradient(transparent 70%, #fcaf17 30%);
}

.method_third_image {
  width: 1280px;
  margin-top: 80px;
}
.method_third_image img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .method_third_image {
    width: 100%;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .method_text {
    font-size: 16px;
    width: 100%;
    margin: 40px auto 0;
  }
  .method_text .underline {
    background: linear-gradient(transparent 70%, #fcaf17 30%);
  }
  .method_third_image {
    width: 100%;
    margin-top: 60px;
  }
  .method_third_image img {
    width: 100%;
  }
}
/*--------------------------------
fourth
---------------------------------*/
.method_fourth_items {
  display: flex;
  justify-content: space-between;
}

.method_fourth_item {
  margin-top: 60px;
}

.method_fourth_item_title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.method_fourth_item_image {
  width: 600px;
  margin-top: 40px;
}
.method_fourth_item_image img {
  width: 100%;
}

.method_fourth_voice_title {
  font-size: 24px;
  font-weight: 500;
  width: 435px;
  margin: 100px auto 70px;
  position: relative;
}
.method_fourth_voice_title::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/method-4_comment_frame-start.png) no-repeat center center/contain;
  width: 80px;
  height: 46px;
  top: -30px;
  left: -45px;
}
.method_fourth_voice_title::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/method-4_comment_frame-end.png) no-repeat center center/contain;
  width: 70px;
  height: 30px;
  bottom: -15px;
  right: -20px;
}

.method_fourth_voice_slider {
  display: flex;
}

.method_fourth_voice_image {
  width: 418px;
  position: relative;
}
.method_fourth_voice_image img {
  width: 100%;
}

.method_fourth_voice_decoration {
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 28px;
  left: 23px;
}

.method_fourth_voice_decoration_text {
  font-size: 18px;
  line-height: 1;
}

.method_fourth_voice_decoration_number {
  font-size: 36px;
  line-height: 1;
}

.method_fourth_voice_comment {
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 30px;
  margin-left: 10px;
}
.method_fourth_voice_comment.comment-center {
  text-align: center;
}
.method_fourth_voice_comment::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/method-4_quotation-mark.png) no-repeat center center/contain;
  width: 14px;
  height: 54px;
  top: -28px;
  left: -13px;
}
.method_fourth_voice_comment:after {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/method-4_quotation-mark.png) no-repeat center center/contain;
  width: 14px;
  height: 54px;
  bottom: -28px;
  right: -10px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .method_fourth_items {
    justify-content: space-around;
  }
  .method_fourth_item_title {
    font-size: 24px;
  }
  .method_fourth_item_image {
    width: 320px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .method_fourth_items {
    display: block;
  }
  .method_fourth_item {
    margin-top: 40px;
  }
  .method_fourth_item_title {
    font-size: 18px;
  }
  .method_fourth_item_image {
    width: 300px;
    max-width: 100%;
    margin: 10px auto 0;
  }
  .method_fourth_item_image img {
    width: 100%;
  }
  .method_fourth_voice_title {
    font-size: 14px;
    width: 255px;
    margin: 80px auto 50px;
  }
  .method_fourth_voice_title::before {
    width: 60px;
    height: 34px;
    top: -30px;
    left: -27px;
  }
  .method_fourth_voice_title::after {
    width: 55px;
    height: 23px;
    bottom: -15px;
    right: -20px;
  }
  .method_fourth_voice_image {
    width: 300px;
    position: relative;
  }
  .method_fourth_voice_image img {
    width: 100%;
  }
  .method_fourth_voice_decoration {
    font-family: "Lato", sans-serif;
    position: absolute;
    top: 21px;
    left: 16px;
  }
  .method_fourth_voice_decoration_text {
    font-size: 14px;
  }
  .method_fourth_voice_decoration_number {
    font-size: 20px;
  }
  .method_fourth_voice_comment {
    width: 215px;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
  }
}
/*--------------------------------
qualifications
---------------------------------*/
.qualifications_arrows {
  width: 140px;
  margin: 0 auto;
}
.qualifications_arrows img {
  width: 100%;
}

.qualifications_heading {
  font-size: 42px;
  background: #ef4123;
  padding: 12px 48px;
  width: 600px;
  height: 80px;
  margin: 100px auto 80px;
}

.qualifications_type {
  display: flex;
  width: 100%;
}
.qualifications_type.row_reverse {
  flex-direction: row-reverse;
}

.qualifications_type_image {
  width: 50%;
}
.qualifications_type_image img {
  width: 100%;
}
.qualifications_type_image.image-first {
  position: relative;
}
.qualifications_type_image.image-first:after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(168, 175, 224, 0.5), rgba(61, 81, 212, 0.5));
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.qualifications_type_image.image-second {
  position: relative;
}
.qualifications_type_image.image-second:after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(206, 75, 27, 0.5), rgba(224, 121, 84, 0.5));
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.qualifications_type_image.image-third {
  position: relative;
}
.qualifications_type_image.image-third:after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(181, 255, 129, 0.5), rgba(13, 86, 1, 0.5));
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.qualifications_type_contents.body-first {
  background: linear-gradient(to right, #1f3b83, #00070f);
}
.qualifications_type_contents.body-second {
  background: linear-gradient(to right, #541700, #ce4b1b);
}
.qualifications_type_contents.body-third {
  background: linear-gradient(to right, #6dcd2a, #052500);
}

.qualifications_type_title {
  text-align: center;
  font-size: 32px;
}
.qualifications_type_title .number {
  font-size: 48px;
  margin-right: 20px;
}

.qualifications_type_text {
  padding-top: 25px;
  margin: 0 auto;
  line-height: 1.8;
}

@media (min-width: 1280px) {
  .qualifications_type_contents {
    position: relative;
    width: 50%;
  }
  .qualifications_type_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .qualifications_type_text {
    width: 550px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .qualifications_arrows {
    width: 100px;
  }
  .qualifications_heading {
    font-size: 36px;
    width: 540px;
    margin: 60px auto;
  }
  .qualifications_type_contents {
    position: relative;
    width: 50%;
  }
  .qualifications_type_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .qualifications_type_title {
    font-size: 24px;
  }
  .qualifications_type_title .number {
    font-size: 42px;
    margin-right: 20px;
  }
  .qualifications_type_text {
    font-size: 11px;
    padding: 10px 18px 0px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .qualifications.section {
    padding-top: 40px;
  }
  .qualifications_arrows {
    width: 60px;
  }
  .qualifications_heading {
    font-size: 22px;
    padding: 10px 0;
    text-align: center;
    width: 335px;
    max-width: 100%;
    height: 50px;
    margin: 40px auto;
  }
  .qualifications_type {
    display: block;
    width: 100%;
  }
  .qualifications_type_image {
    width: 100%;
  }
  .qualifications_type_body {
    width: 100%;
  }
  .qualifications_type_title {
    font-size: 24px;
    padding-top: 30px;
  }
  .qualifications_type_title .number {
    font-size: 36px;
    margin-right: 10px;
  }
  .qualifications_type_text {
    width: 100%;
    padding: 30px 20px 40px;
  }
}
/*----------------------------
result
-----------------------------*/
/*----------------------------
first
-----------------------------*/
.result .number {
  font-family: "Lato", sans-serif;
}

.result_inner {
  background: #1194b1;
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.result_first {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.accountant {
  width: 50%;
  position: relative;
}
.accountant:after {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid #ffffff;
  height: 500px;
  top: 0;
  right: -5px;
}

.result_heading {
  background: #aadcf1;
  width: 400px;
  height: 160px;
  color: #00213f;
  text-align: center;
  padding-top: 15px;
  margin: 0 auto;
}
.result_heading.heading-first {
  padding-top: 40px;
}

.result_title {
  font-size: 30px;
  font-weight: 600;
}
.result_title .small {
  font-size: 24px;
}

.result_note {
  font-size: 20px;
  padding-top: 5px;
}

.accountant_passed {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.accountant_passed_normal {
  display: flex;
}

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

.accountant_passed_normal_number {
  font-size: 40px;
  font-weight: 600;
  padding-top: 60px;
}
.accountant_passed_normal_number .number {
  font-size: 140px;
  padding-right: 10px;
}

.accountant_passed_news {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  position: relative;
  margin-top: 60px;
}
.accountant_passed_news .row-1 {
  display: inline-block;
  background: linear-gradient(transparent 85%, #fcaf17 15%);
  letter-spacing: 2px;
}
.accountant_passed_news .number {
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  padding-left: 10px;
  font-weight: 800;
}
.accountant_passed_news::after {
  position: absolute;
  content: "速報！";
  display: block;
  font-size: 30px;
  font-weight: 500;
  background: #fcaf17;
  width: 100px;
  height: 40px;
  top: -45px;
  left: 0;
  padding-left: 10px;
}

.accountant_passed_active_image {
  position: relative;
}
.accountant_passed_active_image .active_image {
  width: 150px;
  max-width: 100%;
  padding-top: 30px;
}
.accountant_passed_active_image .active-ema_image {
  width: 190px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}

.tax-accountant {
  width: 50%;
}

.tax-accountant_passed {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.tax-accountant_passed_image {
  width: 247px;
}
.tax-accountant_passed_image img {
  width: 100%;
}

.tax-accountant_passed_number {
  font-size: 40px;
  font-weight: 600;
  padding-top: 60px;
}
.tax-accountant_passed_number .number {
  font-size: 140px;
  padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .result_inner {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .result_first {
    display: block;
    position: relative;
  }
  .result_first::after {
    position: absolute;
    content: "";
    display: block;
    border-top: solid 1px #ffffff;
    height: 1px;
    width: 100%;
    top: 350px;
    left: 0;
    transform: translateY(-50%);
  }
  .accountant {
    width: 100%;
    position: relative;
  }
  .accountant:after {
    display: none;
  }
  .result_heading {
    width: 100%;
    height: 120px;
    padding-top: 10px;
  }
  .result_heading.heading-first {
    padding-top: 25px;
  }
  .result_title {
    font-size: 24px;
  }
  .result_title .small {
    font-size: 18px;
  }
  .result_note {
    font-size: 18px;
    padding-top: 0;
  }
  .accountant_passed {
    margin-top: 40px;
    justify-content: space-evenly;
  }
  .accountant_passed_normal_image {
    width: 100px;
  }
  .accountant_passed_normal_image img {
    width: 100%;
  }
  .accountant_passed_normal_number {
    font-size: 30px;
    padding-top: 30px;
  }
  .accountant_passed_normal_number .number {
    font-size: 84px;
    padding-right: 5px;
  }
  .accountant_passed_news {
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    width: 250px;
    margin: 0 auto;
  }
  .accountant_passed_news .number {
    font-size: 30px;
  }
  .accountant_passed_news::after {
    font-size: 20px;
    width: 70px;
    height: 28px;
    top: -22px;
    left: 0;
    padding-left: 4px;
  }
  .accountant_passed_active_image {
    position: relative;
  }
  .accountant_passed_active_image .active_image {
    width: 90px;
    padding-top: 20px;
  }
  .accountant_passed_active_image .active-ema_image {
    position: absolute;
    display: block;
    width: 100px;
    top: -8px;
    right: 32px;
  }
  .tax-accountant {
    width: 100%;
    padding-top: 80px;
  }
  .tax-accountant_passed {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .tax-accountant_passed_image {
    width: 120px;
  }
  .tax-accountant_passed_number {
    font-size: 30px;
    padding-top: 20px;
  }
  .tax-accountant_passed_number .number {
    font-size: 84px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .result_inner {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .result_first {
    display: block;
    position: relative;
  }
  .result_first::after {
    position: absolute;
    content: "";
    display: block;
    border-top: solid 1px #ffffff;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .accountant {
    width: 100%;
    position: relative;
  }
  .accountant:after {
    display: none;
  }
  .result_heading {
    width: 100%;
    height: 80px;
    padding-top: 10px;
  }
  .result_heading.heading-first {
    padding-top: 20px;
  }
  .result_title {
    font-size: 16px;
  }
  .result_title .small {
    font-size: 14px;
  }
  .result_note {
    font-size: 12px;
    padding-top: 0;
  }
  .accountant_passed {
    margin-top: 15px;
    justify-content: space-around;
  }
  .accountant_passed_normal_image {
    width: 80px;
  }
  .accountant_passed_normal_image img {
    width: 100%;
  }
  .accountant_passed_normal_number {
    font-size: 24px;
    padding-top: 30px;
  }
  .accountant_passed_normal_number .number {
    font-size: 48px;
    padding-right: 5px;
  }
  .accountant_passed_news {
    font-size: 12px;
    line-height: 1.3;
    position: relative;
    width: 132px;
    margin: 22px auto 0;
  }
  .accountant_passed_news .row-1 {
    letter-spacing: 1px;
  }
  .accountant_passed_news .number {
    font-size: 16px;
    padding-left: 5px;
  }
  .accountant_passed_news::after {
    font-size: 12px;
    width: 44px;
    height: 18px;
    top: -22px;
    left: 0;
    padding-top: 1px;
    padding-left: 4px;
  }
  .accountant_passed_active_image {
    position: relative;
  }
  .accountant_passed_active_image .active_image {
    width: 60px;
    padding-top: 10px;
  }
  .accountant_passed_active_image .active-ema_image {
    position: absolute;
    display: block;
    width: 85px;
    top: -12px;
    right: 22px;
  }
  .tax-accountant {
    width: 100%;
    padding-top: 60px;
  }
  .tax-accountant_passed {
    margin-top: 15px;
  }
  .tax-accountant_passed_image {
    width: 80px;
  }
  .tax-accountant_passed_number {
    font-size: 20px;
    padding-top: 15px;
  }
  .tax-accountant_passed_number .number {
    font-size: 48px;
    padding-right: 5px;
  }
}
/*----------------------------
second
-----------------------------*/
.result_second {
  display: flex;
  padding-top: 100px;
  position: relative;
}
.result_second::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 2px solid #ffffff;
  width: 100%;
  top: 50px;
  left: 0;
}

.bookkeeping-first {
  width: 50%;
}

.bookkeeping-first_passed {
  display: flex;
}

.bookkeeping-first_passed_image {
  width: 270px;
}
.bookkeeping-first_passed_image img {
  width: 100%;
}

.bookkeeping-first_passed_news {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  position: relative;
}
.bookkeeping-first_passed_news .row-1 {
  display: inline-block;
  background: linear-gradient(transparent 85%, #fcaf17 15%);
}
.bookkeeping-first_passed_news .row-2 {
  background: linear-gradient(transparent 85%, #fcaf17 15%);
}
.bookkeeping-first_passed_news .number {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}
.bookkeeping-first_passed_news::after {
  position: absolute;
  content: "速報！";
  display: block;
  font-size: 30px;
  font-weight: 500;
  background: #fcaf17;
  width: 100px;
  height: 40px;
  top: -45px;
  left: 0;
  padding-left: 10px;
}

.bookkeeping-first_passed_number {
  font-size: 40px;
  font-weight: 600;
  margin-top: 25px;
}
.bookkeeping-first_passed_number .number {
  font-size: 140px;
  padding-right: 10px;
  line-height: 1.3;
}

.bookkeeping-others {
  width: 50%;
}

.bookkeeping-others_passed {
  margin-top: 50px;
  position: relative;
}

.bookkeeping-others_passed_image {
  width: 377px;
  margin: 0 auto;
}
.bookkeeping-others_passed_image img {
  width: 100%;
}

.bookkeeping-others_passed_number {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 600;
}
.bookkeeping-others_passed_number .number {
  font-size: 140px;
}

@media (min-width: 1280px) {
  .bookkeeping-first_passed {
    justify-content: center;
    margin-top: 115px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .result_second {
    padding-top: 80px;
  }
  .result_second::after {
    border-top: 1px solid #ffffff;
    top: 30px;
  }
  .bookkeeping-first .result_heading {
    width: 95%;
  }
  .bookkeeping-first_passed {
    display: flex;
    justify-content: center;
    margin-top: 110px;
  }
  .bookkeeping-first_passed_image {
    width: 120px;
  }
  .bookkeeping-first_passed_news {
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    width: 250px;
    margin: 30px auto 0;
  }
  .bookkeeping-first_passed_news .number {
    font-size: 30px;
  }
  .bookkeeping-first_passed_news::after {
    font-size: 18px;
    width: 60px;
    height: 25px;
    top: -22px;
    left: 0;
    padding-left: 4px;
  }
  .bookkeeping-first_passed_number {
    text-align: center;
    font-size: 30px;
  }
  .bookkeeping-first_passed_number .number {
    font-size: 84px;
    padding-right: 5px;
    line-height: 1.3;
  }
  .bookkeeping-others .result_heading {
    width: 95%;
  }
  .bookkeeping-others_passed {
    margin-top: 40px;
  }
  .bookkeeping-others_passed_image {
    width: 320px;
  }
  .bookkeeping-others_passed_number {
    font-size: 30px;
    width: 200px;
  }
  .bookkeeping-others_passed_number .number {
    font-size: 84px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .result_second {
    padding-top: 60px;
  }
  .result_second::after {
    border-top: 1px solid #ffffff;
    top: 30px;
  }
  .bookkeeping-first .result_heading {
    width: 95%;
  }
  .bookkeeping-first_passed {
    display: flex;
    justify-content: center;
    margin-top: 55px;
  }
  .bookkeeping-first_passed_image {
    width: 70px;
  }
  .bookkeeping-first_passed_news {
    font-size: 9px;
    line-height: 1.3;
    position: relative;
    width: 132px;
    margin: 30px auto 0;
  }
  .bookkeeping-first_passed_news .number {
    font-size: 10px;
  }
  .bookkeeping-first_passed_news::after {
    font-size: 12px;
    width: 40px;
    height: 18px;
    top: -22px;
    left: 0;
    padding-top: 1px;
    padding-left: 4px;
  }
  .bookkeeping-first_passed_number {
    text-align: center;
    font-size: 20px;
    margin-top: 12px;
  }
  .bookkeeping-first_passed_number .number {
    font-size: 48px;
    padding-right: 5px;
    line-height: 1.3;
  }
  .bookkeeping-others .result_heading {
    width: 95%;
  }
  .bookkeeping-others_passed {
    margin-top: 40px;
  }
  .bookkeeping-others_passed_image {
    width: 130px;
  }
  .bookkeeping-others_passed_number {
    font-size: 20px;
    width: 120px;
  }
  .bookkeeping-others_passed_number .number {
    font-size: 48px;
    padding-right: 5px;
  }
}
/*----------------------------
rate
-----------------------------*/
.result_rate {
  padding-top: 100px;
  position: relative;
}
.result_rate::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 2px solid #ffffff;
  width: 100%;
  top: 50px;
  left: 0;
}

.result_rate_heading {
  color: #00213f;
  font-size: 40px;
  font-weight: 600;
  background: #aadcf1;
  width: 950px;
  max-width: 100%;
  height: 130px;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
}

.result_rate_contents {
  display: flex;
}

.result_rate_content {
  width: 50%;
  margin-top: 50px;
  position: relative;
}

.result_rate_title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}

.result_rate_image {
  width: 430px;
  margin: 40px auto 0;
}
.result_rate_image img {
  width: 100%;
}

.result_rate_data {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.result_rate_university_name {
  font-weight: 600;
  font-size: 64px;
  text-align: center;
  line-height: 1;
}

.result_rate_university_number {
  font-size: 90px;
  font-weight: 600;
  line-height: 0;
}
.result_rate_university_number .caution {
  font-size: 24px;
}
.result_rate_university_number .number {
  font-size: 168px;
  line-height: 1;
}

.result_rate_arrow {
  width: 50px;
  margin: 140px 30px 0;
}
.result_rate_arrow img {
  width: 100%;
}

.result_rate_all_name {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-top: 95px;
}

.result_rate_all_number {
  font-size: 40px;
  font-weight: 600;
  margin-top: 15px;
  line-height: 0;
}
.result_rate_all_number .caution {
  font-size: 24px;
}
.result_rate_all_number .number {
  font-size: 96px;
  line-height: 1;
}

.result_rate_caution {
  width: 570px;
  margin-left: auto;
  font-size: 20px;
  margin-top: 50px;
}

.result_rate_caution_text:not(:first-child) {
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .result_rate_heading {
    font-size: 30px;
    height: 100px;
  }
  .result_rate_title {
    font-size: 32px;
  }
  .result_rate_image {
    width: 300px;
    margin: 40px auto 0;
  }
  .result_rate_image img {
    width: 100%;
  }
  .result_rate_university_name {
    font-size: 42px;
  }
  .result_rate_university_number {
    font-size: 54px;
  }
  .result_rate_university_number .caution {
    font-size: 20px;
  }
  .result_rate_university_number .number {
    font-size: 110px;
  }
  .result_rate_arrow {
    width: 40px;
    margin: 100px 5px 0;
  }
  .result_rate_all_name {
    font-size: 24px;
    margin-top: 30px;
  }
  .result_rate_all_number {
    font-size: 40px;
    margin-top: 15px;
  }
  .result_rate_all_number .caution {
    font-size: 20px;
  }
  .result_rate_all_number .number {
    font-size: 72px;
  }
  .result_rate_caution {
    width: 460px;
    font-size: 16px;
  }
  .result_rate_caution_text:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .result_rate {
    padding-top: 60px;
    position: relative;
  }
  .result_rate::after {
    border-top: 1px solid #ffffff;
    width: 100%;
    top: 30px;
  }
  .result_rate_heading {
    font-size: 18px;
    width: 100%;
    height: 80px;
    line-height: 1.4;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .result_rate_contents {
    display: flex;
  }
  .result_rate_content {
    margin-top: 15px;
  }
  .result_rate_title {
    font-size: 14px;
  }
  .result_rate_image {
    width: 130px;
    margin: 10px auto 0;
  }
  .result_rate_data {
    bottom: 0;
  }
  .result_rate_university_name {
    font-size: 20px;
  }
  .result_rate_university_number {
    font-size: 20px;
  }
  .result_rate_university_number .caution {
    font-size: 10px;
  }
  .result_rate_university_number .number {
    font-size: 42px;
  }
  .result_rate_arrow {
    width: 12px;
    margin: 30px 6px 0 0;
  }
  .result_rate_all {
    width: 50px;
  }
  .result_rate_all_name {
    font-size: 10px;
    margin-top: 15px;
  }
  .result_rate_all_number {
    font-size: 14px;
    margin-top: 7px;
  }
  .result_rate_all_number .caution {
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .result_rate_all_number .number {
    font-size: 24px;
  }
  .result_rate_caution {
    width: 285px;
    font-size: 10px;
    margin-top: 20px;
  }
  .result_rate_caution_text:not(:first-child) {
    margin-top: 5px;
  }
}
/*----------------------------
exam
-----------------------------*/
.exam_title {
  background: linear-gradient(90deg, #ffb94f 0%, #ff8a00 50%, #522e04 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.exam_top {
  margin-top: 50px;
  background: url(/lp/accounting-profession/assets/img/exam_top_bg.jpg) no-repeat center center/cover;
  height: 750px;
  position: relative;
}
.exam_top::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/exam_top_shape.png) no-repeat center center/contain;
  width: 428px;
  height: 280px;
  top: 0;
  left: 0;
}
.exam_top::after {
  position: absolute;
  content: "2026\aNEW";
  white-space: pre;
  font-size: 72px;
  font-family: "Lato", sans-serif;
  transform: rotate(-34deg);
  top: 40px;
  left: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1;
}

.exam_top_heading {
  padding-top: 240px;
  text-align: center;
}

.exam_top_title {
  font-size: 72px;
  font-weight: 600;
  background: #ef4123;
  display: inline-block;
  padding: 5px 46px;
  margin: 0 auto;
}

.exam_top_recommendation {
  margin-top: 70px;
}

.exam_top_recommendation_title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.exam_top_recommendation_text {
  font-size: 30px;
  font-weight: 600;
  width: 1025px;
  max-width: 100%;
  margin: 20px auto 0;
}

.exam_contents {
  background: #ffa234;
  padding: 100px 0 80px;
}

.exam_benefits {
  background: #ff8a00;
  border: 2px solid #ffffff;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0 50px;
}

.exam_benefits_title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.exam_benefits_title .strong {
  font-size: 64px;
}

.exam_benefits_heading {
  color: #ff8a00;
  background: #fff500;
  width: 900px;
  max-width: 100%;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 50px auto 0;
  letter-spacing: 2px;
}
.exam_benefits_heading .number {
  font-size: 48px;
}

.exam_benefits_items {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0;
}

.exam_benefits_item {
  width: 400px;
  height: 150px;
  color: #ff8a00;
  background: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
}
.exam_benefits_item .small {
  font-size: 20px;
}

.exam_site_text {
  margin-top: 80px;
  text-align: center;
  font-size: 30px;
}

.exam_site_link {
  margin-top: 40px;
  font-size: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(/lp/accounting-profession/assets/img/exam_link.jpg) no-repeat center center/cover;
  height: 350px;
  position: relative;
}
.exam_site_link::after {
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.exam_site_link:hover::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease 0s;
}
.exam_site_link:hover .exam_site_btn {
  background: #ffffff;
  color: #ff8a00;
  transition: all 0.5s ease 0s;
}
.exam_site_link:hover .exam_site_btn::after {
  background: url(/lp/accounting-profession/assets/img/exam_link_hover_arrow.png) no-repeat center center/contain;
  transition: all 0.5s ease 0s;
}

.exam_site_link_text {
  letter-spacing: 3px;
  z-index: 10;
}

.exam_site_btn {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  letter-spacing: 5px;
  width: 380px;
  height: 88px;
  border: 2px solid #ffffff;
  line-height: 88px;
  text-align: center;
  position: relative;
  z-index: 10;
  transition: all 0.5s ease 0s;
}
.exam_site_btn::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/exam_link_arrow.png) no-repeat center center/contain;
  width: 10px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: all 0.5s ease 0s;
}

@media (min-width: 1280px) {
  .exam_benefits_item:nth-child(n+3) {
    margin-top: 60px;
  }
  .exam_site_link_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .exam_top {
    height: 580px;
  }
  .exam_top::before {
    width: 300px;
    height: 196px;
  }
  .exam_top::after {
    font-size: 48px;
  }
  .exam_top_heading {
    padding-top: 200px;
  }
  .exam_top_title {
    font-size: 42px;
  }
  .exam_top_recommendation {
    margin-top: 80px;
  }
  .exam_top_recommendation_title {
    font-size: 30px;
  }
  .exam_top_recommendation_text {
    width: 770px;
    font-size: 22px;
  }
  .exam_contents {
    padding: 80px 0 60px;
  }
  .exam_benefits {
    width: 1000px;
    max-width: 100%;
    padding: 30px 20px 50px;
  }
  .exam_benefits_items {
    width: 100%;
    justify-content: space-around;
  }
  .exam_benefits_item {
    width: 350px;
    height: 150px;
    font-size: 24px;
    padding-top: 40px;
  }
  .exam_benefits_item:nth-child(n+3) {
    margin-top: 60px;
  }
  .exam_site_link {
    font-size: 42px;
    height: 300px;
  }
  .exam_site_link_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .exam_site_btn {
    width: 320px;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .exam_top {
    margin-top: 40px;
    background: url(/lp/accounting-profession/assets/img/sp/exam_top_bg_sp.jpg) no-repeat center center/cover;
    height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .exam_top::before {
    width: 200px;
    height: 130px;
  }
  .exam_top::after {
    font-size: 30px;
    top: 24px;
    left: 15px;
    letter-spacing: 2px;
  }
  .exam_top_heading {
    padding-top: 140px;
    text-align: center;
  }
  .exam_top_title {
    font-size: 30px;
    padding: 5px 10px;
  }
  .exam_top_recommendation {
    margin-top: 30px;
  }
  .exam_top_recommendation_title {
    font-size: 20px;
  }
  .exam_top_recommendation_text {
    font-size: 16px;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  .exam_contents {
    padding: 80px 20px 60px;
  }
  .exam_benefits {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 50px;
  }
  .exam_benefits_title {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .exam_benefits_title .strong {
    font-size: 36px;
  }
  .exam_benefits_heading {
    width: 100%;
    font-size: 20px;
    margin: 30px auto 0;
  }
  .exam_benefits_heading .number {
    font-size: 32px;
  }
  .exam_benefits_items {
    width: 100%;
    display: block;
    margin-top: 50px;
  }
  .exam_benefits_item {
    width: 100%;
    height: 100px;
    font-size: 20px;
    padding-top: 20px;
  }
  .exam_benefits_item .small {
    font-size: 16px;
  }
  .exam_benefits_item:not(:first-child) {
    margin-top: 30px;
  }
  .exam_site_text {
    margin-top: 40px;
    font-size: 16px;
  }
  .exam_site_link {
    margin-top: 20px;
    font-size: 24px;
    height: 150px;
    padding: 0 10px;
    background: url(/lp/accounting-profession/assets/img/sp/exam_link_sp.jpg) no-repeat center center/cover;
  }
  .exam_site_link_text {
    width: 100%;
    text-align: center;
    z-index: 10;
  }
}
/*--------------------------------
cv
---------------------------------*/
.cv_pamphlet {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.cv_pamphlet:hover .cv_pamphlet_link img {
  transform: scale(1.04);
}

.cv_pamphlet_link {
  width: 50%;
  height: 100%;
}

.cv_pamphlet_image {
  width: 100%;
  position: relative;
}
.cv_pamphlet_image img {
  transition: transform 0.6s ease;
}

.cv_pamphlet_btn {
  position: absolute;
  content: "";
  display: block;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 0 16px 100px;
  width: 400px;
  color: #ffffff;
  background: rgba(255, 138, 0, 0.8);
  font-weight: 600;
  border: 2px solid #ffffff;
  z-index: 10;
}
.cv_pamphlet_btn::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/cv_pamphlet_icon.png) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.cv_oc {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.cv_oc:hover .cv_oc_image img {
  transform: scale(1.04);
}

.cv_oc_link {
  width: 50%;
  height: 100%;
}

.cv_oc_image {
  width: 100%;
  position: relative;
}
.cv_oc_image img {
  transition: transform 0.6s ease;
}

.cv_oc_btn {
  position: absolute;
  content: "";
  display: block;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 0 16px 80px;
  width: 400px;
  color: #ffffff;
  background: rgba(0, 209, 255, 0.8);
  font-weight: 600;
  border: 2px solid #ffffff;
  z-index: 10;
}
.cv_oc_btn::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/cv_oc_icon.png) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .cv {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .cv {
    display: flex;
  }
  .cv_pamphlet_btn {
    bottom: 15px;
    padding: 13px 38px 13px 63px;
    border: 1px solid #ffffff;
    font-size: 12px;
    width: 280px;
  }
  .cv_pamphlet_btn::after {
    width: 30px;
    height: 30px;
    left: 30px;
  }
  .cv_oc_btn {
    bottom: 15px;
    padding: 13px 0 13px 55px;
    border: 1px solid #ffffff;
    font-size: 12px;
    width: 280px;
  }
  .cv_oc_btn::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .cv_pamphlet_btn {
    bottom: 15px;
    padding: 12px 22px 12px 55px;
    border: 1px solid #ffffff;
    font-size: 12px;
    width: 250px;
  }
  .cv_pamphlet_btn::after {
    width: 30px;
    height: 30px;
    left: 15px;
  }
  .cv_oc_btn {
    bottom: 15px;
    padding: 12px 0 12px 36px;
    border: 1px solid #ffffff;
    font-size: 12px;
    width: 250px;
  }
  .cv_oc_btn::after {
    width: 30px;
    height: 30px;
    left: 5px;
  }
}
/*--------------------------------
footer
---------------------------------*/
.footer {
  background: #46baec;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 100px;
}

.footer_inner {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.footer_logo {
  width: 1280px;
  margin: 0 auto;
}
.footer_logo img {
  width: 500px;
}

.footer_campus {
  display: flex;
}

.footer_campus_link {
  display: inline-block;
  font-size: 24px;
  padding-left: 40px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.footer_campus_link::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/lp/accounting-profession/assets/img/footer_access_icon.png) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  top: -3px;
  left: 0;
}
.footer_campus_link:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

.footer_campus_info {
  margin-top: 30px;
  line-height: 1.8;
}

.footer_nav {
  max-width: 400px;
}

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

.footer_nav_bottom {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}

.footer_list_link {
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
.footer_list_link:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

.footer_copy-right {
  font-size: 14px;
  margin-top: 50px;
  font-weight: 300;
}

@media (min-width: 1280px) {
  .footer_campus_item:first-child {
    margin-right: 40px;
  }
  .footer_campus_info {
    padding-left: 10px;
  }
  .footer_detail {
    max-width: 440px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .footer_logo {
    width: 400px;
    margin: 0 auto;
  }
  .footer_logo img {
    width: 400px;
  }
  .footer_inner {
    display: block;
  }
  .footer_campus {
    display: block;
    text-align: center;
  }
  .footer_campus_item:not(:first-child) {
    margin-top: 30px;
  }
  .footer_campus_link {
    font-size: 20px;
    padding-left: 30px;
  }
  .footer_campus_link::after {
    width: 30px;
    height: 30px;
    top: -3px;
    left: 0;
  }
  .footer_campus_info {
    font-size: 16px;
    margin-top: 10px;
  }
  .footer_nav {
    margin: 40px auto;
  }
  .footer_list_link {
    font-size: 16px;
  }
  .footer_copy-right {
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .footer_inner {
    display: block;
  }
  .footer_logo {
    width: 300px;
    margin: 0 auto;
  }
  .footer_logo img {
    width: 300px;
  }
  .footer_campus {
    display: block;
    text-align: center;
  }
  .footer_campus_item:not(:first-child) {
    margin-top: 30px;
  }
  .footer_campus_link {
    font-size: 18px;
    padding-left: 30px;
  }
  .footer_campus_link::after {
    width: 30px;
    height: 30px;
    top: -3px;
    left: 0;
  }
  .footer_campus_info {
    font-size: 14px;
    margin-top: 10px;
  }
  .footer_nav {
    margin: 40px auto;
  }
  .footer_list_link {
    font-size: 14px;
  }
  .footer_copy-right {
    margin-top: 40px;
    font-size: 11px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */