@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/**************
Sass Mixin
**************/
/**************
Basic Setting
**************/
html {
  font-size: 62.5%;
}
html * {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  font-size: 1.5em;
  background: #FFF;
  font-family: -apple-system-body, BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  font-weight: 500;
}
body.preload {
  transition: 0 !important;
}

select, input, button, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

img,
iframe {
  max-width: 100%;
}

#pagetop {
  background: url(../images/common/pagetop2.png);
  background-size: contain;
  position: fixed;
  right: 8px;
  text-indent: -9999px;
  outline: none;
  opacity: 0.7;
  z-index: 3;
}
@media (min-width: 821px) {
  #pagetop {
    width: 60px;
    height: 60px;
    bottom: -60px;
  }
}
@media (max-width: 820.9px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: -50px;
  }
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

a {
  text-decoration: none;
  color: #1d56c6;
  outline: none;
  font-weight: bold;
}
a:hover {
  color: #5f79ad;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**************
Layout Set
**************/
.wrap {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1120px) {
  .wrap {
    max-width: 1120px;
  }
}
@media (max-width: 559.9px) {
  .wrap {
    width: 88%;
  }
}

.middlewrap {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .middlewrap {
    width: 88%;
  }
}

.shortwrap {
  width: 92%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .shortwrap {
    width: 88%;
  }
}

.page_section {
  padding: 80px 0;
}
@media (max-width: 820.9px) {
  .page_section {
    padding: 40px 0 40px;
  }
}
.page_section__white {
  background-color: #fff;
}
.page_section__gray {
  background-color: #f3f3f3;
}
.page_section__blue {
  background-color: #1b2794;
}
.page_section__grad {
  background: linear-gradient(to right, #b60a0a, #4b1b1b);
}

.page_top_section {
  padding: 64px 0 120px;
}
@media (max-width: 820.9px) {
  .page_top_section {
    padding: 40px 0 40px;
  }
}

.c_container {
  width: 100%;
}
@media (min-width: 821px) {
  .c_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 821px) {
  .leftColumn {
    width: 24%;
    position: relative;
  }
}
@media (max-width: 820.9px) {
  .leftColumn {
    width: 100%;
  }
}

@media (min-width: 821px) {
  .rightColumn {
    width: 70%;
  }
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  .rightColumn {
    width: 72%;
  }
}
.rightColumn + p {
  display: none;
}

.flex_content {
  width: 100%;
}
@media (min-width: 821px) {
  .flex_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex_content.start {
    align-items: flex-start;
  }
  .flex_content.center {
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 821px) {
  .flex_content_r {
    flex-direction: row-reverse;
  }
}
@media (max-width: 820.9px) {
  .flex_content > .item {
    width: 100%;
  }
  .flex_content > .item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 821px) {
  .flex_content .item_1 {
    width: 12%;
  }
}
@media (min-width: 821px) {
  .flex_content .item_2 {
    width: 21%;
  }
}
@media (min-width: 821px) {
  .flex_content .item_3 {
    width: 33%;
  }
}
@media (min-width: 821px) {
  .flex_content .item_4 {
    width: 47.5%;
  }
}
@media (min-width: 821px) {
  .flex_content .item_5 {
    width: 62%;
  }
}
@media (min-width: 821px) {
  .flex_content .item_6 {
    width: 73%;
  }
}
@media (min-width: 821px) {
  .flex_content .item_7 {
    width: 84%;
  }
}

.image-43 {
  width: 100%;
  position: relative;
  padding-top: 67%;
  overflow: hidden;
  background-color: #f3f3f3;
}
.image-43 img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.caption {
  line-height: 1.8 !important;
  margin: 10px 0 0 !important;
}

/**************
Header
**************/
#header {
  background-color: #fff;
  z-index: 10;
  width: 100%;
  height: 112px;
  padding: 0;
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 560px) {
  .admin-bar #header {
    margin-top: 32px;
  }
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  #header {
    height: 106px;
  }
}
@media (max-width: 820.9px) {
  #header {
    height: 64px;
  }
}
@media (min-width: 1120px) {
  #header .header_right {
    width: 664px;
  }
}
@media (min-width: 1120px) {
  #header .header_right .header_right_top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 7px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #header .header_right .header_right_top .head_tel {
    display: none;
  }
}
@media (min-width: 1120px) {
  #header .header_right .heade_right_bottom {
    padding-top: 6px;
  }
}

.header_inner {
  position: relative;
  width: 94%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1119.9px) {
  .header_inner {
    width: 100%;
    padding-left: 16px;
    overflow: hidden;
  }
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  .header_inner {
    padding-right: 96px;
  }
}

.header_logo {
  text-align: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 821px) {
  .header_logo {
    width: 320px;
    margin-top: -8px;
  }
  .header_logo img {
    max-width: 100%;
  }
}
@media (max-width: 820.9px) {
  .header_logo {
    width: 210px;
    position: relative;
    z-index: 4;
  }
}

.head_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 820.9px) {
  .head_tel {
    display: none;
  }
}
.head_tel span {
  font-weight: bold;
  color: #1b1b1b;
}
.head_tel span.alpha {
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  top: 3px;
}
.head_tel span.num {
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.header_search {
  width: 216px;
  height: 36px;
  display: block;
  background-color: #f3f3f3;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 820.9px) {
  .header_search {
    display: none;
  }
}
.header_search .search-word {
  height: 36px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  width: calc(100% - 43px);
  background-color: #f3f3f3;
  border-radius: 24px 0 0 24px;
}
.header_search .search-btn {
  width: 43px;
  height: 36px;
  background-color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.header_search .search-btn button {
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_search.png) no-repeat;
  background-size: cover;
  border: 0;
}

@media (min-width: 1120px) {
  .global_navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin-left: auto;
  }
  .fixed .global_navi {
    height: 75px;
  }
}
@media (max-width: 1119.9px) {
  .global_navi {
    height: 100%;
    position: fixed;
    top: 0;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: #1b1b1b;
    overflow: auto;
    z-index: 11;
  }
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  .global_navi {
    width: 400px;
    right: -400px;
  }
}
@media (max-width: 820.9px) {
  .global_navi {
    width: calc(100vw - 40px);
    left: 100%;
    top: 0;
    height: 100vh;
    padding-top: 96px;
  }
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  .global_navi.opened {
    right: 0;
  }
}
@media (max-width: 820.9px) {
  .global_navi.opened {
    left: 40px;
  }
}

