@charset "UTF-8";
html {
    min-height: 100vh;
    overflow-x: hidden;
    font-size: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  html {
        font-size: calc(10 / 1400 * 100vw);
  }
}
@media screen and (min-width: 1400px) {
  html {
        font-size: 10px;
  }
}

.forSP {
    display: block;
}
@media screen and (min-width: 768px) {
  .forSP {
        display: none;
  }
}

.forPC {
    display: none;
}
@media screen and (min-width: 768px) {
  .forPC {
        display: block;
  }
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

body {
    background: #f2f2f2;
    margin: 0;
    padding: 0;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    line-height: 2;
    color: #333;
}
@media screen and (min-width: 768px) {
  body {
        font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  body {
        font-size: 16px;
  }
}

#contents {
    width: 100%;
    margin: auto;
    text-align: center;
}

/*---------------------------------------------------------------
　　　header
---------------------------------------------------------------*/
#subImage {
    margin: 56px 0 18rem 0;
    position: relative;
}
.p_com #subImage {
    background: url(../images/company/header.jpg) no-repeat bottom center/cover;
}
.p_ser #subImage {
    background: url(../images/service/header.jpg) no-repeat center center/cover;
}
.p_ifa #subImage {
    background: url(../images/ifa/header.jpg) no-repeat center center/cover;
}
.p_news #subImage, .p_seminar #subImage {
    background: url(../images/top/bg_news.jpg) no-repeat top center/cover;
}
.p_other #subImage {
    background: url(../images/common/header.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  #subImage {
        margin: 100px 0 10rem 0;
  }
}
#subImage::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(300 / 690 * 100%);
    z-index: 0;
}
@media screen and (min-width: 768px) {
  #subImage::before {
        padding-top: calc(150 / 1024 * 100%);
  }
}
#subImage h1.pagettl {
    background: #b40000;
    color: white;
    position: absolute;
    bottom: -4rem;
    right: -5.5%;
    padding: 2rem 6rem 2rem 2rem;
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    z-index: 5;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
#subImage h1.pagettl::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #b40000;
    position: absolute;
    left: -5rem;
    top: 0;
    z-index: -1;
    transform: skewX(-30deg);
}

/*---------------------------------------------------------------
    footer
---------------------------------------------------------------*/
.pagetop {
    display: block;
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    background: rgba(180, 0, 0, 0.4);
    color: white;
    position: fixed;
    bottom: 50px;
    right: 2rem;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    z-index: 100;
    border: 1px solid white;
}
.pagetop .icon-arrow03 {
    transform: rotate(-90deg);
    display: block;
    font-size: 4rem;
    line-height: 1;
    padding-right: 2rem;
}

footer {
    font-family: "Noto Serif JP", serif;
}
footer #footer_nav {
    background: #b40000;
    clear: both;
    text-align: center;
    color: white;
    position: relative;
    padding: 5rem 0 2.5rem;
}
footer #footer_nav .inner {
    max-width: 1024px;
    margin: auto;
}
footer #footer_nav copyright {
    text-align: center;
    font-size: 10px;
    display: block;
    padding-top: 6rem;
}
footer #footer_nav > .half {
    flex-wrap: wrap;
    justify-content: center;
}
footer #footer_nav > .half .address {
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
  footer #footer_nav > .half .address {
        width: 90%;
  }
}
@media screen and (min-width: 768px) {
  footer #footer_nav > .half .address {
        text-align: left;
        font-size: 1.3rem;
        padding-right: 5rem;
        width: 250px;
        border-right: 1px solid white;
  }
}
footer #footer_nav > .half .address .logo {
    width: 20rem;
    margin: auto auto 0;
}
@media screen and (min-width: 768px) {
  footer #footer_nav > .half .address .logo {
        width: 15rem;
        height: 100%;
        display: flex;
        align-items: center;
        margin: auto 0 1.8rem;
  }
}
footer #footer_nav > .half .address p {
    display: none;
}
#top footer #footer_nav > .half .address p {
    display: block;
}
footer #footer_nav > .half .navi_block {
    width: 100%;
}
@media screen and (min-width: 768px) {
  footer #footer_nav > .half .navi_block {
        width: calc(100% - 250px);
  }
}
footer #footer_nav > .half .navi_block.half {
    justify-content: center;
}
@media screen and (max-width: 767px) {
  footer #footer_nav > .half .navi_block.half {
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  footer #footer_nav > .half .navi_block.half {
        justify-content: flex-end;
  }
}
footer #footer_nav > .half .navi_block dl {
    display: block;
}
@media screen and (max-width: 767px) {
  footer #footer_nav > .half .navi_block dl {
        width: 100%;
        margin-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  footer #footer_nav > .half .navi_block dl {
        display: inline-block;
        margin-left: 1%;
        width: 29%;
  }
}
footer #footer_nav > .half .navi_block dl dt, footer #footer_nav > .half .navi_block dl dd {
    line-height: 1.6;
    text-align: center;
}
@media screen and (min-width: 768px) {
  footer #footer_nav > .half .navi_block dl dt, footer #footer_nav > .half .navi_block dl dd {
        text-align: left;
  }
}
@media screen and (min-width: 768px) {
  footer #footer_nav > .half .navi_block dl dt {
        font-weight: bold;
  }
}
footer #footer_nav > .half .navi_block dl dd {
    padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  footer #footer_nav > .half .navi_block dl {
        display: none;
  }
}
footer #footer_nav > .half .navi_block a {
    color: white;
    font-size: 14px;
    text-align: left;
}
footer #footer_nav > .half .navi_block .nav_other {
    width: 90%;
    margin-top: 3rem;
}
footer #footer_nav > .half .navi_block .nav_other li a {
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_nav > .half .navi_block .nav_other li {
        width: 100%;
        padding: 0;
        margin: 0;
  }
  footer #footer_nav > .half .navi_block .nav_other li a {
        font-size: 14px;
  }
}

