@charset "utf-8";
/*
Theme Name: SCIENCE CRAFT Template
Author: SCIENCE CRAFT
*/

/* = color
-------------------------------------------------------------- */
:root {
  --maincolor: #0032BE;
  --subcolor: #0FD770;
  --hovercolor: #C2D1D1
}

/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
input {
  outline: none;
}
input,
textarea {
  -webkit-appearance: none;
}
.sp {
  display: none;
}


/*--------------------------------------------------------------
   Common Style
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow: hidden;
}

h2 {}
h2::after {}
a,
a:visited {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: 0.2s;
}
img {
  height: auto;
  max-width: 100%;
}
button,
input,
select,
textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  line-height: 1.5;
  margin: 10px 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
button {
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 5px;
}

/*--------------------------------------------------------------
   PC
--------------------------------------------------------------*/


#page {
  padding-top: 102px;
}

/* =header
-------------------------------------------------------------- */
header {
  background: #0032BE;
  border-bottom: 4px solid #0FD770;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
header .header__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
header .header__logo {
  width: 183px;
  padding-left: 24px;
}
header .header__logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
header .header__menu {
  width: calc(100% - 183px);
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: calc(43px - 24px);
  min-height: 98px;
}
header .header__menu a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
header .header__menu .depth1 {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
}
header .header__menu .depth1 li {
  position: relative;
}
header .header__menu .depth1 a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 24px;
}
.header__menu ul.depth2 {
  opacity: 0;
  position: absolute;
  width: 350px;
  padding: 30px 16px 27px;
  transition: 0.2s;
  top: 102px;
  left: 0;
  visibility: hidden;
  text-align: left;
  z-index: 100;
  padding: 15px 16px 20px;
}
.header__menu ul.depth2:before {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  left: -100vw;
  top: 0;
  background: rgba(255,255,255,.9);
  background: rgba(255,255,255, 1);
}
.header__menu ul.depth2>li {
  position: relative;
  z-index: 99;
}
.header__menu ul.depth2>li:not(:last-child) {
  margin: 0 0 8px;
}
.header__menu ul.depth2>li a {
  position: relative;
  padding: 2px 0 2px 30px;
  color: #0032BE;
  text-align: left;
  display: block;
}
.header__menu ul.depth2>li a::before {
  content: "";
  background: url("images/icon-chevron-gray.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.header__menu ul.depth2>li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: 0.3s;
}

header .header__button a {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 190px;
}


/* = navigation
-------------------------------------------------------------- */


/* =footer
-------------------------------------------------------------- */
footer {
  background: #0032BD;
  color: #fff;
  padding: 156px 0 15px;
}
footer .footer__inner {
  max-width: calc(1103px + 70px);
  width: 100%;
  margin: auto;
  padding: 0 35px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 123px 8.16%;
}
footer .footer__logo {
  margin-top: 5px;
  width: calc(100% - 8.16% - 72%);
}
footer .footer__menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 72%;
}
footer .footer__menu a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  transition: 0.2s;
}
footer .footer__menu ul.depth1:nth-of-type(2) {
  margin-right: 15px;
}
footer .footer__menu li.depth1+li.depth1.has_children {
  margin-top: 25px;
}
footer .footer__menu li.depth1+li.depth1 {
  margin-top: 9px;
}
footer .footer__menu ul.depth2 {
  margin-top: 6px;
}
footer .footer__menu .depth2 a {
  color: rgba(255, 255, 255, .6);
  font-size: 10px;
}
footer .footer__menu .depth2 a::before {
  content: "";
  background: url("images/icon-chevron-white.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 7px;
}
footer .footer__button {
  width: 220px;
}
footer .footer__button a {
  display: block;
  color: #fff;
  background: #000;
  width: 100%;
  margin: 0 auto;
  border-radius: 24px;
  padding: 14px 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
footer .footer__button a::before {
  content: "";
  background: url("images/icon-chevron-white.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
footer .copyright {
  width: 100%;
  text-align: center;
  opacity: .7;
  font-size: 8px;
  font-weight: bold;
}


/* =top front__page
-------------------------------------------------------------- */
.mv {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 21px auto;
  aspect-ratio: 1366 / 1024;
}
.top__upper a {
  transition: opacity 0.2s;
}
.mv>* {
  position: absolute;
}
.mv .catchcopy {
  color: #0032BE;
  font-size: min(32 / 1366 * 100vw, 32px);
  font-weight: bold;
  line-height: 1.65625;
  top: min(60 / 1366 * 100vw, 60px);
  left: min(81 / 1366 * 100vw, 81px);
  z-index: 7;
  transition: opacity 2.2s ease;
  opacity: 0;
}
.mv .catchcopy.active {
  opacity: 1;
}
@keyframes normalfadeIn {
   from {
    opacity: 0;
    /* transform: translateY(20px); */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes translatefadeIn {
   from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scalefadeIn {
   from {
    opacity: 0;
    transform: scale(.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.mv .mv__image {
  width: min(1024 / 1366 * 100vw, 1024px);
  top: min(0 / 1366 * 100vw, 0px);
  left: min(158 / 1366 * 100vw, 158px);
  z-index: 4;
  opacity: 0 !important;
  pointer-events: none;
}
.mv .mv__base {
  width: min(867.5 / 1366 * 100vw, 867.5px);
  top: min(35 / 1366 * 100vw, 35px);
  left: min(246 / 1366 * 100vw, 246px);
  z-index: 5;
  /*animation: scalefadeIn 0.8s ease forwards;*/
  opacity: 0;
  transition: opacity 3.0s cubic-bezier(0.22, 1, 0.36, 1), transform 2.8s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(.93);
}
.mv .mv__base.active {
  transform: scale(1);
  opacity: 1;
}
.mv .prop {
  opacity: 0;
  transition: opacity 2.2s ease;
}
.mv .prop.active {
  opacity: 1;
}
.mv .people {
  transform: translateY(-20px);
  opacity: 0;
  transition: opacity 1.0s cubic-bezier(0.65, 0, 0.35, 1), transform 2.0s cubic-bezier(0.22, 1, 0.36, 1);
}
.mv .people.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.mv .people01 {
  width: min(192.77 / 1366 * 100vw, 192.77px);
  top: min(116 / 1366 * 100vw, 116px);
  left: min(615 / 1366 * 100vw, 615px);
  z-index: 6;
}
.mv .people02 {
  width: min(223.82 / 1366 * 100vw, 223.82px);
  top: min(186.5 / 1366 * 100vw, 186.5px);
  left: min(414.4 / 1366 * 100vw, 414.4px);
  z-index: 6;
}
.mv .people03 {
  width: min(185.69 / 1366 * 100vw, 185.69px);
  top: min(270 / 1366 * 100vw, 270px);
  left: min(293.7 / 1366 * 100vw, 293.7px);
  z-index: 6;
}
.mv .people04 {
  width: min(289.86 / 1366 * 100vw, 289.86px);
  top: min(315.3 / 1366 * 100vw, 315.3px);
  left: min(426.8 / 1366 * 100vw, 426.8px);
  z-index: 6;
}
.mv .people05 {
  width: min(83.02 / 1366 * 100vw, 83.02px);
  top: min(182.5 / 1366 * 100vw, 182.5px);
  right: min(419.5 / 1366 * 100vw, 419.5px);
  z-index: 6;
}
.mv .people06 {
  width: min(228.42 / 1366 * 100vw, 228.42px);
  top: min(239 / 1366 * 100vw, 239px);
  right: min(456.5 / 1366 * 100vw, 456.5px);
  z-index: 6;
}
.mv .people07 {
  width: min(165.32 / 1366 * 100vw, 165.32px);
  top: min(300 / 1366 * 100vw, 300px);
  right: min(268.5 / 1366 * 100vw, 268.5px);
  z-index: 6;
}
.mv .people08 {
  width: min(265.81 / 1366 * 100vw, 265.81px);
  top: min(391 / 1366 * 100vw, 391px);
  right: min(366.4 / 1366 * 100vw, 366.4px);
  z-index: 6;
}
.mv .people09 {
  width: min(245.2 / 1366 * 100vw, 245.2px);
  top: min(458 / 1366 * 100vw, 458px);
  left: min(293.6 / 1366 * 100vw, 293.6px);
  z-index: 6;
}
.mv .people10 {
  width: min(136.07 / 1366 * 100vw, 136.07px);
  top: min(518.4 / 1366 * 100vw, 518.4px);
  right: min(534.3 / 1366 * 100vw, 534.3px);
  z-index: 6;
}
.mv .people11 {
  width: min(240.13 / 1366 * 100vw, 240.13px);
  top: min(548 / 1366 * 100vw, 548px);
  right: min(284 / 1366 * 100vw, 284px);
  z-index: 6;
}
.mv .people12 {
  width: min(486.12 / 1366 * 100vw, 486.12px);
  top: min(656 / 1366 * 100vw, 656px);
  left: min(427 / 1366 * 100vw, 427px);
  z-index: 6;
}



.mv .prop01 {
  width: min(284 / 1366 * 100vw, 284px);
  top: min(296 / 1366 * 100vw, 296px);
  left: min(-81 / 1366 * 100vw, -81px);
  z-index: 5;
}
.mv .prop02 {
  width: min(191 / 1366 * 100vw, 191px);
  top: min(310 / 1366 * 100vw, 310px);
  right: min(-54 / 1366 * 100vw, -54px);
  z-index: 5;
}
.mv .prop03 {
  width: min(79 / 1366 * 100vw, 79px);
  top: min(39 / 1366 * 100vw, 39px);
  left: min(353 / 1366 * 100vw, 353px);
  z-index: 5;
}
.mv .prop04 {
  width: min(103 / 1366 * 100vw, 103px);
  top: min(78 / 1366 * 100vw, 78px);
  right: min(120 / 1366 * 100vw, 120px);
  z-index: 5;
}
.front__page main {
  position: relative;
}
.scroll_wrapper {
  position: absolute;
  height: calc(100vh - 100px - 21px);
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.scroll_wrapper .scroll_down {
  position: absolute;
  bottom: min(403 / 1366 * 100vw, 403px);
  right: min(37 / 1366 * 100vw, 37px);
  bottom: 25px;
  z-index: 7;
}
.scroll_down a {
  position: absolute;
  left: 7px;
  bottom: 56px;
  color: #000;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
}
.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0032BE;
  z-index: 2;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 128px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
    opacity: 1;
  }
  100% {
    opacity: 0;
    opacity: 1;
  }
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 128px;
  background: #0032BE;
  z-index: 1;
}

.front__page .contents__inner {
  max-width: calc(1000px + (35px * 2));
  padding-left: 35px;
  padding-right: 35px;
  margin: auto;
}
.front__page .page__content .contents__head {
  margin: 0 0 42px auto;
}
.front__page .contents__head h2 {
  color: #0032BE;
  font-size: 40px;
  position: relative;
  letter-spacing: 0.1em;
}
.front__page .contents__head h2::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #0032BE;
  width: 100%;
  height: 4px;
}
.front__page .contents__head h2::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #0FD770;
  width: 40px;
  height: 4px;
}
.front__page .contents__head h2 .en {
  display: block;
  margin-top: 4px;
}
.front__page .contents__wrap {
  width: 72.2%;
  max-width: 829px;
}
.front__page .works {
  margin-left: calc(50% - 50vw);
  padding-left: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 80px;
  margin-top: 157px;
}
.front__page .works__list {
  margin-top: 7px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.front__page .works__item {}
.front__page .works__item a {
  border: 1px solid #0032BE;
  border-radius: 9px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 14px 55px 9px 15px;
  position: relative;
  color: #0032BE;
  font-weight: bold;
  gap: 40px;
  transition: 0.2s;
}
.front__page .works__item a::after {
  content: "";
  background: url("images/icon-chevron-gray.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.front__page .works__item .works__text h3 {
  font-size: 24px;
  line-height: 1.375;
  margin: 6px 0 6px;
}
.front__page .works__item .works__text p {
  font-size: 12px;
  line-height: 1.41666667;
}

.front__page .company {
  margin-left: calc(50% - 50vw);
  padding-left: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 80px;
  margin-top: 240px;
}
.front__page .company__list {
  margin-top: 7px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.front__page .company__item {
  width: calc((100% - 20px) / 2);
}
.front__page .company__item a {
  border: 1px solid #0032BE;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 55px 9px 15px;
  position: relative;
  color: #0032BE;
  font-weight: bold;
  gap: 19px;
  transition: 0.2s;
}
.front__page .company__item a::after {
  content: "";
  background: url("images/icon-chevron-gray.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.front__page .company__item .company__text h3 {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 3px;
}
.front__page .company__item .company__text h3 img {
  display: block;
}
.front__page .news {
  margin: 250px auto 100px;
  padding: 200px 0 220px;
  background: rgba(194, 209, 209, 0.25) url("images/bg_news.svg") center right;
}
.front__page .news__inner {
  border-radius: 9px;
  background: #fff;
  max-width: 964px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 60px 94px 60px 75px;
}
.front__page .page__content .news__inner .news__head.contents__head {
  margin: 0;
}
.front__page .news__inner .news__head h2 {
  font-size: 33px;
  letter-spacing: 0;
  margin-top: 64px;
}
.front__page .news__inner .news__head h2::before,
.front__page .news__inner .news__head h2::after {
  bottom: 40px;
}
.front__page .news__inner .news__head h2 .en {
  margin-top: 0;
}
.front__page .news__inner .button__wrap {
  margin-top: 34px;
}
.front__page .news__inner .link {
  color: #0032BE;
  font-size: 14px;
  font-weight: bold;
}
.front__page .news__inner .link::before {
  content: "";
  background: url("images/icon-chevron-blue.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
  position: relative;
  top: -1px;
}
.front__page .news__inner .news__list {
  width: calc(100% - 129px);
  max-width: 585px;
  border-top: 1px solid #C2D1D1;
}
.front__page .news__inner .news__list li {
  border-bottom: 1px solid #C2D1D1;
}
.front__page .news__inner .news__list li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding: 26px 30px 22px 0;
  letter-spacing: 0.1em;
  position: relative;
}
.front__page .news__inner .news__list li a::after {
  content: "";
  background: url("images/icon-chevron-gray.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.front__page .news__inner .news__list li .news__date {
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
}
.front__page .news__inner .news__list li .news__cat {
  background: #0032BE;
  border-radius: 24px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  min-width: 120px;
  padding: 7px 8px;
  line-height: 1;
  text-align: center;
}
.front__page .news__inner .news__list li .news__cat + .news__cat {
  display: none;
}
.front__page .news__inner .news__list li .news__ttl {
  font-size: 14px;
  font-weight: bold;
  padding-left: 4px;
}
.front__page .recruit a {
  display: block;
  border: 4px solid #0FD770;
  border-radius: 12px;
  max-width: 964px;
  margin: 110px auto;
  color: #0FD770;
  text-align: center;
  padding: 60px 0 78px;
}
.front__page .recruit a h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.front__page .recruit a>p {
  font-size: 14px;
  font-weight: bold;
  margin: 6px 0 16px;
}
.front__page .recruit a .button__wrap {
  color: #fff;
  background: #0FD770;
  max-width: 220px;
  margin: 0 auto;
  border-radius: 24px;
  transition: 0.1s;
  padding: 14px 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.front__page .recruit a .button__wrap p::before {
  content: "";
  background: url("images/icon-chevron-white.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 7px;
}


/* =lower page
-------------------------------------------------------------- */
.page__wrapper:not(.front__page) {
  margin: 37px auto 180px;
  max-width: calc(1286px + (35px * 2));
  font-size: 14px;
  padding-left: 35px;
  padding-right: 35px;
}
.page__wrapper:not(.front__page) .page__content {
  max-width: 1000px;
  margin: auto;
}
#breadcrumbs {
  margin: 0 auto 75px;
  font-size: 14px;
  color: #C2D1D1;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-news #breadcrumbs ul li:nth-child(5),
.single-news #breadcrumbs ul li:nth-child(6) {
  display: none;
}
#breadcrumbs a {
  font-weight: normal;
  color: #C2D1D1;
}
#breadcrumbs .separator {
  font-weight: normal;
}
.page__content .button {
  display: block;
  color: #fff;
  background: #0FD770;
  max-width: 220px;
  margin: 0 auto;
  border-radius: 24px;
  transition: 0.1s;
  padding: 14px 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.page__content .contents__head {
  display: inline-block;
  margin: 0 auto 42px;
}
.page__content .contents__head .head__title {
  color: #0032BE;
  font-size: 40px;
  position: relative;
  letter-spacing: 0.1em;
}
.page__content .contents__head .head__title::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #0032BE;
  width: 100%;
  height: 4px;
}
.page__content .contents__head .head__title::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #0FD770;
  width: 40px;
  height: 4px;
}
.page__content .contents__head .head__title .en {
  display: block;
  margin-top: 4px;
}

/* =事業方針（business-policy）
-------------------------------------------------------------- */
.page__content.business-policy .entry__content {
  max-width: 829px;
  margin: auto;
}
.page__content.business-policy .entry__content .business-policy_wrap {
  margin-top: 6px;
}
.page__content.business-policy .entry__content .business-policy_wrap+.business-policy_wrap {
  margin-top: 162px;
}
.page__content.business-policy .entry__content .business-policy_wrap h2 {
  font-size: 24px;
  color: #0032BE;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}
.page__content.business-policy .entry__content .business-policy_wrap p {
  font-size: 14px;
  font-weight: bold;
  color: #0032BE;
  line-height: 2.5;
  letter-spacing: 0;
}
.page__content.business-policy .entry__content .business-policy_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 7.44%;
  margin: 47px 0;
}
.page__content.business-policy .entry__content .business-policy_list li.business-policy_list-circle {
  width: 16.28%;
  position: relative;
}
.page__content.business-policy .entry__content .business-policy_list li.business-policy_list-circle::after {
  content: "";
  background: url("images/business-policy/arrow.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 25px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 22%;
  right: -28%;
}
.page__content.business-policy .entry__content .business-policy_list li.business-policy_list-circle h3 {
  font-size: 33px;
  color: #0FD770;
  width: 122px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: url("images/business-policy/circle-mark.svg") center center no-repeat;*/
  border-radius: 50%;
  border: 11px solid #0FD770;
}
.page__content.business-policy .entry__content .business-policy_list li.business-policy_list-circle p {
  color: #0FD770;
  font-size: 14px;
  line-height: 2;
  margin-top: 9px;
  letter-spacing: 0;
}

.page__content.business-policy .entry__content .business-policy_list li.business-policy_list-result {
  width: 28.59%;
}
.page__content.business-policy .entry__content .business-policy_list li.business-policy_list-result h3 {
  color: #fff;
  background: #0FD770;
  width: 100%;
  border-radius: 9px;
  line-height: 1.66666667;
  text-align: center;
  padding: 16px 10px;
  font-size: 18px;
}
.page__content.business-policy .entry__content .business-policy_onestop {
  margin-top: 42px;
}


/* =事業紹介（works）
-------------------------------------------------------------- */
.page__works .entry__content {
  max-width: 830px;
  margin: auto;
}
.page__works .info_col {
  color: #0032BE;
  font-weight: bold;
  font-size: 14px;
}
.page__works .info_col h2 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin: 0 0 31px;
}
.page__works .info_col p {
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.page__works .works__list {
  margin: 88px auto 0;
}

/* =事業紹介カテゴリ（works-category）
-------------------------------------------------------------- */
.page__content .category_depth {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
  color: #0032BE;
  margin: 81px 0 34px;
}
.page__content .category_depth .parent .title {
  display: inline-block;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 16px;
}
.page__content .category_depth .parent .title .en {
  margin-left: 7px;
}
.page__content .category_depth .parent .title::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  background: #0032BE;
  width: 100%;
  height: 2px;
}
.page__content .category_depth .parent .title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  background: #0FD770;
  width: 27px;
  height: 2px;
}
.page__content .category_depth .child .title {
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0 8px 26px;
  line-height: 1;
}
.page__content .category_depth .child .title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #0032BE;
  width: 100%;
  height: 2px;
}
.page__content .category_depth .child .icon {
  position: absolute;
  top: 1px;
  left: -6px;
}

.page__works .works__pdf {
  margin: 60px auto 0;
}
.page__works .works__pdf .button {
  font-size: 20px;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 35px;
  height: 70px;
  font-weight: bold;
}

.cat__works h1 {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  color: #0032BE;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 3px;
}
.cat__works h1 .icon {
  margin-left: -20px;
}
.cat__works .cat_description {
  font-size: 16px;
  font-weight: bold;
  color: #0032BE;
  letter-spacing: 0.05em;
}
.cat__works .works__depth1 {
  margin: 76px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px 20px;
  flex-wrap: wrap;
}
.cat__works .works__depth1 .works__depth1-item {
  width: calc((100% - 20px) / 2);
  border-radius: 10px;
  position: relative;
  border: 1px solid #0032BE;
  overflow: hidden;
}
.cat__works .works__depth1 .works__depth1-item a::after {
  content: "";
  background: url("images/icon-chevron-gray.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.cat__works .works__depth1 .works__depth1-head {
  background: #0032BE;
  color: #fff;
  padding: 0 50px 0;
  min-height: 185px;
  border-bottom: 4px solid #0FD770;
  display: flex;
  align-items: center;
}
.cat__works .works__depth1 .works__depth1-head h2 {
  font-size: 24px;
  letter-spacing: 0.02em;
  margin: 0 0 8px;
}
.cat__works .works__depth1 .works__depth1-head .term-description {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.cat__works .works__depth1 .works__depth1-case {
  padding: 25px 60px 41px;
}
.cat__works .works__depth1 .works__depth1-case h3 {
  color: #0032BE;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin: 0 0 11px;
  text-align: center;
}
.cat__works .works__depth1-child {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 23px 0 0;
}

.cat__works .works__depth1-child li {
  width: 100%;
  color: #0032BE;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  border: 1px solid #C2D1D1;
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.02em;
}
.cat__works .works__depth1-child li object {
  width: 100%;
  height: 100%;
}
.cat__works .works__depth1-child li .js-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 21px;
  color: #0032BE;
}
.cat__works .works__depth1 li:nth-child(4) .works__depth1-child li {
  font-size: 13px;
}
.cat__works .works__pdf {
  margin: 130px auto 130px;
}
.cat__works .works__pdf .button {
  font-size: 20px;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 35px;
  height: 70px;
  font-weight: bold;
}

.cat__works .works__others {
  margin: 130px auto -180px;
  padding: 100px 0 60px;
  background: rgba(194, 209, 209, 0.25) url("images/bg_news.svg") center right;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.cat__works .works__others-inner {
  max-width: 1000px;
  margin: auto;
}
.cat__works .works__others-inner h3 {
  font-size: 18px;
  color: #9AA7A7;
  border-radius: 35px;
  border: 1px solid #9AA7A7;
  background: #fff;
  text-align: center;
  padding: 15px 10px;
}
.cat__works .works__others-inner .works__others-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin: 50px 0;
}
.cat__works .works__others-inner .works__others-list li {
  width: calc((100% - 20px) / 2);
}
.cat__works .works__others-inner .works__others-list a {
  display: block;
  border: 1px solid #C2D1D1;
  background: #C2D1D1;
  border-radius: 10px;
  padding: 0 42px 0;
  position: relative;
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat__works .works__others-inner .works__others-list a::after {
  content: "";
  background: url("images/icon-chevron-white.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.cat__works h1.archive__title.child {
  margin: 54px 0 80px;
}
.cat__works article {
  margin: 0 0 150px;
  scroll-margin-top: 102px;
}
.cat__works article p {
  letter-spacing: 0;
}

.cat__works article h2 {
  background: #0032BE;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #0FD770;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 21px 22px;
}

.cat__works article .works__info {
  background: rgba(194, 209, 209, 0.3);
  border-radius: 0 0 10px 10px;
  padding: 13px 16px;
}

.cat__works article .works__info .works__info-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.cat__works article .works__info .works__info-list li+li::before {
  content: "/";
  margin-left: 8px;
  margin-right: 5px;
}
.cat__works article .works__info .works__info-list li.no_slash + li::before {
  content: none;
}
.cat__works article .works__info .works__info-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.cat__works article .works__info .works__info-list li p {
  font-size: 12px;
  font-weight: bold;
}
.cat__works article .works__content-loop {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.cat__works article .works__content-loop li {
  width: 100%;
}
.cat__works article .works__text {
  letter-spacing: 1px;
  font-feature-settings: "palt";
}
.cat__works article .works__text h3 {
  margin: 25px 0 20px;
}
.cat__works article .works__text h4.sub {
  margin: 25px 0 -15px;
}
.cat__works article .works__text .article__description {
  line-height: 2;
  font-size: 14px;
  margin: 20px 0 32px;
  letter-spacing: 0;
  letter-spacing: 1px;
}
.cat__works article .works__text .article__description .works__features {
  margin: 0;
  display: inline-block;
}
.cat__works article .works__text .article__description .works__feature {
  margin: 0;
}
.cat__works article h4 {
  font-weight: normal;
  letter-spacing: 0;
}

.cat__works article .works__features {
  letter-spacing: 0;
  margin: 7px 0;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}
.cat__works article .works__feature {
  position: relative;
  padding-left: 27px;
  margin: 0 0 7px;
}
.cat__works article .works__feature::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.cat__works article .works__img-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin: 49px 0 20px;
  gap: 30px 50px;
}
.cat__works article .works__img-list li {
  /* border: 1px solid #C2D1D1; */
}
.cat__works article .works__img-list li img {
  width: auto;
  max-height: 292px;
  display: block;
}
.cat__works article .works__img-list .caption {
  font-size: 14px;
  text-align: center;
  margin-top: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.cat__works article .works__img-list .caption a {
  display: inline;
}
.cat__works article .works__materials {
  border: 1px solid #C2D1D1;
  margin: 38px 0 0;
  border-radius: 10px;
  padding: 37px 39px 31px;
}
.cat__works article .works__materials p {
  letter-spacing: 0.1em;
  margin: 0 0 7px;
}
.cat__works article .works__materials .works__material-name::before {
  content: "■";
  font-size: 0.5em;
  vertical-align: middle;
  padding-right: 2px;
}

.cat__works article .works__materials li:not(:first-child) .year:first-of-type {
  margin-top: 35px;
}
.cat__works article .works__materials li:not(:first-child) .works__material-name:first-of-type {
  margin-top: 35px;
}
.cat__works article span.symbol {
  font-size: 0.5em;
  vertical-align: middle;
  padding-right: 2px;
}
.cat__works article+.works__others {
  margin-top: 200px;
}


/* =企業情報（company）
-------------------------------------------------------------- */
.front__page #breadcrumbs {
  margin-top: 37px;
  max-width: 1286px;
}
.page__content.lower .company {
  margin-top: 77px;
  margin-bottom: 186px;
}
.page__content.lower .company .contents__head {
  margin-right: 0;
}

/* =企業情報 子ページ（company__child）
-------------------------------------------------------------- */
.company__child h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 36px auto 0 -13px;
  gap: 7px;
}
.company__child h1 .company__text {
  font-size: 36px;
  line-height: 1;
  margin: 0 0 3px;
  font-weight: bold;
  color: #0032BE;
}
.company__child h1 .company__text img {
  margin-top: 16px;
}

/* =Our Purpose（purpose）
-------------------------------------------------------------- */
.page__content.purpose .purpose_text_wrap {
  text-align: center;
  margin: 123px auto 100px;
  color: #0032BE;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.5;
}
.page__content.purpose .purpose_text_wrap h2 {
  font-size: 32px;
  line-height: 1.625;
  margin: 0 0 32px;
}
.page__content.purpose .purpose_text_wrap .purpose_text p+p {
  margin-top: 40px;
}
.page__content.purpose .concept {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #0032BE;
  color: #fff;
  text-align: center;
  margin: 165px auto 100px;
  padding: 206px 0 200px;
}
.page__content.purpose .concept h3 {
  color: #0FD770;
  display: inline-block;
  border-bottom: 4px solid #0FD770;
  font-size: 24px;
  margin-bottom: 38px;
}
.page__content.purpose .concept .concept_purpose {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 38px 0 170px;
}
.page__content.purpose .concept .concept_purpose li {
  width: 450px;
  height: 450px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
}
.page__content.purpose .concept .concept_purpose li:nth-child(2n) {
  left: -17px;
}
.page__content.purpose .concept .concept_purpose li:nth-child(2n + 1) {
  right: -17px;
}
.page__content.purpose .concept .concept_purpose .concept_purpose_text h4 {
  font-size: 26px;
  margin: 0 0 36px;
  line-height: 1;
}
.page__content.purpose .concept .concept_logo {
  max-width: 865px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px auto;
}
.page__content.purpose .concept .concept_logo .logo_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  text-align: left;
  padding-left: 36px;
}
.page__content.purpose .concept .concept_logo .logo_img {
  width: 348px;
  height: 348px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 10px;
}
.page__content.purpose .future {
  text-align: center;
}
.page__content.purpose .future h3 {
  color: #0FD770;
  display: inline-block;
  border-bottom: 4px solid #0FD770;
  font-size: 24px;
  margin-bottom: 38px;
}

.page__content.purpose .future_wrap {
  position: relative;
  width: 100%;
  max-width: 963.46px;
  margin: 21px auto;
  aspect-ratio: 963.46 / 1000;
}
.page__content.purpose .future_wrap img {
  width: 100%;
}
.page__content.purpose .future_wrap .future__image>div {
  position: absolute;
}
.page__content.purpose .future_wrap .future__image {
  position: relative;
  margin: auto;
  width: min(963.46 / 1366 * 100vw, 963.46px);
  z-index: 5;
}
.page__content.purpose .prop .future_comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: -1;
  pointer-events: none;
}
.page__content.purpose .prop.active .future_comment,
.page__content.purpose .prop:hover .future_comment {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.page__content.purpose .prop.active img,
.page__content.purpose .prop:hover img {
  opacity: 1;
  z-index: 12;
  position: relative;
  transition: all 0s;
}

.page__content.purpose .prop img {
  opacity: 0;
}

.page__content.purpose .prop .future_comment_text,
.page__content.purpose .prop .future_comment_text {
  z-index: -1;
  opacity: 0;
  position: relative;
  font-size: 18px;
  color: #0032BE;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 350px;
  line-height: 1.88888889;
  top: -139px;
  margin-left: 5px;
}
.page__content.purpose .prop.active .future_comment_text,
.page__content.purpose .prop:hover .future_comment_text {
  z-index: 10;
  opacity: 1;
}

.page__content.purpose .prop .future_bg {
  will-change: backdrop-filter, opacity;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% + 5px);
  transform: translate(-50%, -50%);
  width: 428px;
  height: 428px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: scale(0.95) translate(-50%, -50%);

  background: rgba(255,255,255.9);
  backdrop-filter: none;
}
.page__content.purpose .prop:hover .future_bg {
  z-index: 3;
  transform: scale(1) translate(-50%, -50%);
}
.page__content.purpose .prop.active .future_bg,  .page__content.purpose .prop:hover .future_bg {
  opacity: 0.9;
}

.page__content.purpose .future_wrap .prop01 {
  width: min(306.12 / 1366 * 100vw, 306.12px);
  top: min(570.5 / 1366 * 100vw, 570.5px);
  right: min(16.5 / 1366 * 100vw, 16.5px);
  z-index: 5;
}
.page__content.purpose .future_wrap .prop02 {
  width: min(316.89 / 1366 * 100vw, 316.89px);
  top: min(261.7 / 1366 * 100vw, 261.7px);
  left: min(43.3 / 1366 * 100vw, 43.3px);
  z-index: 1;
}
.page__content.purpose .future_wrap .prop03 {
  width: min(341.32 / 1366 * 100vw, 341.32px);
  top: min(413 / 1366 * 100vw, 413px);
  left: min(181 / 1366 * 100vw, 181px);
  z-index: 2;
}
.page__content.purpose .future_wrap .prop04 {
  width: min(324.74 / 1366 * 100vw, 324.74px);
  top: min(471 / 1366 * 100vw, 471px);
  left: min(14.5 / 1366 * 100vw, 14.5px);
  z-index: 3;
}
.page__content.purpose .future_wrap .prop05 {
  width: min(188.68 / 1366 * 100vw, 188.68px);
  top: min(538.2 / 1366 * 100vw, 538.2px);
  right: min(290.2 / 1366 * 100vw, 290.2px);
  z-index: 4;
}
.page__content.purpose .future_wrap .prop06 {
  width: min(306.93 / 1366 * 100vw, 306.93px);
  top: min(691 / 1366 * 100vw, 691px);
  left: min(200.4 / 1366 * 100vw, 200.4px);
  z-index: 2;
}
.page__content.purpose .future_wrap .prop07 {
  width: min(301.33 / 1366 * 100vw, 301.33px);
  top: min(168.8 / 1366 * 100vw, 168.8px);
  left: min(163 / 1366 * 100vw, 163px);
  z-index: 3;
}
.page__content.purpose .future_wrap .prop08 {
  width: min(214.19 / 1366 * 100vw, 214.19px);
  top: min(90.5 / 1366 * 100vw, 90.5px);
  left: min(410.7 / 1366 * 100vw, 410.7px);
  z-index: 4;
}
.page__content.purpose .future_wrap .prop09 {
  width: min(334.79 / 1366 * 100vw, 334.79px);
  top: min(396.5 / 1366 * 100vw, 396.5px);
  right: min(111.3 / 1366 * 100vw, 111.3px);
  z-index: 3;
}
.page__content.purpose .future_wrap .prop10 {
  width: min(217.32 / 1366 * 100vw, 217.32px);
  top: min(295.3 / 1366 * 100vw, 295.3px);
  right: min(-0.1 / 1366 * 100vw, -0.1px);
  z-index: 4;
}
.page__content.purpose .future_wrap .prop11 {
  width: min(294.42 / 1366 * 100vw, 294.42px);
  top: min(227.6 / 1366 * 100vw, 227.6px);
  right: min(203.6 / 1366 * 100vw, 203.6px);
  z-index: 4;
}
.page__content.purpose .future_wrap .prop12 {
  width: min(132.12 / 1366 * 100vw, 132.12px);
  top: min(164 / 1366 * 100vw, 164px);
  right: min(166.5 / 1366 * 100vw, 166.5px);
  z-index: 4;
}
.page__content.purpose .future_wrap .prop13 {
  width: min(110.65 / 1366 * 100vw, 110.65px);
  top: min(596 / 1366 * 100vw, 596px);
  left: min(386 / 1366 * 100vw, 386px);
  z-index: 5;
}


.cat__works article#review-225 h2 br {
  display: none;
}


/*--------------------------------------------------------------
  PC
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .page__content.purpose .prop04 .future_comment_text {
    top: -172px;
  }
  .page__content.purpose .prop04 .future_bg {
     top: calc(50% - 50px);
  }
  .page__content.purpose .prop05 .future_bg {
    top: calc(50% - 74px);
    left: calc(50% - 1px);
    width: 366px;
    height: 366px;
  }
  .page__content.purpose .prop06 .future_bg {
    top: calc(50% - 61px);
    left: calc(50% + 1px);
    width: 480px;
    height: 480px;
  }
  .page__content.purpose .prop06 .future_comment_text {
    top: -189px;
  }
  .page__content.purpose .prop10 .future_bg {
    top: calc(50% - 56px);
    left: calc(50% - 1px);
    width: 404px;
    height: 404px;
  }
/*
  .page__content.purpose .prop06 .future_comment_text {
    top: -156px;
  }
*/
  .page__content.purpose .prop12 .future_bg {
    top: calc(50% - 64px);
    left: calc(50% - 1px);
    width: 300px;
    height: 300px;
  }
  .page__content.purpose .prop12 .future_comment_text {
    top: -124px;
  }
  .page__content.purpose .prop13 .future_bg {
    top: calc(50% - 64px);
    left: calc(50% - 1px);
    width: 300px;
    height: 300px;
  }
  .page__content.purpose .prop13 .future_comment_text {
    top: -110px;
  }
}



/* =代表挨拶（greeting）
-------------------------------------------------------------- */
.page__content.greeting .greeting__wrap {
  margin: 87px auto 0;
  padding-left: 36px;
}
.page__content.greeting .greeting__wrap h2 {
  font-size: 24px;
  margin: 0 0 51px;
  letter-spacing: 0.05em;
}
.page__content.greeting .greeting__wrap p {
  max-width: calc(883px + 24px);
  padding-left: 24px;
  letter-spacing: 0;
  line-height: 2.42857143;
  margin-bottom: 34px;
}
.page__content.greeting .greeting__wrap .info {
  max-width: 895px;
  text-align: right;
  font-size: 16px;
  line-height: 1.875;
  margin-top: -45px;
}

/* =会社概要（outline）
-------------------------------------------------------------- */
.data_table {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #C2D1D1;
  line-height: 2;
}
.data_table dt {
  width: 170px;
  border-bottom: 1px solid #C2D1D1;
  text-align: center;
  padding: 14px 0px;
}
.data_table dt span {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1.42857143;
}
.data_table dt span::before,
.data_table dt span::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #C2D1D1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.data_table dt span::after {
  left: auto;
  right: 0;
}
.data_table dd {
  width: calc(100% - 170px);
  border-bottom: 1px solid #C2D1D1;
  padding: 14px 0px 14px 53px;
}
.data_table dd:last-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page__content.outline .outline_wrap {
  max-width: 853px;
  margin: 92px auto 0;
}
.page__content.outline .table_list+.medium {
  font-weight: 500;
  margin-top: 20px;
}

/* =社員紹介（staff）
-------------------------------------------------------------- */
.page__content.staff h1 {
  margin-bottom: 92px;
}
.page__content.staff h2 {
  background: #0032BE;
  border-radius: 9px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 11px 22px;
  letter-spacing: 0.05em;
}
.page__content.staff .staff__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 13px;
  gap: 0 13px;
  margin: 13px 0 70px;
}
.page__content.staff .staff__list:last-of-type {
  margin-bottom: 0;
}
.page__content.staff .staff__member {
  width: calc((100% - (13px * 3)) / 4);
  border: 1px solid #C2D1D1;
  border-radius: 9px;
  font-size: 12px;
  padding: 15px 10px 0 24px;
  height: 100px;
  margin-top: 15px;
}
.page__content.staff .staff__member.break {
  border: none;
  flex-basis: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}
.page__content.staff .staff__position:empty {
  margin-top: 15px;
}
.page__content.staff .staff__name {
  font-size: 20px;
  font-weight: bold;
  margin: 3px 0 2px;
  letter-spacing: 0.1em;
}
.page__content.staff .staff__department {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* =事業所紹介（office）
-------------------------------------------------------------- */
.page__content.office .map_wrap {
  margin: 93px 0px 98px;
}
.page__content.office .map_wrap:last-of-type {
  margin-bottom: 0;
}
.page__content.office .map_wrap h2 {
  background: #0032BE;
  color: #fff;
  border-radius: 9px;
  padding: 10px 22px;
  font-size: 20px;
  margin-bottom: 27px;
}
.page__content.office .map_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page__content.office .map_box .address {
  padding-left: 8px;
  line-height: 2;
}
.page__content.office .map_box .map {
  max-width: 546px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30.801%;
  border: 2px solid #cccccc;
}
.page__content.office .map_box .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =ニュース一覧（cat__news）
-------------------------------------------------------------- */
.cat__news .news__inner .news__list {
  width: 100%;
  max-width: 850px;
  margin: 77px auto;
  border-top: 1px solid #C2D1D1;
}
.cat__news .news__inner .news__list li {
  border-bottom: 1px solid #C2D1D1;
}
.cat__news .news__inner .news__list li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 17px;
  padding: 45px 30px 45px 0;
  letter-spacing: 0.1em;
  position: relative;
}
.cat__news .news__inner .news__list li a::after {
  content: "";
  background: url("images/icon-chevron-gray.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cat__news .news__inner .news__list li .news__date {
  font-size: 12px;
  font-weight: bold;
  margin-top: 6px;
}
.cat__news .news__inner .news__list li .news__cat {
  background: #0032BE;
  border-radius: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 148px;
  padding: 9px 4px;
  line-height: 1;
  text-align: center;
}
.cat__news .news__inner .news__list li .news__cat + .news__cat {
  display: none;
}
.cat__news .news__inner .news__list li .news__ttl {
  font-size: 18px;
  font-weight: bold;
  padding-left: 4px;
}

/* =ニュース詳細（single__news）
-------------------------------------------------------------- */
.single__news article {
  max-width: 883px;
  margin: 133px auto 57px;
}
.single__news .wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
}
.single__news .news__info {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 2px;
  gap: 25px;
}
.single__news .news__info .news__cat {
  background: #0032BE;
  border-radius: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 148px;
  padding: 9px 4px;
  line-height: 1;
  text-align: center;
}
.single__news .news__info .news__cat + .news__cat {
  display: none;
}
.single__news .news__title {
  font-size: 24px;
  margin: 24px 0 50px;
}
.single__news .entry__content p {
  line-height: 2.42857143;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.single__news .entry__content a {
  text-decoration: underline;
}
.single__news .entry__content figure {
  margin: 50px 0 50px;
  text-align: center;
}
.single__news .entry__content figure img {
  width: auto;
  max-height: 500px;
}
.single__news .entry__content figure figcaption {
  font-size: 12px;
  line-height: 2;
  margin: 19px 0 0;
  letter-spacing: 0;
}
.single__news .entry__content .wp-block-columns {
  margin: 62px 0 50px;
}
.single__news .entry__content .wp-block-columns figure {
  margin: 0;
}
.single__news .entry__content .wp-block-columns figure figcaption {
  margin: 28px 62px 0 0;
}
.single__news .button_wrap {
  text-align: center;
}
.single__news .button_wrap .button {
  padding: 26px 19px 26px 23px;
  max-width: 290px;
  background: #9AA7A7;
  border-radius: 40px;
  font-size: 18px;
}
.single__news .button_wrap .button img {
  margin-right: 10px;
  vertical-align: sub;
}

/* =採用情報（recruit）
-------------------------------------------------------------- */
.page__wrapper:not(.front__page) .page__content.recruit {
  max-width: 1170px;
}
.page__wrapper:not(.front__page) .page__content.recruit .contents__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page__wrapper:not(.front__page) .page__content.recruit .contents__head {
  margin: 0;
}
.page__wrapper:not(.front__page) .page__content.recruit article {
  width: calc(100% - 255px);
  padding-right: 7%;
}
.page__content.recruit .recruit__list {
  margin-top: 7px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.page__content.recruit .recruit__item {
  width: 100%;
}
.page__content.recruit .recruit__item a {
  border: 1px solid #0032BE;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 33px 55px 33px 34px;
  position: relative;
  color: #0032BE;
  font-weight: bold;
  gap: 19px;
  transition: 0.2s;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.page__content.recruit .recruit__item a::after {
  content: "";
  background: url("images/icon-chevron-gray.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

/* =採用情報 子ページ（staff）
-------------------------------------------------------------- */
.page__content.recruit__child h1 {
  font-size: 36px;
  color: #0032BE;
  margin-top: 49px;
  letter-spacing: 0.05em;
}
.page__content.recruit__child h1 span {
  font-size: 18px;
  margin-left: -10px;
  letter-spacing: 0.05em;
}
.page__content.recruit__child article {
  max-width: 882px;
  margin: 101px auto 40px;
}
.page__content.recruit__child article .info_col h2 {
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin: 0 0 38px;
}
.page__content.recruit__child article .info_col p {
  line-height: 2.42857143;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.page__content.recruit__child .recruit__col {
  margin: 91px auto 0;
}
.page__content.recruit__child .recruit__end {
  background: rgba(194, 209, 209, .2);
  font-size: 14px;
  line-height: 2;
  text-align: center;
  padding: 10px 5px;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
}
.page__content.recruit__child .recruit__col h2 {
  color: #0FD770;
  line-height: 1.33333333;
  font-size: 18px;
  margin: 0 0 44px;
}
.page__content.recruit__child .recruit__col h2 .border {
  border-bottom: 2px solid #0FD770;
  vertical-align: super;
}
.page__content.recruit__child .recruit__col h2 .recruit_occupation {
  font-size: 28px;
  margin-left: 24px;
}
.page__content.recruit__child .recruit__col .data_table dd {
  letter-spacing: 0.03em;
}
.page__content.recruit__child .recruit__col .data_table dd.recruit_salary .note {
  margin-left: 60px;
}
.page__content.recruit__child .recruit__col .data_table dd:last-of-type,
.page__content.recruit__child .recruit__col .data_table dd.recruit_schedule {
  display: block;
}
.page__content.recruit__child .recruit__button {
  margin: 105px auto 0;
}
.page__content.recruit__child .recruit__button a {
  text-align: center;
  font-size: 18px;
  height: 80px;
  border-radius: 40px;
  max-width: 290px;
  padding: 27px 10px 0;
}
.page__content.recruit__child .recruit__button a img {
  margin-right: 9px;
  vertical-align: middle;
}

.page__content.recruit__child .career__menu {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 0 65px;
}
.page__content.recruit__child .career__menu li {
  width: 50%;
}
.page__content.recruit__child .career__menu li a {
  border-radius: 10px 10px 0 0;
  background: #0FD770;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 17px 0;
}
.page__content.recruit__child .career__menu li:not(.current) a {
  background: #A1EFC6;
  padding: 8px 0;
  margin: 79px 0 50px;
  letter-spacing: 0.05em;
  margin: 0;
}

/* =問い合わせフォーム（inquiry）
-------------------------------------------------------------- */
.page__content .inquiry__head .head__title {
  color: #0032BE;
  font-size: 36px;
  margin: 0 0 64px;
}
.page__content .form-wrap {
  border-radius: 9px;
  background: rgba(194, 209, 209, 0.2);
  padding: 51px 20px 2px;
}
.page__content .form-wrap .inner {
  max-width: 900px;
  margin: auto;
}
.page__content .form-wrap .inner h2 {
  background: #9AA7A7;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 20px;
}
.page__content .form-wrap .inner dl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 21px;
}

.page__content .form-wrap .inner dl dt {
  width: 203px;
  padding: 42px 0px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #C2D1D1;
  position: relative;
}
.page__content .form-wrap .inner dl dt span {
  position: absolute;
  right: 0;
  top: 40px;
  border-radius: 24px;
  background: #0032BE;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
}
.page__content .form-wrap .inner dl dt span.non {
  background: #9AA7A7;
}
.page__content .form-wrap .inner dl dd {
  width: calc(100% - 203px);
  padding: 20px 0px;
  border-bottom: 1px solid #C2D1D1;
  padding-left: 18px;
}
.page__content .form-wrap .inner dl dd .caption {
  font-size: 13px;
  color: #aaa;
  text-align: right;
  display: block;
}
.page__content .form-wrap .inner dl dt:last-of-type,
.page__content .form-wrap .inner dl dd:last-of-type {
  border-bottom: none;
}
.page__content .form-wrap .inner dl dd select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: #C2D1D1 1px solid;
  border-radius: 9px;
  padding: 12px 40px 12px 16px;
  font-size: 16px;
  background-image: url("images/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px 13px;
  cursor: pointer;
  color: #000;
}
.page__content .form-wrap .inner dl dd input,
.page__content .form-wrap .inner dl dd textarea {
  font-size: 16px;
  background-color: white;
  border-radius: 9px;
  padding: 12px 40px 12px 16px;
  border: #C2D1D1 1px solid;
  width: 100%;
}
.page__content .form-wrap .inner dl dd input::placeholder {
  color: #C2D1D1;
}
.page__content .form-wrap .inner dl dd .mail_confirm {
  margin-top: 8px;
  font-size: 14px;
}
.page__content .form-wrap .inner dl dd .tel_wrap {
  display: table;
  vertical-align: middle;
}
.page__content .form-wrap .inner dl dd .tel_wrap > span {
  display: table-cell;
}
.page__content .form-wrap .inner dl dd .tel_wrap span.separate {
  width: 20px;
  height: 1px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  margin: 0 10px;
  vertical-align: middle;
}
.page__content .form-wrap .inner dl dd .tel_wrap .wpcf7-not-valid-tip {
  margin-right: -200px;
}
.page__content .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px;
}
.page__content .wpcf7-form .privacypolicy__wrap {
  margin: 50px 0;
  border: 1px solid #C2D1D1;
  border-radius: 9px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 33px 10px 41px;
}
.page__content .wpcf7-form .privacypolicy__wrap a {
  border-bottom: 1px solid #000;
}
.page__content .wpcf7-form .privacypolicy__wrap .agree_wrap {
  margin: 31px auto 0;
  border: 1px solid #C2D1D1;
  border-radius: 9px;
  max-width: 190px;
  padding: 13px 5px;
}
.page__content .wpcf7-form .privacypolicy__wrap .agree_wrap.active {
  border-color: #0032BE;
}
.page__content .wpcf7-form .privacypolicy__wrap .agree_wrap.active label input[type="checkbox"] {
  border-color: #0032BE;
}
.page__content .wpcf7-form .privacypolicy__wrap .agree_wrap .wpcf7-list-item {
  margin: 0;
}
.page__content .wpcf7-form .privacypolicy__wrap .agree_wrap label {
  display: flex;
  align-items: center;
  column-gap: 17px;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.page__content .wpcf7-form .privacypolicy__wrap .agree_wrap label input[type="checkbox"] {
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  border-radius: 3px;
  cursor: pointer;
}
.page__content .wpcf7-form .privacypolicy__wrap .agree_wrap label input[type="checkbox"]:checked {
  background-color: #0032BE;
}
.page__content .wpcf7-form .privacypolicy__wrap .agree_wrap label input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 12px;
  height: 7px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}
.page__content .wpcf7-form .wpcf7-spinner {
  margin-top: 10px;
}
.page__content .wpcf7-form .btnBox {
  text-align: center;
  margin-top: 80px;
}
.page__content .wpcf7-form .btnBox .btn_wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 290px;
}
.page__content .wpcf7-form .btnBox .btn_wrap + .btn_wrap {
  margin-left: 30px;
}
.page__content .wpcf7-form .btnBox .btn_wrap::before {
  content: "";
  background: url("images/icon-chevron-white.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 69px;
}
.page__content .wpcf7-form .btnBox input {
  background-color: #00D070;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 1px 10px 0 35px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 290px;
  width: 100%;
  height: 80px;
  margin: auto;
  letter-spacing: 0.05em;
}
.page__content .wpcf7-form .btnBox input:disabled {
  background: #ccc;
}
.page__content .wpcf7-form .btnBox .btn_wrap.back input {
  background: #9AA7A7;
}
.page__content .wpcf7-form .btnBox .btn_wrap.back::before {
  background: url("images/icon_chevron_left_white.svg") center right no-repeat;
  left: 90px;
}
.page__content .wpcf7-form .btnBox .btn_wrap.recruit.submit::before {
  left: 47px;
}


/* =確認画面（form-confirm）
-------------------------------------------------------------- */
.page__content .form-confirm-wrap .lead {
  color: #0032BE;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  margin-top: -41px;
  margin-bottom: 67px;
}
.page__content .form-confirm-wrap dl {
  border-top: 1px solid #C2D1D1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__content .form-confirm-wrap dl dt {
  border-bottom: 1px solid #C2D1D1;
  background: rgba(194, 209, 209, 0.2);
  font-weight: bold;
  line-height: 1.375;
  width: 200px;
  text-align: center;
  padding: 38px 0;
  font-size: 16px;
}
.page__content .form-confirm-wrap dl dd {
  border-bottom: 1px solid #C2D1D1;
  line-height: 1.375;
  width: calc(100% - 200px);
  padding: 38px 25px 38px 60px;
  font-size: 16px;
}
.page__content .form-confirm-wrap dl dd.message-confirm {
  white-space: pre-wrap;
}

/* =form-complete
------------------------------------------------------ */
.page__content.form-complete {
  text-align: center;
}
.page__content.form-complete .inquiry__head {
  display: none;
}
.page__content.form-complete .inquiry__head h1 {
  letter-spacing: 0.05em;
  margin: 0 auto 43px;
}
.page__content.form-complete h1 {
  color: #0032BE;
  font-size: 36px;
  margin-top: 80px;
  letter-spacing: 0.05em;
  margin: 0 auto 43px;
}
.page__content.form-complete .complete_text {
  letter-spacing: 0.05em;
  color: #0032BE;
  line-height: 2.5;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 160px;
}
.page__content.form-complete .button_wrap {
  text-align: center;
}
.page__content.form-complete .button_wrap .button {
  padding: 26px 19px 26px 23px;
  max-width: 290px;
  background: #9AA7A7;
  border-radius: 40px;
  font-size: 18px;
}
.page__content.form-complete .button_wrap .button img {
  margin-right: 10px;
  vertical-align: sub;
}


/* =お問い合わせ（inquiry）
------------------------------------------------------ */
.page__content.inquiry .inquiry_text {
  letter-spacing: 0.05em;
  color: #0032BE;
  line-height: 1.375;
  font-weight: bold;
  font-size: 16px;
  margin: -37px 0 82px;
}
.page__content.inquiry .inquiry_list {
  background: rgba(194, 209, 209, 0.2);
  border-radius: 9px;
  padding: 30px 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}
.page__content.inquiry .inquiry_list li {
  background: #fff;
  border-radius: 9px;
  width: calc((100% - 30px) / 2);
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page__content.inquiry .inquiry_list li .inner {
  margin-bottom: 5px;
}
.page__content.inquiry .inquiry_list li h2 {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.page__content.inquiry .inquiry_list li .tel {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 11px;
}
.page__content.inquiry .inquiry_list li .time {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page__content.inquiry .button_wrap .button {
  font-size: 18px;
  background: #000;
  position: relative;
  letter-spacing: 0;
  margin: 27px 0 0;
  height: 80px;
  border-radius: 40px;
  max-width: 290px;
  width: 290px;
  padding: 26px 0 0 10px;
}
.page__content.inquiry .button_wrap .button::before {
  content: "";
  background: url("images/icon-chevron-white.svg") center right no-repeat;
  background-size: auto;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
}

/* =お問い合わせフォーム（form）
------------------------------------------------------ */
.page__content.form .form-wrap {
  padding-top: 21px;
}

/* =よくある質問（faq）
------------------------------------------------------ */
.page__content.faq .faq_text {
  letter-spacing: 0.05em;
  color: #0032BE;
  line-height: 1.375;
  font-weight: bold;
  font-size: 16px;
  margin: -19px 0 121px;
}
.page__content.faq .faq_list {
  counter-reset: qnum;
}
.page__content.faq .faq_list dt {
  color: #0FD770;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 115px;
  letter-spacing: 0.05em;
  padding-bottom: 55px;
  min-height: calc(88px + 55px);
  display: flex;
  align-items: center;
}
.page__content.faq .faq_list dt:nth-of-type(2) {
  font-feature-settings: "palt";
}
.page__content.faq .faq_list dt::after {
  content: "";
  position: absolute;
  left: 41px;
  bottom: 9px;
  width: 8px;
  height: 37px;
  background-image: url('images/dot_line_horizontal.svg');
  background-size: contain;
  background-repeat: no-repeat;

}
.page__content.faq .faq_list dt .icon::before {
  content: "" counter(qnum) "";
  counter-increment: qnum;
  font-weight: bold;
  position: absolute;
  top: 25px;
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  z-index: 3;
  line-height: 1;
}
.page__content.faq .faq_list dt .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 88px;
  background-image: url('images/icon_q.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.page__content.faq .faq_list dd {
  color: #0032BE;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77777778;
  position: relative;
  letter-spacing: 0.04em;
  margin: 0 0 157px;
}
.page__content.faq .faq_list dd p {
  padding-left: 115px;
}
.page__content.faq .faq_list dd::before {
  content: "" counter(qnum) "";
  font-weight: bold;
  position: absolute;
  top: 25px;
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  z-index: 3;
  line-height: 1;
}
.page__content.faq .faq_list dd::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 88px;
  background-image: url('images/icon_a.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.page__content.faq .faq_list .faq_img {
  margin: 45px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 3px;
}
.page__content.faq .faq_list .faq_img img {
  max-height: 217px;
}
.page__content.faq .faq_list dd:nth-of-type(1) .faq_img img:nth-of-type(3),
.page__content.faq .faq_list dd:nth-of-type(1) .faq_img img:nth-of-type(4) {
  margin-left: 24px;
}
.page__content.faq .faq_list dd:nth-of-type(2) .faq_img {
  padding-left: 108px;
  margin-top: 30px;
}
.page__content.faq .faq_list dd:nth-of-type(2) .faq_img img {
  max-height: 232px;
}
.page__content.faq .faq_list dd:nth-of-type(2) .faq_img img:nth-of-type(2) {
  margin-left: 24px;
  max-height: 195px;
  margin-top: 10px;
}
.page__content.faq .faq_list dd:nth-of-type(2) .faq_img img:nth-of-type(3) {
  margin-left: 24px;
  max-height: 195px;
  margin-top: 10px;
}
.page__content.faq .faq_list dd:nth-of-type(3) .faq_img img {
  max-height: 197px;
}
.page__content.faq .faq_list dd:nth-of-type(4) .faq_img img {
  max-height: 195px;
}
.page__content.faq .faq_list dd:nth-of-type(4) .faq_img img:nth-of-type(3),
.page__content.faq .faq_list dd:nth-of-type(4) .faq_img img:nth-of-type(5) {
  margin-left: 13px;
}

/* =サイトマップ（sitemap）
------------------------------------------------------ */
.page__content.sitemap .sitemap_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 110px 0 0;
  gap: 60px 20px;
}
.page__content.sitemap .sitemap_list li {
  width: calc((100% - 40px) / 3);
  max-width: 300px;
}
.page__content.sitemap .sitemap_list li .depth1 {
  border-bottom: 1px solid #C2D1D1;
  padding-bottom: 6px;
}
.page__content.sitemap .sitemap_list li .depth1 a {
  color: #0032BE;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
}

.page__content.sitemap .sitemap_list li ul.depth2 {
  margin: 19px 0 0;
}
.page__content.sitemap .sitemap_list li .depth2 li {
  width: 100%;
  margin: 13px 0 0;
}
.page__content.sitemap .sitemap_list li .depth2 a {
  color: #0032BE;
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  letter-spacing: 0.05em;
}
.page__content.sitemap .sitemap_list li .depth2 a::before {
  content: "";
  background: url("images/icon-chevron-blue.svg") center right no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


/* =個人情報保護（privacypolicy）
------------------------------------------------------ */
.page__content.privacypolicy .entry__content {
  margin: 113px auto 0;
  max-width: 896px;
}
.page__content.privacypolicy .entry__content h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 22px;
}
.page__content.privacypolicy .entry__content h3 {
  margin: 32px 0 7px;
  letter-spacing: 0;
  font-weight: normal;
}
.page__content.privacypolicy .entry__content h4 {
  margin: 13px 0 7px;
  letter-spacing: 0;
  font-weight: normal;
}
.page__content.privacypolicy .entry__content p {
  line-height: 2.42857143;
  letter-spacing: 0;
  margin: 0 0 40px;
}
.page__content.privacypolicy .entry__content .info_box {
  text-align: right;
  line-height: 2;
  margin: 44px 0 42px;
}
.page__content.privacypolicy .entry__content .contact_box {
  border: 1px solid #C2D1D1;
  border-radius: 10px;
  line-height: 2;
  margin: 44px 0 144px;
  padding: 35px 46px;
  letter-spacing: 0.1em;
}
.page__content.privacypolicy .entry__content .privacy_list {
  line-height: 2.42857143;
  letter-spacing: 0;
  margin: 0 0 38px;
}
.page__content.privacypolicy .entry__content .privacy_list.contact li:not(:last-child) {
  margin-bottom: 34px;
}
/* =情報セキュリティ方針（security）
------------------------------------------------------ */
.page__content.security .entry__content {
  margin: 113px auto 0;
  max-width: 896px;
}
.page__content.security .entry__content h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 22px;
}
.page__content.security .entry__content h3 {
  margin: 32px 0 7px;
  letter-spacing: 0;
  font-weight: normal;
}
.page__content.security .entry__content h4 {
  margin: 13px 0 7px;
  letter-spacing: 0;
  font-weight: normal;
}
.page__content.security .entry__content p {
  line-height: 2.42857143;
  letter-spacing: 0;
  margin: 0 0 40px;
}
.page__content.security .entry__content .info_box {
  text-align: right;
  line-height: 2;
  margin: 44px 0 42px;
}
.page__content.security .entry__content .info_box.mark {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page__content.security .entry__content .contact_box {
  border: 1px solid #C2D1D1;
  border-radius: 10px;
  line-height: 2;
  margin: 44px 0 144px;
  padding: 35px 46px;
  letter-spacing: 0.1em;
}
.page__content.security .entry__content .security_list {
  line-height: 2.42857143;
  letter-spacing: 0;
  margin: 0 0 38px;
}
.page__content.security .entry__content .security_list.contact li:not(:last-child) {
  margin-bottom: 34px;
}


/* =ページャー
-------------------------------------------------------------- */
.post__list-pager {
  margin: 35px auto 35px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  line-height: 32px;
}
.post__list-pager span,
.post__list-pager a {
  padding: 0;
  color: #C2D1D1;
  font-size: 16px;
  font-weight: bold;
}
.post__list-pager span,
.post__list-pager a {
  font-size: 16px;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  display: block;
}
.post__list-pager span.nolink,
.post__list-pager a.nolink {
  color: #ddd;
}
.post__list-pager span.current {
  color: #000000;
}

@media screen and (min-width: 769px) {
  #drill-195 .works__img-list li:nth-child(1) img,
  #drill-195 .works__img-list li:nth-child(2) img {
    height: auto;
    max-width: 724px;
  }
  .category-promotion .cat__works article .works__img-list li img {
    max-height: 180px;
    width: auto;
  }
  .category-research .cat__works article .works__img-list li img {
    max-height: 214px;
    width: auto;
  }
  #research-218 .works__img-list li img{
    height: auto;
    max-width: 580px;
  }
  .category-advisory .cat__works article .works__img-list li img {
    max-height: 220px;
    width: auto;
  }
}

/*--------------------------------------------------------------
  Hover
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {

  /* =header
  ------------------------------------------------------ */
  header .header__menu .depth1 a:hover {
    color: #0FD770;
  }
  header .header__menu .header__button a:hover {
    background: #C2D1D1;
  }
  .header__menu .menu>li>a:hover:after {
    width: 100%;
  }
  .header__menu .menu>li>a:hover+.depth2 {
    opacity: 1;
    visibility: visible;
  }
  .header__menu ul.depth2:hover {
    opacity: 1;
    visibility: visible;
  }
  .header__menu ul.depth2>li a:hover {
    color: #0032BE;
    opacity: .8;
  }

  /* =footer
  ------------------------------------------------------ */
  footer .footer__menu .depth1 a:hover {
    opacity: .8;
  }
  footer .footer__menu .depth2 a:hover {
    color: #fff;
    opacity: 1;
  }
  footer .footer__menu .footer__button a:hover {
    background: #C2D1D1;
  }

  /* =top frontpage
  ------------------------------------------------------ */
  .top__upper a:hover {
    opacity: 0.9;
  }
  .front__page .works__item a:hover,
  .front__page .company__item a:hover {
    background: #0032BE;
    color: #fff;
  }
  .front__page .company__item.purpose a:hover h3 img {
    display: none;
  }
  .front__page .company__item.purpose a:hover h3::after {
    content: "";
    background: url("images/title/purpose_white.svg") center right no-repeat;
    background-size: auto;
    background-size: contain;
    width: 164px;
    height: 22px;
    display: inline-block;
  }
  .front__page .news__inner .news__list li a:hover,
  .front__page .news__inner .news__head .link:hover {
    opacity: 0.8;
  }
  .front__page .recruit a:hover {
    background: #0FD770;
    color: #fff;
  }
  .front__page .recruit a:hover .button__wrap {
    background: #fff;
    color: #0FD770;
  }
  .front__page .recruit a:hover .button__wrap p::before {
    background: url("images/icon-chevron-green.svg") center right no-repeat;
  }

  .top__upper a:hover .mv__image,
  .top__upper a:hover .prop {
    opacity: .8;
  }
/*
  .mv__image a:hover,
  .mv__image:hover ~ .prop {
    opacity: .8;
  }
*/

  /* =cat_works
  ------------------------------------------------------ */
  .cat__works .works__depth1 .works__depth1-item a:hover {
    opacity: .8;
  }
  .page__works .works__pdf .button:hover,
  .cat__works .works__pdf .button:hover {
    opacity: .8;
  }
  .cat__works .works__others-inner .works__others-list a:hover {
    opacity: .8;
  }
  /* =cat__news
  ------------------------------------------------------ */
  .cat__news .news__inner .news__list li a:hover,
  .cat__news .news__inner .news__head .link:hover {
    opacity: 0.8;
  }

  /* =single__news
  ------------------------------------------------------ */
  .single__news .button_wrap .button:hover {
    opacity: 0.8;
  }

  /* =recruit
  ------------------------------------------------------ */
  .page__content.recruit .recruit__item a:hover {
    background: #0032BE;
    color: #fff;
  }
  .data_table dd a:hover,
  .page__content.recruit__child .recruit__button a:hover {
    opacity: 0.8;
  }
  .page__content.recruit__child .career__menu li:not(.current) a {
    opacity: 0.8;
  }

  /* =inquiry
  ------------------------------------------------------ */
  .page__content .wpcf7-form .btnBox .btn_wrap:hover {
    opacity: 0.8;
  }

  /* =form-complete
  ------------------------------------------------------ */
  .page__content.form-complete .button_wrap .button:hover {
    opacity: 0.8;
  }

}


/*--------------------------------------------------------------
  PC
--------------------------------------------------------------*/
@media screen and (max-width: 1000px) and (min-width: 769px) {
  /* =header
  ------------------------------------------------------ */
  header .header__menu .depth1 a {
    padding: 0 10px;
  }
  header .header__menu a {
    font-size: 15px;
  }
  header .header__button a {
    max-width: 150px;
  }
  header .header__menu {
    gap: 5px;
  }

  /* =footer
  ------------------------------------------------------ */
  footer .footer__logo {
    max-width: 100px;
  }
  footer .footer__menu ul.depth1:nth-of-type(2) {
    margin-left: 0;
  }

  /* =front-page
  ------------------------------------------------------ */
  .scroll_wrapper .scroll_down {
    right: 40px;
  }
  .front__page .works {
    gap: 20px;
    padding-left: 15px;
  }
  .front__page .works__item a {
    gap: 20px;
  }
  .front__page .works__item a::after {
    right: 10px;
  }
  .front__page .company {
    gap: 20px;
    padding-left: 15px;
  }
  .front__page .company__item a {
    gap: 20px;
  }
  .front__page .company__item .company__text h3 {
    font-size: 22px;
  }
  .front__page .company__list {
    gap: 8px;
  }
  .front__page .company__list a {
    height: 100%;
  }
  .front__page .company__item a::after {
    right: 10px;
  }
  .front__page .news {
    padding: 80px 15px;
  }
  .front__page .news__inner {
    padding: 30px 35px 30px 35px;
  }
  .front__page .news__inner .news__list {
    width: calc(100% - 159px);
  }

  /* =社員紹介（staff）
  -------------------------------------------------------------- */
  .page__content.staff .staff__member {
    width: calc((100% - (13px * 2)) / 3);
    padding: 15px 10px 0 12px;
  }

  .page__content.faq .faq_list .faq_img {
    justify-content: center;
  }
  .page__content.faq .faq_list .faq_img img {
    width: 100%;
    width: auto;
    max-height: 140px !important;
    max-height: 17vw !important;
  }
}

/*--------------------------------------------------------------
  Tablet
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /* =common style
  ------------------------------------------------------ */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  /* =header
  ------------------------------------------------------ */
  body.menu-open {
    overflow: hidden;
  }
  .header {
    border-width: 3px;
    background: #0032BE;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header .header__logo {
    max-width: 111px;
    padding-left: 17px;
  }
  .header #hamburger {
    width: 70px;
    height: 70px;
    background: #000;
    display: block;
    cursor: pointer;
    z-index: 101;
  }
  .header .hamburger__wrap {
    margin: 25px 24px 0;
    position: relative;
    width: 23px;
    height: 20px;
  }
  .header #hamburger .hamburger__wrap::before {
    content: "";
    width: 60px;
    height: 60px;
    background: #000;
  }
  .header #hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
  }
  .header #hamburger .hamburger__wrap,
  .header #hamburger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .header #hamburger span:nth-of-type(1) {
    top: 0;
  }
  .header #hamburger span:nth-of-type(2) {
    top: 10px;
  }
  .header #hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .header #hamburger.open span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .header #hamburger.open span:nth-of-type(2) {
    opacity: 0;
  }
  .header #hamburger.open span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  .header #hamburger.open .hamburger__wrap::before {
    opacity: 1;
  }
  header .header__menu {
    max-width: none;
    gap: 29px;
    flex-wrap: nowrap;
    margin-top: 0;

    position: fixed;
    top: 73px;
    right: -100%;
    width: 93%;
    height: calc(100dvh - 73px);
    padding: 28px 25px 20px;
    background: #0032BE;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: right 0.4s ease;
    z-index: 100;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header #hamburger.open+.header__menu {
    padding: 28px 50px 50px;
    right: 0;
  }
  header .header__menu .depth1 {
    flex-direction: column;
    width: 100%;
    gap: 25px;
    padding: 0;
  }
  header .header__menu .depth1 li {
    position: relative;
    max-width: 91%;
    gap: 0;
  }
  header .header__menu .depth1 li::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  header .header__menu .depth1 a {
    justify-content: flex-start;
    letter-spacing: 0;
    padding: 12px 0;
  }
  .header__menu ul.depth2 {
    opacity: 1;
    visibility: visible;
    position: static;
    background: transparent;
    width: auto;
    padding: 0 0 10px;
  }
  .header__menu ul.depth2::before,
  .header__menu ul.depth2:after {
    content: unset;
  }
  .header__menu ul.depth2>li::after {
    content: unset;
  }
  .header__menu ul.depth2>li a {
    color: rgba(255, 255, 255, .7);
    font-size: 12.5px;
    padding: 3px 0 3px 17px;
  }
  .header__menu ul.depth2>li a::before {
    width: 11px;
    height: 11px;
    left: 0;
  }
  .header__menu .header__button {
    margin: 10px 0 auto;
    width: 100%;
  }
  .header__menu .header__button a {
    width: 100%;
    max-width: 244px;
    border-radius: 35px;
    height: 70px;
  }
  .header__menu .header__button img {
    margin-right: 10px;
  }

  /* =footer
  ------------------------------------------------------ */
  footer {
    padding: 72px 0 30px;
  }
  footer .footer__inner {
    flex-direction: column;
    padding: 0px 0;
    gap: 26px 0;
  }
  footer .footer__menu {
    flex-direction: column;
    width: 100%;
    order: -1;
    gap: 61px;
    padding-left: 48px;
    padding-right: 48px;
  }
  footer .footer__menu a {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  footer .footer__menu li.depth1+li.depth1.has_children {
    margin-top: 50px;
  }
  footer .footer__menu ul.depth2 {
    margin-top: 19px;
    margin-left: 4px;
    display: flex;
    flex-direction: column;
    gap: 14px 0;
  }
  footer .footer__menu ul.depth2 a {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  footer .footer__menu .depth2 a::before {
    width: 14px;
    height: 14px;
  }
  footer .footer__menu li.depth1+li.depth1 {
    margin-top: 24px;
  }
  footer .footer__button {
    max-width: 550px;
    width: 100%;
    margin: auto;
  }
  footer .footer__button a {
    padding: 21px 10px;
    border-radius: 30px;
  }
  footer .footer__button a::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: -2px;
  }
  footer .footer__logo {
    width: 100%;
    max-width: 278px;
    margin: 39px auto 0;
    padding-left: 48px;
    padding-right: 48px;
  }
  footer .copyright {
    font-size: 10px;
    margin: 23px auto 0;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  /* =front__page
  ------------------------------------------------------ */
  .mv {
    margin: 0;
    aspect-ratio: 690 / 1055;
    max-width: 690px;

    max-width: 420px;
    width: 420px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv img {
    display: block;
  }
  .top__upper {
     /* height: 85dvh;
     min-height: 740px; */
   }
  .mv .catchcopy {
    font-size: min(44 / 690 * 100vw, 44px);
    text-align: center;
    top: min(43 / 690 * 100vw, 43px);
    left: min(28 / 690 * 100vw, 20px);
    width: 100%;

    font-size: 24px;
    top: 3.8%;
  }
  .mv .mv__image {
    width: min(798 / 690 * 100vw, 798px);
    top: min(204 / 690 * 100vw, 204px);
    left: min(-65 / 690 * 100vw, -65px);
    z-index: 8;
    left: 50%;
    transform: translateX(-50%);
    margin-left: min(-2 / 690 * 100vw, -2px);

    width: 100%;
    top: 17%;
    width: 433px;
  }
  .mv .mv__base {
    width: min(367 / 690 * 100vw, 367px);
    top: min(125 / 690 * 100vw, 125px);
    left: min(28 / 690 * 100vw, 28px);
    z-index: 8;
    width: 367px;
/*
    left: 50%;
    transform: translateX(-50%);
*/
    margin-left: min(1.5 / 690 * 100vw, 1.5px);
    top: 19.4%;
top: 123px;
left: 29px;
  }
  .mv .people {
    z-index: 9;
  }
  .mv .people01 {
    width: 81.6px;
    top: 158px;
    left: 193.5px;
    top: 24.6%;
    left: 46%;
    left: 44.3%;
  }
  .mv .people02 {
    width: 94.7px;
    top: 188px;
    left: 100px;
    top: 29.2%;
    left: 23.8%;
  }
  .mv .people03 {
    width: 78.6px;
    top: 223px;
    left: 49px;
  }
  .mv .people04 {
    width: 122.8px;
    top: 242px;
    left: 105px;
  }
  .mv .people05 {
    width: 35.2px;
    top: 186px;
    right: 95px;
  }
  .mv .people06 {
    width: 96.6px;
    top: 210px;
    right: 110.5px;
  }
  .mv .people07 {
    width: 70.0px;
    top: 236px;
    right: 31.2px;
  }
  .mv .people08 {
    width: 112.5px;
    top: 274.9px;
    right: 72.5px;
  }
  .mv .people09 {
    width: 103.8px;
    top: 302.9px;
    left: 49px;
  }
  .mv .people10 {
    width: 57.6px;
    top: 328.4px;
    right: 143.6px;
  }
  .mv .people11 {
    width: 101.6px;
    top: 341.4px;
    right: 37.6px;
  }
  .mv .people12 {
    width: 205.9px;
    top: 386.6px;
    left: 103.8px;
  }


  .mv .prop01 {
    width: min(209 / 690 * 100vw, 209px);
    top: min(255 / 690 * 100vw, 255px);
    left: min(-98 / 690 * 100vw, -98px);
    left: auto;
    right: min(591 / 690 * 100vw, 591px);

    width: 113px;
    right: auto;
    left: -7%;
    z-index: 3;
    top: 22%;

  }
  .mv .prop02 {
    width: min(131 / 690 * 100vw, 131px);
    top: min(213 / 690 * 100vw, 213px);
    right: min(-33 / 690 * 100vw, -33px);
    right: auto;
    left: min(577/ 690 * 100vw, 577px);

    width: 71px;
    right: 1%;
    left: auto;
    z-index: 3;
    top: 18%;
  }
  .mv .prop03,
  .mv .prop04 {
    display: none;
  }
  .scroll_wrapper {
    height: auto;
    aspect-ratio: 690 / 1201;
    max-height: 98vh;
    z-index: 10;

height: 98vh;
min-height: 740px;
height: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .scroll_wrapper .scroll_down {
    bottom: min(7 / 690 * 100vw, 7px);
    left: min(343 / 690 * 100vw, 343px);
    left: 50%;
/*
    transform: translateX(-50%);
    width: 100dvw;
*/
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 100dvw;
    margin: 0 auto;

    width: 100vw;
width: 100%;
  }
  .scroll_down a {
    bottom: min(166 / 690 * 100vw, 166px);
    left: min(-67 / 690 * 100vw, -67px);
    color: #000;
    letter-spacing: .2em;
    width: min(138 / 690 * 100vw, 138px);
    left: 50%;
    transform: translateX(-50%);

    max-width: 75px;
    bottom: 154px;
  }
  .scroll_down:before {
    left: min(-8/ 690 * 100vw, -8px);
    width: min(12/ 690 * 100vw, 12px);
    height: min(12/ 690 * 100vw, 12px);
    border-width: min(4/ 690 * 100vw, 4px);
    left: 50%;
    transform: translateX(-50%);

    border-width: 2px;
    width: 7px;
    height: 7px;
  }
  .scroll_down:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(4/ 690 * 100vw, 4px);
    height: min(140 / 690 * 100vw, 140px);
    background: #0032BE;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);

    width: 2px;
    max-height: 76px;
    bottom: 63px;
  }
  @keyframes circlemove {
    0% {
      bottom: min(140 / 690 * 100vw, 140px);
      bottom: 76px;
      bottom: 139px;
    }
    100% {
      bottom: 63px;
    }
  }
  .front__page .page__content .contents__head {
    margin: 0 0 -14px;
  }
  .front__page .contents__head h2 {
    font-size: 31px;
    margin-left: 35px;
  }
  .front__page .contents__head h2::before,
  .front__page .contents__head h2::after {
    bottom: 42px;
  }
  .front__page .contents__head h2::after {
    width: 35px;
  }
  .front__page .works {
    margin-top: min(325 / 690 * 100vw, 565px);
    flex-direction: column;
    padding-left: 0;
    gap: 28px;
    width: 100vw;
    margin-top: 179px;
  }
  .front__page .works .contents__head h2 .en {
    max-width: 68px;
    margin-top: 8px;
  }
  .front__page .contents__wrap {
    width: 100%;
    padding-right: 5.33%;
  }
  .front__page .works__list {
    gap: 22px;
  }
  .front__page .works__item a {
    border-left: 0;
    border-radius: 0 10px 10px 0;
    gap: 17px;
    align-items: center;
    padding: 21px 25px 21px 16px;
  }
  .front__page .works__item a::after {
    right: 10px;
    top: auto;
    transform: none;
    bottom: 10px;
    width: 16px;
    height: 16px;
  }
  .front__page .works__item .works__icon {
    width: 81px;
    margin-top: 10px;
  }
  .front__page .works__item .works__icon img {
    width: 100%;
  }
  .front__page .works__item .works__text {
    width: calc(100% - 81px - 17px);
  }
  .front__page .works__item .works__text h3 {
    font-size: 19px;
    line-height: 1.52941176;
    margin: 0;
    margin-right: -10px;
  }
  .front__page .works__item .works__text p {
    padding: 15px 0 0;
    margin: 11px 0 0;
    border-top: 1px solid #C2D1D1;
    font-size: 11px;
    line-height: 1.6;
  }
  .front__page .company {
    margin-top: min(206 / 690 * 100vw, 280px);
    flex-direction: column;
    padding-left: 0;
    gap: 28px;
    width: 100vw;
  }
  .front__page .company .contents__head h2 .en {
    max-width: 87px;
    margin-top: 8px;
  }
  .front__page .contents__wrap {
    width: 100%;
    padding-right: 5.33%;
  }
  .front__page .company__list {
    gap: 24px;
  }
  .front__page .company__item {
    width: 100%;
  }
  .front__page .company__item a {
    border-left: 0;
    border-radius: 0 10px 10px 0;
    gap: 27px;
    align-items: center;
    padding: 7px 25px 2px 16px;
  }
  .front__page .company__item a::after {
    right: 15px;
    bottom: 10px;
    width: 16px;
    height: 16px;
  }
  .front__page .company__item.purpose a h3 img {
    max-width: 137px;
  }
  .front__page .company__item .company__icon {
    width: 65px;
  }
  .front__page .company__item .company__icon img {
    width: 100%;
  }
  .front__page .company__item .company__text {
    width: calc(100% - 81px - 17px);
  }
  .front__page .company__item .company__text h3 {
    font-size: 19px;
    line-height: 1.52941176;
    margin: 0 0 5px;
    margin-right: -10px;
  }
  .front__page .company__item .company__text p {
    padding: 15px 0 0;
    margin: 11px 0 0;
    border-top: 1px solid #C2D1D1;
    font-size: 11px;
    line-height: 1.6;
  }
  .front__page .news {
    margin-top: min(204 / 690 * 100vw, 305px);
    padding: min(69 / 690 * 100vw, 80px) 35px 35px;
  }
  .front__page .news__inner {
    flex-direction: column;
    padding: 25px 29px;
    border-radius: 10px;
    gap: 26px;
  }
  .front__page .news__inner .news__head h2 {
    font-size: 31px;
    margin-top: 0;
    margin-left: 0;
  }
  .front__page .news__inner .news__head h2::before,
  .front__page .news__inner .news__head h2::after {
    bottom: 40px;
  }
  .front__page .news__inner .news__head h2::after {
    width: 35px;
  }
  .front__page .news__inner .news__head h2 .en {
    margin-top: 8px;
  }

  .front__page .news__inner .news__list {
    width: 100%;
    max-width: 100%;
  }
  .front__page .news__inner .news__list li a {
    position: relative;
    padding: 26px 28px 22px 0;
  }
  .front__page .news__inner .news__list li a::after {
    width: 16px;
    height: 16px;
    right: 5px;
  }
  .front__page .news__inner .news__list li .news__date {
    position: absolute;
    top: 21px;
    left: 6px;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: normal;
  }
  .front__page .news__inner .news__list li .news__cat {
    margin-top: 14px;
    padding: 5px 5px;
    font-size: 7px;
    min-width: 73px;
    margin-left: 3px;
    letter-spacing: 0;
  }
  .front__page .news__inner .news__list li .news__ttl {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 11px;
    margin-top: -2px;
    line-height: 1.6;
    font-weight: normal;
  }
  .front__page .news__inner .button__wrap {
    margin-top: 7px;
    margin-bottom: 10px;
  }
  .front__page .news__inner .button__wrap::before {
    margin-right: 5px;
  }
  .front__page .news__inner .button__wrap .link {
    font-size: 12px;
  }
  .front__page .recruit {
    padding: 0 35px;
  }
  .front__page .recruit a {
    padding: 54px 0 65px;
  }
  .front__page .recruit a h2 {
    font-size: 33px;
  }
  .front__page .recruit a>p {
    margin-bottom: 21px;
  }
  .front__page .recruit a .button__wrap {
    padding: 16px 10px;
    max-width: 242px;
  }


  /* =lower page
  -------------------------------------------------------------- */
  #breadcrumbs {
    display: none;
  }
  #page {
    padding-top: 73px;
  }
  .page__wrapper:not(.front__page) {
    margin: 48px auto 90px;
    font-size: 13px;
  }
  .page__content .contents__head .head__title {
    font-size: 31px;
  }
  .page__content .contents__head .head__title .en img {
    height: 11px;
  }
  .page__content .contents__head .head__title::before,
  .page__content .contents__head .head__title::after {
    bottom: 40px;
  }
  .page__content .contents__head {
    margin: 0 auto 31px;
  }

  /* =業務方針（business-policy）
  -------------------------------------------------------------- */
  .page__content.business-policy .entry__content .business-policy_wrap h2 {
    font-size: 18px;
    line-height: 1.82352941;
    margin-bottom: 12px;
  }
  .page__content.business-policy .entry__content .business-policy_wrap p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0;
  }
  .page__content.business-policy .entry__content .business-policy_list {
    flex-direction: column;
    padding: 0 8px 0 2px;
    gap: 48px;
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
  .page__content.business-policy .entry__content .business-policy_list li.business-policy_list-circle {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .page__content.business-policy .entry__content .business-policy_list li.business-policy_list-circle::after {
    right: 42px;
    top: calc(100% + 13px);
    width: 21px;
    height: 23px;
    transform: rotate(90deg);
  }
  .page__content.business-policy .entry__content .business-policy_list li.business-policy_list-circle h3 {
    border-width: 9px;
    aspect-ratio: 100 / 100;
    width: 35%;
    height: auto;
    font-size: 27px;
  }
  .page__content.business-policy .entry__content .business-policy_list li.business-policy_list-circle p {
    width: calc(100% - 35%);
    font-size: 16px;
    padding-right: 33px;
    line-height: 1.66666667;
  }
  .page__content.business-policy .entry__content .business-policy_list li.business-policy_list-result {
    width: 100%;
  }
  .page__content.business-policy .entry__content .business-policy_list li.business-policy_list-result h3 {
    font-size: 16px;
    line-height: 1.66666667;
    padding: 17px 10px;
    margin-top: 3px;
  }
  .page__content.business-policy .entry__content .business-policy_wrap+.business-policy_wrap {
    margin-top: 103px;
  }
  .page__content.business-policy .entry__content .business-policy_wrap h2 {
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  .page__content.business-policy .entry__content .business-policy_wrap .business-policy_onestop {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -35px;
    margin-right: -35px;
  }
  .business-policy_onestop>picture {
    width: calc(725px + (70px + 35px));
    height: auto;
    display: block;
    max-width: none;
    padding-left: 70px;
    padding-right: 35px;
  }
  .business-policy_onestop>img {
    max-width: none;
  }
  .page__content.business-policy .scroll_wrapper {
    position: absolute;
    width: 100%;
    pointer-events: none;
    aspect-ratio: auto;
    height: 22px;
  }
  .business-policy_scroll_wrapper.sp.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  .page__content.business-policy .policy_scroll_wrapper .business-policy_scroll_down {
    position: absolute;
    top: 25px;
    right: min(37 / 1366 * 100vw, 37px);
    z-index: 7;
  }
  .page__content.business-policy .business-policy_scroll_down a {
    position: absolute;
    left: 105px;
    top: 48px;
    color: #000;
    letter-spacing: .2em;
    pointer-events: none;
  }
  .page__content.business-policy .business-policy_scroll_down:before {
    content: "";
    position: absolute;
    left: 192px;
    top: calc(56px - 4px);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0032BE;
    z-index: 2;
    animation:
      circlemoveX 1.6s ease-in-out infinite,
      circlehideX 1.6s ease-out infinite;
  }
  .page__content.business-policy .business-policy_scroll_down:after {
    content: "";
    position: absolute;
    left: 192px;
    top: 56px;
    width: 76px;
    height: 2px;
    background: #0032BE;
    z-index: 1;
  }
  /* 丸が左から右へ移動するアニメーション */
  @keyframes circlemoveX {
    0% {
      left: 192px;
    }
    100% {
      left: calc(192px + 72px);
    }
  }
  /* フェード効果 */
  @keyframes circlehideX {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  /* =事業紹介（works）
  -------------------------------------------------------------- */
  .page__works .info_col h2 {
    font-size: 18px;
    line-height: 1.82352941;
    padding-right: 20px;
    margin: 4px 0 19px;
  }
  .page__works .info_col p {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 2;
  }
  .page__works .front__page .works__list {
    margin-left: -35px;
    margin-right: -14px;
    margin-top: 43px;
    max-width: 727px;
  }

  /* =事業紹介カテゴリ（cat__works）
  -------------------------------------------------------------- */
  .page__content .category_depth {
    margin: 51px -30px 21px 0;
    gap: 19px;
  }
  .cat__works h1 {
    font-size: 23px;
    line-height: 1.47619048;
    gap: 3px;
    margin: 0 0 7px;
  }
  .cat__works h1 .icon {
    margin-left: -16px;
  }
  .page__content .category_depth .parent .title .en {
    margin-left: 2px;
  }
  .page__content.recruit__child .category_depth .parent .title img {
    height: 7px;
    width: auto;
    margin-left: 5px;
  }
  .page__content .category_depth .child .title {
    font-size: 11px;
    padding: 8px 0 8px 22px;
  }
  .page__content .category_depth .child .icon {
    width: 25px;
  }
  .page__works .works__pdf {
    margin-top: 20px;
  }
  .page__works .works__pdf .button {
    font-size: 16px;
    letter-spacing: 0;
  }
  .page__works .works__pdf .button img {
    width: 17px;
  }
  .page__works .works__pdf {
    margin: 54px auto 50px;
  }
  .page__works .works__pdf .button {
    margin: 0 auto;
    height: 65px;
  }
  .cat__works h1.archive__title.child {
    font-size: 22px;
    margin: 50px 0 36px;
  }
  .cat__works .cat_description {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0
  }
  .cat__works .cat_description br {
    display: none;
  }
  .cat__works .works__depth1 {
    margin: 41px 0 0 -35px;
    width: calc(100% + 48px);
    box-sizing: border-box;
    flex-direction: column;
    gap: 26px 20px;
  }
  .cat__works .works__depth1 .works__depth1-item {
    width: 100%;
    border-left: none;
    border-radius: 0 10px 10px 0;
  }
  .cat__works .works__depth1 .works__depth1-head {
    padding: 15px 22px 12px 38px;
    height: auto;
    min-height: 130px;
    display: flex;
    align-items: center;
  }

  .cat__works .works__depth1 .works__depth1-head h2 {
    font-size: 18px;
    margin: 0 0 7px;
  }
  .cat__works .works__depth1 .works__depth1-head .term-description {
    line-height: 1.81818182;
    letter-spacing: 0;
  }
  .cat__works .works__depth1 .works__depth1-case {
    padding: 11px 24px 41px;
  }
  .cat__works .works__depth1 .works__depth1-item a::after {
    width: 16px;
    height: 16px;
    bottom: 10px;
    right: 10px;
  }
  .cat__works .works__depth1 .works__depth1-case h3 {
    font-size: 14px;
  }
  .cat__works .works__depth1-child {
    margin: 11px 0 0;
    gap: 6px;
  }

  .cat__works .works__depth1-child li {
    font-size: 12px;
    font-weight: normal;
    height: 54px;
    line-height: 1.63636364;
  }
  .cat__works .works__depth1-child li .js-link {
    padding: 0 13px;
  }
  .cat__works .works__pdf .button {
    font-size: 16px;
    letter-spacing: 0;
  }
  .cat__works .works__pdf .button img {
    width: 17px;
  }
  .cat__works .works__pdf {
    margin: 54px auto 50px;
  }
  .cat__works .works__pdf .button {
    margin: 0 auto;
    height: 65px;
  }
  .cat__works .works__others {
    margin: 75px auto -90px;
    padding: 30px 30px 37px;
  }
  .cat__works .works__others-inner h3 {
    border-color: #fff;
    font-size: 13px;
    padding: 5px 10px;
  }
  .cat__works .works__others-inner .works__others-list {
    flex-direction: column;
    margin: 23px 0;
    gap: 16px;
  }
  .cat__works .works__others-inner .works__others-list li {
    width: 100%;
  }
  .cat__works .works__others-inner .works__others-list li a {
    font-size: 16px;
    height: 65px;
    padding: 0 40px 0 10px;
  }
  .cat__works .works__others-inner .works__others-list a::after {
    width: 16px;
    height: 16px;
    right: 14px;
  }


  /* =事業紹介カテゴリ（cat__works article）
  -------------------------------------------------------------- */
  .cat__works article {
    margin: 37px 0 0 -35px;
    width: calc(100% + 48px);
    scroll-margin-top: 73px;
  }
  .cat__works article h2 {
    width: 100%;
    border-left: none;
    border-radius: 0 10px 0 0;
    font-size: 18px;
    padding: 18px 27px 15px 38px;
    letter-spacing: 0;
    line-height: 1.64705882;
  }
  .cat__works article .works__info {
    border-radius: 0 0 10px 0;
    padding: 11px 12px 11px 32px;
  }
  .cat__works article .works__info .works__info-list {
    flex-wrap: wrap;
  }
  .cat__works article .works__info .works__info-list li {
    width: 100%;
  }
  .cat__works article .works__info .works__info-list li:not(:last-of-type)::after {
    content: "/";
    margin-left: 4px;
    margin-right: 0;
    position: relative;
    bottom: 2px;
  }
  .cat__works article .works__info .works__info-list li.no_slash::after {
    content: none;
  }
  .cat__works article .works__info .works__info-list li+li::before {
    content: unset;
  }
  .cat__works article .works__info .works__info-list li p {
    font-size: 11px;
    font-weight: normal;
  }
  .cat__works article .works__info .works__info-list li:not([class]) p:first-of-type {
    min-width: 58px;
  }
  .cat__works article .works__info .works__info-list li:not(.no_slash):not([class]) + li p {
    min-width: 68px;
  }
  .cat__works article .article__description-wrap {
    position: relative;
    padding: 0 9px 0 37px;
    line-height: 2;
  }
  .cat__works article .article__description-inner {
    max-height: 8.5em;
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;

  overflow: hidden;
  line-height: 2;
  max-height: 12em; /* 6行 × 2em */
  position: relative;
  transition: max-height 0.4s ease;
  }
  .cat__works article .article__description-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3em;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
  }
  .cat__works article .article__description-wrap.expanded .article__description-inner {
    max-height: 2000px;
  }
  .cat__works article .article__description-wrap.expanded .article__description-inner::after {
    display: none;
  }

  .cat__works article .article__toggle {
    display: inline-block;
    margin-top: 0.5em;
    font-size: 13px;
    color: #0032BE;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    bottom: -4px;
    right: 0;
    display: inline-block;
    background: #fff;
    height: 24px;
  }
  .cat__works article .article__description-inner:has(h3) + .article__toggle {
    bottom: -11px;
  }
  .cat__works article .article__description-inner:has(h3):has(h4.sub) + .article__toggle {
    bottom: -9px;
  }
  .cat__works article .article__toggle::before {
    content: "...";
    padding-left: 3px;
    padding-right: 5px;
  }
  .cat__works article .article__description-wrap.expanded .article__toggle {
    bottom: -12px;
  }
  .cat__works article .article__description-wrap.expanded .article__toggle::before {
    display: none;
  }
  .cat__works article .works__text h3 {
    margin: 25px 0 8px;
    line-height: 1.7;
  }
  .cat__works article .works__text h3 + .article__description {
    margin-top: 0;
  }
  .cat__works article .works__text .article__description {
    font-size: 13px;
  }
  .cat__works article .works__features {
    margin: 1px 0 16px;
  }
  .cat__works article .works__feature {
    margin: 0;
    padding-left: 16px;
  }
  .cat__works article .works__img-list {
    flex-wrap: wrap;
    padding: 0 16px 0 35px;
    margin: 22px 0 20px;
    gap: 10px 10px;
  }
  .cat__works article .works__img-list p {
    text-align: center;
  }
  .cat__works article .works__img-list .caption {
    font-size: 12px;
    margin-top: 9px;
    letter-spacing: 0;
    margin-bottom: 7px;
  }
  .cat__works article .works__img-list li img {
    max-height: 207px;
    margin: auto;
  }
  .cat__works article .works__materials {
    margin: 18px 0 0;
    margin-right: 16px;
    margin-left: 36px;
    padding: 7px 13px 5px;
  }
  .cat__works article .works__materials p {
    font-size: 10px;
    line-height: 1.8;
    margin: 0 0 3px;
    letter-spacing: 0;
  }
  .cat__works article .works__materials a {
    word-break: break-word;
  }
  .cat__works article .works__materials li:not(:first-child) .works__material-name:first-of-type {
    margin-top: 10px;
  }
  .cat__works article .works__materials .works__material-name::before {
    padding-right: 0;
    margin-right: -2px;
  }
  .cat__works article .works__text {
    letter-spacing: 0;
  }
  .cat__works article+article {
    margin-top: 81px;
  }
  .cat__works article + .works__others {
    margin-top: 99px;
  }
  .cat__works article + .works__others .works__others-inner .works__others-list li a {
    padding: 0 40px 0 40px;
  }
  .cat__works article .works__materials li:not(:first-child) .year:first-of-type {
    margin-top: 10px;
  }

  /* =企業情報（company）
  -------------------------------------------------------------- */
  .page__content.lower .company {
    margin-top: 47px;
    width: auto;
  }
  .page__content.lower .company .contents__head {
    padding-left: 35px;
  }
  .page__content.lower .company .company__list {
    margin-top: 25px;
    margin-right: -30px;
    gap: 7px;
  }
  .page__content.lower .company .company__list .company__item a {
    padding: 10px 25px 4px 16px;
    gap: 20px;
  }
  .page__content.lower .company .company__list .company__item a::after {
    top: auto;
    right: 10px;
    transform: none;
  }
  .page__content.lower .company .company__list .company__icon {
    width: 80px;
  }


  /* =Our Purpose（porpose）
  -------------------------------------------------------------- */
  .company__child h1 {
    margin: 25px auto 0 -13px;
  }
  .company__child h1 .company__text {
    font-size: 23px;
  }
  .company__child h1 .company__icon img {
    max-width: 80px;
    height: auto;
    margin-left: -7px;
  }
  .company__child h1 .company__text img {
    max-height: 23px;
    width: auto;
  }
  .page__content.purpose .purpose_text_wrap {
    margin: 18px auto 0px;
    text-align: left;
  }
  .page__content.purpose .purpose_text_wrap h2 {
    font-size: 23px;
    line-height: 1.47619048;
    margin: 0 0 18px;
  }
  .page__content.purpose .purpose_text p {
    font-size: 13px;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0;
  }
  .page__content.purpose .purpose_text_wrap .purpose_text p + p {
    margin-top: 26px;
  }
  .page__content.purpose .concept {
    margin: 47px auto 88px;
    padding: 48px 0 37px;
  }
  .page__content.purpose .future h3,
  .page__content.purpose .concept h3 {
    font-size: 23px;
    border-width: 2px;
  }
  .page__content.purpose .concept .concept_purpose {
    flex-direction: column;
    width: 80%;
    margin: 0 auto 52px;
  }
  .page__content.purpose .concept .concept_purpose li {
	max-width: 350px;
	width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin: auto;
  }
  .page__content.purpose .concept .concept_purpose li:nth-child(2n+1) {
    right: 0;
  }
  .page__content.purpose .concept .concept_purpose li:nth-child(2n) {
    left: 0;
    top: -23px;
  }
  .page__content.purpose .concept .concept_purpose .concept_purpose_text h4 {
    font-size: 23px;
    margin: 0 0 26px;
  }
  .page__content.purpose .concept .concept_purpose .concept_purpose_text {
    font-size: 13px;
    line-height: 2;
  }
  .page__content.purpose .concept .concept_logo {
    flex-direction: column;
    padding: 0 25px;
    margin-top: -4px;
  }
  .page__content.purpose .concept .concept_logo .logo_text {
    font-size: 13px;
    text-align: center;
    line-height: 2;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  .page__content.purpose .concept .concept_logo .logo_img {
	max-width: 350px;
	width: 93%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .page__content.purpose .concept .concept_logo .logo_img img {
	width: 62%;
  }
  .page__content.purpose .future_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .page__content.purpose .future_wrap .future__image {
    transform: scale(1.4);
    margin-top: 15%;
  }
  .page__content.purpose .prop .future_bg {
    width: 118px;
    height: 118px;
width: 32vw;
height: 32vw;
width: 53.7vw;
height: 53.7vw;
    top: calc(50% - 3vw);
background: rgba(255,255,255.9);
backdrop-filter: none;
}


 .page__content.purpose .prop.active .future_bg,  .page__content.purpose .prop:hover .future_bg {
opacity: 0.9;
  }
.page__content.purpose .prop.active .future_comment_text, .page__content.purpose .prop:hover .future_comment_text {
  font-size: 2.5vw;
}
.page__content.purpose .prop.active img, .page__content.purpose .prop:hover img {
  height: 91.5px;
  width: auto;
  max-width: none;
height: 68.5px;
height: 18vw;
}
  .page__content.purpose .prop .future_comment_text, .page__content.purpose .prop .future_comment_text {
    line-height: 1.66666667;
    font-size: 5px;
    top: -39px;
    font-size: 1.4vw;
    top: -218%;
    top: -10.5vw;
    letter-spacing: 0;
    margin: 0;
    margin-left: 15px;
  }
  .page__content.purpose .prop01 .future_bg {
    top: calc(50% - 10.5vw);
    left: calc(50% - 9vw);
  }
  .page__content.purpose .prop01 .future_comment_text {
    top: -21.5vw;
    left: -10vw;
  }
  .page__content.purpose .prop01 img {
   top: -3.5vw;
left: -15vw;
    height: 16vw !important;
  }

  .page__content.purpose .prop02 .future_bg {
    top: calc(50% - 5.5vw);
    left: calc(50% - -6vw);
  }
  .page__content.purpose .prop02 .future_comment_text {
    top: -17.5vw;
    left: 5vw;
  }
  .page__content.purpose .prop02 img {
   top: 1.5vw;
    left: 3vw;
  }

  .page__content.purpose .prop03 .future_bg {
/*
    top: calc(50% - 5.5vw);
    left: calc(50% - -6vw);
*/
  }
  .page__content.purpose .prop03 .future_comment_text {
    top: -15.5vw;
    left: 0vw;
  }
  .page__content.purpose .prop03 img {
   top: 4.5vw;
    left: -4vw;
height: 16vw !important;
  }
  .page__content.purpose .prop04 .future_bg {
    top: calc(50% - 0.5vw);
    left: calc(50% - -9vw);
  }
  .page__content.purpose .prop04 .future_comment_text {
   top: -11.5vw;
    left: 8vw;
  }
  .page__content.purpose .prop04 img {
   top: 6.5vw;
    left: 7vw;
    height: 23vw !important;
  }
  .page__content.purpose .prop05 .future_bg {
    top: calc(50% - 3.5vw);
    left: calc(50% + 3vw);
  }
  .page__content.purpose .prop05 .future_comment_text {
  top: -13.5vw;
    left: 1vw;
  }
  .page__content.purpose .prop05 img {
   top: 5.5vw;
    left: -2vw;
    height: 18vw !important;
  }
  .page__content.purpose .prop06 .future_bg {
    top: calc(50% - 3.5vw);
    left: calc(50% + 3vw);
  }
  .page__content.purpose .prop06 .future_comment_text {
  top: -14.5vw;
    left: 1vw;
  }
  .page__content.purpose .prop06 img {
   top: 4.5vw;
    left: 3vw;
  }
  .page__content.purpose .prop07 .future_bg {
    top: calc(50% + 1.5vw);
    left: calc(50% + 3vw);
  }
  .page__content.purpose .prop07 .future_comment_text {
  top: -12.5vw;
    left: 1vw;
  }
  .page__content.purpose .prop07 img {
  top: 7.5vw;
   left: -4vw;
    height: 16vw !important;
  }
  .page__content.purpose .prop08 .future_bg {
    top: calc(50% + 6.5vw);
    left: calc(50% + 3vw);
  }
  .page__content.purpose .prop08 .future_comment_text {
  top: -4.5vw;
    left: 2vw;
  }
  .page__content.purpose .prop08 img {
    top: 14.5vw;
    left: 0vw;
  }

  .page__content.purpose .prop09 .future_bg {
    top: calc(50% + 6.5vw);
    left: calc(50% - 4vw);
  }
  .page__content.purpose .prop09 .future_comment_text {
    top: -3.5vw;
    left: -5vw;
  }
  .page__content.purpose .prop09 img {
    top: 14.5vw;
    left: -10vw;
    height: 17vw !important;
  }
  .page__content.purpose .prop10 .future_bg {
    top: calc(50% + 3.5vw);
    left: calc(50% - 15vw);
  }
  .page__content.purpose .prop10 .future_comment_text {
    top: -9.5vw;
    left: -15vw;
  }
  .page__content.purpose .prop10 img {
    top: 10.5vw;
    left: -23vw;
    height: 19vw !important;
  }

  .page__content.purpose .prop11 .future_bg {
    top: calc(50% - 3.5vw);
    left: calc(50% + 3vw);
  }
  .page__content.purpose .prop11 .future_comment_text {
    top: -14.5vw;
    left: 1vw;
  }
  .page__content.purpose .prop11 img {
    top: 4.5vw;
    left: -2vw;
  }
  .page__content.purpose .prop12 .future_bg {
    top: calc(50% - 3.5vw);
    left: calc(50% - 3vw);
  }
  .page__content.purpose .prop12 .future_comment_text {
    top: -15.5vw;
    left: -5vw;
  }
  .page__content.purpose .prop12 img {
   top: 4.5vw;
    left: -11vw;
  }
  .page__content.purpose .prop13 .future_bg {
    top: calc(50% - 3.5vw);
    left: calc(50% + 3vw);
  }
  .page__content.purpose .prop13 .future_comment_text {
    top: -14.5vw;
    left: 2vw;
  }
  .page__content.purpose .prop13 img {
    top: 4.5vw;
    left: -4vw;
    height: 13vw !important;
  }



  /* =代表挨拶（greeting）
  -------------------------------------------------------------- */
  .page__content.greeting .greeting__wrap {
    margin: 6px auto 0;
    padding-left: 0;
  }
  .page__content.greeting .greeting__wrap h2 {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0;
    margin: 0 -8px 17px 0;
  }
  .page__content.greeting .greeting__wrap p {
    font-size: 13px;
    line-height: 2;
    padding-left: 0;
    letter-spacing: 0;
    margin-bottom: 27px;
  }
  .page__content.greeting .greeting__wrap .info {
    font-size: 13px;
    line-height: 2;
    margin-top: 0;
    letter-spacing: 0;
  }

  /* =会社概要（company）
  -------------------------------------------------------------- */
  .page__content.outline .outline_wrap {
    margin: 10px auto;
  }
  .data_table dt {
    width: 90px;
    padding: 11px 0px 11px;
    line-height: 1.83333333;
    letter-spacing: 0;
  }
  .data_table dd {
    width: calc(100% - 90px);
    padding: 11px 0px 11px 30px;
    line-height: 1.83333333;
    letter-spacing: 0;
  }
  .data_table dt .sp {
    display: inline-block;
  }
  .data_table dd:last-of-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .page__content.outline .table_list + .medium {
    margin-top: 10px;
  }

  /* =社員紹介（staff）
  -------------------------------------------------------------- */
  .page__content.staff h1 {
    margin-bottom: 10px;
  }
  .page__content.staff h2 {
    font-size: 12px;
    padding: 5px 11px;
    border-radius: 5px;
  }
  .page__content.staff .staff__list {
    margin: 10px 0 27px;
    gap: 11px 5px;
    gap: 0 5px;
    margin: 0 0 27px;
  }
  .page__content.staff .staff__member {
    width: calc((100% - (5px * 1)) / 2);
    height: 76px;
    font-size: 10px;
    border-radius: 5px;
    padding: 9px 10px 0 13px;
    margin-top: 11px;
  }
  .page__content.staff .staff__name {
    font-size: 17px;
    margin: 1px 0 2px;
  }
  .page__content.staff .staff__department {
    font-size: 10px;
    letter-spacing: 0;
  }
  .page__content.staff .staff__department.tight-spacing {
    letter-spacing: -0.1em;
    font-size: 9px;
  }
  .page__content.staff .staff__position:empty {
    margin-top: 8px;
  }

  /* =事務所紹介（office）
  -------------------------------------------------------------- */
  .page__content.office .map_wrap {
    margin: 9px 0px 36px;
  }
  .page__content.office .map_wrap h2 {
    font-size: 12px;
    padding: 6px 11px;
    margin-bottom: 7px;
    border-radius: 6px;
  }
  .page__content.office .map_box {
    flex-direction: column;
    gap: 9px;
  }
  .page__content.office .map_box .address {
    line-height: 1.83333333;
    padding-left: 0;
    letter-spacing: 0;
  }
  .page__content.office .map_box .map {
    padding-top: 54.801%;
    max-width: none;
  }

  /* =ニュース（news）
  -------------------------------------------------------------- */
  .cat__news .news__inner {
  }
  .cat__news .news__inner .contents__head {
    margin-bottom: 23px;
  }
  .cat__news .news__inner .news__head h2 {
    font-size: 31px;
    margin-top: 0;
    margin-left: 0;
  }
  .cat__news .news__inner .news__head h2::before,
  .cat__news .news__inner .news__head h2::after {
    bottom: 40px;
  }
  .cat__news .news__inner .news__head h2::after {
    width: 35px;
  }
  .cat__news .news__inner .news__head h2 .en {
    margin-top: 8px;
  }

  .cat__news .news__inner .news__list {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .cat__news .news__inner .news__list li a {
    position: relative;
    padding: 18px 43px 17px 0;
    gap: 6px;
  }
  .cat__news .news__inner .news__list li a::after {
    width: 16px;
    height: 16px;
    right: 5px;
  }
  .cat__news .news__inner .news__list li .news__date {
    position: absolute;
    top: 17px;
    left: 11px;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: normal;
    margin: 0;
  }
  .cat__news .news__inner .news__list li .news__cat {
    margin-top: 20px;
    padding: 5px 5px;
    font-size: 9px;
    min-width: 92px;
    margin-left: 5px;
    letter-spacing: 0;
  }
  .cat__news .news__inner .news__list li .news__ttl {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    margin-top: -2px;
    line-height: 1.8;
    font-weight: normal;
  }
  .cat__news .news__inner .button__wrap {
    margin-top: 7px;
    margin-bottom: 10px;
  }
  .cat__news .news__inner .button__wrap::before {
    margin-right: 5px;
  }
  .cat__news .news__inner .button__wrap .link {
    font-size: 12px;
  }
  .post__list-pager {
    gap: 15px;
  }

  /* =ニュース詳細（single__news）
  -------------------------------------------------------------- */
  .single__news article {
    margin: 44px auto 27px;
  }
  .single__news .news__info {
    font-size: 14px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: first baseline;
    gap: 6px;
  }
  .single__news .news__info .news__cat {
    font-size: 11px;
    min-width: 119px;
  }
  .single__news .news__title {
    font-size: 18px;
    line-height: 1.47619048;
    margin: 20px 0 16px;
  }


  .single__news article .article__description-wrap {
    position: relative;
    padding: 0 0 0 0;
    line-height: 2;
  }
.single__news article .article__description-wrap p {
  max-height: 12em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
  line-height: 2;
  font-size: 13px;
margin-bottom: 23px;
}
.single__news article  a {
  word-break: break-all;
}

.single__news article .article__description-wrap p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
}

.single__news article .article__description-wrap.expanded p {
  max-height: 2000px;
}

.single__news article .article__description-wrap.expanded p::after {
  display: none;
}
  .single__news article .article__toggle {
    display: inline-block;
    margin-top: 0.5em;
    font-size: 13px;
    color: #0032BE;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    bottom: -8px;
    right: 0;
    display: inline-block;
    background: #fff;
  }
  .single__news article .article__toggle::before {
    content: "...";
    padding-left: 3px;
    padding-right: 5px;
  }
  .single__news article .article__description-wrap.expanded .article__toggle {
    bottom: -27px;
  }
  .single__news article .article__description-wrap.expanded .article__toggle::before {
    display: none;
  }
  .single__news .entry__content figure {
    margin: 23px 0 23px;
  }
  .single__news .entry__content figure figcaption {
    font-size: 11px;
    line-height: 1.8;
    margin: 11px 0 0;
  }
  .single__news .entry__content .wp-block-columns {
    margin: 35px 0 23px;
  }
  .single__news .entry__content .wp-block-columns figure figcaption {
    margin: 10px 0 0 0;
  }
  .single__news .button_wrap .button {
    padding: 22px 19px 22px 23px;
  }
  .wp-block-image img {
    width: 100%;
  }

  /* =採用情報（recruit）
  -------------------------------------------------------------- */
  .page__wrapper:not(.front__page) .page__content.recruit .contents__inner{
    flex-direction: column;
  }
  .page__wrapper:not(.front__page) .page__content.recruit article {
    margin-left: -35px;
    width: 100%;
    padding-right: 0;
  }
  .page__content.recruit .recruit__list {
    margin-top: 39px;
    margin-right: -48px;
    gap: 13px;
    max-width: 723px;
  }
  .page__content.recruit .recruit__list .recruit__item a {
    border-left: 0;
    border-radius: 0 10px 10px 0;
    align-items: center;
    padding: 33px 25px 34px 36px;;
    font-size: 19px;
  }
  .page__content.recruit .recruit__list .recruit__item a::after {
    top: auto;
    right: 10px;
    transform: none;
    bottom: 7px;
  }
  .page__content.recruit .recruit__list .recruit__icon {
    width: 80px;
  }

  /* =採用情報 子ページ（staff）
  -------------------------------------------------------------- */
  .page__content.recruit__child h1 {
    font-size: 23px;
    letter-spacing: 0;
    margin-top: 45px;
  }
  .page__content.recruit__child h1 span {
    font-size: 13px;
    display: block;
    letter-spacing: 0;
    margin-top: 5px;
    margin-left: 0;
  }
  .page__content.recruit__child article {
    margin-top: 30px;
  }
  .page__content.recruit__child article .info_col h2 {
    font-size: 13px;
    letter-spacing: 0;
    margin: 0 0 18px;
  }
  .page__content.recruit__child article .info_col p {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 2;
  }
  .page__content.recruit__child .recruit__col {
    margin: 20px 0 0;
  }
  .page__content.recruit__child .recruit__end {
    font-size: 12px;
    line-height: 1.45454545;
    text-align: left;
    padding: 10px 11px;
    margin-bottom: 31px;
    letter-spacing: 0;
  }
  .page__content.recruit__child .recruit__col h2 {
    margin: 0 0 22px;
  }
  .page__content.recruit__child .recruit__col h2 .border {
    font-size: 16px;
    letter-spacing: 0;
  }
  .page__content.recruit__child .recruit__col h2 .recruit_occupation {
    font-size: 23px;
    display: block;
    margin: 7px 0 0;
  }
  .page__content.recruit__child .recruit__col .data_table dd.recruit_salary .note {
    margin-left: 0;
  }

  .data_table.sp_column {
  }
  .data_table.sp_column dt {
    width: auto;
    border-bottom: none;
    padding: 17px 0 12px;
  }
  .data_table.sp_column dt span {
    padding: 0 18px 0;
  }
  .data_table.sp_column dd {
    width: 100%;
    padding: 0 0 17px;
    letter-spacing: 0;
  }
  .page__content.recruit__child .recruit__col .data_table dd {
    letter-spacing: 0;
  }
  .page__content.recruit__child .recruit__col .data_table dd span.sp {
    display: inline-block;
  }
  .data_table.sp_column dd:last-of-type {
    display: block;
  }
  .page__content.recruit__child .recruit__button {
    margin: 51px auto 0;
  }
  .page__content.recruit__child .recruit__button a {
    height: 68px;
    padding: 21px 10px 0;
  }
  .page__content.recruit__child .career__menu {
    margin: 31px 0 23px;
  }
  .page__content.recruit__child .career__menu li {
    width: 60%;
  }
  .page__content.recruit__child .career__menu li:not(.current) {
    width: 40%;
  }
  .page__content.recruit__child .career__menu li a {
    font-size: 12px;
    padding: 9px 0;
    border-radius: 5px 5px 0 0;
  }
  .page__content.recruit__child .career__menu li:not(.current) a {
    font-size: 10px;
    padding: 3px 0;
    margin: 0;
  }

  /* =問い合わせフォーム（inquiry）
  -------------------------------------------------------------- */
  .page__content .inquiry__head .head__title {
    font-size: 23px;
    letter-spacing: 0;
    margin: 0 0 28px;
  }
  .page__content .form-wrap {
    padding: 38px 38px 2px;
    margin-left: -35px;
    margin-right: -35px;
  }
  .page__content .form-wrap .inner h2 {
    font-size: 13px;
    padding: 3px 7px;
  }
  .page__content .form-wrap .inner dl {
    flex-direction: column;
    margin: 0 0 12px;
  }
  .page__content .form-wrap .inner dl dt {
    font-size: 13px;
    padding: 10px 0px 0;
    width: 100%;
    border-bottom: none;
    letter-spacing: 0;
  }
  .page__content .form-wrap .inner dl dt span {
    position: static;
    display: inline-block;
    font-size: 9px;
    padding: 2px 8px;
    margin-left: 10px;
    vertical-align: text-bottom;
  }
  .page__content .form-wrap .inner dl dd {
    font-size: 13px;
    padding: 6px 0px 9px;
    width: 100%;
  }
  .page__content .form-wrap .inner dl dd .caption {
    font-size: 11px;
    margin-top: 5px;
  }
  .page__content .form-wrap .inner dl dd select {
    font-size: 13px;
    margin: 0;
    padding: 6px 35px 6px 9px;
    border-radius: 5px;
    width: 100%;
    background-position: right 10px center;
    background-size: 11px 11px;
    letter-spacing: 0;
  }
  .page__content .form-wrap .inner dl dd input,
  .page__content .form-wrap .inner dl dd textarea {
    font-size: 13px;
    margin: 0;
    border-radius: 5px;
    padding: 6px 16px 6px 9px;
    max-height: 108px;
  }
  .page__content .form-wrap .inner dl dd .mail_confirm {
    font-size: 10px;
    margin-top: 14px;
  }
  .page__content .form-wrap .inner dl dd .mail_confirm .wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block;
  }
  .page__content .form-wrap .inner dl dd .tel_wrap span.separate {
    width: 16px;
    margin: 0 6px;
  }
  .page__content .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 11px;
    margin-top: 3px;
  }
  .page__content .wpcf7-form .privacypolicy__wrap {
    margin: 26px -18px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0;
    padding: 22px 10px 41px;
    border-radius: 5px;
  }
  .page__content .wpcf7-form .privacypolicy__wrap .agree_wrap {
    margin: 10px auto 0px;
    max-width: 125px;
    padding: 8px 5px;
    border-radius: 5px;
  }
  .page__content .wpcf7-form .privacypolicy__wrap .agree_wrap label {
    font-size: 13px;
    column-gap: 11px;
  }
  .page__content .wpcf7-form .privacypolicy__wrap .agree_wrap label input[type="checkbox"] {
    width: 23px;
    height: 23px;
  }
  .page__content .wpcf7-form .privacypolicy__wrap .agree_wrap label input[type="checkbox"]:checked::after {
    top: 6px;
    left: 6px;
    width: 7px;
    height: 4px;
  }
  .page__content .wpcf7-form .btnBox {
    margin-top: 42px;
  }
  .page__content .wpcf7-form .btnBox input {
    height: 68px;
  }
  .page__content .wpcf7-form .btnBox .btn_wrap::before {
    top: 27px;
    left: 65px;
  }

  /* =確認画面（form-confirm）
  -------------------------------------------------------------- */
  .page__content .form-confirm-wrap .lead {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: -19px;
    margin-bottom: 22px;
  }
  .page__content .form-confirm-wrap dl dt {
    width: 111px;
    font-size: 13px;
    letter-spacing: 0;
    padding: 18px 0;
  }
  .page__content .form-confirm-wrap dl dd {
    width: calc(100% - 111px);
    font-size: 13px;
    letter-spacing: 0;
    padding: 18px 14px 18px 23px;
  }
  .page__content .wpcf7-form .btnBox.confirm {
    margin: 52px auto 0;
    max-width: 290px;
  }
  .page__content .wpcf7-form .btnBox .btn_wrap + .btn_wrap {
    margin-left: 0;
    margin-top: 18px;
  }

  /* =form-complete
  ------------------------------------------------------ */
  .page__content.form-complete h1 {
    font-size: 23px;
    line-height: 1.47619048;
    letter-spacing: 0;
    margin: 0 auto 23px;
  }
  .page__content.form-complete .complete_text {
    line-height: 2;
    font-size: 13px;
    margin-bottom: 100px;
  }
  .page__content.form-complete .button_wrap .button {
    padding: 22px 19px 22px 23px;
  }

  /* =お問い合わせ（inquiry）
  ------------------------------------------------------ */
  .page__content.inquiry .inquiry_text {
    font-size: 13px;
    font-weight: normal;
    margin: -16px -8px 29px 0;
    letter-spacing: 0;
    line-height: 1.375;
  }
  .page__content.inquiry .inquiry_list {
    flex-direction: column;
    border-radius: 5px;
    padding: 25px 30px;
    gap: 18px;
  }
  .page__content.inquiry .inquiry_list li {
    width: 100%;
    min-height: 0;
    padding: 23px 0;
    border-radius: 5px;
  }
  .page__content.inquiry .inquiry_list li.inquiry_form {
    padding: 32px 0;
  }
  .page__content.inquiry .inquiry_list li h2 {
    font-size: 13px;
    margin-bottom: 13px;
  }
  .page__content.inquiry .inquiry_list li .tel {
    font-size: 31px;
    margin-bottom: 9px;
  }
  .page__content.inquiry .inquiry_list li .time {
    font-size: 11px;
  }
  .page__content.inquiry .button_wrap .button {
    width: 215px;
    height: 49px;
    font-size: 14px;
    margin: 15px 0 0;
    padding: 14px 0 0 15px;
  }
  .page__content.inquiry .button_wrap .button::before {
    left: 24px;
    width: 14px;
    height: 14px;
  }
  /* =よくある質問（faq）
  ------------------------------------------------------ */
  .page__content.faq .faq_text {
    font-size: 13px;
    font-weight: normal;
    margin: -12px 0 42px;
    letter-spacing: 0;
    line-height: 2;
  }
  .page__content.faq .faq_list dt {
    font-size: 16px;
    padding-left: 60px;
    padding-bottom: 27px;
    min-height: calc(72px + 27px);
    align-items: flex-start;
  }
  .page__content.faq .faq_list dt::after {
    background-image: url('images/dot_line_horizontal_sp.svg');
    width: 5px;
    height: 31px;
    left: 22px;
    bottom: 7px;
  }
  .page__content.faq .faq_list dt .icon::before {
    top: 15px;
    left: 28px;
    font-size: 20px;
  }
  .page__content.faq .faq_list dt .icon::after {
    top: 1px;
    width: 49px;
    height: 49px;
  }
  .page__content.faq .faq_list dd {
    padding-bottom: 31px;
    border-bottom: 1px solid #C2D1D1;
    margin-bottom: 36px;
  }
  .page__content.faq .faq_list dd p {
    font-size: 12px;
    padding-left: 60px;
    line-height: 2.18181818;
  }
  .page__content.faq .faq_list dd::before {
    top: 18px;
    left: 28px;
    font-size: 20px;
  }
  .page__content.faq .faq_list dd::after {
    top: 4px;
    width: 49px;
    height: 49px;
  }
  .page__content.faq article .article__description-wrap {
    position: relative;
    padding: 0 0 0 0;
    line-height: 2;
  }
  .page__content.faq article .article__description-wrap p {
    max-height: 12em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
  }
  .page__content.faq article .article__description-wrap p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3em;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
  }
  .page__content.faq article .article__description-wrap.expanded p {
    max-height: 2000px;
  }

  .page__content.faq article .article__description-wrap.expanded p::after {
    display: none;
  }
  .page__content.faq article .article__toggle {
    display: inline-block;
    margin-top: 0.5em;
    font-size: 13px;
    color: #0032BE;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    bottom: -7px;
    right: 0;
    display: inline-block;
    background: #fff;
  }
  .page__content.faq article .article__toggle::before {
    content: "...";
    padding-left: 3px;
    padding-right: 5px;
  }
  .page__content.faq article .article__description-wrap.expanded .article__toggle {
    bottom: -27px;
  }
  .page__content.faq article .article__description-wrap.expanded .article__toggle::before {
    display: none;
  }
  .page__content.faq .faq_list .faq_img {
    margin: 25px auto 0;
    flex-wrap: wrap;
    max-width: 305px;
  }
  .page__content.faq .faq_list .faq_img img {
    width: auto;
    max-height: 203px;
  }
  .page__content.faq .faq_list dd:nth-of-type(1) .faq_img img:nth-of-type(3), .page__content.faq .faq_list dd:nth-of-type(1) .faq_img img:nth-of-type(4) {
    margin-left: 0;
    width: 100%;
    height: auto;
    max-height: fit-content;
  }
  .page__content.faq .faq_list dd:nth-of-type(2) .faq_img {
    padding-left: 0;
    margin-top: 25px;
    gap: 4px;
  }
  .page__content.faq .faq_list dd:nth-of-type(2) .faq_img img:nth-of-type(2) {
    margin-left: 0;
    max-height: 142px;
    margin-top: 0;
  }
  .page__content.faq .faq_list dd:nth-of-type(2) .faq_img img:nth-of-type(3) {
    margin-left: 0;
    max-height: 142px;
    margin-top: 0;
  }
  .page__content.faq .faq_list dd:nth-of-type(3) .faq_img {
    margin-top: 34px;
    gap: 5px;
  }
  .page__content.faq .faq_list dd:nth-of-type(4) .faq_img {
    margin-top: 34px;
    gap: 6px;
  }
  .page__content.faq .faq_list dd:nth-of-type(4) .faq_img img {
    max-height: 139px;
  }
  .page__content.faq .faq_list dd:nth-of-type(4) .faq_img img:nth-of-type(5) {
    max-height: unset;
    margin-left: 0;
  }

  /* =サイトマップ（sitemap）
  ------------------------------------------------------ */
  .page__content.sitemap .sitemap_list {
    flex-direction: column;
    gap: 33px 20px;
    margin: 39px 0 0;
  }
  .page__content.sitemap .sitemap_list li {
    width: 100%;
    max-width: none;
  }
  .page__content.sitemap .sitemap_list li .depth1 {
    padding-bottom: 2px;
  }
  .page__content.sitemap .sitemap_list li .depth1 a {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .page__content.sitemap .sitemap_list li .depth2 a {
    letter-spacing: 0.09em;
  }
  .page__content.sitemap .sitemap_list li .depth2 a::before {
    width: 15px;
    height: 15px;
    left: 6px;
  }
  .page__content.sitemap .sitemap_list li .depth2 li {
    margin: 16px 0 0;
  }

  /* =個人情報保護（privacypolicy）
  ------------------------------------------------------ */
  .page__content.privacypolicy .entry__content {
    margin: 40px auto 0;
    letter-spacing: 0;
  }
  .page__content.privacypolicy .entry__content h2 {
    font-size: 13px;
    margin: 0 0 16px;
  }
  .page__content.privacypolicy .entry__content h3 {
    font-size: 13px;
    margin: 25px 0 2px;
  }
  .page__content.privacypolicy .entry__content h4 {
    font-size: 13px;
    line-height: 2;
    margin: 5px 0 1px;
  }
  .page__content.privacypolicy .entry__content p {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 27px;
  }
  .page__content.privacypolicy .entry__content .privacy_list {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 28px;
  }
  .page__content.privacypolicy .entry__content .info_box {
    margin: -10px 0 2px;
  }
  .page__content.privacypolicy .entry__content .contact_box {
    margin: 22px 0 76px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.8;
    padding: 6px 12px;
    letter-spacing: 0;
  }
  .page__content.privacypolicy .entry__content .privacy_list.contact li:not(:last-child) {
    margin-bottom: 26px;
  }

  /* =情報セキュリティ方針（security）
  ------------------------------------------------------ */
  .page__content.security .entry__content {
    margin: 40px auto 0;
    letter-spacing: 0;
  }
  .page__content.security .entry__content h2 {
    font-size: 13px;
    margin: 0 0 16px;
  }
  .page__content.security .entry__content h3 {
    font-size: 13px;
    margin: 25px 0 2px;
  }
  .page__content.security .entry__content h4 {
    font-size: 13px;
    line-height: 2;
    margin: 5px 0 1px;
  }
  .page__content.security .entry__content p {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 27px;
  }
  .page__content.security .entry__content .security_list {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 28px;
  }
  .page__content.security .entry__content .info_box {
    margin: -10px 0 2px;
  }
  .page__content.security .entry__content .info_box.mark .mark {
    max-width: 53px;
  }
  .page__content.security .entry__content .contact_box {
    margin: 22px 0 76px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.8;
    padding: 6px 12px;
    letter-spacing: 0;
  }
  .page__content.security .entry__content .security_list.contact li:not(:last-child) {
    margin-bottom: 26px;
  }

}


/*--------------------------------------------------------------
  Smartphone
--------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  /* =common style
  ------------------------------------------------------ */

  /* =footer
  ------------------------------------------------------ */


  /* =page
  ------------------------------------------------------ */

}


/*--------------------------------------------------------------
  Smartphone S
--------------------------------------------------------------*/
@media screen and (max-width: 320px) {}