.navi_ul {
  position: relative;
}
@media (min-width: 1120px) {
  .navi_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1119.9px) {
  .navi_ul {
    text-align: center;
    width: 92%;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  .navi_ul {
    margin-top: 120px;
    background: #fff;
  }
}
@media (max-width: 820.9px) {
  .navi_ul {
    padding-bottom: 10px;
  }
}
@media (min-width: 1120px) {
  .navi_ul > li {
    position: relative;
    height: 100%;
  }
  .navi_ul > li::after {
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 0;
    height: 2px;
    background: #e41115;
    content: "";
    transition: all 0.3s;
    z-index: 100;
  }
  .navi_ul > li:hover::after, .navi_ul > li.selected::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 820.9px) {
  .navi_ul > li {
    background-color: #fff;
  }
}
.navi_ul > li.toggle {
  position: relative;
  font-weight: bold;
}
.navi_ul > li.toggle i {
  margin-left: 4px;
}
@media (min-width: 821px) {
  .navi_ul > li.toggle:hover {
    color: #e41115;
  }
}
@media (min-width: 821px) {
  .navi_ul > li.toggle:hover .header-nav-item {
    color: #e41115;
  }
}
@media (min-width: 821px) {
  .navi_ul > li.toggle:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
  }
}

.header-nav-item {
  text-decoration: none;
}
@media (min-width: 1120px) {
  .header-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    color: #1b1b1b;
    font-weight: bold;
    padding: 0 8px;
  }
  .header-nav-item:hover {
    color: #e41115;
  }
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  .header-nav-item {
    color: #333;
    border-bottom: 1px #D9D9D9 solid;
    text-align: center;
    padding: 13px 0;
    display: block;
    width: 100%;
  }
}
@media (max-width: 820.9px) {
  .header-nav-item {
    background-color: #fff;
    color: #444;
    border-bottom: 1px #777 solid;
    text-align: center;
    padding: 12px 0;
    display: block;
    width: 100%;
    line-height: 1.3;
  }
}

@media (min-width: 1120px) {
  .megamenu {
    transition: all 0.2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 240px;
    left: -80px;
    top: 100%;
    position: absolute;
    background: #fff;
    z-index: 4;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1119.9px) {
  .megamenu {
    display: none;
    border-bottom: 1px #777 solid;
  }
}
.megamenu .inner_ul {
  width: 100%;
}
.megamenu .inner_ul li.line::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ddd;
}
.megamenu .inner_ul li:not(:last-child) {
  border-bottom: 1px #ccc dashed;
}
.megamenu .inner_ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
  height: 48px;
  transition: all 0.3s ease;
  text-align: center;
}
@media (max-width: 820.9px) {
  .megamenu .inner_ul li a {
    height: 40px;
  }
}
.megamenu .inner_ul li a:hover {
  background-color: #eee;
}
@media (max-width: 820.9px) {
  .megamenu .inner_ul li a {
    padding: 5px 0;
    color: #555;
  }
}

.fixed-header {
  width: 100%;
  height: 76px;
  position: fixed;
  left: 0;
  top: -120px;
  border-bottom: 1px #ddd solid;
  background-color: #fff;
  z-index: 10;
  transition: all 0.4s ease-in-out;
}
.fixed-header.fixed {
  top: 0;
}
.admin-bar .fixed-header.fixed {
  top: 32px;
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  .fixed-header {
    height: 106px;
  }
}
@media (max-width: 820.9px) {
  .fixed-header {
    height: 64px;
  }
}
@media (min-width: 821px) {
  .fixed-header .header_inner {
    width: 100%;
    padding: 0 24px;
  }
}
.fixed-header .header_inner .header_logo {
  width: 240px;
}
.fixed-header .header_inner .head_contact {
  color: #e41115;
}
@media (min-width: 821px) {
  .fixed-header .header_inner .head_contact {
    width: 200px;
    margin-left: 24px;
  }
}

@media (min-width: 1120px) {
  .menuBtn {
    display: none;
  }
}
@media (max-width: 1119.9px) {
  .menuBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 12;
  }
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  .menuBtn {
    width: 80px;
    height: 106px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
}
@media (max-width: 820.9px) {
  .menuBtn {
    width: 80px;
    height: 72px;
  }
}

@media (max-width: 1119.9px) {
  .nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    z-index: 12;
  }
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  .nav-open {
    left: 19px;
    margin-top: -14px;
  }
}
@media (max-width: 820.9px) {
  .nav-open {
    left: 31px;
  }
}

@media (max-width: 1119.9px) {
  .nav-open span,
.nav-open span:before,
.nav-open span:after {
    position: absolute;
    background: #333;
    display: block;
    content: "";
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  .nav-open span,
.nav-open span:before,
.nav-open span:after {
    height: 3px;
    width: 30px;
    border-radius: 5px;
  }
}
@media (max-width: 820.9px) {
  .nav-open span,
.nav-open span:before,
.nav-open span:after {
    height: 2px;
    width: 20px;
    border-radius: 3px;
  }
}

@media (min-width: 821px) and (max-width: 1119.9px) {
  .nav-open span:before {
    bottom: -11px;
  }
}
@media (max-width: 820.9px) {
  .nav-open span:before {
    bottom: -8px;
  }
}

@media (min-width: 821px) and (max-width: 1119.9px) {
  .nav-open span:after {
    bottom: -22px;
  }
}
@media (max-width: 820.9px) {
  .nav-open span:after {
    bottom: -16px;
  }
}

@media (max-width: 1119.9px) {
  .menu-open .nav-open span {
    background-color: transparent;
  }
}

@media (max-width: 1119.9px) {
  .menu-open .nav-open span::before,
.menu-open .nav-open span::after {
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    background-color: #fff;
  }
}

.menu-open .nav-open span::before {
  transform: rotate(45deg);
}

.menu-open .nav-open span::after {
  transform: rotate(-45deg);
}

/**************
Footer
**************/
.cta {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(to right, #b60a0a, #4b1b1b);
  position: relative;
}
@media (min-width: 821px) {
  .cta {
    height: 168px;
  }
}
.cta .inner {
  width: 90%;
  height: 100%;
  max-width: 776px;
  margin: 0 auto;
}
@media (min-width: 821px) {
  .cta .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 820.9px) {
  .cta .inner {
    padding: 24px 0;
  }
}
.cta .inner .icon_document {
  display: block;
  width: 44px;
}
@media (max-width: 820.9px) {
  .cta .inner .icon_document {
    margin: 0 auto 8px;
  }
}
.cta .inner .big-title {
  color: white;
  margin: 0;
}
@media (min-width: 821px) {
  .cta .inner .big-title {
    transform: translateY(-8px);
  }
}
.cta .inner .txt {
  color: white;
}
@media (max-width: 820.9px) {
  .cta .inner .txt {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 12px;
  }
}
.cta .inner .arrow_black {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #1b1b1b;
  transition: all 0.2s ease-in;
}
@media (max-width: 820.9px) {
  .cta .inner .arrow_black {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -24px;
  }
}
.cta .inner .arrow_black i {
  color: white;
  transition: all 0.2s ease-in;
}
.cta:hover .inner .arrow_black {
  transform: scale(1.1);
  background-color: white;
}
.cta:hover .inner .arrow_black i {
  color: #e41115;
}

#footer {
  bottom: 0;
  box-sizing: border-box;
  background-color: #f3f3f3;
}

.footer_sitemap {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px 0 48px;
}
@media (min-width: 1120px) {
  .footer_sitemap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 820.9px) {
  .footer_sitemap {
    display: none;
  }
}
.footer_sitemap .foot_nav {
  width: 26%;
}
.footer_sitemap .foot_nav:last-child {
  width: 22%;
}
.footer_sitemap .foot_nav .arrow {
  padding-left: 24px;
  position: relative;
  margin-bottom: 4px;
}
.footer_sitemap .foot_nav .arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/common/arrow_black.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 6px;
}
.footer_sitemap .foot_nav .arrow a {
  color: #1b1b1b;
  transition: all 0.2s ease-in;
}
.footer_sitemap .foot_nav .arrow a:hover {
  color: #e41115;
}
.footer_sitemap .foot_nav ul li a {
  color: #1b1b1b;
  font-size: 1.3rem;
  transition: all 0.2s ease-in;
}
.footer_sitemap .foot_nav ul li a:hover {
  color: #e41115;
}