/*---------------------------------------------------------------
    common
---------------------------------------------------------------*/
.inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    box-sizing: border-box;
}

.left_block {
    width: 95%;
}

.right_block {
    width: 95%;
    margin-left: 5%;
}

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

p {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.red {
    color: #b40000;
}

h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
}
h2.ttl {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    position: relative;
    margin: 10rem auto 5rem;
}
@media screen and (min-width: 768px) {
  h2.ttl {
        font-size: 2.4rem;
  }
}
h2.ttl span {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 8.5rem;
    width: 100%;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: -0.6em;
    left: 0;
    color: white;
    z-index: -1;
}
h2.ttl span:first-letter {
    color: #b40000;
}
@media screen and (min-width: 768px) {
  h2.ttl span {
        font-size: 10rem;
        top: -0.2em;
  }
}

a {
    color: #b40000;
}

a.pdf {
    position: relative;
}
a.pdf::after {
    content: "\e906";
    font-family: 'icomoon';
    color: #b40000;
    font-size: 1.2em;
    vertical-align: middle;
}

a.btn_more {
    display: inline-block;
    position: absolute;
    bottom: -0.5em;
    right: -0.5em;
    background: #b40000;
    color: white;
    padding: 0.2em 3em 0.2em 1.5em;
    font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  a.btn_more {
        padding: 0.2em 2.5em 0.2em 1.5em;
  }
}
a.btn_more::after {
    content: "\e900";
    font-family: 'icomoon';
    display: inline;
    position: absolute;
    right: 7px;
    transition: all .3s;
}
@media screen and (min-width: 768px) {
  a.btn_more::after {
        right: 15px;
  }
}
a.btn_more:hover::after {
    right: 8px;
}

a.back {
    display: inline-block;
    background: white;
    color: #333;
    padding: 0.2em 1.5em 0.2em 3em;
    font-weight: bold;
    margin: 3rem auto;
    border-radius: 3rem;
    position: relative;
}
a.back::after {
    content: "\e904";
    font-family: 'icomoon';
    color: #b40000;
    position: absolute;
    left: 18px;
    transition: all .3s;
    transform: rotate(180deg);
}
a.back:hover::after {
    left: 10px;
}

.padB30 {
    padding-bottom: 3rem;
}

/*---------------------------------------------------------------
    contact
---------------------------------------------------------------*/
#contact {
    background: url(../images/common/bg_contact.jpg) no-repeat center center/cover;
    margin-top: 10rem;
    padding: calc(50 / 1024 * 100%);
}
#contact p {
    color: white;
    text-align: center;
}
#contact p.soudan {
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
}
#contact .half {
    text-align: center;
    width: calc(960 / 1024 * 100%);
    max-width: 960px;
    margin: calc(30 / 1024 * 100%) auto;
  /*.right {
      width: 100%;
      @include mq-tab {
          width: calc(480 / 960 * 100%);
          border-left: 1px solid white;
          padding-left: calc(80 / 960 * 100%);
      }
      p {
          padding-bottom: 2rem;
      }
      a {
          background: #00b900;
          color: white;
          font-size: 3rem;
          padding: 3rem 10rem;
          border-radius: 5px;
          font-weight: bold;
          transition: all 0.3s;
          @include mq-tab {
              font-size: 2rem;
              padding: 2rem 6rem;
          }
          &:hover {
              background:lighten(#00b900, 6%);
          }
          span {
              font-size: 2em;
              vertical-align: middle;
              padding-right: 0.1em;
          }
      }
  }*/
}
#contact .half > div {
    box-sizing: border-box;
}
#contact .half .left,
#contact .half .right {
    width: 100%;
}
@media screen and (min-width: 768px) {
  #contact .half .left,
  #contact .half .right {
        width: calc(440 / 960 * 100%);
  }
}
#contact .half .left a,
#contact .half .right a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #b40000;
    color: white;
    padding: 1.5rem;
    width: 100%;
    margin-bottom: 2rem;
    line-height: 1.3;
    min-height: 80px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s;
    font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  #contact .half .left a,
  #contact .half .right a {
        line-height: 1;
        font-size: 1.9rem;
  }
}
#contact .half .left a:hover,
#contact .half .right a:hover {
    background: #de0000;
}
#contact .half .left a span.icon,
#contact .half .right a span.icon {
    font-size: 2.2em;
    vertical-align: text-top;
    margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
  #contact .half .left a span.icon,
  #contact .half .right a span.icon {
        font-size: 1.5em;
  }
}
#contact .half .left a span.number,
#contact .half .right a span.number {
    display: none;
}
@media screen and (min-width: 768px) {
  #contact .half .left a span.number,
  #contact .half .right a span.number {
        display: block;
        width: 100%;
  }
}

