/*
Theme Name: test
Author: test
Author URI: https://wordpress.org/
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
*:focus {
  outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: inherit;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/* ページ共通
---------------------------------------------------- */
html {
  min-width: 1000px;
  color: #091F6C;
  font-size: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  html {
    min-width: 0;
    font-size: 2.66667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.6 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}

@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes hayabusachan {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes historyBox {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}

@keyframes bgZoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}

@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated3.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated4.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*--------------------------------------
 youtube video wrap
---------------------------------------*/

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 60px;
  padding: 0 40px;
  box-shadow: 0px 1px 8px rgba(5, 1, 191, 0.16);
  box-sizing: border-box;
  position: relative;
  position: sticky;
  top: 0px;
  z-index: 10;
}


@media screen and (max-width: 767px) {
  .l-header {
    height: 16vw;
    padding: 0 6.4vw;
  }
}

.l-header .fontB {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-header h1 {
    width: 22.4vw;
  }
}

.l-header h1 a {
  display: block;
}

.l-header h1 a img {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-header h1 a img {
    width: 100%;
  }
}

.l-header .pcColR {
  display: flex;
  align-items: center;
  height: 100%;
  color: #0E0E2C;
}

.l-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-header nav {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.l-header nav > ul {
  display: flex;
  height: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .l-header nav > ul {
    display: none;
    background-color: #fff;
    width: 100%;
    height: auto;
    border-top: 1px solid #D1D7ED;
    box-shadow: 0 1.33333vw 2.13333vw -0.8vw rgba(5, 1, 191, 0.16);
    position: absolute;
    top: 0;
    z-index: 1;
  }
}

.l-header nav > ul > li + li {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .l-header nav > ul > li + li {
    margin-left: 0;
    border-top: 1px solid #D1D7ED;
  }
}

.l-header nav > ul > li > a,
.l-header nav > ul > li > span {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-header nav > ul > li > a,
  .l-header nav > ul > li > span {
    display: block;
    height: auto;
    padding: 4.26667vw 14.93333vw 4.26667vw 6.4vw;
    color: #9DA5C4;
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.l-header nav > ul > li > a.on,
.l-header nav > ul > li > span.on {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-header nav > ul > li > a {
    transition: opacity 0.3s;
  }
  .l-header nav > ul > li > a:hover {
    opacity: 0.5;
  }
}

.l-header nav > ul > li .links {
  display: none;
  background: #fff;
  padding: 16px 24px;
  text-align: left;
  line-height: 1.4;
  box-shadow: 0px 5px 8px -2px rgba(5, 1, 191, 0.16);
  position: absolute;
  top: 60px;
  left: -14px;
}

@media screen and (max-width: 767px) {
  .l-header nav > ul > li .links {
    padding: 2.13333vw 6.4vw 4.26667vw;
    box-shadow: none;
    position: static;
  }
}

.l-header nav > ul > li .links li + li {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .l-header nav > ul > li .links li + li {
    margin-top: 6.4vw;
  }
}

.l-header nav > ul > li .links li a {
  display: block;
}

@media screen and (min-width: 768px) {
  .l-header nav > ul > li .links li a {
    transition: opacity 0.3s;
  }
  .l-header nav > ul > li .links li a:hover {
    opacity: 0.5;
  }
}

.l-header nav > ul > li.hasLinks {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .l-header nav > ul > li.hasLinks > a,
  .l-header nav > ul > li.hasLinks > span {
    position: relative;
  }
}

.l-header nav > ul > li.hasLinks > a:after,
.l-header nav > ul > li.hasLinks > span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url("../img/common/arrow_b.svg");
  background-repeat: no-repeat;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .l-header nav > ul > li.hasLinks > a:after,
  .l-header nav > ul > li.hasLinks > span:after {
    background-size: 100% 100%;
    width: 2.13333vw;
    height: 1.33333vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7.46667vw;
  }
}

@media screen and (max-width: 767px) {
  .l-header nav > ul > li.hasLinks > a.show:after,
  .l-header nav > ul > li.hasLinks > span.show:after {
    transform: scale(1, -1);
  }
}

@media screen and (min-width: 768px) {
  .l-header nav > ul > li.hasLinks:hover ul {
    display: block;
  }
}

.l-header .selectLang {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .l-header .selectLang {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-header .selectLang a {
    transition: opacity 0.3s;
  }
  .l-header .selectLang a:hover {
    opacity: 0.5;
  }
}

.l-header .spNavBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header .spNavBtn {
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    margin-left: 3.46667vw;
    position: relative;
  }
  .l-header .spNavBtn span {
    display: block;
    background-color: #0E0E2C;
    width: 5.33333vw;
    height: 0.53333vw;
    position: absolute;
    left: 0.53333vw;
    transition: 0.3s;
  }
  .l-header .spNavBtn span:nth-child(1) {
    top: 1.33333vw;
  }
  .l-header .spNavBtn span:nth-child(2) {
    top: 2.93333vw;
  }
  .l-header .spNavBtn span:nth-child(3) {
    top: 4.53333vw;
  }
  .l-header .spNavBtn.show span {
    border-radius: 100px;
  }
  .l-header .spNavBtn.show span:nth-child(1) {
    top: 3.2vw;
    transform: rotate(45deg);
  }
  .l-header .spNavBtn.show span:nth-child(2) {
    opacity: 0;
  }
  .l-header .spNavBtn.show span:nth-child(3) {
    top: 3.2vw;
    transform: rotate(-45deg);
  }
}

.l-pankz {
  align-items: center;
  background: #fff;
}

.l-pankz .singleIn2 {
  padding: 0px !important;
}

.l-pankz .singleIn2 ul li:last-of-type {
  max-width: 470px;
}

@media screen and (max-width: 767px) {
  .l-pankz .singleIn2 ul li:last-of-type {
    max-width: 29vw;
  }
}

.l-pankz ul {
  max-width: 1200px;
  width: 90%;
  height: 85px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-pankz ul {
    width: 90%;
  }
}

.l-pankz ul li {
  color: #9da5c4;
}

.l-pankz ul li:last-of-type {
  max-width: 500px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .l-pankz ul li:last-of-type {
    max-width: 48vw;
  }
}

@media screen and (max-width: 767px) {
  .l-pankz ul li {
    font-size: 1.4rem;
  }
}

.l-pankz ul li:after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}

.l-pankz ul li:last-of-type:after {
  display: none;
}

.l-footer {
  background: #091f6c;
  color: #fff;
  display: flex;
  padding: 40px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer {
    display: block;
    padding: 0;
  }
}

.l-footer dl {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .l-footer dl {
    margin-right: 0;
    border-bottom: 1px solid #d1d7ed;
  }
}

.l-footer dl dt {
  color: #9da5c4;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .l-footer dl dt {
    padding: 4.26667vw 12.8vw 4.26667vw 6.4vw;
    position: relative;
  }
  .l-footer dl dt:after {
    content: "";
    display: block;
    background: url("../img/arw_b_wht1.svg") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 2.13333vw;
    height: 1.33333vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7.46667vw;
  }
}

.l-footer dl dd {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .l-footer dl dd {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .l-footer dl dd {
    display: none;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.l-footer dl dd li {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .l-footer dl dd li {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer dl dd li a {
    display: block;
    padding: 3.2vw 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .l-footer dl dd li:last-child {
    padding-bottom: 1.06667vw;
  }
}

@media screen and (max-width: 767px) {
  .l-footer dl.show dt {
    padding-bottom: 3.2vw;
  }
  .l-footer dl.show dt:after {
    transform: scale(1, -1);
  }
}

.l-footer .info {
  text-align: right;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .l-footer .info {
    padding: 21.33333vw 0 10.66667vw;
    text-align: center;
  }
}

.l-footer .info .logo {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .l-footer .info .logo {
    width: 22.13333vw;
  }
}

.l-footer .info .snsLinks {
  display: flex;
  justify-content: flex-end;
  max-width: 130px;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .l-footer .info .snsLinks {
    justify-content: center;
    max-width: none;
    margin: 6.4vw 0;
  }
}

.l-footer .info .snsLinks li {
  width: 20%;
  margin-left: 6.66667%;
}

@media screen and (max-width: 767px) {
  .l-footer .info .snsLinks li {
    width: 6.4vw;
    margin-left: 2.13333vw;
  }
}

.l-footer .info .snsLinks li:last-child {
  margin-right: 0;
}

.l-footer .info .snsLinks li a {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-footer .info .snsLinks li a img {
    width: 100%;
  }
}

.l-footer .info p + p {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .l-footer .info p + p {
    margin-top: 2.93333vw;
  }
}

.l-articleList {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-articleList {
    width: 90%;
  }
}

.l-articleList ul {
  display: flex;
  margin: 0 0 0 -2.8%;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .l-articleList ul {
    margin: 0px;
  }
}

.l-articleList ul li {
  width: 30.5%;
  margin: 0 0 40px 2.8%;
}

@media screen and (max-width: 767px) {
  .l-articleList ul li {
    width: 100%;
    margin: 0 0 24px 0;
  }
}

.l-articleList ul li .c-article__infoBox__title {
  font-weight: 700;
  color: #0e0e2c;
}

.l-articleList ul li .c-article__infoBox__pubDate {
  color: #9DA5C4;
  font-size: 1.4rem;
}

.l-articleList ul li .c-article__infoBox__tag__wrap {
  margin: 0px;
  justify-content: flex-end;
}

.l-articleList ul li .c-article__infoBox__tag {
  background: #075CDC;
  display: flex;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1rem;
  border-radius: 50px;
  width: auto;
  margin: 0 0 4px 4px;
}

.l-articleList ul li .c-article__thumbnail {
  border-radius: 16px;
  background-color: #eee;
  max-height: 200px;
  min-height: 150px;
  height: 15vw;
  margin-bottom: 16px;
  transition: 0.2s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-articleList ul li .c-article__thumbnail {
    max-height: 100%;
    height: 53.33333vw;
  }
}

.l-articleList ul li .c-article__thumbnail.movie:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../img/common/btn-play.svg);
  position: absolute;
}

.l-articleList ul li .fl {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-articleList ul li a {
  display: block;
}

.l-articleList ul li a .c-article__thumbnail:hover {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.l-articleList ul.col4 > li {
  width: 22.2%;
}

@media screen and (max-width: 767px) {
  .l-articleList ul.col4 > li {
    width: 100%;
  }
}

.l-articleList ul.col4 > li .c-article__infoBox__pubDate {
  margin-top: 1em;
}

.l-articleList .l-flBox {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-articleList .l-flBox {
    display: block;
  }
}

.l-articleList .l-flBox.reverse {
  flex-direction: row-reverse;
}

.l-articleList .l-flBox .card-big {
  width: 66.5%;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .l-articleList .l-flBox .card-big {
    width: 100%;
  }
}

.l-articleList .l-flBox .card-big li {
  width: 100%;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .l-articleList .l-flBox .card-big li {
    margin-bottom: 24px;
  }
}

.l-articleList .l-flBox .card-big li .c-article__infoBox__tag {
  width: auto;
  margin: 0 0 4px 4px;
}

.l-articleList .l-flBox .card-big li .c-article__thumbnail {
  height: 43vw;
  max-height: 550px;
  min-height: 450px;
}

@media screen and (max-width: 767px) {
  .l-articleList .l-flBox .card-big li .c-article__thumbnail {
    height: 53.33333vw;
    min-height: 100%;
  }
}

.l-articleList .l-flBox .card-small {
  flex-direction: column;
  width: 30.5%;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .l-articleList .l-flBox .card-small {
    width: 100%;
  }
}

.l-articleList .l-flBox .card-small > li {
  width: 100%;
  margin-left: 0px;
}

.swiper-blog .c-article--pickup {
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.swiper-blog .c-article--pickup:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  bottom: 0px;
  left: 0px;
}

.swiper-blog .c-article--pickup .c-article__infoBox {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .swiper-blog .c-article--pickup .c-article__infoBox {
    padding-bottom: 64px;
  }
}

.swiper-blog .c-article--pickup .c-article__infoBox .tag {
  font-size: 1rem;
  margin-bottom: 0.8em;
}

.swiper-blog .c-article--pickup .c-article__infoBox .title {
  font-size: 2.4rem;
  font-weight: 700;
}

.swiper-blog .c-article--pickup .c-article__infoBox .pubDate {
  color: #9DA5C4;
  font-size: 1rem;
  margin-top: 0.8em;
}

.swiper-blog .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

.swiper-blog .swiper-pagination {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  left: 50%;
  margin-left: -600px;
  bottom: 73px;
}

@media screen and (max-width: 767px) {
  .swiper-blog .swiper-pagination {
    margin-left: 0;
    text-align: left;
    left: 4%;
    bottom: 24px;
  }
}

.c-section + .c-section {
  margin-top: 40px;
}

.l-category-nav {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .l-category-nav {
    width: 90%;
  }
}

.l-category-nav ul {
  justify-content: space-between;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-category-nav ul {
    flex-wrap: wrap;
    border-radius: 0px;
  }
}

.l-category-nav ul.navYear {
  margin-top: 16px;
}

.l-category-nav ul.navYear a {
  height: 40px;
}

.l-category-nav ul li {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .l-category-nav ul li {
    width: 48.8%;
    margin-bottom: 8px;
  }
  .l-category-nav ul li:first-of-type {
    width: 100%;
  }
  .l-category-nav ul li:first-of-type.col1 {
    width: 48.8%;
  }
}

.l-category-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  transition: 0.2s;
  text-align: center;
  background-color: #f2f4f7;
}

@media screen and (max-width: 767px) {
  .l-category-nav ul li a {
    border-radius: 50px;
    height: 100%;
    min-height: 56px;
    line-height: 1.3;
    padding: auto;
  }
}

.l-category-nav ul li a.on, .l-category-nav ul li a:hover {
  background-color: #075CDC;
  color: #fff;
}

.l-category-nav.all li a.all {
  background-color: #075CDC;
  color: #FFF;
}

.l-category-nav.casestudies li a.casestudies {
  background-color: #075CDC;
  color: #FFF;
}

.l-category-nav.dx li a.dx {
  background-color: #075CDC;
  color: #FFF;
}

.l-category-nav.chatcommerce li a.chatcommerce {
  background-color: #075CDC;
  color: #FFF;
}

.l-category-nav.ebook li a.ebook {
  background-color: #075CDC;
  color: #FFF;
}

.l-category-nav.press li a.press {
  background-color: #075CDC;
  color: #FFF;
}

.l-category-nav.media li a.media {
  background-color: #075CDC;
  color: #FFF;
}

.l-category-nav.announcements li a.announcements {
  background-color: #075CDC;
  color: #FFF;
}

.l-pager {
  display: flex;
  justify-content: center;
  margin: 40px auto 80px;
}

@media screen and (max-width: 767px) {
  .l-pager {
    margin-bottom: 40px;
    width: 90%;
  }
}

.l-pager span,
.l-pager a {
  display: flex;
  margin: 0 8px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-radius: 50px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-pager span,
  .l-pager a {
    width: 9vw;
    height: 9vw;
    margin: 0;
  }
}

.l-pager span.next, .l-pager span.prev,
.l-pager a.next,
.l-pager a.prev {
  border: 1px solid #091F6C;
  font-size: 2rem;
}

.l-pager span.current,
.l-pager a.current {
  background-color: #091F6C;
  color: #fff;
}

.l-pager span.dots,
.l-pager a.dots {
  border: 0px;
}

@media screen and (max-width: 767px) {
  .l-pager span.dots,
  .l-pager a.dots {
    width: 1em;
    margin: 0px;
  }
}

.l-pager a:hover {
  opacity: 0.5;
}

.c-section:last-of-type {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-section:last-of-type {
    margin-bottom: 56px;
  }
}

.l-searchBlock {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-searchBlock {
    width: 90%;
    display: block;
  }
}

.l-searchBlock dl {
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-searchBlock dl {
    display: block;
  }
}

.l-searchBlock dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 40px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .l-searchBlock dl dt {
    text-align: center;
    margin: 0px 0 8px 0;
  }
}

.l-searchBlock dl dd {
  width: 100%;
}

.l-searchBlock dl .inputBox {
  border-radius: 100px;
  border: 1px solid #d1d7ed;
  background-image: url(../img/common/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 24px center;
  height: 56px;
  box-sizing: border-box;
  width: 100%;
}

.l-searchBlock dl .inputBox input {
  width: 95%;
  height: 56px;
  box-sizing: border-box;
  padding-left: 50px;
  border: 0px;
  background-color: transparent;
}

.l-searchBlock .sortBox {
  width: 100%;
  display: flex;
  margin-left: 40px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-searchBlock .sortBox {
    margin: 8px 0 0 0;
  }
}

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

select {
  background-image: url("../img/common/arrow_b.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
}

input[type="text"],
input[type="password"],
select,
textarea {
  background-color: #FFFFFF;
  width: 100%;
  padding: 14px 24px;
  border: 1px solid #D1D7ED;
  border-radius: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  select,
  textarea {
    padding: 3.73333vw 6.4vw;
    border-radius: 2.13333vw;
  }
}



input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #D1D7ED;
  opacity: 1;
}

input[type="text"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder,
select::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  /* Fox */
  color: #D1D7ED;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #D1D7ED;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder {
  /* Others */
  color: #D1D7ED;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  select {
    padding: 3.73333vw 0 3.73333vw 1vw;
  }
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.u- {
  /* パディング */
  /* インナー */
  /* タイトル */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* 状態 */
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.u-inner {
  /*width: 100%;*/
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .u-inner {
    width: 90%;
    padding: 0px;
  }
}

.u-inner2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .u-inner2 {
    max-width: none;
  }
}

.u-ttl1 {
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
  margin: 2em 0;
  line-height: 1.2;
  color: #075CDC;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .u-ttl1 {
    margin: 1em 0;
    line-height: 1;
    margin-top: 100px;
  }
}

.u-ttl2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin: 3em 0;
  line-height: 1.2;
  color: #075CDC;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .u-ttl2 {
    margin: 1.7em 0;
  }
}

.u-ttl3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0e0e2c;
  line-height: 1.5;
  display: flex;
  align-items: center;
  height: 3em;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .u-ttl3 {
    margin: 1.7em 0;
  }
}