.footer_bottom {
  background-color: white;
  padding: 32px 0 24px;
}

.footer_inner {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
}
@media (min-width: 1120px) {
  .footer_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 820.9px) {
  .footer_inner {
    padding-bottom: 16px;
  }
}
.footer_inner .footer_logo {
  display: block;
  width: 280px;
}
@media (max-width: 820.9px) {
  .footer_inner .footer_logo {
    width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 820.9px) {
  .footer_inner .footer_tel {
    text-align: center;
    margin-top: 16px;
  }
}
@media (max-width: 559.9px) {
  .footer_inner .footer_tel .head_tel {
    display: block;
  }
}
@media (max-width: 559.9px) {
  .footer_inner .footer_tel .head_tel span.alpha {
    top: 0;
  }
}
@media (max-width: 820.9px) {
  .footer_inner .footer_info {
    text-align: center;
  }
}

.copyright_section {
  width: 100%;
  height: 64px;
  background-color: #1b1b1b;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820.9px) {
  .copyright_section {
    flex-direction: column;
    height: auto;
    padding: 24px 24px 80px;
  }
}
.copyright_section .footer_bottom_links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 821px) {
  .copyright_section .footer_bottom_links {
    margin-right: 24px;
  }
}
@media (max-width: 820.9px) {
  .copyright_section .footer_bottom_links {
    margin-bottom: 8px;
  }
}
.copyright_section .footer_bottom_links a {
  display: block;
  padding: 0 16px;
  position: relative;
  color: white;
}
@media (max-width: 559.9px) {
  .copyright_section .footer_bottom_links a {
    font-size: 1.3rem;
  }
}
.copyright_section .footer_bottom_links a:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 20%;
}

.copyright {
  text-align: center;
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: white;
}
@media (max-width: 820.9px) {
  .copyright {
    font-size: 1rem;
  }
}

/**************
Common Parts
**************/
/* Titles */
.title1 {
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .title1 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.title2 {
  font-size: 2rem;
  background-color: #1b2794;
  font-weight: bold;
  padding: 8px 12px 8px 24px;
  margin-bottom: 32px;
  color: #fff;
  position: relative;
}
@media (max-width: 820.9px) {
  .title2 {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }
}
.title2::before {
  content: "";
  background-color: white;
  width: 4px;
  height: 64%;
  display: block;
  position: absolute;
  left: 8px;
  top: 16%;
}

.title3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 6px 0 6px 20px;
  border-bottom: 1px #ccc solid;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .title3 {
    font-size: 1.7rem;
  }
}
.title3::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 30px;
  background-color: #1b2794;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 820.9px) {
  .title3::before {
    top: 0;
    height: 100%;
  }
}

.title4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #666;
  position: relative;
  padding: 4px 0 4px 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.title4::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 80%;
  background-color: #1b2794;
  position: absolute;
  left: 0;
  top: 10%;
}

.big-title {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 820.9px) {
  .big-title {
    margin-bottom: 20px;
  }
}
.big-title.animation {
  opacity: 0;
}
.big-title.moved {
  -webkit-animation: fadeIn 0.4s ease-in forwards;
          animation: fadeIn 0.4s ease-in forwards;
}
.big-title.flex {
  display: flex;
  flex-direction: column-reverse;
}
.big-title.end {
  justify-content: flex-end;
  align-items: flex-end;
}
.big-title.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.big-title.white {
  color: white;
}
.big-title .eng {
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0.04em;
}
@media (max-width: 820.9px) {
  .big-title .eng {
    font-size: 1.2rem;
  }
}
.big-title .jp {
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 4px;
}
@media (max-width: 820.9px) {
  .big-title .jp {
    font-size: 2.2rem;
  }
}
.big-title.column {
  flex-direction: column;
  align-items: flex-start;
}
.big-title.column .jp {
  margin-left: 0;
}

.horizontal_tit {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
@media (min-width: 821px) {
  .horizontal_tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 820.9px) {
  .horizontal_tit {
    margin-bottom: 32px;
  }
}
.horizontal_tit .eng {
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #1b2794;
  margin-right: 40px;
  line-height: 1;
}
@media (max-width: 820.9px) {
  .horizontal_tit .eng {
    font-size: 2.8rem;
  }
}
.horizontal_tit .jp {
  display: inline-block;
  border-bottom: 5px #1b2794 solid;
  padding-bottom: 4px;
  padding-top: 4px;
  color: #1b2794;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .horizontal_tit .jp {
    font-size: 1.8rem;
  }
}

