@charset "UTF-8";
/*--------------------------------------------
# font
----------------------------------------------*/
html {
  font-size: 62.5%;
}

/*--------------------------------------------
# color
----------------------------------------------*/
/*--------------------------------------------
# responsive
----------------------------------------------*/
.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
/*--------------------------------------------
# 全体に共通するcommon
----------------------------------------------*/
body {
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  line-height: 0.5833333333;
}

img {
  width: 100%;
}

.inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 2rem;
    margin: 0;
  }
}

.c-btn {
  padding: 2.4rem;
  width: 17.6rem;
  border: 0.1rem solid #002a52;
  text-align: center;
  line-height: 24px;
}

.c-button-primary {
  color: #002a52;
  background: #fff;
  transition: letter-spacing ease 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button-primary {
    color: #fff;
    background: #023e78;
    border: 0.1rem solid #fff;
  }
}

.c-button-primary:hover {
  letter-spacing: 0.15rem;
}

.c-button-second {
  color: #fff;
  background: #002a52;
  transition: letter-spacing ease 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button-second {
    color: #023e78;
    background: #fff;
  }
}

.c-button-second:hover {
  letter-spacing: 0.15rem;
}

.p-section {
  padding: 23rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-section {
    padding: 51px 0 38px;
  }
}

.c-gp-company {
  transform: skewY(10deg);
  background: linear-gradient(transparent 35.5%, #eef3f8 35.5%);
  margin: 2rem 0;
  max-height: 101.7rem;
}
@media screen and (max-width: 767px) {
  .c-gp-company {
    background: linear-gradient(transparent 22.5%, #eef3f8 22.5%);
    margin: 0;
  }
}

.s-kew {
  transform: skewY(-10deg);
}

.c-sv-company {
  transform: skewY(10deg);
  background: linear-gradient(transparent 53%, #edf3f8 53%);
  margin: 6rem 0 0;
}

.v-btn-body {
  width: 100%;
  max-width: 28.8rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .v-btn-body {
    display: none;
  }
}

.v-btn-body-sp {
  display: flex;
  width: 100%;
  max-width: 18.8rem;
  justify-content: space-between;
  margin-left: auto;
  padding-top: 3.7rem;
}
@media screen and (min-width: 768px) {
  .v-btn-body-sp {
    display: none;
  }
}

.v-btn-body-case {
  margin-top: 20px;
}

.v-button-primary {
  font-size: 3.2rem;
  font-family: "Fira Sans", sans-serif;
  line-height: 3.8rem;
  padding: 0.8rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .v-button-primary {
    font-size: 2rem;
    padding: 0.7rem auto;
  }
}

.v-button-second {
  font-size: 3.2rem;
  font-family: "Fira Sans", sans-serif;
  line-height: 3.8rem;
  padding: 0.8rem 0;
  color: #163f74;
}
@media screen and (max-width: 767px) {
  .v-button-second {
    font-size: 2rem;
    padding: 0.7rem auto;
  }
}

.v-button1 {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  color: #fef251;
  margin: 0.5rem;
  border: 0.3rem solid;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .v-button1 {
    width: 4rem;
    height: 4rem;
  }
}
.v-button1::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 2.5rem;
  width: 9rem;
  height: 1rem;
  border: none;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: skew(45deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .v-button1::after {
    width: 6rem;
  }
}
.v-button1:hover:after {
  right: -2.5rem;
  width: 13.6rem;
}
@media screen and (max-width: 767px) {
  .v-button1:hover:after {
    display: none;
  }
}

.v-button2 {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  color: #fef251;
  background: #fef251;
  margin: 5px;
  border: 0.3rem solid;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .v-button2 {
    width: 4rem;
    height: 4rem;
  }
}
.v-button2::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 2.5rem;
  width: 9rem;
  height: 1rem;
  border: none;
  border-right: 0.2rem solid #163f74;
  border-bottom: 0.2rem solid #163f74;
  transform: skew(45deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .v-button2::after {
    width: 6rem;
  }
}
.v-button2:hover:after {
  right: -2.5rem;
  width: 13.6rem;
}
@media screen and (max-width: 767px) {
  .v-button2:hover:after {
    display: none;
  }
}

.c-footer-btn {
  display: block;
  max-width: 31.5rem;
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-align: center;
  margin: 4rem auto 5rem;
  color: #fff400;
  border: 0.3rem solid #fff400;
  padding: 3.5rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-footer-btn {
    margin: 4rem auto 0;
    font-size: 1.6rem;
    padding: 1.5rem 2.5rem;
  }
}
.c-footer-btn::after {
  content: "";
  background: url("../img/icon-arrow-yellow.png");
  background-size: 2rem 1.5rem;
  width: 2rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.c-footer-btn:hover {
  background: #fff400;
  color: #1a1a1a;
}

.c-footer-btn:hover::after {
  background: url("../img/icon-arrow-blue.png");
  background-size: 2rem 1.5rem;
  width: 2rem;
  height: 1.5rem;
  right: 0.5rem;
}

.section-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-menu {
    display: block;
  }
}

.section-menu-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .section-menu-service {
    display: block;
    padding-top: 70px;
  }
}

.section-title {
  font-size: 10rem;
  font-family: "Fira Sans", sans-serif;
  line-height: 12.1rem;
  color: #023e78;
  margin-right: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 5.2rem;
    line-height: 6.3rem;
  }
}

.section-sv {
  font-size: 2.4rem;
  font-weight: bold;
  color: #023e78;
  margin-right: 0;
  line-height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .section-sv {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.case-arrow {
  display: block;
  fill: #fff;
  width: 2.95rem;
  height: 2.95rem;
}

.case-card-skin:hover .case-arrow {
  fill: #fef251;
  transition: all 0.5s;
  transform: translate(1rem, 0);
}

.footer-arrow {
  display: block;
  fill: #fff400;
  width: 2rem;
  height: 1.3rem;
}
.footer-arrow:hover {
  fill: #002a52;
}

/*--------------------------------------------
# header
----------------------------------------------*/
.header {
  width: 100%;
  height: 10rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    height: 6rem;
  }
}
.header-logo {
  max-width: 28.8rem;
}
@media screen and (max-width: 767px) {
  .header-logo {
    max-width: 23.3rem;
  }
}
.header-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  padding: 1.6rem;
}
@media screen and (max-width: 767px) {
  .header-inner {
    height: 6rem;
    padding: 1.2rem 2rem;
  }
}
.header-nav {
  display: flex;
  height: inherit;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-nav-list {
  display: flex;
  height: inherit;
  align-items: center;
}

.header-nav-item-link {
  display: block;
}

.header-menu-item:not(:first-child) {
  margin-left: 4rem;
}

.header-menu-item {
  position: relative;
  white-space: nowrap;
  transition: color ease 0.3s;
}
.header-menu-item:not(:last-child)::after {
  content: "／";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
}

.header-menu-item:hover {
  color: #002a52;
  font-weight: bold;
}

.nav-buttons {
  display: flex;
  margin-left: 3.2rem;
  height: inherit;
  align-items: center;
}

.c-button-second {
  margin-left: 1rem;
}

/*========= (SP用)ナビゲーションのためのCSS ===============*/
.sc-header-inner {
  padding: 0 4rem;
}

#g-nav {
  position: fixed;
  z-index: 999;
  opacity: 0;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #023e78;
  /*動き*/
  transition: all 0.8s;
  padding: 0 9rem;
}
@media screen and (max-width: 767px) {
  #g-nav {
    padding: 0 4rem;
  }
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 9999;
  top: 6rem;
}

/*リストのレイアウト設定*/
.sp-header-nav-list {
  padding-top: 4rem;
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 3rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

.sp-nav-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-drwer {
  display: block;
  margin: 1.2rem 0;
  width: 100%;
  font-size: 1.6rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
    width: 6rem;
    height: 5rem;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 0.2rem;
  border-radius: 2px;
  background-color: #023e78;
  width: 3rem;
  color: #023e78;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn span:nth-of-type(1) {
  animation: menu07-bar01 1s forwards;
}
@keyframes menu07-bar01 {
  0% {
    transform: translateY(15px) rotate(45deg);
  }
  50% {
    transform: translateY(15px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.openbtn span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.openbtn span:nth-of-type(3) {
  animation: menu07-bar03 1s forwards;
}
@keyframes menu07-bar03 {
  0% {
    transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    transform: translateY(-3px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.openbtn.active span:nth-of-type(1) {
  animation: active-menu07-bar01 1s forwards;
}
@keyframes active-menu07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  animation: active-menu07-bar03 1s forwards;
}
@keyframes active-menu07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-45deg);
  }
}
/*--------------------------------------------
# mainview
----------------------------------------------*/
.slideshow-slide {
  position: relative;
  width: 100%;
  height: 70rem;
  overflow: hidden;
  padding-left: 9rem;
  margin-top: 7rem;
}
.slideshow-slide li {
  list-style: none;
  width: 100%;
  height: 100%;
  transition: 1s;
  top: 0;
  left: 0;
}
.slideshow-slide li.slide {
  top: 0;
  left: 100%;
  z-index: 10;
}
.slideshow-slide li:first-of-type {
  display: block !important;
}
.slideshow-slide li img {
  position: absolute;
  right: 0;
  top: 0;
  width: 93%;
}

.slideshow-slide-sp {
  width: 100%;
  height: 92vh;
  overflow: hidden;
}
.slideshow-slide-sp li {
  list-style: none;
  width: 100%;
  height: 100%;
  transition: 1s;
  top: 0;
  left: 0;
}
.slideshow-slide-sp li.slide {
  top: 0;
  left: 100%;
  z-index: 10;
}
.slideshow-slide-sp li:first-of-type {
  display: block !important;
}
.slideshow-slide-sp li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.pc-mv-body {
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pc-mv-body {
    padding-left: 4rem;
    margin-top: 6rem;
  }
}

.pc-mv-slogan {
  left: 22%;
  position: absolute;
  top: 55%;
  transform: translate(-50%, 0);
  z-index: 20;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pc-mv-slogan {
    max-width: 32rem;
    width: 100%;
    left: 48%;
    top: 66%;
  }
}

.pc-mv-title {
  font-size: 6rem;
  font-family: "Fira Sans", sans-serif;
  color: #163f74;
  background: #fff;
  line-height: 72px;
  margin: 1.6rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .pc-mv-title {
    font-size: 4rem;
    line-height: 4.8rem;
    margin: 0.8rem 0;
  }
}

.pc-mv-sv {
  font-size: 2rem;
  color: #fff;
  background: #163f74;
  line-height: 29px;
  margin: 1.6rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .pc-mv-sv {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

/*--------------------------------------------
# about
----------------------------------------------*/
.introduce-members {
  padding-top: 6rem;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .introduce-members {
    padding: 0;
    margin-bottom: 54px;
  }
}

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

.c-company-content {
  position: relative;
}

.c-bg-company {
  position: absolute;
  background: url(../img/bg-company.jpg) center/cover no-repeat;
  height: 80rem;
  width: 39%;
  right: 0;
  top: -10rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-bg-company {
    height: 36rem;
    top: 46rem;
    width: 79%;
  }
}

.text-body {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .text-body {
    margin-top: 59px;
  }
}

.about-text {
  display: block;
  max-width: 37.9rem;
  line-height: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .about-text {
    margin-bottom: 67px;
  }
}

.about-image {
  display: block;
  width: 100%;
  max-width: 68.1rem;
  aspect-ratio: 681/426;
  margin-left: 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .about-image {
    margin: 0;
    width: 100%;
    aspect-ratio: 335/210;
    padding-top: 1rem;
  }
}

/*--------------------------------------------
# service
----------------------------------------------*/
.v-b-second {
  background: #fef251;
}

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

.card-number {
  position: absolute;
  width: 100%;
  max-width: 10.2rem;
  top: -5rem;
  right: 0;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .card-number {
    right: -11px;
    top: -6rem;
  }
}

.card-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .card-box {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .card-skin {
    padding-top: 7rem;
    padding-left: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .card-skin {
    padding-top: 8.7rem;
  }
}
@media screen and (min-width: 768px) {
  .card-skin:nth-child(2) {
    padding-top: 15.1rem;
    margin-left: 7rem;
  }
  .card-skin:nth-child(3) {
    padding-top: 20.7rem;
    margin-left: 7rem;
  }
}

.card__imgframe {
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  box-sizing: border-box;
}

.card__imgframe > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card__imgframe > img {
    display: block;
    height: 427px;
    width: 322px;
  }
}

.card__textbox {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .card__textbox {
    padding-top: 12px;
  }
}

.card__textbox > * + * {
  margin-top: 1rem;
}

.card__titletext {
  position: absolute;
  bottom: 3.5rem;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .card__titletext {
    bottom: 27px;
    left: -12px;
    line-height: 4rem;
  }
}

.card-title {
  font-size: 2.8rem;
  line-height: 4.1rem;
  font-weight: bold;
  font-family: "Fira Sans", sans-serif;
  color: #023e78;
  background: #fff;
  text-align: center;
  padding: 0.1rem;
}

.card__overviewtext1 {
  line-height: 2.4rem;
  background: white;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .card__overviewtext1 {
    background: #eef3f8;
    padding-bottom: 20px;
    margin-top: 1rem;
  }
}

.card__overviewtext2 {
  line-height: 2.4rem;
  background: #eef3f8;
}
@media screen and (min-width: 768px) {
  .card__overviewtext2 {
    margin-top: 1.5rem;
  }
}

.v-button-second-service {
  padding: 0;
}

/*--------------------------------------------
# case study
----------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-inner {
    padding: 0 2rem;
  }
}

.case {
  background-image: url(../img/bg-case.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 95px 0 120px;
}
@media screen and (max-width: 767px) {
  .case {
    padding: 56px 0 39px;
  }
}

.case-card-skin {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .case-card-skin {
    padding: 23px 0;
    margin: 0;
    width: 100%;
    max-width: 334px;
  }
}

.case_header-menu {
  color: #fff;
}

.case-sv {
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .case-sv {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.case-card-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .case-card-box {
    display: block;
  }
}

.case-card__company {
  font-size: 1.6rem;
  margin-top: 1.8rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.cards__itemsbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .cards__itemsbox {
    padding-bottom: 11px;
    margin-right: 1.2rem;
  }
}

.card__item {
  height: 3.2rem;
  font-weight: bold;
  color: #fff;
  border: 0.1rem solid;
  padding: 0.6rem 1.6rem;
  line-height: 2rem;
}

.svg-def {
  display: none;
}

/*--------------------------------------------
# NEWS
----------------------------------------------*/
.news__container {
  max-width: 77.8rem;
  width: 100%;
  height: 53.7rem;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0.3rem 1.2rem rgba(0, 0, 0, 0.16);
  margin: 8rem auto;
}
@media screen and (max-width: 767px) {
  .news__container {
    margin: 6rem auto 3rem;
    height: 60.5rem;
  }
}

.news-section {
  padding: 9rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .news-section {
    padding: 0;
    background: linear-gradient(transparent 25%, #edf3f8 25%);
    margin-bottom: 150px;
  }
}

.news__container_inner {
  margin-right: 4rem;
  margin-left: 4rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .news__container_inner {
    margin: 0;
    padding: 2rem;
  }
}

.news_post {
  display: block;
  transition: all 0.3s;
  padding: 10px;
}

.news_post:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
}

.news_post__info {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .news_post__info {
    margin-top: 14px;
  }
}

.news_post__category {
  font-weight: 500;
  color: #d33365;
  border: 0.1rem solid #d33365;
  padding: 0.8rem 2.4rem;
  text-align: center;
  line-height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .news_post__category {
    padding: 0.8rem 1.4rem;
  }
}

.news_post__date {
  color: #888888;
  margin: auto 0;
  line-height: 2.4rem;
}

.news_post__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  padding: 1.6rem 0 3.2rem;
  border-bottom: 0.1rem solid #888;
}
@media screen and (max-width: 767px) {
  .news_post__title {
    padding: 1rem 0 3rem;
  }
}

.v-btn-news-sp {
  display: flex;
  width: 100%;
  max-width: 18.8rem;
  justify-content: space-between;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .v-btn-news-sp {
    display: none;
  }
}

/*--------------------------------------------
# footer
----------------------------------------------*/
.footer-likns {
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  padding: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .footer-likns {
    display: block;
  }
}

.footer-links-dw {
  position: relative;
  background: url(../img/img-download.jpg);
  background-size: cover;
  width: 100vw;
}

.footer-links-body {
  padding: 5.6rem 16.7rem;
}
@media screen and (max-width: 767px) {
  .footer-links-body {
    padding: 45px 38px 40px;
  }
}

.footer-links-title {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  line-height: 7.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-links-title {
    font-size: 4rem;
    margin-top: -18px;
  }
}

.footer-links-jp {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
}

.footer-links-ct {
  background: url(../img/img-contact.jpg);
  background-size: cover;
  width: 100vw;
}

.p-footer {
  background: #1a1a1a;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 6rem;
  }
}

.footer-body {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-body {
    display: block;
  }
}

.footer-company-info-adress {
  display: flex;
  justify-content: center;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .footer-company-info-adress {
    display: block;
    padding-bottom: 6rem;
  }
}

.footer-company-info-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 5.2rem;
  line-height: 6.8rem;
}
@media screen and (max-width: 767px) {
  .footer-company-info-title {
    font-size: 4rem;
    line-height: 5.3rem;
    padding: 0 4rem;
  }
}

.footer-company-info-adress {
  margin-top: 2.3rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
}
@media screen and (max-width: 767px) {
  .footer-company-info-adress {
    padding: 0 6rem;
  }
}

.copy-right {
  color: white;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .copy-right {
    display: block;
    padding: 0 4rem;
  }
}

.page-top {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.page-top img {
  display: block;
  width: 70%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.a-mv-lower {
  position: relative;
  padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .a-mv-lower {
    padding: 1rem 0;
  }
}

.a-mv-lower-image {
  width: 100%;
  height: 25rem;
  background-image: url(../img/mv-company_pc.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image {
    max-width: 37.5rem;
    background-image: url(../img/mv-company_sp.jpg);
  }
}
.a-mv-lower-image::before {
  content: "";
  background: url(../img/lower-mv-decoration_pc.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: inherit;
  height: 25rem;
  left: -55%;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image::before {
    background: url(../img/lower-mv-decoration_sp.png);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image::before {
    left: -44%;
  }
}
.a-mv-lower-image::after {
  content: "";
  background-color: rgba(26, 26, 26, 0.2);
  position: absolute;
  width: 100%;
  height: 25rem;
}

.a-mv-body {
  position: absolute;
  top: 44%;
  left: 17%;
}
@media screen and (max-width: 767px) {
  .a-mv-body {
    top: 35%;
    left: 5%;
  }
}

.service-mv-body {
  position: absolute;
  top: 33%;
  left: 17%;
}
@media screen and (max-width: 767px) {
  .service-mv-body {
    top: 34%;
    left: 5%;
  }
}

.news-mv-body {
  position: absolute;
  top: 33%;
  left: 17%;
}
@media screen and (max-width: 767px) {
  .news-mv-body {
    top: 34%;
    left: 5%;
  }
}

.home-menu {
  padding-bottom: 67px;
}
@media screen and (max-width: 767px) {
  .home-menu {
    padding: 0;
  }
}

.home-menu-nextpage {
  padding-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .home-menu-nextpage {
    padding: 0;
  }
}

.a-mv-ttl {
  font-size: 6rem;
  line-height: 7.2rem;
  color: #002a52;
  background-color: white;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .a-mv-ttl {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}

.a-mv-sv {
  margin-top: 0.8rem;
  font-size: 2rem;
  line-height: 2.9rem;
  color: #002a52;
  background-color: white;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .a-mv-sv {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 1rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-bottom: 22px;
  }
}

.breadcrumb-ccrtitle {
  color: #888;
}

a.home {
  color: #888;
  padding-right: 8px;
  font-size: 12px;
}

.breadcrumb > span:nth-child(1) {
  color: #888;
}

.breadcrumb .title-page {
  padding-left: 5px;
  color: #1a1a1a;
}

.post-post,
.current-item {
  padding: 0 8px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .post-post,
  .current-item {
    font-size: 14px;
  }
}

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

.msg-wrapp {
  padding: 8rem 8rem 34px 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .msg-wrapp {
    padding: 0;
    margin-top: -8px;
    margin-bottom: 6rem;
  }
}

.mission-image-pc {
  background-image: url(../img/img-company01_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 35.3rem;
  max-width: 1180rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mission-image-pc {
    background-image: url(../img/img-company01_sp.jpg);
    height: 28.3rem;
  }
}

.vision-image {
  background-image: url(../img/img-company02_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 35.3rem;
  max-width: 1180rem;
  width: 100%;
}

.mission-title {
  font-family: "Fira Sans", sans-serif;
  position: absolute;
  top: 80px;
  font-size: 11rem;
  color: white;
  padding: 2rem;
  margin-top: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mission-title {
    font-size: 5.2rem;
    padding: 1rem 2rem;
    top: 8px;
  }
}

.mission-sv {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 17%;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: white;
  padding: 2rem;
  margin-top: 7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mission-sv {
    font-size: 1.6rem;
    top: 16%;
    padding: 0 2rem;
    margin-top: 0;
  }
}

.mission-background {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mission-background {
    padding-bottom: 0;
  }
}

.mission-comment {
  max-width: 68.8rem;
  width: 100%;
  background-color: white;
  padding: 3.2rem 4rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin-top: -6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .mission-comment {
    margin-top: -4rem;
    padding: 2rem 2rem 0.5rem;
    max-width: 33.5rem;
  }
}

.vision-comment {
  max-width: 68.8rem;
  width: 100%;
  background-color: white;
  padding: 3.2rem 4rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin-top: -6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .vision-comment {
    margin-top: -11rem;
    padding: 2rem 2rem 0.5rem;
    max-width: 33.5rem;
  }
}

.mission-comment-title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #002a52;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .mission-comment-title {
    font-size: 2rem;
    line-height: 2.9rem;
    margin-bottom: 1.2rem;
  }
}

.mission-comment-text {
  color: #1a1a1a;
  line-height: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .mission-comment-text {
    padding: 3px 0;
  }
}

.vision-sv {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 17%;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: white;
  padding: 2rem;
  margin-top: 7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .vision-sv {
    font-size: 1.6rem;
    top: 15%;
    padding: 0 2rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .company {
    padding-top: 80px;
  }
}

.company-wrap {
  background: url(../img/bg-company.jpg);
}

.company-info {
  max-width: 76.8rem;
  width: 100%;
  padding: 8rem 0rem 8.3rem;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .company-info {
    padding: 6rem 2rem;
  }
}

.company-title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company-title {
    padding: 0;
    margin-bottom: 3rem;
  }
}

.company_inner {
  padding: 6rem 4rem 8rem;
  box-sizing: border-box;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .company_inner {
    padding: 3rem 2rem;
  }
}

dl {
  overflow: hidden;
  margin: 0;
}

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

.p-company-info__box {
  width: 780px;
  margin: 0 auto;
}

.p-company-info__title {
  font-size: 24px;
  text-align: center;
}

.p-company-info__dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: -100px;
}
@media screen and (max-width: 767px) {
  .p-company-info__dl {
    margin-top: 30px;
    margin-right: -40px;
    margin-bottom: 0;
  }
}

.p-company-info__dt {
  float: left;
  clear: left;
  width: 16%;
  border-bottom: 1px solid #002a52;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-company-info__dt {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0;
  }
}
.p-company-info__dt:first-child {
  border-top: 1px solid #002a52;
}

.p-company-info__dd {
  width: 70%;
  float: left;
  margin-left: 0em;
  padding: 2.4rem 3rem;
  border-bottom: 1px solid #e8eaec;
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__dd {
    padding-top: 17px;
    padding-left: 34px;
    padding-bottom: 16px;
    font-size: 1.4rem;
    line-height: 2rem;
    padding-right: 0;
  }
}

.p-company-info__dd:first-of-type {
  border-top: 1px solid #e8eaec;
}
@media screen and (max-width: 767px) {
  .p-company-info__dd:first-of-type {
    padding: 20px 0;
  }
}

.p-company-profile__dd-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
}

.p-company-info__dd-ad2 {
  margin-top: 1rem;
}

.p-company-info__dd-list {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-company-info__dd-list {
    padding: 0;
  }
}

.person-introduction-title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .person-introduction-title {
    margin: 5rem 0;
  }
}

.person-introduction-items {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 68.8rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .person-introduction-items {
    display: block;
    padding-bottom: 5rem;
    align-items: center;
  }
}

.svg-def {
  display: none;
}

.person-introduction-plf {
  display: flex;
  margin-bottom: 2.9rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .person-introduction-plf {
    align-items: center;
    margin-bottom: 17px;
  }
}

.person-introduction__position {
  line-height: 2rem;
  font-size: 1.4rem;
}

.person-introduction__name {
  font-size: 2rem;
  line-height: 2.9rem;
  padding: 0 2rem;
}

.person-introduction__bio {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  margin-right: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .person-introduction__bio {
    margin: 0;
  }
}

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

.introduction-icon {
  width: 3.2rem;
  height: 3.2rem;
}
.introduction-icon:not(:first-child) {
  margin-left: 21px;
}

.person-introduction__image {
  width: 24rem;
  height: 32rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .person-introduction__image {
    display: block;
  }
}

.s-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 9rem;
}
@media screen and (max-width: 767px) {
  .s-inner {
    padding: 45px 0;
    max-width: 37.5rem;
    margin: 0;
  }
}

.a-mv-lower-image-service {
  width: 100%;
  height: 25rem;
  background-image: url(../img/mv-service_pc.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-service {
    background-image: url(../img/mv-service_sp.jpg);
  }
}
.a-mv-lower-image-service::before {
  content: "";
  background: url(../img/lower-mv-decoration_pc.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: inherit;
  height: 25rem;
  left: -57%;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-service::before {
    background: url(../img/lower-mv-decoration_sp.png);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-service::before {
    left: -50%;
  }
}
.a-mv-lower-image-service::after {
  content: "";
  background-color: rgba(26, 26, 26, 0.2);
  position: absolute;
  width: 100%;
  height: 25rem;
}

.service-detail-wrapp {
  margin-top: 10px;
}

.service-detail-title {
  font-size: 2.8rem;
  line-height: 4rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .service-detail-title {
    font-size: 2rem;
    line-height: 24px;
    margin-bottom: 6rem;
  }
}

.service-img {
  max-width: 56rem;
  width: 100%;
  text-align: right;
  display: block;
  margin: 0 0 0 auto;
  margin-left: -60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .service-img {
    max-width: 18.8rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: 38px;
  }
}

.sv-img02 {
  margin-left: -36px;
}
@media screen and (max-width: 767px) {
  .sv-img02 {
    margin-left: -4px;
  }
}

.service-card {
  padding-bottom: 260px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .service-card {
    display: block;
    padding-bottom: 0;
  }
}
.service-card:nth-child(odd) {
  flex-direction: row-reverse;
  margin-right: -40px;
}

.service-comment {
  position: relative;
  max-width: 59rem;
  padding: 6rem 4rem 7px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0pt 3pt 12pt rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .service-comment {
    max-width: 33.5rem;
    margin-top: -16rem;
    padding: 4rem 2rem 2px;
    margin-bottom: 60px;
    margin-left: 2rem;
    top: 0;
    left: 0;
  }
}

.svcmt-02 {
  left: -10%;
}
@media screen and (max-width: 767px) {
  .svcmt-02 {
    right: 0;
    left: 0;
    margin-bottom: 46px;
  }
}

.service-number {
  position: absolute;
  width: 100%;
  max-width: 10.2rem;
  top: -5rem;
  left: 58px;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .service-number {
    width: 6.7rem;
    top: -4rem;
    left: 2rem;
  }
}

.number-02 {
  top: 0;
  right: 38px;
  left: auto;
  top: -58px;
}
@media screen and (max-width: 767px) {
  .number-02 {
    width: 6.7rem;
    display: block;
    margin-left: auto;
    top: -40px;
  }
}

.vision-txt02 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .vision-txt02 {
    margin-bottom: 32px;
  }
}

.vision-ttl-jp {
  text-align: left;
  margin-bottom: 0.4rem;
  font-size: 2.8rem;
  line-height: 3.6rem;
  color: #1a1a1a;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .vision-ttl-jp {
    font-size: 40px;
    font-weight: bold;
    padding-top: 32px;
    padding-bottom: 10px;
  }
}

.vision-ttl-en {
  font-size: 1.4rem;
  line-height: 19px;
  color: #002a52;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .vision-ttl-en {
    line-height: 1.7rem;
    margin-bottom: 3.2rem;
  }
}

.service_inner {
  box-sizing: border-box;
}

.servise-info__dt {
  border-bottom: 1px solid #e8eaec;
}
.servise-info__dt:first-child {
  border-top: 1px solid #e8eaec;
}

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

.service-btn {
  position: relative;
  max-width: 35rem;
  margin: 0 auto;
  width: 100%;
  display: block;
  background-color: white;
  color: #163f74;
  transition: background 0.3s color 0.3s;
}
@media screen and (max-width: 767px) {
  .service-btn {
    padding: 2.6rem 5.8rem;
    margin-top: 24px;
    margin-left: 0;
    max-width: 30rem;
  }
}
.service-btn::after {
  content: "";
  position: absolute;
  background: url(../img/icon-arrow-blue.png);
  background-size: 2rem 1.5rem;
  width: 2rem;
  height: 1.5rem;
  display: block;
  right: 4rem;
  top: 40%;
  transition: background 0.3s, right 0.3s;
}
.service-btn:hover {
  background-color: #023e78;
  color: white;
}

.service-btn:hover::after {
  background: url(../img/arrow_btn.png);
  transform: rotate(40deg);
  background-size: cover;
  right: 3rem;
}

.introduction {
  margin-top: -96px;
  padding-bottom: 151px;
}
@media screen and (max-width: 767px) {
  .introduction {
    margin-top: -67px;
    padding-bottom: 68px;
  }
}

.introduction-wrap {
  background: url(../img/bg-company.jpg);
  padding: 6rem 2rem;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .introduction-wrap {
    padding: 6rem 2rem 13px;
  }
}

.intro__body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 68px;
}
@media screen and (max-width: 767px) {
  .intro__body {
    display: block;
  }
}

.intro-ttle {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: white;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: 21px 0 60px;
}
@media screen and (max-width: 767px) {
  .intro-ttle {
    margin: 0;
  }
}

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

.intro__item_numbers {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .intro__item_numbers {
    display: block;
  }
}

.intoro__item_step {
  color: #fef251;
  font-family: "Fira Sans", sans-serif;
  text-align: left;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .intoro__item_step {
    margin: 0;
  }
}

.intoro__item_number {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #fef251;
  font-family: "Fira Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .intoro__item_number {
    text-align: left;
    display: block;
  }
}

.intro__item_content {
  width: 100%;
  height: 19.5rem;
  max-width: 27.5rem;
  padding: 2rem 4rem;
  display: block;
  background-color: #edf3f8;
  position: relative;
}
.intro__item_content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 99px 0 99px 27px;
  border-color: transparent transparent transparent #edf3f8;
  z-index: 1;
  top: 0;
  right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .intro__item_content {
    padding: 2rem;
    margin-left: 1.6rem;
    height: 150px;
  }
  .intro__item_content::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 137px 0 137px;
    border-color: #edf3f8 transparent transparent transparent;
    top: 99%;
    right: 0;
  }
}

