@charset "UTF-8";
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translateZ(0);
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  /* background:url(/kifl/digitalcommunication/assets/css/images/controls.png) 0 -32px no-repeat */
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  /*background:url(/kifl/digitalcommunication/assets/css/images/controls.png) -43px -32px no-repeat */
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  /*background:url(/kifl/digitalcommunication/assets/css/images/controls.png) -86px -11px no-repeat;*/
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  /*background:url(/kifl/digitalcommunication/assets/css/images/controls.png) -86px -44px no-repeat;*/
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  font-size: 62.5%;
}

body {
  min-width: 1000px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.pc {
  display: inline;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  body {
    min-width: auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inline;
  }
}
.p-feature__bloc {
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-feature__bloc {
    pointer-events: all;
  }
  .p-feature__desc-txt {
    display: none;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-feature__box {
    position: relative;
  }
  .p-feature .readmore.fadeout {
    display: none;
  }
}

.fadeout {
  opacity: 0 !important;
}

.fadein {
  opacity: 1 !important;
}

/* ---------------------------- */
/* c-btn
/* ---------------------------- */
.c-btn__sm {
  padding: 16px 0;
  display: block;
  width: 214px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.c-btn__sm:hover {
  opacity: 0.5;
  color: #fff;
}

.c-btn__yellow {
  background-color: #FFC630;
}

.c-btn__orange {
  background-color: #F99200;
}

@media (max-width: 768px) {
  .c-btn__wrap {
    position: fixed;
    bottom: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 16px;
    z-index: 1;
  }
  .c-btn__wrap div {
    max-width: 214px;
    width: 42%;
  }
  .c-btn__wrap .c-btn__sm {
    max-width: 214px;
    width: 100%;
  }
}
/* ---------------------------- */
/* c-inner
/* ---------------------------- */
.c-inner {
  margin: 0 auto;
  width: 1000px;
}
@media (max-width: 768px) {
  .c-inner {
    width: 100%;
  }
}

/* ---------------------------- */
/* c-flex
/* ---------------------------- */
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex__cont {
  width: 450px;
}
.c-flex__ttl {
  font-size: 2.5rem;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
}
.c-flex__txt {
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
}
.c-flex__summary {
  margin-bottom: 20px;
  color: #005558;
}
.c-flex__summary-dept {
  padding-bottom: 10px;
  display: block;
  font-size: 1.8rem;
}
.c-flex__summary-name {
  font-size: 1.8rem;
}
.c-flex__summary-txt {
  font-size: 1.2rem;
  word-wrap: break-word;
  line-height: 2;
}
@media (max-width: 768px) {
  .c-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-flex__cont {
    width: 100%;
  }
  .c-flex__ttl {
    font-size: 3rem;
    line-height: 1.66;
  }
}

/* ---------------------------- */
/* c-sec
/* ---------------------------- */
.c-sec__ttl {
  text-align: center;
}
.c-sec__ttl-en {
  padding-bottom: 12px;
  display: block;
  font-size: 4rem;
  font-weight: 400;
  color: #005558;
  font-family: "Josefin Sans", sans-serif;
}
.c-sec__ttl-ja {
  padding: 6px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #005558;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
}
@media (max-width: 768px) {
  .c-sec__ttl-ja {
    padding: 3px 0;
    line-height: 1.3;
    font-size: 1.5rem;
  }
}

/* ---------------------------- */
/* c-work
/* ---------------------------- */
.c-work__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 39px 17px;
  width: 890px;
}
.c-work__list-item {
  width: 163px;
}
.c-work__fig {
  padding-bottom: 7px;
}
.c-work__ttl {
  height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #005558;
  line-height: 1.53;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
}
.c-work__ttl-sm {
  padding-bottom: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #005558;
  line-height: 1.53;
}
.c-work__txt {
  font-size: 1.2rem;
  line-height: 1.66;
  color: #005558;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .c-work__list {
    padding: 0 30px;
    width: 100%;
    gap: 18px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-work__list-item {
    width: calc(50% - 10px);
  }
  .c-work__list-item:nth-of-type(odd) {
    margin-right: 20px;
  }
  .c-work__ttl {
    height: auto;
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
  .c-work__txt {
    font-size: 1.6rem;
  }
}

/* ---------------------------- */
/* c-card
/* ---------------------------- */
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 40px;
}
.c-card__item {
  width: 480px;
  color: #005558;
}
.c-card__fig {
  padding-bottom: 10px;
}
.c-card__ttl {
  font-size: 2rem;
  line-height: 1.9;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
}
.c-card__txt {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .c-card {
    display: block;
  }
  .c-card__item {
    width: 100%;
  }
  .c-card__item + .c-card__item {
    margin-top: 40px;
  }
  .c-card__item-desc {
    padding: 0 30px;
  }
  .c-card__fig {
    padding-bottom: 15px;
  }
}

/* ---------------------------- */
/* c-slider
/* ---------------------------- */
.bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.bx-wrapper .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #0C0C0C;
  background: #fff;
  width: 16px;
  height: 16px;
  margin: 0 3.5px;
  border-radius: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #8CB808;
  width: 24px;
  height: 24px;
  margin: 0 9px;
}

.bx-wrapper .bx-controls-direction a {
  top: 250px;
  width: 25px;
  height: 25px;
  border-top: 4px solid #0C0C0C;
  border-right: 4px solid #0C0C0C;
}

.bx-wrapper .bx-prev {
  left: -30px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.bx-wrapper .bx-next {
  right: -30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-slider__item--img {
  position: relative;
  z-index: -1;
}
.c-slider__item--img .prof {
  position: absolute;
  width: 500px;
  bottom: 20px;
  left: 25px;
}
.c-slider__item--img .prof p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.c-slider__item--img .prof--company {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 20px;
}
.c-slider__item--img .prof--post {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.66;
}
.c-slider__item--img .prof--name {
  font-size: 2rem;
}
.c-slider__item--img .prof--class {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.66;
}
.c-slider__item--txts {
  width: 780px;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.c-slider__item--ttl {
  font-weight: bold;
  color: #005558;
  line-height: 1.8;
  font-size: 1.9rem;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-slider__item--txt {
  color: #005558;
  line-height: 2;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-slider__item--txt p + p {
  margin-top: 2.7rem;
}
.c-slider__item--txt--notice {
  font-size: 1rem;
  line-height: 1.5;
}
.c-slider__item--txt--notice a {
  color: #005558;
}
.c-slider__item .notice__box {
  margin-top: 15px;
}
.c-slider__item .notice__txt {
  color: #005558;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .c-slider__item--img .prof {
    width: calc(100% - 60px);
    bottom: 30px;
    left: 30px;
  }
  .c-slider__item--img .prof--company {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .c-slider__item--img .prof--post {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .c-slider__item--img .prof--class {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .c-slider__item--txts {
    width: 100%;
    padding: 20px 30px 30px;
  }
}

/* ---------------------------- */
/* c-modal
/* ---------------------------- */
@media (max-width: 768px) {
  .featherlight .featherlight-content {
    padding: 0;
    border-bottom: none;
    margin-left: 30px;
    margin-right: 30px;
    max-height: 85%;
  }

  .featherlight .featherlight-close-icon {
    color: #fff;
    width: 30px;
    height: 30px;
    top: calc(7.5% - 35px);
    right: 30px;
    font-size: 30px;
    background: none;
    position: fixed;
  }

  .c-modal__link a {
    display: block;
    position: relative;
  }
  .c-modal__link .prof {
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 30px;
  }
  .c-modal__link .prof p {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
  }
  .c-modal__link .prof--company {
    font-weight: 700;
    font-size: 6vw;
    margin-bottom: 3vw;
    line-height: 1.16;
  }
  .c-modal__link .prof--post {
    font-weight: 500;
    font-size: 2.8vw;
    margin-bottom: 1.9vw;
    line-height: 1.42;
  }
  .c-modal__link .prof--name {
    font-size: 4vw;
  }
  .c-modal__link .prof--class {
    margin-top: 1.9vw;
    font-weight: 500;
    font-size: 2.8vw;
    line-height: 1.42;
  }
  .c-modal__link .readmore {
    width: 20%;
    max-width: 128px;
    position: absolute;
    bottom: 35px;
    right: 30px;
  }
  .c-modal__item {
    display: none;
  }
  .c-modal__item--txts {
    padding: 30px;
  }
  .c-modal__item--txts p {
    color: #005558;
    font-family: "Noto Sans JP", sans-serif;
  }
  .c-modal__item--company {
    font-weight: 700;
    line-height: 1.5;
    font-size: 3rem;
    margin-bottom: 15px;
  }
  .c-modal__item--post {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.66;
    margin-bottom: 5px;
  }
  .c-modal__item--name {
    font-size: 2rem;
  }
  .c-modal__item--class {
    font-size: 1.4rem;
    margin-top: 12px;
    line-height: 1.5;
  }
  .c-modal__item--ttl {
    font-weight: 700;
    line-height: 1.8;
    font-size: 2rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .c-modal__item--txt {
    font-size: 1.5rem;
    line-height: 2;
  }
  .c-modal__item--txt p + p {
    margin-top: 2rem;
  }
}
/* ---------------------------- */
/* header
/* ---------------------------- */
.l-header {
  position: static;
  background-color: transparent;
}
.l-header__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__btn {
  position: fixed;
  top: 0;
  right: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
}
.l-header__btn .c-btn__yellow {
  margin-right: 16px;
}
.l-header__btn .c-btn__sm {
  border-radius: 0 0 10px 10px;
}
.l-header__logo {
  padding-top: 28px;
  width: 146px;
}
@media (max-width: 768px) {
  .l-header__inner {
    width: 100%;
  }
  .l-header__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 30px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-header__btn--inner {
    width: calc(50% - 8px);
    max-width: 214px;
  }
  .l-header__btn--inner + .l-header__btn--inner {
    margin-left: 16px;
  }
  .l-header__btn .c-btn__sm {
    border-radius: 10px 10px 0 0;
    width: 100%;
    display: block;
  }
}

/* ---------------------------- */
/* p-mv
/* ---------------------------- */
.p-mv {
  position: relative;
  margin: 0 auto -1px;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .p-mv {
    width: 100%;
  }
}

.mv__modal--link {
  position: absolute;
  display: block;
}
.mv__modal--link.link01 {
  width: 248px;
  top: 0;
  left: 240px;
}
.mv__modal--link.link02 {
  width: 257px;
  top: 230px;
  right: 20px;
}
.mv__modal--link.link03 {
  width: 228px;
  bottom: 200px;
  left: 0;
}
.mv__modal--link.link04 {
  width: 243px;
  top: 40px;
  right: 34px;
}
.mv__modal--link.link05 {
  width: 190px;
  bottom: 20px;
  left: 100px;
}
.mv__modal--item {
  display: none;
  background: #fff;
  width: 693px;
  height: 408px;
  padding: 60px 50px 0;
  position: relative;
}
.mv__modal--item:after {
  content: "";
  position: fixed;
}
.mv__modal--item.item01:after {
  background: url("/kifl/digitalcommunication/assets/img/mv_popup_img01.png") center top/contain no-repeat;
  width: 128px;
  height: 155px;
  top: calc(50% - 260px);
  left: calc(50% + 65px);
}
.mv__modal--item.item02:after {
  background: url("/kifl/digitalcommunication/assets/img/mv_popup_img02.png") center top/contain no-repeat;
  width: 154px;
  height: 117px;
  top: calc(50% - 175px);
  left: calc(50% + 75px);
}
.mv__modal--item.item02 .mv__modal--item--ttl {
  padding-top: 40px;
}
.mv__modal--item.item03:after {
  background: url("/kifl/digitalcommunication/assets/img/mv_popup_img03.png") center top/contain no-repeat;
  width: 111px;
  height: 166px;
  top: calc(50% - 235px);
  left: calc(50% + 117px);
}
.mv__modal--item.item04:after {
  background: url("/kifl/digitalcommunication/assets/img/mv_popup_img04.png") center top/contain no-repeat;
  width: 158px;
  height: 108px;
  top: calc(50% - 163px);
  left: calc(50% + 70px);
}
.mv__modal--item.item04 .mv__modal--item--ttl {
  padding-top: 20px;
}
.mv__modal--item.item05:after {
  background: url("/kifl/digitalcommunication/assets/img/mv_popup_img05.png") center top/contain no-repeat;
  width: 87px;
  height: 170px;
  top: calc(50% - 240px);
  left: calc(50% + 120px);
}
.mv__modal--item.item05 .mv__modal--item--ttl {
  padding-top: 40px;
}
.mv__modal--item--ttl {
  color: #00572F;
  font-size: 2.2rem;
  margin-bottom: 25px;
  line-height: 1.81;
}
.mv__modal--item--txt {
  color: #00572F;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media (min-width: 769px) {
  .featherlight .featherlight-content {
    padding: 0;
    border-bottom: none;
    max-height: 408px;
    border-radius: 18px;
  }

  .featherlight .featherlight-close-icon {
    color: #fff;
    width: 51px;
    height: 42px;
    top: calc(50% - 246px);
    left: calc(50% + 255px);
    background: url("/kifl/digitalcommunication/assets/img/mv_popup_icon.png") center top/contain no-repeat;
    position: fixed;
  }
}
/* ---------------------------- */
/* p-about
/* ---------------------------- */
.p-about {
  padding: 85px 0 61px;
  color: #fff;
  background-color: #122043;
}
.p-about__box {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.p-about__box--txts {
  width: 750px;
}
.p-about__ttl {
  font-size: 2.3rem;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.43;
}
.p-about__txt {
  font-size: 1.3rem;
  width: 530px;
  font-weight: bold;
  line-height: 2.1;
}
.p-about__fig {
  width: 398px;
  position: absolute;
  right: 10px;
  top: 30px;
}
@media (max-width: 768px) {
  .p-about {
    padding: 85px 30px;
  }
  .p-about__box {
    width: 100%;
  }
  .p-about__box--txts {
    width: 100%;
  }
  .p-about__ttl {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
  .p-about__txt {
    font-size: 1.3rem;
    width: 100%;
  }
  .p-about__fig {
    position: static;
    margin-top: 40px;
    width: 100%;
  }
}

/* ---------------------------- */
/* p-feature
/* ---------------------------- */
.p-feature {
  padding-top: 115px;
}
.p-feature .relative {
  position: relative;
  z-index: 1;
}
.p-feature .relative .c-sec__ttl-ja {
  position: relative;
  top: 7px;
}
.p-feature .relative .c-sec__ttl-en {
  padding-bottom: 15px;
}
.p-feature__ttl {
  position: relative;
  width: 1000px;
  margin: 0 auto -10px;
}
.p-feature__ttl::before {
  content: "";
  position: absolute;
  top: -45px;
  width: 156px;
  height: 168px;
  right: 26px;
  background-image: url("/kifl/digitalcommunication/assets/svg/icon_02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.p-feature .c-sec__ttl-en {
  padding-bottom: 28px;
}
.p-feature .c-sec__ttl-ja {
  padding: 5px 19px;
}
.p-feature__bloc {
  background-size: cover;
}
.p-feature__bloc:nth-of-type(2n-1) {
  padding: 59px 0 42px;
}
.p-feature__bloc:nth-of-type(2n) {
  padding: 38px 0 58px;
}
.p-feature__bloc:first-of-type {
  background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_01.jpg");
}
.p-feature__bloc:nth-of-type(2) {
  background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_02.jpg");
}
.p-feature__bloc:nth-of-type(3) {
  background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_03.jpg");
}
.p-feature__bloc:nth-of-type(4) {
  background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_04.jpg");
}
.p-feature__bloc:nth-of-type(5) {
  background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_05.jpg");
}
.p-feature__bloc:nth-of-type(6) {
  background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_06.jpg");
}
.p-feature__flex {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
  gap: 0 47px;
  color: #005558;
}
.p-feature__flex-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-feature__num {
  margin-top: 30px;
  font-size: 15rem;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}
.p-feature__desc-ttl {
  padding: 14px 0 20px;
  font-size: 3rem;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.3;
}
.p-feature__desc-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.87;
}
@media (max-width: 768px) {
  .p-feature {
    padding-top: 70px;
  }
  .p-feature .relative {
    margin-bottom: 60px;
  }
  .p-feature .relative .c-sec__ttl-ja {
    position: relative;
    top: 0;
  }
  .p-feature .relative .c-sec__ttl-en {
    padding-bottom: 20px;
  }
  .p-feature__ttl {
    width: 100%;
  }
  .p-feature__ttl::before {
    display: none;
  }
  .p-feature__bloc {
    background-position: center top;
  }
  .p-feature__bloc:nth-of-type(2n-1) {
    padding: 45px 30px 30px;
  }
  .p-feature__bloc:nth-of-type(2n) {
    padding: 45px 30px 30px;
  }
  .p-feature__bloc:first-of-type {
    margin-top: -15px;
    background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_01_sp.jpg");
  }
  .p-feature__bloc:nth-of-type(2) {
    background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_02_sp.jpg");
  }
  .p-feature__bloc:nth-of-type(3) {
    background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_03_sp.jpg");
  }
  .p-feature__bloc:nth-of-type(4) {
    background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_04_sp.jpg");
  }
  .p-feature__bloc:nth-of-type(5) {
    background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_05_sp.jpg");
  }
  .p-feature__bloc:nth-of-type(6) {
    background-image: url("/kifl/digitalcommunication/assets/img/feature_bg_06_sp.jpg");
  }
  .p-feature__flex {
    width: 100%;
    display: block;
  }
  .p-feature__num {
    text-align: center;
    margin-top: 20px;
  }
  .p-feature__desc-ttl {
    text-align: center;
    font-size: 2.1rem;
  }
  .p-feature__desc-txt {
    padding-bottom: 30px;
    font-size: 1.4rem;
  }
  .p-feature .readmore {
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    display: block;
    margin-bottom: 36px;
    font-family: "Josefin Sans", sans-serif;
  }
  .p-feature .readmore:after {
    content: "";
    background: url("/kifl/digitalcommunication/assets/svg/icon_readmore.svg") center top/contain no-repeat;
    width: 14px;
    height: 24px;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* ---------------------------- */
/* p-lessons
/* ---------------------------- */
.p-lessons {
  padding: 100px 0 135px;
}
.p-lessons .relative {
  position: relative;
  z-index: 1;
}
.p-lessons .relative .c-sec__ttl-ja {
  position: relative;
  top: 7px;
}
.p-lessons .relative .c-sec__ttl-en {
  padding-bottom: 15px;
}
.p-lessons .c-sec__ttl-en {
  padding-bottom: 28px;
}
.p-lessons .c-sec__ttl-ja {
  padding: 5px 19px;
}
.p-lessons__card .c-card__ttl, .p-lessons__card-ttl {
  font-size: 1.6rem;
}
.p-lessons__card .l-space {
  letter-spacing: -0.02em;
}
.p-lessons__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-lessons__card .mb20 {
  margin-bottom: 20px;
}
.p-lessons__card-link {
  margin-top: 45px;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #E4E4E4;
  text-align: center;
}
.p-lessons__card-link p {
  padding: 17px 0;
  display: block;
  color: #122043;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
}
.p-lessons__card-link .green {
  color: #005558;
}
.p-lessons__card .notice {
  color: #122043;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 10px -20px 0;
  font-size: 15px;
  line-height: 1.3;
}
.p-lessons__curriculum {
  margin-top: 75px;
}
.p-lessons__curriculum__ttl {
  color: #005558;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 35px;
}
.p-lessons__curriculum__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 30px;
}
.p-lessons__curriculum__item {
  width: 480px;
}
.p-lessons__curriculum__item__ttl {
  color: #005558;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 25px;
}
.p-lessons__curriculum__item__txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 22px;
}
.p-lessons__curriculum__item__img {
  width: 240px;
}
.p-lessons__curriculum__item__txt {
  color: #005558;
  font-size: 12px;
  width: 215px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.66;
}
@media (max-width: 768px) {
  .p-lessons .relative {
    margin-bottom: 60px;
  }
  .p-lessons .relative .c-sec__ttl-ja {
    position: relative;
    top: 0;
  }
  .p-lessons .relative .c-sec__ttl-en {
    padding-bottom: 20px;
  }
  .p-lessons .readmore {
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    display: block;
    margin-bottom: 36px;
    font-family: "Josefin Sans", sans-serif;
  }
  .p-lessons .readmore:after {
    content: "";
    background: url("/kifl/digitalcommunication/assets/svg/icon_readmore.svg") center top/contain no-repeat;
    width: 14px;
    height: 24px;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-lessons__card .c-card__ttl, .p-lessons__card-ttl {
    font-size: 1.1rem;
  }
  .p-lessons__card-link {
    font-size: 1.3rem;
    margin: 20px auto 0;
    width: calc(100% - 60px);
  }
  .p-lessons__card-link p {
    padding: 17px 5px;
  }
  .p-lessons__curriculum {
    margin-top: 50px;
    padding: 0 30px;
  }
  .p-lessons__curriculum__ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .p-lessons__curriculum__list {
    gap: 20px 0;
  }
  .p-lessons__curriculum__item {
    width: 100%;
  }
  .p-lessons__curriculum__item__ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .p-lessons__curriculum__item__txts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
  }
  .p-lessons__curriculum__item__img {
    width: 120px;
  }
  .p-lessons__curriculum__item__txt {
    font-size: 12px;
    width: calc(100% - 135px);
  }
  .p-lessons .notice {
    font-size: 1.3rem;
    margin: 10px 0 0;
    padding: 0 30px;
  }
}

/* ---------------------------- */
/* p-teachervoice
/* ---------------------------- */
.p-teachervoice {
  margin: 35px 0 300px;
}
.p-teachervoice__ttl {
  font-family: "Josefin Sans", sans-serif;
  color: #005558;
  text-align: center;
  font-size: 63px;
  font-weight: 400;
}
.p-teachervoice__cont {
  margin-top: -35px;
}
.p-teachervoice__item {
  background-color: #E4E4E4;
  padding: 70px 100px 60px;
}
.p-teachervoice__prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  margin-bottom: 30px;
}
.p-teachervoice__prof__ph {
  width: 432px;
}
.p-teachervoice__prof__txts {
  margin-top: auto;
  margin-bottom: -5px;
  color: #005558;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
}
.p-teachervoice__prof__work {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.92;
}
.p-teachervoice__prof__name {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0;
}
.p-teachervoice__prof__post {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.92;
}
.p-teachervoice__comment {
  color: #005558;
  font-family: "Noto Sans JP", sans-serif;
}
.p-teachervoice__comment__ttl {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 5px;
}
.p-teachervoice__comment__txt {
  font-size: 1.5rem;
  line-height: 2;
}
.p-teachervoice__comment__txt p + p {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .p-teachervoice {
    margin: 0px 0 150px;
  }
  .p-teachervoice__ttl {
    font-size: 63px;
  }
  .p-teachervoice__cont {
    margin-top: -35px;
  }
  .p-teachervoice__item {
    padding: 55px 30px;
  }
  .p-teachervoice__prof {
    display: block;
    margin-bottom: 30px;
  }
  .p-teachervoice__prof__ph {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-teachervoice__prof__txts {
    margin-bottom: 0;
  }
  .p-teachervoice__prof__work {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.92;
  }
  .p-teachervoice__prof__name {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0;
  }
  .p-teachervoice__prof__post {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.92;
  }
  .p-teachervoice__comment__ttl {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .p-teachervoice__comment__txt {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-teachervoice__comment__txt p + p {
    margin-top: 2.5rem;
  }
}
/* ---------------------------- */
/* p-topic
/* ---------------------------- */
.p-topic {
  padding-top: 45px;
}
.p-topic__bg {
  padding-bottom: 60px;
  background-color: #F99200CC;
}
.p-topic__ttl {
  position: relative;
  top: -50px;
  font-size: 11rem;
  font-family: "Josefin Sans", sans-serif;
  color: #F99200;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-topic .c-flex {
  margin-top: -43px;
}
.p-topic .c-flex__fig {
  width: 508px;
}
.p-topic .c-flex__ttl {
  margin-bottom: 25px;
  font-size: 3rem;
  font-weight: bold;
}
.p-topic .c-flex__desc {
  width: 444px;
  color: #fff;
  margin-top: 5px;
}
.p-topic .c-flex__txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.87;
}
@media (max-width: 768px) {
  .p-topic {
    padding-top: 45px;
    position: relative;
  }
  .p-topic__bg {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .p-topic__ttl {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 11rem;
  }
  .p-topic .c-flex {
    margin-top: 0;
  }
  .p-topic .c-flex__fig {
    width: 100%;
  }
  .p-topic .c-flex__ttl {
    margin-bottom: 25px;
    font-size: 3rem;
    font-weight: bold;
  }
  .p-topic .c-flex__desc {
    width: 100%;
    padding: 40px 30px 0;
    margin-top: 0;
  }
  .p-topic .c-flex__txt {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.87;
  }
}
@media (max-width: 360px) {
  .p-topic__ttl {
    top: 0;
    font-size: 10rem;
  }
}

/* ---------------------------- */
/* p-support
/* ---------------------------- */
.p-support {
  padding-top: 55px;
}
.p-support .c-sec__ttl-en {
  padding-bottom: 26px;
}
.p-support .c-sec__ttl-ja {
  padding: 6px 76px;
}
.p-support__ttl {
  position: relative;
  z-index: 1;
}
.p-support .c-card__ttl {
  margin-bottom: 10px;
}
.p-support .c-card__txt {
  font-size: 1.2rem;
  line-height: 1.66;
}
.p-support .c-card__fig {
  padding-bottom: 15px;
}
.p-support .licence {
  padding: 130px 0 45px;
}
.p-support .licence__ttl {
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  margin-bottom: 65px;
  font-size: 2rem;
  font-weight: bold;
  color: #005558;
}
.p-support .licence__ttl .c-sec__ttl-ja {
  padding: 6px 25px;
}
.p-support .licence__bullet {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  gap: 35px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-support .licence__bullet-item {
  width: 470px;
  color: #005558;
}
.p-support .licence__bullet-item-txt {
  width: 400px;
  font-size: 1.2rem;
  line-height: 1.66;
  padding-left: 20px;
}
.p-support .licence__bullet-item-ttl {
  margin-bottom: 16px;
  font-size: 2rem;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
}
.p-support .licence__bullet-item-ttl::before {
  content: "●";
  display: inline-block;
  color: #A5D1BB;
}
.p-support .licence__bullet-item-ttl small {
  font-size: 1.2rem;
}
.p-support .licence__bullet-item-ttl small.notice {
  margin-left: 2px;
}
.p-support .licence__bullet-item-ttl.fSmall {
  font-size: 1.9rem;
}
.p-support .licence__bullet-item-txt {
  font-family: "Noto Sans JP", sans-serif;
}
.p-support .licence__bullet .rMark {
  margin-top: -4px;
  vertical-align: top;
  display: inline-block;
}
.p-support .connect__ttl {
  margin-bottom: 72px;
}
.p-support .connect .c-sec__ttl-en {
  padding-bottom: 20px;
}
.p-support .connect .c-sec__ttl-ja {
  padding: 4px 17px;
}
.p-support .connect__dummy {
  margin-bottom: 36px;
}
.p-support .connect__article {
  background-color: #E4E4E4;
}
.p-support .connect__article-inner {
  padding: 55px 0;
}
.p-support .connect__article-ttl {
  padding-bottom: 27px;
  font-size: 2rem;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #005558;
  text-align: center;
}
.p-support .connect .pb5 {
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .p-support {
    padding-top: 75px;
  }
  .p-support .c-sec__ttl {
    margin-bottom: 50px;
  }
  .p-support .c-sec__ttl-en {
    padding-bottom: 20px;
  }
  .p-support .c-sec__ttl-ja {
    position: relative;
    top: 0;
  }
  .p-support__ttl {
    position: relative;
    z-index: 1;
  }
  .p-support .c-card__ttl {
    margin-bottom: 10px;
  }
  .p-support .c-card__txt {
    font-size: 1.2rem;
    line-height: 1.66;
  }
  .p-support .licence__ttl {
    margin-bottom: 45px;
  }
  .p-support .licence__bullet {
    padding: 0 30px;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .p-support .licence__bullet-item {
    width: 100%;
  }
  .p-support .licence__bullet-item + .licence__bullet-item {
    margin-top: 35px;
  }
  .p-support .licence__bullet-item-ttl {
    line-height: 1.3;
  }
  .p-support .licence__bullet-item-txt {
    width: 100%;
  }
  .p-support .connect__ttl {
    margin-bottom: 40px;
  }
  .p-support .connect__dummy {
    padding: 0 30px;
  }
  .p-support .connect__article-inner {
    padding: 60px 0;
  }
}

/* ---------------------------- */
/* p-reason
/* ---------------------------- */
.p-reason {
  color: #fff;
}
.p-reason__bg {
  position: relative;
  margin: -162px 0 0;
  padding: 222px 0 43px;
  background-image: url("/kifl/digitalcommunication/assets/img/reason_bg.jpg");
  background-size: cover;
  z-index: -1;
}
.p-reason__ttl {
  margin-bottom: 60px;
}
.p-reason .c-sec__ttl-en {
  padding-bottom: 20px;
}
.p-reason .c-sec__ttl-ja {
  padding: 6px 30px;
}
.p-reason__txt {
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
}
.p-reason__flex {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
.p-reason__flex-fig {
  width: 507px;
}
.p-reason__flex-ttl {
  margin: 0 auto 32px;
  width: 360px;
}
.p-reason__notice {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
}
.p-reason__txt {
  margin-bottom: 10px;
  width: 340px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.76;
}
.p-reason__lead {
  margin: 0 auto;
  width: 852px;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .p-reason__bg {
    margin: -162px 0 0;
    padding: 242px 0 70px;
    background-image: url("/kifl/digitalcommunication/assets/img/reason_bg_sp.jpg");
  }
  .p-reason .c-inner {
    padding: 0 30px;
  }
  .p-reason__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-reason__flex-fig {
    margin-bottom: 50px;
    width: 100%;
  }
  .p-reason__flex-ttl {
    width: 80%;
  }
  .p-reason__notice {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .p-reason__txt {
    margin-bottom: 5px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.43;
  }
  .p-reason__lead {
    margin-top: 20px;
    width: 100%;
    line-height: 1.94;
    font-size: 1.8rem;
  }
}

/* ---------------------------- */
/* p-message
/* ---------------------------- */
.p-message {
  padding: 140px 0 85px;
}
.p-message__ttl {
  position: relative;
  margin-bottom: -10px;
  z-index: 1;
}
.p-message__ttl::before {
  content: "";
  position: absolute;
  top: -100px;
  width: 124px;
  height: 216px;
  right: 235px;
  background-image: url("/kifl/digitalcommunication/assets/svg/icon_01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.p-message__btn {
  margin-top: 85px;
}
.p-message__btn a {
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  background-color: #005558;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 80px;
  padding: 12px 0 14px;
  font-size: 1.4rem;
  width: 337px;
  margin: 0 auto;
}
.p-message__btn a span {
  padding-right: 45px;
  position: relative;
}
.p-message__btn a span:after {
  content: "＞";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
}
.p-message .c-sec__ttl-en {
  margin-bottom: 22px;
}
.p-message .c-sec__ttl-ja {
  padding: 6px 26px;
}
.p-message .c-flex__desc {
  margin-top: 72px;
  width: 376px;
}
@media (max-width: 768px) {
  .p-message {
    padding: 135px 0 55px;
  }
  .p-message__ttl {
    margin-bottom: 60px;
  }
  .p-message__ttl::before {
    right: 30px;
    top: -74px;
  }
  .p-message__btn {
    margin-top: 40px;
    padding: 0 30px;
  }
  .p-message__btn a {
    width: 100%;
    max-width: 337px;
    font-size: 1.2rem;
  }
}

/* ---------------------------- */
/* p-comming
/* ---------------------------- */
.p-comming__fig {
  margin: 0 auto;
  width: 1000px;
}
@media (max-width: 768px) {
  .p-comming {
    padding: 0 30px;
  }
  .p-comming__fig {
    width: 100%;
  }
}

/* ---------------------------- */
/* p-voice
/* ---------------------------- */
.p-voice {
  padding: 145px 0 110px;
}
.p-voice .c-sec__ttl {
  position: relative;
  z-index: 1;
  margin-bottom: -10px;
}
.p-voice .c-sec__ttl-en {
  padding-bottom: 20px;
}
.p-voice .c-sec__ttl-ja {
  padding: 6px 26px;
}
@media (max-width: 768px) {
  .p-voice {
    padding: 60px 0 55px;
  }
  .p-voice .c-sec__ttl {
    margin-bottom: 60px;
  }
  .p-voice .c-sec__ttl-en {
    padding-bottom: 34px;
  }
}

/* ---------------------------- */
/* p-faq
/* ---------------------------- */
.p-faq {
  padding-top: 50px;
}
.p-faq__item {
  padding: 50px 30px 45px;
}
.p-faq__item--txt {
  color: #005558;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.73;
  font-size: 1.9rem;
  margin-top: 10px;
}
.p-faq .bx-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-faq__item--txt {
    font-size: 1.4rem;
  }
}

/* ---------------------------- */
/* footer
/* ---------------------------- */
.l-footer {
  min-width: 1000px;
}
.l-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer .c-btn__sm.c-btn__yellow {
  margin-right: 16px;
}
.l-footer .l-nav-contact .l-nav-contact__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .l-nav-contact .l-nav-contact__inner .l-request--footer {
  margin: 0;
  width: auto;
}
.l-footer .l-nav-contact .l-nav-contact__inner .l-logo--footer, .l-footer .l-nav-contact .l-nav-contact__inner .l-contact--footer {
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .l-footer {
    min-width: 100%;
    padding-bottom: 50px;
  }
  .l-footer__btn {
    display: none;
  }
}