.center-title {
  font-size: 3.3rem;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 900;
}
.center-title span {
  color: #1b2794;
}
@media (max-width: 820.9px) {
  .center-title {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
.center-title.white {
  color: #fff;
}

.blue-title {
  background-color: #1b2794;
  padding: 16px;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 821px) and (max-width: 1119.9px) {
  .blue-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 820.9px) {
  .blue-title {
    font-size: 2rem;
  }
}

/* Buttons */
.btn-s1 {
  color: #1b2794;
  font-size: 1.6rem;
  padding: 0 25px;
  background-color: #fff;
  position: relative;
  text-align: center;
  border: 2px #1b2794 solid;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 821px) {
  .btn-s1 {
    width: 250px;
  }
}
@media (max-width: 820.9px) {
  .btn-s1 {
    padding: 10px 30px;
  }
}
.btn-s1:hover {
  background-color: #1b2794;
  color: #fff;
}
.btn-s1 i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
}
@media (max-width: 820.9px) {
  .btn-s1 i {
    margin-top: -7px;
  }
}
.btn-s1.mauto {
  margin-left: auto;
  margin-right: auto;
}

.btn-red {
  background: linear-gradient(to right, #b60a0a, #4b1b1b);
  color: white !important;
  width: 424px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 24px auto 0;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .btn-red {
    width: 92%;
    height: 72px;
    margin: 16px auto 0;
  }
}
.btn-red i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
.btn-red.mauto {
  margin-left: auto;
  margin-right: auto;
}
.btn-red:hover {
  opacity: 0.8;
  color: white;
}

.btn-black-circle {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #1b1b1b;
}
@media (max-width: 559.9px) {
  .btn-black-circle {
    height: 32px;
    font-size: 1.5rem;
  }
}
.btn-black-circle span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #1b1b1b;
  margin-left: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .btn-black-circle span {
    width: 32px;
    height: 32px;
  }
}
.btn-black-circle span .arrow_right_white {
  color: white;
  width: 13px;
  height: 6px;
  display: block;
  background: url(../images/common/arrow_white_right.png) no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.btn-black-circle:hover {
  color: #1b1b1b;
}
.btn-black-circle:hover span {
  transform: scale(1.1);
  background-color: #e41115;
}
.btn-black-circle:hover span .arrow_right_white {
  transform: translateX(10px);
}

.btn-block {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 821px) {
  .btn-block {
    width: 464px;
    height: 80px;
    font-size: 2rem;
  }
}

/* Tables */
.table-s1 {
  width: 100%;
}
.table-s1 th {
  padding: 12px 24px;
  text-align: left;
}
@media (min-width: 821px) {
  .table-s1 th {
    border-bottom: 1px #2B99E8 solid;
    width: 200px;
  }
}
@media (max-width: 820.9px) {
  .table-s1 th {
    width: 100%;
    display: block;
    background-color: #f3f3f3;
    padding: 8px;
  }
}
.table-s1 td {
  background-color: #fff;
  padding: 12px 24px;
}
@media (min-width: 821px) {
  .table-s1 td {
    border-bottom: 1px #ddd solid;
  }
}
@media (max-width: 820.9px) {
  .table-s1 td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}

/* Parts */
.sq1 {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}
.sq1::before {
  width: 10px;
  height: 10px;
  background-color: #E7EC07;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.sq_white {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  color: white;
}
.sq_white::before {
  width: 10px;
  height: 10px;
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

/* Lists */
.list-disc {
  margin-left: 15px;
}
.list-disc li {
  list-style: disc;
}
.list-disc li b {
  display: inline-block;
  margin-right: 10px;
}

.list-decimal {
  margin-left: 20px;
}
.list-decimal li {
  list-style: decimal;
}
.list-decimal li b {
  display: inline-block;
  margin-right: 10px;
}

.list-check li {
  position: relative;
  padding: 2px 0 2px 28px;
}
.list-check li::before {
  content: "";
  display: block;
  background: url(../images/common/icon_check_black.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}
.list-check li span {
  font-weight: bold;
  color: #1b2794;
}

.list-maru li {
  position: relative;
  padding-left: 14px;
  line-height: 1.5;
}
.list-maru li:not(:last-child) {
  margin-bottom: 8px;
}
.list-maru li::before {
  content: "";
  display: block;
  background-color: #D9D9D9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.list-maru li span {
  font-weight: bold;
  color: #1b2794;
}

/* Boxes */
.borderBox {
  background-color: #fff6f9;
  border: #ccc solid 1px;
  padding: 24px 40px;
}
@media (max-width: 820.9px) {
  .borderBox {
    padding: 16px;
  }
}

/* Texts */
@media (min-width: 1120px) {
  .strong_text {
    font-size: 1.8rem;
    text-align: center;
  }
}

.page_top_text {
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 820.9px) {
  .page_top_text {
    text-align: left;
    font-size: 1.7rem;
  }
}

.white_text {
  color: white;
}

.blue_text {
  color: #1b2794;
  font-weight: bold;
}

/* Others */
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 820.9px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.sp-scroll {
  width: 100%;
  overflow-x: auto;
}

.underconst {
  background-color: #fff;
  text-align: center;
  margin: 50px auto;
  padding: 80px 0;
  border: 1px #ddd solid;
  border-radius: 5px;
}

/* Tags */
.emidas-tag {
  position: absolute;
  left: 0;
  top: 0;
}

.fixed_contact {
  width: 100px;
  height: 90px;
  background: linear-gradient(to right, #b60a0a, #4b1b1b);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 10vh;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 6;
}
@media (max-width: 820.9px) {
  .fixed_contact {
    width: 50%;
    height: 48px;
    flex-direction: row;
    bottom: 0;
    border-radius: 0;
  }
}
.fixed_contact img {
  display: block;
  width: 24px;
  margin: 4px auto;
}
@media (max-width: 820.9px) {
  .fixed_contact img {
    margin: 0 8px 0 0;
  }
}
.fixed_contact span {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}

@media (min-width: 821px) {
  .fixed_tel {
    display: none;
  }
}
@media (max-width: 820.9px) {
  .fixed_tel {
    position: fixed;
    z-index: 6;
    background: linear-gradient(to right, #b60a0a, #4b1b1b);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 48px;
    flex-direction: row;
    left: 0;
    bottom: 0;
    color: white;
  }
}

@-webkit-keyframes slideIn {
  0% {
    transform: translateX(340px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(340px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes indexBody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes indexBody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blurIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
    filter: blur(1.5rem);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes blurIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
    filter: blur(1.5rem);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes fadeIn {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Sidebar */
@media (min-width: 821px) {
  .side_navi {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
.side_navi .tit {
  background-color: #951616 !important;
  padding: 12px 16px !important;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  font-size: 1.6rem !important;
  margin-bottom: 0 !important;
}
.side_navi .tit::before {
  display: none !important;
}
@media (max-width: 820.9px) {
  .side_navi .tit {
    display: none;
  }
}
@media (min-width: 821px) {
  .side_navi .side_navi_list {
    margin: 0 !important;
  }
}
@media (max-width: 820.9px) {
  .side_navi .side_navi_list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 0 32px;
  }
}
.side_navi .side_navi_list li {
  border-bottom: 1px #ddd solid;
  position: relative;
}
@media (max-width: 820.9px) {
  .side_navi .side_navi_list li {
    width: 49%;
    margin-bottom: 4px;
    border: 1px #ddd solid;
    border-radius: 4px;
  }
  .side_navi .side_navi_list li:not(:nth-child(even)) {
    margin-right: 2%;
  }
}
.side_navi .side_navi_list li a {
  color: #777;
}
@media (min-width: 821px) {
  .side_navi .side_navi_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    height: 40px;
    transition: all 0.3s ease;
  }
  .side_navi .side_navi_list li a:hover {
    padding-left: 13px;
  }
}
@media (max-width: 820.9px) {
  .side_navi .side_navi_list li a {
    display: block;
    font-size: 1.2rem;
    padding: 4px 0 4px 7px;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 820.9px) {
  .side_navi .side_navi_list li a i {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -5px;
  }
}

/**************
会社概要
**************/
.access_box {
  margin-bottom: 40px;
}
@media (max-width: 820.9px) {
  .access_box {
    margin-bottom: 24px;
  }
}
.access_box .access_info p {
  line-height: 1.8;
  margin-bottom: 0;
}
.access_box .access_info p.sq1 {
  margin-top: 16px;
}

.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
}
@media (max-width: 820.9px) {
  .gmap iframe {
    height: 240px;
  }
}

.hikari-groups {
  width: 100%;
}
@media (min-width: 560px) {
  .hikari-groups {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.hikari-groups .item {
  margin-bottom: 32px;
  border: 1px #ccc solid;
  padding: 8px 16px 14px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  background-color: #fff;
}
@media (min-width: 560px) {
  .hikari-groups .item {
    width: 48%;
  }
  .hikari-groups .item:nth-child(odd) {
    margin-right: 4%;
  }
  .hikari-groups .item:hover {
    box-shadow: 2px 2px 4px inset rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 820.9px) {
  .hikari-groups .item figure {
    margin-bottom: 4px;
  }
}
.hikari-groups .item .side p {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #767676;
}
.hikari-groups .item .side p.co_name {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #1b1b1b;
}
@media (max-width: 820.9px) {
  .hikari-groups .item .side p.co_name {
    font-size: 1.6rem;
  }
}

.float_atag {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.overview tr th {
  font-weight: bold;
}
@media (max-width: 820.9px) {
  .overview tr th {
    display: block;
    width: 100%;
    padding: 8px;
    border: 0;
    text-align: left;
  }
}
@media (max-width: 820.9px) {
  .overview tr td {
    display: block;
    width: 100%;
    padding: 8px 0 16px;
    border: 0;
  }
}

.history tr th {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: white;
  text-align: left;
}
@media (min-width: 821px) {
  .history tr th {
    width: 150px;
    padding: 15px 0;
    border-bottom: 1px #ccc solid;
  }
}
@media (max-width: 820.9px) {
  .history tr th {
    display: block;
    width: 100%;
    padding: 16px 0 4px;
    border: 0;
    text-align: left;
    font-weight: bold;
  }
}
.history tr td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: white;
  text-align: left;
}
@media (min-width: 821px) {
  .history tr td {
    width: calc(100% - 150px);
    padding: 15px 0;
    border-bottom: 1px #ccc solid;
  }
}
@media (max-width: 820.9px) {
  .history tr td {
    display: block;
    width: 100%;
    padding: 2px 0 16px;
  }
}

/**************
Theme Fixes
**************/
#service_list .main_title {
  font-size: 2.4rem !important;
}
#service_list .catch {
  font-weight: normal;
  font-size: 1.6rem !important;
  color: white;
  line-height: 1.7;
  margin-top: 32px;
}
#service_list .desc {
  margin-top: 32px;
  color: white;
}

#article .post_content h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 8px 0px 12px;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 820.9px) {
  #article .post_content h2 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
#article .post_content h2::before {
  content: "";
  background-color: #f1efef;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#article .post_content h2::after {
  content: "";
  background-color: #e41115;
  width: 100px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#article .post_content h2.mt0 {
  margin-top: 0 !important;
}
#article .post_content h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
  padding: 6px 0 6px 20px;
  border-bottom: 1px #ccc solid;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  #article .post_content h3 {
    font-size: 1.7rem;
  }
}
#article .post_content h3::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 80%;
  background-color: #e41115;
  position: absolute;
  left: 0;
  top: 10%;
}

#page_header .catch {
  font-size: 4rem;
}
@media (max-width: 820.9px) {
  #page_header .catch {
    font-size: 2.2rem;
  }
}
#page_header .catch.animation_type1 {
  opacity: 1;
}
#page_header .bg_image.seminar {
  background: url(../images/page/tit_seminar.jpg) no-repeat center;
  background-size: cover;
}

.wp-container-23 .wp-block-column {
  border: 1px #ccc solid;
  padding: 20px;
}
.wp-container-23 .wp-block-column.wp-container-21 {
  border: 0;
}
.wp-container-23 .wp-block-column p {
  line-height: 1.8;
  text-align: center;
}
.wp-container-23 img {
  width: 100%;
}
.wp-container-23 figcaption {
  background-color: #eee;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
  padding: 2px 10px;
}

.mission_text {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.6 !important;
}
@media (max-width: 820.9px) {
  .mission_text {
    font-size: 2rem;
    text-align: left;
  }
  .mission_text br {
    display: none;
  }
}

.anchor_links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 820.9px) {
  .anchor_links {
    justify-content: space-between;
  }
}
.anchor_links a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e41115;
  color: white !important;
  width: 30%;
  height: 56px;
  margin: 0 1%;
  border-radius: 4px;
  transition: all 0.3s ease;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 0 32px 0 16px;
  position: relative;
}
@media (min-width: 821px) {
  .anchor_links a {
    text-align: center;
  }
}
@media (max-width: 820.9px) {
  .anchor_links a {
    width: 48%;
    margin-bottom: 8px;
    font-size: 1.2rem;
    height: 32px;
    padding: 0 24px 0 10px;
  }
}
.anchor_links a:hover {
  background-color: rgb(213, 162, 48);
}
.anchor_links a i {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7px;
}
@media (min-width: 821px) {
  .anchor_links.four a {
    width: 23.5%;
    margin: 0;
  }
  .anchor_links.four a:not(:nth-child(4n)) {
    margin: 0 2% 0 0;
  }
}
@media (max-width: 820.9px) {
  .anchor_links.four a br {
    display: none;
  }
}

.step_title {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 820.9px) {
  .step_title {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.step_title .eng {
  background-color: #e41115;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 120px;
}
@media (max-width: 820.9px) {
  .step_title .eng {
    width: 100%;
  }
}
.step_title .inner {
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  width: calc(100% - 120px);
}
@media (max-width: 820.9px) {
  .step_title .inner {
    width: 100%;
  }
}

/**************
セミナー
**************/
.seminar_archive {
  padding: 0 0 80px;
}
.seminar_archive .item {
  border: 1px #eee solid;
  padding: 40px;
  background-color: white;
}
.seminar_archive .item .tit {
  font-size: 2.4rem;
  line-height: 1.5;
}

.seminar_table {
  width: 100%;
  margin-top: 24px;
}
.seminar_table th {
  background-color: #f3f3f3;
  padding: 8px 16px;
  border: 1px #ddd solid;
  width: 150px;
  text-align: left;
}
@media (max-width: 820.9px) {
  .seminar_table th {
    width: 100%;
    border: none;
    padding: 8px;
    display: block;
  }
}
.seminar_table td {
  background-color: #fff;
  padding: 8px 16px;
  border: 1px #ddd solid;
  width: calc(100% - 150px);
}
@media (max-width: 820.9px) {
  .seminar_table td {
    width: 100%;
    border: none;
    padding: 8px 0 14px;
    display: block;
  }
}

.seminar_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 40px auto 0;
  max-width: 580px;
}
.seminar_buttons .btn {
  height: 60px;
  width: 280px;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1%;
  transition: all 0.3s ease;
}
.seminar_buttons .btn:hover {
  opacity: 0.8;
  color: white;
}
@media (max-width: 820.9px) {
  .seminar_buttons .btn {
    width: 48%;
  }
}
.seminar_buttons .btn.btn-document {
  border: 1px #e41115 solid;
  background-color: white;
  color: #e41115;
  font-size: 1.5rem;
}
.seminar_buttons .btn.btn-document i {
  margin-right: 10px;
}
.seminar_buttons .btn.btn-conta {
  border: 1px #e41115 solid;
  background-color: #e41115;
  color: white;
  font-size: 1.5rem;
}

/**************
お問い合わせ
**************/
@media (min-width: 821px) {
  .conta_top_text {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 820.9px) {
  .conta_top_text {
    margin-bottom: 24px;
  }
}

.post_content .contact_table {
  width: 100%;
}
.post_content .contact_table tr th {
  border-top: 1px solid #d3d3d3 !important;
  padding: 18px 40px 18px 0 !important;
  width: 32% !important;
  vertical-align: middle !important;
  text-align: left !important;
  background: none;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 1119.9px) {
  .post_content .contact_table tr th {
    display: block !important;
    padding: 16px 0 !important;
    width: 100% !important;
    text-align: left !important;
  }
}
.post_content .contact_table tr th .hissu_cell {
  position: relative !important;
}
.post_content .contact_table tr th .hissu_cell .hissu {
  background: #e64949;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 4px 11px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1119.9px) {
  .post_content .contact_table tr th .hissu_cell .hissu {
    padding: 0 7px 1px;
    margin-top: -10px;
  }
}
.post_content .contact_table tr td {
  padding: 18px 0 !important;
  border-top: 1px solid #d3d3d3 !important;
  width: 68% !important;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 1119.9px) {
  .post_content .contact_table tr td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 0 20px !important;
    border-top: 0 !important;
  }
}
@media (min-width: 821px) {
  .post_content .contact_table tr:last-child th {
    border-bottom: 1px solid #d3d3d3;
  }
}
.post_content .contact_table tr:last-child td {
  border-bottom: 1px solid #d3d3d3;
}

.input_flex {
  width: 100%;
}
@media (min-width: 821px) {
  .input_flex {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.input_flex .input_inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 821px) {
  .input_flex .input_inline {
    width: 48%;
  }
}
@media (min-width: 821px) {
  .input_flex .input_inline:nth-child(odd) {
    margin-right: 4%;
  }
}
@media (max-width: 820.9px) {
  .input_flex .input_inline:nth-child(odd) {
    margin-bottom: 8px;
  }
}
.input_flex .input_inline p {
  width: 40px;
  text-align: center;
  margin-bottom: 0;
}
.input_flex .input_inline p + p {
  width: calc(100% - 50px);
}

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-input, .c-select, .c-textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box;
}

.c-select {
  padding: 5px 10px;
}

.c-input {
  height: 40px;
  padding: 2px 10px;
}
@media (max-width: 1119.9px) {
  .c-input {
    height: auto;
    padding: 8px 4%;
    box-sizing: border-box;
  }
}

@media (min-width: 821px) {
  .c-select-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c-select-list__item {
  display: flex;
  align-items: center;
}
@media (min-width: 821px) {
  .c-select-list__item {
    width: 32%;
  }
}
@media (max-width: 820.9px) {
  .c-select-list__item {
    width: 80%;
    margin-bottom: 4px;
  }
}

.c-radio-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -5px 0;
  width: 100%;
}
.c-radio-list__item {
  margin: 0 0 5px 0;
}
@media (max-width: 1119.9px) {
  .c-radio-list__item {
    text-align: left;
  }
}
.c-radio-list__item label {
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 1119.9px) {
  .c-radio-list__item label {
    margin-right: 10px;
  }
}

.c-textarea {
  height: 200px;
  width: 100%;
  padding: 8px 10px;
}
@media (max-width: 1119.9px) {
  .c-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
  }
}

.form-btn {
  margin-top: 30px;
  text-align: center;
}

.c-submit, .c-confirm, .c-back {
  padding: 18px 0;
  text-align: center;
  width: 280px;
}
@media (min-width: 1120px) {
  .c-submit, .c-confirm, .c-back {
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 1119.9px) {
  .c-submit, .c-confirm, .c-back {
    width: 48%;
    padding: 15px 0;
  }
}

.c-submit.hoverOn {
  border: 2px #e41115 solid;
  color: #fff;
  background-color: #e41115;
  font-weight: bold;
  font-size: 1.8rem;
}
.c-submit.hoverOn:hover {
  opacity: 0.8;
}

.c-confirm, .c-back {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff;
}

.c-confirm:hover, .c-back:hover {
  background-color: #eee;
}

.privacyCheck {
  text-align: center;
  margin: 60px 0 40px;
}
.privacyCheck p {
  font-size: 1.4rem;
  margin: 10px 0 20px;
}

.btn-confirm {
  display: block;
  border: 2px #e41115 solid;
  color: #fff;
  background-color: #e41115;
  border-radius: 5px;
  max-width: 400px;
  width: 90%;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}

.btns .btn {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px;
}
@media (max-width: 1119.9px) {
  .btns .btn {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px;
  }
}

.wpcf7cp-btns {
  margin-top: 30px;
  text-align: center;
}
.wpcf7cp-btns button {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px;
}
@media (max-width: 1119.9px) {
  .wpcf7cp-btns button {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px;
  }
}
.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background-color: #81c320;
  border-bottom: 3px solid #679b1b;
}
.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background-color: #a2d400;
  border-color: #a2d400;
}
.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  background-color: #21b2c1;
  border-bottom: 3px solid #1d8691;
  border-color: #21b2c1 #21b2c1 #1d8691;
}
.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
  background-color: #2fccdc;
  border-bottom: 3px solid #1d8691;
  border-color: #2fccdc #2fccdc #2fccdc;
}

