@charset "UTF-8";
/**
* Foundation
* ========================== */
/*
---------------------------------------
reset
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
* {
  word-break: normal !important;
  word-wrap: break-word;
}

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,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

html,
body {
  position: relative;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font-family: inherit;
}

button {
  background: none;
  line-height: 2;
  cursor: pointer;
}

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

p,
dd,
li,
address {
  font-style: normal;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

picture {
  display: block;
  line-height: 0;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
:root {
  --main-color: #639ff8;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  word-wrap: break-word;
  color: #19274e;
  min-width: 375px;
  line-break: normal;
  font-weight: 700;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  top: 0 !important;
  min-height: 700px;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media screen and (max-width: 1136px) {
  body {
    width: 1136px;
  }
}
@media (max-width: 750px) {
  body {
    width: 100%;
  }
}
/* IE */
#top-of-page {
  position: relative;
  min-width: 1200px;
}
@media (max-width: 768px) {
  #top-of-page {
    min-width: 0;
    margin-top: 0;
  }
}

.anc {
  padding-top: 96px;
  margin-top: -96px;
}
@media (max-width: 750px) {
  .anc {
    padding-top: 56px;
    margin-top: -56px;
  }
}

.l-contents {
  position: relative;
}

p {
  text-align: justify;
  overflow-wrap: break-word;
}

p,
dt,
dd,
li {
  font-size: 14px;
  line-height: 2.142;
  font-weight: 500;
  line-break: normal;
  word-break: normal !important;
  word-wrap: break-word;
}
@media (max-width: 750px) {
  p,
  dt,
  dd,
  li {
    font-size: 3.3vw;
    font-weight: 400;
  }
}

div {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
     height: auto;
     overflow: hidden;
     /**/
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: inherit;
  background: #fff;
  padding: 0;
}

textarea {
  width: 100%;
  resize: vertical;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input:-moz-placeholder {
  color: #ccc;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
}

textarea:-moz-placeholder {
  color: #ccc;
}

.logged-in header.normal {
  top: 32px;
}

#wp-admin-bar-customize,
#wp-admin-bar-duplicate-post {
  display: none !important;
}

.container {
  width: 1024px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .container {
    width: calc(100% - 14.66vw);
  }
}