.cnt02 {
  background-color: #dde8f0;
}
.cnt02::after {
  border-color: transparent transparent transparent #dde8f0;
}
@media screen and (max-width: 767px) {
  .cnt02::after {
    border-color: #dde8f0 transparent transparent transparent;
  }
}

.cnt03 {
  background-color: #c7dbe9;
}
.cnt03::after {
  border-color: transparent transparent transparent #c7dbe9;
}
@media screen and (max-width: 767px) {
  .cnt03::after {
    border-color: #c7dbe9 transparent transparent transparent;
  }
}

.cnt04 {
  background-color: #b0d0e5;
}
.cnt04::after {
  border-color: transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .cnt04::after {
    border-color: transparent transparent transparent;
  }
}

.intro__item_content_ttl {
  font-size: 1.3177vw;
  line-height: 2.7rem;
  font-weight: bold;
  color: #002a52;
  padding: 29px 0 20px;
}
@media screen and (max-width: 767px) {
  .intro__item_content_ttl {
    text-align: center;
    padding: 0;
  }
}

.intro__item_content_text {
  font-size: min(1.024vw, 14px);
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}

.intro__item_content_text__red {
  color: #d33365;
}

.QandA {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .QandA {
    padding-bottom: 100px;
  }
}

.qa__body__title {
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .qa__body__title {
    margin-bottom: 26px;
  }
}