.btns .btn-primary {
  background-color: #81c320;
  border-color: #a2d400;
  border-bottom: 3px solid #679b1b;
}
.btns .btn-primary:hover {
  background-color: #a2d400;
  border-color: #a2d400;
}

.btn-info {
  background-color: #21b2c1;
  border-color: #21b2c1 #21b2c1 #1d8691;
  border-bottom: 3px solid #1d8691;
}
.btn-info:hover {
  background-color: #2fccdc;
  border-bottom: 3px solid #1d8691;
  border-color: #2fccdc #2fccdc #2fccdc;
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border-radius: 50%;
}

.c-radio {
  margin-right: 5px;
  position: relative;
  top: -0.2em;
}

.c-checkbox {
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.alert-block {
  border: 2px tomato solid;
  padding: 24px;
  color: red;
  font-weight: bold;
}

.help-block {
  display: block;
  color: tomato;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}

.wpcf7-response-output {
  background-color: #fff0f0;
  text-align: center;
  color: red;
  padding: 24px !important;
  border-radius: 4px;
  border: none !important;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  margin-top: 3px !important;
}

/**************
サイトマップ
**************/
.sitemap {
  border: 1px #ccc solid;
  padding: 40px;
  background-color: #fff;
}
.sitemap a {
  color: #1b1b1b;
}
.sitemap a:hover {
  text-decoration: underline;
}
.sitemap ul li ul {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  margin-left: 48px;
}
.sitemap ul li ul li {
  margin-bottom: 0.25em;
  position: relative;
}
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + 0.75em);
  border-left: 1px solid #1b1b1b;
}
.sitemap ul li ul li:last-child::before {
  height: 1.25em;
}
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #1b1b1b;
}