.u-ttlBox1 {
  text-align: center;
  background-image: url(../img/about/member/title04.jpg);
  background-size: cover;
  background-position: 50% 20%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .u-ttlBox1 {
    background-image: url(../img/about/member/title04_sp.jpg);
    height: 55.66667vw;
  }
}

.u-ttlBox1 .ttl {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .u-ttlBox1 .ttl {
    font-size: 2.4rem;
  }
}

.u-ttlBox2 {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .u-ttlBox2 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .u-ttlBox2.spLink {
    margin: 0px;
    padding-bottom: 0px;
  }
}

.u-ttlBox2 .c-section__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0e0e2c;
  line-height: 1.5;
}

.u-ttlBox2 .ttl {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .u-ttlBox2 .ttl {
    font-size: 2.4rem;
  }
}

.u-mainColor {
  background-color: #091F6C;
}

.u-subColor {
  background-color: #0f0;
}

.u-accentColor {
  background-color: #00f;
}

.u-red1 {
  background-color: #c80000;
}

.u-red1_a50 {
  background-color: rgba(200, 0, 0, 0.5);
}

.u-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
  border-radius: 50px;
  color: #091F6C;
  width: 128px;
  height: 40px;
  font-size: 1.4rem;
  margin-left: auto;
  border: 1px solid #091F6C;
}

.u-btn1:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  background-image: url("../img/common/arrow_r.svg");
  width: 15px;
  height: 11px;
}

.u-btn1.sz1 {
  padding: 0.5em 1em;
  font-size: 1.8rem;
}

.u-btn1.clr1 {
  background-color: #00f;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .u-btn1.clr1 {
    transition: opacity 0.3s;
  }
  .u-btn1.clr1:hover {
    opacity: 0.7;
  }
}

.u-btn1.clr2 {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .u-btn1.clr2 {
    background-color: #c80000;
    transition: background-color 0.3s;
  }
  .u-btn1.clr2:hover {
    background-color: #ff1616;
  }
}

.u-cta1 {
  color: #0501bf;
}

@media screen and (max-width: 767px) {
  .u-cta1 {
    width: 28vw;
    display: block;
    text-align: right;
  }
  .u-cta1.spBlock {
    width: 83vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 12px;
    font-size: 1.4rem;
  }
}

.u-cta1:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  background-image: url("../img/common/arrow_r.svg");
  width: 15px;
  height: 11px;
}

.u-dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}

.u-bgGrey {
  background-color: #f2f4f7;
  padding-top: 40px;
  border-radius: 16px;
  max-width: 1200px;
  width: 95%;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
}

.u-bgGrey.bottom {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .u-bgGrey.bottom {
    margin-bottom: 56px;
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .u-bgGrey {
    width: 90%;
  }
  .u-bgGrey.spFull {
    width: 100%;
    border-radius: 0px;
  }
}

.u-bgGrey.sp {
  padding-top: 0px;
}

.u-spLinks {
  padding: 12px;
}

.u-spLinks li a {
  display: flex;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.u-spLinks li a:after {
  content: "";
  width: 12px;
  height: 9px;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow_r_navy.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.u-bannerBlock {
  padding: 80px 0 0 0;
}

@media screen and (max-width: 767px) {
  .u-bannerBlock {
    padding-top: 40px;
  }
}

.u-bannerBlock.bottom {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .u-bannerBlock.bottom {
    padding-top: 40px;
    margin-bottom: 56px;
  }
}

.u-bannerBlock ul {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .u-bannerBlock ul {
    width: 90%;
  }
}

.u-bannerBlock ul li + li {
  margin-top: 40px;
}

.u-bannerBlock ul li a {
  display: block;
  transition: 0.2s;
}

.u-bannerBlock ul li a:hover {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.u-secAbout {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .u-secAbout {
    padding: 10.66667vw 0;
  }
}

@media screen and (max-width: 767px) {
  .u-secAbout .u-inner {
    width: auto;
    max-width: none;
  }
}

.u-secAbout .partT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .u-secAbout .partT {
    margin-bottom: 4.26667vw;
    padding: 0 6.4vw;
  }
}

.u-secAbout .partT h2 {
  color: #0E0E2C;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .u-secAbout .listBox {
    overflow-x: scroll;
  }
}

.u-secAbout .listBox ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .u-secAbout .listBox ul {
    width: 265.86667vw;
    padding: 0 6.4vw;
  }
}

.u-secAbout .listBox li {
  width: 373px;
}

@media screen and (max-width: 767px) {
  .u-secAbout .listBox li {
    width: 87.2vw;
  }
}

.u-secAbout .listBox .img {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .u-secAbout .listBox .img {
    margin-bottom: 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .u-secAbout .listBox .img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .u-secAbout .listBox .txt {
    padding: 0 4.26667vw;
  }
}

.u-secAbout .listBox .txt h3 {
  margin-bottom: 8px;
  color: #0E0E2C;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-secAbout .listBox .txt h3 {
    margin-bottom: 2.13333vw;
  }
}

.u-secAbout .listBox .txt small {
  display: block;
  margin-bottom: 16px;
  color: #9DA5C4;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-secAbout .listBox .txt small {
    margin-bottom: 4.26667vw;
  }
}

.u-secAbout .listBox .txt p {
  margin-bottom: 24px;
  color: #091F6C;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .u-secAbout .listBox .txt p {
    margin-bottom: 6.4vw;
  }
}

.u-secAbout .listBox .txt .btnMore {
  color: #075CDC;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration-line: underline;
}

.u-secAbout .listBox .txt .btnMore:hover {
  text-decoration: none;
}

.u-secAbout .links {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0 0;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .u-secAbout .links {
    display: block;
    padding: 10.66667vw 6.4vw;
  }
}

.u-secAbout .links > li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .u-secAbout .links > li {
    width: auto;
    margin: 0;
  }
}

.u-secAbout .links > li a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  border-radius: 16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-secAbout .links > li a {
    transition: filter 0.3s;
  }
  .u-secAbout .links > li a:hover {
    filter: brightness(130%);
  }
}

.u-secAbout .links > li dl {
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .u-secAbout .links > li dl {
    top: 62.93333vw;
    left: 10.66667vw;
  }
}

.u-secAbout .links > li dt {
  color: #9DA5C4;
  font-size: 1.0rem;
  letter-spacing: 0.03em;
}

.u-secAbout .links > li dd {
  padding-right: 1.20833em;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  position: relative;
}

.u-secAbout .links > li dd:after {
  content: "";
  display: block;
  background: url("../img/about/arw_r.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.75em;
  height: 0.58333em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .u-secAbout .links > li + li {
    margin-top: 6.4vw;
  }
}

.u-secAbout .links > li:nth-child(even) {
  margin-right: 0;
}

.u-secAbout .links > li:nth-child(n + 3) {
  margin-bottom: 0;
}

.u-secAbout .links > li:nth-child(1) a {
  background-image: url("../img/about/img01.png");
}

.u-secAbout .links > li:nth-child(2) a {
  background-image: url("../img/about/img02_2.png");
}

.u-secAbout .links > li:nth-child(3) a {
  background-image: url("../img/about/img03_2.png");
}
/*--------------------------------------
2023/07/31　img02 > img02_2　img03 > img03_2　に修正
---------------------------------------*/


.u-recruitBlock .in {
  display: flex;
  align-items: center;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
}

@media screen and (max-width: 767px) {
  .u-recruitBlock .in {
    display: block;
  }
}

.u-recruitBlock .in .ph {
  width: 50%;
  background-image: url("../img/about/member/ph02.jpg");
  background-size: cover;
  height: 34vw;
  min-height: 365px;
}

@media screen and (max-width: 767px) {
  .u-recruitBlock .in .ph {
    width: 100%;
    height: 70.4vw;
    min-height: 0px;
  }
}

.u-recruitBlock .in .txt {
  width: 50%;
  color: #fff;
  padding: 0 80px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .u-recruitBlock .in .txt {
    width: 87%;
    margin: 0 auto;
    padding: 10.66667vw 0;
  }
}

.u-recruitBlock .in .txt h2 {
  font-size: 4rem;
  font-weight: 700;
}

.u-recruitBlock .in .txt p {
  margin-top: 1.5em;
}

.u-recruitBlock .in .txt p strong {
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
}

.u-selectBox {
  background-color: #f2f4f7;
  border-radius: 100px;
  display: flex;
  width: 48%;
  height: 56px;
  align-items: center;
  padding: 0 1.5em;
  box-sizing: border-box;
  background-image: url(../img/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
}

@media screen and (max-width: 767px) {
  .u-selectBox {
    width: 49%;
  }
  .u-selectBox.w100 {
    width: 100%;
  }
  .u-selectBox.w100 form {
    width: 100%;
  }
}

.u-selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 100px;
  height: 100px;
  background-size: 100%;
  top: 25%;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: none;
  }
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/common/arrow_r.png");
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/common/arrow_l.png");
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.page-top .u-cta1 {
  margin-right: 16px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .page-top .u-cta1 {
    transition: opacity 0.3s;
  }
  .page-top .u-cta1:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .page-top .u-cta1 {
    margin-right: 4.26667vw;
  }
}

@media screen and (max-width: 767px) {
  .page-top .u-cta1:after {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 4vw;
    height: 2.93333vw;
  }
}

.page-top .secMain {
  background: linear-gradient(135deg, #2f50d9 0%, #001bb7 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
  max-height: 780px;
}

.page-top .secMain::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -50px;
  top: -50px;
  background-image: url("../img/top/main_bg_wrap.png");
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (max-width: 767px) {
  .page-top .secMain::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secMain {
    background-image: url("../img/top/main_bg_wrap_sp.jpg");
    background-size: 100%;
    max-height: none;
    height: 133.33333vw;
  }
}

.page-top .secMain svg.introSP {
  max-width: 90vw;
  position: absolute;
  top: 28vw;
  left: 8vw;
  display: none;
}

@media screen and (max-width: 767px) {
  .page-top .secMain svg.introSP {
    display: block;
  }
}

.page-top .secMain svg.introSP .text {
  display: none;
  letter-spacing: .05em;
}

.page-top .secMain svg.introSP .text.text1 {
  font-weight: 900;
  font-size: 39px;
}

.page-top .secMain svg.introSP .text.text2 {
  font-weight: 900;
  font-size: 39px;
}

.page-top .secMain svg.introSP .text.text3 {
  font-weight: 400;
  font-size: 22px;
}

.page-top .secMain svg.introSP.go .text {
  font-family: 'Poppins',Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}

.page-top .secMain svg.introSP.go .text-stroke {
  fill: none;
  stroke: #5C79F0;
  stroke-width: 25px;
  stroke-dashoffset: -900;
  stroke-dasharray: 900;
  stroke-linecap: butt;
  stroke-linejoin: round;
  animation: dash 2.5s ease-in-out forwards;
}

.page-top .secMain svg.introSP.go .text-stroke:nth-child(2) {
  animation-delay: .3s;
}

.page-top .secMain svg.introSP.go .text-stroke:nth-child(3) {
  animation-delay: .9s;
}

.page-top .secMain svg.introSP.go .text-stroke-2 {
  stroke: #FFFFFF;
  animation-delay: 1.2s;
}

.page-top .secMain svg.introSP.go .text-stroke:nth-child(5) {
  animation-delay: 1.5s;
}

.page-top .secMain svg.introSP.go .text-stroke:nth-child(6) {
  animation-delay: 1.8s;
}

.page-top .secMain svg.introPC {
  max-width: 800px;
  position: absolute;
  top: 22%;
  left: 6%;
}

@media screen and (max-width: 767px) {
  .page-top .secMain svg.introPC {
    display: none;
  }
}

.page-top .secMain svg.introPC .text {
  display: none;
  letter-spacing: .05em;
}

.page-top .secMain svg.introPC .text.text1 {
  font-weight: 900;
  font-size: 6rem;
}

.page-top .secMain svg.introPC .text.text2 {
  font-weight: 900;
  font-size: 6rem;
}

.page-top .secMain svg.introPC .text.text3 {
  font-weight: 400;
  font-size: 3.9rem;
}

.page-top .secMain svg.introPC.go .text {
  font-family: 'Poppins',Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}

.page-top .secMain svg.introPC.go .text-stroke {
  fill: none;
  stroke: #5C79F0;
  stroke-width: 35px;
  stroke-dashoffset: -900;
  stroke-dasharray: 900;
  stroke-linecap: butt;
  stroke-linejoin: round;
  animation: dash 2.5s ease-in-out forwards;
}

.page-top .secMain svg.introPC.go .text-stroke:nth-child(2) {
  animation-delay: .3s;
}

.page-top .secMain svg.introPC.go .text-stroke:nth-child(3) {
  animation-delay: .9s;
}

.page-top .secMain svg.introPC.go .text-stroke-2 {
  stroke: #FFFFFF;
  animation-delay: 1.2s;
}

.page-top .secMain svg.introPC.go .text-stroke:nth-child(5) {
  animation-delay: 1.5s;
}

.page-top .secMain svg.introPC.go .text-stroke:nth-child(6) {
  animation-delay: 1.8s;
}

@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}

.page-top .secMain .u-inner2 {
  position: relative;
}

.page-top .secMain .u-inner2:before, .page-top .secMain .u-inner2:after {
  content: "";
  display: block;
}

.page-top .secMain .u-inner2:before {
  padding-top: 55.55556%;
}

@media screen and (max-width: 767px) {
  .page-top .secMain .u-inner2:before {
    display: none;
  }
}

.page-top .secMain .u-inner2:after {
  background: url("../img/top/main_wave.png?202104") center center no-repeat;
  background-size: 100% 100%;
  width: 1023px;
  height: 177px;
  position: absolute;
  top: 60%;
  left: -5%;
}

@media screen and (max-width: 767px) {
  .page-top .secMain .u-inner2:after {
    width: 699px;
    height: 114px;
    top: 72vw;
    left: -40vw;
    right: auto;
  }
}

.page-top .secMain h1 {
  /*
      font-size: 6.4rem;
      font-weight: bold;
      text-align: right;
      letter-spacing: -0.02em;
      line-height: (96/64);
      text-shadow: 0px 0px em(20/64) rgba(0, 0, 0, 0.65);
      position: absolute;
      top: percentage(296/$contH);
      right: percentage(39/$pcDesign);
      z-index: 1;
      @include mq{
        font-size: 4.0rem;
        text-align: center;
        text-shadow: 0px 0px vw(20) rgba(0, 0, 0, 0.65);
        top: vw(85);
        left: 0;
        right: 0;
      }*/
}

.page-top .secNews {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-top .secNews {
    padding-bottom: 0;
  }
}

.page-top .secNews .box {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0px 1px 8px rgba(5, 1, 191, 0.16);
  position: relative;
  top: -16px;
}

@media screen and (max-width: 767px) {
  .page-top .secNews .box {
    padding: 5.33333vw;
    border-radius: 4.26667vw;
    box-shadow: 0 0.26667vw 2.13333vw rgba(5, 1, 191, 0.16);
    top: -6.4vw;
  }
}

.page-top .secNews .box .partT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .page-top .secNews .box .partT {
    margin-bottom: 6.4vw;
  }
}

.page-top .secNews h2 {
  color: #0E0E2C;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.page-top .secNews .list > li {
  border-bottom: 1px solid #D1D7ED;
}

.page-top .secNews .list > li:last-of-type {
  border-bottom: 0px;
}

.page-top .secNews .list > li:last-of-type a {
  padding-bottom: 0px;
}

.page-top .secNews .list > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

@media screen and (min-width: 768px) {
  .page-top .secNews .list > li a {
    transition: opacity 0.3s;
  }
  .page-top .secNews .list > li a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secNews .list > li a {
    padding: 4.26667vw 0;
    display: block;
  }
}

.page-top .secNews .list > li a .txt {
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-top .secNews .list > li a .txt {
    display: block;
  }
}

.page-top .secNews .list > li a .txt .date {
  flex-shrink: 0;
  margin-right: 40px;
  color: #9DA5C4;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-top .secNews .list > li a .txt .date {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2vw;
    font-size: 1rem;
  }
}

.page-top .secNews .list > li a .txt h3 {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .page-top .secNews .list > li a .txt h3 {
    font-size: 1.2rem;
  }
}

.page-top .secNews .list > li a .tag {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .page-top .secNews .list > li a .tag {
    width: auto;
    flex-shrink: 1;
    flex-direction: column;
    text-align: right;
  }
}

.page-top .secNews .list > li a .tag em {
  background-color: #075CDC;
  margin-left: 4px;
  padding: 8px 16px;
  color: #F2F4F7;
  font-size: 1.0rem;
  line-height: 1.5;
  border-radius: 100px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .page-top .secNews .list > li a .tag em {
    margin-left: 1.33333vw;
    padding: 0.8vw 2.13333vw;
    margin-bottom: 3px;
    font-size: 1rem;
    white-space: nowrap;
  }
}

.page-top .secIntro {
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(-90deg, #ffffff, #d9e2ff);
}

@media screen and (max-width: 767px) {
  .page-top .secIntro {
    padding: 13vw 0 0 0;
    margin-bottom: 0px;
  }
}

/*.page-top .secIntro .img .in {
  width: 100%;
  padding-top: 84.94624%;
  position: relative;
}*/


@media screen and (max-width: 767px) {
  .page-top .secIntro .img .in {
    padding-top: 104vw;
  }
}

/*.page-top .secIntro .img img {
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}*/

/*.page-top .secIntro .img img.show {
  opacity: 1;
}*/

.page-top .secIntro .txt {
  padding: 73px 0 73px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .page-top .secIntro .txt {
    padding: 5.06944vw 0 5.06944vw 3.47222vw;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secIntro .txt {
    margin-right: 0;
    padding: 0 6.4vw 10.66667vw;
  }
}

/*.page-top .secIntro .txt:after {
  content: "";
  display: block;
  background: url("../img/top/intro_txt_bg.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 28.47222%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28.47222%;
}*/

/*@media screen and (max-width: 767px) {
  .page-top .secIntro .txt:after {
    background-image: url("../img/top/intro_txt_bg_sp.svg");
    width: auto;
    height: 69.86667vw;
    top: -69.86667vw;
    bottom: auto;
    left: 0;
    right: 0;
  }
}*/

.page-top .secService .txt {
  margin-right: 50%;
  padding: 73px 0 73px 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-top .secService .txt {
    max-width: none;
    margin: auto;
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secService .txt.sp h2{;
    text-align: left;
  }
}

.page-top .secService .txt .in {
  max-width: 600px;
  margin: auto 0 auto auto;
}

@media screen and (max-width: 767px) {
  .page-top .secService .txt .in {
    max-width: none;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secService .txt .in p {
    font-size: 1.2rem;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secService .txt .in p.annotation {
    font-size: 1.0rem;
  }
}

.page-top .secIntro .txt h2 {
  margin-bottom: 2%;
  color: #075CDC;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .secIntro .txt h2 {
    margin-bottom: 6.4vw;
  }
}

.page-top .secIntro .txt p {
  font-size: 1.6rem;
  line-height: 2.3;
}

@media screen and (max-width: 767px) {
  .page-top .secIntro .txt p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secIntro .txt p {
    ;
  }
}

.page-top .secIntro .img {
  width: 700px;
  margin: 0 auto -92px;
}

@media screen and (max-width: 767px) {
  .page-top .secIntro .img {
    width: auto;
    margin: 0 auto -52px;
  }
}

.page-top .secService {
  position: relative;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  padding: 0 0 80px;
}

.page-top .secService .txt h2 {
  color: #fff;
  margin-bottom: 4%;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-top .secService .txt h2 {
    font-size: 2.4rem;
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secService .txt.sp h2{
    margin-left: 6.4vw;
  }
}

.page-top .secService .txt p {
  color: #fff;
  margin-bottom: 2%;
}

@media screen and (max-width: 767px) {
  .page-top .secService .txt p {

  }
}

.page-top .secService .txt p.annotation {
  font-size: 1.2rem;
}

.page-top .secService .txt .u-btn1 {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .page-top .secService .txt .u-btn1 {
    margin-left: auto;
    margin-right: 6.4vw;
  }
}

.page-top .secService .img {
  /*display: flex;
  align-items: center;
  width: 51.66667%;
  max-width: 744px;
  position: absolute;
  top: 0;
  bottom: 22px;
  left: 50%;
  z-index: 1;*/
  display: flex;
  align-items: center;
  width: 51.66667%;
  max-width: 560px;
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .page-top .secService .img {
    /*width: 122.13333vw;
    max-width: none;
    margin-bottom: 5.6vw;
    position: relative;
    top: auto;
    bottom: auto;
    left: -12.53333vw;*/
    position: relative;
    width: 75%;
    margin: 0 0 5.6vw 20vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secService {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 80px;
  }
}

.page-top .secService ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .page-top .secService ul {
    display: block;
  }
}

.page-top .secService li {
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  box-sizing: border-box;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .page-top .secService li {
    width: auto;
  }
}

.page-top .secService li a {
  display: block;
  padding: 80px 40px;
}

@media screen and (max-width: 767px) {
  .page-top .secService li a {
    width: auto;
    padding: 21.33333vw 6.4vw;
  }
}

.page-top .secService li h3 {
  margin-bottom: 567px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-top .secService li h3 {
    margin-bottom: 117.33333vw;
    font-size: 1.0rem;
  }
}

.page-top .secService li h3 small {
  display: block;
  color: #9DA5C4;
  font-size: 1.0em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: .8em;
}

.page-top .secService li h3 strong {
  display: block;
  font-size: 2.4em;
  letter-spacing: 0.1em;
  line-height: 1;
}

.page-top .secService li h3 strong span {
  display: inline-block;
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .page-top .secService li h3 strong span {
    display: block;
    text-align: center;
    padding-top: 24px;
    width: 100%;
    margin: 0px;
  }
}

.page-top .secService li p {
  color: #F2F4F7;
  font-size: 1.6rem;
  line-height: 1.4;
}

.page-top .secService li:nth-child(1) {
  background-color: #0501BF;
  transition: .3s;
}

.page-top .secService li:nth-child(1) a {
  display: block;
  position: relative;
}

.page-top .secService li:nth-child(1) a:after {
  content: "";
  display: block;
  width: 100%;
  height: 640px;
  background-image: url("../img/top/service_bg01.png");
  background-position: center 150px;
  background-repeat: no-repeat;
  background-size: 980px 525px;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .page-top .secService li:nth-child(1) a:after {
    width: 100vw;
    height: 155vw;
    background-size: 220%;
    top: 18vw;
    background-position: center;
  }
}

.page-top .secService li:nth-child(1):hover {
  background-color: #1d19bf;
}

.page-top .secService li:nth-child(1):hover a:after {
  transform: scale(1.1);
}

.page-top .secService li:nth-child(2) {
  background-color: #091F6C;
  transition: .3s;
  background-image: url("../img/top/service_bg02-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.page-top .secService li:nth-child(2) a {
  display: block;
  position: relative;
}

.page-top .secService li:nth-child(2) a:after {
  content: "";
  display: block;
  width: 100%;
  height: 445px;
  background-image: url("../img/top/service_bg02.png");
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 471px 445px;
  position: absolute;
  left: 0px;
  top: 170px;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .page-top .secService li:nth-child(2) a:after {
    width: 100vw;
    height: 155vw;
    top: 20vw;
    background-size: 100%;
    background-position: center;
  }
}

.page-top .secService li:nth-child(2):hover {
  background-color: #22357b;
}

.page-top .secService li:nth-child(2):hover a:after {
  transform: scale(1.1);
}

.page-top .secTeam, .page-top .secAbout {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .page-top .secTeam, .page-top .secAbout {
    padding: 10.66667vw 0;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secTeam .u-inner, .page-top .secAbout .u-inner {
    width: auto;
    max-width: none;
  }
}

.page-top .secTeam .partT, .page-top .secAbout .partT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .page-top .secTeam .partT, .page-top .secAbout .partT {
    margin-bottom: 4.26667vw;
    padding: 0 6.4vw;
  }
}

.page-top .secTeam .partT h2, .page-top .secAbout .partT h2 {
  color: #0E0E2C;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .page-top .secTeam .listBox, .page-top .secAbout .listBox {
    overflow-x: scroll;
  }
}

.page-top .secTeam .listBox ul, .page-top .secAbout .listBox ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page-top .secTeam .listBox ul, .page-top .secAbout .listBox ul {
    width: 265.86667vw;
    padding: 0 6.4vw;
  }
}

.page-top .secTeam .listBox li, .page-top .secAbout .listBox li {
  width: 373px;
}

@media screen and (max-width: 767px) {
  .page-top .secTeam .listBox li, .page-top .secAbout .listBox li {
    width: 87.2vw;
  }
}

.page-top .secTeam .listBox .img, .page-top .secAbout .listBox .img {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .page-top .secTeam .listBox .img, .page-top .secAbout .listBox .img {
    margin-bottom: 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secTeam .listBox .img img, .page-top .secAbout .listBox .img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page-top .secTeam .listBox .txt, .page-top .secAbout .listBox .txt {
    padding: 0 4.26667vw;
  }
}

.page-top .secTeam .listBox .txt h3, .page-top .secAbout .listBox .txt h3 {
  margin-bottom: 8px;
  color: #0E0E2C;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-top .secTeam .listBox .txt h3, .page-top .secAbout .listBox .txt h3 {
    margin-bottom: 2.13333vw;
  }
}

.page-top .secTeam .listBox .txt small, .page-top .secAbout .listBox .txt small {
  display: block;
  margin-bottom: 16px;
  color: #9DA5C4;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-top .secTeam .listBox .txt small, .page-top .secAbout .listBox .txt small {
    margin-bottom: 4.26667vw;
  }
}

.page-top .secTeam .listBox .txt p, .page-top .secAbout .listBox .txt p {
  margin-bottom: 24px;
  color: #091F6C;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .page-top .secTeam .listBox .txt p, .page-top .secAbout .listBox .txt p {
    margin-bottom: 6.4vw;
  }
}

.page-top .secTeam .listBox .txt .btnMore, .page-top .secAbout .listBox .txt .btnMore {
  color: #075CDC;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration-line: underline;
}

.page-top .secTeam .listBox .txt .btnMore:hover, .page-top .secAbout .listBox .txt .btnMore:hover {
  text-decoration: none;
}

.page-top .secAbout .links {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0 0;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page-top .secAbout .links {
    display: block;
    padding: 10.66667vw 6.4vw;
  }
}

.page-top .secAbout .links > li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .page-top .secAbout .links > li {
    width: auto;
    margin: 0;
  }
}

.page-top .secAbout .links > li a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  border-radius: 16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-top .secAbout .links > li a {
    transition: filter 0.3s;
  }
  .page-top .secAbout .links > li a:hover {
    filter: brightness(130%);
  }
}

.page-top .secAbout .links > li dl {
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .page-top .secAbout .links > li dl {
    top: 62.93333vw;
    left: 10.66667vw;
  }
}

.page-top .secAbout .links > li dt {
  color: #9DA5C4;
  font-size: 1.0rem;
  letter-spacing: 0.03em;
}

.page-top .secAbout .links > li dd {
  padding-right: 1.20833em;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  position: relative;
}

.page-top .secAbout .links > li dd:after {
  content: "";
  display: block;
  background: url("../img/about/arw_r.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.75em;
  height: 0.58333em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .page-top .secAbout .links > li + li {
    margin-top: 6.4vw;
  }
}

.page-top .secAbout .links > li:nth-child(even) {
  margin-right: 0;
}

.page-top .secAbout .links > li:nth-child(n + 3) {
  margin-bottom: 0;
}

.page-top .secAbout .links > li:nth-child(1) a {
  background-image: url("../img/about/img01.png");
}

.page-top .secAbout .links > li:nth-child(2) a {
  background-image: url("../img/about/img02_2.png");
}

.page-top .secAbout .links > li:nth-child(3) a {
  background-image: url("../img/about/img03_2.png");
}
/*--------------------------------------
2023/07/31　img02 > img02_2　img03 > img03_2　に修正
---------------------------------------*/

/*--------------------------------------
page-pp
---------------------------------------*/
.page-pp {
  background: linear-gradient(180deg, rgba(242, 244, 247, 0) 0%, #F2F4F7 100%);
}

.page-pp .cont {
  color: #091F6C;
  padding-bottom: 80px;
}

.page-pp .cont h2 {
  font-size: 2.4rem;
  font-weight: 700;
}

.page-pp .cont p + h2 {
  margin-top: 2em;
}

.page-pp .cont .year {
  margin-top: 2em;
}

/*--------------------------------------
page-company
---------------------------------------*/
.page-company .logos {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-company .logos {
    margin-bottom: 14.93333vw;
  }
}

.page-company .logos ul {
  display: flex;
  box-shadow: 0px 1px 8px rgba(5, 1, 191, 0.16);
  border-radius: 16px;
}

.page-company .logos ul li {
  width: 50%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 0 0 16px;
}

@media screen and (max-width: 767px) {
  .page-company .logos ul li {
    height: 32vw;
  }
}

.page-company .logos ul li.bgBlue {
  border-radius: 0px 16px 16px 0;
  background: linear-gradient(113.23deg, #075CDC 0%, #0501BF 100%);
}

.page-company .logos ul li img {
  width: 140px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .page-company .logos ul li img {
    width: 45%;
  }
}

.page-company table {
  color: #091F6C;
}

@media screen and (max-width: 767px) {
  .page-company table {
    display: block;
  }
  .page-company table tr {
    display: block;
  }
}

.page-company table th {
  width: 25%;
  font-weight: bold;
  padding: 1.2em 0;
  color: #0501BF;
}

@media screen and (max-width: 767px) {
  .page-company table th {
    display: block;
    width: auto;
  }
}

.page-company table td {
  width: 75%;
  border-bottom: 1px solid #C4C4C4;
  padding: 1.2em 0;
}

@media screen and (max-width: 767px) {
  .page-company table td {
    display: block;
    width: auto;
    padding-top: 0em;
  }
}

.page-company table td .fl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-company table td .fl img {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .page-company table td .fl img {
    width: 24vw;
    margin-right: 5vw;
  }
}

.page-company table td .ninsho p {
  padding: 1em 0;
}

.page-company .access {
  background: #f2f5fa;
  margin-top: 80px;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .page-company .access {
    margin-top: 10.66667vw;
    padding: 10.66667vw 0;
  }
}

.page-company .access .box {
  border-radius: 16px;
  overflow: hidden;
  background: #FFF;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page-company .access .box {
    flex-direction: column;
  }
}

.page-company .access .box .text {
  padding: 40px;
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .page-company .access .box .text {
    width: auto;
    padding: 10.66667vw;
  }
}

.page-company .access .box .text h3 {
  font-weight: 700;
  color: #075CDC;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1em;
}

.page-company .access .box .text .taR {
  margin-top: 2em;
}

.page-company .access .box .text .taR a {
  color: #0501BF;
}

.page-company .access .box .text .taR a:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  background-image: url("/wp-content/themes/zeals/img/common/arrow_r.svg");
  width: 15px;
  height: 11px;
}

.page-company .access .map {
  height: 280px;
  overflow: hidden;
}

/*--------------------------------------
page-message
---------------------------------------*/
.page-message .message-cont {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page-message .message-cont {
    flex-direction: column-reverse;
  }
}

.page-message .message-cont .txt {
  width: 50%;
  background-color: #F2F4F7;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .page-message .message-cont .txt {
    width: auto;
  }
}

.page-message .message-cont .txt .in {
  width: 70%;
  margin: 0 auto;
  padding: 10% 0;
}

@media screen and (max-width: 1500px) {
  .page-message .message-cont .txt .in {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .page-message .message-cont .txt .in {
    width: 90%;
    padding: 10.66667vw 0px;
  }
}

.page-message .message-cont .txt .in .u-ttl1 {
  margin: 0 0 1em 0;
}

.page-message .message-cont .txt .in .lead {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.page-message .message-cont .txt .in p {
  margin-bottom: 1em;
}

.page-message .message-cont .txt .in .name {
  text-align: right;
  color: #0E0E2C;
  font-weight: bold;
  margin-top: 1.5em;
}

.page-message .message-cont .img {
  width: 50%;
  background-image: url("../img/about/top-message/ph.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #F2F4F7;
}

@media screen and (max-width: 1500px) {
  .page-message .message-cont .img {
    background-position: top left;
  }
}

@media screen and (max-width: 767px) {
  .page-message .message-cont .img {
    height: 100vw;
    width: 100vw;
  }
}

/*--------------------------------------
page-member
---------------------------------------*/
.page-member .teamMember {
  margin-top: 5em;
  padding: 0.8em 0 5em 0;
  background-color: #f2f4f7;
}

@media screen and (max-width: 767px) {
  .page-member .teamMember {
    margin-top: 9.33333vw;
    padding-bottom: 10.66667vw;
  }
}

.page-member .teamMember .swiper-slide {
  margin-left: 0px;
}

.page-member .teamMember .swiper-slide .member .ph:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.page-member .swiper-slide {
  margin-left: 15px;
  width: 240px;
  position: static;
}

@media screen and (max-width: 767px) {
  .page-member .swiper-slide {
    margin-left: 24px;
  }
}

.page-member .swiper-slide .profileBtn {
  display: block;
}

.page-member .swiper-slide .profileBtn.on .member .ph {
  margin-bottom: 1em;
}

.page-member .swiper-slide .profileBtn.on .member .ph:before, .page-member .swiper-slide .profileBtn.on .member .ph:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #075cdc 0%, #0501bf 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
}

.page-member .swiper-slide .profileBtn.on .member .ph:after {
  left: auto;
  right: 0px;
}

.page-member .swiper-slide .profileBtn.on .member .ph .in {
  position: relative;
  height: 100%;
  background-color: #CCC;
}

.page-member .swiper-slide .profileBtn.on .member .ph .in:before, .page-member .swiper-slide .profileBtn.on .member .ph .in:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background: #075cdc;
}

.page-member .swiper-slide .profileBtn.on .member .ph .in:after {
  top: auto;
  bottom: 0px;
  background: #0501bf;
}

.page-member .swiper-slide .profileBtn.on .member .mc {
  font-weight: 700;
}

.page-member .swiper-slide .member {
  text-align: center;
}

.page-member .swiper-slide .member .ph {
  height: 180px;
  overflow: hidden;
  position: relative;
  transition: .2s;
  background-color: #CCC;
}

.page-member .swiper-slide .member .ph:hover {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
}

.page-member .swiper-slide .member .ph img {
  position: relative;
  top: -25px;
}

.page-member .swiper-slide .member .ph.team {
  height: 240px;
}

.page-member .swiper-slide .member .ph.team img {
  top: 0px;
}

.page-member .swiper-slide .member .mc {
  color: #091F6C;
  margin: 1em 0 0.5em 0;
}

.page-member .swiper-slide .member .position {
  color: #9DA5C4;
}

.page-member .profileBlock {
  margin-top: 24px;
}

.page-member .profileBlock .detail-profile {
  height: 0px;
  overflow: hidden;
  transition: .5s;
  opacity: 0;
  display: flex;
  align-items: center;
}

.page-member .profileBlock .detail-profile.show {
  height: 500px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .page-member .profileBlock .detail-profile.show {
    align-items: flex-start;
    height: auto;
  }
}

.page-member .profileBlock .detail-profile .in {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .page-member .profileBlock .detail-profile .in {
    display: block;
    width: 90%;
    max-width: 0 auto;
  }
}

.page-member .profileBlock .detail-profile .in .ph {
  width: 35%;
  overflow: hidden;
  max-height: 500px;
}

@media screen and (max-width: 767px) {
  .page-member .profileBlock .detail-profile .in .ph {
    width: 100%;
    height: auto;
    max-height: 117.33333vw;
  }
}

.page-member .profileBlock .detail-profile .in .txt {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .page-member .profileBlock .detail-profile .in .txt {
    width: 100%;
  }
}

.page-member .profileBlock .detail-profile .in .txt .mc {
  color: #0e0e2c;
  font-size: 2.4rem;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 767px) {
  .page-member .profileBlock .detail-profile .in .txt .mc {
    margin-top: 1em;
  }
}

.page-member .profileBlock .detail-profile .in .txt .position {
  color: #9DA5C4;
  margin-bottom: 1em;
}

/*--------------------------------------
page-aboutUs
---------------------------------------*/
.page-aboutUs .u-ttlBox1 {
  background: url("../img/about/bg_ttl02.png") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .page-aboutUs .u-ttlBox1 {
    background-image: url("../img/about/bg_ttl_sp02.png");
  }
}

@media screen and (max-width: 767px) {
  .page-aboutUs .u-inner {
    width: auto;
  }
}

.page-aboutUs .links {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .page-aboutUs .links {
    display: block;
    padding: 10.66667vw 6.4vw;
  }
}

.page-aboutUs .links > li {
  width: 46.66667%;
  margin: 0 6.66667% 6.66667% 0;
}

@media screen and (max-width: 767px) {
  .page-aboutUs .links > li {
    width: auto;
    margin: 0;
  }
}

.page-aboutUs .links > li a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  border-radius: 16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-aboutUs .links > li a {
    transition: filter 0.3s;
  }
  .page-aboutUs .links > li a:hover {
    filter: brightness(130%);
  }
}

.page-aboutUs .links > li dl {
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: 83.75%;
  left: 7.14286%;
}

@media screen and (max-width: 767px) {
  .page-aboutUs .links > li dl {
    top: 62.93333vw;
    left: 10.66667vw;
  }
}

.page-aboutUs .links > li dt {
  color: #9DA5C4;
  font-size: 1.0rem;
  letter-spacing: 0.03em;
}

.page-aboutUs .links > li dd {
  padding-right: 1.20833em;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  position: relative;
}

