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

.ttlfont {
  font-family: 'Barlow', sans-serif; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }
  html body {
    width: 100%;
    position: relative;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    font-size: 1.4rem;
    color: #141414;
    overflow-x: hidden;
    font-family: "Zen Kaku Gothic New","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-feature-settings: "palt" 1; }
    html body img {
      vertical-align: bottom; }
    html body table {
      border-collapse: collapse; }

.sp_show {
  display: none; }

.wrap {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .sp_show {
    display: block; }

  .sp_none {
    display: none !important; } }
.header {
  height: 80px;
  background: #ffffff;
  display: flex;
  align-items: center; }

.pagetitle {
  height: 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff; }
  .pagetitle img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1; }
  .pagetitle__title {
    display: flex;
    align-items: center;
    gap: 16px; }

.step {
  background: #F0F4FA;
  padding: 60px 0; }
  .step__cont {
    display: flex;
    justify-content: center; }
  .step__num .number {
    background: #004CD4;
    color: #ffffff;
    font-style: italic;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 122px;
    height: 60px;
    border-radius: 8px;
    margin-bottom: 12px; }
  .step__num .text {
    font-size: 1.8rem;
    color: #004CD4;
    text-align: center;
    line-height: 1; }
  .step__num--blank .number {
    background: #D5DFEE; }
  .step__num--blank .text {
    color: #D5DFEE; }
  .step__arrow {
    width: 110px;
    height: 2px;
    background: #004CD4;
    margin-top: 30px; }
    .step__arrow--blank {
      background: #D5DFEE; }

.footer {
  background: #004CD4;
  color: #ffffff;
  font-weight: 700;
  padding: 36px 0;
  font-size: 1.4rem; }
  .footer__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff; }
    .footer__menu li:not(:last-of-type) {
      border-right: 1px solid #ffffff;
      padding-right: 14px; }
    .footer__menu li a {
      color: #ffffff;
      text-decoration: none; }
  .footer__copyright {
    text-align: center; }

/* sp */
@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 2.5%; }

  .header {
    height: 70px; }
    .header h1 img {
      width: 110px; }

  .pagetitle {
    height: 70px; }

  .step {
    padding: 35px 0; }
    .step__num .number {
      font-size: 2.2rem;
      width: 85px;
      height: 40px; }
    .step__num .text {
      font-size: 1.6rem; }
    .step__arrow {
      width: 40px;
      margin-top: 20px; }

  .footer {
    padding: 36px 0; }
    .footer__menu {
      flex-wrap: wrap;
      justify-content: left;
      gap: 10px; }
      .footer__menu li:not(:last-of-type) {
        padding-right: 10px; } }

/*# sourceMappingURL=dtihikari_header_footer.css.map */