/**************
JUST DB
**************/
.page-justdb .justdb_header {
  background-color: #F5F5F5;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_header {
    padding: 30px 20px;
  }
}
.page-justdb .justdb_header::before, .page-justdb .justdb_header::after {
  display: block;
  content: "";
  width: 154px;
  height: 240px;
  position: absolute;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_header::before, .page-justdb .justdb_header::after {
    width: 77px;
    height: 120px;
  }
}
.page-justdb .justdb_header::before {
  background: url(../images/page/justdb/rect_green.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}
.page-justdb .justdb_header::after {
  background: url(../images/page/justdb/rect_green_r.png) no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
}
.page-justdb .justdb_header .justdb_header_inner {
  position: relative;
  z-index: 1;
}
.page-justdb .justdb_header .logo_justdb {
  display: block;
  width: 240px;
  margin: 0 auto 16px;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_header .logo_justdb {
    width: 180px;
  }
}
.page-justdb .justdb_header h1 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_header h1 {
    font-size: 2.4rem;
  }
}
.page-justdb .justdb_header .h1_under {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_header .h1_under {
    font-size: 1.7rem;
    margin-top: 18px;
  }
}
.page-justdb .justdb_header .h1_under_next {
  margin-top: 20px;
}
.page-justdb .mail_btn {
  background-color: white;
  border-radius: 6px;
  width: 100%;
  max-width: 500px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  padding: 0 10px;
  position: relative;
  transition: all 0.3s ease;
}
.page-justdb .mail_btn.lined {
  border: 2px #05A699 solid;
  margin-top: 50px;
}
.page-justdb .mail_btn .mail_circle {
  background-color: #05A699;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .page-justdb .mail_btn .mail_circle {
    width: 56px;
    height: 56px;
  }
}
.page-justdb .mail_btn .mail_circle img {
  display: block;
  width: 40px;
}
@media (max-width: 559.9px) {
  .page-justdb .mail_btn .mail_circle img {
    width: 30px;
  }
}
.page-justdb .mail_btn .text_area {
  text-align: left;
  margin: 0 auto 0 20px;
}
@media (max-width: 559.9px) {
  .page-justdb .mail_btn .text_area {
    width: calc(100% - 120px);
  }
}
.page-justdb .mail_btn .text_area .eng {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #05A699;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .page-justdb .mail_btn .text_area .eng {
    font-size: 2.2rem;
  }
}
.page-justdb .mail_btn .text_area .jp {
  font-size: 1.6rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .page-justdb .mail_btn .text_area .jp {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 5px;
  }
}
.page-justdb .mail_btn .arrow {
  background-color: #05A699;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.page-justdb .mail_btn .arrow i {
  color: white;
  transition: all 0.3s ease;
}
.page-justdb .mail_btn:hover {
  background-color: #05A699;
}
.page-justdb .mail_btn:hover .text_area .eng {
  color: white;
}
.page-justdb .mail_btn:hover .text_area .jp {
  color: white;
}
.page-justdb .mail_btn:hover .arrow {
  background-color: white;
}
.page-justdb .mail_btn:hover .arrow i {
  color: #05A699;
}
.page-justdb .justdb_top_ttl {
  background-color: #F5F5F5;
  font-size: 2.4rem;
  text-align: center;
  padding: 30px;
}
.page-justdb .justdb_top_ttl_under {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 40px;
}
.page-justdb .justdb_top_ttl_under span {
  background: linear-gradient(transparent 70%, #ffbece 70%);
  padding-bottom: 5px;
}
.page-justdb .lined_list li {
  padding: 4px 0 4px 20px;
  border-left: #D9D9D9 solid 5px;
  font-size: 1.6rem;
}
.page-justdb .lined_list li:not(:last-child) {
  margin-bottom: 25px;
}
.page-justdb .justdb_menus_item {
  border-left: #D9D9D9 solid 5px;
  position: relative;
  padding: 4px 0;
}
.page-justdb .justdb_menus_item:not(:last-child) {
  margin-bottom: 40px;
}
.page-justdb .justdb_menus_item header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8px;
  margin-bottom: 15px;
}
.page-justdb .justdb_menus_item header .num {
  width: 32px;
  height: 32px;
  background-color: #05A699;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  transition: all 0.3s ease;
}
.page-justdb .justdb_menus_item header h3 {
  width: calc(100% - 40px);
  margin-left: 2px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_menus_item header h3 {
    font-size: 1.7rem;
  }
}
.page-justdb .justdb_menus_item header h3 span {
  position: relative;
}
.page-justdb .justdb_menus_item header h3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #05A699;
  position: absolute;
  left: 5px;
  bottom: -3px;
  transition: all 0.3s ease;
  max-width: 0;
}
.page-justdb .justdb_menus_item .inner {
  padding-left: 25px;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_menus_item .inner {
    padding-left: 16px;
  }
}
.page-justdb .justdb_menus_item .inner .img_dx {
  display: block;
  width: 240px;
}
@media (min-width: 560px) {
  .page-justdb .justdb_menus_item .inner .img_dx {
    position: absolute;
    right: 30px;
    bottom: -30px;
  }
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_menus_item .inner .img_dx {
    width: 160px;
    margin: 24px auto 0;
  }
}
.page-justdb .justdb_menus_item:hover header .num {
  background-color: #1b2794;
}
.page-justdb .justdb_menus_item:hover header h3 span::after {
  max-width: 100%;
}
.page-justdb .justdb_menu_table {
  margin-top: 20px;
}
.page-justdb .justdb_menu_table th {
  text-align: left;
  padding: 5px 15px;
  background-color: #D9D9D9;
  border: 2px white solid;
  width: 96px;
  font-weight: 500;
  vertical-align: middle;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_menu_table th {
    padding: 5px 10px;
  }
}
.page-justdb .justdb_menu_table td {
  padding: 5px 15px;
  background-color: white;
  border: 2px white solid;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_menu_table td {
    padding: 5px 10px;
  }
}
.page-justdb .justdb_services .justdb_service {
  margin-top: 80px;
}
.page-justdb .justdb_services .justdb_service header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_services .justdb_service header {
    align-items: flex-start;
    justify-content: space-between;
  }
}
.page-justdb .justdb_services .justdb_service header .num {
  width: 40px;
  height: 40px;
  background-color: #05A699;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: white;
}
.page-justdb .justdb_services .justdb_service header h2 {
  width: calc(100% - 48px);
  margin-left: 2px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_services .justdb_service header h2 {
    font-size: 2rem;
    line-height: 1.5;
    padding-top: 4px;
    font-feature-settings: "palt";
  }
}
.page-justdb .justdb_services .justdb_service .inner .lined_text {
  padding: 4px 0 4px 20px;
  border-left: #D9D9D9 solid 5px;
  font-size: 1.6rem;
}
.page-justdb .justdb_service_flow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_service_flow {
    flex-direction: column;
  }
}
.page-justdb .justdb_service_flow .justdb_service_flow_item {
  width: calc(25% - 25px);
  position: relative;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_service_flow .justdb_service_flow_item {
    width: 100%;
  }
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_service_flow .justdb_service_flow_item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.page-justdb .justdb_service_flow .justdb_service_flow_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/page/justdb/arrow-next-red.png) no-repeat;
  background-size: contain;
  position: absolute;
}
@media (min-width: 560px) {
  .page-justdb .justdb_service_flow .justdb_service_flow_item:not(:last-child)::after {
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_service_flow .justdb_service_flow_item:not(:last-child)::after {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -34px;
  }
}
.page-justdb .justdb_service_flow .justdb_service_flow_item .tit {
  background-color: #05A699;
  color: white;
  font-weight: bold;
  padding: 0 5px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 4px;
}
.page-justdb .justdb_service_flow .justdb_service_flow_item .inner_gray {
  background-color: #F5F5F5;
  padding: 10px;
  height: calc(100% - 41px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.page-justdb .justdb_service_flow .justdb_service_flow_item .inner_gray .desc {
  font-size: 1.2rem;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_service_flow .justdb_service_flow_item .inner_gray .desc {
    font-size: 1.4rem;
  }
}
.page-justdb .justdb_service_flow .justdb_service_flow_item .inner_gray .skb {
  background-color: white;
  margin-top: 10px;
  width: 100%;
}
.page-justdb .justdb_service_flow .justdb_service_flow_item .inner_gray .skb .skb_tit {
  background-color: #1b1b1b;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_service_flow .justdb_service_flow_item .inner_gray .skb .skb_tit {
    font-size: 1.4rem;
  }
}
.page-justdb .justdb_service_flow .justdb_service_flow_item .inner_gray .skb .skb_inner {
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_service_flow .justdb_service_flow_item .inner_gray .skb .skb_inner {
    font-size: 1.4rem;
  }
}
.page-justdb .justdb_service_flow .justdb_service_flow_item .inner_gray .img_study {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 8px auto 0;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_service_flow .justdb_service_flow_item .inner_gray .img_desk {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 8px auto 0;
  }
}
.page-justdb .justdb_steps {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 40px;
  overflow: hidden;
}
.page-justdb .justdb_steps .justdb_step_item {
  width: 33.3333333333%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100px;
  line-height: 1.4;
  background: #05A699;
  color: white;
}
.page-justdb .justdb_steps .justdb_step_item:not(:last-child)::before, .page-justdb .justdb_steps .justdb_step_item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 88%;
  content: "";
  border: 60px solid transparent;
  border-left: 40px solid white;
  margin: auto;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_steps .justdb_step_item:not(:last-child)::before, .page-justdb .justdb_steps .justdb_step_item:not(:last-child)::after {
    left: 74%;
  }
}
.page-justdb .justdb_steps .justdb_step_item:not(:last-child)::before {
  margin-left: 5px;
}
.page-justdb .justdb_steps .justdb_step_item:not(:last-child)::after {
  border-left-color: #05A699;
}
.page-justdb .justdb_steps .justdb_step_item .step_tit {
  position: absolute;
  left: 10px;
  top: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.page-justdb .justdb_steps .justdb_step_item .just {
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_steps .justdb_step_item .just {
    padding-top: 15px;
    font-size: 1.3rem;
  }
}
.page-justdb .justdb_steps .justdb_step_item .just_under {
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .page-justdb .justdb_steps .justdb_step_item .just_under {
    font-size: 1.6rem;
  }
}
.page-justdb .justdb_steps.oyo .justdb_step_item {
  background: #76A1CE;
}
.page-justdb .justdb_steps.oyo .justdb_step_item:not(:last-child)::after {
  border-left-color: #76A1CE;
}
.page-justdb .justdb_steps_under {
  display: flex;
  flex-wrap: wrap;
}
.page-justdb .justdb_steps_under .justdb_steps_under_item {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 20px 0 4px;
}
.page-justdb .lesson_tit {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 559.9px) {
  .page-justdb .lesson_tit {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.task-list {
  margin-top: 40px;
}
.task-list li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 559.9px) {
  .task-list li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.task-list li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 559.9px) {
  .task-list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 560px) {
  .task-list li .numset {
    width: calc(45% + 32px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 559.9px) {
  .task-list li .numset {
    width: 100%;
    display: flex;
  }
}
.task-list li .num {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #D9D9D9;
}
@media (min-width: 560px) {
  .task-list li .num {
    height: 32px;
  }
}
.task-list li .n_text {
  background-color: #F5F5F5;
  width: calc(100% - 32px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  margin: 0 10px 0 0;
  font-weight: bold;
}
@media (min-width: 560px) {
  .task-list li .n_text {
    height: 32px;
  }
}
@media (max-width: 559.9px) {
  .task-list li .n_text {
    padding: 5px 10px;
    line-height: 1.5;
  }
}
.task-list li .time_text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 10px 0 10px;
}
@media (max-width: 559.9px) {
  .task-list li .time_text {
    margin: 5px 0 0 0;
  }
}
.task-list li .time_text .icon-clock {
  display: block;
  width: 20px;
  margin-right: 4px;
}
.task-list li .desc {
  padding-left: 40px;
  margin: 0 auto 0 0;
  position: relative;
}
.task-list li .desc::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #FF5372;
  position: absolute;
  left: 0;
  top: 50%;
}

.introduction_flow {
  background-color: #f5f5f5;
  padding: 30px;
}
@media (max-width: 559.9px) {
  .introduction_flow {
    padding: 20px 20px 30px;
  }
}
.introduction_flow .introduction_flow_items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.introduction_flow .introduction_flow_items .introduction_flow_item {
  width: calc(25% - 32px);
  position: relative;
}
@media (max-width: 559.9px) {
  .introduction_flow .introduction_flow_items .introduction_flow_item {
    width: calc(50% - 20px);
    margin-bottom: 15px;
  }
}
.introduction_flow .introduction_flow_items .introduction_flow_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 29px;
  height: 15.5px;
  background: url(../images/page/justdb/arrow_stroke.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -35px;
  top: 55%;
}
.introduction_flow .introduction_flow_items .introduction_flow_item .heading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.introduction_flow .introduction_flow_items .introduction_flow_item .img {
  background-color: white;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
}
/*# sourceMappingURL=cmn.css.map */