.page-aboutUs .links > li dd:after {
  content: "";
  display: block;
  background: url("../img/about/arw_r.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.75em;
  height: 0.58333em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .page-aboutUs .links > li + li {
    margin-top: 6.4vw;
  }
}

.page-aboutUs .links > li:nth-child(even) {
  margin-right: 0;
}

.page-aboutUs .links > li:nth-child(n + 3) {
  margin-bottom: 0;
}

.page-aboutUs .links > li:nth-child(1) a {
  background-image: url("../img/about/img01.png");
}

.page-aboutUs .links > li:nth-child(2) a {
  background-image: url("../img/about/img02_2.png");
}

.page-aboutUs .links > li:nth-child(3) a {
  background-image: url("../img/about/img03_2.png");
}

.page-aboutUs .links > li:nth-child(4) a {
  background-image: url("../img/about/img04.png");
}

/*--------------------------------------
2023/07/31　img02 > img02_2　img03 > img03_2　に修正
---------------------------------------*/

.page-recruit {
  background-image: url(../img/recruit/bg.jpg);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .page-recruit {
    background-image: none;
  }
}

.page-recruit .u-ttl2 {
  margin: 3.5em 0 1.8em;
}

@media screen and (max-width: 767px) {
  .page-recruit .u-ttl2 {
    margin: 10.66667vw 0;
  }
}

.page-recruit .mainBlock {
  height: 45vw;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 700px;
  background: #f2f4f7;
}

@media screen and (max-width: 767px) {
  .page-recruit .mainBlock {
    height: auto;
    min-height: 0px;
    padding-top: 10.66667vw;
  }
}

.page-recruit .mainBlock:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #f2f4f7;
}

@media screen and (max-width: 767px) {
  .page-recruit .mainBlock:before {
    display: none;
  }
}

.page-recruit .mainBlock:after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
}

@media screen and (max-width: 767px) {
  .page-recruit .mainBlock:after {
    display: none;
  }
}

.page-recruit .mainBlock .img {
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  z-index: 1;
}

.page-recruit .mainBlock .img img {
  height: 100%;
}

.page-recruit .mainBlock .in {
  z-index: 2;
  width: 48%;
  margin: 0 0 0 4%;
  font-size: 2.4rem;
  color: #0e0e2c;
  padding-bottom: 1em;
}

@media screen and (max-width: 1500px) {
  .page-recruit .mainBlock .in {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .page-recruit .mainBlock .in {
    width: 100%;
    margin: 0px;
    font-size: 1.6rem;
  }
}

.page-recruit .mainBlock .in h1 {
  font-weight: 100;
  font-size: 6.4rem;
  color: #075cdc;
}

@media screen and (max-width: 767px) {
  .page-recruit .mainBlock .in h1 {
    font-size: 4rem;
    padding: 0 6.4vw;
  }
}

.page-recruit .mainBlock .in h1 span {
  font-size: 4rem;
  font-weight: 400;
  display: block;
  margin-bottom: 1em;
  color: #075CDC;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .page-recruit .mainBlock .in h1 span {
    font-size: 2.3rem;
  }
}

.page-recruit .mainBlock .in .lead {
  font-weight: bold;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .page-recruit .mainBlock .in .txt {
    padding: 10.66667vw 6.4vw;
  }
}

.page-recruit .knowBlock .in {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
}

.page-recruit .galleryBlock #image .swiper-slide {
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .page-recruit .galleryBlock #image .swiper-slide {
    width: 100%;
  }
}

.page-recruit .galleryBlock #image .p-gallery__imageList__image {
  width: 1000px;
  height: 660px;
  background-size: cover;
  background-position: top center;
  max-height: 800px;
}

@media screen and (max-width: 767px) {
  .page-recruit .galleryBlock #image .p-gallery__imageList__image {
    width: 100%;
    height: 70vw;
  }
}

.page-recruit .p-gallery__thumbnailList {
  position: relative;
}

.page-recruit .p-gallery__thumbnailList .swiper-button-next,
.page-recruit .p-gallery__thumbnailList .swiper-button-prev {
  width: 100px;
  height: 100px;
  background-size: 100%;
  top: 25%;
  z-index: 100;
  background-image: url("../img/common/arrow_l.png");
}

@media screen and (max-width: 767px) {
  .page-recruit .p-gallery__thumbnailList .swiper-button-next,
  .page-recruit .p-gallery__thumbnailList .swiper-button-prev {
    display: none;
  }
}

.page-recruit .p-gallery__thumbnailList .swiper-button-next {
  background-image: url("../img/common/arrow_r.png");
}

.page-recruit .p-gallery__thumbnailList #thumbnail {
  padding: 8px 90px;
  position: relative;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .page-recruit .p-gallery__thumbnailList #thumbnail {
    height: 60px;
  }
}

.page-recruit .p-gallery__thumbnailList #thumbnail .swiper-slide {
  width: 120px;
  margin: 0 4px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .page-recruit .p-gallery__thumbnailList #thumbnail .swiper-slide {
    width: 72px;
    height: 60px;
  }
}

.page-recruit .p-gallery__thumbnailList #thumbnail .swiper-slide.swiper-slide-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background: url(../img/recruit/box.svg);
  background-size: 100%;
}

.page-recruit .p-gallery__thumbnailList #thumbnail .p-gallery__thumbnailList__image {
  width: 120px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  transition: .2s;
}

@media screen and (max-width: 767px) {
  .page-recruit .p-gallery__thumbnailList #thumbnail .p-gallery__thumbnailList__image {
    width: 72px;
    height: 60px;
    border-radius: 6px;
  }
}

.page-recruit .p-gallery__thumbnailList #thumbnail .p-gallery__thumbnailList__image:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}

.page-recruit .interviewBlock .u-btn1 {
  margin: 50px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .page-recruit .interviewBlock .u-btn1 {
    margin-top: 20px;
  }
}

.page-recruit .occupationBlock .u-ttl2 {
  margin-bottom: .5em;
}

.page-recruit .occupationBlock .lead {
  text-align: center;
  font-weight: bold;
  color: #0E0E2C;
}

@media screen and (max-width: 767px) {
  .page-recruit .occupationBlock .lead {
    text-align: left;
    width: 88%;
    margin: 0 auto;
  }
  .page-recruit .occupationBlock .lead br {
    display: none;
  }
}

.page-recruit .occupationBlock ul {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 80px;
}

@media screen and (max-width: 767px) {
  .page-recruit .occupationBlock ul {
    width: 90%;
  }
}

.page-recruit .occupationBlock ul li {
  width: calc(50% - 4px);
  margin: 2px;
}

@media screen and (max-width: 767px) {
  .page-recruit .occupationBlock ul li {
    width: 100%;
  }
}

.page-recruit .occupationBlock ul a {
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
  padding: 1.5em;
  line-height: 1;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .page-recruit .occupationBlock ul a {
    background-color: #F2F4F7;
  }
}

.page-recruit .occupationBlock ul a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../img/common/arrow_r_blue.svg);
}

.page-single .singleCont {
  background-color: #F2F4F7;
}

.page-single .singleIn {
  background-color: #fff;
  max-width: 883px;
  margin: 0 auto;
  color: #222;
}

@media screen and (max-width: 767px) {
  .page-single .singleIn {
    max-width: none;
  }
}

.page-single .singleIn2 {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .page-single .singleIn2 {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

.page-single .articleCont {
  margin-bottom: 80px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont {
    margin-bottom: 10.66667vw;
    padding-top: 10.66667vw;
  }
}

.page-single .articleCont .entryTtl {
  margin-bottom: 8px;
  color: #222222;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .entryTtl {
    font-size: 2rem;
    margin-bottom: 2.13333vw;
  }
}

.page-single .articleCont .entryDesc {
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .entryDesc {
    margin-bottom: 4.26667vw;
    font-size: 1.7rem;
  }
}

.page-single .articleCont .authorBox {
  margin-bottom: 40px;
  color: #9DA5C4;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .authorBox {
    margin-bottom: 10.66667vw;
  }
}

.page-single .articleCont .authorBox em {
  text-decoration: underline;
}

.page-single .articleCont .mainImg {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .mainImg {
    margin-bottom: 10.66667vw;
  }
}

.page-single .articleCont .figCap1 {
  margin-top: 8px;
  font-size: 1.5rem;
  text-align: left;
  padding: 10px 80px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .figCap1 {
    padding: 10px 6.4vw;
    margin-top: 2.13333vw;
  }
}

.page-single .articleCont .profileBox {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .profileBox {
    margin-bottom: 10.66667vw;
  }
}

.page-single .articleCont .profileBox > li {
  display: flex;
}

.page-single .articleCont .profileBox > li + li {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .profileBox > li + li {
    margin-top: 10.66667vw;
  }
}

.page-single .articleCont .profileBox > li .thum {
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  border-radius: 100px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .profileBox > li .thum {
    width: 21.33333vw;
    height: 21.33333vw;
    margin-right: 4.26667vw;
  }
}

.page-single .articleCont .profileBox > li .txt {
  width: 100%;
  line-height: 1.5;
}

.page-single .articleCont .profileBox > li .txt .name {
  font-size: 1.6rem;
  font-weight: bold;
}

.page-single .articleCont .profileBox > li .txt .katagaki {
  display: block;
  margin-top: 4px;
  color: #9DA5C4;
  font-size: 1.0rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .profileBox > li .txt .katagaki {
    margin-top: 1.06667vw;
  }
}

.page-single .articleCont .profileBox > li .txt .desc {
  margin-top: 4px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .profileBox > li .txt .desc {
    margin-top: 1.06667vw;
  }
}

.page-single .articleCont #toc {
  background-color: #F2F4F7;
  margin-bottom: 40px;
  padding: 40px;
  line-height: 1.5;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont #toc {
    margin-bottom: 10.66667vw;
    padding: 10.66667vw;
    border-radius: 4.26667vw;
  }
}

.page-single .articleCont #toc h2 {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont #toc h2:after {
    content: "";
    display: block;
    background: url("../img/common/arw_b_blue.svg") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 2.13333vw;
    height: 1.33333vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.06667vw;
  }
  .page-single .articleCont #toc h2.show:after {
    transform: scale(1, -1);
  }
}

.page-single .articleCont #toc a {
  color: #075CDC;
  text-decoration: underline;
}

.page-single .articleCont #toc > ol {
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont #toc > ol {
    display: none;
    margin-top: 4.26667vw;
  }
}

.page-single .articleCont #toc > ol > li + li {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont #toc > ol > li + li {
    margin-top: 4.26667vw;
  }
}

.page-single .articleCont #toc > ol > li > ul > li {
  margin: 8px 0 0 32px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont #toc > ol > li > ul > li {
    margin: 2.13333vw 0 0 8.53333vw;
  }
}

/* 2024/02/07　修正 */
.page-single .articleCont .p-entry__content {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content {
    margin-bottom: 10.66667vw;
  }
}
/*　元コード
 .page-single .articleCont .p-entry__content {
  margin-bottom: 80px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content {
    margin-bottom: 10.66667vw;
  }
} 
*/
/* 2024/02/07　修正終了 */

.page-single .articleCont .p-entry__content h2 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content h2 {
    margin-top: 10.66667vw;
    margin-bottom: 6.4vw;
    font-size: 1.8rem;
  }
}

.page-single .articleCont .p-entry__content h2:first-child {
  margin-top: 0;
}

.page-single .articleCont .p-entry__content h3 {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content h3 {
    margin-bottom: 6.4vw;
  }
}

