/* ====================================================
layout
==================================================== */
.l-header {
  position: fixed;
  left: 0;
  right: 0%;
  top: 0;
  z-index: 9999;
}
@media print, screen and (max-width: 768px) {
  .l-header {
    margin-top: 0;
  }
}
.l-header.js-header_fixed {
  background-color: #fff;
}

.l-bg_note {
  background-image: url(../../img/common/bg_note.png);
  background-size: 3rem;
  background-repeat: repeat;
}
@media print, screen and (max-width: 768px) {
  .l-bg_note {
    background-size: 1.5rem;
  }
}

.l-page-main {
  padding-top: 16rem;
}
@media print, screen and (max-width: 768px) {
  .l-page-main {
    padding-top: 5.5rem;
  }
}

/* ====================================================
js
==================================================== */
@-webkit-keyframes railUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes railUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@-webkit-keyframes railDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes railDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.js-tab__content {
  display: none;
}

.js-tab__content.is-show {
  display: block;
}

/* ====================================================
base
==================================================== */
body {
  font-feature-settings: "palt" 1;
}

/* -----------------------------------------------
top
----------------------------------------------- */
.top {
  /* ------- MV -------*/
  /* ------- message -------*/
  /* ------- about -------*/
  /* ------- works -------*/
  /* ------- offices -------*/
  /* ------- interview -------*/
  /* ------- recruit -------*/
}
.top__title {
  height: 7.7rem;
  width: 100%;
  margin-bottom: 5rem;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .top__title {
    height: 2.6rem;
    margin-bottom: .5rem;
  }
}
.top__title.line2 {
  height: 18rem;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 768px) {
  .top__title.line2 {
    height: 4.5rem;
    margin-bottom: .5rem;
  }
}
.top__title > img {
  height: inherit;
}
.top-cover {
  padding-bottom: 15rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .top-cover {
    padding-bottom: 4rem;
  }
}
.top-cover::after {
  position: absolute;
  background: repeating-linear-gradient(135deg, #cbe6f3, #cbe6f3 0.3rem, #fff 0.3rem, #fff 1.2rem);
  content: "";
  width: 100%;
  height: 75%;
  left: 0;
  bottom: 0;
}
@media print, screen and (max-width: 768px) {
  .top-cover::after {
    background: repeating-linear-gradient(135deg, #cbe6f3, #cbe6f3 0.1rem, #fff 0.1rem, #fff 0.6rem);
  }
}
.top-secbox {
  position: relative;
  display: block;
}
.top-secbox__content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  bottom: 8rem;
}
@media print, screen and (max-width: 768px) {
  .top-secbox__content {
    bottom: 2rem;
  }
}
.top-secbox__step {
  align-items: center;
  display: flex;
  justify-content: center;
}
.top-secbox__label {
  margin: auto;
  font-weight: 600;
  width: 51.6rem;
  color: #027fca;
  padding: 2rem;
  font-size: 3.4rem;
  text-align: center;
  background: #ffff00;
  border-radius: 2rem;
}
@media print, screen and (max-width: 768px) {
  .top-secbox__label {
    font-size: 1.2rem;
    width: 16.6rem;
    padding: .6rem 0;
    border-radius: .5rem;
    line-height: 1;
  }
}
@media print, screen and (max-width: 768px) {
  .top-secbox__step .top-secbox__label.career {
    width: 11.4rem;
  }
}
@media print, screen and (max-width: 768px) {
  .top-secbox__step .top-secbox__label.faq {
    margin-right: 4rem;
  }
}
.top-secbox__step .top-secbox__label {
  width: 36rem;
  margin: 0 1.5rem;
}
@media print, screen and (max-width: 768px) {
  .top-secbox__step .top-secbox__label {
    width: 8rem;
    margin: 0 .5rem;
  }
}
.top-mv {
  background-color: #ffff00;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.top-mv__view {
  width: 100%;
}
.top-mv__copy__inner {
  position: relative;
  padding: 3.7rem 0;
}
@media print, screen and (max-width: 768px) {
  .top-mv__copy__inner {
    padding: 1.5rem;
  }
}
.top-mv__copy__bubble {
  top: -12rem;
  left: 0;
  position: absolute;
  display: block;
  width: 70rem;
}
@media print, screen and (max-width: 768px) {
  .top-mv__copy__bubble {
    width: 80%;
    right: 0;
    margin: auto;
    top: -5.5rem;
  }
}
.top-message {
  position: relative;
  z-index: 2;
  padding-top: 10rem;
}
@media print, screen and (max-width: 768px) {
  .top-message {
    padding-top: 3rem;
  }
}
.top-message__tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-message__tab > li {
  border-radius: 2rem 2rem 0 0;
  text-align: center;
  width: 47%;
  color: #FFF;
  font-size: 4rem;
  font-weight: 600;
  padding: 2rem;
}
@media print, screen and (max-width: 768px) {
  .top-message__tab > li {
    font-size: 1.2rem;
    padding: 1rem;
    border-radius: 1rem 1rem 0 0;
  }
}
.top-message__tab > li:nth-child(1) {
  background-color: #009ad6;
}
.top-message__tab > li:nth-child(2) {
  background-color: #00ca45;
}
.top-message__content {
  line-height: 1.9;
  background-color: #FFF;
  font-size: 2rem;
  letter-spacing: 0.5;
}
@media print, screen and (max-width: 1200px) {
  .top-message__content {
    font-size: 2.6rem;
  }
}
@media print, screen and (max-width: 768px) {
  .top-message__content {
    font-size: 1.2rem;
  }
}
.top-message__content > li {
  border-radius: 0 0 2rem 2rem;
  padding: 6.5rem 13rem;
  border: .6rem solid;
}
@media print, screen and (max-width: 1200px) {
  .top-message__content > li {
    padding: 6rem 6rem;
  }
}
@media print, screen and (max-width: 768px) {
  .top-message__content > li {
    padding: 1.5rem;
    border: .2rem solid;
  }
}
.top-message__content > li:nth-child(1) {
  border-color: #009ad6;
}
.top-message__content > li:nth-child(2) {
  border-color: #00ca45;
}
.top-about {
  position: relative;
  z-index: 2;
  margin-top: 6rem;
}
@media print, screen and (max-width: 768px) {
  .top-about {
    margin-top: 2rem;
  }
}
.top-works {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}
@media print, screen and (max-width: 768px) {
  .top-works {
    margin-top: 1rem;
  }
}
.top-offices {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .top-offices {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.top-offices::after {
  position: absolute;
  background: #FFF;
  content: "";
  width: 100%;
  height: 95.5%;
  left: 0;
  bottom: 0;
}
.top-offices .top-secbox__label {
  position: relative;
  z-index: 1;
}
.top-offices__inner {
  position: relative;
  z-index: 2;
}
.top-offices__map {
  margin-top: -4rem;
}
@media print, screen and (max-width: 768px) {
  .top-offices__map {
    margin-top: 0;
  }
}
.top-offices .device_sp {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.top-offices__list > li {
  margin-top: 2rem;
}
.top-offices__list > li > a {
  display: block;
}
.top-interview {
  padding: 10rem 0 9rem;
  background-image: url(../../img/operator/top/interview_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media print, screen and (max-width: 768px) {
  .top-interview {
    padding: 3rem 0 3rem;
    background-image: url(../../img/operator/top/interview_bg-sp.jpg);
  }
}
.top-interview__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media print, screen and (max-width: 768px) {
  .top-interview__list {
    margin-top: 2rem;
  }
}
.top-interview__item {
  width: 22%;
}
@media print, screen and (max-width: 768px) {
  .top-interview__item {
    width: 47%;
  }
}
.top-interview__item:nth-child(2n) {
  margin-top: 5.3rem;
}
@media print, screen and (max-width: 768px) {
  .top-interview__item:nth-child(2n) {
    margin-top: 3rem;
  }
}
.top-interview__item > a {
  display: block;
}
.top-interview__item > a > figcaption {
  margin-top: 2rem;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.9rem;
  font-weight: 500;
}
@media print, screen and (max-width: 1200px) {
  .top-interview__item > a > figcaption {
    font-size: 2.6rem;
  }
}
@media print, screen and (max-width: 768px) {
  .top-interview__item > a > figcaption {
    font-size: 1.1rem;
    display: block;
    margin-top: 1rem;
  }
}
.top-interview__item > a > figcaption > .label {
  margin-right: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  display: block;
  text-align: center;
  background-color: #FFF;
  color: #009bd0;
  font-size: 1.8rem;
  width: 8.8rem;
  text-align: center;
}
@media print, screen and (max-width: 1200px) {
  .top-interview__item > a > figcaption > .label {
    font-size: 2.2rem;
    width: 10rem;
  }
}
@media print, screen and (max-width: 768px) {
  .top-interview__item > a > figcaption > .label {
    font-size: 1.1rem;
    padding: 0 1rem;
    width: auto;
    display: inline-block;
    border-radius: .5rem;
    line-height: 1.5;
    margin-bottom: .4rem;
  }
}
.top-recruit {
  margin-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .top-recruit {
    margin-top: 1rem;
  }
}

/* ====================================================
page
==================================================== */
.page-mv {
  height: 58rem;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media print, screen and (max-width: 768px) {
  .page-mv {
    height: 16rem;
  }
}
.information .page-mv {
  background-image: url(../../img/operator/recruit/mv_bg.jpg);
}
@media print, screen and (max-width: 768px) {
  .information .page-mv {
    background-image: url(../../img/operator/recruit/mv_bg-sp.jpg);
  }
}
.works .page-mv {
  background-image: url(../../img/operator/works/mv_bg.jpg);
}
@media print, screen and (max-width: 768px) {
  .works .page-mv {
    background-image: url(../../img/operator/works/mv_bg-sp.jpg);
  }
}
.interview .page-mv {
  background-image: url(../../img/operator/interview/mv_bg.jpg);
}
@media print, screen and (max-width: 768px) {
  .interview .page-mv {
    background-image: url(../../img/operator/interview/mv_bg-sp.jpg);
  }
}
.page-mv__title {
  margin: auto;
  font-weight: 600;
  width: 51.6rem;
  color: #027fca;
  padding: 2rem;
  font-size: 3.4rem;
  text-align: center;
  background: #ffff00;
  border-radius: 2rem;
}
@media print, screen and (max-width: 768px) {
  .page-mv__title {
    font-size: 2rem;
    width: 27rem;
    padding: 1rem 0;
    border-radius: 1rem;
    line-height: 1;
  }
}

/* ====================================================
recruit
==================================================== */
.recruit-content {
  padding: 14rem 0;
}
@media print, screen and (max-width: 768px) {
  .recruit-content {
    padding: 3rem 0 5rem;
  }
}
.recruit-table {
  width: 100%;
  border: 0.6rem #009bd0 solid;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 2rem;
}
@media print, screen and (max-width: 768px) {
  .recruit-table {
    border: 0.3rem #009bd0 solid;
  }
}
.recruit-table tr th {
  padding: 3.5rem;
  background-color: #009bd0;
  width: 20%;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .recruit-table tr th {
    font-size: 1.2rem;
    padding: 1.5rem;
    width: 30%;
  }
}
.recruit-table tr td {
  padding: 3.5rem;
  background-color: #FFF;
  width: 70%;
  line-height: 1.8;
}
@media print, screen and (max-width: 768px) {
  .recruit-table tr td {
    font-size: 1rem;
    padding: 1.5rem;
    width: 60%;
  }
}
.recruit-table tr + tr th {
  border-top: 1px solid #FFF;
}
.recruit-table tr + tr td {
  border-top: 0.2rem solid #009bd0;
}
.recruit-faq {
  margin-top: 7rem;
}
@media print, screen and (max-width: 768px) {
  .recruit-faq {
    margin-top: 1rem;
  }
}
.recruit-faq > dt {
  font-weight: 600;
  background-color: #009bd0;
  color: #FFF;
  font-size: 3rem;
  border-radius: 2rem 2rem 0 0;
  padding: 3.5rem 5rem 3.5rem 13rem;
  background-image: url(../../img/operator/recruit/work_faq_q.svg);
  background-repeat: no-repeat;
  background-size: 6rem;
  background-position: center left 4rem;
}
@media print, screen and (max-width: 768px) {
  .recruit-faq > dt {
    font-size: 1.5rem;
    padding: 1.5rem 1.5rem 1.5rem 7rem;
    background-size: 3rem;
    background-position: top 2rem left 2rem;
  }
}
.recruit-faq > dd {
  background-color: #FFF;
  border: #009bd0 0.6rem solid;
  padding: 3.5rem 5rem 3.5rem 13rem;
  min-height: 14.8rem;
  border-radius: 0 0 2rem 2rem;
  background-image: url(../../img/operator/recruit/work_faq_a.svg);
  background-repeat: no-repeat;
  background-size: 6rem;
  background-position: center left 4rem;
}
@media print, screen and (max-width: 768px) {
  .recruit-faq > dd {
    font-size: 1.2rem;
    padding: 1.5rem;
    background-size: 3rem;
    padding: 1.5rem 1.5rem 1.5rem 7rem;
    background-position: top 2rem left 2rem;
    min-height: auto;
    border: #009bd0 0.3rem solid;
  }
}

/* ====================================================
interview
==================================================== */
.interview-sec:nth-child(1) .interview-qa__q .interview-qa__bubble {
  background-image: url(../../img/operator/interview/icon_q.svg);
}
.interview-sec:nth-child(1) .interview-qa__bubble {
  border-color: #009bd0;
}
.interview-sec:nth-child(1) .interview-qa__q .interview-qa__bubble::after {
  background-image: url(../../img/operator/interview/bubble_deco-white.png);
}
.interview-sec:nth-child(1) .interview-qa__a .interview-qa__bubble::after {
  background-image: url(../../img/operator/interview/bubble_deco-yellow.png);
}
.interview-sec:nth-child(1) .interview-qa__a .interview-qa__bubble {
  background-image: url(../../img/operator/interview/icon_a.svg);
}
.interview-sec:nth-child(2) .interview-qa__q .interview-qa__bubble {
  background-image: url(../../img/operator/interview/icon_q2.svg);
}
.interview-sec:nth-child(2) .interview-qa__bubble {
  border-color: #0096d7;
}
.interview-sec:nth-child(2) .interview-qa__q .interview-qa__bubble::after {
  background-image: url(../../img/operator/interview/bubble_deco-white2.png);
}
.interview-sec:nth-child(2) .interview-qa__a .interview-qa__bubble::after {
  background-image: url(../../img/operator/interview/bubble_deco-yellow2.png);
}
.interview-sec:nth-child(2) .interview-qa__a .interview-qa__bubble {
  background-image: url(../../img/operator/interview/icon_a2.svg);
}
.interview-sec:nth-child(3) .interview-qa__q .interview-qa__bubble {
  background-image: url(../../img/operator/interview/icon_q3.svg);
}
.interview-sec:nth-child(3) .interview-qa__bubble {
  border-color: #0084cd;
}
.interview-sec:nth-child(3) .interview-qa__q .interview-qa__bubble::after {
  background-image: url(../../img/operator/interview/bubble_deco-white3.png);
}
.interview-sec:nth-child(3) .interview-qa__a .interview-qa__bubble::after {
  background-image: url(../../img/operator/interview/bubble_deco-yellow3.png);
}
.interview-sec:nth-child(3) .interview-qa__a .interview-qa__bubble {
  background-image: url(../../img/operator/interview/icon_a3.svg);
}
.interview-sec:nth-child(4) .interview-qa__q .interview-qa__bubble {
  background-image: url(../../img/operator/interview/icon_q4.svg);
}
.interview-sec:nth-child(4) .interview-qa__bubble {
  border-color: #0073c3;
}
.interview-sec:nth-child(4) .interview-qa__q .interview-qa__bubble::after {
  background-image: url(../../img/operator/interview/bubble_deco-white4.png);
}
.interview-sec:nth-child(4) .interview-qa__a .interview-qa__bubble::after {
  background-image: url(../../img/operator/interview/bubble_deco-yellow4.png);
}
.interview-sec:nth-child(4) .interview-qa__a .interview-qa__bubble {
  background-image: url(../../img/operator/interview/icon_a4.svg);
}
.interview-content {
  padding: 0 0 18rem;
}
@media print, screen and (max-width: 768px) {
  .interview-content {
    padding: 0 0 5rem;
  }
}
.interview-staff {
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
  margin-top: -29rem;
}
@media print, screen and (max-width: 768px) {
  .interview-staff {
    flex-wrap: wrap;
    margin-top: -11rem;
  }
}
.interview-staff > figure {
  width: 80rem;
}
@media print, screen and (max-width: 768px) {
  .interview-staff > figure {
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .interview-staff > figcaption {
    order: 2;
    position: relative;
  }
}
.interview-staff > figcaption > .num {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .interview-staff > figcaption > .num {
    display: block;
    position: absolute;
    top: -2rem;
    left: 0;
    height: 8rem;
  }
  .interview-staff > figcaption > .num > img {
    height: inherit;
  }
}
.interview-staff > figcaption > .label {
  font-size: 3.2rem;
}
@media print, screen and (max-width: 768px) {
  .interview-staff > figcaption > .label {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-left: 16rem;
  }
}
.interview-staff > figcaption > .label > span {
  display: inline-block;
  padding: .5rem 3rem;
  border-radius: 2rem;
  color: #FFF;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 768px) {
  .interview-staff > figcaption > .label > span {
    padding: .1rem 1rem;
    border-radius: .7rem;
    margin-bottom: .4rem;
  }
}
.interview-staff > figcaption > .text {
  font-size: 2rem;
}
@media print, screen and (max-width: 768px) {
  .interview-staff > figcaption > .text {
    font-size: 1.1rem;
    margin-top: .5rem;
  }
}
.interview-qa {
  margin-top: 9rem;
}
@media print, screen and (max-width: 768px) {
  .interview-qa {
    margin-top: 2rem;
  }
}
.interview-qa__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interview-qa__box.interview-qa__a {
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .interview-qa__box.interview-qa__a {
    margin-top: 1.5rem;
    align-items: flex-start;
  }
}
.interview-qa__person {
  width: 18rem;
}
@media print, screen and (max-width: 768px) {
  .interview-qa__person {
    width: 6rem;
  }
}
.interview-qa__bubble {
  border: 0.3rem #009bd0 solid;
  width: 104rem;
  padding: 4rem 7rem 4rem 15rem;
  min-height: 18rem;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 6rem;
  background-position: center left 5rem;
  border-radius: 2rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .interview-qa__bubble {
    width: 23rem;
    padding: 2rem 2rem 2rem 7rem;
    min-height: auto;
    background-size: 3rem;
    background-position: top 1.5rem left 2rem;
    border-radius: 1rem;
    border: 0.2rem #009bd0 solid;
  }
}
.interview-qa__bubble::after {
  position: absolute;
  content: "";
  width: 4.5rem;
  height: 3.7rem;
  left: -4.5rem;
  top: 5rem;
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .interview-qa__bubble::after {
    width: 2.5rem;
    height: 2.7rem;
    left: -2.5rem;
    top: 2rem;
  }
}
.interview-qa__q .interview-qa__bubble {
  font-weight: 600;
  background-color: #FFF;
  font-size: 3rem;
  background-image: url(../../img/operator/interview/icon_q.svg);
}
@media print, screen and (max-width: 768px) {
  .interview-qa__q .interview-qa__bubble {
    font-size: 1.5rem;
  }
}
.interview-qa__q .interview-qa__bubble::after {
  background-image: url(../../img/operator/interview/bubble_deco-white.png);
}
.interview-qa__a .interview-qa__bubble {
  background-color: #ffff00;
  font-size: 2rem;
  background-image: url(../../img/operator/interview/icon_a.svg);
}
@media print, screen and (max-width: 768px) {
  .interview-qa__a .interview-qa__bubble {
    font-size: 1.2rem;
    padding-left: 2rem;
    text-indent: 3em;
    padding-top: 3rem;
  }
}
.interview-qa__a .interview-qa__bubble::after {
  background-image: url(../../img/operator/interview/bubble_deco-yellow.png);
}

/* ====================================================
works
==================================================== */
.works__content {
  padding-bottom: 19rem;
}
@media print, screen and (max-width: 768px) {
  .works__content {
    padding-bottom: 4rem;
  }
}
.works__bg {
  position: relative;
}
.works__bg::after {
  position: absolute;
  background: repeating-linear-gradient(135deg, #cbe6f3, #cbe6f3 0.3rem, #fff 0.3rem, #fff 1.2rem);
  content: "";
  width: 100%;
  height: 95%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media print, screen and (max-width: 768px) {
  .works__bg::after {
    background: repeating-linear-gradient(135deg, #cbe6f3, #cbe6f3 0.1rem, #fff 0.1rem, #fff 0.6rem);
  }
}
.works-box {
  margin-bottom: 6rem;
}
@media print, screen and (max-width: 768px) {
  .works-box {
    margin-bottom: 3rem;
  }
}
.works-box:nth-child(1) .works-box__head {
  background-color: #009bd0;
}
.works-box:nth-child(1) .works-box__content {
  border-color: #009bd0;
}
.works-box:nth-child(2) .works-box__head {
  background-color: #0096d7;
}
.works-box:nth-child(2) .works-box__content {
  border-color: #0096d7;
}
.works-box:nth-child(3) .works-box__head {
  background-color: #0084cd;
}
.works-box:nth-child(3) .works-box__content {
  border-color: #0084cd;
}
.works-box__head {
  display: flex;
  align-items: center;
  border-radius: 2rem 2rem 0 0;
  padding: 1.5rem 1.5rem 0 2rem;
}
.works-box__title {
  color: #FFF;
  font-size: 4.2rem;
  margin-left: 4rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 768px) {
  .works-box__title {
    font-size: 2rem;
    margin-left: 2rem;
    line-height: 1.3;
    width: 18rem;
  }
}
.works-box__num {
  height: 11rem;
}
@media print, screen and (max-width: 768px) {
  .works-box__num {
    height: 6rem;
    padding-top: .3rem;
  }
}
.works-box__num > img {
  height: inherit;
}
.works-box__content {
  padding: 6rem;
  background: #FFF;
  border-radius: 0 0 2rem 2rem;
  border: #009bd0 solid 0.6rem;
  font-size: 2rem;
  line-height: 2;
}
@media print, screen and (max-width: 768px) {
  .works-box__content {
    border: #009bd0 solid 0.3rem;
    font-size: 1.2rem;
    padding: 2rem;
  }
}

/* ====================================================
component
==================================================== */
.c-inner-1300 {
  width: 130rem;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .c-inner-1300 {
    width: auto;
  }
}

.c-inner-970 {
  width: 97rem;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .c-inner-970 {
    width: auto;
  }
}

@media print, screen and (max-width: 1200px) {
  .c-inner-ipad90per {
    width: 90%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .c-inner-sp {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.c-bg_stripe {
  background: repeating-linear-gradient(135deg, #cbe6f3, #cbe6f3 0.3rem, #fff 0.3rem, #fff 1.2rem);
}
@media print, screen and (max-width: 768px) {
  .c-bg_stripe {
    background: repeating-linear-gradient(135deg, #cbe6f3, #cbe6f3 0.1rem, #fff 0.1rem, #fff 0.6rem);
  }
}

.c-btn {
  font-weight: 600;
  font-size: 2rem;
  padding: 2rem;
  text-align: center;
  border-radius: 2rem;
  width: 30rem;
  display: block;
  font-size: 2rem;
  background-color: #0084cd;
  color: #FFF;
  background-image: url(../../img/operator/common/btn-icon-w.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center right 4rem;
}
@media print, screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.2rem;
    width: 15rem;
    padding: 1rem;
    background-size: 1rem;
    background-position: center right 2rem;
    border-radius: 1rem;
  }
}

/* ====================================================
project
==================================================== */
/* -----------------------------------------------
header
----------------------------------------------- */
.recruit-body .p-header {
  background-color: #FFF;
}
@media print, screen and (max-width: 768px) {
  .p-header {
    height: auto;
  }
}
.p-header.is_open .p-header__inner {
  background-color: #FFF;
  z-index: 11;
  position: relative;
}
.p-header__inner {
  display: flex;
  width: 100%;
  padding: 3rem 5.2rem 3rem;
}
@media print, screen and (max-width: 768px) {
  .p-header__inner {
    padding: 1rem 1rem 1rem;
  }
}
.p-header__logo {
  width: 13.8rem;
  display: block;
  z-index: 11;
}
@media print, screen and (max-width: 768px) {
  .p-header__logo {
    width: 5rem;
  }
}
.p-header__site {
  font-size: 2.2rem;
  font-weight: 600;
  margin-left: 6rem;
}
@media print, screen and (max-width: 768px) {
  .p-header__site {
    font-size: 1rem;
    margin-left: 1rem;
    line-height: 1.4;
  }
}
.p-header__left {
  display: flex;
  align-items: center;
}
.p-header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  z-index: 11;
}
.p-header__btn {
  border-radius: 1.8rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 3rem;
  font-size: 2.4rem;
  font-weight: 600;
  margin-left: 4rem;
  letter-spacing: 0.15em;
}
@media print, screen and (max-width: 768px) {
  .p-header__btn {
    margin-left: 0;
    border-radius: 1.5rem;
    width: 100%;
    font-size: 1.7rem;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
  }
}
.p-header__cta {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .p-header__cta {
    display: none;
  }
}
.p-header__nav__wrap .p-header__cta {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .p-header__nav__wrap .p-header__cta {
    display: block;
    width: 100%;
  }
}
.p-header__cta-sp {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .p-header__cta-sp {
    display: block;
    width: 18rem;
  }
  .p-header__cta-sp .p-header__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #FFF;
    text-align: center;
    padding: 1rem .8rem;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .p-header__cta-sp .p-header__btn .en {
    height: 1rem;
    display: inline-block;
    margin-left: 1rem;
    padding-left: 0;
  }
  .p-header__cta-sp .p-header__btn .en > img {
    height: inherit;
    vertical-align: baseline;
  }
  .p-header__cta-sp .p-header__btn .ja {
    width: 100%;
    display: block;
    font-size: 1rem;
    text-align: left;
    letter-spacing: 0.06em;
  }
}
.p-header__nav {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  padding-top: 22rem;
  padding-bottom: 4rem;
}
@media print, screen and (max-width: 768px) {
  .p-header__nav {
    padding-top: 8rem;
    overflow-y: auto;
  }
}
.p-header__nav__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1200px) {
  .p-header__nav__wrap {
    width: 90%;
  }
}
@media print, screen and (max-width: 768px) {
  .p-header__nav__wrap {
    width: 100%;
  }
}
.p-header__nav__offices > dd > ul {
  display: flex;
  flex-flow: column wrap;
  height: 40rem;
  text-indent: -1.5em;
}
@media print, screen and (max-width: 1200px) {
  .p-header__nav__offices > dd > ul {
    height: 50rem;
    display: block;
    text-indent: -1.8em;
  }
}
@media print, screen and (max-width: 768px) {
  .p-header__nav__offices > dd > ul {
    height: auto;
  }
}
.p-header__nav__offices > dd > ul > li {
  padding-left: 2em;
  margin-right: 2rem;
}
.p-header__nav__item:nth-child(1) {
  width: 25%;
}
@media print, screen and (max-width: 768px) {
  .p-header__nav__item:nth-child(1) {
    width: 100%;
  }
}
.p-header__nav__item:nth-child(2) {
  width: 75%;
}
@media print, screen and (max-width: 768px) {
  .p-header__nav__item:nth-child(2) {
    width: 100%;
  }
}
.p-header__nav__item dl.p-header__nav__offices > dd > ul > li, .p-header__nav__item dl.p-header__nav__works > dd > ul > li {
  font-size: 1.6rem;
}
@media print, screen and (max-width: 1200px) {
  .p-header__nav__item dl.p-header__nav__offices > dd > ul > li, .p-header__nav__item dl.p-header__nav__works > dd > ul > li {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .p-header__nav__item dl.p-header__nav__offices > dd > ul > li, .p-header__nav__item dl.p-header__nav__works > dd > ul > li {
    font-size: 1.2rem;
  }
}
.p-header__nav__item dl > dt {
  font-size: 2.2rem;
  font-weight: 500;
  color: #009bd0;
  letter-spacing: 0.15em;
}
@media print, screen and (max-width: 1200px) {
  .p-header__nav__item dl > dt {
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 768px) {
  .p-header__nav__item dl > dt {
    font-size: 1.2rem;
  }
}
.p-header__nav__item dl > dt > .en {
  height: 3rem;
  display: block;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 1200px) {
  .p-header__nav__item dl > dt > .en {
    height: 4rem;
  }
}
@media print, screen and (max-width: 768px) {
  .p-header__nav__item dl > dt > .en {
    height: 1.5rem;
    margin-bottom: .2rem;
  }
}
.p-header__nav__item dl > dt > .en > img {
  height: inherit;
}
.p-header__nav__item dl > dd > ul > li {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 1200px) {
  .p-header__nav__item dl > dd > ul > li {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .p-header__nav__item dl > dd > ul > li {
    font-size: 1.2rem;
    margin-top: .5rem;
  }
}
.p-header__nav__item dl > dd > ul > li > a {
  font-weight: 500;
  letter-spacing: 0.15em;
}
.p-header__nav.is_open {
  display: block;
  overflow-y: auto;
}

.p-hamburger {
  display: block;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  margin-left: 4rem;
  z-index: 99999;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .p-hamburger {
    width: 2.5rem;
    height: 2rem;
  }
}
.p-hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 0%;
  margin: auto;
  height: .5rem;
  border-radius: 2rem;
  width: 100%;
  background: #009bd0;
}
@media print, screen and (max-width: 768px) {
  .p-hamburger span {
    height: .2rem;
  }
}
.p-hamburger span:nth-of-type(1) {
  top: 0;
}
.p-hamburger span:nth-of-type(2) {
  top: calc( 50% - .25rem);
}
@media print, screen and (max-width: 768px) {
  .p-hamburger span:nth-of-type(2) {
    top: calc( 50% - .1rem);
  }
}
.p-hamburger span:nth-of-type(3) {
  bottom: 0;
}
.p-hamburger.is_open span:nth-of-type(1) {
  top: 2.7rem;
  transform: translateY(0) rotate(-135deg);
}
@media print, screen and (max-width: 768px) {
  .p-hamburger.is_open span:nth-of-type(1) {
    top: .9rem;
  }
}
.p-hamburger.is_open span:nth-of-type(2) {
  opacity: 0;
}
.p-hamburger.is_open span:nth-of-type(3) {
  bottom: 2.7rem;
  transform: translateY(0) rotate(135deg);
}
@media print, screen and (max-width: 768px) {
  .p-hamburger.is_open span:nth-of-type(3) {
    bottom: .9rem;
  }
}

/* -----------------------------------------------
p-footer
----------------------------------------------- */
.p-footer {
  background-color: #FFF;
  padding-top: 10rem;
  padding-bottom: 4rem;
}
@media print, screen and (max-width: 768px) {
  .p-footer {
    padding-top: 3rem;
    padding-bottom: 2rem;
    position: relative;
  }
}
.p-footer__logo {
  width: 13rem;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .p-footer__logo {
    display: none;
  }
}
.p-footer__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1200px) {
  .p-footer__wrap {
    width: 90%;
  }
}
@media print, screen and (max-width: 768px) {
  .p-footer__wrap {
    display: none;
    width: 100%;
  }
}
.p-footer__copy {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 9.7rem;
}
@media print, screen and (max-width: 768px) {
  .p-footer__copy {
    font-size: .8rem;
    margin-top: 0;
  }
}
.p-footer__head {
  width: 15%;
}
@media print, screen and (max-width: 1200px) {
  .p-footer__head {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-footer__nav {
  display: flex;
  justify-content: space-between;
  width: 85%;
}
@media print, screen and (max-width: 1200px) {
  .p-footer__nav {
    width: 100%;
  }
}
.p-footer__nav__offices > dd > ul {
  display: flex;
  flex-flow: column wrap;
  height: 30rem;
  text-indent: -1.2em;
}
@media print, screen and (max-width: 1200px) {
  .p-footer__nav__offices > dd > ul {
    height: 48rem;
  }
}
.p-footer__nav__offices > dd > ul > li {
  padding-left: 1.8em;
  margin-right: 2rem;
}
.p-footer__item:nth-child(1) {
  width: 20%;
}
.p-footer__item:nth-child(2) {
  width: 80%;
}
.p-footer__item dl.p-footer__nav__offices > dd > ul > li, .p-footer__item dl.p-footer__nav__works > dd > ul > li {
  font-size: 1.4rem;
}
@media print, screen and (max-width: 1200px) {
  .p-footer__item dl.p-footer__nav__offices > dd > ul > li, .p-footer__item dl.p-footer__nav__works > dd > ul > li {
    font-size: 2rem;
  }
}
.p-footer__item dl > dt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #009bd0;
  letter-spacing: 0.15em;
}
@media print, screen and (max-width: 1200px) {
  .p-footer__item dl > dt {
    font-size: 2.2rem;
  }
}
.p-footer__item dl > dd > ul > li {
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media print, screen and (max-width: 1200px) {
  .p-footer__item dl > dd > ul > li {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.p-footer__item dl > dd > ul > li > a {
  font-weight: 500;
  letter-spacing: 0.15em;
}

/* -----------------------------------------------
p-pagetop
----------------------------------------------- */
.p-pagetop {
  width: 6rem;
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  background-color: #FFF;
}
@media print, screen and (max-width: 768px) {
  .p-pagetop {
    left: 0;
    right: 0;
    margin: auto;
    width: 4rem;
    bottom: 4rem !important;
    position: absolute;
  }
}
.p-pagetop.UpMove {
  display: block;
}
.p-pagetop.DownMove {
  display: none;
}

/* -----------------------------------------------
p-anchor
----------------------------------------------- */
.p-anchor {
  width: 100%;
  padding: 7rem 0;
}
@media print, screen and (max-width: 768px) {
  .p-anchor {
    padding: 2.5rem 2rem;
  }
}
.p-anchor__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.p-anchor-col2 > * {
  width: 19rem;
  margin: 0 2rem;
}
@media print, screen and (max-width: 768px) {
  .p-anchor-col2 > * {
    width: 12rem;
    margin: 0 1rem;
  }
}
.p-anchor-col3 > * {
  width: 19rem;
  margin: 0 2rem;
}
@media print, screen and (max-width: 768px) {
  .p-anchor-col3 > * {
    width: 12rem;
    margin: 0 -1rem;
  }
  .p-anchor-col3 > *:nth-child(2n) {
    margin-top: 7rem;
  }
}
.p-anchor-col4 > * {
  width: 19rem;
  margin: 0 2rem;
}
@media print, screen and (max-width: 768px) {
  .p-anchor-col4 > * {
    width: 9rem;
    margin: 0 -1rem;
  }
  .p-anchor-col4 > *:nth-child(2n) {
    margin-top: 7rem;
  }
}

.p-sec-head {
  padding-top: 4rem;
}
@media print, screen and (max-width: 768px) {
  .p-sec-head {
    padding-top: 1.5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .interview-sec .p-sec-head {
    padding-top: 0;
    height: 10rem;
  }
}
.p-sec-head__inner {
  display: flex;
  align-items: center;
}
.p-sec-head__num {
  height: 21.9rem;
}
@media print, screen and (max-width: 768px) {
  .p-sec-head__num {
    height: 7rem;
  }
}
.p-sec-head__num > img {
  height: inherit;
}
@media print, screen and (max-width: 768px) {
  .interview-sec .p-sec-head__num {
    display: none;
  }
}
.p-sec-head__title {
  margin-left: 10rem;
  color: #FFF;
  font-size: 5.5rem;
  font-weight: 600;
}
@media print, screen and (max-width: 768px) {
  .p-sec-head__title {
    font-size: 2rem;
    margin-left: 2rem;
    line-height: 1.4;
    padding-bottom: 1rem;
  }
}

.u-fl {
  display: flex;
  flex-wrap: wrap;
}
.u-fl.align-end {
  align-items: flex-end;
}
.u-fl.align-center {
  align-items: center;
}
.u-fl .od2 {
  order: 2;
}
@media print, screen and (max-width: 768px) {
  .u-fl .od0-sp {
    order: 0;
  }
  .u-fl .od2-sp {
    order: 2;
  }
}

.u-align-start {
  align-items: flex-start;
}

.u-justify-between {
  justify-content: space-between;
}

.u-fl-col2,
.u-fl-col3,
.u-fl-col4,
.u-fl-col5 {
  flex-wrap: wrap;
}

.u-fl-col1 > * {
  width: 100%;
}

.u-fl-col2 > * {
  width: 50%;
}

.u-fl-col3 > * {
  width: calc(100% / 3);
}

.u-fl-col4 > * {
  width: 25%;
}

.u-fl-col5 > * {
  width: 20%;
}

.u-fl-col2.gap {
  gap: 4%;
}

.u-fl-col3.gap {
  gap: 3%;
}

.u-fl-col4.gap {
  gap: 2%;
}

.u-fl-col5.gap {
  gap: 1%;
}

.u-fl-col2.gap > * {
  width: 48%;
  margin-bottom: 4%;
}

.u-fl-col3.gap > * {
  width: 31.33%;
  margin-bottom: 3%;
}

.u-fl-col4.gap > * {
  width: 23.5%;
  margin-bottom: 2%;
}

.u-fl-col5.gap > * {
  width: 19.2%;
  margin-bottom: 1%;
}

@media print, screen and (max-width: 768px) {
  .u-fl-col2.u-fl-sp-block > *,
  .u-fl-col3.u-fl-sp-block > *,
  .u-fl-col4.u-fl-sp-block > *,
  .u-fl-col5.u-fl-sp-block > * {
    width: 100%;
  }

  .u-fl-col2.gap.u-fl-sp-block > *,
  .u-fl-col3.gap.u-fl-sp-block > *,
  .u-fl-col4.gap.u-fl-sp-block > *,
  .u-fl-col5.gap.u-fl-sp-block > * {
    margin-bottom: sprem(24);
  }

  .u-fl-col2.gap.u-fl-sp-block > *:last-child,
  .u-fl-col3.gap.u-fl-sp-block > *:last-child,
  .u-fl-col4.gap.u-fl-sp-block > *:last-child,
  .u-fl-col5.gap.u-fl-sp-block > *:last-child {
    margin-bottom: 0;
  }

  .u-fl-sp-col3 > * {
    width: calc(100% / 3);
  }

  .u-fl-sp-col2 > * {
    width: 50%;
  }

  .u-fl-sp-col2.gap {
    gap: 4%;
  }

  .u-fl-sp-col3.gap {
    gap: 3%;
  }

  .u-fl-sp-col2.gap > * {
    width: 48%;
    margin-bottom: 4%;
  }

  .u-fl-sp-col3.gap > * {
    width: 31.33%;
    margin-bottom: 3%;
  }
}
.u-asterisk {
  font-size: 2rem;
  font-weight: 400;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .u-asterisk {
    font-size: 1.2rem;
  }
}

.u-block {
  display: block;
}

.u-text-bold {
  font-weight: 600;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

a.u-no-opacity {
  opacity: 1;
}

.u-indent {
  text-indent: -1em;
}
.u-indent > li {
  padding-left: 1em;
}

/* ====================================================
padding
==================================================== */
.u-plr40 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.u-plr20 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.u-pl20 {
  padding-left: 2rem;
}

.u-pl50 {
  padding-left: 5rem;
}

.u-pl60 {
  padding-left: 6rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-ptb0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.u-ptb5 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.u-ptb10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-ptb20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-ptb100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media print, screen and (max-width: 768px) {
  .u-pb0-sp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-ptb0-sp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-ptb30-sp {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-plr10-sp {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .u-pl20-sp {
    padding-left: 2rem;
  }

  .u-pl30-sp {
    padding-left: 3rem;
  }

  .u-ptb10-sp {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-pr0-sp {
    padding-right: 0;
  }

  .u-pr10-sp {
    padding-left: 1rem;
  }
}
/* ====================================================
margin
==================================================== */
.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mt140 {
  margin-top: 14rem;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-ml10 {
  margin-left: 1rem;
}

.u-ml10 {
  margin-left: 1rem;
}

.u-ml30 {
  margin-left: 3rem;
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 768px) {
  .u-mt0-sp {
    margin-top: 0rem;
  }

  .u-mt10-sp {
    margin-top: 1.0rem;
  }

  .u-mt15-sp {
    margin-top: 1.5rem;
  }

  .u-mt20-sp {
    margin-top: 2rem;
  }

  .u-mt25-sp {
    margin-top: 2.5rem;
  }

  .u-mt30-sp {
    margin-top: 3rem;
  }

  .u-mt40-sp {
    margin-top: 4rem;
  }

  .u-mt50-sp {
    margin-top: 5rem;
  }

  .u-mt60-sp {
    margin-top: 6rem;
  }

  .u-mt-25-sp {
    margin-top: -2.5rem;
  }

  .u-ml10-sp {
    margin-left: 1rem;
  }

  .u-ml0-sp {
    margin-left: 0;
  }

  .u-mlr-auto-sp {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ====================================================
width
==================================================== */
.u-w15per {
  width: 15%;
}

.u-w20per {
  width: 20%;
}

.u-w30per {
  width: 30%;
}

.u-w35per {
  width: 35%;
}

.u-w40per {
  width: 40%;
}

.u-w47per {
  width: 47%;
}

.u-w48per {
  width: 48%;
}

.u-w50per {
  width: 50%;
}

.u-w55per {
  width: 55%;
}

.u-w60per {
  width: 60%;
}

.u-w65per {
  width: 65%;
}

.u-w70per {
  width: 70%;
}

.u-w75per {
  width: 75%;
}

.u-w80per {
  width: 80%;
}

.u-w85per {
  width: 85%;
}

.u-w90per {
  width: 90%;
}

.u-w100per {
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .u-w20per-sp {
    width: 20%;
  }

  .u-w30per-sp {
    width: 30%;
  }

  .u-w50per-sp {
    width: 50%;
  }

  .u-w70per-sp {
    width: 70%;
  }

  .u-w80per-sp {
    width: 80%;
  }

  .u-w90per-sp {
    width: 90%;
  }

  .u-w100per-sp {
    width: 100%;
  }

  .u-full-sp {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
/* ====================================================
font-size
==================================================== */
.u-append {
  font-size: .7em;
}

.u-fs14 {
  font-size: 1.4rem;
}

.u-fs22 {
  font-size: 2.2rem;
}

.u-fs24 {
  font-size: 2.4rem;
}

.u-fs25 {
  font-size: 2.5rem;
}

.u-fs26 {
  font-size: 2.6rem;
}

.u-fs30 {
  font-size: 3rem;
}

.u-fs33 {
  font-size: 3.3rem;
}

.u-fs35 {
  font-size: 3.5rem;
}

.u-fs50 {
  font-size: 5rem;
}

@media print, screen and (max-width: 768px) {
  .u-fs10-sp {
    font-size: 1rem;
  }

  .u-fs11-sp {
    font-size: 1.1rem;
  }

  .u-fs13-sp {
    font-size: 1.3rem;
  }

  .u-fs14-sp {
    font-size: 1.4rem;
  }

  .u-fs15-sp {
    font-size: 1.5rem;
  }

  .u-fs16-sp {
    font-size: 1.6rem;
  }

  .u-fs20-sp {
    font-size: 2rem;
  }
}
/* ====================================================
color
==================================================== */
.u-color-wh {
  color: #FFF;
}

.u-color-blue {
  color: #009bd0;
}

.u-color-blue2 {
  color: #0096d7;
}

.u-color-blue3 {
  color: #0084cd;
}

.u-bg-blue {
  background-color: #009bd0;
}

.u-bg-blue2 {
  background-color: #0096d7;
}

.u-bg-blue3 {
  background-color: #0084cd;
}

.u-bg-blue4 {
  background-color: #0073c3;
}

.u-bg-gradient {
  background-image: linear-gradient(90deg, #00a7e1 0.05%, #0073c3 100%);
}

.u-bg-lightblue {
  background-color: #009ad6;
}

.u-bg-lightgreen {
  background-color: #00ca45;
}

/* ====================================================
letter-speacing
==================================================== */
.u-letter100 {
  letter-spacing: 0.01em;
}

.u-letter500 {
  letter-spacing: 0.05em;
}

@media print, screen and (max-width: 768px) {
  .u-letter100-sp {
    letter-spacing: 0.01em;
  }
}
.u-link-point-none {
  cursor: auto;
}
.u-link-point-none:hover {
  opacity: 1;
}