.qa__container {
  max-width: 68.8rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 8rem;
}

.accordion {
  width: 100%;
}
.accordion__item {
  width: 100%;
}
.accordion__item summary {
  width: 100%;
  background-color: white;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.9rem;
  padding: 3.2rem 4rem 3.2rem 1rem;
  cursor: pointer;
  position: relative;
  display: block;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .accordion__item summary {
    padding: 2rem 4rem 2rem 0;
    font-size: 1.6rem;
  }
}
.accordion__item summary::before, .accordion__item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #1a1a1a;
}
.accordion__item summary::before {
  right: 10px;
  width: 20px;
  height: 2px;
  transform: translate(0, -50%) rotate(0deg);
}
.accordion__item summary::after {
  right: 20px;
  width: 2px;
  height: 20px;
  transform: translate(50%, -50%);
}
.accordion__item summary::-webkit-details-marker {
  display: none;
}
.accordion__item[open] summary::before {
  transform: translate(0, 50%) rotate(45deg);
  background-color: #d33365;
}
.accordion__item[open] summary::after {
  transform: translate(0, -41%) rotate(45deg);
  background-color: #d33365;
}
.accordion__item[open] summary {
  border-bottom: none;
  color: #d33365;
}
.accordion__item + .accordion__item {
  margin-top: 5px;
}
.accordion__content {
  background-color: white;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0 4rem 17px;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .accordion__content {
    padding: 2rem 0;
  }
}

