@charset "UTF-8";
/*======================================
    media query
======================================*/
/*======================================
    font & color
======================================*/
/*======================================
    base
======================================*/
body {
  font-family: "Fira Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  background: #fff;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  width: 100%;
}

.inner {
  max-width: 100%;
  margin: 0 auto;
}

/*======================================
    section common
======================================*/
.section {
  position: relative;
}

.section.-news::before {
  height: 420px;
}

@media screen and (max-width: 767px) {
  .section.-news::before {
    height: 590px;
  }
}

.section.-page-service::before {
  top: 50%;
  -webkit-transform: translateY(-40%) skewY(10deg);
          transform: translateY(-40%) skewY(10deg);
  height: 1000px;
}

.section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 575px;
  background-color: #EEF3F8;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}

@media screen and (max-width: 767px) {
  .section::before {
    height: 790px;
  }
}

.section__grid {
  display: -ms-grid;
  display: grid;
}

.section__grid_titles {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.section__grid_titles.-service {
  margin-left: 2.5vw;
}

@media screen and (max-width: 767px) {
  .section__grid_titles.-service {
    margin-left: 0;
  }
}

.section__grid_link {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.section__grid_link.-service {
  margin-right: 2.5vw;
}

@media screen and (max-width: 767px) {
  .section__grid_link.-service {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__grid_link {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    margin: 40px 0 48px;
  }
}

@media screen and (max-width: 767px) {
  .section__grid_link {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    margin: 40px 0 48px;
  }
}

.section__grid_content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__grid_content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 767px) {
  .section__grid_content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

.section__title_en {
  font-size: 7.14em;
  font-style: italic;
  line-height: 1.21;
  color: #163F74;
}

.section__title_en.-white {
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__title_en {
    font-size: 3.7143em;
    line-height: 1.21154;
  }
}

@media screen and (max-width: 767px) {
  .section__title_en {
    font-size: 3.7143em;
    line-height: 1.21154;
  }
}

.section__title {
  font-size: 1.71em;
  font-weight: bold;
  line-height: 1.45833;
  color: #163F74;
}

.section__title.-white {
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__title {
    font-size: 1.1429em;
    padding-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 1.1429em;
    padding-top: 2px;
  }
}

.section__link {
  font-size: 2.29em;
  color: #fff;
  font-style: italic;
  padding-right: 140px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__link {
    font-size: 1.4286em;
    padding-right: 96px;
  }
}

@media screen and (max-width: 767px) {
  .section__link {
    font-size: 1.4286em;
    padding-right: 96px;
  }
}

.section__link.section__link_black {
  color: #1a1a1a;
}

.section__link.section__link_black::before {
  background-color: #FEF251;
}

.section__link.section__link_black::after {
  border-bottom: 1px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}

.section__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 3px solid #FEF251;
  border-radius: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__link::before {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .section__link::before {
    width: 36px;
    height: 36px;
  }
}

.section__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%) skew(50deg);
          transform: translateY(-50%) skew(50deg);
  width: 94px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__link::after {
    border-bottom: 2px solid #fff;
    border-right: 3px solid #fff;
    right: 24px;
    width: 64px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section__link::after {
    border-bottom: 2px solid #fff;
    border-right: 3px solid #fff;
    right: 24px;
    width: 64px;
    height: 10px;
  }
}

.section__link:hover::after {
  width: 150px;
  right: -28px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__link:hover::after {
    right: -10px;
    width: 98px;
  }
}

@media screen and (max-width: 767px) {
  .section__link:hover::after {
    right: -10px;
    width: 98px;
  }
}

/*======================================
    header
======================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 0 20px;
    height: 60px;
  }
}

.header__logo_link {
  display: block;
  color: #002a52;
  font-size: 2.8571em;
  font-style: italic;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 767px) {
  .header__logo_link {
    font-size: 2em;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header__right {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__right {
    display: none;
  }
}

.header__nav_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav_item:nth-child(n + 1):nth-last-child(n + 4) {
  position: relative;
}

.header__nav_item:nth-child(n + 1):nth-last-child(n + 4)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1px;
  height: 16px;
  background-color: #1a1a1a;
}

.header__nav_item:nth-last-child(2) {
  margin-left: 0.703125vw;
  margin-right: 0.78125vw;
}

.header__nav_item:nth-last-child(-n + 2) a {
  display: inline-block;
  text-align: center;
  padding: 26px 0;
  color: #002a52;
  border: 1px solid #002a52;
  width: 13.75vw;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header__nav_item:nth-last-child(-n + 2) a:hover {
  background-color: #163F74;
  color: #fff;
}

.header__nav_item:last-child a {
  background-color: #163F74;
  color: #fff;
}

.header__nav_item:last-child a:hover {
  background-color: #002a52;
}

.header__nav_item a {
  display: inline-block;
  padding: 0 1.796875vw;
}

.header__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__cv_link_btn {
  display: inline-block;
  text-align: center;
  padding: 26px 0;
  color: #002a52;
  border: 1px solid #002a52;
  width: 13.75vw;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header__cv_link_btn.btn_dark {
  background-color: #163F74;
  color: #fff;
}

.header__cv_link_btn.btn_dark:hover {
  background-color: #002a52;
}

.header__cv_link_btn:hover {
  background-color: #163F74;
  color: #fff;
}

/*======================================
    drawer
======================================*/
.drawer-icon {
  position: fixed;
  top: 22px;
  right: 20px;
  z-index: 150;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .drawer-icon {
    top: 40px;
    right: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon.is-active .drawer-icon-bar1 {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
}

.drawer-icon.is-active .drawer-icon-bar3 {
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon-bars {
  width: 27px;
  height: 18px;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 2px;
  background-color: #163F74;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.drawer-icon-bar2 {
  top: 7px;
}

.drawer-icon-bar3 {
  top: 14px;
}

.drawer-content {
  position: fixed;
  top: 0;
  left: 105%;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding: 60px 40px 0;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.drawer-content.is-active {
  left: 0;
}

.drawer-content-items {
  padding-top: 42px;
}

.drawer-content-item a {
  display: block;
  text-align: center;
  padding: 24px 0;
  color: #fff;
  font-size: 1.1429em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.drawer-content-item a:hover {
  opacity: 0.7;
}

.drawer-content-item:nth-last-child(-n + 2) {
  margin-right: 4px;
}

.drawer-content-item:nth-last-child(-n + 2) a {
  border: 1px solid #fff;
  padding: 25px 0;
}

.drawer-content-item:nth-last-child(2) {
  margin-top: 18px;
}

.drawer-content-item:nth-last-child(2) a:hover {
  background-color: #fff;
  color: #163F74;
  opacity: 1;
}

.drawer-content-item:last-child {
  margin-top: 32px;
}

.drawer-content-item:last-child a {
  background-color: #fff;
  color: #163F74;
}

.drawer-content-item:last-child a:hover {
  background-color: #002a52;
  color: #fff;
  opacity: 1;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 105%;
  width: 100%;
  height: 100%;
  background-color: #163F74;
  z-index: 98;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.drawer-background.is-active {
  left: 0;
}

/*======================================
    mv
======================================*/
.mv {
  margin-top: 78px;
}

@media screen and (max-width: 767px) {
  .mv {
    margin-top: 60px;
  }
}

.mv__container {
  position: relative;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .mv__container {
    margin-left: 40px;
  }
}

.swiper__container {
  margin-left: auto;
  width: 92.890625vw;
}

@media screen and (max-width: 767px) {
  .swiper__container {
    width: 89.3333vw;
  }
}

.swiper__1 {
  padding-top: 58.873%;
  background: url(../img/top/img-mv01_pc.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .swiper__1 {
    padding-top: 181.1940%;
    background: url(../img/top/sp/img-mv01_sp.jpg) no-repeat center/cover;
  }
}

.swiper__2 {
  padding-top: 58.873%;
  background: url(../img/top/img-mv02_pc.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .swiper__2 {
    padding-top: 181.1940%;
    background: url(../img/top/sp/img-mv02_sp.jpg) no-repeat center/cover;
  }
}

.swiper__3 {
  padding-top: 58.873%;
  background: url(../img/top/img-mv03_pc.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .swiper__3 {
    padding-top: 181.1940%;
    background: url(../img/top/sp/img-mv03_sp.jpg) no-repeat center/cover;
  }
}

.mv__texts {
  position: absolute;
  bottom: 61px;
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .mv__texts {
    bottom: 16px;
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .mv__texts {
    bottom: 20px;
    left: -20px;
  }
}

.mv__lead {
  margin-top: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .mv__lead {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .mv__lead {
    margin-top: 8px;
  }
}

.mv_lead_head {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .mv_lead_head {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.mv__lead_head_text:nth-child(n + 2) {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .mv__lead_head_text:nth-child(n + 2) {
    padding-left: 0;
    margin-top: 8px;
  }
}

.mv__lead_head_text,
.mv__lead {
  display: inline-block;
  font-size: 4.3em;
  font-style: italic;
  line-height: 1.2;
  background-color: #fff;
  color: #163F74;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .mv__lead_head_text,
  .mv__lead {
    font-size: 2.8571em;
  }
}

@media screen and (max-width: 767px) {
  .mv__lead_head_text,
  .mv__lead {
    font-size: 2.8571em;
  }
}

.mv__lead_jp {
  margin-top: 16px;
  display: inline-block;
  font-size: 1.43em;
  line-height: 1.45;
  color: #fff;
  background-color: #002a52;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .mv__lead_jp {
    font-size: 1.1429em;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mv__lead_jp {
    font-size: 1.1429em;
  }
}

/*======================================
    about
======================================*/
.about {
  margin-top: 150px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    margin-top: 60px;
    padding-bottom: 104px;
  }
}

.about__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 39.0625vw;
  height: 62.5vw;
  min-height: 800px;
  background: url(../img/top/bg.jpg) no-repeat center/cover;
  background-color: rgba(2, 62, 120, 0.8);
  background-blend-mode: darken;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about__bg {
    top: unset;
    bottom: 104px;
    width: 78.6667vw;
    height: 520px;
    min-height: 362px;
  }
}

@media screen and (max-width: 767px) {
  .about__bg {
    top: unset;
    bottom: 104px;
    width: 78.6667vw;
    height: 96.5333vw;
    min-height: 362px;
  }
}

.about__inner {
  padding: 8.125vw 7.03125vw 128px;
}

@media screen and (max-width: 767px) {
  .about__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .about__inner {
    padding: 0 20px;
  }
}

.about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about__contents {
    display: block;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about__contents {
    display: block;
    margin-top: 60px;
  }
}

.about__message {
  width: calc(100% - 65.308%);
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about__message {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about__message {
    width: 100%;
  }
}

.about__text {
  line-height: 1.71429;
}

.about__text:nth-child(n + 2) {
  margin-top: 24px;
}

.about__image {
  width: 65.308%;
  padding-left: 3.125vw;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about__image {
    width: 100%;
    padding-left: 0;
    margin-top: 68px;
  }
}

@media screen and (max-width: 767px) {
  .about__image {
    width: 100%;
    padding-left: 0;
    margin-top: 68px;
  }
}

/*======================================
    service
======================================*/
.service {
  margin-top: 235px;
  padding-bottom: 102px;
}

@media screen and (max-width: 767px) {
  .service {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .service {
    margin-top: 92px;
    padding-bottom: 32px;
  }
}

.service__inner {
  padding: 0 58px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .service__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .service__inner {
    padding: 0 20px;
  }
}

.service__cards {
  margin-top: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .service__cards {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .service__cards {
    display: block;
    margin-top: 65px;
  }
}

.service__card {
  width: 27.5vw;
  padding-left: 2.5vw;
}

@media screen and (max-width: 767px) {
  .service__card {
    width: 100%;
  }
}

.service__card:nth-child(n + 2) {
  margin-left: 38px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .service__card:nth-child(n + 2) {
    margin-left: 2.96875vw;
  }
}

@media screen and (max-width: 767px) {
  .service__card:nth-child(n + 2) {
    margin-left: 0;
  }
}

.service__card:nth-child(2n) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .service__card:nth-child(2n) {
    margin-top: 70px;
  }
}

.service__card:nth-child(3n) {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .service__card:nth-child(3n) {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .service__card {
    padding-left: 15px;
  }
}

.service__card_head {
  display: -ms-grid;
  display: grid;
}

.service__card_number {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column-align: end;
      justify-self: end;
  z-index: 2;
  font-size: 7.1429vw;
  color: #002a52;
  margin-top: -44px;
  margin-right: 4px;
  text-shadow: 2px 4px 0 #fff;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .service__card_number {
    font-size: 7.8125vw;
    margin-top: -3.4375vw;
  }
}

@media screen and (max-width: 767px) {
  .service__card_number {
    font-size: 26.6667vw;
    margin-top: -11.7333vw;
  }
}

.service__card_image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.service__card_leads {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-left: -2.5vw;
}

@media screen and (max-width: 767px) {
  .service__card_leads {
    margin-left: -15px;
  }
}

.service__card_lead span {
  display: inline-block;
  background: #fff;
  font-size: 2em;
  font-weight: bold;
  color: #163F74;
  line-height: 1.42857;
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .service__card_lead span {
    font-size: 2.1875vw;
  }
}

.service__card_lead:nth-child(n + 2) {
  margin-top: 9px;
}

.service__card_lead:last-child {
  margin-bottom: 36px;
}

.service__card_text {
  margin-top: 14px;
  line-height: 1.71429;
}

@media screen and (max-width: 767px) {
  .service__card_text {
    margin-top: 12px;
  }
}

/*======================================
    case
======================================*/
.case {
  padding: 101px 0 120px;
  background: url(../img/top/bg-case.jpg) no-repeat center center/cover;
  background-color: rgba(2, 62, 120, 0.8);
  background-blend-mode: darken;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .case {
    margin-top: 60px;
    padding: 60px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .case {
    margin-top: 94px;
    padding: 60px 0 20px;
  }
}

.case__inner {
  padding: 0 90px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .case__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .case__inner {
    padding: 0 20px;
  }
}

.case__cards {
  margin-top: 81px;
  margin-top: 11px;
  margin-left: -70px;
  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;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .case__cards {
    margin-left: -5.46875vw;
    margin-top: -5.46875vw;
  }
}

@media screen and (max-width: 767px) {
  .case__cards {
    margin-top: -13px;
    margin-bottom: 22px;
    margin-left: 0;
    display: block;
  }
}

.case__card {
  width: 25vw;
  max-width: 320px;
  margin-top: 70px;
  margin-left: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .case__card {
    margin-left: 5.46875vw;
    margin-top: 5.46875vw;
  }
}

@media screen and (max-width: 767px) {
  .case__card {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 51px;
  }
}

.case__card_img {
  width: calc(320 / 1280 * 100vw);
  max-width: 320px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .case__card_img {
    width: 100%;
    max-width: 100%;
  }
}

.case__card_img img {
  height: calc(240 / 1280 * 100vw);
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .case__card_img img {
    height: calc(251 / 375 * 100vw);
    max-height: 100%;
  }
}

.case__card_company {
  color: #fff;
  font-size: 1.1429em;
  font-weight: bold;
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
}

.case__card_company span {
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .case__card_company {
    margin-top: 16px;
  }
}

.case__card_body {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case__card_category {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 11px 15px 6px;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .case__card_category {
    padding: 11px 1.171875vw 6px;
  }
}

@media screen and (max-width: 767px) {
  .case__card_category {
    padding: 11px 4vw 6px;
  }
}

.case__card_link {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .case__card_link {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .case__card_link {
    margin-right: 5px;
  }
}

.case__card_link:hover {
  margin-right: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .case__card_link:hover {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .case__card_link:hover {
    margin-right: 0;
  }
}

.case__card_link:hover::before {
  border: 3px solid #FEF251;
}

.case__card_link:hover::after {
  border-top: 3px solid #FEF251;
  border-right: 3px solid #FEF251;
}

.case__card_link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}

.case__card_link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}

/*======================================
    news
======================================*/
.news {
  margin-top: 168px;
  padding-bottom: 134px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .news {
    margin-top: 60px;
    padding-bottom: 30px;
  }
}

.news__inner {
  padding: 0 90px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .news__inner {
    padding: 0 20px;
  }
}

.news__container {
  width: 768px;
  max-width: 100%;
  margin: 81px auto 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  padding: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .news__container {
    width: 100%;
    margin: 60px auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .news__container {
    width: 100%;
    margin-top: 60px;
    padding: 24px 20px 42px;
  }
}

.news__card {
  padding: 20px 0 28px;
  border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 767px) {
  .news__card {
    padding: 16px 0 31px;
  }
}

.news__card_link {
  display: block;
}

.news__card_link:hover > .news__card_title {
  opacity: 0.7;
}

.news__card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__card_category {
  color: #D33365;
  padding: 10px 23px;
  border: 1px solid #D33365;
}

@media screen and (max-width: 767px) {
  .news__card_category {
    font-size: 0.8571em;
    padding: 8px 19px;
  }
}

.news__card_date {
  color: #888;
  font-family: "Noto Sans JP", sans-serif;
}

.news__card_title {
  margin-top: 16px;
  font-weight: bold;
  font-size: 1.14286em;
  line-height: 1.71429;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .news__card_title {
    font-size: 1em;
    line-height: 1.42857;
    margin-top: 18px;
  }
}

/*======================================
    footer
======================================*/
.footer {
  margin-top: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 134px;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer__links {
    display: block;
  }
}

.footer__link_card {
  width: 50%;
  padding: 56px 0 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__link_card {
    width: 100%;
    padding: 45px 0 25px;
  }
}

.footer__link_card:nth-child(1) {
  background: url(../img/top/footer-download.jpg) no-repeat center/cover;
  background-color: rgba(0, 87, 172, 0.8);
  background-blend-mode: darken;
}

.footer__link_card:nth-child(2) {
  background: url(../img/top/footer-contact.jpg) no-repeat center/cover;
  background-color: rgba(2, 62, 120, 0.8);
  background-blend-mode: darken;
}

.footer__link_card_title_en {
  color: #fff;
  font-size: 4.2857em;
  font-style: italic;
  line-height: 1.2;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer__link_card_title_en {
    font-size: 2.8571em;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .footer__link_card_title_en {
    font-size: 2.8571em;
    line-height: 1.2;
  }
}

.footer__link_card_title {
  color: #fff;
  font-size: 1.1429em;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .footer__link_card_title {
    margin-top: 10px;
  }
}

.footer__link {
  margin-top: 40px;
  display: inline-block;
  font-size: 1.71429em;
  font-style: italic;
  padding: 35px 0;
  width: 315px;
  border: 3px solid #FEF251;
  color: #FEF251;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer__link {
    padding: 20px 0;
    width: 200px;
    font-size: 1.1429em;
  }
}

@media screen and (max-width: 767px) {
  .footer__link {
    margin-top: 42px;
    font-size: 1.1429em;
    padding: 30px 0 26px;
    width: 295px;
  }
}

.footer__link:hover {
  background-color: #FEF251;
  color: #1a1a1a;
}

.footer__link:hover::before {
  background-color: #1a1a1a;
}

.footer__link:hover::after {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}

.footer__link:hover::before, .footer__link:hover::after {
  right: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer__link:hover::before, .footer__link:hover::after {
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer__link:hover::before, .footer__link:hover::after {
    right: 16px;
  }
}

.footer__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #FEF251;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer__link::before {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__link::before {
    right: 20px;
  }
}

.footer__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #FEF251;
  border-right: 2px solid #FEF251;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer__link::after {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__link::after {
    right: 20px;
  }
}

.footer__body {
  text-align: center;
  padding: 114px 0 75px;
  background-color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .footer__body {
    padding: 68px 0 36px;
  }
}

.footer__logo {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 3.7143em;
  font-style: italic;
  line-height: 1.30769;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    font-size: 2.8571em;
  }
}

.footer__details {
  color: #fff;
  margin-top: 22px;
  margin-left: -2px;
  text-align-last: left;
  display: inline-block;
}

.footer__address {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.71429;
}

.footer__address span {
  padding-right: 16px;
}

.footer__meta_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
}

.footer__meta_title {
  padding-right: 16px;
  line-height: 1.71429;
}

.footer__meta_detail {
  line-height: 1.71429;
}

.copyright {
  background-color: #1a1a1a;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.09em;
  line-height: 1.71429;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .copyright {
    font-size: 0.8571em;
  }
}

/*======================================
    to top
======================================*/
.toTop__icon {
  position: fixed;
  bottom: 40px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .toTop__icon {
    bottom: 26px;
    right: 10px;
  }
}

.toTop {
  width: 40px;
  height: 40px;
}

/*======================================
    page-common
======================================*/
.page-mv {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .page-mv {
    margin-top: 60px;
  }
}

.page-mv__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-mv__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  width: 100%;
  height: 19.53125vw;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .page-mv__image {
    height: 66.6667vw;
  }
}

.page-mv__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17.1875vw;
  height: 19.53125vw;
  background: rgba(2, 62, 120, 0.8);
}

@media screen and (max-width: 767px) {
  .page-mv__image::before {
    width: 4.8vw;
    height: 66.6667vw;
  }
}

.page-mv__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 17.1875vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.53125vw 146px 0 0;
  border-color: rgba(2, 62, 120, 0.8) transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .page-mv__image::after {
    left: 4.8vw;
    border-width: 66.6667vw 148px 0 0;
  }
}

.page-mv__image.-about {
  background: url(../img/about/mv-company_pc.jpg) no-repeat center center/cover;
  background-color: rgba(26, 26, 26, 0.2);
  background-blend-mode: darken;
}

@media screen and (max-width: 767px) {
  .page-mv__image.-about {
    background: url(../img/about/sp/mv-company_sp.jpg) no-repeat center center/cover;
    background-color: rgba(26, 26, 26, 0.2);
    background-blend-mode: darken;
  }
}

.page-mv__image.-news {
  background: url(../img/news/mv-news_pc.jpg) no-repeat center center/cover;
  background-color: rgba(26, 26, 26, 0.2);
  background-blend-mode: darken;
}

@media screen and (max-width: 767px) {
  .page-mv__image.-news {
    background: url(../img/news/mv-news_sp.jpg) no-repeat center center/cover;
    background-color: rgba(26, 26, 26, 0.2);
    background-blend-mode: darken;
  }
}

.page-mv__image.-download {
  background: url(../img/download/mv-download_pc.jpg) no-repeat center center/cover;
  background-color: rgba(26, 26, 26, 0.2);
  background-blend-mode: darken;
}

@media screen and (max-width: 767px) {
  .page-mv__image.-download {
    background: url(../img/download/mv-download_sp.jpg) no-repeat center center/cover;
    background-color: rgba(26, 26, 26, 0.2);
    background-blend-mode: darken;
  }
}

.page-mv__image.-contact {
  background: url(../img/contact/mv-contact_pc.jpg) no-repeat center center/cover;
  background-color: rgba(26, 26, 26, 0.2);
  background-blend-mode: darken;
}

@media screen and (max-width: 767px) {
  .page-mv__image.-contact {
    background: url(../img/contact/mv-contact_sp.jpg) no-repeat center center/cover;
    background-color: rgba(26, 26, 26, 0.2);
    background-blend-mode: darken;
  }
}

.page-mv__titles {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  padding-left: 17.1875vw;
}

@media screen and (max-width: 767px) {
  .page-mv__titles {
    padding-left: 5.6vw;
  }
}

.page-mv__titles span {
  display: block;
}

.page-mv__title_en {
  display: inline-block;
  font-size: 4.2857em;
  font-style: italic;
  color: #023E78;
  line-height: 1.2;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .page-mv__title_en {
    font-size: 2.2857em;
    line-height: 1.1875;
  }
}

.page-mv__title {
  margin-top: 8px;
  display: inline-block;
  font-size: 1.42857em;
  font-weight: bold;
  color: #023E78;
  line-height: 1.45;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .page-mv__title {
    margin-top: 10px;
    font-size: 1.1429em;
    line-height: 1.5;
  }
}

.breadcrumb {
  margin-top: 16px;
}

.breadcrumb__inner {
  padding: 0 7.03125vw;
}

@media screen and (max-width: 767px) {
  .breadcrumb__inner {
    padding: 0 5.3333vw;
  }
}

.breadcrumb__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}

.breadcrumb__items li {
  margin-top: 10px;
  font-size: 0.8571em;
  font-family: "Noto Sans JP", sans-serif;
}

.breadcrumb__items li:not(:first-child) {
  margin-left: 8px;
}

.breadcrumb__items li:not(:last-child) {
  padding-right: 20px;
  position: relative;
}

.breadcrumb__items li:not(:last-child)::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}

/*======================================
    page-about
======================================*/
.mission {
  margin-top: 82px;
}

@media screen and (max-width: 767px) {
  .mission {
    margin-top: 62px;
  }
}

.about_section__inner {
  padding: 0 7.03125vw;
}

@media screen and (max-width: 767px) {
  .about_section__inner {
    padding: 0;
  }
}

.about_section__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
      grid-template-rows: auto 1fr auto;
}

.about_section__titles {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  padding-left: 1.5625vw;
  padding-top: 1.5625vw;
}

@media screen and (max-width: 767px) {
  .about_section__titles {
    padding-left: 5.3333vw;
    padding-top: 5.3333vw;
  }
}

.about_section__title_en {
  font-size: 7.1429em;
  font-style: italic;
  line-height: 1.21;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .about_section__title_en {
    font-size: 3.7143em;
    line-height: 1.21154;
  }
}

.about_section__title {
  font-size: 1.7149em;
  line-height: 1.45833;
  color: #fff;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .about_section__title {
    font-size: 1.1429em;
    line-height: 1.5;
  }
}

.about_section__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  width: 100%;
  height: 27.578125vw;
}

@media screen and (max-width: 767px) {
  .about_section__image {
    height: 74.9333vw;
  }
}

.about_section__image.-mission {
  background: url(../img/about/img-company01_pc.jpg) no-repeat center center/cover;
  background-color: rgba(26, 26, 26, 0.2);
  background-blend-mode: darken;
}

@media screen and (max-width: 767px) {
  .about_section__image.-mission {
    background: url(../img/about/sp/handshake-2998302_1920.jpg) no-repeat center center/cover;
    background-color: rgba(26, 26, 26, 0.2);
    background-blend-mode: darken;
  }
}

.about_section__image.-vision {
  background: url(../img/about/city-2278497_1920.jpg) no-repeat center center/cover;
  background-color: rgba(26, 26, 26, 0.2);
  background-blend-mode: darken;
}

@media screen and (max-width: 767px) {
  .about_section__image.-vision {
    background: url(../img/about/sp/vision.jpg) no-repeat center center/cover;
    background-color: rgba(26, 26, 26, 0.2);
    background-blend-mode: darken;
  }
}

.about_section__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  width: 53.75vw;
  margin: 0 auto;
  padding: 36px 40px 29px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  margin-top: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about_section__content {
    margin-top: -4.6875vw;
  }
}

@media screen and (max-width: 767px) {
  .about_section__content {
    width: 89.3333vw;
    padding: 20px;
    margin-top: -40px;
  }
}

.about_section__content_title {
  text-align: center;
  font-size: 1.7143em;
  font-weight: bold;
  line-height: 1.45833;
  color: #023E78;
}

@media screen and (max-width: 767px) {
  .about_section__content_title {
    font-size: 1.4286em;
    line-height: 1.45;
  }
}

@media screen and (min-width: 1280px) {
  .is-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .is-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: inline;
  }
}

@media screen and (min-width: 1280px) {
  .is-sp {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .is-sp {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.about_section__message {
  margin-top: 31px;
  line-height: 1.71429;
}

@media screen and (max-width: 767px) {
  .about_section__message {
    margin-top: 20px;
  }
}

.vision {
  margin-top: 119px;
}

@media screen and (max-width: 767px) {
  .vision {
    margin-top: 56px;
  }
}

/*======================================
    overview
======================================*/
.overview {
  margin-top: 120px;
  padding: 80px 0;
  background: url(../img/about/about-bg.jpg) no-repeat center center/cover;
  background-color: rgba(2, 62, 120, 0.8);
  background-blend-mode: darken;
}

@media screen and (max-width: 767px) {
  .overview {
    margin-top: 56px;
    padding: 60px 20px;
  }
}

.overview__container {
  width: 60vw;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 60px 40px 80px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .overview__container {
    min-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .overview__container {
    width: 100%;
    padding: 42px 20px 46px;
  }
}

.overview__title {
  text-align: center;
  font-size: 1.71429em;
  font-weight: bold;
  line-height: 1.45833;
}

@media screen and (max-width: 767px) {
  .overview__title {
    font-size: 1.7143em;
    line-height: 1.45833;
  }
}

.overview__content {
  margin-top: 61px;
}

@media screen and (max-width: 767px) {
  .overview__content {
    margin-top: 39px;
  }
}

.overview__content_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #E8EAEC;
  position: relative;
}

@media screen and (max-width: 767px) {
  .overview__content_row {
    padding: 14px 0;
  }
}

.overview__content_row:first-child {
  border-top: 1px solid #E8EAEC;
}

.overview__content_row:first-child::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #023E78;
}

@media screen and (max-width: 767px) {
  .overview__content_row:first-child::before {
    width: 34%;
  }
}

.overview__content_row::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #023E78;
}

@media screen and (max-width: 767px) {
  .overview__content_row::after {
    width: 34%;
  }
}

.overview__content_label {
  width: 30%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.14289em;
  line-height: 1.5;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .overview__content_label {
    width: 34%;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.71429;
  }
}

.overview__content_answer {
  width: 70%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.14289em;
  line-height: 1.5;
  padding-left: 29px;
}

.overview__content_answer span {
  display: block;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .overview__content_answer span {
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .overview__content_answer {
    width: calc(100% - 34%);
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.42857;
    word-break: break-all;
  }
}

.overview__lists {
  padding-left: 7px;
}

@media screen and (max-width: 767px) {
  .overview__lists {
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 3px;
  }
}

.overview__list {
  padding-left: 10px;
  position: relative;
  padding-top: 1px;
}

.overview__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #1a1a1a;
}

/*======================================
    director
======================================*/
.director {
  margin-top: 120px;
  padding-bottom: 156px;
}

@media screen and (max-width: 767px) {
  .director {
    margin-top: 62px;
    padding-bottom: 104px;
    margin-bottom: -81px;
  }
}

.director__inner {
  width: 53.75vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .director__inner {
    min-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .director__inner {
    width: 100%;
    padding: 0 5.3333vw;
  }
}

.director__title {
  text-align: center;
  font-size: 1.7143em;
  font-weight: bold;
  line-height: 1.45833;
}

.director__cards {
  margin-top: 61px;
}

@media screen and (max-width: 767px) {
  .director__cards {
    margin-top: 41px;
  }
}

.director__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.director__card:nth-child(n + 2) {
  margin-top: 58px;
}

@media screen and (max-width: 767px) {
  .director__card:nth-child(n + 2) {
    margin-top: 63px;
  }
}

@media screen and (max-width: 767px) {
  .director__card {
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }
}

.director__image {
  width: calc(100% - 59.3023%);
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .director__image {
    width: 64vw;
    padding-left: 0;
    margin: 0 auto;
  }
}

.director__details {
  width: 59.3023%;
}

@media screen and (max-width: 767px) {
  .director__details {
    width: 100%;
    margin-top: 16px;
  }
}

.director__name {
  font-size: 1.4286em;
  font-weight: bold;
  line-height: 1.45;
}

.director__name span {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
}

.director__detail {
  margin-top: 30px;
  line-height: 1.71429;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .director__detail {
    margin-top: 18px;
  }
}

.director__sns {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .director__sns {
    margin-top: 19px;
  }
}

.director__sns_link {
  font-size: 28px;
}

.director__sns_link:not(:first-child) {
  margin-left: 30px;
}

/*======================================
    page service
======================================*/
.page-service {
  margin-top: 86px;
}

@media screen and (max-width: 767px) {
  .page-service {
    margin-top: 64px;
  }
}

.page-service__inner {
  padding: 0 50px;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-service__inner {
    padding: 0 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .page-service__inner {
    padding: 0 5.3333vw;
  }
}

.page-service__title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.42857;
}

@media screen and (max-width: 767px) {
  .page-service__title {
    font-size: 1.4286em;
    line-height: 1.4;
  }
}

.page-service__title span {
  font-weight: bold;
  line-height: 1.42857;
}

@media screen and (max-width: 767px) {
  .page-service__title span {
    line-height: 1.4;
  }
}

.page-service__cards {
  margin-top: 197px;
}

@media screen and (max-width: 767px) {
  .page-service__cards {
    margin-top: 60px;
  }
}

.page-service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -200px;
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .page-service__card {
    display: block;
    margin-top: -60px;
    padding-top: 60px;
  }
}

.page-service__card:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}

.page-service__card:nth-child(odd) > .page-service__content {
  margin-right: -60px;
}

.page-service__card:nth-child(odd) > .page-service__content > .page-service__number {
  left: 4.53125vw;
}

.page-service__card:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .page-service__card:nth-child(2n) > .page-service__card_image {
    margin-left: -5.3333vw;
    margin-right: auto;
  }
}

.page-service__card:nth-child(2n) > .page-service__content {
  margin-left: -60px;
}

@media screen and (max-width: 767px) {
  .page-service__card:nth-child(2n) > .page-service__content {
    margin-left: 0;
  }
}

.page-service__card:nth-child(2n) > .page-service__content > .page-service__number {
  right: 3.4375vw;
}

.page-service__card:nth-child(n + 2) {
  margin-top: 120px;
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .page-service__card:nth-child(n + 2) {
    margin-top: 20px;
    padding-top: 60px;
  }
}

.page-service__card_image {
  width: 560px;
  height: 896px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-service__card_image {
    width: 43.75vw;
    height: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .page-service__card_image {
    width: 50.1333vw;
    height: 80.2667vw;
    margin-right: -5.3333vw;
    margin-left: auto;
  }
}

.page-service__content {
  width: 590px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  margin-top: -60px;
  padding: 80px 40px 84px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-service__content {
    min-width: 400px;
    width: 46.09375vw;
    padding: 80px 3.125vw 6.5625vw;
  }
}

@media screen and (max-width: 767px) {
  .page-service__content {
    width: 100%;
    margin-top: -39.7333vw;
    padding: 44px 20px 40px;
  }
}

.page-service__number {
  color: #023E78;
  font-size: 7.1429em;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .page-service__number {
    font-size: 4.857em;
  }
}

.page-service__card_title {
  font-size: 2.8571em;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-service__card_title {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .page-service__card_title {
    font-size: 2em;
    line-height: 1.28571;
  }
  .page-service__card_title span {
    font-weight: bold;
  }
}

.page-service__card_title_en {
  color: #023E78;
  font-style: italic;
  font-size: 1.1429em;
  line-height: 1.1875;
}

@media screen and (max-width: 767px) {
  .page-service__card_title_en {
    font-size: 1em;
    line-height: 1.21429;
    margin-top: 5px;
  }
}

.page-service__card_texts {
  margin-top: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-service__card_texts {
    margin-top: 4.6875vw;
  }
}

@media screen and (max-width: 767px) {
  .page-service__card_texts {
    margin-top: 32px;
  }
}

.page-service__card_text {
  line-height: 1.71429;
}

.page-service__card_text:nth-child(n + 2) {
  margin-top: 24px;
}

.page-service__card_details {
  margin-top: 54px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-service__card_details {
    margin-top: 4.21875vw;
  }
}

@media screen and (max-width: 767px) {
  .page-service__card_details {
    margin-top: 28px;
  }
}

.page-service__card_detail_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 0 34px;
  border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-service__card_detail_row {
    padding: 2.96875vw 0 2.65625vw;
  }
}

@media screen and (max-width: 767px) {
  .page-service__card_detail_row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 21px 0 16px;
  }
}

.page-service__card_detail_row:first-child {
  padding: 38px 0 33px;
  border-top: 1px solid #CCC;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-service__card_detail_row:first-child {
    padding: 2.96875vw 0 2.578125vw;
  }
}

@media screen and (max-width: 767px) {
  .page-service__card_detail_row:first-child {
    padding: 21px 0 16px;
  }
}

.page-service__card_detail_label {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .page-service__card_detail_label {
    width: 27.1186%;
  }
}

@media screen and (max-width: 767px) {
  .page-service__card_detail_answer {
    width: calc(100% - 27.1186%);
    line-height: 1.71429;
  }
}

.page-service__card_link {
  margin-top: 84px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-service__card_link {
    margin-top: 6.5625vw;
  }
}

@media screen and (max-width: 767px) {
  .page-service__card_link {
    margin-top: 31px;
  }
}

.btn_arrow {
  display: inline-block;
  max-width: 100%;
  font-size: 1.1429em;
  line-height: 1.5;
  padding: 26px 80px;
  color: #023E78;
  border: 1px solid #023E78;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .btn_arrow {
    font-size: 1em;
    padding: 26px 0 23px;
    width: 23.75vw;
    min-width: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .btn_arrow.-large {
    width: unset;
    padding: 26px 21.3333vw 23px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .btn_arrow.-large {
    width: 78.6667vw;
    padding: 26px 10px 23px;
  }
}

@media screen and (max-width: 767px) {
  .btn_arrow {
    font-size: 1em;
    padding: 26px 0 23px;
    width: 100%;
  }
}

.btn_arrow:hover {
  background-color: #023E78;
  color: #fff;
}

.btn_arrow:hover::before, .btn_arrow:hover::after {
  right: 16px;
}

@media screen and (max-width: 767px) {
  .btn_arrow:hover::before, .btn_arrow:hover::after {
    right: 8px;
  }
}

.btn_arrow:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn_arrow:hover::after {
  background-color: #fff;
}

.btn_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #023E78;
  border-right: 2px solid #023E78;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .btn_arrow::before {
    right: 12px;
  }
}

