body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.7;
  color: #163b5d;
  letter-spacing: .12em;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 2rem;
}
img {
  width:100%;
  height: 100%;
}
p{
  line-height:2.2;
}
table{
	width: 100%;
}
/*　▼ header　▼　*/
header{
  background: url(../img/mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
header h1{
	margin-bottom: 0;
}
header img {
  width:1200px;
  margin:0 auto;
}
/*　▼ footer　▼　*/
footer {
  font-weight: 400;
  background:#fff;
  font-size: 1.4rem;
    padding: 29px;
    color: #333;
    border-top: 1px solid #d45b41;
    letter-spacing: 0;
}
footer .left{
    width: 200px;
}
footer .box {
  width:1000px;
  margin:0 auto;
}
footer .box ul {
  width: 490px;
    margin: 0 auto;
}
footer li a { 
  background-size: 15px;
    background-position: 26px center;
    color: #333;
}
.logo{
  width: 168px;
  height: auto!important;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 230px;
    height: auto;
}
.tel::before{
  content: '\e0b0';
  font-family: 'Material Icons';
  vertical-align: -2px;
  margin-right: 3px;
}
.mail::before{
  content: '\e0be';
  font-family: 'Material Icons';
  vertical-align: -2px;
  margin-right: 3px;
}

section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
h1{
	text-align: center;
	font-size: 4.4rem;
  font-weight: 700;
  margin-bottom:70px;
}
.en{
  font-weight: 500;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  /* text-transform: uppercase; */
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color:#4194a3;
}
.pc_block{
  display: block;
}

.bg_white{background:#fff}
.bg_blue{background:#dcfaff}
.bg_blue02{background:#1f4e93}
.bg_navy{background:#002446}
.bg_gray{background:#f3f5f5}
.bg_gold{background:#827258}
.bg_yellow{background:#e3911b}

.col_gold{color:#827258}
.col_gold02{color:#827258}
.col_yellow{color:#f2b319}
.col_green{color:#4194a3}
.col_blue{color:#0d00ff}
.col_blue02{color:#003c78}
.col_black{color:#333}
.col_white{color:#fff}
.col_red{color:#e60012}
.bdr5px{border-radius:5px}

.font_16{font-size:1.6rem}
.font_24{font-size:2.4rem}

.border_gold{
    text-decoration: solid underline #827258 3px;
    text-underline-offset:0.2em; 
}
.border{
    text-decoration: solid underline #163b5d 3px;
    text-underline-offset:0.2em; 
}
.bd_yel{
  text-decoration: solid underline #fffc00 12px;
  text-underline-offset: -0.2em;
}
.under_line{
  border-bottom:2px solid;
}
.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#fffc00 0);
}


/*
早割
hayawari
*/



/*
topics
トピックス
*/
.toha ul{
  font-size: 3.5rem;
}
.toha ul li {
    background: url(../img/check.png) no-repeat;
    background-size: 4%;
    padding-left: 55px;
    background-position: left 6px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 34px;
    padding-bottom: 3.4%;
    border-bottom: 2px dotted #77b2bd;
}
@media screen and (max-width: 599px) {
  .toha ul li {
    background-size: 6%;
    padding-left: 40px;
    background-position: left 2px;
    line-height: 1.45;
    margin-bottom: 16px;
    padding-bottom: 4%;
}
}


/*
message
メッセージ
*/
.message{
  letter-spacing: 0;
  line-height: 1.4;
}
.message .message_copy{
  font-size: 2.3rem;
  line-height: 1.82;
  letter-spacing: 0.01em;
}
.message .message_copy .bold{
  font-weight: 700;
}
.message_box {
  display: inline-block;
  padding: 2% 6% 2% 3%;
  line-height: 1.8;
}
.message_box li {
  padding-left: 26px;
  position: relative;
}
.message_box li::before {
  position: absolute;
  content: "";
  background: url(../img/list_check.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .message .message_copy{
    font-size: 2.1rem;
    line-height: 1.72;
  }
}

/*
schedule
当日の流れ
*/
.schedule_board {
  position: relative;
  background: linear-gradient(135deg, #f2f4f7 0%, #e7ecf2 100%);
  border: 1px solid #d4dde7;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(22, 59, 93, 0.15);
  padding: 6.4rem 4.8rem 5.8rem;
  overflow: hidden;
}
.schedule_board::before {
  position: absolute;
  content: "";
  right: -120px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(65, 148, 163, 0.18) 0%, rgba(65, 148, 163, 0) 68%);
  pointer-events: none;
}
.schedule_timeline {
  position: relative;
  margin: 0;
  padding: 0 0 0 7.8rem;
}
.schedule_timeline::before {
  position: absolute;
  content: "";
  left: 2.8rem;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 0.4rem;
  background: linear-gradient(180deg, #ff3755 0%, #e60012 100%);
  border-radius: 999px;
}
.schedule_item {
  position: relative;
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  column-gap: 2.4rem;
  align-items: start;
  padding-bottom: 2.2rem;
}
.schedule_item:last-child {
  padding-bottom: 0;
}
.schedule_item::before {
  position: absolute;
  content: "";
  left: -6rem;
  top: 1.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #f10019;
  box-shadow: 0 0 0 0.45rem #f2f4f7;
}
.schedule_time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat Alternates', 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-feature-settings: "tnum", "lnum";
  white-space: nowrap;
  color: #fff;
  background: #163b5d;
  border-radius: 999px;
  padding: 0.45rem 1.2rem;
  box-shadow: 0 6px 14px rgba(22, 59, 93, 0.22);
}
.schedule_event {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #dce6f0;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(22, 59, 93, 0.08);
  padding: 1.3rem 2.1rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.schedule_event p {
  margin: 0;
  line-height: inherit;
}
.schedule_note {
  margin-top: 0.7rem;
  padding-left: 1rem;
  border-left: 0.3rem solid #8daac6;
  color: #2a567d;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0;
}

@media (hover: hover) and (pointer: fine) {
  .schedule_item:hover .schedule_event {
    transform: translateX(6px);
    box-shadow: 0 12px 24px rgba(22, 59, 93, 0.16);
  }
}

@media screen and (max-width: 1024px) {
  .schedule_board {
    border-radius: 20px;
    padding: 4.8rem 3.2rem 4.4rem;
  }
  .schedule_timeline::before {
    left: 2.4rem;
  }
  .schedule_timeline {
    padding-left: 6.4rem;
  }
  .schedule_item {
    grid-template-columns: 12rem minmax(0, 1fr);
    column-gap: 2rem;
    padding-bottom: 1.9rem;
  }
  .schedule_item::before {
    left: -4.9rem;
    top: 1.05rem;
    width: 1.8rem;
    height: 1.8rem;
    box-shadow: 0 0 0 0.35rem #eef2f6;
  }
  .schedule_time {
    font-size: 2.7rem;
    padding: 0.35rem 1rem;
  }
  .schedule_event {
    font-size: 2.7rem;
    border-radius: 12px;
    padding: 1.1rem 1.5rem;
  }
  .schedule_note {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .schedule_board {
    border-radius: 14px;
    padding: 3rem 1.6rem 2.6rem;
  }
  .schedule_board::before {
    right: -90px;
    top: -90px;
    width: 220px;
    height: 220px;
  }
  .schedule_timeline::before {
    left: 1.05rem;
    top: 1.2rem;
    bottom: 1.2rem;
    width: 0.2rem;
  }
  .schedule_timeline {
    padding-left: 2.8rem;
  }
  .schedule_item {
    grid-template-columns: 1fr;
    row-gap: 0.65rem;
    padding-bottom: 1.6rem;
  }
  .schedule_item::before {
    left: -2.3rem;
    top: 0.95rem;
    width: 1.1rem;
    height: 1.1rem;
    box-shadow: 0 0 0 0.25rem #eef2f6;
  }
  .schedule_time {
    font-size: 2.2rem;
    line-height: 1.3;
    justify-content: flex-start;
    width: max-content;
    padding: 0.28rem 0.85rem;
  }
  .schedule_event {
    font-size: 2.15rem;
    line-height: 1.5;
    border-radius: 10px;
    padding: 0.8rem 1.1rem;
  }
  .schedule_note {
    margin-top: 0.55rem;
    font-size: 1.75rem;
    line-height: 1.45;
  }
}

/*
entry benefit
お申込特典
*/
.entry-benefit {
  padding-top: 70px;
}
.entry-benefit h1 {
  margin-bottom: 42px;
}
.entry-benefit_card {
  background: linear-gradient(135deg, #fff8e8 0%, #fff2cf 100%);
  border: 1px solid #f1d18a;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(130, 114, 88, 0.18);
  padding: 32px 34px;
}
.entry-benefit_label {
  display: inline-block;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #827258;
  background: #fff;
  border: 1px solid #e5c57c;
  border-radius: 999px;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
}
.entry-benefit_title {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #5a452f;
  text-align: center;
}
.entry-benefit_title span {
  display: inline-block;
}
.entry-benefit_mock {
  margin-top: 28px;
}
.entry-benefit_mock-sheet {
  position: relative;
  width: min(100%, 520px);
  margin: 0 auto;
  aspect-ratio: 210 / 297;
  border-radius: 12px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #d2d2d2;
  background: linear-gradient(160deg, #f6f3eb 0%, #ece7dc 100%);
  box-shadow: 0 12px 28px rgba(91, 81, 63, 0.18);
}
.entry-benefit_mock-sheet::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4%;
  left: 0;
  right: 0;
  width: 93%;
  height: 92%;
  margin-inline: auto;
  border-radius: 8px;
  border: 1px solid rgba(201, 201, 201, 0.86);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(245, 245, 245, 0.94) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}
.entry-benefit_mock-sheet::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 6%;
  left: 0;
  right: 0;
  width: 88%;
  height: 88%;
  margin-inline: auto;
  border-radius: 6px;
  opacity: 0.35;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(186, 186, 186, 0.14) 0 10px,
      rgba(255, 255, 255, 0) 10px 20px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(190, 190, 190, 0.12) 0 10px,
      rgba(255, 255, 255, 0) 10px 20px
    );
}
.entry-benefit_mock-content {
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 0;
  right: 0;
  width: 80%;
  bottom: 10%;
  margin-inline: auto;
  color: rgba(68, 68, 68, 0.38);
  font-size: 1.25rem;
  line-height: 1.65;
}
.entry-benefit_mock-heading {
  margin: 0 0 1rem;
  font-size: 1.62rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(58, 58, 58, 0.46);
}
.entry-benefit_mock-meta {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  color: rgba(78, 78, 78, 0.36);
}
.entry-benefit_mock-sub {
  margin: 1.2rem 0 0.45rem;
  font-size: 1.18rem;
  font-weight: 600;
  color: rgba(64, 64, 64, 0.36);
}
.entry-benefit_mock-rows {
  display: grid;
  gap: 0.45rem;
}
.entry-benefit_mock-row {
  display: block;
  height: 0.68rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(130, 130, 130, 0.26) 0%,
    rgba(158, 158, 158, 0.12) 62%,
    rgba(184, 184, 184, 0.08) 100%
  );
}
.entry-benefit_mock-row.w95 {
  width: 95%;
}
.entry-benefit_mock-row.w94 {
  width: 94%;
}
.entry-benefit_mock-row.w92 {
  width: 92%;
}
.entry-benefit_mock-row.w91 {
  width: 91%;
}
.entry-benefit_mock-row.w88 {
  width: 88%;
}
.entry-benefit_mock-row.w86 {
  width: 86%;
}
.entry-benefit_mock-row.w82 {
  width: 82%;
}
.entry-benefit_mock-row.w79 {
  width: 79%;
}
.entry-benefit_mock-row.w78 {
  width: 78%;
}
.entry-benefit_mock-row.w76 {
  width: 76%;
}
.entry-benefit_mock-sample {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%) rotate(-12deg);
  display: inline-block;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(128, 64, 58, 0.25);
  border: 3px solid rgba(150, 78, 70, 0.3);
  border-radius: 10px;
  padding: 0.18em 0.62em 0.2em 0.8em;
  background: rgba(255, 255, 255, 0.28);
}

@media screen and (max-width: 1024px) {
  .entry-benefit {
    padding-top: 54px;
  }
  .entry-benefit_card {
    padding: 28px 24px;
  }
  .entry-benefit_title {
    font-size: 3.4rem;
  }
  .entry-benefit_mock {
    margin-top: 24px;
  }
  .entry-benefit_mock-sheet {
    width: min(100%, 460px);
  }
  .entry-benefit_mock-content {
    font-size: 1.15rem;
  }
  .entry-benefit_mock-heading {
    font-size: 1.45rem;
  }
}

@media screen and (max-width: 599px) {
  .entry-benefit {
    padding-top: 36px;
  }
  .entry-benefit h1 {
    margin-bottom: 28px;
  }
  .entry-benefit_card {
    border-radius: 14px;
    padding: 22px 14px;
  }
  .entry-benefit_label {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }
  .entry-benefit_title {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .entry-benefit_mock {
    margin-top: 18px;
  }
  .entry-benefit_mock-sheet {
    width: min(100%, 340px);
    border-radius: 10px;
  }
  .entry-benefit_mock-sheet::before {
    top: 4.5%;
    width: 92%;
    height: 91%;
  }
  .entry-benefit_mock-sheet::after {
    top: 6%;
    width: 87%;
    height: 88%;
  }
  .entry-benefit_mock-content {
    top: 10%;
    width: 78%;
    bottom: 10%;
    font-size: 1.05rem;
  }
  .entry-benefit_mock-heading {
    font-size: 1.28rem;
    margin-bottom: 0.8rem;
  }
  .entry-benefit_mock-meta {
    font-size: 1rem;
    margin-bottom: 0.85rem;
  }
  .entry-benefit_mock-sub {
    font-size: 1.02rem;
    margin-top: 0.9rem;
  }
  .entry-benefit_mock-row {
    height: 0.54rem;
  }
  .entry-benefit_mock-sample {
    top: 58%;
    font-size: clamp(1.6rem, 6vw, 2.5rem);
    border-width: 2px;
    letter-spacing: 0.1em;
  }
}

/*
contents
講演内容・講師紹介
*/
.profile {
  border-radius: 5px;
  padding: 3%;
}
.koushi_img{
  width: 25%;
  margin-right: 46px;
  border: 1px solid #c0c0c0;
}
.meta {
  padding-top: 6%;
  line-height: 1.5;
}
.meta .font_18{
  display: inline-block;
  line-height: 1.32;
}
.pro_name {
  font-size: 3rem;
  letter-spacing: 0.2em;
}
.pro_txt {
  letter-spacing: 0;
  line-height: 1.4;
}
.book{
  width: 40%;
}

.contents h2{
  font-size: 3.2rem;
  padding:1%;
  border-radius: 5px 5px 0 0;
}
.contents h3{
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
}
.contents .box {
  padding: 3%;
  border-radius: 0 0 5px 5px;
}
.contents .box ul {
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0;
  padding-left: 3%;
}
.contents .box ul li {
  text-indent: -0.5em;
}
.contents .box ul.topic_outline {
  font-size: 2.25rem;
  line-height: 1.72;
  width: min(900px, 92%);
  margin: 0 auto;
  padding: 2.2% 3%;
  border: 2px solid #b7c8dc;
  border-radius: 14px;
  background: #f9fcff;
  list-style: none;
}
.contents .box ul.topic_outline > li {
  text-indent: 0;
  margin-bottom: 1.2em;
  padding: 1.05em 1.15em;
  border: 1px solid #d5e0ee;
  border-radius: 10px;
  background: #fff;
}
.contents .box ul.topic_outline > li:last-child {
  margin-bottom: 0;
}
.contents .box ul.topic_outline .topic_section_title {
  display: block;
  font-weight: 700;
  font-size: 1.12em;
  margin-bottom: 0.5em;
}
.contents .box ul.topic_outline ul {
  font-size: 0.94em;
  line-height: 1.65;
  padding-left: 1.1em;
  margin: 0;
}
.contents .box ul.topic_outline ul li {
  text-indent: 0;
  margin-bottom: 0.75em;
}
.contents .box ul.topic_outline ul li:last-child {
  margin-bottom: 0;
}
.contents .box ul.topic_outline .topic_item_title {
  display: block;
  font-weight: 700;
  font-size: 1.04em;
}
.contents .box ul.topic_outline p {
  margin: 0.18em 0 0.18em 0.95em;
  font-size: 0.96em;
  font-weight: 500;
  line-height: 1.5;
}
.contents_img {
  width: 60%;
  margin: 20px auto;
}
.contents_img_row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin: 20px auto;
}
.contents_img_row .contents_img {
  width: calc((100% - 24px) / 2);
  max-width: 420px;
  margin: 0;
  height: auto;
  object-fit: contain;
}
.contents_img_row .contents_img:last-child {
  width: auto;
  max-width: calc((100% - 24px) / 2);
  height: min(calc((100% - 24px) / 3), 280px);
}




@media screen and (max-width: 599px) {
.contents h2,.second h2{
  font-size: 3.4rem;
  margin-bottom:50px;
}
.koushi_img{
  width: 60%;
  margin: 0 auto 20px;
}
.contents_img_row {
  display: block;
}
.contents_img_row .contents_img {
  width: 60%;
  margin: 20px auto;
  height: auto;
  max-width: none;
}
.contents_img_row .contents_img:last-child {
  width: 60%;
  height: auto;
  max-width: none;
}
.contents .box ul.topic_outline {
  font-size: 2.05rem;
  line-height: 1.6;
  width: 100%;
  padding: 4% 3.5%;
  border-width: 1px;
  border-radius: 10px;
}
.contents .box ul.topic_outline > li {
  padding: 0.85em 0.75em;
}
.contents .box ul.topic_outline .topic_section_title {
  font-size: 1.05em;
}
.contents .box ul.topic_outline ul {
  padding-left: 0.8em;
}
.contents .box ul.topic_outline p {
  margin-left: 0.55em;
}
}


/*
second
第2部　事務所見学会
*/
/* .second h3{
  font-size: 4.4rem;
}
.second h4{
  font-size: 3rem;
}
.second h4 .bd_yel {
    text-decoration: solid underline #fffc00 12px;
    text-underline-offset: -0.2em;
}
.second .box {
  border:2px solid #153453;
  padding:2%;
}
.second .box li{
  margin-bottom:20px;
}
.second .box li:last-of-type{
  margin-bottom:0;
}
.second .border_box{
  border-bottom:4px solid #153453;
  padding-bottom: 50px;
  margin-bottom: 50px;
} */



/* 
参加特典 
*/
.tokuten_wrap {
  background: url(../img/tokuten_bg.jpg) no-repeat;
  background-size: cover;
}
.tokuten {
  text-align: center;
}
.tokuten_head {
  margin: 0 auto;
  width: 60%;
}
.tokuten_txt {
  width: 80%;
  margin: 0 auto 50px;
  padding: 3% 3% 4%;
  background-color: #fff;
  border-radius: 5px;
  letter-spacing: .05em;
  font-size: 2.6rem;
  line-height: 1.8;
  color: #4194a3;
}
.tokuten_txt-lead {
  font-size: 3.6rem;
}
.tokuten_img {
  margin: 0 auto;
  width: 26%;
}
.tokuten_img02 {
  margin: 0 auto;
  width: 70%;
}

@media screen and (max-width: 599px) {
  .tokuten_wrap {
    background-position: 43% 0%;  
  }
  .tokuten_head {
    width: 90%;
  }
  .tokuten_txt {
    margin-bottom: 30px;
    padding: 2%;
  }
  .tokuten_img {
    width: 46%;
  }
}


/*
information
開催情報
*/
.information a{
  color:#e60012;
}
.details .box{
    padding: 0 4%;
}
.info_tbl{
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 500;
}
.info_tbl th {
    padding: 3% 0 3% 10%;
    width: 16em;
    text-align: left;
    vertical-align: middle;
    color: #00398e;
    font-weight: 700;
}
.info_tbl tr{
    border-bottom: 1px solid #00398e;
}
.info_tbl td{
    padding: 3%;
}
.details .att{
    font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .info_tbl th,.info_tbl td{
    display:block;
  }
  .info_tbl th{
    padding:0;
  }
}



/*
entry
お申込み
*/
.entry h2{
  background:#4d4d4d;
  padding:2%;
}
.entry .bg_gray{
  padding: 3% 7%;
}



.btn{
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.btn:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn01{
    background: #0067dc;
    filter: drop-shadow(0px 8px 0px #004594);
}
.btn02{
    background: #0067dc;
    filter: drop-shadow(0px 8px 0px #004594);
}
.btn03{
    background: #00C853;
    filter: drop-shadow(0px 8px 0px #007a33);

    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    /*width: 80%;*/
    display: block;
    margin: 0 auto 30px;
    font-size: 2.4rem;
}
.btn01,.btn02,.btn03{
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 48%;
    display: block;
}
.btn_online{
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 100%;
    display: block;
    background: #0067dc;
    filter: drop-shadow(0px 8px 0px #004594);
}
.btn_standard{
    margin-top: 24px;
    background: #e7961b;
    filter: drop-shadow(0px 8px 0px #b56b00);
}
.entry .btn01,
.entry .btn02{
    background: #08c755;
    filter: drop-shadow(0px 8px 0px #008d2e);
}
.btn01:hover,.btn02:hover,.btn03:hover,.btn_online:hover{
    letter-spacing: 8px;
}
.btn_font {
  font-size: 2.7rem;
}
@media screen and (max-width: 599px) {
  .btn01, .btn02,.btn03,.btn_online{
    width:100%;
  }
  .entry .btn01,
  .entry .btn02,
  .entry .btn_online,
  .entry .btn_standard{
    min-height: 74px;
    height: auto;
    line-height: 1.35;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .entry .btn_font{
    display: inline-block;
    font-size: 2.2rem;
    line-height: 1.35;
    white-space: normal;
  }
  .entry .btn_standard .btn_font{
    font-size: 1.95rem;
  }
  .btn_standard{
    margin-top: 16px;
  }
  .btn02{
    margin-bottom:20px;
  }
}



/*PC more さらに */
.more{
  text-align: center;
  padding: 20px 0;
}
.more_img{
    width: 15%;
    margin-bottom: 20px;
}
.more p{
    font-size: 4rem;
    letter-spacing: .1em;
    line-height: 1.6;
}
.bd_white{
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset:0.3em;
    text-decoration-color: #fff;
}
.more .big{
    font-size: 6rem;
    font-style: italic;
}
.white_under_line{
  border-bottom:2px solid #fff;
}

@media screen and (max-width: 599px) {
  .more{
    padding: 6% 2%;
  }
}


/*PC toha KACHIEL税務アカデミーとは？ */
.toha03 .box{
    background: #e8e2d5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px;
}
.toha03 .box h2{
    font-size: 2.3rem;
    height: 4.5em;
    padding-top: 3%;
}
.toha03 .check_blue li{
    margin-bottom: 20px;
    text-indent: -1em;
    padding-left: 1em;
}
.toha03 .check_blue li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
.toha03 .check_blue{
    padding: 5% 11%;
}
.toha03 .att{
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.price{
    width: 48%;
    height: 100%;
    margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .price{
    width:100%;
  }
  }
.toha03 .box02 h2 {
    font-size: 2.2rem;
    border-radius: 5px;
    width: 11em;
    height: 2em;
    padding-top: 0.2%;
    margin: 0 auto 30px;
}
/*-----------------------------------
　↓ 685pxまでのfooter設定 ↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
.logo {
  width: 29%;
  height: auto!important;
}
}
@media screen and (max-width: 1254px){
header img{
  width: 100%;
  padding: 0 2%;
}
}
@media screen and (max-width: 1024px){
#page-top img{
  display: none;
}
header img{
  width: 98%;
}
section {
  width: 94%;
  padding: 10% 0;
}
}

@media screen and (max-width: 768px) {
html{
  font-size: 50%;
}
.logo {
  width: 28%;
}
.pcnone{
  display: none;
}
}

@media screen and (min-width: 767px) {
.pcnone {
	display:none;
}
}

/*------------------------
〜599px
------------------------*/
@media screen and (max-width: 599px) {
body {
	width:100%;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
	display:block
}
.spnone {
  display:none
}
.pc_block {
	display:inline
}
.sp_alc {
  text-align: center;
}
.sp_flex_space{
  display:flex;justify-content:space-between
}
.sec_wrap {
  width:100%;
  padding:0;
}
section{
	width: 100%;
	padding: 14% 6%;
}
/*▼ footer ▼*/
footer {
	padding: 2%;
  font-size: 1.4rem;
}
.footer_inner {
  width: 92%;
  margin: 0 auto;
  padding: 2.60416% 0;
}
footer ul{
	width: 100%;
	text-align: left;
}
.logo {
  width:40%;
  display: block;
}
#page-top img {
  display: none;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
  background-size: cover;
}
header .mv_area{
  padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
h1{
  font-size: 3.5rem;
  margin-bottom: 50px;
}
}
@media screen and (max-width: 599px) {
.pc_head{
  display:none;
}
.cur_tbl .sp_head{
  background:#163b5d;
  color:#fff;
  text-align: center;
}
}


/*動画設定
ダイジェスト動画部分（PCのみ80％表示・PC以外100％）*/
.video {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
  margin: 0 auto 50px;
}
.video iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
/*SP　ダイジェスト動画 */
.video{
  width: 100%;
}

/*
floating banner
*/
.cdt_wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00c853;
  padding: 14px 10px;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cdt_wrapper.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.cdt {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cdt_app {
  display: block;
  width: min(660px, 72vw);
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  color: #019b41;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 4.4rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
  .cdt_wrapper {
    padding: 10px 8px;
  }
  .cdt_app {
    width: min(720px, 94vw);
    height: 46px;
    line-height: 46px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 599px) {
  .cdt_wrapper {
    padding: 8px 8px;
  }
  .cdt_app {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 8px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  footer {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 72px !important;
  }
}