.page-single .articleCont .p-entry__content p {
  margin-bottom: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.page-single .articleCont .p-entry__content p + .blnBox {
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content p {
    word-break: break-word;
    margin-bottom: 6.4vw;
    font-size: 1.5rem;
  }
}

.page-single .articleCont .p-entry__content p img {
  margin: 16px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content p img {
    width: 100vw;
    max-width: none;
    margin: 4.26667vw -6.4vw;
  }
}

.page-single .articleCont .p-entry__content strong {
  font-weight: bold;
}

.page-single .articleCont .p-entry__content .blnBox {
  margin-bottom: 3em;
}

.page-single .articleCont .p-entry__content .blnBox > li {
  display: flex;
  align-items: flex-start;
}

.page-single .articleCont .p-entry__content .blnBox > li .thum {
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content .blnBox > li .thum {
    width: 21.33333vw;
    height: 21.33333vw;
  }
}

.page-single .articleCont .p-entry__content .blnBox > li .txt {
  width: calc(100% - 275px);
  padding: 40px;
  font-size: 1.6rem;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content .blnBox > li .txt {
    width: 100%;
    padding: 6.4vw;
    border-radius: 4.26667vw;
  }
}

.page-single .articleCont .p-entry__content .blnBox > li .txt p {
  margin-bottom: 0;
  font-size: 1.0em;
}

.page-single .articleCont .p-entry__content .blnBox > li .txt p + p {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content .blnBox > li .txt p + p {
    margin-top: 6.4vw;
  }
}

.page-single .articleCont .p-entry__content .blnBox > li + li {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content .blnBox > li + li {
    margin-top: 6.4vw;
  }
}

.page-single .articleCont .p-entry__content .blnBox > li.type1 .thum {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content .blnBox > li.type1 .thum {
    margin-right: 2.13333vw;
  }
}

.page-single .articleCont .p-entry__content .blnBox > li.type1 .txt {
  background-color: #F2F4F7;
}

.page-single .articleCont .p-entry__content .blnBox > li.type2 {
  flex-direction: row-reverse;
}

.page-single .articleCont .p-entry__content .blnBox > li.type2 .thum {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__content .blnBox > li.type2 .thum {
    margin-left: 2.13333vw;
  }
}

.page-single .articleCont .p-entry__content .blnBox > li.type2 .txt {
  border: 1px solid #D1D7ED;
}

.page-single .articleCont .p-entry__content .blnBox > li.type2 .txt p {
  line-height: 1.6;
}

.page-single .articleCont .p-entry__snsList > ul {
  display: flex;
}

.page-single .articleCont .p-entry__snsList > ul > li {
  width: 24px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__snsList > ul > li {
    width: 6.4vw;
    margin-right: 2.13333vw;
  }
}

.page-single .articleCont .p-entry__snsList > ul > li:last-child {
  margin-right: 0;
}

.page-single .articleCont .p-entry__snsList > ul > li a {
  display: block;
}

.page-single .articleCont .p-entry__snsList > ul > li a img {
  display: block;
}

@media screen and (max-width: 767px) {
  .page-single .articleCont .p-entry__snsList > ul > li a img {
    width: 100%;
  }
}

.page-single .secLinkList {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-single .secLinkList {
    margin-bottom: 10.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .page-single .secLinkList .singleIn2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-single .secLinkList h2 {
  margin-bottom: 40px;
  color: #075CDC;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .page-single .secLinkList h2 {
    margin-bottom: 10.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .page-single .secLinkList .l-articleList {
    width: auto;
    max-width: none;
    overflow-x: scroll;
    margin: 0 -6vw;
  }
}

@media screen and (max-width: 767px) {
  .page-single .secLinkList .l-articleList > ul {
    flex-wrap: nowrap;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-single .secLinkList .l-articleList > ul > li {
    flex-shrink: 0;
    width: 82.66667vw;
    margin-bottom: 0;
    padding-left: 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .page-single .secLinkList .l-articleList > ul > li:last-child {
    padding-right: 6.4vw;
  }
}

.page-single .l-pankz {
  margin-top: 40px;
}

.page-single .l-pankz ul {
  width: 95%;
}

.page-single .l-articleList ul li .c-article__thumbnail {
  max-height: 120px;
}

@media screen and (max-width: 767px) {
  .page-single .l-articleList ul li .c-article__thumbnail {
    max-height: 100%;
  }
}

.page-single .occupationBlock .u-ttl2 {
  margin-bottom: .5em;
}

.page-single .occupationBlock .lead {
  text-align: center;
  font-weight: bold;
  color: #0E0E2C;
}

@media screen and (max-width: 767px) {
  .page-single .occupationBlock .lead {
    text-align: left;
    width: 88%;
    margin: 0 auto;
  }
  .page-single .occupationBlock .lead br {
    display: none;
  }
}

.page-single .occupationBlock ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0px;
}

.page-single .occupationBlock ul li {
  width: calc(50% - 4px);
  margin: 2px;
}

@media screen and (max-width: 767px) {
  .page-single .occupationBlock ul li {
    width: 100%;
  }
}

.page-single .occupationBlock ul a {
  display: flex;
  justify-content: space-between;
  background-color: #F2F4F7;
  padding: 1.5em;
  line-height: 1;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .page-single .occupationBlock ul a {
    background-color: #F2F4F7;
  }
}

.page-single .occupationBlock ul a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../img/common/arrow_r_blue.svg);
}

@media screen and (max-width: 767px) {
  .page-contact .u-inner {
    width: auto;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

.page-contact .u-ttlBox1 {
  background: none;
  height: 220px;
}

/* 2024/02/05　修正 */
@media screen and (max-width: 767px) {
  .page-contact .u-ttlBox1 {
    height: 37.33333vw;
    margin-top: 30px;
  }
}
/*
@media screen and (max-width: 767px) {
  .page-contact .u-ttlBox1 {
    height: 37.33333vw;
  }
}  
*/
/* 2024/02/05　修正 */

.page-contact .u-ttlBox1 h1 {
  color: #075CDC;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .page-contact .u-ttlBox1 h1 {
    font-size: 4.0rem;
  }
}

/* 2024/02/07　追記 */

.page-contact .contactBox {
  margin: 0px 170px 0px 170px;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox {
  margin:auto 
  }
}
/* 2024/02/07　追記終了 */


.page-contact .contactBox .desc {
  margin-bottom: 2.4em;
}

.page-contact .contactBox .desc .en {
  display: block;
  margin-top: .5em;
}

.page-contact .contactBox .tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .tabs {
    display: block;
    margin-bottom: 10.66667vw;
  }
}

.page-contact .contactBox .tabs > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18.93333%;
  height: 120px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .tabs > li {
    width: auto;
    height: 21.33333vw;
    border-radius: 4.26667vw;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .tabs > li + li {
    margin-top: 4.26667vw;
  }
}

.page-contact .contactBox .tabs > li:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-contact .contactBox .tabs > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-weight: bold;
  position: relative;
  flex-direction: column;
}

.page-contact .contactBox .tabs > li a span {
  display: block;
  font-size: 80%;
}

.page-contact .contactBox .tabs > li:nth-child(1) {
  background-image: url("../img/contact/tab_img01.png");
}

.page-contact .contactBox .tabs > li:nth-child(2) {
  background-image: url("../img/contact/tab_img02.png");
}

.page-contact .contactBox .tabs > li:nth-child(3) {
  background-image: url("../img/contact/tab_img03.png");
}

.page-contact .contactBox .tabs > li:nth-child(4) {
  background-image: url("../img/contact/tab_img04.png");
}

.page-contact .contactBox .tabs > li:nth-child(5) {
  background-image: url("../img/contact/tab_img05.png");
}

.page-contact .contactBox .conts > li {
  display: none;
}

.page-contact .contactBox .conts .txtRequired {
  display: block;
  margin-bottom: 16px;
  color: #9DA5C4;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .txtRequired {
    margin-bottom: 6.4vw;
  }
}

.page-contact .contactBox .conts .required,
.page-contact .contactBox .conts [data-formrun-show-if-error] {
  color: #E5004B;
}

.page-contact .contactBox .conts .inputArea {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .inputArea {
    margin-bottom: 10.66667vw;
  }
}

.page-contact .contactBox .conts .inputArea textarea {
  height: 142px;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .inputArea textarea {
    height: 37.86667vw;
  }
}

/* 2024/02/05　追記 */
@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .inputArea select {
    padding: 3.73333vw 6.4vw;
  }
}
/* 2024/02/05　追記終了 */

.page-contact .contactBox .conts .inputArea .formRow {
  display: flex;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .inputArea .formRow {
    display: block;
  }
}

.page-contact .contactBox .conts .inputArea .formRow + .formRow {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .inputArea .formRow + .formRow {
    margin-top: 6.4vw;
  }
}

.page-contact .contactBox .conts .inputArea .formRow label {
  flex-shrink: 0;
  display: block;
  width: 216px;
  margin-right: 24px;
  padding-top: 16px;
  font-weight: bold;
}

.page-contact .contactBox .conts .inputArea .formRow label .en {
  display: block;
  font-size: 80%;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .inputArea .formRow label {
    width: auto;
    margin-right: 0;
    padding: 4.26667vw 0 3.73333vw;
  }
}

.page-contact .contactBox .conts .inputArea .formRow .field {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .inputArea .formRow .field {
    width: auto;
  }
}

.page-contact .contactBox .conts .privacyBox {
  background-color: #F2F4F7;
  height: 240px;
  margin-bottom: 16px;
  padding: 0 40px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 16px;
  overflow: scroll;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .privacyBox {
    height: 64vw;
    margin-bottom: 4.26667vw;
    padding: 0 6.4vw;
    border-radius: 4.26667vw;
  }
}

.page-contact .contactBox .conts .privacyBox dl {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .privacyBox dl {
    padding: 6.4vw 0;
  }
}

.page-contact .contactBox .conts .privacyBox dt {
  margin-bottom: 1.5em;
  font-weight: bold;
}

.page-contact .contactBox .conts .privacyBox dd h2,
.page-contact .contactBox .conts .privacyBox dd strong {
  font-weight: bold;
}

.page-contact .contactBox .conts .privacyBox dd p + h2 {
  margin-top: 2.0em;
}

.page-contact .contactBox .conts .privacyBox dd .year {
  margin-top: 2.0em;
}

.page-contact .contactBox .conts .doui {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .doui {
    margin-bottom: 10.66667vw;
    font-size: 13px;
  }
}

.page-contact .contactBox .conts .doui input {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .doui input {
    margin-right: 4.26667vw;
  }
}

.page-contact .contactBox .conts .btnSubmit {
  text-align: center;
}

.page-contact .contactBox .conts .btnSubmit button {
  background-color: #0501BF;
  width: 360px;
  height: 40px;
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  border-radius: 100px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .page-contact .contactBox .conts .btnSubmit button {
    transition: opacity 0.3s;
  }
  .page-contact .contactBox .conts .btnSubmit button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox .conts .btnSubmit button {
    width: 100%;
    height: 10.66667vw;
    box-shadow: 0 0.26667vw 2.13333vw rgba(0, 0, 0, 0.1);
  }
}

.page-contact .contactBox[data-kind="commerce"] .tabs > li:nth-child(1),
.page-contact .contactBox[data-kind="dx"] .tabs > li:nth-child(2),
.page-contact .contactBox[data-kind="recruit"] .tabs > li:nth-child(3),
.page-contact .contactBox[data-kind="request"] .tabs > li:nth-child(4),
.page-contact .contactBox[data-kind="general"] .tabs > li:nth-child(5) {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox[data-kind="commerce"] .tabs > li:nth-child(1),
  .page-contact .contactBox[data-kind="dx"] .tabs > li:nth-child(2),
  .page-contact .contactBox[data-kind="recruit"] .tabs > li:nth-child(3),
  .page-contact .contactBox[data-kind="request"] .tabs > li:nth-child(4),
  .page-contact .contactBox[data-kind="general"] .tabs > li:nth-child(5) {
    box-shadow: 0 2.13333vw 4.26667vw rgba(0, 0, 0, 0.24);
  }
}

.page-contact .contactBox[data-kind="commerce"] .tabs > li:nth-child(1):after,
.page-contact .contactBox[data-kind="dx"] .tabs > li:nth-child(2):after,
.page-contact .contactBox[data-kind="recruit"] .tabs > li:nth-child(3):after,
.page-contact .contactBox[data-kind="request"] .tabs > li:nth-child(4):after,
.page-contact .contactBox[data-kind="general"] .tabs > li:nth-child(5):after {
  content: "";
  display: block;
  background: url("../img/contact/tab_frame.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .page-contact .contactBox[data-kind="commerce"] .tabs > li:nth-child(1):after,
  .page-contact .contactBox[data-kind="dx"] .tabs > li:nth-child(2):after,
  .page-contact .contactBox[data-kind="recruit"] .tabs > li:nth-child(3):after,
  .page-contact .contactBox[data-kind="request"] .tabs > li:nth-child(4):after,
  .page-contact .contactBox[data-kind="general"] .tabs > li:nth-child(5):after {
    background-image: url("../img/contact/tab_frame_sp.svg");
  }
}

.page-contact .contactBox[data-kind="commerce"] .conts > li:nth-child(1),
.page-contact .contactBox[data-kind="dx"] .conts > li:nth-child(2),
.page-contact .contactBox[data-kind="recruit"] .conts > li:nth-child(3),
.page-contact .contactBox[data-kind="request"] .conts > li:nth-child(4),
.page-contact .contactBox[data-kind="general"] .conts > li:nth-child(5) {
  display: block;
}

.page-contact .l-pankz {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .page-contact .l-pankz {
    margin-top: 10.66667vw;
  }
}

/*--------------------------------------
page-visionValue
---------------------------------------*/
.page-visionValue {
  text-align: center;
}

.page-visionValue .secTtl {
  color: #0E0E2C;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.page-visionValue .secVision:after {
  content: "";
  display: block;
  background: url("../img/vision-value/office_img02_2.png") center center no-repeat;
  background-size: cover;
  padding-top: 30.66667%;
}
/*--------------------------------------
▲　2023/07/31修正　padding-top: 16.66667% > 40.66667%;
office_img.png　＞　office_img02_2.png　
---------------------------------------*/

@media screen and (max-width: 767px) {
  .page-visionValue .secVision:after {
    background-image: url("../img/vision-value/office_img02_2_sp.png");
    padding-top: 35.8vw;
  }
}
/*--------------------------------------
▲　2023/07/31修正　padding-top: 16.8vw > 35.8vw;
office_img_sp.png　＞　office_img02_2_sp.png　
---------------------------------------*/

.page-visionValue .secVision .in {
  background: linear-gradient(180deg, rgba(242, 244, 247, 0) 0%, #F2F4F7 100%);
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secVision .in {
    padding: 10.66667vw 0 21.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .page-visionValue .secVision .u-inner {
    width: auto;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

.page-visionValue .secVision .secTtl {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secVision .secTtl {
    margin-bottom: 10.66667vw;
  }
}

.page-visionValue .secVision h2 {
  margin-bottom: 40px;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: -0.02em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secVision h2 {
    margin-bottom: 10.66667vw;
    font-size: 4.0rem;
    line-height: 1.5;
  }
}

/*
.page-visionValue .secVision h2:before {
  content: "";
  display: block;
  /*background: url("../img/top/main_wave.png") center center no-repeat;
  background-size: 810px 100%;
  width: 100%;
  height: 135px;
  position: absolute;
  top: 55px;
  left: 0;
}
*/

@media screen and (max-width: 767px) {
  .page-visionValue .secVision h2:before {
    background-size: 100% 100%;
    width: 100vw;
    height: 16.53333vw;
    top: 31.73333vw;
    left: -6.4vw;
  }
}

.page-visionValue .secVision h2 em {
  display: block;
  color: #075CDC;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.page-visionValue .secVision p {
  color: #0E0E2C;
  font-weight: bold;
  line-height: 1.8;
}
/*--------------------------------------
▲　2023/07/31修正　
line-height: 2.4 > 1.8;
---------------------------------------*/

.page-visionValue .secValue {
  background: url("../img/vision-value/value_bg_wrap.png") center center no-repeat;
  background-size: cover;
  padding: 80px 50px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secValue {
    background: linear-gradient(180deg, rgba(242, 244, 247, 0) 0%, #F2F4F7 100%);
    padding: 10.66667vw 0;
  }
}

.page-visionValue .secValue .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secValue .inner {
    max-width: none;
  }
}

.page-visionValue .secValue .secTtl {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secValue .secTtl {
    margin-bottom: 10.66667vw;
  }
}

.page-visionValue .secValue ul {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secValue ul {
    display: block;
    padding: 0;
  }
}

.page-visionValue .secValue li {
  width: 28%;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secValue li {
    width: auto;
  }
}

.page-visionValue .secValue li + li {
  margin-left: 8%;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secValue li + li {
    margin: 10.66667vw 0 0;
  }
}

.page-visionValue .secValue li figure {
  width: 200px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secValue li figure {
    width: 53.33333vw;
    margin-bottom: 6.4vw;
  }
}

.page-visionValue .secValue li figure img {
  width: 100%;
}

.page-visionValue .secValue li h3 {
  margin-bottom: 16px;
  color: #075CDC;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secValue li h3 {
    margin-bottom: 4.26667vw;
  }
}

.page-visionValue .secValue li p {
  color: #0E0E2C;
}

.page-visionValue .secCulture {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture {
    padding: 10.66667vw 0;
  }
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .u-inner {
    width: auto;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .u-inner.type2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-visionValue .secCulture .secTtl {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .secTtl {
    margin-bottom: 10.66667vw;
  }
}

.page-visionValue .secCulture .mainImg {
  display: block;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .mainImg {
    margin-bottom: 10.66667vw;
  }
}

.page-visionValue .secCulture .mainImg img {
  width: 100%;
}

.page-visionValue .secCulture .secLead {
  max-width: 723px;
  margin: 0 auto 40px;
  color: #0E0E2C;
  font-weight: bold;
  line-height: 2.4;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .secLead {
    max-width: none;
    margin-bottom: 10.66667vw;
  }
}

.page-visionValue .secCulture .tokutyo {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .tokutyo {
    display: block;
    max-width: none;
    margin-bottom: 10.66667vw;
  }
}

.page-visionValue .secCulture .tokutyo > li {
  width: 27.6%;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .tokutyo > li {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .tokutyo > li + li {
    margin-top: 10.66667vw;
  }
}

.page-visionValue .secCulture .tokutyo > li figure {
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .tokutyo > li figure {
    width: 73.6vw;
    margin: 0 auto;
  }
}

.page-visionValue .secCulture .tokutyo > li figure img {
  width: 100%;
}

.page-visionValue .secCulture .tokutyo > li dl {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .tokutyo > li dl {
    margin-bottom: 4.26667vw;
  }
}

.page-visionValue .secCulture .tokutyo > li dt {
  margin-bottom: 8px;
  color: #075CDC;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .tokutyo > li dt {
    margin-bottom: 2.13333vw;
  }
}

.page-visionValue .secCulture .tokutyo > li dd {
  color: #9DA5C4;
}

.page-visionValue .secCulture .tokutyo > li p {
  color: #0E0E2C;
  line-height: 2.0;
}

.page-visionValue .secCulture .torikumiBox h3 {
  margin-bottom: 40px;
  color: #0E0E2C;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .torikumiBox h3 {
    margin-bottom: 6.4vw;
  }
}

.page-visionValue .secCulture .torikumiBox ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .torikumiBox ul {
    display: block;
  }
}

.page-visionValue .secCulture .torikumiBox li {
  width: 46.66667%;
  margin-right: 6.66667%;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .torikumiBox li {
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .torikumiBox li + li {
    margin-top: 10.66667vw !important;
  }
}

.page-visionValue .secCulture .torikumiBox li:nth-child(even) {
  margin-right: 0;
}

.page-visionValue .secCulture .torikumiBox li:nth-child(n + 3) {
  margin-top: 3.33333%;
}

.page-visionValue .secCulture .torikumiBox h4 {
  margin-bottom: 16px;
  color: #075CDC;
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-visionValue .secCulture .torikumiBox h4 {
    margin-bottom: 4.26667vw;
  }
}

/*--------------------------------------
page-dx
---------------------------------------*/
@media screen and (max-width: 767px) {
  .page-dx .l-header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .page-dx .l-header h1 {
    width: 37.33333vw;
  }
  .page-dx .l-header .spNavBtn span {
    background-color: #fff;
  }
}

.page-dx section {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .page-dx section {
    padding: 40px 0;
  }
}

.page-dx section .in {
  width: 90%;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
}

.page-dx .dx-btn a {
  display: flex;
  padding: 0.6em 1em;
  font-size: 1.4rem;
  background: #4500d4;
  color: #fff;
  font-weight: 700;
  align-items: center;
  border-radius: 100px;
}

.page-dx .dx-btn a:hover {
  opacity: 0.7;
}

.page-dx .dx-btn a:after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url("../img/dx/arrow_w.svg");
  background-repeat: no-repeat;
}

.page-dx .dx-btn a.iconBlank:after {
  width: 17px;
  height: 17px;
  background-image: url("../img/dx/blank.svg");
}

.page-dx .ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}

.page-dx .ttl h2 {
  font-size: 2.4rem;
  font-weight: 700;
}

.page-dx .ttlDx {
  text-align: left;
  font-size: 4rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-dx .ttlDx {
    font-size: 2.4rem;
  }
}

.page-dx .ttlDx span {
  font-size: 1rem;
  color: #9da5c4;
  display: inline-block;
  padding-bottom: 1em;
  border-bottom: 4px solid #e5004b;
  margin-right: auto;
  line-height: 1;
  margin-bottom: 10px;
}

.page-dx .mainBlock {
  background-image: url("../img/dx/main_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40vw;
  min-height: 550px;
  max-height: 720px;
  padding: 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .page-dx .mainBlock {
    margin-top: -16vw;
    background-image: url("../img/dx/main_bg_sp.jpg");
    height: 177.06667vw;
    box-sizing: border-box;
  }
}

.page-dx .mainBlock .mainIn {
  width: 50%;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-dx .mainBlock .mainIn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page-dx .mainBlock .mainIn h1 {
    margin-top: 60vw;
  }
}

.page-dx .mainBlock .mainIn h1 span {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 48px;
  display: block;
}

@media screen and (max-width: 767px) {
  .page-dx .mainBlock .mainIn h1 span {
    font-size: 2.4rem;
    margin: 1em;
    color: #FFF;
  }
}

.page-dx .mainBlock .mainIn p {
  margin: 64px 0 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-dx .mainBlock .mainIn p {
    margin: 40px 0;
    color: #FFF;
  }
}

.page-dx .mainBlock .mainIn .btn {
  width: 215px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #4500d4;
  border-radius: 50px;
  margin: 0 auto;
  color: #fff;
}

.page-dx .mainBlock .mainIn .btn:hover {
  opacity: 0.7;
}

.page-dx .newsBlock {
  background: linear-gradient(180deg, #ffffff 0%, #f2f4f7 100%);
}

@media screen and (max-width: 767px) {
  .page-dx .newsBlock .newsList li:nth-child(n + 4) {
    display: none;
  }
}

.page-dx .conceptBlock {
  background-image: url("../img/dx/concept_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vw;
  min-height: 550px;
  max-height: 900px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .page-dx .conceptBlock {
    background-image: url("../img/dx/concept_bg_sp.jpg");
    height: auto;
    box-sizing: border-box;
    padding-bottom: 126vw;
    max-height: 100%;
  }
}

.page-dx .conceptBlock .in p {
  font-size: 2.4rem;
  color: #9da5c4;
  margin-top: 40px;
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .page-dx .conceptBlock .in p {
    margin-top: 1.5em;
    font-size: 1.6rem;
  }
}

.page-dx .projectBlock {
  background-image: url("../img/dx/project_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vw;
  min-height: 850px;
  max-height: 900px;
  box-sizing: border-box;
  padding-top: 80px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-dx .projectBlock {
    padding-top: 40px;
    max-height: 100%;
    height: auto;
  }
}

.page-dx .projectBlock:after {
  content: "";
  width: 45%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  top: 50px;
  background-image: url("../img/dx/project_bg_img.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .page-dx .projectBlock:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page-dx .projectBlock {
    background-image: url("../img/dx/project_bg_sp.jpg");
    box-sizing: border-box;
    background-position: top;
  }
}

.page-dx .projectBlock .ttlDx span {
  border-color: #2d00d4;
}

.page-dx .projectBlock .in .in2 {
  width: 44%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .page-dx .projectBlock .in .in2 {
    width: 100%;
  }
}

.page-dx .projectBlock .in h2 {
  color: #0e0e2c;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .page-dx .projectBlock .in h2:after {
    margin-top: 36.26667vw;
    content: "";
    display: block;
    width: 100%;
    height: 96.8vw;
    background-repeat: no-repeat;
    background-image: url("../img/dx/project_bg_img.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.page-dx .projectBlock .in dl {
  font-weight: 700;
}

.page-dx .projectBlock .in dl dt {
  color: #4500d4;
  font-size: 2.4rem;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #0501bf 0%, #2d00d4 51.15%, #4500d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .page-dx .projectBlock .in dl dt {
    font-size: 1.6rem;
  }
}

.page-dx .projectBlock .in dl dd {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-dx .projectBlock .in dl dd {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
  }
}

.page-dx .usecaseBlock {
  background-color: #f2f4f7;
}

.page-dx .usecaseBlock .ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-dx .usecaseBlock .ttl {
    margin-bottom: 24px;
  }
}

.page-dx .usecaseBlock .ttl .ttlDx {
  color: #0e0e2c;
  font-size: 4rem;
  margin-bottom: 24px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .page-dx .usecaseBlock .ttl .ttlDx {
    font-size: 2.4rem;
  }
}

.page-dx .usecaseBlock .ttl .ttlDx span {
  border-color: #2d00d4;
}

.page-dx .usecaseBlock .ttl .lead {
  font-size: 2.4rem;
  font-weight: 900;
}

.page-dx .usecaseBlock .ttl .cat {
  font-size: 1.6rem;
  color: #9da5c4;
}

.page-dx .usecaseBlock .ttl .thumbs {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .page-dx .usecaseBlock .ttl .thumbs {
    margin-top: 24px;
  }
}

.page-dx .usecaseBlock .ttl .thumbs dt {
  width: 140px;
  height: 80px;
  overflow: hidden;
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .page-dx .usecaseBlock .ttl .thumbs dt {
    width: 27.73333vw;
    height: 14.93333vw;
    margin-right: 8px;
  }
}

.page-dx .usecaseBlock .ttl .thumbs dt img {
  overflow: hidden;
  border-radius: 16px;
}

.page-dx .usecaseBlock .ttl .thumbs dd {
  font-weight: 700;
}

.page-dx .usecaseBlock .ttl .thumbs dd a {
  display: inline-block;
  color: #4500d4;
  font-size: 1.4erm;
  margin-top: 8px;
}

.page-dx .usecaseBlock .ttl .thumbs dd a:after {
  content: "";
  width: 15px;
  height: 11px;
  margin-left: 10px;
  display: inline-block;
  background-image: url("../img/dx/arrow2.svg");
  background-size: cover;
}

.page-dx .usecaseBlock .in2 {
  width: 90%;
  max-width: 1400px;
  text-align: left;
  margin: 0 auto;
}

.page-dx .usecaseBlock .in2 .swiper-slide img {
  border-radius: 16px;
  overflow: hidden;
}

.page-dx .usecaseBlock .in2 .swiper-container .swiper-button-next,
.page-dx .usecaseBlock .in2 .swiper-container .swiper-button-prev {
  top: 45%;
}

.page-dx .usecaseBlock .in2 .swiper-button-prev,
.page-dx .usecaseBlock .in2 .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.page-dx .usecaseBlock .in2 .swiper-button-next,
.page-dx .usecaseBlock .in2 .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.page-dx .usecaseBlock .in2 .swiper-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.page-dx .usecaseBlock .in2 .swiper-pagination {
  position: static;
  margin-top: 32px;
}

.page-dx .usecaseBlock .in2 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

.page-dx .usecaseBlock .in2 .swiper-pagination-bullet-active {
  background-color: #091f6c;
}

.page-dx .usecaseBlock .in2 .sp .dx-btn {
  display: inline-block;
  margin-top: 16px;
}

.page-dx .contactBlock {
  background: url("../img/dx/contact_bg.jpg");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock {
    padding-bottom: 1px;
  }
}

.page-dx .contactBlock .ttlDx {
  color: #0e0e2c;
  font-size: 4rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .ttlDx {
    font-size: 2.4rem;
  }
}

.page-dx .contactBlock .ttlDx span {
  border-color: #2d00d4;
}

.page-dx .contactBlock p {
  color: #9da5c4;
}

.page-dx .contactBlock form {
  margin-top: 40px;
}

.page-dx .contactBlock form .must {
  color: red;
  font-size: 1rem;
  margin-bottom: 24px;
}

.page-dx .contactBlock .conts > li {
  display: none;
}

.page-dx .contactBlock .conts .txtRequired {
  display: block;
  margin-bottom: 16px;
  color: #9da5c4;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .conts .txtRequired {
    margin-bottom: 6.4vw;
  }
}

.page-dx .contactBlock .conts .required,
.page-dx .contactBlock .conts [data-formrun-show-if-error] {
  color: #e5004b;
}

.page-dx .contactBlock .conts .inputArea {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .conts .inputArea {
    margin-bottom: 10.66667vw;
  }
}

.page-dx .contactBlock .conts .inputArea textarea {
  height: 142px;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .conts .inputArea textarea {
    height: 37.86667vw;
  }
}

.page-dx .contactBlock .conts .inputArea .formRow {
  display: flex;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .conts .inputArea .formRow {
    display: block;
  }
}

.page-dx .contactBlock .conts .inputArea .formRow + .formRow {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .conts .inputArea .formRow + .formRow {
    margin-top: 6.4vw;
  }
}

.page-dx .contactBlock .conts .inputArea .formRow label {
  flex-shrink: 0;
  display: block;
  width: 340px;
  margin-right: 24px;
  text-align: right;
  padding-top: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .conts .inputArea .formRow label {
    width: auto;
    margin-right: 0;
    padding: 4.26667vw 0 3.73333vw;
    text-align: left;
  }
}

.page-dx .contactBlock .conts .inputArea .formRow .field {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .conts .inputArea .formRow .field {
    width: auto;
  }
}

.page-dx .contactBlock .conts .doui {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .conts .doui {
    margin-bottom: 10.66667vw;
  }
}

.page-dx .contactBlock .conts .doui input {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .conts .doui input {
    margin-right: 4.26667vw;
  }
}

.page-dx .contactBlock .conts .btnSubmit {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .conts .btnSubmit {
    margin-top: 40px;
  }
}

.page-dx .contactBlock .conts .btnSubmit button {
  background-color: #0501bf;
  width: 360px;
  height: 40px;
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  border-radius: 100px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .page-dx .contactBlock .conts .btnSubmit button {
    transition: opacity 0.3s;
  }
  .page-dx .contactBlock .conts .btnSubmit button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .page-dx .contactBlock .conts .btnSubmit button {
    width: 100%;
    height: 10.66667vw;
    box-shadow: 0 0.26667vw 2.13333vw rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .page-dx .l-footer .info {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .page-dx .l-footer .links {
    padding: 16px 24px;
    border-bottom: 1px solid #FFF;
  }
}

.page-dx .l-footer .links li {
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.page-dx .l-footer .links a {
  background-image: url("../img/dx/blank.svg");
  background-size: 13px 13px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*-- Width --*/
.WAuto {
  width: auto !important;
}

/*-- Margin --*/
.M0 {
  margin: 0 !important;
}

.MA {
  margin: auto !important;
}

.MTA {
  margin-top: auto !important;
}

.MT1 {
  margin-top: 1em !important;
}

.MT2 {
  margin-top: 2em !important;
}

.MT3 {
  margin-top: 3em !important;
}

.MRA {
  margin-right: auto !important;
}

.MBA {
  margin-bottom: auto !important;
}

.MLA {
  margin-left: auto !important;
}

/*-- Padding --*/
.P0 {
  padding: 0 !important;
}

.PA {
  padding: auto !important;
}

.PTA {
  padding-top: auto !important;
}

.PRA {
  padding-right: auto !important;
}

.PBA {
  padding-bottom: auto !important;
}

.PLA {
  padding-left: auto !important;
}

/*-- Font --*/
.ffNS {
  font-family: "Noto Sans Japanese";
}

.fz6 {
  font-size: 6px;
}

.fz6R {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 7px;
}

.fz7R {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 8px;
}

.fz8R {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 9px;
}

.fz9R {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 10px;
}

.fz10R {
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
}

.fz11R {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
}

.fz12R {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
}

.fz13R {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
}

.fz14R {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
}

.fz15R {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
}

.fz16R {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
}

.fz17R {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
}

.fz18R {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
}

.fz19R {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
}

.fz20R {
  font-size: 2rem;
}

.fz21 {
  font-size: 21px;
}

.fz21R {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 22px;
}

.fz22R {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 23px;
}

.fz23R {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 24px;
}

.fz24R {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 25px;
}

.fz25R {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 26px;
}

.fz26R {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 27px;
}

.fz27R {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 28px;
}

.fz28R {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 29px;
}

.fz29R {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 30px;
}

.fz30R {
  font-size: 3rem;
}

.fz31 {
  font-size: 31px;
}

.fz31R {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 32px;
}

.fz32R {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 33px;
}

.fz33R {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 34px;
}

.fz34R {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 35px;
}

.fz35R {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 36px;
}

.fz36R {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 37px;
}

.fz37R {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 38px;
}

.fz38R {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 39px;
}

.fz39R {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 40px;
}

.fz40R {
  font-size: 4rem;
}

.fz41 {
  font-size: 41px;
}

.fz41R {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 42px;
}

.fz42R {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 43px;
}

.fz43R {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 44px;
}

.fz44R {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 45px;
}

.fz45R {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 46px;
}

.fz46R {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 47px;
}

.fz47R {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 48px;
}

.fz48R {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 49px;
}

.fz49R {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 50px;
}

.fz50R {
  font-size: 5rem;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.lh8 {
  line-height: 0.8 !important;
}

.lh9 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh26 {
  line-height: 2.6 !important;
}

.lh27 {
  line-height: 2.7 !important;
}

.lh28 {
  line-height: 2.8 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

.lh30 {
  line-height: 3 !important;
}

/*-- Etc --*/
.disI {
  display: inline !important;
}

.disB {
  display: block !important;
}

.disIB {
  display: inline-block !important;
}

.disT {
  display: table !important;
}

.disTC {
  display: table-cell !important;
}

.disN {
  display: none !important;
}

.disF {
  display: flex !important;
}

.jcFS {
  justify-content: flex-start !important;
}

.jcFE {
  justify-content: flex-end !important;
}

.jcC {
  justify-content: center !important;
}

.jcSB {
  justify-content: space-between !important;
}

.jcSA {
  justify-content: space-around !important;
}

.aiFS {
  align-items: flex-start !important;
}

.aiFE {
  align-items: flex-end !important;
}

.aiC {
  align-items: center !important;
}

.aiS {
  align-items: stretch !important;
}

.aiB {
  align-items: baseline !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.vaTB {
  vertical-align: text-bottom !important;
}

.fltL {
  float: left !important;
}

.fltR {
  float: right !important;
}

.fltN {
  float: none !important;
}

.posS {
  position: static !important;
}

.posR {
  position: relative !important;
}

.posA {
  position: absolute !important;
}

.posF {
  position: fixed !important;
}

.brWord {
  word-wrap: break-word;
}

.waNw {
  white-space: nowrap;
}

.printDown {
  display: none;
}

.printBreak {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /*-- Width --*/
  .spWAuto {
    width: auto !important;
  }
  /*-- Margin --*/
  .spM0 {
    margin: 0 !important;
  }
  .spMA {
    margin: auto !important;
  }
  .spMTA {
    margin-top: auto !important;
  }
  .spMRA {
    margin-right: auto !important;
  }
  .spMBA {
    margin-bottom: auto !important;
  }
  .spMLA {
    margin-left: auto !important;
  }
  /*-- Padding --*/
  .spP0 {
    padding: 0 !important;
  }
  .spPA {
    padding: auto !important;
  }
  .spPTA {
    padding-top: auto !important;
  }
  .spPRA {
    padding-right: auto !important;
  }
  .spPBA {
    padding-bottom: auto !important;
  }
  .spPLA {
    padding-left: auto !important;
  }
  /*-- Font --*/
  .spFz6 {
    font-size: 6px;
  }
  .spFz6R {
    font-size: 0.6rem;
  }
  .spFz7 {
    font-size: 7px;
  }
  .spFz7R {
    font-size: 0.7rem;
  }
  .spFz8 {
    font-size: 8px;
  }
  .spFz8R {
    font-size: 0.8rem;
  }
  .spFz9 {
    font-size: 9px;
  }
  .spFz9R {
    font-size: 0.9rem;
  }
  .spFz10 {
    font-size: 10px;
  }
  .spFz10R {
    font-size: 1rem;
  }
  .spFz11 {
    font-size: 11px;
  }
  .spFz11R {
    font-size: 1.1rem;
  }
  .spFz12 {
    font-size: 12px;
  }
  .spFz12R {
    font-size: 1.2rem;
  }
  .spFz13 {
    font-size: 13px;
  }
  .spFz13R {
    font-size: 1.3rem;
  }
  .spFz14 {
    font-size: 14px;
  }
  .spFz14R {
    font-size: 1.4rem;
  }
  .spFz15 {
    font-size: 15px;
  }
  .spFz15R {
    font-size: 1.5rem;
  }
  .spFz16 {
    font-size: 16px;
  }
  .spFz16R {
    font-size: 1.6rem;
  }
  .spFz17 {
    font-size: 17px;
  }
  .spFz17R {
    font-size: 1.7rem;
  }
  .spFz18 {
    font-size: 18px;
  }
  .spFz18R {
    font-size: 1.8rem;
  }
  .spFz19 {
    font-size: 19px;
  }
  .spFz19R {
    font-size: 1.9rem;
  }
  .spFz20 {
    font-size: 20px;
  }
  .spFz20R {
    font-size: 2rem;
  }
  .spFz21 {
    font-size: 21px;
  }
  .spFz21R {
    font-size: 2.1rem;
  }
  .spFz22 {
    font-size: 22px;
  }
  .spFz22R {
    font-size: 2.2rem;
  }
  .spFz23 {
    font-size: 23px;
  }
  .spFz23R {
    font-size: 2.3rem;
  }
  .spFz24 {
    font-size: 24px;
  }
  .spFz24R {
    font-size: 2.4rem;
  }
  .spFz25 {
    font-size: 25px;
  }
  .spFz25R {
    font-size: 2.5rem;
  }
  .spFz26 {
    font-size: 26px;
  }
  .spFz26R {
    font-size: 2.6rem;
  }
  .spFz27 {
    font-size: 27px;
  }
  .spFz27R {
    font-size: 2.7rem;
  }
  .spFz28 {
    font-size: 28px;
  }
  .spFz28R {
    font-size: 2.8rem;
  }
  .spFz29 {
    font-size: 29px;
  }
  .spFz29R {
    font-size: 2.9rem;
  }
  .spFz30 {
    font-size: 30px;
  }
  .spFz30R {
    font-size: 3rem;
  }
  .spFz31 {
    font-size: 31px;
  }
  .spFz31R {
    font-size: 3.1rem;
  }
  .spFz32 {
    font-size: 32px;
  }
  .spFz32R {
    font-size: 3.2rem;
  }
  .spFz33 {
    font-size: 33px;
  }
  .spFz33R {
    font-size: 3.3rem;
  }
  .spFz34 {
    font-size: 34px;
  }
  .spFz34R {
    font-size: 3.4rem;
  }
  .spFz35 {
    font-size: 35px;
  }
  .spFz35R {
    font-size: 3.5rem;
  }
  .spFz36 {
    font-size: 36px;
  }
  .spFz36R {
    font-size: 3.6rem;
  }
  .spFz37 {
    font-size: 37px;
  }
  .spFz37R {
    font-size: 3.7rem;
  }
  .spFz38 {
    font-size: 38px;
  }
  .spFz38R {
    font-size: 3.8rem;
  }
  .spFz39 {
    font-size: 39px;
  }
  .spFz39R {
    font-size: 3.9rem;
  }
  .spFz40 {
    font-size: 40px;
  }
  .spFz40R {
    font-size: 4rem;
  }
  .spFz41 {
    font-size: 41px;
  }
  .spFz41R {
    font-size: 4.1rem;
  }
  .spFz42 {
    font-size: 42px;
  }
  .spFz42R {
    font-size: 4.2rem;
  }
  .spFz43 {
    font-size: 43px;
  }
  .spFz43R {
    font-size: 4.3rem;
  }
  .spFz44 {
    font-size: 44px;
  }
  .spFz44R {
    font-size: 4.4rem;
  }
  .spFz45 {
    font-size: 45px;
  }
  .spFz45R {
    font-size: 4.5rem;
  }
  .spFz46 {
    font-size: 46px;
  }
  .spFz46R {
    font-size: 4.6rem;
  }
  .spFz47 {
    font-size: 47px;
  }
  .spFz47R {
    font-size: 4.7rem;
  }
  .spFz48 {
    font-size: 48px;
  }
  .spFz48R {
    font-size: 4.8rem;
  }
  .spFz49 {
    font-size: 49px;
  }
  .spFz49R {
    font-size: 4.9rem;
  }
  .spFz50 {
    font-size: 50px;
  }
  .spFz50R {
    font-size: 5rem;
  }
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  .spLh8 {
    line-height: 0.8 !important;
  }
  .spLh9 {
    line-height: 0.9 !important;
  }
  .spLh10 {
    line-height: 1 !important;
  }
  .spLh11 {
    line-height: 1.1 !important;
  }
  .spLh12 {
    line-height: 1.2 !important;
  }
  .spLh13 {
    line-height: 1.3 !important;
  }
  .spLh14 {
    line-height: 1.4 !important;
  }
  .spLh15 {
    line-height: 1.5 !important;
  }
  .spLh16 {
    line-height: 1.6 !important;
  }
  .spLh17 {
    line-height: 1.7 !important;
  }
  .spLh18 {
    line-height: 1.8 !important;
  }
  .spLh19 {
    line-height: 1.9 !important;
  }
  .spLh20 {
    line-height: 2 !important;
  }
  .spLh21 {
    line-height: 2.1 !important;
  }
  .spLh22 {
    line-height: 2.2 !important;
  }
  .spLh23 {
    line-height: 2.3 !important;
  }
  .spLh24 {
    line-height: 2.4 !important;
  }
  .spLh25 {
    line-height: 2.5 !important;
  }
  .spLh26 {
    line-height: 2.6 !important;
  }
  .spLh27 {
    line-height: 2.7 !important;
  }
  .spLh28 {
    line-height: 2.8 !important;
  }
  .spLh29 {
    line-height: 2.9 !important;
  }
  .spLh30 {
    line-height: 3 !important;
  }
  /*-- Etc --*/
  .spDisI {
    display: inline !important;
  }
  .spDisB {
    display: block !important;
  }
  .spDisIB {
    display: inline-block !important;
  }
  .spDisT {
    display: table !important;
  }
  .spDisTC {
    display: table-cell !important;
  }
  .spDisN {
    display: none !important;
  }
  .spDisF {
    display: flex !important;
  }
  .spJcFS {
    justify-content: flex-start !important;
  }
  .spJcFE {
    justify-content: flex-end !important;
  }
  .spJcC {
    justify-content: center !important;
  }
  .spJcSB {
    justify-content: space-between !important;
  }
  .spJcSA {
    justify-content: space-around !important;
  }
  .spAiFS {
    align-items: flex-start;
  }
  .spAiFE {
    align-items: flex-end !important;
  }
  .spAiC {
    align-items: center !important;
  }
  .spAiS {
    align-items: stretch !important;
  }
  .spAiB {
    align-items: baseline !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spTaC {
    text-align: center !important;
  }
  .spVaT {
    vertical-align: top !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
  .spVaB {
    vertical-align: bottom !important;
  }
  .spVaTB {
    vertical-align: text-bottom !important;
  }
  .spFltL {
    float: left !important;
  }
  .spFltR {
    float: right !important;
  }
  .spFltN {
    float: none !important;
  }
  .spPosS {
    position: static !important;
  }
  .spPosR {
    position: relative !important;
  }
  .spPosA {
    position: absolute !important;
  }
  .spPosF {
    position: fixed !important;
  }
}


/*　231115_記事のトップ画像サイズ */

.page-single .articleCont .mainImg{
  margin-bottom: 40px;
  margin-left: 80px;
  margin-right: 80px;
  @include mq{
    width: 100vw;
    max-width: none;
    margin: vw(16) vw(-24);
  }
}

@media screen and (max-width: 767px){
.page-single .articleCont .mainImg{
    margin: 0px;
    @include mq{
      width: 100vw;
      max-width: none;
      margin: vw(16) vw(-24);
    }
}
}

  @media screen and (max-width: 767px){
  .page-single .articleCont .mainImg .lazyloaded{
    width: 100vw;
    max-width: none;
      @include mq{
        width: 100vw;
        max-width: none;
        margin: vw(16) vw(-24);
      }
  }
 }


/* 2311_サイト改修_newsの年号ナビ */

ul.navYear.pc li{
  width: 100%;
}
/*　使わない
ul.navYear.pc li:first-child{
  width: 20%
}
*/

/*# sourceMappingURL=srcmap/style.css.map */


.pageTi {
  background-color: #0706c1;
  height: 162px;
}