.btn_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #023E78;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .btn_arrow::after {
    right: 12px;
  }
}

/*======================================
    flow
======================================*/
.flow {
  margin-top: 166px;
  padding: 80px 0 120px;
  background: url(../img/service/service-bg.jpg) no-repeat center center/cover;
  background-color: rgba(2, 62, 120, 0.8);
  background-blend-mode: darken;
}

@media screen and (max-width: 767px) {
  .flow {
    margin-top: 60px;
    padding: 63px 0 60px;
  }
}

.flow__inner {
  margin: 0 auto;
  padding: 0 7.03125vw;
}

@media screen and (max-width: 767px) {
  .flow__inner {
    padding: 0 5.3333vw;
  }
}

.page-section__title {
  font-size: 1.7143em;
  font-weight: bold;
  line-height: 1.45833;
  text-align: center;
}

.page-section__title.-white {
  color: #fff;
}

.flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 58px auto 0;
}

@media screen and (max-width: 767px) {
  .flow__items {
    margin: 40px auto 0;
    display: block;
  }
}

.flow__item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .flow__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flow__item:nth-child(n + 2) > .flow__content {
  padding: 48px 25px 18px 50px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .flow__item:nth-child(n + 2) > .flow__content {
    padding: 3.75vw 1.953125vw 1.40625vw 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .flow__item:nth-child(n + 2) > .flow__content {
    padding: 10.66667vw 5.3333vw 4.8vw;
  }
}

.flow__item:nth-child(2) > .flow__content {
  background-color: #DDE8F0;
}

.flow__item:nth-child(2) > .flow__content::after {
  border-color: transparent transparent transparent #DDE8F0;
}

@media screen and (max-width: 767px) {
  .flow__item:nth-child(2) > .flow__content::after {
    border-color: #DDE8F0 transparent transparent transparent;
  }
}

.flow__item:nth-child(3) > .flow__content {
  background-color: #C7DBE9;
}

.flow__item:nth-child(3) > .flow__content::after {
  border-color: transparent transparent transparent #C7DBE9;
}

@media screen and (max-width: 767px) {
  .flow__item:nth-child(3) > .flow__content::after {
    border-color: #C7DBE9 transparent transparent transparent;
  }
}

.flow__item:nth-child(4) > .flow__content {
  background-color: #B0D0E5;
}

.flow__item:nth-child(4) > .flow__content::after {
  display: none;
}

.flow__step_number {
  color: #FEF251;
  font-size: 2.8571em;
  line-height: 1.2;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .flow__step_number {
    font-size: 3.125vw;
  }
}

.flow__step_number span {
  font-size: 20px;
  font-style: italic;
  padding-right: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .flow__step_number span {
    font-size: 1.5625vw;
    padding-right: 0.625vw;
  }
}

@media screen and (max-width: 767px) {
  .flow__step_number span {
    display: block;
  }
}

.flow__content {
  padding: 48px 25px 18px 44px;
  background-color: #EEF3F8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .flow__content {
    padding: 3.75vw 1.953125vw 1.40625vw 3.4375vw;
    height: 16.328125vw;
  }
}

@media screen and (max-width: 767px) {
  .flow__content {
    width: calc(275 / 375 * 100vw);
    padding: 5.8667vw 5.3333vw 5.3333vw;
    margin-left: 2.1333vw;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.flow__content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 104.5px 0 104.5px 20px;
  border-color: transparent transparent transparent #EEF3F8;
  z-index: 10;
}

@media screen and (min-width: 1280px) {
  .flow__content::after {
    top: 0;
    right: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .flow__content::after {
    top: 0;
    right: -20px;
    border-width: 8.1640625vw 0 8.1640625vw 20px;
  }
}

@media screen and (max-width: 767px) {
  .flow__content::after {
    left: 0;
    right: 0;
    bottom: -6.9333vw;
    border-width: 6.9333vw 36.66667vw 0 36.66667vw;
    border-color: #EEF3F8 transparent transparent transparent;
  }
}

.flow__title {
  color: #023E78;
  font-size: 1.4286em;
  line-height: 1.45;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .flow__title {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 18px;
    text-align: center;
  }
}

.flow__detail {
  margin-top: 19px;
  line-height: 1.71429;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .flow__detail {
    font-size: 1.09375vw;
    margin-top: 1.484375vw;
  }
}

@media screen and (max-width: 767px) {
  .flow__detail {
    margin-top: 2.1333vw;
  }
}

.flow__detail span {
  display: block;
  color: #e61264;
}

/*======================================
    qa
======================================*/
.qa {
  margin-top: 162px;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .qa {
    margin-top: 64px;
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .qa__inner {
    padding: 0 5.3333vw;
  }
}

.qa_items {
  margin: 62px auto 0;
  width: 53.75vw;
  max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .qa_items {
    min-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .qa_items {
    margin-top: 41px;
    width: 100%;
  }
}

.qa__item {
  border-bottom: 1px solid #DDD;
}

.qa__question_box {
  padding: 31px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa__question_box {
    padding: 16px 0 14px;
  }
}

.qa__bar_icon {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .qa__bar_icon {
    right: 8px;
  }
}

.qa__bar_icon.is-active .qa_bar1,
.qa__bar_icon.is-active .qa_bar2 {
  background-color: #D33365;
}

.qa__bar_icon.is-active .qa_bar1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.qa__bar_icon.is-active .qa_bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.qa_bars {
  position: relative;
  width: 21px;
  height: 21px;
}

.qa_bar1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 21px;
  height: 2px;
  background-color: #1a1a1a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.qa_bar2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 21px;
  background-color: #1a1a1a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.qa__question {
  font-size: 1.4286em;
  font-weight: bold;
  line-height: 1.45;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .qa__question {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 767px) {
  .qa__question {
    font-size: 1.1429em;
    width: 70vw;
  }
}

.qa__question.is-active {
  color: #D33365;
}

.qa__answer_box {
  display: none;
}

.qa__answer {
  padding: 0 60px 33px 40px;
  line-height: 1.71429;
}

@media screen and (max-width: 767px) {
  .qa__answer {
    padding: 8px 0 12px;
  }
}

/*======================================
    home
======================================*/
.sidebar_container {
  margin-top: 88px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 23.4375vw;
      grid-template-columns: auto 23.4375vw;
  padding: 0 7.03125vw;
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar_container {
    margin-top: 58px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0 5.3333vw;
    margin-bottom: -34px;
  }
}

@media screen and (max-width: 767px) {
  .sidebar_container {
    margin-top: 58px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0 5.3333vw;
    margin-bottom: -34px;
  }
}

.sidebar__main {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  margin-right: 3.125vw;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar__main {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .sidebar__main {
    margin-right: 0;
  }
}

.sidebar {
  width: 23.4375vw;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: 100%;
  }
}

.page-news__category_title {
  font-size: 2.2857em;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .page-news__category_title {
    font-size: 1.4286em;
    line-height: 2;
  }
}

.page-news__cards {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .page-news__cards {
    margin-top: 12px;
  }
}

.page-news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-news__card:nth-child(n + 2) {
  margin-top: 37px;
}

@media screen and (max-width: 767px) {
  .page-news__card:nth-child(n + 2) {
    margin-top: 19px;
  }
}

.page-news__card:nth-child(-n + 2) .news__new {
  display: inline-block;
}

.page-news__card_head {
  width: 19.53125vw;
  overflow: hidden;
}

.page-news__card_head img {
  height: 12.1875vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-news__card_head img {
    height: 24vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .page-news__card_head img {
    height: 24vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-news__card_head {
    width: 32vw;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .page-news__card_head {
    width: 32vw;
    overflow: hidden;
  }
}

.page-news__card_body {
  width: calc(100% - 19.53125vw);
  padding-left: 20px;
  margin-top: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-news__card_body {
    width: calc(100% - 32vw);
    padding-left: 3.2vw;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-news__card_body {
    width: calc(100% - 32vw);
    padding-left: 3.2vw;
    margin-top: 0;
  }
}

.page-news__card_body_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__category {
  padding: 12px 23px 8px;
  color: #D33365;
  border: 1px solid #E61264;
}

@media screen and (max-width: 767px) {
  .news__category {
    font-size: 12px;
    line-height: 1.66667;
    padding: 2px 11px;
  }
}

.news__new {
  display: none;
  margin-left: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #E61264;
}

@media screen and (max-width: 767px) {
  .news__new {
    margin-left: 2.1333vw;
    font-size: 14px;
  }
}

.news__date {
  margin-left: auto;
  color: #888;
  font-family: "Noto Sans JP", sans-serif;
}

.news__title {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .news__title {
    margin-top: 6px;
  }
}

.news_link {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .news_link {
    font-size: 14px;
    line-height: 1.42857;
  }
}

/*======================================
    sidebar
======================================*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar__container {
    margin-top: 106px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .sidebar__container {
    margin-top: 106px;
  }
}

.sidebar__content:nth-child(n + 2) {
  margin-top: 83px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar__content:nth-child(n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sidebar__content:nth-child(n + 2) {
    margin-top: 66px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar__content:first-child {
    margin-right: 60px;
  }
}

.sidebar__title {
  font-size: 20px;
  font-weight: bold;
}

.sidebar__cards {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sidebar__cards {
    margin-top: 23px;
  }
}

.sidebar__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar__card:nth-child(n + 2) {
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .sidebar__card:nth-child(n + 2) {
    margin-top: 19px;
  }
}

.sidebar__card_head {
  width: 100px;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar__card_head {
    width: 32vw;
  }
}

@media screen and (max-width: 767px) {
  .sidebar__card_head {
    width: 32vw;
  }
}

.sidebar__card_head img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar__card_head img {
    height: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .sidebar__card_head img {
    height: 24vw;
  }
}

.sidebar__card_body {
  width: calc(100% - 100px);
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .sidebar__card_body {
    width: calc(100% - 32vw);
    padding-left: 3.2vw;
  }
}

.sidebar__card_body_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar__card_body_top {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sidebar__card_body_top {
    margin-top: 0;
  }
}

.sidebar__news__category {
  font-size: 12px;
  color: #E61264;
  border: 1px solid #E61264;
  padding: 6px 11px;
}

@media screen and (max-width: 767px) {
  .sidebar__news__category {
    padding: 2px 11px;
    line-height: 1.66667;
  }
}

.sidebar__news__date {
  margin-left: auto;
  color: #888;
  font-family: "Noto Sans JP", sans-serif;
}

.sidebar__news__title {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sidebar__news__title {
    margin-top: 8px;
  }
}

.sidebar__news_link {
  font-weight: bold;
  line-height: 1.42857;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.sidebar__news_link:hover {
  opacity: 0.7;
}

.sidebar__category {
  margin-top: 18px;
}

.cat-item {
  padding: 22px 20px 18px;
  border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 767px) {
  .cat-item {
    padding: 22px 20px 18px;
  }
}

.cat-item:first-child {
  padding: 24px 20px 18px;
  border-top: 1px solid #DDD;
}

@media screen and (max-width: 767px) {
  .cat-item:first-child {
    padding: 22px 20px 18px;
  }
}

.cat-item a {
  padding-left: 19px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.cat-item a:hover {
  opacity: 0.7;
}

.cat-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #023E78;
  border-right: 2px solid #023E78;
}

/*======================================
    pagination
======================================*/
.pagination {
  margin-top: 58px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination__items {
  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;
}

.page-numbers {
  display: inline-block;
  line-height: 50px;
  font-family: "Noto Sans JP", sans-serif;
  width: 50px;
  height: 50px;
  background-color: #F8F8F8;
  color: #888;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.page-numbers:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .page-numbers:first-child {
    margin-right: 6px;
  }
}

.page-numbers:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .page-numbers:last-child {
    margin-left: 6px;
  }
}

.page-numbers:nth-child(n + 2):nth-last-child(n + 3) {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .page-numbers:nth-child(n + 2):nth-last-child(n + 3) {
    margin-right: 6px;
  }
}

/*======================================
    single
======================================*/
.single-news {
  margin-top: -6px;
}

@media screen and (max-width: 767px) {
  .single-news {
    margin-top: 4px;
  }
}

.single-head_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-head__category_link {
  display: inline-block;
  padding: 12px 23px 8px;
  color: #E61264;
  border: 1px solid #E61264;
}

@media screen and (max-width: 767px) {
  .single-head__category_link {
    font-size: 12px;
    padding: 6px 11px;
  }
}

.single-head__date {
  font-family: "Noto Sans JP", sans-serif;
  color: #888;
}

.single-head__title {
  margin-top: 26px;
  font-size: 1.7143em;
  font-weight: bold;
  line-height: 1.33333;
}

@media screen and (max-width: 767px) {
  .single-head__title {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
  }
}

.single-head__image {
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .single-head__image {
    margin-top: 23px;
  }
}

.single-content h2 {
  margin-top: 38px;
  font-size: 20px;
  line-height: 1.6;
  vertical-align: middle;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 6px 10px 8px 26px;
  color: #023E78;
  background-color: #F8F8F8;
  position: relative;
}

.single-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background-color: #023E78;
}

.single-content h3 {
  margin-top: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77778;
  color: #023E78;
  padding-bottom: 3px;
  position: relative;
}

.single-content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #023E78;
}

.single-content h4 {
  margin-top: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #023E78;
  font-weight: bold;
}

.single-content p {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.71429;
}

.single-content ul {
  margin-top: 44px;
  margin-left: 44px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .single-content ul {
    margin-left: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .single-content ul {
    margin-left: 4px;
  }
}

.single-content li {
  padding-left: 10px;
  position: relative;
}

.single-content li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #1a1a1a;
}

.single-content li:nth-child(n + 2) {
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .single-content li:nth-child(n + 2) {
    margin-top: 26px;
  }
}

.single-content blockquote {
  margin: 40px 0 0 40px;
  width: 50.46875vw;
  background-color: #F8F8F8;
  padding: 34px 35px 33px 36px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-content blockquote {
    width: 100%;
    margin: 40px 0 0;
    padding: 32px 32px 30px;
  }
}

.single-content blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #023E78;
}

.single-content blockquote::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 14px;
  width: 82px;
  height: 163px;
  background: url(../img/news/quote.png) no-repeat center top/cover;
}

.single-content blockquote p {
  position: relative;
  margin-top: 0;
  z-index: 2;
}

.single-pagination {
  margin-top: 40px;
}

.single-pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-pagination__item {
  display: inline-block;
}

.single-pagination__item.-prev {
  margin-right: auto;
}

.single-pagination__item.-next {
  margin-left: auto;
}

.single-pagination__item a {
  display: inline-block;
  color: #023E78;
  border: 1px solid #023E78;
  padding: 11px 16px 9px;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.single-pagination__item a:hover {
  color: #fff;
  background-color: #163F74;
}

/*======================================
    page case
======================================*/
.case-tab {
  margin-top: 82px;
}

@media screen and (max-width: 767px) {
  .case-tab {
    margin-top: 61px;
  }
}

.case-tab__inner {
  padding: 0 7.03125vw;
}

@media screen and (max-width: 767px) {
  .case-tab__inner {
    padding: 0 10.9333vw;
  }
}

.case-tab__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -16px;
}

@media screen and (max-width: 767px) {
  .case-tab__items {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .case-tab__items {
    display: block;
  }
}

.case-tab__item {
  margin-top: 20px;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .case-tab__item {
    margin-top: 18px;
  }
}

.case-tab__item_link {
  display: inline-block;
  font-weight: bold;
  line-height: 2;
  padding: 12px 0 6px;
  background-color: #EEE;
  border-radius: 4px;
  width: 208px;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.case-tab__item_link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .case-tab__item_link {
    display: block;
    width: 100%;
  }
}

.case-category {
  margin-top: 80px;
}

.case-category:last-child {
  margin-bottom: 162px;
}

@media screen and (max-width: 767px) {
  .case-category:last-child {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .case-category {
    margin-top: 61px;
  }
}

.case-category__inner {
  padding: 0 7.03125vw;
}

@media screen and (max-width: 767px) {
  .case-category__inner {
    padding: 0 5.3333vw;
  }
}

.case-category__titles {
  padding-left: 18px;
  position: relative;
}

.case-category__titles::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  background-color: #023E78;
}

.case-category__title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.42857;
}

@media screen and (max-width: 767px) {
  .case-category__title {
    font-size: 1.7143em;
    line-height: 1.66667;
  }
}

.case-category__title_en {
  padding-left: 20px;
  color: #023E78;
  font-size: 16px;
  line-height: 1.1875;
  vertical-align: middle;
  letter-spacing: -0.025em;
}

@media screen and (max-width: 767px) {
  .case-category__title_en {
    display: block;
    padding-left: 0;
    margin-top: -4px;
    font-size: 14px;
    line-height: 1.21429;
    letter-spacing: 0;
  }
}

.case-category__items {
  margin-top: 67px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(510px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(510px, 1fr));
  -webkit-column-gap: 80px;
          column-gap: 80px;
  row-gap: 66px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .case-category__items {
    -ms-grid-columns: (minmax(400px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    -webkit-column-gap: 6.25vw;
            column-gap: 6.25vw;
    row-gap: 5.15625vw;
  }
}

@media screen and (max-width: 767px) {
  .case-category__items {
    margin-top: 25px;
    -ms-grid-columns: (minmax(100%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    row-gap: 14.4vw;
  }
}

.link_container {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .link_container {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.case-category__item {
  display: block;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.case-category__head {
  background-color: #023E78;
  border-radius: 12px 12px 0 0;
  padding: 22px 40px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .case-category__head {
    padding: 21px 20px 22px;
  }
}

.case-category__genre {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .case-category__genre {
    font-size: 0.8571em;
  }
}

.case-category__company {
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7143em;
  font-weight: bold;
  line-height: 1.16667;
}

@media screen and (max-width: 767px) {
  .case-category__company {
    margin-top: 8px;
  }
}

.case-category__company span {
  font-size: 16px;
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  .case-category__company span {
    padding-left: 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .case-category__company {
    font-size: 1.1429em;
  }
}

.case-category__logo {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 160px;
  height: 112px;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .case-category__logo {
    width: 12.5vw;
    height: 8.75vw;
  }
}

@media screen and (max-width: 767px) {
  .case-category__logo {
    width: 24vw;
    height: 18.1333vw;
    border-radius: 4px;
  }
}

.case-category__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}

.case-category__body {
  padding: 46px 40px 34px;
}

@media screen and (max-width: 767px) {
  .case-category__body {
    padding: 24px 20px 16px;
  }
}

.case-category__body_category {
  font-size: 1.1429em;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .case-category__body_category {
    padding-bottom: 8px;
    line-height: 1.5;
  }
  .case-category__body_category span {
    margin-right: 10px;
  }
}

.case-category__body_category span {
  font-weight: bold;
}

.case-category__content {
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .case-category__content {
    margin-top: 26px;
  }
}

.case-category__content_item:not(:first-child) {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .case-category__content_item:not(:first-child) {
    margin-top: 34px;
  }
}

.case-category__label {
  font-size: 1.2857em;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .case-category__label {
    font-size: 1.1429em;
    padding-left: 25px;
  }
}

.case-category__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/top/icon-check.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .case-category__label::before {
    width: 15px;
    height: 15px;
  }
}

.case-category__answer {
  line-height: 1.71429;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .case-category__answer {
    margin-top: 10px;
  }
}

.case-category__readMore {
  text-align: center;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .case-category__readMore {
    margin-top: 41px;
  }
}

/*======================================
    page download
======================================*/
.download {
  margin-top: 86px;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .download {
    margin-top: 64px;
    margin-bottom: -34px;
  }
}

.download__inner {
  padding: 0 7.03125vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .download__inner {
    padding: 0 5.3333vw;
  }
}

.download__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .download__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(450px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    row-gap: 4.6875vw;
  }
}

@media screen and (max-width: 767px) {
  .download__container {
    display: block;
  }
}

.download__content {
  width: 50%;
  padding-right: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .download__content {
    padding-right: 3.125vw;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .download__content {
    width: 100%;
    padding-right: 0;
  }
}

.download__lead {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.42857;
}

@media screen and (max-width: 767px) {
  .download__lead {
    font-size: 1.4286em;
    line-height: 1.4;
  }
}

.download__pamphlet {
  margin: 26px auto 0;
  width: 310px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .download__pamphlet {
    width: 24.21875vw;
  }
}

@media screen and (max-width: 767px) {
  .download__pamphlet {
    margin-top: 24px;
  }
}

.download__message {
  line-height: 1.71429;
  margin-top: 18px;
}

.download__message:nth-child(n + 2) {
  margin-top: 24px;
}

.download__form_container {
  width: 50%;
  border-radius: 12px;
  background-color: #EDF3F8;
  padding: 30px 40px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .download__form_container {
    width: 100%;
    padding: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .download__form_container {
    width: 100%;
    margin-top: 55px;
    padding: 28px 20px 40px;
  }
}

.download__title {
  font-size: 2.2857em;
  font-weight: bold;
  line-height: 2.03125;
}

@media screen and (max-width: 767px) {
  .download__title {
    font-size: 1.7143em;
    line-height: 2.70833;
  }
}

.download__form {
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .download__form {
    margin-top: 29px;
  }
}

.form__item:nth-child(n + 2) {
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .form__item:nth-child(n + 2) {
    margin-top: 25px;
  }
}

.form__label {
  font-size: 1.2857em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .form__label {
    font-size: 14px;
  }
}

.is-required {
  display: inline-block;
  padding: 4px 8px 3px;
  font-size: 12px;
  font-weight: bold;
  background-color: #E61264;
  color: #fff;
  margin-left: 9px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .is-required {
    padding: 2px 8px;
    font-size: 10px;
  }
}

.form__input {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .form__input {
    margin-top: 9px;
  }
}

.form__input [type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  background: #fff;
  padding: 9px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form__input [type="text"] {
    font-size: 14px;
    padding: 11px 14px;
  }
}

.form__input [type="email"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  background: #fff;
  padding: 9px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form__input [type="email"] {
    font-size: 14px;
    padding: 12px 14px;
  }
}

.form__input [type="tel"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  background: #fff;
  padding: 9px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form__input [type="tel"] {
    font-size: 14px;
    padding: 12px 14px;
  }
}

.form__input select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  background: #fff;
  padding: 9px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
  background: transparent url(../img/contact/select-arrow.png) no-repeat center right 16px/10px 7px;
}

@media screen and (max-width: 767px) {
  .form__input select {
    font-size: 14px;
    padding: 12px 14px;
  }
}

.form__input textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  background: #fff;
  padding: 9px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 18.75vw;
  resize: none;
}

@media screen and (max-width: 767px) {
  .form__input textarea {
    font-size: 14px;
    padding: 12px 14px;
    height: 37.3333vw;
  }
}

.form__input [type="text"]::-webkit-input-placeholder,
.form__input [type="email"]::-webkit-input-placeholder,
.form__input [type="tel"]::-webkit-input-placeholder,
.form__input textarea::-webkit-input-placeholder {
  color: #ccc;
}

.form__input [type="text"]:-ms-input-placeholder,
.form__input [type="email"]:-ms-input-placeholder,
.form__input [type="tel"]:-ms-input-placeholder,
.form__input textarea:-ms-input-placeholder {
  color: #ccc;
}

.form__input [type="text"]::-ms-input-placeholder,
.form__input [type="email"]::-ms-input-placeholder,
.form__input [type="tel"]::-ms-input-placeholder,
.form__input textarea::-ms-input-placeholder {
  color: #ccc;
}

.form__input [type="text"]::placeholder,
.form__input [type="email"]::placeholder,
.form__input [type="tel"]::placeholder,
.form__input textarea::placeholder {
  color: #ccc;
}

.form__input select:invalid {
  color: #ccc;
}

.form__input [type="text"]:focus,
.form__input [type="email"]:focus,
.form__input [type="tel"]:focus,
.form__input select:focus,
.form__input textarea:focus {
  outline: none;
}

.form__privacy {
  margin-top: 42px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form__privacy {
    margin-top: 40px;
  }
}

.form__privacy [type="checkbox"] {
  display: none;
}

.form__privacy [type="checkbox"]:checked + .wpcf7-list-item-label > .form__privacy_message::after {
  bottom: 2px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-spinner {
  display: none;
}

.form__privacy_message {
  padding-left: 42px;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form__privacy_message {
    padding-left: 38px;
    font-size: 14px;
    line-height: 2;
  }
}

.form__privacy_message::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #3E3E3E;
}

@media screen and (max-width: 767px) {
  .form__privacy_message::before {
    width: 26px;
    height: 26px;
  }
}

.form__privacy_message::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 10px;
  height: 23px;
  border-bottom: 2px solid #023E78;
  border-right: 2px solid #023E78;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .form__privacy_message::after {
    width: 6px;
    height: 19px;
  }
}

.form__privacy_policy {
  text-decoration: underline;
  font-weight: bold;
  margin-right: 10px;
  font-style: 16px;
  line-height: 1.75;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.form__privacy_policy:hover {
  opacity: 0.7;
}

.form__submit {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .form__submit {
    margin-top: 38px;
  }
}

.form__submit.-contact [type="submit"] {
  width: unset;
  padding: 24px 80px;
}

@media screen and (max-width: 767px) {
  .form__submit.-contact [type="submit"] {
    width: 78.6667vw;
  }
}

.form__submit [type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  border: none;
  color: #023E78;
  padding: 24px;
  width: 26.25vw;
  max-width: 100%;
  display: inline-block;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #023E78;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .form__submit [type="submit"] {
    width: 336px;
  }
}

@media screen and (max-width: 767px) {
  .form__submit [type="submit"] {
    width: 100%;
    padding: 25px 0;
    font-size: 14px;
  }
}

.form__submit [type="submit"]:hover {
  color: #fff;
  background-color: #023E78;
}

.download-thanks__title {
  font-size: 2.2857em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .download-thanks__title {
    font-size: 1.7143em;
    line-height: 1.66667;
    margin-top: 12px;
  }
}

.download-thanks__message {
  margin-top: 36px;
  line-height: 1.71429;
}

.download-thanks__message.-second {
  margin-top: 38px;
  line-height: 2;
}

.download-thanks__link_container {
  margin-top: 14px;
}

.download-thanks__link_container span {
  font-family: "Noto Sans JP", sans-serif;
}

.download-link {
  margin-left: 8px;
  color: #023E78;
  text-decoration: underline;
}

/*======================================
    page contact
======================================*/
.contact {
  margin-top: 86px;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 64px;
    margin-bottom: -34px;
  }
}

.contact__inner {
  width: 53.671875vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact__inner {
    width: 100%;
    max-width: 550px;
    padding: 0 5.3333vw;
  }
}

.contact__message {
  line-height: 1.71429;
  font-family: "Noto Sans JP", sans-serif;
}

.contact__container {
  margin-top: 80px;
}

.contact__title {
  text-align: center;
  font-size: 1.7143em;
  font-weight: bold;
  line-height: 1.45833;
}

.contact__form {
  margin-top: 61px;
}