/*---------------------------------------------------------------
    news
---------------------------------------------------------------*/
ul.news_list li {
    width: 100%;
    margin-bottom: 4rem;
    border-left: 6px solid #b40000;
    padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  ul.news_list li {
        width: calc((100% - 10rem)/3);
        margin-right: 5rem;
        margin-bottom: auto;
  }
  .p_news ul.news_list li {
        width: 100%;
        margin-bottom: 3rem;
  }
}
ul.news_list li:last-child {
    margin-right: 0;
}
ul.news_list li .date {
    font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  ul.news_list li .date {
        font-size: 1.4rem;
  }
}
ul.news_list li .date::after {
    content: "おしらせ";
    font-size: 1.6rem;
    display: inline-block;
    background: #b40000;
    color: white;
    font-weight: bold;
    padding: 0 1em;
    margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  ul.news_list li .date::after {
        font-size: 1.2rem;
  }
}
ul.news_list li.catSemi .date::after {
    content: "セミナー";
    background: #333;
}
ul.news_list li h4 {
    line-height: 1.5;
    margin-top: 0.5em;
    font-size: 3rem;
    text-align: left;
}
ul.news_list li h4 a {
    color: #b40000;
}
ul.news_list li h4 a:hover {
    color: #333;
}
ul.news_list li h4 a::after {
    content: " \e900";
    font-family: 'icomoon';
    font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  ul.news_list li h4 a::after {
        font-size: 0.8em;
  }
}
ul.news_list li p {
    font-size: 2.4rem;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
  ul.news_list li p {
        font-size: 1.4rem;
  }
}

/*---------------------------------------------------------------
    テキストベースページ
---------------------------------------------------------------*/
.p_other #contents .inner {
    background: white;
    padding: calc(100 / 1024 * 100%);
}
.p_other #contents .inner h3 {
    font-size: 2.4rem;
    text-align: left;
    margin: 5rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .p_other #contents .inner h3 {
        font-size: 2rem;
  }
}
.p_other #contents .inner h3.midashi1 {
    position: relative;
    padding-left: 3rem;
    margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .p_other #contents .inner h3.midashi1 {
        padding-left: 2rem;
  }
}
.p_other #contents .inner h3.midashi1:first-letter {
    color: #b40000;
}
.p_other #contents .inner h3.midashi1::before {
    content: "";
    width: 3px;
    height: 100%;
    display: block;
    background: #b40000;
    transform: skewX(-15deg);
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px) {
  .p_other #contents .inner h3.midashi1::before {
        transform: skewX(-30deg);
  }
}
.p_other #contents .inner p.indent {
    padding-left: 1.7em;
}
.p_other #contents .inner p.lead {
    margin-bottom: 2em;
}
.p_other #contents .inner p.txt01 {
    font-weight: bold;
    font-size: 1.1em;
    border-left: 6px solid #b40000;
    padding-left: 1em;
}
.p_other #contents .inner ol, .p_other #contents .inner ul {
    text-align: left;
    margin: 5rem 0 0;
}
.p_other #contents .inner ol li, .p_other #contents .inner ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    counter-increment: practice;
}
.p_other #contents .inner ol li::before, .p_other #contents .inner ul li::before {
    content: counter(practice);
    color: #b40000;
    position: absolute;
    left: 0;
    font-weight: bold;
}
.p_other #contents .inner ul li::before {
    content: "●";
    font-size: 0.5em;
    top: 1em;
}
.p_other #contents dl.torihiki {
    text-align: left;
}
.p_other #contents dl.torihiki dt {
    font-weight: bold;
    border-left: 3px solid #b40000;
    padding-left: 0.8em;
}
.p_other #contents dl.torihiki dd {
    padding-left: 1.5em;
}
.p_other #contents dl.torihiki dd:nth-of-type(2n) {
    margin-bottom: 2rem;
}

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