@charset "UTF-8";
/* --------------------------------
c-contttl
----------------------------------- */
.c-contttl span {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}

/* --------------------------------
c-border-wrapper
----------------------------------- */
.c-border-wrapper {
  border: 2px solid #166bb5;
  border-radius: 10px;
}

/* --------------------------------
c-text-strong
----------------------------------- */
.c-text-strong {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.94;
  letter-spacing: 0.02em;
}

/* --------------------------------
c-level3-heading
----------------------------------- */
.c-level3-heading {
  font-size: 3rem;
  color: #222222;
  text-align: center;
}
.c-level3-heading > span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.c-level3-heading > span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 40px;
  height: 3px;
  background-color: #166bb5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* --------------------------------
c-text-normal
----------------------------------- */
.c-text-normal {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
}

/* --------------------------------
c-btn-orange
----------------------------------- */
.c-btn-orange {
  display: inline-block;
  background-color: #ff9600;
  border: 1px solid #ff9600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  border-radius: 5px;
  -webkit-box-shadow: 2.828px 2.828px 9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2.828px 2.828px 9px 0px rgba(0, 0, 0, 0.2);
}

.c-btn-orange:hover {
  opacity: 1;
  background: #fff;
}

.c-btn-orange__text {
  color: #fff;
  font-size: 2rem;
}

.c-btn-orange:hover .c-btn-orange__text {
  color: #ff9600;
}

.c-btn-orange:hover .c-normal-visible {
  display: none;
}

.c-hover-visible {
  display: none;
}

.c-btn-orange:hover .c-hover-visible {
  display: block;
}

/* --------------------------------
c-btn-simple
----------------------------------- */
.c-btn-simple {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
  border-radius: 5px;
  -webkit-box-shadow: 2.828px 2.828px 9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2.828px 2.828px 9px 0px rgba(0, 0, 0, 0.2);
}

.c-btn-simple__text {
  color: #ff9600;
  font-size: 2rem;
}

.c-btn-simple:hover {
  opacity: 1;
  background: #ff9600;
  border: 1px solid transparent;
}

.c-btn-simple:hover .c-btn-simple__text {
  color: #fff;
}

.c-btn-simple:hover .c-normal-visible {
  display: none;
}

.c-hover-visible {
  display: none;
}

.c-btn-simple:hover .c-hover-visible {
  display: block;
}

/* --------------------------------
c-btn-pdf
----------------------------------- */
.c-btn-pdf {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2.828px 2.828px 9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2.828px 2.828px 9px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 475px;
  max-width: 100%;
  padding: 10px 20px;
}

.c-btn-pdf:hover {
  opacity: 0.5;
}

.c-btn-pdf .c-btn__text {
  font-size: 1.6rem;
}

.c-btn__icon-pdf {
  width: 25px;
  margin-left: 10px;
}

.c-btn-pdf .c-btn__text {
  color: #222222;
}

/* --------------------------------
c-pager
----------------------------------- */
.c-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pager__item {
  width: 50px;
  height: 50px;
  border: 1px solid #166bb5;
  border-radius: 5px;
  -webkit-box-shadow: 2.828px 2.828px 9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2.828px 2.828px 9px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.c-pager__item:last-child {
  margin-right: 0;
}

.c-pager__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #166bb5;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-pager__item.current {
  background-color: #166bb5;
  color: #fff;
  font-weight: bold;
}

.c-pager__link:hover {
  background-color: #166bb5;
  color: #fff;
  opacity: 1;
}

.c-pager__arrow::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #166bb5;
  border-right: 2px solid #166bb5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-pager__link:hover.c-pager__arrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* --------------------------------
c-left-accent-link
----------------------------------- */
.c-left-accent-link {
  background-color: #166bb5;
  border: 1px solid #cccccc;
  display: inline-block;
  width: 48%;
  overflow: hidden;
  position: relative;
  padding: 11px 40px 11px 70px;
}

.c-left-accent-link span {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.c-left-accent-link::before {
  content: "";
  background: #dfecfa;
  width: 300px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -240px;
}

.c-left-accent-link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 25px;
}

/* --------------------------------
c-head-anchor
----------------------------------- */
.c-head-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-head-anchor__link {
  display: inline-block;
  width: calc((100% - 80px) / 4);
  background-color: #fff;
  border: 2px solid #166bb5;
  border-radius: 5px;
  color: #166bb5;
  font-weight: bold;
  line-height: 1.375;
  position: relative;
  padding: 10px;
  margin-right: 20px;
  margin-top: 20px;
}

.c-head-anchor__link:nth-child(4n),
.c-head-anchor__link:last-child {
  margin-right: 0;
}

.c-head-anchor__link::after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-right: 2px solid #166bb5;
  border-bottom: 2px solid #166bb5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 54%;
  right: 16px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  margin-top: -5px;
}

.c-head-anchor__link:hover {
  background-color: #166bb5;
  border: 2px solid #166bb5;
  color: #fff;
  opacity: 1;
}

.c-head-anchor__link:hover.c-head-anchor__link::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.c-head-anchor__link.js-active {
  background-color: #166bb5;
  color: #fff;
}

.c-head-anchor__link.js-active::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* --------------------------------
u-hidden-sp
----------------------------------- */
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
body.company .c-contbtn,
body.policy .c-contbtn {
  padding-top: 120px;
  padding-bottom: 100px;
}

.c-contttl_b{
  border-bottom: none;
}

.c-contttl_b:nth-child(n + 2){
  padding-top: 40px;
}

@media (max-width: 600px) {
  .c-contttl {
    font-size: 2.4rem;
  }
  .c-contttl span {
    font-size: 1.8rem;
  }
  .c-text-strong {
    font-size: 1.4rem;
    line-height: 1.57;
    text-align: left;
  }
  .c-level3-heading {
    font-size: 2rem;
  }
  .c-level3-heading > span::after {
    bottom: -5px;
    width: 30px;
  }
  .c-text-normal {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .c-btn-orange__text {
    font-size: 1.4rem;
  }
  .c-btn-simple {
    padding: 7px 10px;
  }
  .c-btn-simple__text {
    font-size: 1.4rem;
  }
  .c-btn-pdf .c-btn__text {
    font-size: 1.4rem;
  }
  .c-btn__icon-pdf {
    width: 20px;
  }
  .c-btn-pdf .c-btn__text {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .c-pager__item {
    width: 43px;
    height: 43px;
    margin-right: 15px;
  }
  .c-pager__link {
    font-size: 1.4rem;
  }
  .c-left-accent-link {
    width: 100%;
    padding: 8px 20px 8px 70px;
  }
  .c-left-accent-link::before {
    left: -245px;
  }
  .c-left-accent-link::after {
    right: 20px;
  }
  .c-head-anchor {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-head-anchor__link {
    font-size: 1.4rem;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-top: 15px;
  }
  .c-head-anchor__link:nth-child(2n) {
    margin-right: 0;
  }
  .c-head-anchor__link::after {
    width: 5px;
    height: 5px;
    margin-top: -3px;
  }
  .u-hidden-sp {
    display: none !important;
  }
  body.company .c-contbtn,
body.policy .c-contbtn {
    padding-top: 75px;
    padding-bottom: 45px;
  }
}
@media (max-width: 1023px) {
  .c-left-accent-link span {
    font-size: 1.9550342131vw;
  }
}
@media (max-width: 1023px) and (max-width: 600px) {
  .c-left-accent-link span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 600px) and (max-width: 350px) {
  .c-left-accent-link span {
    font-size: 4.5714285714vw;
  }
}