/****************************

- color

****************************/
/****************************

- color

****************************/
body {
  text-align: left;
}

section p + p {
  margin-top: inherit;
}

p, span, a, div,
h1, h2, h3, h4, h5, h6 {
  font-style: inherit;
  font-size: inherit;
  text-align: inherit;
  font-weight: inherit;
  margin-bottom: 0;
  margin-top: 0;
}

a:hover {
  opacity: 0.65;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 12.8px;
  }
}
/****************************

- wrapParts

****************************/
.wrapParts {
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .wrapParts {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/****************************

- secTit

****************************/
.secTit {
  margin-bottom: 2em;
}

/* underLine
---------------------- */
.secTit.is-underLine {
  text-align: center;
  margin-bottom: 2em;
}
.secTit.is-underLine .main {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
}
.secTit.is-underLine .main::after {
  content: "";
  width: 1em;
  height: 4px;
  background-color: #A17909;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.secTit.is-underLine .lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: bold;
  margin-top: 1.33em;
}
.secTit.is-underLine .lead p {
  margin-top: 1em;
}
.secTit.is-underLine .lead .strong.inview {
  background-size: 0% 100%;
}
.secTit.is-underLine .lead .strong {
  font-size: 130%;
  display: inline;
  background: linear-gradient(to top, #FFFF00 30%, transparent 40%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  transition: background-size 1s ease-in-out;
}

@media screen and (max-width: 768px) {
  .secTit.is-underLine .main {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .secTit.is-underLine .lead {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
/* leftLine
---------------------- */
.secTit.is-leftLine {
  position: relative;
  z-index: 2;
  padding-left: 1.6em;
  margin-bottom: 2em;
}
.secTit.is-leftLine::before {
  content: "";
  width: 0.5em;
  height: 100%;
  background-color: #001d35;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewX(-10deg);
}
.secTit.is-leftLine .main {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.secTit.is-leftLine .en {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: normal;
  color: #D9DDE1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .secTit.is-leftLine .main {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
  .secTit.is-leftLine .en {
    font-size: 42px;
    font-size: 2.625rem;
    top: 0%;
    transform: translateY(-40%);
  }
}
/****************************

- common

****************************/
/* squarebox
---------------------- */
.squarebox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 7px #00000066;
  border-radius: 11px;
  padding: 50px 30px;
}

@media screen and (max-width: 768px) {
  .squarebox {
    padding: 25px 20px;
  }
}
/****************************

- mainvisual

****************************/
.mainvisual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vw;
  padding-bottom: 10vw;
  min-height: 500px;
  background-color: #7b7b7b;
  background-image: url(../images/top/mainvisual_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .mainvisual {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* mainvisual_textArea
---------------------- */
.mainvisual_textArea {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
.mainvisual_textArea .main {
  width: 66%;
}
.mainvisual_textArea .sub {
  width: 59%;
  margin-top: 2.8em;
}

@media screen and (max-width: 768px) {
  .mainvisual_textArea {
    background: url(../images/top/mainvisual_img.jpg) no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }
  .mainvisual_textArea .main {
    width: 100%;
  }
  .mainvisual_textArea .sub {
    width: 90%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }
}
/* anime mainvisual_text
---------------------- */
.mainvisual .mainvisual_textArea .main {
  opacity: 0;
  animation: 0.5s mainvisualTxt 0.5s;
  animation-fill-mode: forwards;
}
.mainvisual .mainvisual_textArea .sub {
  opacity: 0;
  animation: 0.5s mainvisualTxt 0.5s;
  animation-fill-mode: forwards;
}

@keyframes mainvisualTxt {
  0% {
    opacity: 0;
    transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes mainvisualTxtR {
  0% {
    opacity: 0;
    transform: translate(100%, 0);
  }
  10% {
    opacity: 1;
    transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0);
  }
}
/****************************

- corpPubSec

****************************/
/* bg
---------------------- */
#corpPubSec_bg {
  position: relative;
  overflow: hidden;
}
#corpPubSec_bg::after {
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(to right bottom, transparent 50%, #EDEFF1 50%) right center/50.5% 100% no-repeat, linear-gradient(to left bottom, transparent 50%, #EDEFF1 50%) left center/50.5% 100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* secTit
---------------------- */
@media screen and (max-width: 768px) {
  #corpPubSec .secTit .lead .strong {
    font-size: inherit;
  }
}
/* corpPubList
---------------------- */
#corpPubSec .corpPubList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -20px;
  margin-top: -20px;
  overflow: hidden;
}
#corpPubSec .corpPubList .corpPubList_item {
  display: flex;
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #CCD2D7;
  box-shadow: 0px 0px 3px #00000059;
  border-radius: 11px;
  padding: 30px;
}
#corpPubSec .corpPubList .corpPubList_header {
  width: calc(65% - 10px);
  margin-right: 10px;
}
#corpPubSec .corpPubList .corpPubList_body {
  width: 35%;
}
#corpPubSec .corpPubList .corpPubList_tit {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 0.3em;
}
#corpPubSec .corpPubList .corpPubList_tit .fntS {
  font-size: 68%;
  font-weight: bold;
}
#corpPubSec .corpPubList .corpPubList_tit::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#corpPubSec .corpPubList .corpPubList_item:nth-of-type(1) .corpPubList_tit::before {
  background-image: url(../images/top/corpPubList1_tit_icon.svg);
}
#corpPubSec .corpPubList .corpPubList_item:nth-of-type(2) .corpPubList_tit::before {
  background-image: url(../images/top/corpPubList2_tit_icon.svg);
}
#corpPubSec .corpPubList .corpPubList_item:nth-of-type(3) .corpPubList_tit::before {
  background-image: url(../images/top/corpPubList3_tit_icon.svg);
}
#corpPubSec .corpPubList .corpPubList_item:nth-of-type(4) .corpPubList_tit::before {
  background-image: url(../images/top/corpPubList4_tit_icon.svg);
}
#corpPubSec .corpPubList .corpPubList_btn {
  width: 100%;
  min-width: auto;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  #corpPubSec .corpPubList {
    display: block;
    margin-left: -20px;
    margin-top: -20px;
  }
  #corpPubSec .corpPubList .corpPubList_item {
    display: block;
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: 20px;
    padding: 25px;
    text-align: center;
  }
  #corpPubSec .corpPubList .corpPubList_header {
    width: 100%;
    margin-right: 0;
  }
  #corpPubSec .corpPubList .corpPubList_body {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
  #corpPubSec .corpPubList .corpPubList_tit {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
  #corpPubSec .corpPubList .corpPubList_btn {
    max-width: 220px;
  }
}
/* taskList
---------------------- */
.taskList_tit {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #a42516;
}

.taskList {
  text-align: left;
  line-height: 1.875;
  margin-top: 10px;
}
.taskList > li {
  padding-left: 1.5em;
  position: relative;
}
.taskList > li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/checkmark_round_red.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.4375em;
}

@media screen and (max-width: 768px) {
  .taskList_tit {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/****************************

- strengthsSec

****************************/
#strengthsSec_bg {
  background-color: #EDEFF1;
  overflow: hidden;
}

/* rank
---------------------- */
#strengthsSec #rankBox {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
#strengthsSec .rank__tit {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.75em;
}
#strengthsSec .rank_pics {
  display: flex;
  justify-content: space-between;
}
#strengthsSec .rank_pics .rank_pic {
  width: 31%;
}

@media screen and (max-width: 768px) {
  #strengthsSec #rankBox {
    padding: 25px 20px;
  }
  #strengthsSec .rank__tit {
    font-size: 16px;
    font-size: 1rem;
  }
  #strengthsSec .rank_pics {
    display: block;
  }
  #strengthsSec .rank_pics .rank_pic {
    width: auto;
    max-width: 255px;
    margin: 0 auto;
  }
}
/****************************

- faqCompanySec

****************************/
#faqCompanySec {
  display: flex;
  justify-content: space-between;
}
#faqCompanySec .secTit {
  text-align: center;
  margin-bottom: 0.8em;
}
#faqCompanySec .secTit .main {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
#faqCompanySec .squarebox {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #faqCompanySec {
    display: block;
  }
  #faqCompanySec .secTit .main {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
  #faqCompanySec .squarebox {
    width: 100%;
  }
  #faqCompanySec #companySec {
    margin-top: 30px;
  }
}
/****************************

- faqSec

****************************/
#faqSec .faqList .faqList_item {
  padding: 20px 0;
  border-top: 1px dashed #4D4D4D;
}
#faqSec .faqList .faqList_q,
#faqSec .faqList .faqList_a {
  position: relative;
  padding-left: 40px;
}
#faqSec .faqList .faqList_q::before,
#faqSec .faqList .faqList_a::before {
  content: "";
  font-size: 18px;
  font-size: 1.125rem;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0.1em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
#faqSec .faqList .faqList_q {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
#faqSec .faqList .faqList_q::before {
  content: "Q";
  background-color: #001d35;
}
#faqSec .faqList .faqList_a {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 1em;
}
#faqSec .faqList .faqList_a::before {
  content: "A";
  background-color: #a42516;
}
#faqSec .faqList .faqList_a .faqList_a_content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#faqSec .faqList .faqList_a .permalink {
  color: #001D35;
  text-align: right;
  text-decoration: underline;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #faqSec .faqList .faqList_q,
#faqSec .faqList .faqList_a {
    padding-left: 30px;
  }
  #faqSec .faqList .faqList_q::before,
#faqSec .faqList .faqList_a::before {
    font-size: 14.4px;
    font-size: 0.9rem;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  #faqSec .faqList .faqList_q {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
  #faqSec .faqList .faqList_a {
    font-size: 128px;
    font-size: 0.8rem;
  }
}
/****************************

- companySec

****************************/
#companySec .companyList .companyList_item {
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  border-top: 1px solid #4D4D4D;
}
#companySec .companyList .companyList_item:last-child {
  border-bottom: 1px solid #4D4D4D;
}
#companySec .companyList .companyList_dd,
#companySec .companyList .companyList_dt {
  padding: 0.7em 0.8em;
  box-sizing: content-box;
}
#companySec .companyList .companyList_dd {
  width: calc(100% - 6em);
}
#companySec .companyList .companyList_dt {
  width: 6em;
  white-space: nowrap;
  text-align: justify;
  text-align-last: justify;
  border-right: 1px solid #4D4D4D;
}

@media screen and (max-width: 768px) {
  #companySec .companyList .companyList_item {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/****************************

- seminarSec

****************************/
#seminarSec_bg {
  background-color: #CCD2D7;
  overflow: hidden;
}

#seminarSec .secTit .en {
  color: #8F9CA6;
}

/* seminarList
---------------------- */
#seminarSec .seminarList {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

#seminarSec .seminarList li {
  display: block;
  width: 32%;
  margin-right: 2%;
}

#seminarSec .seminarList li:last-child {
  margin-right: 0;
}

#seminarSec .seminarList li a {
  display: block;
  width: 100%;
  background: #FFF;
  border-radius: 15px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

#seminarSec .seminarList li a .img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  position: relative;
  overflow: hidden;
}

#seminarSec .seminarList li a .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#seminarSec .seminarList li a .todayIcon {
  display: inline-block;
  padding: 5px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFF;
  background: #a42516;
  border-radius: 3px;
  line-height: 100%;
  margin-right: 5px;
  box-sizing: border-box;
}

#seminarSec .seminarList li a .date {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

#seminarSec .seminarList li a .date small {
  color: #a42516;
  font-size: 0.625rem;
  margin-left: 5px;
}

@media screen and (min-width: 769px) {
  /* for PC */
  #seminarSec .btnWrap a:hover,
#seminarSec .newsList li .ttl a:hover {
    opacity: 0.65;
    transition: all 0.3s ease;
  }

  #seminarSec .seminarList li a .img::after {
    transition: all 0.2s ease;
  }

  #seminarSec .seminarList li a:hover .img::after {
    transform: scale(1.1, 1.1);
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 768px) {
  /* for Tab */
  #seminarSec .seminarList li {
    align-items: stretch;
  }

  #seminarSec .seminarList li a {
    height: 100%;
  }

  #seminarSec .seminarList li a .img {
    height: 18vw;
  }

  #seminarSec .seminarList li a .todayIcon {
    padding: 5px 3px;
    font-size: 0.625rem;
    margin-right: 3px;
  }

  #seminarSec .seminarList li a .date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 450px) {
  /* for SP */
  #seminarSec .seminarList {
    display: block;
  }

  #seminarSec .seminarList li {
    width: 100%;
    margin-bottom: 10px;
  }

  #seminarSec .seminarList li a .img {
    height: 48vw;
  }

  #seminarSec .seminarList li a .date {
    font-size: 1rem;
  }
}
/****************************

- newsDownlodSec

****************************/
#newsDownlodSec {
  display: flex;
  justify-content: space-between;
}
#newsDownlodSec #newsSec {
  width: 62%;
}
#newsDownlodSec #downlodSec {
  width: 35%;
}

@media screen and (max-width: 768px) {
  #newsDownlodSec {
    display: block;
  }
  #newsDownlodSec #newsSec {
    width: 100%;
  }
  #newsDownlodSec #downlodSec {
    width: 100%;
    margin-top: 30px;
  }
}
/****************************

- newsSec

****************************/
#newsSec .newsList li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: #4c4c4c solid 1px;
  padding: 1em 0;
  font-size: 0.875rem;
}
#newsSec .newsList li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(../images/top/arrow4.png) no-repeat center center;
  margin-right: 12px;
}
#newsSec .newsList li .date {
  width: 3.5em;
  white-space: nowrap;
  font-weight: 400;
  margin-right: 12px;
  font-style: 14px;
  font-size: 0.875rem;
}
#newsSec .newsList li .cate {
  display: inline-block;
  width: 85px;
  color: #FFF;
  text-align: center;
  font-size: 0.625rem;
  white-space: nowrap;
  background: #001d35;
  border-radius: 3px;
  margin-right: 12px;
  padding: 1px 3px;
}
#newsSec .newsList li .ttl {
  display: block;
}

@media screen and (max-width: 768px) {
  #newsSec .newsList li {
    flex-wrap: wrap;
  }
  #newsSec .newsList li .ttl {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/****************************

- downlodSec

****************************/