.a-mv-lower-image-intro {
  width: 100%;
  height: 25rem;
  background-image: url(../img/mv-company_pc.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-intro {
    background-image: url(../img/mv-company_sp.jpg);
  }
}
.a-mv-lower-image-intro::before {
  content: "";
  background: url(../img/lower-mv-decoration_pc.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: inherit;
  height: 25rem;
  left: -55%;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-intro::before {
    background: url(../img/lower-mv-decoration_sp.png);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-intro::before {
    left: -44%;
  }
}
.a-mv-lower-image-intro::after {
  content: "";
  background-color: rgba(26, 26, 26, 0.2);
  position: absolute;
  width: 100%;
  height: 25rem;
}

.intro-btns {
  display: flex;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .intro-btns {
    margin: 0 20px;
    padding: 40px 0;
    display: block;
  }
}

.intro-btns-category {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .intro-btns-category {
    margin-bottom: 20px;
  }
}

.intro-btns-category:not(:first-child) {
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .intro-btns-category:not(:first-child) {
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.intro-btn {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #eeeeee;
  border-radius: 4px;
  padding: 1.2rem;
  width: 208px;
  display: block;
  text-align: center;
}
.intro-btn:hover {
  background-color: rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 767px) {
  .intro-btn {
    margin: 0;
    padding: 10px;
    width: 100%;
  }
}

.introduction-details {
  margin: 0;
  padding-bottom: 57px;
}
@media screen and (min-width: 768px) {
  .introduction-details {
    padding-bottom: 73px;
  }
}

@media screen and (min-width: 768px) {
  .introduction-details:last-child {
    padding-bottom: 115px;
  }
}

.intro-detail-title {
  display: flex;
  align-items: center;
  border-left: 1rem solid #023e78;
  padding: 0.2rem 1rem;
  font-size: 2.8rem;
  line-height: 4rem;
  text-align: left;
  font-weight: bold;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .intro-detail-title {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 24px;
  }
}

.intro-detail-sv {
  font-size: 1.4rem;
  line-height: 1.7rem;
  -moz-text-align-last: left;
  text-align-last: left;
  font-family: "Fira Sans", sans-serif;
  color: #163f74;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .intro-detail-sv {
    padding: 0;
  }
}

.introduction-details-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 66px 0 0;
}
@media screen and (max-width: 767px) {
  .introduction-details-content {
    display: block;
    padding-bottom: 2rem;
    padding: 0;
  }
}

.introduction-cards-body {
  max-width: 51rem;
  width: 100%;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .introduction-cards-body {
    max-width: 33.5rem;
  }
}

.introduction-card-companies {
  display: flex;
  align-items: center;
  background-color: #023e78;
  border-radius: 12px 12px 0 0;
  justify-content: flex-start;
  position: relative;
}

.introduction-card-title {
  margin: 1.8rem 2rem;
}
@media screen and (max-width: 767px) {
  .introduction-card-title {
    margin: 10px 20px;
  }
}

.introduction-card-depart {
  font-size: 1.4rem;
  line-height: 3.7rem;
  -moz-text-align-last: left;
  text-align-last: left;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
}

.introduction-card-depart-company {
  font-size: 2.4rem;
  line-height: 2.8rem;
  -moz-text-align-last: left;
  text-align-last: left;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  display: flex;
}
@media screen and (max-width: 767px) {
  .introduction-card-depart-company {
    font-size: 16px;
  }
}

.introduction-card-depart-company-name {
  font-size: 1.6rem;
  line-height: 2.8rem;
  -moz-text-align-last: left;
  text-align-last: left;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  margin-left: 1.2rem;
}

.introduction-card-image {
  width: 16rem;
  max-width: 16rem;
  height: 11.2rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  position: absolute;
  top: -10px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .introduction-card-image {
    width: 9rem;
    max-width: 9rem;
    height: 6.8rem;
    top: auto;
  }
  .introduction-card-image img {
    border-radius: 4px;
  }
}
.introduction-card-image img {
  border-radius: 12px;
}

.introduction-card-items {
  padding: 4rem;
  background-color: white;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .introduction-card-items {
    padding: 1rem 2rem 8px;
  }
}

.introduction-card-course-title {
  border-bottom: 1px solid #dddddd;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -moz-text-align-last: left;
  text-align-last: left;
  color: #1a1a1a;
  font-weight: bold;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.8rem 0;
}

.introduction-card-svtitle {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  -moz-text-align-last: left;
  text-align-last: left;
  margin: 0.8rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .introduction-card-svtitle {
    margin: 1.8rem 3rem;
  }
}
.introduction-card-svtitle::before {
  content: "";
  position: absolute;
  background: url(../img/icon-check.png);
  background-size: contain;
  width: 2rem;
  height: 2rem;
  top: 0.5rem;
  left: -3rem;
}

.introduction-card-svtext {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  -moz-text-align-last: left;
  text-align-last: left;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .introduction-card-svtext {
    margin-bottom: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-btn01 {
    padding: 2.6rem 0;
    margin-top: 4rem;
    margin: auto;
  }
}

.a-mv-lower-image-news {
  width: 100%;
  height: 25rem;
  background-image: url(../img/mv-news_pc.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-news {
    background-image: url(../img/mv-news_sp.jpg);
  }
}
.a-mv-lower-image-news::before {
  content: "";
  background: url(../img/lower-mv-decoration_pc.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: inherit;
  height: 25rem;
  left: -55%;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-news::before {
    background: url(../img/lower-mv-decoration_sp.png);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-news::before {
    left: -50%;
  }
}
.a-mv-lower-image-news::after {
  content: "";
  background-color: rgba(26, 26, 26, 0.2);
  position: absolute;
  width: 100%;
  height: 25rem;
}

.news-category {
  padding-bottom: 100px;
}

.news-category-container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .news-category-container {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .news-category-mainbody {
    width: 73%;
  }
}

.news-category-title {
  font-size: 2rem;
  line-height: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .news-category-title {
    font-size: 32px;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .news-category-title-detail {
    font-size: 20px;
    margin-top: 15px;
  }
}

.news-category-title-new {
  font-size: 2rem;
  font-weight: bold;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .news-category-title-new {
    line-height: 4rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #1a1a1a;
  }
}

.category-taxonomy {
  margin-top: 77px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .category-taxonomy {
    margin-top: 47px;
  }
}

.news-category-items {
  display: flex;
  margin: 34px 0 46px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news-category-items {
    margin: 1.2rem 0 23px;
  }
}

.news-category-content-images {
  width: calc(33.61% - 10px);
}
@media screen and (max-width: 767px) {
  .news-category-content-images {
    width: calc(37.61% - 6px);
  }
}

.news-sidebar-items {
  margin: 15px 0;
}

.icatch-image {
  height: auto;
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .icatch-image {
    max-width: 26.666vw;
  }
}

.news-category-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .news-category-content-item {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .news-category-content-item-new {
    padding-top: 0;
  }
}

.news-category-content-sbtitle {
  display: flex;
  align-items: center;
}

.news-category-content-sbtitle-side {
  padding-top: 0;
}

.news-category-content-small-title {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #d33365;
  font-family: "Fira Sans", sans-serif;
  -moz-text-align-last: left;
  text-align-last: left;
  border: 1px solid #d33365;
  margin-right: 0.8rem;
  padding: 4px 11px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .news-category-content-small-title {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 21px;
  }
}

.news-category-content-small-title:hover {
  color: #e0a0b2;
  border: 1px solid #e0a0b2;
}

.news-category-content-new:hover {
  color: #e0a0b2;
}

.small-title-side {
  font-size: 12px;
  line-height: 20px;
  padding: 2px 12px;
  margin-left: 8px;
  color: #d33365;
  font-family: "Fira Sans", sans-serif;
  -moz-text-align-last: left;
  text-align-last: left;
  border: 1px solid #d33365;
  white-space: nowrap;
}

.news-category-content-new {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #d33365;
}

.news-category-content-time {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #888;
  margin-left: 1.7rem;
}
@media screen and (min-width: 768px) {
  .news-category-content-time {
    margin: 0;
  }
}

.news-category-content-text {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2rem;
  -moz-text-align-last: left;
  text-align-last: left;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .news-category-content-text {
    margin-left: 0;
  }
}

.news-category-content-wrap {
  width: calc(67% - 7.5px);
  margin-left: 1rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .news-category-content-wrap {
    width: calc(62.39% - 1px);
    padding-left: 5px;
  }
}

.news-sidebar-wrap {
  max-width: 70%;
  margin-left: 18px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .news-sidebar-wrap {
    width: calc(62.39% - 1px);
    margin-left: 0;
  }
}

.sidebar-newspaper-article {
  width: calc(29% - 17px);
}
@media screen and (max-width: 767px) {
  .sidebar-newspaper-article {
    width: 100%;
  }
}

p .arrows {
  text-align: center;
  margin: 3rem 0;
  color: #aaa;
}

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .nav-links {
    padding-bottom: 90px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .pagination {
    padding: 10px 0;
  }
}
.pagination a {
  display: inline-block;
  padding: 15px;
  background-color: #eee;
  text-decoration: none;
  color: black;
}
@media screen and (min-width: 768px) {
  .pagination a {
    padding: 2.3rem 2rem;
    margin-right: 8px;
  }
}
.pagination a:hover, .pagination a:focus {
  background-color: #ddd;
}

.page-numbers.current {
  display: inline-block;
  padding: 15px;
  background-color: #163f74;
  text-decoration: none;
  color: white;
}
@media screen and (min-width: 768px) {
  .page-numbers.current {
    padding: 2.3rem 2rem;
    margin-right: 8px;
  }
}

.pagination__prev::before {
  content: "<";
  color: #888;
}

.pagination__next::before {
  content: ">";
  color: #888;
}

.pagination__items {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  counter-reset: pagination;
  margin: 0 1px;
}
.pagination__items li {
  position: absolute;
  top: -100vh;
  counter-increment: pagination;
  margin: 0 1px;
}
.pagination__items li:first-child, .pagination__items li:last-child {
  position: static;
}
.pagination__items li.is-active {
  position: static;
}
.pagination__items li.is-active:not(:nth-child(1)):not(:nth-child(2))::before {
  content: "...";
  display: inline-block;
  padding: 1.3rem 2rem;
  background-color: #eee;
  margin-right: 2px;
}
.pagination__items li.is-active + li, .pagination__items li.is-active + li + li {
  position: static;
}
.pagination__items li.is-active + li + li:not(:last-child):not(:nth-last-child(2))::after {
  content: "...";
  display: inline-block;
  padding: 1.3rem 2rem;
  background-color: #f8f8f8;
  margin-left: 2px;
}
.pagination__items a::before {
  content: counter(pagination);
}
.pagination__items .is-active a {
  background-color: #023e78;
  color: white;
}

.category-lists {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list {
  position: relative;
}
.category-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  background: url(../img/icon-chevron-right02x.png) center/cover no-repeat;
  width: 10px;
  height: 18px;
  transform: translate(0, -50%);
  color: #163f74;
}
@media screen and (min-width: 768px) {
  .category-list::before {
    left: 15px;
  }
}

.category-list-item {
  display: inline-block;
  padding: 1.7rem 4rem;
  background-color: white;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .category-list-item {
    padding: 20px 30px;
  }
}

.category-list-item:hover {
  color: gray;
}

.icatch-image-sidebar {
  max-height: 100px;
  height: 7.8125vw;
  max-width: 100px;
  width: 7.8125vw;
}
@media screen and (max-width: 767px) {
  .icatch-image-sidebar {
    height: 98px;
    width: 100%;
  }
}

.sidebar-newspaper-images {
  width: calc(20% - 5px);
}

.news-category-article-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.6rem 0;
}

.news-category-content {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .news-category-content {
    padding: 0;
  }
}

.newsArea-text {
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: left;
  color: #1a1a1a;
  margin-bottom: 2.4rem;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .newsArea-text {
    font-size: 24px;
    line-height: 32px;
    margin: 27px 0 32px;
  }
}

.newsArea__categorylist {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .newsArea__categorylist {
    margin-right: 40px;
  }
}

.newsArea__categorylist > p {
  line-height: 1.7142857143;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .newsArea__categorylist > p {
    margin-top: 17px;
  }
}

.neasArea__categorylist_images {
  margin-bottom: 2.4rem;
}

.news__articalTitle_h2,
h2.wp-block-heading {
  padding: 0.6em 0.25em; /*上下 左右の余白*/
  color: #163f74; /*文字色*/
  background: #f8f8f8; /*背景透明に*/
  border-left: solid 5px #023E78; /*左線*/
  font-size: 2rem;
  line-height: 3.2rem;
  -moz-text-align-last: left;
  text-align-last: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-top: 40px;
}

.news__articalText {
  font-size: 1.4rem;
  line-height: 2.4rem;
  -moz-text-align-last: left;
  text-align-last: left;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  margin: 2rem 0;
}

.news__articalTitle_h3,
h3.wp-block-heading {
  font-size: 1.8rem;
  line-height: 3.2rem;
  -moz-text-align-last: left;
  text-align-last: left;
  font-family: "Noto Sans JP", sans-serif;
  color: #163f74;
  border-bottom: 1px solid #163f74;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .news__articalTitle_h3,
  h3.wp-block-heading {
    margin-top: 34px;
  }
}

.news__articalTitle_h4,
h4.wp-block-heading {
  font-size: 1.6rem;
  line-height: 2.8rem;
  -moz-text-align-last: left;
  text-align-last: left;
  font-family: "Noto Sans JP", sans-serif;
  color: #163f74;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .news__articalTitle_h4,
  h4.wp-block-heading {
    margin-top: 39px;
    margin-bottom: 32px;
  }
}

.news__articalList {
  margin: 2rem 0;
}

.newsArea__categorylist > ul,
.news__list {
  font-size: 1.4rem;
  line-height: 2.4rem;
  -moz-text-align-last: left;
  text-align-last: left;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  margin: 2rem 0;
  list-style-type: disc;
  margin: 0 60px;
}

blockquote.wp-block-quote,
.news__areaQuote {
  padding: 0.6em 0.25em; /*上下 左右の余白*/
  color: #163f74; /*文字色*/
  background: #f8f8f8; /*背景透明に*/
  border-left: solid 5px #023E78; /*左線*/
  font-size: 2rem;
  line-height: 3.2rem;
  -moz-text-align-last: left;
  text-align-last: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  blockquote.wp-block-quote,
  .news__areaQuote {
    margin: 6rem 4rem 2rem;
  }
}

blockquote.wp-block-quote,
.news__areaQuate_text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  -moz-text-align-last: left;
  text-align-last: left;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  padding: 3.2rem;
  font-weight: normal;
  background: url(../img/quote_sp.png) no-repeat;
}

.newsArea__linkBody {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .newsArea__linkBody {
    padding: 4rem 0;
  }
}

.newsArea__linkName > a {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #163f74;
  border-radius: 4px;
  border: 1px solid #163f74;
  padding: 0.8rem 1.6rem;
  background: white;
}

@media screen and (max-width: 767px) {
  .a-dw-body {
    top: 41%;
  }
}

.home-menu-DL {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .home-menu-DL {
    padding: 10px 0 5px;
  }
}

.pamphlet__Download_wrap {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .pamphlet__Download_wrap {
    padding-bottom: 22px;
  }
}

.Contact__form_wrap {
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .Contact__form_wrap {
    padding-bottom: 76px;
  }
}

.Contact__formthanks_wrap {
  padding-bottom: 62px;
}
@media screen and (min-width: 768px) {
  .Contact__formthanks_wrap {
    padding-bottom: 106px;
  }
}

.DW-thanks-wrap {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .DW-thanks-wrap {
    padding-bottom: 127px;
  }
}

.a-mv-lower-image-pamphlet {
  width: 100%;
  height: 25rem;
  background-image: url(../img/mv-download_sp.jpg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-pamphlet {
    background-image: url(../img/mv-download_sp.jpg);
  }
}
.a-mv-lower-image-pamphlet::before {
  content: "";
  background: url(../img/lower-mv-decoration_pc.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: inherit;
  height: 25rem;
  left: -55%;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-pamphlet::before {
    background: url(../img/lower-mv-decoration_sp.png);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-pamphlet::before {
    left: -50%;
  }
}
.a-mv-lower-image-pamphlet::after {
  content: "";
  background-color: rgba(26, 26, 26, 0.2);
  position: absolute;
  width: 100%;
  height: 25rem;
}

.pamphlet_lower {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .pamphlet_lower {
    padding-top: 70px;
    padding-bottom: 0;
  }
}

.pamphlet_breadcrumb {
  padding-bottom: 4rem;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .pamphlet_breadcrumb {
    padding-bottom: 70px;
  }
}

.pamphlet__Dawnload_form {
  background: #edf3f8;
  border-radius: 12px;
  padding: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pamphlet__Dawnload_form {
    padding: 35px 20px;
  }
}

.pamphlet__Dawnload_Title {
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: left;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .pamphlet__Dawnload_Title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

.pamphlet__Dawnload_img {
  display: block;
  margin: auto;
  background: white;
  padding: 2rem 0 1rem;
  width: 100%;
  max-width: 317px;
}
@media screen and (min-width: 768px) {
  .pamphlet__Dawnload_img {
    margin: 20px auto 14px;
    height: auto;
    padding: 0;
  }
}

.pamphlet__Download_pamphlet {
  padding-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .pamphlet__Download_pamphlet {
    margin-right: 4rem;
  }
}

.pamphlet__Dawnload_text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  margin-bottom: 2.4rem;
}

.dawnload_formTitle {
  font-size: 2.4rem;
  line-height: 6.5rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #1a1a1a;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .dawnload_formTitle {
    font-size: 3.2rem;
    padding: 12px 11px;
  }
}

form {
  margin: 0 auto;
}

.format_itemName {
  display: block;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: #1a1a1a;
  text-align: left;
  margin: 17px 0 17px;
}
@media screen and (min-width: 768px) {
  .format_itemName {
    font-size: 1.8rem;
    line-height: 4rem;
    margin: 30px 0 23px;
  }
}

.format_itemName_link_a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .format_itemName_link_a {
    margin: 25px 0 18px;
  }
}

.format_itemName_link_t {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1a1a1a;
}

.format_iteminput {
  width: 100%;
  padding: 10px 1.4rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1a1a1a;
  background: white;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .format_iteminput {
    padding: 9px 14px;
    margin-top: 2px;
  }
}

span.form_required {
  font-size: 1rem;
  line-height: 3.2rem;
  color: white;
  background-color: #d33365;
  padding: 2px 10px;
  margin-left: 8px;
}

.wpcf7 {
  width: 100%;
}

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

.ECM_CheckboxInput {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  transform: scale(1.1);
}

.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  transform: scale(1.1);
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #3e3e3e;
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #3e3e3e;
}

.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px transparent;
  background: white;
  border: 1px solid #3e3e3e;
  transition: all 0.15s linear;
  margin-right: 10px;
}

.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 14px;
  line-height: 2.8rem;
  margin-right: 2px;
}

.ECM_CheckboxInput-LabelText-a {
  font-weight: bold;
  text-decoration: underline;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .pamhlet__Dawnload_container {
    display: flex;
    text-align: center;
    justify-content: space-between;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    margin-top: 20px;
  }
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 319px;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item label {
    padding: 11px 0;
  }
}

.pamphlet_Dawnload-button {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.4rem;
  padding: 2.4rem 0;
  background: white;
  color: #163f74;
  width: 100%;
  border: 1px solid #163f74;
  max-width: 332px;
  margin: 30px auto;
  justify-content: center;
  display: flex;
  transition: all 0.8s ease;
}
@media screen and (min-width: 768px) {
  .pamphlet_Dawnload-button {
    font-size: 16px;
    max-width: 208px;
    margin: 18px auto;
  }
}
.pamphlet_Dawnload-button:hover {
  background: #163f74;
  color: white;
}

.DW__thanks_Title {
  line-height: 4rem;
}
@media screen and (min-width: 768px) {
  .DW__thanks_Title {
    line-height: 55px;
  }
}

.DL__tanks_message {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .DL__tanks_message {
    padding: 0;
  }
}

.message02 {
  padding-top: 38px;
}
@media screen and (min-width: 768px) {
  .message02 {
    padding: 40px 10px;
  }
}

.DL__thanks_link {
  display: flex;
}
@media screen and (max-width: 767px) {
  .DL__thanks_link {
    padding-top: 14px;
  }
}

.DL__thanks_link_arrow {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #163f74;
  margin-left: 8px;
  text-decoration: none;
}

.DL__thanks_link_Name {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #163f74;
  text-decoration: underline;
}

.l_contact__Form {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  padding-top: 19px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l_contact__Form {
    margin-bottom: 24px;
  }
}

.l_contact__Form_title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .l_contact__Form_title {
    padding: 12px 11px 21px;
  }
}

.i_contact_Form_body {
  background: white;
  padding: 0;
}

.Form-Item-Textarea {
  font-size: 15px;
  width: 100%;
  height: 240px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 1.2rem 1.4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #ccc;
  background: white;
  resize: vertical;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .Form-Item-Textarea {
    height: 140px;
  }
}

.select_item {
  position: relative;
  z-index: 1;
}

.select_item::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: -1;
}

/* 基本のセレクトボックスのカスタマイズ */
.select {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1a1a1a;
  background: white;
  text-align: left;
  height: 44px;
  color: #ccc;
  padding: 0 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #163f74;
  border-right: 2px solid #163f74;
  z-index: -1;
}

.contact__Form_items {
  margin: 0 20rem;
}

.contact__Form_item {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .contact__Form_item {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .contact__Formbtn {
    width: 200px;
    border: 1px solid #163f74;
    margin: 0 auto;
  }
}

.l-contact__Form_container {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contact__Form_container {
    max-width: 688px;
    margin: 0 auto;
    width: 100%;
  }
}

.contact__Form_thanksForm {
  background: white;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contact__Form_thanksForm {
    padding: 0 209px;
  }
}

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

.a-mv-lower-image-contact {
  width: 100%;
  height: 25rem;
  background-image: url(../img/mv-contact_pc.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-contact {
    background-image: url(../img/mv-contact_sp.png);
  }
}
.a-mv-lower-image-contact::before {
  content: "";
  background: url(../img/lower-mv-decoration_pc.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: inherit;
  height: 25rem;
  left: -55%;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-contact::before {
    background: url(../img/lower-mv-decoration_sp.png);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .a-mv-lower-image-contact::before {
    left: -50%;
  }
}
.a-mv-lower-image-contact::after {
  content: "";
  background-color: rgba(26, 26, 26, 0.2);
  position: absolute;
  width: 100%;
  height: 25rem;
}

.contact_breadcrumb {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact_breadcrumb {
    padding-top: 4px;
    padding-bottom: 53px;
  }
}

.ct-mv-body {
  top: 42%;
}

@media screen and (max-width: 767px) {
  .wpcf7-form-control {
    width: 295px;
  }
}

@media screen and (max-width: 767px) {
  .contact__thanks_msg {
    margin-top: -27px;
  }
}/*# sourceMappingURL=style.css.map */