.title-area {
  background-image: url(../images/common/bg-header.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}
.title-area.yellow {
  background-image: url(../images/common/bg-header-y.png);
}
.title-area .container {
  height: 460px;
  display: flex;
  align-items: center;
  width: 1180px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .title-area .container {
    width: calc(100% - 14.66vw);
  }
}
@media (max-width: 750px) {
  .title-area .container {
    height: calc(460 / 750 * 100 * 1vw);
  }
}
.title-area .container h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-top: 35px;
  line-height: 0.75;
}
@media (max-width: 750px) {
  .title-area .container h1 {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .title-area .container h1 {
    margin-top: 10vw;
  }
}
.title-area .container h1 span {
  font-size: 120px;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .title-area .container h1 span {
    font-size: calc(110 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .title-area .container h1 span {
    margin-bottom: 3vw;
  }
}

main {
  overflow: hidden;
}
main section:first-of-type {
  padding-top: 100px;
}
@media (max-width: 750px) {
  main section:first-of-type {
    padding-top: calc(140 / 750 * 100 * 1vw);
  }
}
main section:first-of-type .lead {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #182987;
  line-height: 1.9545454545;
}
@media (max-width: 750px) {
  main section:first-of-type .lead {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main section:first-of-type .lead {
    width: -moz-max-content;
    width: max-content;
  }
}
main section .container {
  width: 1024px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  main section .container {
    width: calc(100% - 14.66vw);
  }
}
main .vtitle {
  font-size: 60px;
  color: #182987;
  font-weight: 700;
  text-align: center;
  line-height: 0.8;
  position: relative;
  padding-top: 35px;
  letter-spacing: -0.03em;
}
@media (max-width: 750px) {
  main .vtitle {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main .vtitle {
    line-height: 1.1;
  }
}
main .vtitle:before {
  content: "";
  width: 30px;
  height: 21px;
  display: block;
  background-image: url(../images/common/icon-title.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
main .vtitle .char {
  font-weight: 700;
}
main .vtitle span:not(.char) {
  font-size: 25px;
  font-weight: 900;
}
main .vtitle span:not(.char) .char {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
}
@media (max-width: 750px) {
  main .vtitle span:not(.char) {
    font-size: calc(25 / 750 * 100 * 1vw);
  }
}
main .title {
  padding-left: 54px;
  position: relative;
  font-size: 60px;
  letter-spacing: -0.08em;
  color: #182987;
  line-height: 0.8;
}
main .title span {
  font-weight: 700;
}
@media (max-width: 750px) {
  main .title {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main .title {
    padding-left: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main .title {
    line-height: 1.2;
    margin-bottom: -3vw;
  }
}
main .title small {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main .title small {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
main .title span:not(.char) {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.1em;
  font-family: "DM Sans", sans-serif;
  display: inline-block;
}
main .title span:not(.char) .char {
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 750px) {
  main .title span:not(.char) {
    font-size: calc(25 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main .title span:not(.char) {
    transform: translate(0, -3vw);
  }
}
main .title:before {
  content: "";
  width: 30px;
  height: 21px;
  display: block;
  background-image: url(../images/common/icon-title.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 24px;
}
@media (max-width: 750px) {
  main .title:before {
    width: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main .title:before {
    height: calc(21 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main .title:before {
    left: 0;
    top: 4vw;
  }
}

.local-nav {
  margin-inline: auto;
}
.local-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.local-nav ul li {
  border-bottom: 5px solid #182987;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .local-nav ul li {
    border-bottom: 0.8vw solid #182987;
  }
}
.local-nav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 22px;
  font-weight: 700;
  color: #182987;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
}
@media (max-width: 750px) {
  .local-nav ul li a {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .local-nav ul li a {
    padding-bottom: calc(20 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .local-nav ul li a {
    transition: 0.3s;
  }
  .local-nav ul li a:hover img {
    transform: translate(0, 4px);
  }
}
.local-nav ul li a img {
  width: 44px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .local-nav ul li a img {
    width: calc(52.8 / 750 * 100 * 1vw);
  }
}

main section.entry {
  padding-top: 0 !important;
  background-image: url(../images/recruit/bg-entry.png);
  overflow: initial !important;
  background-size: cover;
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  main section.entry {
    padding-bottom: calc(205 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main section.entry {
    padding-right: calc(50 / 750 * 100 * 1vw);
  }
}
main section.entry:before {
  content: "";
  width: 1240px;
  height: 875.7732px;
  display: block;
  background-image: url(../images/recruit/bg-entry.webp);
  background-size: cover;
  background-position: right bottom;
  position: absolute;
  left: 0;
  bottom: 140px;
  left: 50%;
  transform: translate(calc(-50% - 30px), 0px);
  z-index: 1;
}
@media (max-width: 750px) {
  main section.entry:before {
    background-image: url(../images/recruit/bg-entry_s.webp);
    width: calc(100% - 6.66vw);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
main section.entry:after {
  content: "";
  width: 50%;
  height: 875.7732px;
  position: absolute;
  left: 0;
  bottom: 140px;
  background: #fff;
  z-index: 0;
}
@media (max-width: 750px) {
  main section.entry:after {
    content: none;
  }
}
main section.entry .container {
  transform: translate(0, -36px);
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  main section.entry .container {
    width: 100%;
  }
}
main section.entry .container .arrow-entry {
  width: 255px;
  position: absolute;
  right: 0;
  top: 100px;
}
@media (max-width: 750px) {
  main section.entry .container .arrow-entry {
    width: calc(169 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main section.entry .container .arrow-entry {
    top: 16vw;
  }
}
@media (max-width: 750px) {
  main section.entry .container {
    padding-left: calc(50 / 750 * 100 * 1vw);
  }
}
main section.entry .container div:last-of-type {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
@media (max-width: 750px) {
  main section.entry .container div:last-of-type {
    margin-top: calc(36 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main section.entry .container div:last-of-type {
    display: block;
  }
}
main section.entry .container div:last-of-type p:not(.link) {
  font-size: 23px;
  line-height: 1.8695652174;
  font-weight: 700;
  width: 630px;
  letter-spacing: -0.04em;
  color: #182987;
}
@media (max-width: 750px) {
  main section.entry .container div:last-of-type p:not(.link) {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main section.entry .container div:last-of-type p:not(.link) {
    width: 100%;
  }
}
@media (max-width: 750px) {
  main section.entry .container div:last-of-type .link {
    margin-top: calc(43.2 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main section.entry .container div:last-of-type .link {
    padding-bottom: calc(136 / 750 * 100 * 1vw);
  }
}
main section.entry .container div:last-of-type .link a {
  font-size: 25px;
  background: #182987;
  color: #fff;
  width: 350px;
  font-weight: 700;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  main section.entry .container div:last-of-type .link a {
    font-size: calc(29 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main section.entry .container div:last-of-type .link a {
    width: calc(378.057 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main section.entry .container div:last-of-type .link a {
    height: calc(100 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  main section.entry .container div:last-of-type .link a {
    transition: 0.3s;
  }
  main section.entry .container div:last-of-type .link a:hover {
    background: #1829b5;
  }
  main section.entry .container div:last-of-type .link a:hover img {
    transform: translate(4px, 0);
  }
}
main section.entry .container div:last-of-type .link img {
  width: 50px;
  margin-left: 30px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  main section.entry .container div:last-of-type .link img {
    width: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main section.entry .container div:last-of-type .link img {
    margin-left: calc(20 / 750 * 100 * 1vw);
  }
}
main section.entry h2 span {
  font-size: 30px;
  font-weight: 900;
  color: #182987;
  line-height: 0.7;
  margin-top: -50px;
}
@media (max-width: 750px) {
  main section.entry h2 span {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main section.entry h2 span {
    margin-left: -1vw;
    letter-spacing: -0.05em;
    width: -moz-max-content;
    width: max-content;
  }
}
main section.entry h2 span span {
  font-family: "DM Sans", sans-serif;
  font-size: 200px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main section.entry h2 span span {
    font-size: calc(180 / 750 * 100 * 1vw);
  }
}
main section.entry h2 + img {
  margin-top: 100px;
  width: calc(100% + 83px + (100vw - 1190px) / 2);
  max-width: initial;
}
@media (max-width: 1190px) {
  main section.entry h2 + img {
    width: calc(100% + 78px);
  }
}
@media (max-width: 750px) {
  main section.entry h2 + img {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main section.entry h2 + img {
    width: calc(100% + 6.66vw);
  }
}
main section.entry .overflow {
  display: block;
  overflow: hidden;
  transition: 0.5s;
  width: 0;
}
main section.entry .overflow.on {
  width: 100%;
}
main section.entry .pc {
  margin-top: 60px;
  width: -moz-max-content;
  width: max-content;
  max-width: 1024px;
}
main section.entry .sp {
  width: -moz-max-content;
  width: max-content;
  max-width: 77.8666666667vw;
}
@media (max-width: 750px) {
  main section.entry .sp {
    margin-top: calc(80 / 750 * 100 * 1vw);
  }
}

.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}

.fade-in .char {
  opacity: 1;
  transform: translateY(0);
}

.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

/*
---------------------------------------
animation
---------------------------------------
*/
@keyframes attentionAnim {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
/**
* Object
* ========================== */
/* Library ------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Common ------------ */
.l-contents .pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-contents .pc {
    display: none !important;
  }
}
.l-contents .sp {
  display: none !important;
}
@media (max-width: 750px) {
  .l-contents .sp {
    display: block !important;
  }
}
.l-contents .inline-pc {
  display: inline-block !important;
}
@media (max-width: 750px) {
  .l-contents .inline-pc {
    display: none !important;
  }
}
.l-contents .inline-sp {
  display: none !important;
}
@media (max-width: 750px) {
  .l-contents .inline-sp {
    display: inline-block !important;
  }
}
.l-contents .inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .l-contents .inner {
    padding: 0 8%;
  }
}
.l-contents span {
  font-size: inherit;
  font-weight: inherit;
}
.l-contents img {
  max-width: 100%;
  height: auto;
}
.l-contents .ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.l-contents .ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.l-contents .anc {
  padding-top: 96px;
  margin-top: -96px;
}
@media (max-width: 750px) {
  .l-contents .anc {
    padding-top: 56px;
    margin-top: -56px;
  }
}

/*	form
---------------------------------*/
@media (max-width: 750px) {
  .sec-form .inner {
    padding: 0 5%;
  }
}

.steps_form {
  max-width: 700px;
  margin: 0 auto 20px;
}
@media (max-width: 750px) {
  .steps_form {
    width: 100%;
    margin: 0 auto 3vw;
  }
}

.sec-form__require {
  color: #c1272d;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 750px) {
  .sec-form__require {
    font-size: 3.3vw;
    margin-bottom: 0;
  }
}

.wrap_form {
  max-width: 700px;
  margin: 0 auto;
}
.wrap_form .require {
  color: #c1272d;
  font-weight: bold;
}
.wrap_form .btn_send_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 0 auto;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #182987;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form .btn_send_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 0 auto;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: right 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form .btn_send_narrow:hover {
    opacity: 0.3;
  }
}
.wrap_form .btn_send_narrow[disabled] {
  opacity: 0.2;
}
.wrap_form button.btn_back_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 30px auto 0;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #808080;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow_back.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: left 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form button.btn_back_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 7vw auto 0;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: left 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.3;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .table_entry {
    margin: 0 0 5vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .row {
  display: flex;
  background: #fff;
  margin-bottom: 4px;
  padding: 6px 0;
}
@media (max-width: 750px) {
  .table_entry .row {
    padding: 7px 0;
  }
}
@media (max-width: 750px) {
  .table_entry .row-2 {
    display: block;
    padding: 5px 4vw;
  }
  .table_entry .row-2 .dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 3.2vw 0 2vw;
  }
  .table_entry .row-2 .dd {
    width: 100%;
    padding: 1.5vw 0;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding: 13px 0 10px 18px;
  font-size: 14px;
  width: 155px;
  line-height: 1;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .table_entry .dt {
    padding: 2.7vw 0 2.7vw 4vw;
    width: 28vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd {
  flex: 1;
  padding: 3px 18px 0px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dd {
    padding: 1vw 3.5vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 5px;
  line-height: 1.5;
}
.table_entry .mark_zip {
  font-size: 16px;
  padding: 2px 0 0;
}
@media (max-width: 750px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
    padding: 0;
  }
}
.table_entry input[type=text],
.table_entry input[type=email],
.table_entry input[type=tel] {
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  padding: 4px 5px;
  background: none;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry input[type=text],
  .table_entry input[type=email],
  .table_entry input[type=tel] {
    width: 100%;
    font-size: 3.4vw;
  }
}
.table_entry input[type=text]#age,
.table_entry input[type=email]#age,
.table_entry input[type=tel]#age {
  width: 100px;
}
@media (max-width: 750px) {
  .table_entry input[type=text]#age,
  .table_entry input[type=email]#age,
  .table_entry input[type=tel]#age {
    width: 20%;
  }
}
.table_entry textarea {
  font-size: 16px;
  padding: 5px 5px;
  width: 100%;
  height: 200px;
}
@media (max-width: 750px) {
  .table_entry textarea {
    height: 26vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .radio-wrap {
  padding: 8px 0;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    padding: 6px 0 0;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  margin-right: 2em;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap label {
    margin-right: 0;
    display: inline-block;
  }
}
.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
  margin-right: 0;
  position: relative;
  top: 2px;
}
.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
  display: inline-block;
}
.table_entry #zip {
  height: 32px;
  width: 200px;
  font-size: 16px;
  padding: 0 5px;
}
@media (max-width: 750px) {
  .table_entry #zip {
    height: 9vw;
    width: calc(100% - 5vw);
    font-size: 3.4vw;
  }
}
.table_entry .wpcf7-list-item:first-child {
  margin-left: 0;
}

label.error {
  font-size: 16px;
  color: #c1272d;
  display: block;
  margin: 10px 0 10px;
}
@media (max-width: 750px) {
  label.error {
    line-height: 1.5;
    font-size: 3.4vw;
    margin: 5px 0 0;
  }
}

.form_privacy-policy {
  background: #e6e6e6;
  padding: 20px 20px 15px;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .form_privacy-policy {
    padding: 4vw 3vw;
    margin-bottom: 4vw;
  }
}
.form_privacy-policy .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .ttl {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .agree_text p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .form_privacy-policy .agree_text p {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .agree_text a {
  text-decoration: underline;
}
.form_privacy-policy .inner_box {
  height: 130px;
  background: white;
  overflow-y: scroll;
  border: 1px solid #b1b1b1;
  padding: 14px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box {
    height: 32vw;
    padding: 4vw 3vw;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .inner_box .ttl {
  font-weight: bold;
  margin-bottom: 0;
}
.form_privacy-policy .inner_box p {
  margin-bottom: 20px;
  line-height: 1.64;
  font-size: 14px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box p {
    font-size: 3.3vw;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul {
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 1.64;
  list-style-position: outside;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box ul {
    margin-left: 1em;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box ul > li > ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box .right_text {
  text-align: right;
}

.sec-form .sec-form__mailAttention {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .sec-form .sec-form__mailAttention {
    text-align: left;
    margin-bottom: 8vw;
    font-size: 3.3vw;
  }
}

.require {
  color: #c1272d;
  font-weight: bold;
}

.agree_item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline-block;
  margin-top: 4px;
}
.agree_item .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.page-contact .st-footer__pageTop,
.page-entry .st-footer__pageTop {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/form/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  select {
    background-image: url(../images/form/arrow-select.png);
  }
}
@media (max-width: 750px) {
  select {
    width: 100%;
  }
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* firefoxハック */
  #contact-table select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.2em;
    background-image: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* chromeハック */
  #contact-table select {
    text-indent: 0.2em;
  }
}
@media all and (-ms-high-contrast: none) {
  .wrap_form .btn_send_narrow {
    padding: 17px 20px 12px;
  }
}
.thanks-text {
  margin: 50px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  .thanks-text {
    margin: 9vw 0;
  }
}
.thanks-text.insert {
  font-weight: bold;
}

.thanks_btn {
  text-align: center;
}
.thanks_btn a {
  text-decoration: underline;
}
@media (hover: hover) {
  .thanks_btn a:hover {
    text-decoration: none;
  }
}

#autozip {
  display: none !important;
}

.hidden-fields-container {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

/* Component ------------ */
/*
---------------------------------------
btn
---------------------------------------
*/
.heading-01--center {
  text-align: center;
}
.heading-01--flex {
  display: flex;
  align-items: center;
}
.heading-01--flex .heading-01__en {
  margin-right: 20px;
  padding-bottom: 0;
}
.heading-01--flex .heading-01__ja {
  padding-top: 20px;
}

.heading-01__en {
  font-size: 74px;
  line-height: 1;
  color: #56626e;
  padding-bottom: 15px;
}
@media (max-width: 750px) {
  .heading-01__en {
    font-size: 14.6vw;
    padding-bottom: 4vw;
  }
}

.heading-01__ja {
  font-size: 16px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-01__ja {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .heading-01__ja {
    font-size: 3.8vw;
  }
}

.heading-02--center {
  text-align: center;
}

.heading-02__ja {
  font-size: 24px;
  line-height: 1;
  color: #56626e;
  padding-bottom: 8px;
}
@media (max-width: 750px) {
  .heading-02__ja {
    font-size: 6vw;
    padding-bottom: 2vw;
  }
}

.heading-02__en {
  font-size: 14px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-02__en {
    font-size: 3.3vw;
  }
}

.pageTtl {
  padding-top: 185px;
}
@media (max-width: 750px) {
  .pageTtl {
    padding-top: 31vw;
  }
}

.single-content * {
  max-width: 100%;
}
.single-content h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 18px 20px;
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 750px) {
  .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 16px 0;
}
@media (max-width: 750px) {
  .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 0;
    border-width: 1px;
  }
}
.single-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-bottom: 2px solid var(--main-color);
  padding: 0 0 0.2px;
}
@media (max-width: 750px) {
  .single-content h4 {
    font-size: 4.1vw;
    margin: 5vw 0 3vw;
    border-width: 1px;
  }
}
.single-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h5 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h6 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content p {
  font-size: 14px;
  margin: 10px 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .single-content p {
    font-size: 3.9vw;
    margin: 3vw 0 3vw;
  }
}
.single-content p a {
  text-decoration: underline;
  color: var(--main-color);
}
.single-content .full {
  margin: 2em 0;
}
.single-content .wp-caption-text {
  margin-top: 0;
}
.single-content strong,
.single-content b {
  font-weight: bold;
}
.single-content em {
  font-style: italic;
}
.single-content blockquote {
  background: #fafafa;
  position: relative;
  padding: 40px 30px;
  margin: 40px 0;
}
@media (max-width: 750px) {
  .single-content blockquote {
    margin: 5vw 0;
    padding: 5vw;
  }
}
.single-content blockquote p {
  padding: 0;
  margin: 0;
  color: #777;
}
.single-content ul,
.single-content ol {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .single-content ul,
  .single-content ol {
    margin-bottom: 5vw;
  }
}
.single-content ul li {
  list-style: none;
  line-height: 1.6;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ul li {
    font-size: 3.9vw;
  }
}
.single-content ul li:before {
  content: "・";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ul li:before {
    font-size: 3.9vw;
  }
}
.single-content ul li ul {
  padding-top: 10px;
  margin-bottom: 0;
}
.single-content ul li ul li {
  line-height: 1.6;
  padding: 0 0 10px 20px;
}
.single-content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
.single-content ol {
  counter-reset: item;
  list-style-type: none;
}
.single-content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 42px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ol li {
    font-size: 3.9vw;
    padding-left: 8vw;
    margin-bottom: 3vw;
  }
}
.single-content ol li:before {
  position: absolute;
  left: 0;
  top: -4px;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: white;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ol li:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.9vw;
  }
}
.single-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 10px 0;
}
.single-content table {
  margin: 40px 0;
  border: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .single-content table {
    margin: 5vw 0;
  }
}
.single-content table th {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.single-content table th,
.single-content table td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 16px 10px;
}
@media (max-width: 750px) {
  .single-content table th,
  .single-content table td {
    font-size: 3.9vw;
    padding: 3vw;
  }
}
.single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-content .alignright {
  float: right;
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .alignright {
    margin: 0;
    float: none;
  }
}
.single-content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .alignleft {
    margin: 0;
    float: none;
  }
}
.single-content #image-details-caption {
  display: none;
}
.single-content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption {
    padding: 0;
  }
}
.single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
  width: 48% !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
    width: 100%;
  }
}
.single-content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft {
    margin: 0;
  }
}
.single-content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignright {
    margin: 0;
  }
}
.single-content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
.single-content img[class*=wp-image-],
.single-content img[class*=attachment-] {
  height: auto;
  max-width: 600px;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-],
  .single-content img[class*=attachment-] {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignright,
.single-content img[class*=attachment-].alignright {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignright,
  .single-content img[class*=attachment-].alignright {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignleft,
.single-content img[class*=attachment-].alignleft {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignleft,
  .single-content img[class*=attachment-].alignleft {
    width: 100%;
  }
}
.single-content .single-content__thumb {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 52px;
}
@media (max-width: 750px) {
  .single-content .single-content__thumb {
    margin-bottom: 4vw;
  }
}
.single-content .single-content__thumb img {
  width: 100%;
  max-width: 100%;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  -js-display: flex;
  text-align: center;
  padding-top: 5px;
}
@media (max-width: 750px) {
  .wp-pagenavi {
    padding-top: 3vw;
  }
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  font-size: 16px;
  width: 28px;
  height: 28px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 0 4px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    margin: 0 5px;
  }
}

.wp-pagenavi > a {
  transition: all 0.2s;
}

.wp-pagenavi > a:hover {
  opacity: 0.6;
}

.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: #56626e;
  padding: 2px;
  color: #fff;
}

.wp-pagenavi .page .icon,
.wp-pagenavi .previouspostslink .icon,
.wp-pagenavi .nextpostslink .icon {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 750px) {
  .wp-pagenavi .page .icon,
  .wp-pagenavi .previouspostslink .icon,
  .wp-pagenavi .nextpostslink .icon {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-pagenavi .previouspostslink {
  background-image: url(../images/common/navi_arrow_left@2x.png);
}

.wp-pagenavi .nextpostslink {
  background-image: url(../images/common/navi_arrow_right@2x.png);
}

.wp-pagenavi .current {
  background: none;
  color: #56626e;
  padding: 2px;
}

/* Structure ------------ */
/*
---------------------------------------
header
---------------------------------------
*/
@media (min-width: 751px) {
  .logged-in .st-header {
    top: 32px;
  }
}

.st-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 1000px;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .st-header {
    min-width: 0px;
  }
}
.st-header.on {
  background: rgba(219, 223, 230, 0);
}
.st-header.on .scroll {
  opacity: 0 !important;
}

.st-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 30px;
  height: 96px;
}
@media (max-width: 750px) {
  .st-header__content {
    height: 56px;
    padding: 0 3vw;
  }
}

.st-header__logo a {
  display: flex;
  align-items: center;
  position: relative;
}
.st-header__logo img {
  width: 191px;
  height: 42px;
}
@media (max-width: 750px) {
  .st-header__logo img {
    height: auto;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-header__logo img {
    width: calc(228 / 750 * 100 * 1vw);
  }
}
.st-header__logo .scroll {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: 0.3s;
}

.fixed .st-header__logo img {
  opacity: 0;
}
.fixed .st-header__logo .scroll {
  opacity: 1;
}

.st-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.st-header__globalNav {
  display: flex;
  align-items: center;
}
.st-header__globalNav li {
  text-align: center;
}
.st-header__globalNav li:last-child {
  padding-right: 0;
  padding-left: 16px;
}
@media (max-width: 750px) {
  .st-header__globalNav li:last-child {
    padding-left: calc(20 / 750 * 100 * 1vw);
  }
}

.st-header__globalNav__link {
  display: block;
  padding: 15px 9px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    text-align: center;
  }
}
.st-header__globalNav__link .st-header__globalNav__txt {
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: all 0.4s;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: #182987;
}
@media (max-width: 750px) {
  .st-header__globalNav__link .st-header__globalNav__txt {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
.st-header__globalNav__link .st-header__globalNav__txt img {
  margin-right: 1vw;
}
@media (max-width: 750px) {
  .st-header__globalNav__link .st-header__globalNav__txt img {
    width: calc(21 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-header__globalNav__link .st-header__globalNav__txt {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link:hover .st-header__globalNav__txt {
    color: #182987;
  }
}
.st-header__globalNav__link--contact {
  background: #dce600;
  height: 70px;
  width: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .st-header__globalNav__link--contact {
    width: calc(170 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-header__globalNav__link--contact {
    height: calc(80 / 750 * 100 * 1vw);
  }
}
.st-header__globalNav__link--contact.menu {
  background: #182987;
}
.st-header__globalNav__link--contact.menu .st-header__globalNav__txt {
  color: #fff;
}
.st-header__globalNav__link--contact.menu.on .hb span:nth-of-type(1) {
  transform: rotate(45deg) translate(4px, 3px);
}
.st-header__globalNav__link--contact.menu.on .hb span:nth-of-type(2) {
  opacity: 0;
}
.st-header__globalNav__link--contact.menu.on .hb span:nth-of-type(3) {
  transform: rotate(-45deg) translate(3px, -3px);
}
.st-header__globalNav__link--contact.menu .hb {
  display: inline-block;
  width: 19px;
  height: 11px;
  position: relative;
  margin-right: 16px;
  margin-top: 4px;
}
.st-header__globalNav__link--contact.menu .hb span {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  background: #dce600;
  left: 0;
  transition: 0.3s;
}
.st-header__globalNav__link--contact.menu .hb span:nth-of-type(1) {
  top: 0;
}
.st-header__globalNav__link--contact.menu .hb span:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.st-header__globalNav__link--contact.menu .hb span:nth-of-type(3) {
  bottom: 0;
}
@media (min-width: 751px) {
  .st-header__globalNav__link--contact.menu:hover {
    background: #1829b5;
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link--contact:hover {
    background: #dcfa00;
  }
}

#sp-btn {
  display: none;
}

/* sp-btn */
.scroll-prevent {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#sp-btn {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all 0.4s;
  padding-bottom: 10px;
}
#sp-btn:before {
  content: "menu";
  font-size: 12px;
  display: block;
  font-family: "DM Sans", sans-serif;
  color: #182987;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 12px;
  text-align: center;
  transition: all 0.4s;
}
#sp-btn span {
  width: 27px;
  height: 2px;
  transition: all 0.4s;
  background: #182987;
}
#sp-btn span:not(:last-child) {
  margin-bottom: 5px;
}
#sp-btn.active {
  background: none;
}
#sp-btn.active:before {
  content: "close";
}

#sp-btn #sp-btn-a,
#sp-btn #sp-btn-a span {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
}

#sp-btn #sp-btn-a {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 27px;
  height: 27px;
  background: none;
}

#sp-btn #sp-btn-a:hover {
  opacity: 1;
}

#sp-btn.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

#sp-btn.active span:nth-of-type(2) {
  opacity: 0;
}

#sp-btn.active span:nth-of-type(3) {
  width: 100%;
  transform: translateY(-7px) rotate(45deg);
}

/* g-anv */
/*
---------------------------------------
footer
--------------------------------------
*/
.st-footer {
  background: #eff0f2;
  padding: 105px 0 0;
  position: relative;
  aspect-ratio: 1300/658;
  background-image: url(../images/common/bg-footer.webp);
  background-size: cover;
  background-position: center bottom;
  z-index: 2;
}
@media (max-width: 750px) {
  .st-footer {
    background-image: url(../images/common/bg-footer_s.webp);
    padding: 16vw 0 10vw;
    aspect-ratio: 750/1160;
  }
}
.st-footer .copyright {
  font-size: 14px;
  color: #19274e;
  position: absolute;
  bottom: 10px;
  right: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
@media (max-width: 750px) {
  .st-footer .copyright {
    font-size: calc(22 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .copyright {
    right: initial;
    left: 6.66vw;
  }
}
.st-footer .container {
  width: 1100px;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .st-footer .container {
    width: calc(100% - 14.66vw);
    display: block;
  }
}
.st-footer .container:before {
  content: "";
  width: 1px;
  height: 150px;
  background: #19274e;
  order: 2;
}
.st-footer .container .company-info {
  order: 1;
}
.st-footer .container .company-info address {
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #19274e;
}
@media (max-width: 750px) {
  .st-footer .container .company-info address {
    font-size: calc(25 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .container .company-info address {
    border-bottom: 1px solid #182987;
    margin-top: 2vw;
  }
}
@media (max-width: 750px) {
  .st-footer .container .company-info address {
    padding-bottom: calc(55 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .container .company-info address {
    margin-bottom: calc(40 / 750 * 100 * 1vw);
  }
}
.st-footer .container .company-info address span {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.st-footer .container .link {
  order: 3;
}
.st-footer .container .link nav {
  display: flex;
}
@media (max-width: 750px) {
  .st-footer .container .link nav {
    flex-wrap: wrap;
  }
}
.st-footer .container .link nav > ul + ul {
  margin-left: 50px;
}
@media (max-width: 750px) {
  .st-footer .container .link nav > ul:last-of-type {
    margin-left: 0;
    width: 100%;
    margin-top: 2vw;
  }
}
@media (max-width: 750px) {
  .st-footer .container .link nav > ul > li {
    margin-top: 4vw;
  }
  .st-footer .container .link nav > ul > li:first-of-type {
    margin-top: 0;
  }
}
.st-footer .container .link nav > ul > li > a {
  font-weight: 700;
  font-size: 18px;
  color: #182987;
  display: inline-flex;
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  .st-footer .container .link nav > ul > li > a {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .st-footer .container .link nav > ul > li > a {
    transition: 0.3s;
  }
  .st-footer .container .link nav > ul > li > a:hover {
    opacity: 0.7;
  }
}
.st-footer .container .link nav > ul > li > a:before {
  content: "";
  width: 12px;
  height: 8.3944px;
  display: block;
  background-image: url(../images/common/arrow.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
  margin-top: 16px;
}
@media (max-width: 750px) {
  .st-footer .container .link nav > ul > li > a:before {
    width: calc(19.56 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .container .link nav > ul > li > a:before {
    height: calc(13.68 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .container .link nav > ul > li > a:before {
    margin-top: 3vw;
    margin-right: 2vw;
  }
}
.st-footer .container .link nav > ul > li ul {
  padding-left: 30px;
}
@media (max-width: 750px) {
  .st-footer .container .link nav > ul > li ul {
    padding-left: 5vw;
  }
}
.st-footer .container .link nav > ul > li ul li a {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #19274e;
  font-weight: 500;
}
@media (max-width: 750px) {
  .st-footer .container .link nav > ul > li ul li a {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .st-footer .container .link nav > ul > li ul li a {
    transition: 0.3s;
  }
  .st-footer .container .link nav > ul > li ul li a:hover {
    opacity: 0.7;
  }
}
.st-footer .inner {
  max-width: 1066px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .st-footer .inner {
    padding: 0 5%;
  }
}
.st-footer .st-footer__box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .st-footer .st-footer__box {
    display: block;
  }
}
.st-footer .st-footer__logo {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__logo {
    margin-bottom: 7vw;
    text-align: center;
  }
  .st-footer .st-footer__logo img {
    width: 35vw;
    margin: 0 auto;
  }
}
.st-footer .st-footer__address {
  line-height: 1.8;
}
@media (max-width: 750px) {
  .st-footer .st-footer__address {
    text-align: center;
    padding-bottom: 8vw;
  }
}
.st-footer .st-footer__nav {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 7vw 9vw;
  }
}
.st-footer .st-footer__nav__item {
  text-align: center;
  padding: 0 10px;
}
.st-footer .st-footer__nav__item a {
  display: block;
  padding: 15px 10px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item a {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav__item a:hover {
    color: #182987;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item a {
    padding: 13px 2vw;
    font-size: 4vw;
  }
}
.st-footer .st-footer__nav__item--contact {
  padding-right: 0;
}
.st-footer .st-footer__nav__item--contact a {
  border: 1px solid #639ff8;
  padding: 15px 40px;
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav__item--contact a:hover {
    background: #182987;
    color: #fff;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--contact a {
    padding: 3.8vw 13vw;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--contact {
    margin-top: 5vw;
    padding-left: 0;
  }
}
.st-footer .st-footer__copyright {
  text-align: right;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright {
    text-align: center;
  }
}
.st-footer .st-footer__copyright small {
  font-size: 13px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright small {
    font-size: 3vw;
  }
}
.st-footer .st-footer__pageTop {
  position: fixed;
  right: 16px;
  bottom: 42px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop {
    right: 3%;
    bottom: 4.5vw;
  }
}
.st-footer .st-footer__pageTop.fixed {
  opacity: 1;
  visibility: visible;
}
.st-footer .st-footer__pageTop a {
  display: block;
  border-left: 1px solid #182987;
  text-align: right;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  transition: 0.3s;
  width: 90px;
  height: 40px;
}
@media (min-width: 751px) {
  .st-footer .st-footer__pageTop a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop a {
    width: calc(150 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop a {
    height: auto;
  }
}
.st-footer .st-footer__pageTop__txt {
  font-size: 13px;
  color: #56626e;
  writing-mode: vertical-rl;
  line-height: 1;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop__txt {
    font-size: 3vw;
  }
}

.scroll-prevent .hbm-content {
  transform: translate(0, 0);
}
.scroll-prevent .hbm-content:before {
  left: -100vw;
  opacity: 1;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
}

.marquee-inner {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 15s linear infinite;
  width: 100%;
}
@media (max-width: 750px) {
  .marquee-inner {
    animation: scroll-left2 25s linear infinite;
  }
}
.marquee-inner span {
  display: inline-block;
  padding-right: 2rem; /* テキストの間隔 */
  font-size: 99px;
  color: #182987;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  letter-spacing: -0.05em;
}
@media (max-width: 750px) {
  .marquee-inner span {
    font-size: calc(80 / 750 * 100 * 1vw);
  }
}

/* アニメーション */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1349px);
  }
}
@keyframes scroll-left2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-150.341333vw);
  }
}
.hbm-content {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  top: 0;
  height: 100vh;
  transform: translate(100%, 0);
  transition: 0.3s;
}
.hbm-content .wrapper {
  width: 630px;
  height: 100%;
  height: 100%;
  background-image: url(../images/common/bg-header.png);
  background-size: contain;
  padding: 192px 50px 20px 62px;
  position: relative;
  z-index: 2;
  overflow: auto;
}
@media (max-width: 750px) {
  .hbm-content .wrapper {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .hbm-content .wrapper {
    padding-left: calc(76 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .hbm-content .wrapper {
    padding-right: calc(76 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .hbm-content .wrapper {
    padding-top: calc(233 / 750 * 100 * 1vw);
  }
}
.hbm-content:before {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(25, 39, 78, 0.6);
  z-index: 0;
  transition: 0.4s;
  z-index: 0;
  opacity: 0;
}
.hbm-content .link {
  position: relative;
  z-index: 4;
}
.hbm-content nav > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 68px;
  letter-spacing: -0.08em;
  padding-left: 50px;
}
@media (max-width: 750px) {
  .hbm-content nav > ul {
    margin-top: 10vw;
    padding-left: 3vw;
  }
}
.hbm-content nav > ul:first-of-type {
  margin-top: 0;
}
.hbm-content nav > ul > li {
  position: relative;
}
@media (max-width: 750px) {
  .hbm-content nav > ul > li {
    margin-top: 10vw;
  }
}
.hbm-content nav > ul > li:before {
  content: "";
  width: 18.84px;
  height: 13.18px;
  display: block;
  background-image: url(../images/common/object-hbm.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -37px;
  top: 19px;
}
@media (max-width: 750px) {
  .hbm-content nav > ul > li:before {
    width: calc(18.84 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .hbm-content nav > ul > li:before {
    height: calc(13.18 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .hbm-content nav > ul > li:before {
    left: -5vw;
    top: 3.5vw;
  }
}
.hbm-content nav > ul li {
  min-width: 223px;
  line-height: 1.2;
  margin-top: 28px;
}
@media (max-width: 750px) {
  .hbm-content nav > ul li {
    width: calc(280 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .hbm-content nav > ul li {
    min-width: 38vw;
  }
}
.hbm-content nav > ul li:first-of-type {
  width: 100%;
  margin-top: 0;
}
.hbm-content nav > ul li ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.hbm-content nav > ul li ul li {
  width: initial;
}
.hbm-content nav > ul li ul li:first-of-type {
  width: initial;
  margin-top: 28px;
}
.hbm-content nav > ul li ul li a {
  font-size: 27.2px;
}
@media (max-width: 750px) {
  .hbm-content nav > ul li ul li a {
    font-size: calc(38 / 750 * 100 * 1vw);
  }
}
.hbm-content nav > ul li ul li a span {
  font-size: 14px;
}
@media (max-width: 750px) {
  .hbm-content nav > ul li ul li a span {
    font-size: calc(22 / 750 * 100 * 1vw);
  }
}
.hbm-content nav > ul li ul li a br:not(.sp),
.hbm-content nav > ul li ul li a span {
  display: none;
}
.hbm-content nav a {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .hbm-content nav a {
    font-size: calc(48 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .hbm-content nav a:hover {
    color: #dce600;
  }
}
.hbm-content nav a br:not(.sp),
.hbm-content nav a span {
  display: none;
}
.hbm-content nav a span {
  font-size: 16px;
  font-weight: 900;
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.09em;
  display: none;
}
@media (max-width: 750px) {
  .hbm-content nav a span {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}

/* Pages ------------ */
/*
---------------------------------------
404
---------------------------------------
*/
.error404 .text_404 {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 750px) {
  .error404 .text_404 {
    font-size: 3.8vw;
  }
}
.error404 .btn-404 {
  text-align: center;
  margin: 30px auto 120px;
}
@media (max-width: 750px) {
  .error404 .btn-404 {
    margin: 10vw auto;
  }
}
.error404 .btn-404 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #e6e6e6;
  line-height: 1;
  transition: all 0.5s;
  font-size: 14px;
  margin: 0 auto;
}
.error404 .btn-404 a:after {
  content: "▶︎";
  padding: 0 5px 0 0;
}
@media (max-width: 750px) {
  .error404 .btn-404 a {
    font-size: 3.4vw;
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
  }
}
@media (min-width: 751px) {
  .error404 .btn-404 a:hover {
    opacity: 0.6;
  }
}

/*
---------------------------------------
contact
---------------------------------------
*/
#contact {
  background: #eff0f2;
  padding-bottom: 36px;
}
@media (max-width: 750px) {
  #contact {
    padding-bottom: 10vw;
  }
}
#contact .pageTtl {
  padding-bottom: 143px;
}
@media (max-width: 750px) {
  #contact .pageTtl {
    padding-bottom: 17vw;
  }
}

.contact section {
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  .contact section {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}

.contact-text {
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.8;
}
.contact-text span {
  color: #182987;
}

.yellow-line {
  position: relative;
}
.yellow-line:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/top/yellow-line.png);
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 750px) {
  .yellow-line:before {
    background-size: 70%;
  }
}

.opening {
  background-image: url(../images/common/bg-header.png);
  background-position: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999999999;
}
.opening.fade-out {
  transition: 1s;
  transform: translate(0, -100vh);
  pointer-events: none;
}
.opening .message {
  width: 80vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
  display: block;
}
.opening .message.on span {
  width: 80vw;
}
.opening .message.on2 {
  opacity: 0;
}
.opening .message span {
  display: block;
  width: 0;
  transition: 0.6s;
  overflow: hidden;
}
.opening .message img {
  width: 80vw;
  max-width: initial;
}
.opening .logo {
  width: 36.5vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media (max-width: 750px) {
  .opening .logo {
    width: 80vw;
  }
}
.opening .logo.on {
  opacity: 1;
}
.opening .logo img {
  width: 36.5vw;
}
@media (max-width: 750px) {
  .opening .logo img {
    width: 80vw;
  }
}

.top {
  overflow: initial;
}
.top .mv {
  background-color: #2c3a8e;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.top .mv .mv-txt {
  position: absolute;
  width: 91.846vw;
  height: 38.46vw;
  z-index: 2;
  left: 40px;
  top: 222px;
}
.top .mv .mv-txt img {
  max-width: initial;
}
.top .mv .mv-txt span:not(.fade-char) {
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.4s;
}
.top .mv .mv-txt span img {
  opacity: 0;
}
.top .mv .mv-txt .on img {
  animation: tenmetsu 6.8s ease-in infinite;
  animation-delay: 1s;
}
.top .mv .mv-txt .on span {
  width: 100%;
}
.top .mv .mv-txt .about-text {
  font-size: 2.3vw;
  color: #dce600;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .top .mv .mv-txt .about-text {
    font-size: calc(31 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .mv .mv-txt .about-text {
    right: 10vw;
    top: -1vw;
    left: initial;
    bottom: initial;
  }
}
.top .mv .mv-txt .txt-01 {
  width: 34vw;
  position: absolute;
  left: -6vw;
  top: -2.5vw;
}
@media (max-width: 750px) {
  .top .mv .mv-txt .txt-01 {
    width: 49vw;
    position: absolute;
    left: -11vw;
    top: -8.5vw;
  }
}
.top .mv .mv-txt .txt-01 img {
  width: 34vw;
}
@media (max-width: 750px) {
  .top .mv .mv-txt .txt-01 img {
    width: 49vw;
  }
}
.top .mv .mv-txt .txt-02 {
  width: 77.92vw;
  position: absolute;
  left: 2vw;
  top: 9.5vw;
}
@media (max-width: 750px) {
  .top .mv .mv-txt .txt-02 {
    width: 100vw;
    position: absolute;
    left: -9vw;
    top: 10.5vw;
  }
}
.top .mv .mv-txt .txt-02 img {
  width: 77.92vw;
}
@media (max-width: 750px) {
  .top .mv .mv-txt .txt-02 img {
    width: 100vw;
  }
}
.top .mv .mv-txt .txt-03 {
  width: 64.23vw;
  position: absolute;
  right: -1vw;
  bottom: -4vw;
}
@media (max-width: 750px) {
  .top .mv .mv-txt .txt-03 {
    width: 92.23vw;
    position: absolute;
    right: 0;
    bottom: -17vw;
  }
}
.top .mv .mv-txt .txt-03 img {
  width: 64.23vw;
}
@media (max-width: 750px) {
  .top .mv .mv-txt .txt-03 img {
    width: 92.23vw;
  }
}
.top .mv .mv-bg {
  position: absolute;
  top: 0;
  width: 100%;
}
.top .mv .bg1 {
  background-color: #2c3a8e;
  height: 100vh;
}
.top .mv .slider {
  display: block;
  width: 100%;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url(../images/top/mask.png);
          mask-image: url(../images/top/mask.png);
  mask-mode: alpha;
}
@media (max-width: 750px) {
  .top .mv .slider {
    -webkit-mask-image: url(../images/top/mask_s.png?2025);
            mask-image: url(../images/top/mask_s.png?2025);
  }
}
.top .mv .slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 6s ease-in-out;
}
.top .mv .slider .swiper-slide-active img {
  transform: scale(1.1);
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.top .mv .sticky-wrapper {
  position: relative;
  height: 200vh; /* スクロール範囲を確保 */
}
.top .mv .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: initial !important;
  aspect-ratio: 2598/1732;
  background-image: url(../images/top/text-area.webp);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media (max-width: 750px) {
  .top .mv .background {
    background-image: url(../images/top/text-area_s.png);
    aspect-ratio: 750/1630;
    background-size: cover;
    background-position: center right -5vw;
    z-index: 1;
    max-width: initial !important;
    max-height: initial !important;
    height: initial !important;
  }
}
.top .mv .sticky-wrapper {
  position: relative;
  height: 200vh; /* 長めの高さが必要 */
}
@media (max-width: 750px) {
  .top .mv .sticky-wrapper {
    height: 80vh;
  }
}
.top .mv .text {
  position: relative;
  z-index: 2;
  padding-top: 100vh;
  padding-bottom: 100vh;
  width: 1100px;
  margin: 0 auto;
  color: white;
}
@media (max-width: 750px) {
  .top .mv .text {
    width: calc(100% - 14.66vw);
    padding-top: 20vh;
    padding-bottom: 20vh;
  }
}
.top .mv .text p {
  font-size: 68px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 750px) {
  .top .mv .text p {
    font-size: calc(62 / 750 * 100 * 1vw);
  }
}
.top .mv .text p .num {
  font-weight: 700;
  font-size: 82px;
}
@media (max-width: 750px) {
  .top .mv .text p .num {
    font-size: 11vw;
  }
}
.top .mv .text p span:not(.num) {
  transition: 0.3s;
  font-weight: 700;
}
.top .mv .text p span:not(.num).on {
  color: #dce600;
}
.top .mv .text p:not(.link) {
  opacity: 0.9;
}
.top .mv .text .link {
  width: 320px;
  margin-top: 52px;
}
@media (max-width: 750px) {
  .top .mv .text .link {
    width: calc(520 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .mv .text .link {
    margin-top: 10vw;
  }
}
.top .mv .text .link a {
  font-size: 25px;
  background: #fff;
  color: #182987;
  width: 320px;
  font-weight: 700;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 750px) {
  .top .mv .text .link a {
    font-size: calc(29 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .mv .text .link a {
    width: calc(360 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .mv .text .link a {
    height: calc(100 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .top .mv .text .link a {
    transition: 0.3s;
  }
  .top .mv .text .link a:hover {
    background: #dce600;
  }
  .top .mv .text .link a:hover img {
    transform: translate(4px, 0);
  }
}
.top .mv .text .link img {
  width: 50px;
  margin-left: 30px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .top .mv .text .link img {
    width: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .mv .text .link img {
    margin-left: calc(20 / 750 * 100 * 1vw);
  }
}
.top .mv .text .link img.hover {
  position: absolute;
  right: 43.5px;
  opacity: 0;
}
@media (max-width: 750px) {
  .top .mv .text .link img.hover {
    display: none;
  }
}
@media (min-width: 751px) {
  .top .mv .text .link:hover img {
    opacity: 0;
  }
  .top .mv .text .link:hover img.hover {
    opacity: 1;
  }
}
.top .countdown {
  width: 840px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 130px;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .top .countdown {
    width: calc(100% - 14.66vw);
    margin-top: 30vw;
    margin-bottom: 10vw;
  }
}
.top .countdown span {
  font-size: 83px;
  letter-spacing: -0.08em;
  color: #fff;
  font-weight: 800;
  position: absolute;
  bottom: 20px;
  text-align: right;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 750px) {
  .top .countdown span {
    font-size: calc(74.14 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .countdown span {
    bottom: 5vw;
  }
}
.top .countdown span.d {
  right: 585px;
}
@media (max-width: 750px) {
  .top .countdown span.d {
    right: 64vw;
  }
}
.top .countdown span.h {
  right: 441px;
}
@media (max-width: 750px) {
  .top .countdown span.h {
    left: initial;
    right: 47vw;
  }
}
.top .countdown span.m {
  right: 282px;
}
@media (max-width: 750px) {
  .top .countdown span.m {
    left: initial;
    right: 26vw;
  }
}
.top .countdown span.s {
  right: 143px;
}
@media (max-width: 750px) {
  .top .countdown span.s {
    left: initial;
    right: 9vw;
  }
}
.top .service {
  background-image: url(../images/top/yellow-line.png);
}
.top .service .container {
  width: 1095px;
}
@media (max-width: 750px) {
  .top .service .container {
    width: calc(100% - 14.66vw);
  }
}
.top .service h2 {
  font-size: 80px;
  font-weight: 700;
  text-align: right;
  letter-spacing: -0.09em;
  position: relative;
  color: #182987;
}
@media (max-width: 750px) {
  .top .service h2 {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .service h2 {
    padding-bottom: 27vw;
  }
}
.top .service h2 span {
  font-weight: 700;
}
.top .service h2:before {
  content: "";
  width: 169px;
  height: 119px;
  display: block;
  background-image: url(../images/top/object-yellow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  .top .service h2:before {
    width: calc(169 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .service h2:before {
    height: calc(118 / 750 * 100 * 1vw);
  }
}
.top .service h2 span:not(.char) {
  font-family: "DM Sans", sans-serif;
  font-size: 160px;
  position: relative;
  z-index: 1;
}
.top .service h2 span:not(.char) .char {
  font-weight: 900;
}
@media (max-width: 750px) {
  .top .service h2 span:not(.char) {
    font-size: calc(140 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .service h2 span:not(.char) {
    position: absolute;
    left: 0;
    top: 1vw;
    text-align: left;
  }
}
.top .service .link {
  width: 490px;
  margin-top: 52px;
}
@media (max-width: 750px) {
  .top .service .link {
    width: calc(520 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .service .link {
    margin-top: 5vw;
  }
}
.top .service .link a {
  font-size: 25px;
  background: #182987;
  color: #fff;
  width: 490px;
  font-weight: 700;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .top .service .link a {
    font-size: calc(29 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .service .link a {
    width: calc(520 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .service .link a {
    height: calc(100 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .top .service .link a {
    transition: 0.3s;
  }
  .top .service .link a:hover {
    background: #1829b5;
  }
  .top .service .link a:hover img {
    transform: translate(4px, 0);
  }
}
.top .service .link img {
  width: 50px;
  margin-left: 30px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .top .service .link img {
    width: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .service .link img {
    margin-left: calc(20 / 750 * 100 * 1vw);
  }
}
.top .service p {
  font-size: 18px;
  width: 740px;
  margin-top: -20px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .top .service p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .service p {
    width: 100%;
  }
}
.top .recruit {
  background-image: url(../images/recruit/bg-entry.png);
  overflow: initial !important;
  background-size: cover;
  position: relative;
  padding-bottom: 140px;
  padding-top: 585px;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .top .recruit {
    padding-bottom: calc(205 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit {
    padding-right: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit {
    padding-top: calc(400 / 750 * 100 * 1vw);
  }
}
.top .recruit .on2 + .container-w {
  opacity: 1;
}
.top .recruit .bg-y {
  position: absolute;
  background-color: #fff;
  left: 0;
  width: 100%;
  height: 10vh;
  transition: 0.2s;
}
@media (max-width: 750px) {
  .top .recruit .bg-y {
    height: 6vh;
  }
}
.top .recruit .bg-y.y-1 {
  top: 0;
}
.top .recruit .bg-y.y-1.on2 {
  background: #fff;
}
.top .recruit .bg-y.y-1.on1 {
  background: #fbfce5;
}
.top .recruit .bg-y.y-2 {
  top: 10vh;
}
@media (max-width: 750px) {
  .top .recruit .bg-y.y-2 {
    top: 6vh;
  }
}
.top .recruit .bg-y.y-2.on2 {
  background: #fff;
}
.top .recruit .bg-y.y-2.on1 {
  background: #f8facc;
}
.top .recruit .bg-y.y-3 {
  top: 20vh;
}
@media (max-width: 750px) {
  .top .recruit .bg-y.y-3 {
    top: 12vh;
  }
}
.top .recruit .bg-y.y-3.on2 {
  background: #fff;
}
.top .recruit .bg-y.y-3.on1 {
  background: #f4f7b2;
}
.top .recruit .bg-y.y-4 {
  top: 30vh;
}
@media (max-width: 750px) {
  .top .recruit .bg-y.y-4 {
    top: 18vh;
  }
}
.top .recruit .bg-y.y-4.on2 {
  background: #fff;
}
.top .recruit .bg-y.y-4.on1 {
  background: #edf280;
}
.top .recruit .bg-y.y-5 {
  top: 40vh;
}
@media (max-width: 750px) {
  .top .recruit .bg-y.y-5 {
    top: 24vh;
  }
}
.top .recruit .bg-y.y-5.on2 {
  background: #fff;
}
.top .recruit .bg-y.y-5.on1 {
  background: #dfe81d;
}
.top .recruit .bg-y.y-6 {
  top: 50vh;
}
@media (max-width: 750px) {
  .top .recruit .bg-y.y-6 {
    top: 30vh;
  }
}
.top .recruit .bg-y.y-6.on2 {
  background: #fff;
}
.top .recruit .bg-y.y-6.on1 {
  background: #dfe81d;
}
.top .recruit .bg-y.y-7 {
  top: 60vh;
}
@media (max-width: 750px) {
  .top .recruit .bg-y.y-7 {
    top: 36vh;
  }
}
.top .recruit .bg-y.y-7.on2 {
  background: #fff;
}
.top .recruit .bg-y.y-7.on1 {
  background: #dfe81d;
}
.top .recruit .bg-y.y-8 {
  top: 70vh;
}
@media (max-width: 750px) {
  .top .recruit .bg-y.y-8 {
    top: 42vh;
  }
}
.top .recruit .bg-y.y-8.on2 {
  background: #fff;
}
.top .recruit .bg-y.y-8.on1 {
  background: #dfe81d;
}
.top .recruit .bg-y.y-9 {
  top: 80vh;
}
@media (max-width: 750px) {
  .top .recruit .bg-y.y-9 {
    top: 48vh;
  }
}
.top .recruit .bg-y.y-9.on2 {
  background: #fff;
}
.top .recruit .bg-y.y-9.on1 {
  background: #dfe81d;
}
.top .recruit .bg-y.y-10 {
  top: 90vh;
}
@media (max-width: 750px) {
  .top .recruit .bg-y.y-10 {
    top: 54vh;
  }
}
.top .recruit .bg-y.y-10.on2 {
  background: #fff;
}
.top .recruit .bg-y.y-10.on1 {
  background: #dfe81d;
}
.top .recruit .bg-y.y-11 {
  top: 100vh;
}
@media (max-width: 750px) {
  .top .recruit .bg-y.y-11 {
    top: 60vh;
  }
}
.top .recruit .bg-y.y-11.on2 {
  background: #fff;
}
.top .recruit .bg-y.y-11.on1 {
  background: #dfe81d;
}
.top .recruit:before {
  content: "";
  width: 1163.5px;
  height: 1527px;
  display: block;
  background-image: url(../images/top/bg-recruit.png);
  background-size: cover;
  background-position: right bottom;
  position: absolute;
  left: 0;
  bottom: 75px;
  left: 50%;
  transform: translate(calc(-50% - 30px), 0px);
  z-index: 1;
}
@media (max-width: 750px) {
  .top .recruit:before {
    background-image: url(../images/top/bg-entry_s.webp);
    width: 110vw;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -7.33vw;
    height: 351vw;
    bottom: 15vw;
  }
}
.top .recruit:after {
  content: "";
  width: 50%;
  height: 1527px;
  position: absolute;
  left: 0;
  bottom: 75px;
  background: #fff;
  z-index: 0;
}
@media (max-width: 750px) {
  .top .recruit:after {
    content: none;
  }
}
.top .recruit .container-w {
  width: 1095px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .top .recruit .container-w {
    width: calc(100% - 14.66vw);
    opacity: 0;
    transition: 0.3s;
  }
}
.top .recruit h2 {
  font-size: 80px;
  letter-spacing: -0.09em;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 114px;
  color: #182987;
  display: flex;
  align-items: flex-end;
  padding-top: 60px;
  color: #182987;
}
.top .recruit h2 span {
  font-weight: 700;
}
@media (max-width: 750px) {
  .top .recruit h2 {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit h2 {
    padding-bottom: 9vw;
  }
}
@media (max-width: 750px) {
  .top .recruit h2 {
    display: block;
  }
}
.top .recruit h2:before {
  content: "";
  width: 169px;
  height: 119px;
  display: block;
  background-image: url(../images/top/object-blue.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  .top .recruit h2:before {
    width: calc(169 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit h2:before {
    height: calc(118 / 750 * 100 * 1vw);
  }
}
.top .recruit h2 b {
  font-weight: 700;
}
@media (max-width: 750px) {
  .top .recruit h2 b {
    font-weight: 700;
    position: absolute;
    z-index: 2;
    right: 0;
  }
}
.top .recruit h2 span:not(.char) {
  font-family: "DM Sans", sans-serif;
  font-size: 160px;
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 0.7;
  color: #fff;
}
.top .recruit h2 span:not(.char) > .char {
  font-weight: 900;
}
@media (max-width: 750px) {
  .top .recruit h2 span:not(.char) {
    font-size: calc(140 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit h2 span:not(.char) {
    position: absolute;
    left: 0;
    top: 7vw;
    text-align: left;
  }
}
.top .recruit .container {
  width: 924px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .top .recruit .container {
    width: calc(100% - 14.66vw);
  }
}
.top .recruit .container > div {
  width: 962px;
  position: relative;
}
@media (max-width: 750px) {
  .top .recruit .container > div {
    width: calc(584 / 750 * 100 * 1vw);
  }
}
.top .recruit .container > div p {
  font-size: 31px;
  font-family: "DM Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.08em;
  position: absolute;
  right: 0;
  bottom: 152px;
  color: #182987;
}
@media (max-width: 750px) {
  .top .recruit .container > div p {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit .container > div p {
    right: -3vw;
    bottom: 38vw;
  }
}
.top .recruit .container > div p span:not(.char) .char {
  font-weight: 900;
  display: inline-block;
}
.top .recruit .container > div p span:not(.char):last-of-type {
  margin-left: 300px;
}
@media (max-width: 750px) {
  .top .recruit .container > div p span:not(.char):last-of-type {
    margin-left: 20vw;
  }
}
.top .recruit .container > p {
  font-size: 18px;
  margin-top: 46px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .top .recruit .container > p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
.top .recruit .container .btn {
  width: 320px;
}
@media (max-width: 750px) {
  .top .recruit .container .btn {
    width: calc(358 / 750 * 100 * 1vw);
  }
}
.top .recruit .container .btn a {
  font-size: 25px;
  background: #182987;
  color: #fff;
  width: 320px;
  font-weight: 700;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .top .recruit .container .btn a {
    font-size: calc(29 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit .container .btn a {
    width: calc(358 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit .container .btn a {
    height: calc(100 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .top .recruit .container .btn a {
    transition: 0.3s;
  }
  .top .recruit .container .btn a:hover {
    background: #1829b5;
  }
  .top .recruit .container .btn a:hover img {
    transform: translate(4px, 0);
  }
}
.top .recruit .container .btn img {
  width: 50px;
  margin-left: 30px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .top .recruit .container .btn img {
    width: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit .container .btn img {
    margin-left: calc(20 / 750 * 100 * 1vw);
  }
}
.top .recruit .container ul {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}
@media (max-width: 750px) {
  .top .recruit .container ul {
    display: block;
    margin-top: 10vw;
  }
}
@media (max-width: 750px) {
  .top .recruit .container ul li {
    margin-top: 5vw;
  }
  .top .recruit .container ul li:first-of-type {
    margin-top: 0;
  }
}
.top .recruit .container ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 440px;
  height: 155px;
  position: relative;
}
@media (max-width: 750px) {
  .top .recruit .container ul li a {
    height: calc(272 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit .container ul li a {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .top .recruit .container ul li a:hover .box-top {
    top: -4px;
  }
  .top .recruit .container ul li a:hover .box-top.left {
    left: -4px;
  }
  .top .recruit .container ul li a:hover .box-top.right {
    right: -4px;
  }
  .top .recruit .container ul li a:hover .box-bottom {
    bottom: -4px;
  }
  .top .recruit .container ul li a:hover .box-bottom.left {
    left: -4px;
  }
  .top .recruit .container ul li a:hover .box-bottom.right {
    right: -4px;
  }
}
.top .recruit .container ul li a .box-top {
  width: 25px;
  aspect-ratio: 1/1;
  border-top: 5px solid #182987;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
.top .recruit .container ul li a .box-top.left {
  left: 0;
  border-left: 5px solid #182987;
}
.top .recruit .container ul li a .box-top.right {
  right: 0;
  border-right: 5px solid #182987;
}
.top .recruit .container ul li a .box-bottom {
  width: 25px;
  aspect-ratio: 1/1;
  border-bottom: 5px solid #182987;
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
.top .recruit .container ul li a .box-bottom.left {
  left: 0;
  border-left: 5px solid #182987;
}
.top .recruit .container ul li a .box-bottom.right {
  right: 0;
  border-right: 5px solid #182987;
}
.top .recruit .container ul li a p {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .top .recruit .container ul li a p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit .container ul li a p {
    line-height: 1.4;
    text-align: center;
  }
}
.top .recruit .container ul li a p:last-of-type {
  font-size: 23px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin-top: 16px;
  color: #182987;
}
.top .recruit .container ul li a p:last-of-type img {
  width: 40px;
  aspect-ratio: 1/1;
  margin-left: 16px;
}
.top .recruit-slider {
  overflow: hidden;
  white-space: nowrap;
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .top .recruit-slider {
    width: calc(100% + 6.66vw);
  }
}
.top .recruit-slider__inner {
  display: inline-block;
  white-space: nowrap;
  animation: left 15s linear infinite;
  width: 100%;
}
@media (max-width: 750px) {
  .top .recruit-slider__inner {
    animation: left_s 15s linear infinite;
  }
}
.top .recruit-slider__inner img {
  height: 382px;
  max-width: initial;
}
@media (max-width: 750px) {
  .top .recruit-slider__inner img {
    height: calc(400 / 750 * 100 * 1vw);
  }
}
.top .recruit-slider__inner span {
  display: inline-block;
  padding-right: 2rem; /* テキストの間隔 */
  font-size: 99px;
  color: #182987;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  letter-spacing: -0.05em;
}
@media (max-width: 750px) {
  .top .recruit-slider__inner span {
    font-size: calc(161 / 750 * 100 * 1vw);
  }
}
.top .sepa {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.top .sepa li {
  width: calc((100vw - 4px) / 3);
  position: relative;
  line-height: 0;
}
.top .sepa li:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #182987;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: top;
  transform: scaleY(1);
  transition: 0.4s;
  transform-origin: bottom;
}
.top .sepa li.on:before {
  transform: scaleY(0);
}
.top .recentry {
  padding-bottom: 160px;
  padding-top: 140px;
  /* ホバー時に少し透明度を変えるなど */
  /* ←左ボタン */
  /* →右ボタン */
}
@media (max-width: 750px) {
  .top .recentry {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recentry {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
.top .recentry .container {
  position: relative;
}
.top .recentry .container:after, .top .recentry .container:before {
  content: "";
  width: 100vw;
  height: 1px;
  content: "";
  display: block;
  background: #dbdfe6;
  position: absolute;
  left: 50%;
  transform-origin: left;
}
.top .recentry .container:after {
  top: 0;
  transform: scaleX(0) translate(-50%, 0);
  transition: 0.9s;
}
.top .recentry .container:before {
  bottom: 0;
  transform: scaleX(0) translate(-50%, 0);
  transition: 0.9s;
}
.top .recentry .container.on1:after {
  transform: scaleX(1) translate(-50%, 0);
}
.top .recentry .container.on2 .title-col2:before {
  transform: scaleX(1) translate(-50%, 0);
}
.top .recentry .container.on3:before {
  transform: scaleX(1) translate(-50%, 0);
}
.top .recentry .container.on4 .inner:after {
  transform: scaleY(1) translate(0, -50%);
}
.top .recentry .container.on5 .inner:before {
  transform: scaleY(1) translate(0, -50%);
}
.top .recentry .inner {
  position: relative;
}
.top .recentry .inner:after, .top .recentry .inner:before {
  content: "";
  width: 1px;
  height: calc(100% + 240px);
  content: "";
  display: block;
  background: #dbdfe6;
  position: absolute;
  top: calc(50% - 20px);
  transform-origin: top;
}
.top .recentry .inner:after {
  left: 0;
  transform: scaleY(0) translate(0, -50%);
  transition: 0.9s;
}
.top .recentry .inner:before {
  right: 0;
  transform: scaleY(0) translate(0, -50%);
  transition: 0.9s;
}
.top .recentry .title-col2 {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  .top .recentry .title-col2 {
    display: block;
  }
}
.top .recentry .title-col2:before {
  content: "";
  width: 100vw;
  height: 1px;
  content: "";
  display: block;
  background: #dbdfe6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: scaleX(0) translate(-50%, 0);
  transition: 0.9s;
  transform-origin: left;
}
.top .recentry .title-col2 h2 {
  font-size: 80px;
  color: #dce600;
  background: #182987;
  padding: 8px 8px;
}
@media (max-width: 750px) {
  .top .recentry .title-col2 h2 {
    font-size: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recentry .title-col2 h2 {
    padding: 0 1.5vw 1.5vw;
    text-align: center;
  }
}
.top .recentry .title-col2 h2 span {
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}
.top .recentry .title-col2 p {
  font-size: 20px;
  line-height: 1.8;
  padding-left: 30px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .top .recentry .title-col2 p {
    font-size: calc(29 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recentry .title-col2 p {
    padding-left: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recentry .title-col2 p {
    padding-block: 2vw;
  }
}
.top .recentry .swiper-container-wrap {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 60px;
  /* ボタンのスペース確保 */
  box-sizing: border-box;
}
.top .recentry .swiper-container-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.top .recentry .swiper {
  width: 100%;
}
.top .recentry .swiper-slide p {
  font-size: 16px;
  font-weight: 700;
  color: #182987;
  margin-top: 8px;
  margin-top: 2vw;
}
@media (max-width: 750px) {
  .top .recentry .swiper-slide p {
    font-size: calc(29 / 750 * 100 * 1vw);
  }
}
.top .recentry .swiper-button-prev,
.top .recentry .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px; /* ← 画像サイズに合わせる */
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .top .recentry .swiper-button-prev,
  .top .recentry .swiper-button-next {
    width: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recentry .swiper-button-prev,
  .top .recentry .swiper-button-next {
    height: calc(100 / 750 * 100 * 1vw);
  }
}
.top .recentry .swiper-button-prev:after,
.top .recentry .swiper-button-next:after {
  content: none;
}
.top .recentry .swiper-button-prev:hover,
.top .recentry .swiper-button-next:hover {
  opacity: 1;
}
.top .recentry .swiper-button-prev {
  left: -50px; /* スライダーから少し離す（調整可能） */
  background-image: url("../images/top/arrow-slider.png");
  transform: translateY(-50%) rotate(180deg); /* 左向きに回転 */
}
@media (max-width: 750px) {
  .top .recentry .swiper-button-prev {
    left: 2vw;
  }
}
.top .recentry .swiper-button-next {
  right: -50px;
  background-image: url("../images/top/arrow-slider.png");
}
@media (max-width: 750px) {
  .top .recentry .swiper-button-next {
    right: 2vw;
  }
}

.mv {
  position: relative;
  overflow: hidden;
}

/* 背景画像をstickyで固定 */
.sticky-section {
  position: relative;
  height: 150vh; /* ここでスクロール範囲を調整 */
}

.sticky-bg {
  position: sticky;
  top: 0;
  height: 100vh;
  background-image: url("../images/top/text-area.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* テキストを前面に表示 */
.sticky-section .text {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  padding-top: 20vh; /* 中央寄せ */
}

@keyframes left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1752px);
  }
}
@keyframes left_s {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-293.3vw);
  }
}
@keyframes tenmetsu {
  0% {
    opacity: 0;
  }
  0.41% {
    opacity: 1;
  } /* 1% × 0.41176 */
  0.82% {
    opacity: 0;
  }
  1.23% {
    opacity: 1;
  }
  1.65% {
    opacity: 0;
  }
  2.06% {
    opacity: 1;
  }
  2.47% {
    opacity: 0;
  }
  2.88% {
    opacity: 0;
  }
  3.70% {
    opacity: 0;
  }
  6.18% {
    opacity: 1;
  }
  7.41% {
    opacity: 0;
  }
  8.23% {
    opacity: 1;
  }
  9.05% {
    opacity: 0.2;
  }
  10.29% {
    opacity: 1;
  }
  10.70% {
    opacity: 1;
  }
  11.11% {
    opacity: 0;
  }
  11.52% {
    opacity: 1;
  }
  11.94% {
    opacity: 0;
  }
  12.35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
main.our-services section:last-of-type {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  main.our-services section:last-of-type {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services section:last-of-type {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
main.our-services section:last-of-type .advantage-box {
  margin-top: 85px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box {
    margin-top: calc(70 / 750 * 100 * 1vw);
  }
}
main.our-services section:last-of-type .advantage-box div {
  padding: 56px;
  background: #182987;
  width: 510px;
  position: relative;
  margin-top: 4px;
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div {
    padding-top: calc(78 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div {
    padding-left: calc(64.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div {
    padding-right: calc(64.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div {
    padding-bottom: calc(70 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}
main.our-services section:last-of-type .advantage-box div:nth-of-type(1), main.our-services section:last-of-type .advantage-box div:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div:nth-of-type(1), main.our-services section:last-of-type .advantage-box div:nth-of-type(2) {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}
main.our-services section:last-of-type .advantage-box div:nth-of-type(2), main.our-services section:last-of-type .advantage-box div:nth-of-type(4) {
  transform: translate(0, -70px);
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div:nth-of-type(2), main.our-services section:last-of-type .advantage-box div:nth-of-type(4) {
    transform: initial;
  }
}
main.our-services section:last-of-type .advantage-box div img {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 100px;
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div img {
    width: calc(126 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div img {
    left: 9vw;
    top: 8vw;
  }
}
main.our-services section:last-of-type .advantage-box div h3 {
  text-align: center;
  color: #dce600;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div h3 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div h3 {
    padding-left: calc(100 / 750 * 100 * 1vw);
  }
}
main.our-services section:last-of-type .advantage-box div p {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 750px) {
  main.our-services section:last-of-type .advantage-box div p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.our-services .container.bg-wh {
  width: 1160px;
  padding: 50px 68px 60px;
  margin-top: 80px;
  background: #fff;
  z-index: 1;
  position: relative;
}
@media (max-width: 750px) {
  main.our-services .container.bg-wh {
    width: calc(640 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services .container.bg-wh {
    padding-left: calc(64 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services .container.bg-wh {
    padding-right: calc(64 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services .container.bg-wh {
    padding-bottom: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services .container.bg-wh {
    margin-top: calc(43 / 750 * 100 * 1vw);
  }
}
main.our-services .container.bg-wh .col2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  main.our-services .container.bg-wh .col2 {
    display: block;
  }
}
main.our-services .container.bg-wh .col2 p {
  width: 522px;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 750px) {
  main.our-services .container.bg-wh .col2 p {
    margin-top: calc(36 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services .container.bg-wh .col2 p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services .container.bg-wh .col2 p {
    width: 100%;
  }
}
main.our-services .wrapper-gray {
  padding-top: 278px;
  margin-top: -188px;
  padding-bottom: 140px;
  background: #f0f0f0;
}
@media (max-width: 750px) {
  main.our-services .wrapper-gray {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services .wrapper-gray {
    padding-top: 102vw;
    margin-top: -93vw;
  }
}
main.our-services .label {
  width: 184px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #182987;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 750px) {
  main.our-services .label {
    font-size: calc(32 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services .label {
    height: calc(80 / 750 * 100 * 1vw);
  }
}
main.our-services .label .txt-lg {
  font-weight: 700;
}
@media (max-width: 750px) {
  main.our-services .label .txt-lg {
    font-size: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services .label {
    width: 100%;
  }
  main.our-services .label br {
    display: none;
  }
}
main.our-services .summary {
  width: 824px;
  font-weight: 500;
}
@media (max-width: 750px) {
  main.our-services .summary {
    width: 100%;
  }
}
@media (max-width: 750px) {
  main.our-services .summary {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services .summary {
    margin-top: calc(43.2 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services .summary {
    padding-left: calc(92 / 750 * 100 * 1vw);
  }
}
main.our-services ul {
  margin-top: 95px;
}
@media (max-width: 750px) {
  main.our-services ul {
    margin-top: calc(43.2 / 750 * 100 * 1vw);
  }
}
main.our-services ul li {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 90px;
  position: relative;
}
@media (max-width: 750px) {
  main.our-services ul li {
    display: block;
  }
}
@media (max-width: 750px) {
  main.our-services ul li {
    margin-top: calc(36 / 750 * 100 * 1vw);
  }
}
main.our-services ul li:first-of-type {
  margin-top: 0;
}
main.our-services ul li .arrow {
  position: absolute;
  left: 85px;
  bottom: -69px;
}
@media (max-width: 750px) {
  main.our-services ul li .arrow {
    position: absolute;
    left: 0;
    bottom: 3vw;
  }
}
@media (max-width: 750px) {
  main.our-services ul li .arrow {
    width: calc(29.9 / 750 * 100 * 1vw);
  }
}
main.our-services ul li:last-of-type {
  position: relative;
  display: block;
  border: 50px solid #dce600;
  background: #fff;
  padding: 110px 60px 100px;
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type {
    border: 5.33vw solid #dce600;
  }
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type {
    padding-top: calc(110 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type {
    padding-bottom: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type {
    padding-left: calc(43.2 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type {
    padding-right: calc(43.2 / 750 * 100 * 1vw);
  }
}
main.our-services ul li:last-of-type > div {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  margin-top: 60px;
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type > div {
    margin-top: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type > div {
    display: block;
  }
}
main.our-services ul li:last-of-type > div:first-of-type {
  margin-top: 0;
}
main.our-services ul li:last-of-type > div div {
  width: 428px;
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type > div div {
    width: 100%;
  }
}
main.our-services ul li:last-of-type > div div h3 {
  font-size: 30px;
  font-weight: 700;
  color: #182987;
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type > div div h3 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
main.our-services ul li:last-of-type > div div h3:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #182987;
  vertical-align: baseline;
  margin-right: 18px;
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type > div div h3:before {
    width: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type > div div h3:before {
    height: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type > div div h3:before {
    margin-right: calc(10 / 750 * 100 * 1vw);
  }
}
main.our-services ul li:last-of-type > div div p {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type > div div p {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type > div div p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.our-services ul li:last-of-type > div img {
  width: 340px;
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type > div img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type > div img {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
main.our-services ul li:last-of-type .label {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 415px;
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type .label {
    width: calc(560 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services ul li:last-of-type .label {
    left: -5.33vw;
    top: -5.33vw;
  }
}
main.our-services ul li .kado {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 120px;
  aspect-ratio: 1/1;
}
@media (max-width: 750px) {
  main.our-services ul li .kado {
    width: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-services ul li .kado {
    right: -5.3vw;
    bottom: -5.3vw;
  }
}

main.company-info section:last-of-type {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  main.company-info section:last-of-type {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section:last-of-type {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section:last-of-type {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
main.company-info .local-nav {
  width: 1082px;
  margin-top: 124px;
}
@media (max-width: 750px) {
  main.company-info .local-nav {
    margin-top: calc(130 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info .local-nav {
    width: calc(100% - 14.66vw);
  }
}
main.company-info .local-nav ul {
  display: flex;
  justify-content: space-between;
}
main.company-info .local-nav ul li {
  width: 257.4px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  main.company-info .local-nav ul li {
    width: calc(308.88 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info .local-nav ul li {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
main.company-info .local-nav ul li:nth-of-type(1), main.company-info .local-nav ul li:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 750px) {
  main.company-info .message .container {
    width: calc(100% - 4.66vw);
  }
}
main.company-info .message .col2 {
  padding-top: 186px;
  position: relative;
}
@media (max-width: 750px) {
  main.company-info .message .col2 {
    padding-top: calc(64.8 / 750 * 100 * 1vw);
  }
}
main.company-info .message .col2 div {
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  main.company-info .message .col2 div {
    padding-top: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info .message .col2 div {
    padding-inline: 5vw;
    background: #fff;
    margin-top: -20vw;
  }
}
main.company-info .message .col2 div h3 {
  line-height: 5.8;
}
@media (max-width: 750px) {
  main.company-info .message .col2 div h3 {
    line-height: 3.8;
  }
}
main.company-info .message .col2 div h3 span {
  font-size: 40px;
  background: #182987;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 12px 8px;
  line-height: 1;
}
@media (max-width: 750px) {
  main.company-info .message .col2 div h3 span {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info .message .col2 div h3 span {
    padding: 2.2vw 1.2vw;
  }
}
main.company-info .message .col2 div h3 + p {
  width: 658px;
  padding-top: 48px;
  padding-right: 30px;
  background: #fff;
  font-size: 16px;
  line-height: 2.125;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.company-info .message .col2 div h3 + p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info .message .col2 div h3 + p {
    padding-top: 0;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 750px) {
  main.company-info .message .col2 div h3 + p {
    margin-top: calc(43.2 / 750 * 100 * 1vw);
  }
}
main.company-info .message .col2 img {
  position: absolute;
  width: 860px;
  right: -138px;
  bottom: 74px;
}
@media (max-width: 750px) {
  main.company-info .message .col2 img {
    width: 100%;
    position: relative;
    right: initial;
    top: initial;
    bottom: initial;
    width: calc(100% + 14.66vw);
    max-width: initial;
    margin-left: -7.33vw;
  }
}
main.company-info section.company {
  margin-top: 60px;
  padding-top: 116px;
  z-index: 2;
  position: relative;
}
@media (max-width: 750px) {
  main.company-info section.company {
    padding-right: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.company {
    margin-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.company {
    padding-top: calc(0 / 750 * 100 * 1vw);
  }
}
main.company-info section.company .wrapper {
  padding-top: 118px;
  padding-bottom: 140px;
  width: calc(50% + 450px);
  background-image: url(../images/company-info/bg-detail.png);
  background-position: center;
  position: relative;
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper {
    width: 100%;
  }
}
main.company-info section.company .wrapper .kado {
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper .kado {
    width: calc(80 / 750 * 100 * 1vw);
  }
}
main.company-info section.company .wrapper .container {
  margin-right: -62px;
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper .container {
    margin-right: auto;
  }
}
main.company-info section.company .wrapper .container .company-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper .container .company-detail {
    display: block;
  }
}
main.company-info section.company .wrapper .container .company-detail table {
  width: 432px;
  color: #fff;
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper .container .company-detail table {
    width: 100%;
  }
}
main.company-info section.company .wrapper .container .company-detail table tr {
  border-bottom: 1px solid #fff;
}
main.company-info section.company .wrapper .container .company-detail table tr th,
main.company-info section.company .wrapper .container .company-detail table tr td {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  padding-block: 15px;
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper .container .company-detail table tr th,
  main.company-info section.company .wrapper .container .company-detail table tr td {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.company-info section.company .wrapper .container .company-detail table tr th {
  width: 30%;
}
main.company-info section.company .wrapper .container .company-detail table tr:first-of-type th,
main.company-info section.company .wrapper .container .company-detail table tr:first-of-type td {
  padding-top: 0;
}
main.company-info section.company .wrapper .container .company-detail table tr:last-of-type {
  border-bottom: none;
}
main.company-info section.company .wrapper .container .company-detail table tr:last-of-type th,
main.company-info section.company .wrapper .container .company-detail table tr:last-of-type td {
  padding-bottom: 0;
}
main.company-info section.company .wrapper .container .company-detail img {
  width: 532px;
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper .container .company-detail img {
    width: calc(437 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper .container .company-detail img {
    margin-top: 4vw;
  }
}
main.company-info section.company .wrapper .container .access {
  margin-top: 56px;
}
main.company-info section.company .wrapper .container .access h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper .container .access h3 {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.company-info section.company .wrapper .container .access h3 span {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin-right: 20px;
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper .container .access h3 span {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
main.company-info section.company .wrapper .container .access iframe {
  width: 875px;
  aspect-ratio: 875/220;
  margin-top: 16px;
}
@media (max-width: 750px) {
  main.company-info section.company .wrapper .container .access iframe {
    width: 100%;
    aspect-ratio: 545/220;
  }
}
main.company-info section.company .wrapper h2 {
  color: #fff;
}
@media (max-width: 750px) {
  main.company-info section.group-company {
    padding-left: calc(50 / 750 * 100 * 1vw);
  }
}
main.company-info section.group-company .kado2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  aspect-ratio: 1/1;
}
@media (max-width: 750px) {
  main.company-info section.group-company .kado2 {
    width: calc(80 / 750 * 100 * 1vw);
  }
}
main.company-info section.group-company .wrapper {
  padding-top: 330px;
  margin-top: -190px;
  padding-bottom: 140px;
  width: calc(50% + 450px);
  background-color: #f0f0f0;
  position: relative;
  margin-left: auto;
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper {
    padding-top: calc(462 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper {
    margin-top: calc(-280 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper {
    width: 100%;
  }
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper .container {
    padding-left: calc(57.6 / 750 * 100 * 1vw);
  }
}
main.company-info section.group-company .wrapper h2 {
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  transform: translate(-50%, 0);
  color: #182987;
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper h2 {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
main.company-info section.group-company .wrapper h2 span {
  font-weight: 900;
  font-size: 49px;
  margin-left: 10px;
  margin-bottom: 20px;
  margin-left: 2vw;
  margin-bottom: 1vw;
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper h2 span {
    font-size: calc(49 / 750 * 100 * 1vw);
  }
}
main.company-info section.group-company .wrapper .bg-logo {
  width: 447px;
  position: absolute;
  bottom: 0;
  right: -85px;
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper .bg-logo {
    display: none;
  }
}
main.company-info section.group-company .wrapper .link {
  margin-top: 10px;
  text-align: center;
}
main.company-info section.group-company .wrapper .link a {
  display: inline-block;
  position: relative;
  color: #182987;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper .link a {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  main.company-info section.group-company .wrapper .link a {
    transition: 0.3s;
  }
  main.company-info section.group-company .wrapper .link a:hover {
    opacity: 0.7;
  }
}
main.company-info section.group-company .wrapper .link a:after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../images/common/icon-blank.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 11px;
}
main.company-info section.group-company .wrapper ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 876px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper ul {
    width: 100%;
  }
}
main.company-info section.group-company .wrapper ul li {
  width: 270px;
  margin-top: 60px;
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper ul li {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper ul li {
    width: 100%;
  }
}
main.company-info section.group-company .wrapper ul li:nth-of-type(1), main.company-info section.group-company .wrapper ul li:nth-of-type(2), main.company-info section.group-company .wrapper ul li:nth-of-type(3) {
  margin-top: 0;
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper ul li:nth-of-type(2), main.company-info section.group-company .wrapper ul li:nth-of-type(3) {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
main.company-info section.group-company .wrapper ul li:last-of-type {
  margin-right: auto;
  margin-left: 33px;
}
main.company-info section.group-company .wrapper ul li .company-name {
  font-size: 25px;
  font-weight: 700;
  color: #182987;
  text-align: center;
  letter-spacing: -0.07rem;
}
main.company-info section.group-company .wrapper ul li .summary {
  font-weight: 500;
}
main.company-info section.group-company .wrapper ul li .link {
  text-align: right;
}
main.company-info section.group-company .wrapper .company-group .company-name {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #182987;
  line-height: 1.8;
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper .company-group .company-name {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
main.company-info section.group-company .wrapper .company-group .company-name img {
  width: 60px;
}
main.company-info section.group-company .wrapper .company-group .company-name + .summary {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper .company-group .company-name + .summary {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.group-company .wrapper .company-group .company-name + .summary {
    text-align: left;
  }
}
@media (min-width: 751px) {
  main.company-info section.history .title {
    line-height: 0.8;
  }
}
main.company-info section.history .title span:not(.char) {
  line-height: 1.2;
  display: inline-block;
}
@media (min-width: 751px) {
  main.company-info section.history .title span:not(.char) {
    margin-top: 30px;
  }
}
main.company-info section.history .col2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  main.company-info section.history .col2 {
    display: block;
  }
}
main.company-info section.history .col2 dl {
  display: flex;
  flex-wrap: wrap;
  width: 612px;
  position: relative;
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl {
    padding-top: calc(46 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl {
    width: 100%;
  }
}
main.company-info section.history .col2 dl:before {
  content: "";
  width: 2px;
  height: calc(100% + 10px);
  display: block;
  background: #f0f0f0;
  position: absolute;
  top: -5px;
  left: 173px;
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl:before {
    left: 22vw;
  }
}
main.company-info section.history .col2 dl dt {
  width: 106px;
  text-align: right;
  font-size: 23px;
  font-weight: 700;
  color: #182987;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
  margin-top: 56px;
  position: relative;
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl dt {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl dt {
    width: calc(125.5303 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl dt {
    margin-top: calc(64.8 / 750 * 100 * 1vw);
  }
}
main.company-info section.history .col2 dl dt:after {
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  background-image: url(../images/common/icon-title.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 164.5px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl dt:after {
    width: calc(25 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl dt:after {
    height: calc(17.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl dt:after {
    left: 20.6vw;
  }
}
main.company-info section.history .col2 dl dt:first-of-type {
  margin-top: 0;
}
main.company-info section.history .col2 dl dt:first-of-type + dd {
  margin-top: 0;
}
main.company-info section.history .col2 dl dt span {
  font-weight: 700;
  display: inline-block;
  margin-right: auto;
}
main.company-info section.history .col2 dl dd {
  width: 503px;
  padding-left: 135px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  margin-top: 56px;
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl dd {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl dd {
    width: calc(512.6 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl dd {
    padding-left: calc(80.4 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.company-info section.history .col2 dl dd {
    margin-top: calc(64.8 / 750 * 100 * 1vw);
  }
}

main.recruit section {
  overflow: hidden;
}
main.recruit section .slider {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left2 35s linear infinite;
  width: 100%;
  margin: 120px 0;
}
@media (max-width: 750px) {
  main.recruit section .slider {
    margin-top: calc(86.4 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section .slider {
    margin-bottom: calc(0 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section .slider {
    animation: scroll-left2 35s linear infinite;
  }
}
main.recruit section .slider img {
  height: 283px;
  max-width: initial;
}
@media (max-width: 750px) {
  main.recruit section .slider img {
    height: calc(400 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section .slider img {
    width: auto;
  }
}
main.recruit section.merit {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  main.recruit section.merit {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.merit {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
main.recruit section.merit ul {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  main.recruit section.merit ul {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
main.recruit section.merit ul li {
  width: 330px;
  padding: 34px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}
@media (max-width: 750px) {
  main.recruit section.merit ul li {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.merit ul li {
    width: 100%;
  }
}
main.recruit section.merit ul li:nth-of-type(1), main.recruit section.merit ul li:nth-of-type(2), main.recruit section.merit ul li:nth-of-type(3) {
  margin-top: 0;
}
@media (max-width: 750px) {
  main.recruit section.merit ul li:nth-of-type(2), main.recruit section.merit ul li:nth-of-type(3) {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
main.recruit section.merit ul li:nth-of-type(3n - 1) {
  transform: translate(0, -30px);
}
@media (max-width: 750px) {
  main.recruit section.merit ul li:nth-of-type(3n - 1) {
    transform: initial;
  }
}
main.recruit section.merit ul li:nth-of-type(3n) {
  transform: translate(0, -60px);
}
@media (max-width: 750px) {
  main.recruit section.merit ul li:nth-of-type(3n) {
    transform: initial;
  }
}
main.recruit section.merit ul li img {
  width: 50px;
  margin-inline: auto;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 750px) {
  main.recruit section.merit ul li img {
    margin-bottom: calc(28.8 / 750 * 100 * 1vw);
  }
}
main.recruit section.merit ul li h3 {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  color: #182987;
  line-height: 1.3;
}
@media (max-width: 750px) {
  main.recruit section.merit ul li h3 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
main.recruit section.merit ul li p {
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.recruit section.merit ul li p {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
main.recruit section.merit ul li p span {
  font-weight: 500;
  background: #f4f7b2;
}
main.recruit section.sc img + .container {
  margin-top: 140px;
}
@media (max-width: 750px) {
  main.recruit section.sc img + .container {
    margin-top: calc(105 / 750 * 100 * 1vw);
  }
}
main.recruit section.sc .link-box {
  position: relative;
  padding: 88px 64px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box {
    padding-top: calc(86.4 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box {
    padding-bottom: calc(86.4 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box {
    padding-left: calc(64.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box {
    padding-right: calc(64.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box {
    flex-wrap: wrap;
  }
}
main.recruit section.sc .link-box .label {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  writing-mode: vertical-rl;
  display: block;
  font-weight: 900;
  font-size: 25px;
  color: #182987;
  height: -moz-max-content;
  height: max-content;
  line-height: 0.4;
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box .label {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
main.recruit section.sc .link-box > div {
  width: 326px;
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box > div {
    width: 100%;
    order: 2;
  }
}
main.recruit section.sc .link-box > div h3 {
  font-size: 30px;
  font-weight: 700;
  color: #182987;
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box > div h3 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box > div h3 {
    margin-top: calc(43.2 / 750 * 100 * 1vw);
  }
}
main.recruit section.sc .link-box > div h3:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #182987;
  vertical-align: baseline;
  margin-right: 18px;
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box > div h3:before {
    width: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box > div h3:before {
    height: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box > div h3:before {
    margin-right: calc(10 / 750 * 100 * 1vw);
  }
}
main.recruit section.sc .link-box > div p {
  margin-top: 40px;
  font-size: 18px;
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box > div p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box > div p {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}
main.recruit section.sc .link-box > div .link {
  text-align: right;
}
main.recruit section.sc .link-box > div .link a,
main.recruit section.sc .link-box > div .link span {
  font-size: 23px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box > div .link a,
  main.recruit section.sc .link-box > div .link span {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  main.recruit section.sc .link-box > div .link a,
  main.recruit section.sc .link-box > div .link span {
    transition: 0.3s;
  }
  main.recruit section.sc .link-box > div .link a:hover,
  main.recruit section.sc .link-box > div .link span:hover {
    opacity: 0.7;
  }
}
main.recruit section.sc .link-box > div .link a img,
main.recruit section.sc .link-box > div .link span img {
  width: 40px;
  aspect-ratio: 1/1;
  margin-left: 20px;
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box > div .link a img,
  main.recruit section.sc .link-box > div .link span img {
    width: calc(52 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box > div .link a img,
  main.recruit section.sc .link-box > div .link span img {
    margin-left: calc(28.8 / 750 * 100 * 1vw);
  }
}
main.recruit section.sc .link-box img {
  width: 515px;
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box img {
    width: 100%;
    order: 1;
  }
}
main.recruit section.sc .link-box + .link-box {
  margin-top: 90px;
}
@media (max-width: 750px) {
  main.recruit section.sc .link-box + .link-box {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
main.recruit section.sc .link-box .box-top {
  width: 42px;
  aspect-ratio: 1/1;
  border-top: 15px solid #182987;
  position: absolute;
  top: 0;
}
main.recruit section.sc .link-box .box-top.left {
  left: 0;
  border-left: 15px solid #182987;
}
main.recruit section.sc .link-box .box-top.right {
  right: 0;
  border-right: 15px solid #182987;
}
main.recruit section.sc .link-box .box-bottom {
  width: 42px;
  aspect-ratio: 1/1;
  border-bottom: 15px solid #182987;
  position: absolute;
  bottom: 0;
}
main.recruit section.sc .link-box .box-bottom.left {
  left: 0;
  border-left: 15px solid #182987;
}
main.recruit section.sc .link-box .box-bottom.right {
  right: 0;
  border-right: 15px solid #182987;
}
main.recruit section.sc .special-content {
  margin-bottom: 140px;
  margin-top: 140px;
  position: relative;
}
@media (max-width: 750px) {
  main.recruit section.sc .special-content {
    margin-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .special-content {
    margin-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  main.recruit section.sc .special-content a:hover span img {
    transform: translate(8px, 0);
  }
}
main.recruit section.sc .special-content .link {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 750px) {
  main.recruit section.sc .special-content .link {
    right: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .special-content .link {
    bottom: calc(20 / 750 * 100 * 1vw);
  }
}
main.recruit section.sc .special-content .link a,
main.recruit section.sc .special-content .link span {
  font-size: 23px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: #dce600;
}
@media (max-width: 750px) {
  main.recruit section.sc .special-content .link a,
  main.recruit section.sc .special-content .link span {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
main.recruit section.sc .special-content .link a img,
main.recruit section.sc .special-content .link span img {
  width: 40px;
  aspect-ratio: 1/1;
  margin-left: 20px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  main.recruit section.sc .special-content .link a img,
  main.recruit section.sc .special-content .link span img {
    width: calc(52 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.sc .special-content .link a img,
  main.recruit section.sc .special-content .link span img {
    margin-left: calc(28.8 / 750 * 100 * 1vw);
  }
}
main.recruit section.sc .special-content h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 110px;
  line-height: 0.8;
  color: #182987;
}
@media (max-width: 750px) {
  main.recruit section.sc .special-content h3 {
    font-size: calc(122.46 / 750 * 100 * 1vw);
  }
}
main.recruit section.movie {
  background: #f0f0f0;
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  main.recruit section.movie {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.movie {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
main.recruit section.movie p {
  margin-top: 60px;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 750px) {
  main.recruit section.movie p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.movie p {
    margin-top: calc(57.6 / 750 * 100 * 1vw);
  }
}
main.recruit section.movie iframe {
  width: 100%;
  aspect-ratio: 1024/576;
  margin-top: 40px;
}
@media (max-width: 750px) {
  main.recruit section.movie iframe {
    margin-top: calc(40 / 750 * 100 * 1vw);
  }
}
main.recruit section.yt-short {
  padding-top: 140px;
  padding-bottom: 140px;
  background: #f0f0f0;
  position: relative;
}
@media (max-width: 750px) {
  main.recruit section.yt-short {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section.yt-short {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
main.recruit section.yt-short:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(25, 39, 78, 0.9);
  background-image: url(../images/recruit/txt-cs.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 776px 303px;
}
@media (max-width: 750px) {
  main.recruit section.yt-short:before {
    background-size: 59.62vw 23.26vw;
  }
}
main.recruit section.yt-short .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  main.recruit section.yt-short .container {
    overflow: auto;
    width: 100%;
  }
}
main.recruit section.yt-short .container .short {
  width: 320px;
}
@media (max-width: 750px) {
  main.recruit section.yt-short .container .short {
    min-width: 320px;
    margin-inline: 7.33vw;
  }
}
main.recruit section .local-nav {
  width: 600px;
  margin-top: 140px;
  margin-bottom: 150px;
}
@media (max-width: 750px) {
  main.recruit section .local-nav {
    margin-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section .local-nav {
    margin-bottom: calc(255 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.recruit section .local-nav {
    width: calc(100% - 14.66vw);
  }
}
main.recruit section .local-nav li {
  display: flex;
  align-items: center;
  width: 280px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  main.recruit section .local-nav li {
    width: calc(308 / 750 * 100 * 1vw);
  }
}
main.recruit section .local-nav li a {
  align-items: flex-end;
}
main.recruit section .local-nav li a:hover img {
  transform: translate(4px, 0);
}

@keyframes scroll-left2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1732.673px);
  }
}
@keyframes scroll-left2_sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: -3.2613vw;
  }
}
main.our-work section {
  overflow: hidden;
}
main.our-work section.lead-txt {
  padding-bottom: 120px;
}
@media (max-width: 750px) {
  main.our-work section.lead-txt {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
main.our-work section.lead-txt .lead {
  width: 100%;
}
main.our-work section.intro {
  padding-top: 140px;
  padding-bottom: 140px;
  background: #f0f0f0;
}
@media (max-width: 750px) {
  main.our-work section.intro {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.intro {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
main.our-work section.intro .intro-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 58px;
  margin-bottom: 52px;
  border-bottom: 2px solid #182987;
}
@media (max-width: 750px) {
  main.our-work section.intro .intro-box {
    display: block;
  }
}
main.our-work section.intro .intro-box:nth-of-type(3) {
  border-bottom: none;
}
main.our-work section.intro .intro-box img {
  width: 400px;
}
@media (max-width: 750px) {
  main.our-work section.intro .intro-box img {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.intro .intro-box img {
    width: 100%;
  }
}
main.our-work section.intro .intro-box > div {
  width: 560px;
}
@media (max-width: 750px) {
  main.our-work section.intro .intro-box > div {
    width: 100%;
  }
}
main.our-work section.intro .intro-box > div h3 {
  font-size: 30px;
  font-weight: 700;
  color: #182987;
}
@media (max-width: 750px) {
  main.our-work section.intro .intro-box > div h3 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
main.our-work section.intro .intro-box > div h3:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #182987;
  vertical-align: baseline;
  margin-right: 18px;
}
@media (max-width: 750px) {
  main.our-work section.intro .intro-box > div h3:before {
    width: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.intro .intro-box > div h3:before {
    height: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.intro .intro-box > div h3:before {
    margin-right: calc(10 / 750 * 100 * 1vw);
  }
}
main.our-work section.intro .intro-box > div p {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.our-work section.intro .intro-box > div p {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.intro .intro-box > div p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.our-work section.intro .intro-box:first-of-type {
  margin-top: 72px;
}
@media (max-width: 750px) {
  main.our-work section.intro .intro-box:first-of-type {
    margin-top: calc(79.2 / 750 * 100 * 1vw);
  }
}
main.our-work section .container.bg-wh {
  background: #fff;
  padding: 80px 60px 60px;
  position: relative;
}
@media (max-width: 750px) {
  main.our-work section .container.bg-wh {
    padding: calc(80 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
main.our-work section .container.bg-wh .kado {
  position: absolute;
  width: 50px;
  right: 0;
  bottom: 0;
}
main.our-work section .container.bg-wh h2 {
  font-size: 40px;
  letter-spacing: -0.08em;
  position: absolute;
  left: 50%;
  top: 0;
  font-weight: 700;
  transform: translate(-50%, -50%);
  color: #182987;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 750px) {
  main.our-work section .container.bg-wh h2 {
    font-size: calc(48 / 750 * 100 * 1vw);
  }
}
main.our-work section .container.bg-wh .col3 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  main.our-work section .container.bg-wh .col3 {
    display: block;
  }
}
main.our-work section .container.bg-wh .col3 div {
  width: 280px;
}
@media (max-width: 750px) {
  main.our-work section .container.bg-wh .col3 div {
    width: 100%;
    margin-top: 5vw;
  }
  main.our-work section .container.bg-wh .col3 div:first-of-type {
    margin-top: 0;
  }
}
main.our-work section .container.bg-wh .col3 div h3 {
  font-size: 24px;
  font-weight: 700;
  color: #182987;
  margin-top: 28px;
}
@media (max-width: 750px) {
  main.our-work section .container.bg-wh .col3 div h3 {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section .container.bg-wh .col3 div h3 {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
main.our-work section .container.bg-wh .col3 div h3:before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  display: inline-block;
  background: #182987;
  vertical-align: baseline;
  margin-right: 14px;
}
@media (max-width: 750px) {
  main.our-work section .container.bg-wh .col3 div h3:before {
    width: calc(23.67 / 750 * 100 * 1vw);
  }
}
main.our-work section .container.bg-wh .col3 div p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media (max-width: 750px) {
  main.our-work section .container.bg-wh .col3 div p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section .container.bg-wh .col3 div p {
    margin-top: calc(14.4 / 750 * 100 * 1vw);
  }
}
main.our-work section.schedule {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  main.our-work section.schedule {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
main.our-work section.schedule dl {
  margin-top: 110px;
  padding-left: 160px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 750px) {
  main.our-work section.schedule dl {
    padding-left: calc(57.6 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl {
    margin-top: calc(43.2 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl {
    display: block;
  }
}
main.our-work section.schedule dl:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #182987;
  position: absolute;
  top: 0;
  left: 330px;
}
@media (max-width: 750px) {
  main.our-work section.schedule dl:before {
    width: calc(12 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl:before {
    left: calc(-6 / 750 * 100 * 1vw);
  }
}
main.our-work section.schedule dl dt {
  width: 140px;
  margin-top: 60px;
  font-size: 50px;
  color: #182987;
  font-weight: 900;
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.06em;
  line-height: 0.8;
  position: relative;
}
main.our-work section.schedule dl dt:before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-color: #dce600;
  position: absolute;
  top: 14px;
  right: -30px;
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dt:before {
    width: calc(37.6 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dt:before {
    height: calc(12 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dt:before {
    right: initial;
    left: -6.9vw;
    top: 5vw;
  }
}
main.our-work section.schedule dl dt:first-of-type {
  margin-top: 0;
}
main.our-work section.schedule dl dt:first-of-type + dd {
  margin-top: 0;
}
main.our-work section.schedule dl dd {
  width: 720px;
  padding-left: 84px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd {
    padding-left: 0;
    width: 100%;
    display: block;
  }
}
main.our-work section.schedule dl dd .txt {
  width: 280px;
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd .txt {
    width: 100%;
  }
}
main.our-work section.schedule dl dd .txt .label {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd .txt .label {
    font-size: calc(37 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd .txt .label {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd .txt .label {
    line-height: 1.8;
  }
}
main.our-work section.schedule dl dd .txt .label span {
  font-weight: 700;
  background-color: #182987;
  padding: 6px 10px 6px;
  display: inline-block;
  line-height: 1;
}
main.our-work section.schedule dl dd .txt .summary {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8571428571;
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd .txt .summary {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd .txt .summary {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd .txt .summary {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.our-work section.schedule dl dd .txt.w-full {
  width: 100%;
}
main.our-work section.schedule dl dd .images {
  width: 316px;
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd .images {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd .images {
    width: 100%;
  }
}
main.our-work section.schedule dl dd .images img + img {
  margin-top: 20px;
}
@media (max-width: 750px) {
  main.our-work section.schedule dl dd .images img + img {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
main.our-work section.flow {
  padding-top: 140px;
  padding-bottom: 140px;
  background: #f0f0f0;
}
@media (max-width: 750px) {
  main.our-work section.flow {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.flow {
    padding-bottom: calc(210 / 750 * 100 * 1vw);
  }
}
main.our-work section.flow .flow-detail {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 750px) {
  main.our-work section.flow .flow-detail {
    padding-left: calc(158.4 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.flow .flow-detail .flowbar {
    width: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.flow .flow-detail .flowbar {
    left: 0;
    top: 0;
    position: absolute;
    margin-top: 0;
  }
}
main.our-work section.flow .flow-detail > img {
  margin-top: 40px;
}
main.our-work section.flow .flow-detail > img:first-of-type {
  width: 1052px;
  max-width: initial;
  margin-top: 0;
}
main.our-work section.flow .flow-detail ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 750px) {
  main.our-work section.flow .flow-detail ul:last-of-type {
    margin-top: 16.8vw;
  }
}
main.our-work section.flow .flow-detail ul:last-of-type li:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
main.our-work section.flow .flow-detail ul li {
  width: 315px;
  line-height: 1;
}
@media (max-width: 750px) {
  main.our-work section.flow .flow-detail ul li {
    width: 100%;
    margin-top: 8.8vw;
  }
  main.our-work section.flow .flow-detail ul li:first-of-type {
    margin-top: 0;
  }
}
main.our-work section.flow .flow-detail ul li p {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 2vw;
}
@media (max-width: 750px) {
  main.our-work section.flow .flow-detail ul li p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.our-work section.flow .flow-detail ul li p span {
  font-weight: 700;
  background: #edf280;
}
main.our-work section.flow .flow-detail ul li p.txt {
  font-size: 53.6px;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  color: #182987;
}
@media (max-width: 750px) {
  main.our-work section.flow .flow-detail ul li p.txt {
    font-size: calc(69.87 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.flow .flow-detail ul li p.txt {
    margin-top: 10vw;
  }
}
main.our-work section.system {
  padding-top: 140px;
  padding-bottom: 160px;
}
@media (max-width: 750px) {
  main.our-work section.system {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
main.our-work section.system .wrapper {
  border-top: 1px solid #d1d4e7;
  border-bottom: 1px solid #d1d4e7;
  margin-top: 42px;
}
main.our-work section.system .wrapper .col2 {
  border-left: 1px solid #d1d4e7;
  border-right: 1px solid #d1d4e7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
main.our-work section.system .wrapper .col2:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #d1d4e7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
main.our-work section.system .wrapper .col2:last-of-type:before {
  content: none;
}
main.our-work section.system .wrapper .col2:last-of-type > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2:last-of-type > div {
    display: block;
  }
}
main.our-work section.system .wrapper .col2:last-of-type > div div {
  width: 402px;
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2:last-of-type > div div {
    width: 100%;
    text-align: center;
  }
  main.our-work section.system .wrapper .col2:last-of-type > div div P {
    text-align: left;
  }
}
main.our-work section.system .wrapper .col2:last-of-type > div .images {
  width: 526px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2:last-of-type > div .images {
    width: 100%;
    display: block;
    margin-top: 4vw;
  }
}
main.our-work section.system .wrapper .col2:last-of-type > div .images img {
  width: 252px;
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2:last-of-type > div .images img {
    width: 100%;
  }
}
main.our-work section.system .wrapper .col2 > div {
  width: 50%;
  padding: 45px 32px;
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2 > div {
    padding-top: calc(57.6 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2 > div {
    padding-bottom: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2 > div {
    padding-left: calc(28.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2 > div {
    padding-right: calc(28.8 / 750 * 100 * 1vw);
  }
}
main.our-work section.system .wrapper .col2 > div:nth-of-type(2n) {
  border-left: 1px solid #d1d4e7;
}
main.our-work section.system .wrapper .col2 > div p {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2 > div p {
    display: block;
    text-align: center;
  }
}
main.our-work section.system .wrapper .col2 > div p span {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.45;
  color: #182987;
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2 > div p span {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2 > div p span {
    display: block;
  }
}
main.our-work section.system .wrapper .col2 > div p span span {
  font-size: 18px;
  font-weight: 700;
  color: #182987;
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2 > div p span span {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2 > div p span span {
    margin-left: -6vw;
    margin-right: -6vw;
  }
}
main.our-work section.system .wrapper .col2 > div p span small {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  display: inline-block;
  color: #182987;
  text-align: left;
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2 > div p span small {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
main.our-work section.system .wrapper .col2 > div p img {
  margin-right: 16px;
  width: 65px;
  height: 65px;
}
@media (max-width: 750px) {
  main.our-work section.system .wrapper .col2 > div p img {
    margin-right: 0;
  }
}
main.our-work section.system .wrapper .col2 > div p.underline {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 16px;
  color: #182987;
}
main.our-work section.system .wrapper .col2 > div p.underline:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #182987;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 750px) {
  main.people .title-area .container {
    height: calc(550 / 750 * 100 * 1vw);
  }
}
main.people section {
  overflow: hidden;
}
main.people section.lead-txt {
  padding-bottom: 120px;
}
@media (max-width: 750px) {
  main.people section.lead-txt {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
main.people section.special-content {
  padding-bottom: 80px;
  /* この要素がスクロール可能な領域 */
  /* 中の画像コンテナは大きくするだけ */
}
@media (max-width: 750px) {
  main.people section.special-content {
    padding-bottom: calc(0 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.people section.special-content .tap {
    margin-top: 4vw;
    display: block;
  }
}
main.people section.special-content .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
main.people section.special-content .modal-inner {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
}
main.people section.special-content .modal-content {
  flex: 0 0 auto;
}
main.people section.special-content .modal-content img {
  width: 200%;
  height: auto;
  display: block;
  max-width: initial;
  padding: 20vw 0;
}
main.people section .close {
  position: absolute;
  right: -4vw;
  top: -4vw;
}
@media (max-width: 750px) {
  main.people section .close {
    width: calc(305 / 750 * 100 * 1vw);
  }
}
main.people section.interview {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  main.people section.interview {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.people section.interview {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
main.people section.interview .container + .wrapper {
  padding-top: 78px;
}
@media (max-width: 750px) {
  main.people section.interview .container + .wrapper {
    padding-top: calc(43.2 / 750 * 100 * 1vw);
  }
}
main.people section.interview .wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.people section.interview .wrapper {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
main.people section.interview .wrapper.bg-gray {
  background: #f0f0f0;
}
main.people section.interview .wrapper.bg-gray .profile div {
  background: #f0f0f0;
}
main.people section.interview .wrapper.bg-gray .interview-content img {
  margin-right: -138px;
  margin-left: initial;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper.bg-gray .interview-content img {
    order: 2;
    margin-right: -7.33vw;
    margin-left: auto;
    margin-right: -7.33vw;
  }
}
@media (max-width: 750px) {
  main.people section.interview .wrapper.bg-gray .interview-content div {
    order: 3;
  }
}
@media (max-width: 750px) {
  main.people section.interview .wrapper.bg-gray .interview-content div {
    margin-top: calc(72 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.people section.interview .wrapper.bg-gray .interview-content .w-full {
    order: 1;
  }
}
main.people section.interview .wrapper .profile {
  position: relative;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .profile {
    margin-left: -7.33vw;
    padding-bottom: 28vw;
    margin-left: -7.33vw;
  }
}
main.people section.interview .wrapper .profile img {
  width: 862px;
}
main.people section.interview .wrapper .profile div {
  position: absolute;
  right: 0;
  bottom: -10px;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .profile div {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 6.66vw;
  }
}
main.people section.interview .wrapper .profile div .label {
  font-size: 16px;
  font-weight: 700;
  background: #dce600;
  line-height: 1;
  padding: 6px 8px;
  display: inline-block;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .profile div .label {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.people section.interview .wrapper .profile div .name {
  font-size: 30px;
  font-weight: 700;
  color: #182987;
  line-height: 1;
  margin-top: 16px;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .profile div .name {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
main.people section.interview .wrapper .profile div .name span {
  font-size: 18px;
  font-weight: 900;
  color: #182987;
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .profile div .name span {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.people section.interview .wrapper .profile div .year {
  font-size: 16px;
  color: #8b94c3;
  font-weight: 700;
  line-height: 1;
  margin-top: 14px;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .profile div .year {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.people section.interview .wrapper .interview-content {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content {
    margin-top: calc(0 / 750 * 100 * 1vw);
  }
}
main.people section.interview .wrapper .interview-content img {
  margin-left: -138px;
  width: 530px;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content img {
    margin-top: calc(72 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content img {
    width: calc(583 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content img {
    order: 2;
    margin-left: -7.33vw;
  }
}
main.people section.interview .wrapper .interview-content img.order2 {
  order: 2;
  margin-left: initial;
  margin-right: -138px;
}
main.people section.interview .wrapper .interview-content div {
  width: 577px;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content div {
    order: 1;
    margin-top: 4vw;
    width: 100%;
  }
}
main.people section.interview .wrapper .interview-content div.order1 {
  order: 1;
}
main.people section.interview .wrapper .interview-content div.order3 {
  order: 3;
}
main.people section.interview .wrapper .interview-content div.w-full {
  width: 100%;
  margin-top: 78px;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content div.w-full {
    margin-top: calc(72 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content div.w-full {
    order: 3;
  }
}
main.people section.interview .wrapper .interview-content div.w-full:first-of-type {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content div.w-full:first-of-type {
    margin-bottom: 0;
  }
}
main.people section.interview .wrapper .interview-content div dl {
  margin-top: 50px;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content div dl {
    margin-top: calc(72 / 750 * 100 * 1vw);
  }
}
main.people section.interview .wrapper .interview-content div dl:first-of-type {
  margin-top: 0;
}
main.people section.interview .wrapper .interview-content div dl dt {
  font-size: 25px;
  font-weight: 700;
  color: #182987;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content div dl dt {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content div dl dt {
    line-height: 1.3;
    padding-left: 7vw;
    position: relative;
  }
}
main.people section.interview .wrapper .interview-content div dl dt:before {
  content: "Q";
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  color: #182987;
  margin-right: 8px;
  display: inline-block;
  font-size: 38px;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content div dl dt:before {
    font-size: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content div dl dt:before {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
  }
}
main.people section.interview .wrapper .interview-content div dl dd {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content div dl dd {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.people section.interview .wrapper .interview-content div dl dd {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}

main.job section {
  overflow: hidden;
}
main.job section.lead-txt {
  padding-bottom: 120px;
}
main.job section .local-nav {
  width: 914px;
  margin-top: 124px;
}
@media (max-width: 750px) {
  main.job section .local-nav {
    margin-top: calc(130 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section .local-nav {
    width: 100%;
  }
}
main.job section .local-nav ul {
  display: flex;
  justify-content: space-between;
}
main.job section .local-nav ul li {
  width: 270px;
}
@media (max-width: 750px) {
  main.job section .local-nav ul li {
    width: calc(308 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section .local-nav ul li {
    margin-bottom: calc(50 / 750 * 100 * 1vw);
  }
}
main.job section .local-nav ul li:last-of-type {
  margin-bottom: 0;
}
main.job section .local-nav + img {
  margin-top: 110px;
}
@media (max-width: 750px) {
  main.job section .local-nav + img {
    margin-top: calc(86 / 750 * 100 * 1vw);
  }
}
main.job section.faq {
  padding-top: 140px;
  padding-bottom: 240px;
}
@media (max-width: 750px) {
  main.job section.faq {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.faq {
    padding-bottom: calc(300 / 750 * 100 * 1vw);
  }
}
main.job section.faq .title + dl {
  margin-top: 56px;
}
@media (max-width: 750px) {
  main.job section.faq .title + dl {
    margin-top: calc(86.4 / 750 * 100 * 1vw);
  }
}
main.job section.faq dl {
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.job section.faq dl {
    margin-top: calc(28.8 / 750 * 100 * 1vw);
  }
}
main.job section.faq dl dt {
  background: #182987;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 18px 40px 18px 78px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 750px) {
  main.job section.faq dl dt {
    font-size: calc(32 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.faq dl dt {
    padding: 4vw 15vw 4vw 14vw;
    line-height: 1.25;
  }
}
main.job section.faq dl dt.on .toggle:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
main.job section.faq dl dt .toggle {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 750px) {
  main.job section.faq dl dt .toggle {
    width: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.faq dl dt .toggle {
    height: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.faq dl dt .toggle {
    right: calc(50 / 750 * 100 * 1vw);
  }
}
main.job section.faq dl dt .toggle:before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  main.job section.faq dl dt .toggle:before {
    height: calc(5.97 / 750 * 100 * 1vw);
  }
}
main.job section.faq dl dt .toggle:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
@media (max-width: 750px) {
  main.job section.faq dl dt .toggle:after {
    height: calc(5.97 / 750 * 100 * 1vw);
  }
}
main.job section.faq dl dt:before {
  content: "Q";
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  color: #182987;
  margin-right: 8px;
  display: inline-block;
  font-size: 38px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 40px;
}
@media (max-width: 750px) {
  main.job section.faq dl dt:before {
    font-size: calc(62 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.faq dl dt:before {
    left: 4vw;
    margin-right: 2vw;
    top: 2.5vw;
  }
}
main.job section.faq dl dd {
  padding: 18px 40px 18px 78px;
  background: #f0f0f0;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 750px) {
  main.job section.faq dl dd {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.faq dl dd {
    padding: 4vw 4vw 4vw 14vw;
  }
}
main.job section.faq dl dd:before {
  content: "A";
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  color: #182987;
  margin-right: 8px;
  display: inline-block;
  font-size: 38px;
  color: #182987;
  line-height: 1;
  position: absolute;
  left: 40px;
}
@media (max-width: 750px) {
  main.job section.faq dl dd:before {
    font-size: calc(62 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.faq dl dd:before {
    left: 4vw;
    margin-right: 2vw;
    top: 3.5vw;
  }
}
main.job section.entry-detail {
  padding-top: 0 !important;
  background-image: url(../images/recruit/bg-entry.png);
  overflow: initial !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  main.job section.entry-detail {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
main.job section.entry-detail .container {
  transform: translate(0, -36px);
  position: relative;
  z-index: 2;
}
main.job section.entry-detail .container .col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container .col2 {
    display: block;
  }
}
main.job section.entry-detail .container .col2 .link {
  margin-top: 50px;
  display: block;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container .col2 .link {
    margin-top: calc(40 / 750 * 100 * 1vw);
  }
}
main.job section.entry-detail .container .col2 .link a {
  font-size: 25px;
  background: #182987;
  color: #fff;
  width: 350px;
  font-weight: 700;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container .col2 .link a {
    font-size: calc(29 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container .col2 .link a {
    width: calc(378.057 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container .col2 .link a {
    height: calc(100 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  main.job section.entry-detail .container .col2 .link a {
    transition: 0.3s;
  }
  main.job section.entry-detail .container .col2 .link a:hover {
    background: #1829b5;
  }
  main.job section.entry-detail .container .col2 .link a:hover img {
    transform: translate(4px, 0);
  }
}
main.job section.entry-detail .container .col2 .link img {
  width: 50px;
  margin-left: 30px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container .col2 .link img {
    width: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container .col2 .link img {
    margin-left: calc(20 / 750 * 100 * 1vw);
  }
}
main.job section.entry-detail .container .col2 table {
  width: 763px;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container .col2 table {
    width: 100%;
  }
}
main.job section.entry-detail .container .col2 table tr {
  border-bottom: 1px solid #babfdb;
}
main.job section.entry-detail .container .col2 table tr th,
main.job section.entry-detail .container .col2 table tr td {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  padding-block: 20px;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container .col2 table tr th,
  main.job section.entry-detail .container .col2 table tr td {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.job section.entry-detail .container .col2 table tr th {
  width: 139px;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container .col2 table tr th {
    display: block;
    width: 100%;
    padding-bottom: 0;
    padding-top: 4vw;
  }
}
main.job section.entry-detail .container .col2 table tr td {
  width: calc(100% - 140px);
  letter-spacing: -0.03em;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container .col2 table tr td {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 4vw;
  }
}
main.job section.entry-detail .container h3 {
  font-size: 60px;
  color: #182987;
  font-weight: 700;
  text-align: center;
  line-height: 0.8;
  position: relative;
  padding-top: 35px;
}
@media (min-width: 751px) {
  main.job section.entry-detail .container h3 {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container h3 {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container h3 {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}
main.job section.entry-detail .container h3:before {
  content: "";
  width: 30px;
  height: 21px;
  display: block;
  background-image: url(../images/common/icon-title.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  main.job section.entry-detail .container h3:before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container h3:before {
    width: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container h3:before {
    height: calc(21 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container h3:before {
    margin-right: calc(25 / 750 * 100 * 1vw);
  }
}
main.job section.entry-detail .container h3 span {
  font-size: 25px;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  margin-top: 20px;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container h3 span {
    font-size: calc(25 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container h3 span {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container h3 span {
    margin-left: calc(25 / 750 * 100 * 1vw);
  }
}
main.job section.entry-detail .container ul {
  display: flex;
  justify-content: space-between;
  width: 662px;
  margin-inline: auto;
  margin-top: 76px;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container ul {
    margin-top: calc(86.4 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container ul {
    margin-bottom: calc(86.4 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
main.job section.entry-detail .container ul li {
  line-height: 1.6;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container ul li {
    line-height: 1.2;
  }
}
main.job section.entry-detail .container ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #182987;
  width: 100%;
  height: 100%;
  background: #fff;
  width: 307px;
  height: 88px;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container ul li a {
    width: calc(308.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container ul li a {
    height: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container ul li a {
    font-size: calc(29 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  main.job section.entry-detail .container ul li a {
    transition: 0.3s;
  }
  main.job section.entry-detail .container ul li a:hover {
    background: #1829b5;
    color: #fff;
  }
  main.job section.entry-detail .container ul li a:hover img {
    transform: translate(0, 4px);
  }
}
main.job section.entry-detail .container ul li a img {
  width: 44px;
  margin-left: 30px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container ul li a img {
    width: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container ul li a img {
    margin-left: calc(20 / 750 * 100 * 1vw);
  }
}
main.job section.entry-detail .container.bg-wh {
  background: #fff;
  padding: 80px 80px 0 65px;
  position: relative;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container.bg-wh {
    padding-top: calc(43.2 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container.bg-wh {
    padding-bottom: calc(43.2 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container.bg-wh {
    padding-left: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail .container.bg-wh {
    padding-right: calc(80 / 750 * 100 * 1vw);
  }
}
main.job section.entry-detail .container.bg-wh:before {
  content: "";
  width: 100%;
  height: 75px;
  background-image: url(../images/job/bg-wh-kado.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: -75px;
  left: 0;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container.bg-wh:before {
    bottom: -6.3vw;
    height: 6.6vw;
    background-size: contain;
  }
}
main.job section.entry-detail .container.bg-wh + .bg-wh {
  margin-top: 140px;
}
@media (max-width: 750px) {
  main.job section.entry-detail .container.bg-wh + .bg-wh {
    margin-top: calc(105 / 750 * 100 * 1vw);
  }
}
main.job section.entry-detail h2 {
  font-size: 30px;
  font-weight: 900;
  color: #182987;
  line-height: 0.7;
  margin-top: -50px;
}
@media (max-width: 750px) {
  main.job section.entry-detail h2 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.entry-detail h2 {
    margin-left: -1vw;
    letter-spacing: -0.05em;
    width: -moz-max-content;
    width: max-content;
  }
}
main.job section.entry-detail h2 span {
  font-weight: 900;
}
main.job section.entry-detail h2 span:not(.char) {
  font-size: 200px;
}
main.job section.entry-detail h2 span:not(.char) .char {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.job section.entry-detail h2 span:not(.char) .char {
    font-size: calc(180 / 750 * 100 * 1vw);
  }
}
main.job section.entry-detail h2 + img {
  margin-top: 100px;
}
main.job section.entry-detail h2 + img + img {
  margin-top: 60px;
}
main.job section.parent {
  padding-top: 140px;
  padding-bottom: 200px;
}
@media (max-width: 750px) {
  main.job section.parent {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.parent {
    padding-bottom: calc(200 / 750 * 100 * 1vw);
  }
}
main.job section.parent .container {
  padding: 70px;
  position: relative;
}
@media (max-width: 750px) {
  main.job section.parent .container {
    padding-left: calc(64.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.parent .container {
    padding-right: calc(64.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.parent .container {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.parent .container {
    padding-bottom: calc(95 / 750 * 100 * 1vw);
  }
}
main.job section.parent .container h3 {
  margin-top: 40px;
  line-height: 5.8;
}
@media (max-width: 750px) {
  main.job section.parent .container h3 {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.parent .container h3 {
    text-align: center;
    line-height: 4.8;
  }
}
main.job section.parent .container h3 span {
  font-size: 40px;
  background: #182987;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 12px 8px;
  line-height: 1;
}
@media (max-width: 750px) {
  main.job section.parent .container h3 span {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
main.job section.parent .container p {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 750px) {
  main.job section.parent .container p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.job section.parent .container p {
    margin-top: calc(36 / 750 * 100 * 1vw);
  }
}
main.job section.parent .box-top {
  width: 42px;
  aspect-ratio: 1/1;
  border-top: 15px solid #182987;
  position: absolute;
  top: 0;
}
main.job section.parent .box-top.left {
  left: 0;
  border-left: 15px solid #182987;
}
main.job section.parent .box-top.right {
  right: 0;
  border-right: 15px solid #182987;
}
main.job section.parent .box-bottom {
  width: 42px;
  aspect-ratio: 1/1;
  border-bottom: 15px solid #182987;
  position: absolute;
  bottom: 0;
}
main.job section.parent .box-bottom.left {
  left: 0;
  border-left: 15px solid #182987;
}
main.job section.parent .box-bottom.right {
  right: 0;
  border-right: 15px solid #182987;
}

/*
---------------------------------------
entry
---------------------------------------
*/
#entry {
  background: #f8f8f8;
  padding: 160px 0 200px;
}
@media (max-width: 750px) {
  #entry {
    padding: 7vw 0 10vw;
  }
}

.form_complete .btn-01 {
  text-align: center;
}

#archive_case .wrapper {
  width: 1038px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #archive_case .wrapper {
    width: 88vw;
    margin: 0 auto;
    display: block;
    flex-wrap: initial;
  }
}

.box_case {
  display: block;
  width: 332px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 7px 20px;
  box-sizing: border-box;
  padding: 20px 20px 23px;
}
@media (max-width: 750px) {
  .box_case {
    width: 88vw;
    margin: 0 0 6vw;
  }
}
.box_case figure {
  margin: 0 0 14px;
}
@media (max-width: 750px) {
  .box_case figure {
    margin: 0 0 4vw;
  }
}
.box_case .data .tax {
  color: #182987;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 6px;
}
@media (max-width: 750px) {
  .box_case .data .tax {
    font-size: 3vw;
    margin: 0 0 2vw;
  }
}
.box_case .data .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 750px) {
  .box_case .data .title {
    font-size: 3.4vw;
    margin: 0 0 2;
  }
}
.box_case .data .information {
  margin: 0 0 16px;
}
@media (max-width: 750px) {
  .box_case .data .information {
    margin: 0 0 3vw;
  }
}
.box_case .data .information .info {
  display: flex;
  display: -ms-flex;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
.box_case .data .information .info:last-of-type {
  border-bottom: none;
}
.box_case .data .information .info .head {
  width: 5em;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #e6e6e6;
  padding: 5px 0 5px;
  box-sizing: border-box;
}
.box_case .data .information .info .text {
  font-size: 12px;
  width: calc(100% - 5em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 0 5px 0.5em;
}
.box_case .btn {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
.box_case .btn a {
  display: block;
  width: calc(50% - 3px);
  font-size: 14px;
  text-align: center;
  padding: 13px 8px 11px 0;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
}
.box_case .btn a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .box_case .btn a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .box_case .btn a {
    padding: 12px 8px 12px 0;
  }
}
.box_case .btn a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.box_case .btn a.btn-case--detail {
  border: 1px solid #333;
}
.box_case .btn a.btn-case--detail:before {
  border-color: #333;
}
.box_case .btn a.btn-case--entry {
  border: 1px solid #d71f1c;
  background: #d71f1c;
  color: #fff;
}

#case {
  padding: 120px 0 95px;
}
@media (max-width: 750px) {
  #case {
    padding: 0;
  }
}
#case .wrapper {
  width: 94%;
  max-width: 1064px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper {
    width: 100vw;
    padding: 0;
    display: block;
    justify-content: initial;
  }
}
#case .wrapper .contents {
  width: calc(100% - 285px);
  box-sizing: border-box;
  background: white;
  padding: 60px 60px 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  #case .wrapper .contents {
    width: 100%;
    padding: 22vw 6vw 15vw;
    box-shadow: none;
  }
}
#case .wrapper .contents .primary .label_term {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term {
    margin: 0 0 5vw;
  }
}
#case .wrapper .contents .primary .label_term .inner_text {
  display: inline-block;
  color: white;
  background: #182987;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 50px 8px;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .primary .label_term .inner_text {
    padding: 14px 50px 8px;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term .inner_text {
    font-size: 3.4vw;
    padding: 1vw 6vw;
  }
}
#case .wrapper .contents .primary .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 28px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .title {
    font-size: 4.4vw;
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .information .lead {
  color: #182987;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .information .lead {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .single-content {
  margin: 0 auto 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .single-content {
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .photo_information {
  width: 464px;
  margin: 0 auto 50px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .photo_information {
    width: 86vw;
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .photo_information img {
  max-width: 100%;
}
#case .wrapper .contents .btns_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    margin: 0 0 10vw;
  }
  #case .wrapper .contents .btns_s a {
    display: flex;
    box-sizing: border-box;
    width: 48%;
    font-size: 3.8vw;
    align-items: center;
    justify-content: center;
    height: 12vw;
    font-weight: bold;
    border-radius: 6vw;
    position: relative;
    transition: all 0.3s;
  }
  #case .wrapper .contents .btns_s a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #case .wrapper .contents .btns_s a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #case .wrapper .contents .btns_s a.btn-case--detail {
    border: 1px solid #333;
  }
  #case .wrapper .contents .btns_s a.btn-case--detail:before {
    border-color: #333;
  }
  #case .wrapper .contents .btns_s a.btn-case--entry {
    border: 1px solid #d71f1c;
    background: #d71f1c;
    color: #fff;
  }
}
#case .wrapper .contents .pr {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .pr .box_pr {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr {
    margin: 0 0 10vw;
  }
}
#case .wrapper .contents .pr .box_pr:last-of-type {
  margin: 0;
}
#case .wrapper .contents .pr .box_pr.narrow {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow {
    display: block;
    justify-content: initial;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure {
  width: 210px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow figure {
    width: 66vw;
    margin: 5vw auto 0;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure img {
  max-width: 100%;
}
#case .wrapper .contents .pr .box_pr.narrow .data {
  width: 380px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow .data {
    width: 100%;
  }
}
#case .wrapper .contents .pr .box_pr .data .ttl_pr {
  color: #182987;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .ttl_pr {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .pr .box_pr .data .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .text {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .gallery ul {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
    width: 66vw;
    margin: 0 auto;
  }
}
#case .wrapper .contents .gallery ul li {
  width: 47.8%;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li {
    width: 100%;
    margin: 0 0 5vw;
  }
  #case .wrapper .contents .gallery ul li:last-of-type {
    margin: 0;
  }
}
#case .wrapper .contents .gallery ul li .caption {
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li .caption {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery ul li img {
  max-width: 100%;
}
#case .wrapper .contents .requirements .ttl_requirements {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: #4d4d4d;
  padding: 14px 20px 12px;
  margin: 0 0 7px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .requirements .ttl_requirements {
    font-size: 3.8vw;
    padding: 4vw;
  }
}
#case .wrapper .contents .table_requirements {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .table_requirements tr {
  border-bottom: 1px solid #ccc;
}
#case .wrapper .contents .table_requirements tr th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding: 10px 50px 10px 10px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr th {
    display: block;
    box-sizing: border-box;
    padding: 4vw 0 0;
  }
}
#case .wrapper .contents .table_requirements tr td {
  padding: 10px 10px 10px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr td {
    display: block;
    box-sizing: border-box;
    padding: 0 0 4vw;
  }
}
#case .wrapper .contents .google {
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google {
    margin: 4vw 0 0;
  }
}
#case .wrapper .contents .google .ttl_map {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .ttl_map {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map {
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map iframe {
  width: 100%;
  height: 220px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map iframe {
    height: 60vw;
  }
}
#case .wrapper .contents .google .url {
  text-align: right;
}
#case .wrapper .contents .google .url a {
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s;
}
#case .wrapper .contents .google .url a .icon {
  display: inline-block;
  width: 10px;
  margin: 0 0 0 3px;
}
#case .wrapper .contents .google .url a .icon img {
  width: 10px;
  height: 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .contents .google .url a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .btn_entry {
  text-align: center;
  margin: 60px 0 22px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry {
    margin: 10vw 0 10vw;
  }
}
#case .wrapper .contents .btn_entry a {
  width: 360px;
  height: 64px;
  border-radius: 32px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: #d71f1c;
  position: relative;
  transition: all 0.3s;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .btn_entry a {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a {
    width: 100%;
    height: 15vw;
    border-radius: 7.5vw;
    font-size: 4.2vw;
  }
}
#case .wrapper .contents .btn_entry a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 28px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#case .wrapper .contents .btn_entry a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .display_tel {
  width: 316px;
  margin: 0 auto 31px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel {
    width: 74vw;
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .display_tel .tel {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel .tel {
    display: none;
  }
}
#case .wrapper .contents .display_tel .tel .label {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 30px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .display_tel .tel .label {
    padding: 6px 0 0;
  }
}
#case .wrapper .contents .display_tel .tel .number {
  font-size: 20px;
  font-weight: bold;
}
#case .wrapper .contents .display_tel .tel .number .icon {
  display: inline-block;
  width: 15px;
  margin: 0 5px;
}
#case .wrapper .contents .display_tel .tel .number .icon img {
  width: 15px;
  height: 15px;
}
#case .wrapper .contents .display_tel .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel .tel_s {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
  }
  #case .wrapper .contents .display_tel .tel_s .label {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    width: 34vw;
    height: 6.6vw;
    font-size: 3.4vw;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
  #case .wrapper .contents .display_tel .tel_s .number {
    font-size: 4.4vw;
    font-weight: bold;
  }
  #case .wrapper .contents .display_tel .tel_s .number .icon {
    display: inline-block;
    width: 3.6vw;
    margin: 0 2vw;
  }
  #case .wrapper .contents .display_tel .tel_s .number .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .links_wrap {
  width: 1064px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 20px;
  position: fixed;
  top: 119px;
  left: 0;
  right: 0;
  display: flex;
  display: -ms-flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  #case .wrapper .links_wrap {
    display: none !important;
  }
}
#case .wrapper .links {
  width: 254px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 20px;
  top: 0;
}
#case .wrapper .links .ttl {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #4d4d4d;
  padding: 28px 0;
}
#case .wrapper .links .inner {
  padding: 20px;
}
#case .wrapper .links .inner .btn {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 0;
  border-radius: 20px;
  margin: 0 0 10px;
  position: relative;
  transition: all 0.3s;
}
#case .wrapper .links .inner .btn:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .links .inner .btn:hover {
    opacity: 1;
  }
}
#case .wrapper .links .inner .btn:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#case .wrapper .links .inner .btn.n1 {
  background: #4d4d4d;
  color: #fff;
  border: 1px solid #4d4d4d;
}
#case .wrapper .links .inner .btn.n2 {
  background: #d71f1c;
  border: 1px solid #d71f1c;
}
#case .wrapper .links .inner .tel {
  background: #e6e6e6;
  padding: 20px 0 13px;
}
#case .wrapper .links .inner .tel .title {
  text-align: center;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
}
#case .wrapper .links .inner .tel .title .icon {
  display: inline-block;
  width: 14px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
#case .wrapper .links .inner .tel .title .icon img {
  width: 14px;
  height: 14px;
}
#case .wrapper .links .inner .tel .number {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

#historyback {
  text-align: center;
}
#historyback a {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  #historyback a {
    font-size: 3.8vw;
  }
}
#historyback a:before {
  position: absolute;
  transform: translateY(-50%) rotate(315deg);
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  top: 50%;
  left: -20px;
}
#historyback a i {
  color: #808080;
  padding: 0 10px 0 0;
}
@media (max-width: 750px) {
  #historyback a i {
    padding: 0 1.5vw 0 0;
  }
}
#historyback a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #historyback a:hover {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */