@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
* {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}

:root {
  --main-color: #322dd2;
}

body {
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  word-wrap: break-word;
  color: #2d2d2d;
  background: #dee2e8;
  min-width: 375px;
  line-break: normal;
  font-weight: 400;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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;
  overflow: hidden;
  min-width: 1136px;
}
@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: 16px;
  line-height: 1.75;
  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;
}

/*
---------------------------------------
animation
---------------------------------------
*/
@keyframes attentionAnim {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.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 7.2%;
  }
}
.l-contents span {
  font-size: inherit;
  font-weight: inherit;
}
.l-contents img {
  max-width: 100%;
  height: auto;
}
.l-contents .en {
  font-family: "Alexandria", sans-serif;
  font-weight: 400;
}
.l-contents .min {
  font-family: "Cormorant", serif;
  font-weight: 400;
}
.l-contents .ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.l-contents .ofi-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;
  }
}
.l-contents .c-pageTtl {
  padding: 171px 0 50px;
}
@media (max-width: 750px) {
  .l-contents .c-pageTtl {
    padding: 23vw 0 8.6vw;
  }
}
.l-contents .c-pageTtl .inner {
  max-width: 1065px;
}
.l-contents .c-pageTtl__heading {
  width: 100%;
  position: relative;
}
.l-contents .c-pageTtl__heading:before {
  content: "";
  background: url(../images/common/pageTtl_frame.svg) no-repeat center center/cover;
  width: 342.28px;
  height: 289.23px;
  display: block;
  position: absolute;
  right: -46px;
  top: -81px;
}
@media (max-width: 750px) {
  .l-contents .c-pageTtl__heading:before {
    background-image: url(../images/common/pageTtl_frame_sp.svg);
    width: 38.4vw;
    height: 38.6vw;
    right: 7.5vw;
    top: -9vw;
  }
}
.l-contents .c-pageTtl__heading__en {
  line-height: 0.85;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .l-contents .c-pageTtl__heading__en {
    line-height: 1;
    margin-bottom: 1.7vw;
  }
}
.l-contents .c-pageTtl__heading__en .min {
  font-size: 118px;
  letter-spacing: 0.09em;
}
@media (max-width: 750px) {
  .l-contents .c-pageTtl__heading__en .min {
    font-size: 11vw;
    letter-spacing: 0.03em;
  }
}
.l-contents .c-pageTtl__heading__en .en {
  font-size: 115px;
  letter-spacing: 0.07em;
  font-weight: 600;
}
@media (max-width: 750px) {
  .l-contents .c-pageTtl__heading__en .en {
    font-size: 10.4vw;
    letter-spacing: 0.03em;
  }
}
.l-contents .c-pageTtl__heading__ja {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .l-contents .c-pageTtl__heading__ja {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
}

/*	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: #c1272d;
  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: -ms-flexbox;
  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: -ms-flexbox;
    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: 34px;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/form/arrow-select@2x.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 10px;
  font-size: 14px;
}
@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;
}

/*
---------------------------------------
btn
---------------------------------------
*/
.c-btn-01 .c-btn-01__link {
  display: block;
  height: 90px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid #2d2d2d;
  font-size: 17px;
  font-weight: 500;
  font-family: "Alexandria", sans-serif;
  position: relative;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  .c-btn-01 .c-btn-01__link {
    height: 18.5vw;
    font-size: 3.6vw;
  }
}
.c-btn-01 .c-btn-01__link:before {
  content: "";
  background: url(../images/common/arrow_right-black.svg) no-repeat center center/cover;
  width: 19px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform 0.3s ease-out;
}
@media (max-width: 750px) {
  .c-btn-01 .c-btn-01__link:before {
    width: 3.7333333333vw;
    height: 2.9333333333vw;
    right: 6vw;
  }
}
@media (hover: hover) {
  .c-btn-01 .c-btn-01__link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background: #2d2d2d;
  }
  .c-btn-01 .c-btn-01__link:where(:any-link, :enabled, summary):hover:before {
    background-image: url(../images/common/arrow_right-white.svg);
    transform: translateY(-50%) translateX(5px);
  }
}

.c-btn-02 .c-btn-02__link {
  font-size: 17px;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 20px 10px;
  display: inline-block;
}
@media (max-width: 750px) {
  .c-btn-02 .c-btn-02__link {
    font-size: 3.6vw;
    padding: 4vw 2vw;
  }
}
.c-btn-02 .c-btn-02__link:before {
  content: "";
  background: #2d2d2d;
  width: calc(100% - 6px);
  height: 5px;
  display: block;
  position: absolute;
  left: 2px;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: right center;
  transition: transform 0.3s ease-out;
}
@media (max-width: 750px) {
  .c-btn-02 .c-btn-02__link:before {
    width: calc(100% - 2.2vw);
    left: 1.1vw;
    height: 1.1vw;
  }
}
@media (hover: hover) {
  .c-btn-02 .c-btn-02__link:where(:any-link, :enabled, summary):hover:before {
    transform: scale(0, 1);
  }
}

.c-heading-01__ja {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .c-heading-01__ja {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
}

.c-heading-01__en {
  line-height: 1.1;
}
.c-heading-01__en .min {
  font-size: 61px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .c-heading-01__en .min {
    font-size: 12.2666666667vw;
  }
}
.c-heading-01__en .en {
  font-size: 56px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media (max-width: 750px) {
  .c-heading-01__en .en {
    font-size: 11.3333333333vw;
  }
}

.c-heading-02__en {
  line-height: 0.9;
  margin-bottom: 23px;
}
@media (max-width: 750px) {
  .c-heading-02__en {
    line-height: 1;
    margin-bottom: 1.7vw;
  }
}
.c-heading-02__en .min {
  font-size: 92px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .c-heading-02__en .min {
    font-size: 12.2666666667vw;
  }
}
.c-heading-02__en .en {
  font-size: 85px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 750px) {
  .c-heading-02__en .en {
    font-size: 11.3333333333vw;
  }
}

.c-heading-02__ja {
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .c-heading-02__ja {
    font-size: 4vw;
  }
}

.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: 16px;
  line-height: 1.875;
  font-feature-settings: "auto";
  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%;
  }
}

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

.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 {
    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: #2d2d2d;
  padding: 2px;
  color: #fff;
}

.wp-pagenavi .page .icon,
.wp-pagenavi .previouspostslink .icon,
.wp-pagenavi .nextpostslink .icon {
  font-size: 16px;
  color: #fff;
}

.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: #2d2d2d;
  padding: 2px;
}

.c-pageNav .inner {
  max-width: 1065px;
}

.c-pageNav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 750px) {
  .c-pageNav__list {
    grid-template-columns: 1fr;
    gap: 2.8vw 0;
  }
}

.c-pageNav__item a {
  background: #2d2d2d;
  color: #fff;
  position: relative;
  width: 100%;
  height: 90px;
  display: grid;
  place-items: center;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  .c-pageNav__item a {
    width: 100%;
    height: 13vw;
    display: grid;
    grid-template-columns: 25vw 1fr;
    gap: 0 4vw;
    align-items: center;
    place-items: center start;
    padding-inline: 7vw;
  }
}
.c-pageNav__item a:before {
  content: "";
  background: url(../images/common/arrow_bottom-white.svg) no-repeat center center/contain;
  width: 15px;
  height: 19px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
@media (max-width: 750px) {
  .c-pageNav__item a:before {
    width: 3vw;
    height: 3.8vw;
    right: 4.5vw;
  }
}
.c-pageNav__item a:hover .c-pageNav__txt.en {
  opacity: 0;
}
@media (max-width: 750px) {
  .c-pageNav__item a:hover .c-pageNav__txt.en {
    opacity: 1;
  }
}
.c-pageNav__item a:hover .c-pageNav__txt.ja {
  opacity: 1;
}

.c-pageNav__txt {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .c-pageNav__txt {
    font-size: 3.6vw;
  }
}
.c-pageNav__txt.en {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
}
.c-pageNav__txt.ja {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 750px) {
  .c-pageNav__txt.ja {
    opacity: 1;
    position: static;
    transform: translateY(0);
    text-align: left;
    margin: 0;
    font-size: 3.33vw;
    color: #a0a0a0;
  }
  .c-pageNav__txt.ja:before {
    content: "";
    background: #a0a0a0;
    width: 1px;
    height: 3.3vw;
    display: block;
    position: absolute;
    left: -3.4vw;
    top: 50%;
    transform: translateY(-50%);
  }
}

.secRecruit {
  background: url(../images/top/recruit_frame.svg) no-repeat center top/438px;
  padding-bottom: 300px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .secRecruit {
    background: #fff url(../images/top/recruit_frame_sp.svg) no-repeat center top 15vw/68vw;
    padding: 19vw 0 39vw;
  }
}

.secRecruit__heading {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 119px;
}
@media (max-width: 750px) {
  .secRecruit__heading {
    padding-top: 4.333333vw;
    margin-bottom: 15.333333vw;
  }
}

.secRecruit__scroll {
  position: absolute;
  top: 88px;
}
@media (max-width: 750px) {
  .secRecruit__scroll {
    top: 32vw;
  }
}

.scroll__maskWrap {
  position: absolute;
  top: -2px;
  left: 0;
  aspect-ratio: 1324/372;
  height: 372px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .scroll__maskWrap {
    height: 43.6vw;
  }
}

.scroll__mask {
  display: inline-block;
  height: 100%;
  aspect-ratio: 1324/372;
}
.scroll__mask img {
  width: auto;
  height: 100%;
}

.secRecruit__btn a {
  background: #fff;
  max-width: 600px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .secRecruit__btn a {
    max-width: 60vw;
    height: 14vw;
  }
}
@media (hover: hover) {
  .secRecruit__btn a:where(:any-link, :enabled, summary):hover {
    background: #2d2d2d;
    color: #fff;
  }
}

/*
---------------------------------------
cta
---------------------------------------
*/
.secCta {
  background: #322dd2;
  color: #fff;
  text-align: center;
  padding: 28px 0;
}
@media (max-width: 750px) {
  .secCta {
    padding: 10.7vw 0;
  }
}
.secCta .c-heading-01__en {
  text-align: center;
}

.secCta__circleWrap {
  background: url(../images/common/cta_bg.svg) no-repeat center center/1740px;
  height: 364px;
}
@media (max-width: 750px) {
  .secCta__circleWrap {
    background: url(../images/common/cta_bg_sp.svg) no-repeat center center/209vw;
    height: 72.3540133333vw;
  }
}

.secCta__circle {
  width: 364px;
  height: 364px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .secCta__circle {
    width: 72.3540133333vw;
    height: 72.3540133333vw;
  }
}
.secCta__circle a {
  display: block;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  padding-bottom: 23px;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  .secCta__circle a {
    padding-bottom: 4vw;
  }
}
.secCta__circle a:before {
  content: "";
  background: url(../images/common/arrow_right-white.svg) no-repeat center center/cover;
  width: 19px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100px;
  transition: transform 0.3s ease-out;
}
@media (max-width: 750px) {
  .secCta__circle a:before {
    width: 3.7333333333vw;
    height: 2.9333333333vw;
    bottom: 20vw;
  }
}
@media (hover: hover) {
  .secCta__circle a:where(:any-link, :enabled, summary):hover {
    color: #322dd2;
    background: #fff;
  }
  .secCta__circle a:where(:any-link, :enabled, summary):hover:before {
    background-image: url(../images/common/arrow_right-blue.svg);
    transform: translateX(5px);
  }
}
@media (max-width: 750px) {
  .secCta__circle .c-heading-01__en .min {
    font-size: 11.4666666667vw;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header {
  width: 100%;
  position: fixed;
  z-index: 2;
}

.st-header__logo {
  position: absolute;
  top: 21px;
  left: 20px;
}
@media (max-width: 750px) {
  .st-header__logo {
    width: 52.8vw;
    top: 2.7vw;
    left: 2.1vw;
  }
  .st-header__logo img {
    width: 100%;
  }
}

.st-header__nav__box {
  height: 100%;
  display: grid;
  place-items: center;
  padding: 100px 40px;
}
@media (max-width: 750px) {
  .st-header__nav__box {
    display: block;
    padding: 25vw 9.5vw;
  }
}

.st-header__nav__flex {
  display: flex;
  color: #fff;
  width: 77.5vw;
  min-width: 820px;
  margin-inline: auto;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .st-header__nav__flex {
    display: block;
    width: 100%;
    min-width: 0;
  }
}

.st-header__globalNav {
  border-right: 1px solid #fff;
  padding-right: 200px;
}
@media (max-width: 750px) {
  .st-header__globalNav {
    border: none;
    padding-right: 0;
    margin-bottom: 15vw;
  }
}
.st-header__globalNav li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .st-header__globalNav li:not(:last-child) {
    margin-bottom: 3.4vw;
  }
}

.st-header__globalNav__link {
  display: block;
  padding: 0 5px;
  position: relative;
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link:not(.st-header__globalNav__link--top):hover .st-header__globalNav__txt.en {
    opacity: 0;
  }
  .st-header__globalNav__link:not(.st-header__globalNav__link--top):hover .st-header__globalNav__txt.ja {
    opacity: 1;
  }
}

.st-header__globalNav__txt {
  font-size: 16px;
  display: block;
}
@media (max-width: 750px) {
  .st-header__globalNav__txt {
    font-size: 3.6vw;
  }
}
.st-header__globalNav__txt.en {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
}
.st-header__globalNav__txt.ja {
  font-weight: bold;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 750px) {
  .st-header__globalNav__txt.ja {
    opacity: 1;
    position: static;
    transform: translateY(0);
    color: #a0a0a0;
    font-weight: 500;
    font-size: 3.3333333333vw;
    letter-spacing: 0;
  }
  .st-header__globalNav__txt.ja:before {
    content: "|";
    margin-right: 0.6em;
    margin-left: 1em;
  }
}

.st-header__cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 25px;
}
.st-header__cta__item a {
  border: 1px solid #fff;
  position: relative;
  width: 158px;
  height: 75px;
  display: grid;
  place-items: center;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  .st-header__cta__item a {
    width: 100%;
    height: 13vw;
  }
}
.st-header__cta__item a:hover {
  background: #fff;
  color: #2d2d2d;
}
.st-header__cta__item a:hover .st-header__cta__txt.en {
  opacity: 0;
}
.st-header__cta__item a:hover .st-header__cta__txt.ja {
  opacity: 1;
}

.st-header__cta__txt {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .st-header__cta__txt {
    font-size: 3.6vw;
  }
}
.st-header__cta__txt.en {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
}
.st-header__cta__txt.ja {
  font-weight: bold;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#sp-btn {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background: #2d2d2d;
}
@media (max-width: 750px) {
  #sp-btn {
    width: 50px;
    height: 50px;
  }
}
#sp-btn span {
  width: 36px;
  height: 1px;
  transition: all 0.4s;
  background: #fff;
}
@media (max-width: 750px) {
  #sp-btn span {
    width: 27px;
  }
}
#sp-btn span:not(:last-child) {
  margin-bottom: 9px;
}
@media (max-width: 750px) {
  #sp-btn span:not(:last-child) {
    margin-bottom: 7px;
  }
}
#sp-btn span:nth-of-type(2) {
  width: 18px;
}
@media (max-width: 750px) {
  #sp-btn span:nth-of-type(2) {
    width: 13px;
  }
}
#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: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 36px;
  height: 11px;
  background: none;
  padding: 0;
}
@media (max-width: 750px) {
  #sp-btn #sp-btn-a {
    width: 27px;
    height: 9px;
  }
}

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

#sp-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-30deg);
  transform: translateY(5px) rotate(-30deg);
}
@media (max-width: 750px) {
  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-30deg);
    transform: translateY(4px) rotate(-30deg);
  }
}

#sp-btn.active span:nth-of-type(2) {
  width: 100%;
  -webkit-transform: translateY(-5px) rotate(30deg);
  transform: translateY(-5px) rotate(30deg);
}
@media (max-width: 750px) {
  #sp-btn.active span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(30deg);
    transform: translateY(-4px) rotate(30deg);
  }
}

#g-nav {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_noise@2x.jpg) repeat center center/500px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: none;
}
@media (max-width: 750px) {
  #g-nav {
    background-size: 300px;
  }
}
#g-nav .inner {
  height: 100%;
  display: grid;
  place-content: center stretch;
}

.st-header__recruit {
  position: fixed;
  right: 65px;
  top: 0;
}
@media (max-width: 750px) {
  .st-header__recruit {
    right: 50px;
  }
}
.st-header__recruit a {
  display: block;
  width: 157px;
  height: 65px;
  color: #2d2d2d;
}
@media (max-width: 750px) {
  .st-header__recruit a {
    width: 83px;
    height: 50px;
  }
}
@media (min-width: 751px) {
  .st-header__recruit a:hover .st-header__recruit__txt.en {
    opacity: 0;
  }
  .st-header__recruit a:hover .st-header__recruit__txt.ja {
    opacity: 1;
  }
}
.st-header__recruit .st-header__recruit__txt {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.st-header__recruit .st-header__recruit__txt.en {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
  background: url(../images/common/header_recruit_en_bg@2x.jpg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .st-header__recruit .st-header__recruit__txt.en {
    font-size: 13px;
    background-image: url(../images/common/header_recruit_en_bg_sp@2x.jpg);
  }
}
.st-header__recruit .st-header__recruit__txt.ja {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  background: url(../images/common/header_recruit_ja_bg@2x.jpg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .st-header__recruit .st-header__recruit__txt.ja {
    display: none;
  }
}

/*
---------------------------------------
footer
--------------------------------------
*/
.st-footer {
  background: url(../images/common/bg_noise@2x.jpg) repeat center center/500px;
  color: #fff;
}
@media (max-width: 750px) {
  .st-footer {
    background-size: 300px;
  }
}

.st-footer__box {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 0;
}
@media (max-width: 750px) {
  .st-footer__box {
    display: block;
  }
}

.st-footer__left {
  border-left: 1px solid #919fb1;
  padding: 64px 40px 66px 90px;
}
@media (max-width: 750px) {
  .st-footer__left {
    border-left: none;
    border-bottom: 1px solid #919fb1;
    padding: 12vw 9vw 12vw;
  }
}

@media (max-width: 750px) {
  .st-footer__nav {
    margin-bottom: 9.3vw;
  }
}
.st-footer__nav li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .st-footer__nav li:not(:last-child) {
    margin-bottom: 3.4vw;
  }
}

.st-footer__nav__link {
  display: block;
  padding: 0 5px;
  position: relative;
}
@media (max-width: 750px) {
  .st-footer__nav__link {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 751px) {
  .st-footer__nav__link:not(.st-footer__nav__link--top):hover .st-footer__nav__txt.en {
    opacity: 0;
  }
  .st-footer__nav__link:not(.st-footer__nav__link--top):hover .st-footer__nav__txt.ja {
    opacity: 1;
  }
}

.st-footer__nav__txt {
  font-size: 16px;
  display: block;
}
@media (max-width: 750px) {
  .st-footer__nav__txt {
    font-size: 3.6vw;
  }
}
.st-footer__nav__txt.en {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
}
.st-footer__nav__txt.ja {
  font-weight: bold;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 750px) {
  .st-footer__nav__txt.ja {
    opacity: 1;
    position: static;
    transform: translateY(0);
    color: #a0a0a0;
    font-weight: 500;
    font-size: 3.3333333333vw;
    letter-spacing: 0;
  }
  .st-footer__nav__txt.ja:before {
    content: "|";
    margin-right: 0.6em;
    margin-left: 1em;
  }
}

.st-footer__right {
  order: -1;
  padding: 113px 10px 66px 74px;
}
@media (max-width: 750px) {
  .st-footer__right {
    padding: 9.2vw 7.5vw 5vw;
  }
}

.st-footer__logo {
  margin-bottom: 28px;
}
@media (max-width: 750px) {
  .st-footer__logo {
    width: 57vw;
    margin-bottom: 5vw;
  }
  .st-footer__logo img {
    width: 100%;
  }
}

.st-footer__cta {
  display: flex;
  margin-bottom: 20px;
}
.st-footer__cta .st-header__cta__item:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 750px) {
  .st-footer__cta .st-header__cta__item:not(:last-child) {
    margin-right: 0;
  }
}
.st-footer__cta .st-header__cta__item a {
  height: 58px;
}
@media (max-width: 750px) {
  .st-footer__cta .st-header__cta__item a {
    width: 100%;
    height: 13vw;
  }
}
@media (max-width: 750px) {
  .st-footer__cta--pc {
    display: none;
  }
}
.st-footer__cta--sp {
  display: none;
}
@media (max-width: 750px) {
  .st-footer__cta--sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 25px;
    margin-bottom: 0;
  }
}

.st-footer__address {
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .st-footer__address {
    margin-bottom: 3vw;
  }
}

.st-footer__bottom {
  display: flex;
}
@media (max-width: 750px) {
  .st-footer__bottom {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.st-footer__copyright {
  margin-right: 33px;
}
@media (max-width: 750px) {
  .st-footer__copyright {
    margin-right: 0;
  }
}
.st-footer__copyright small {
  font-family: "Alexandria", sans-serif;
  color: #919fb1;
  letter-spacing: 0.1em;
}

.st-footer__cp {
  font-family: "Alexandria", sans-serif;
  text-decoration: underline;
  letter-spacing: 0.1em;
}
.st-footer__pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.st-footer__pageTop.fixed {
  opacity: 1;
  visibility: visible;
}
.st-footer__pageTop a {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/common/arrow_top-white.svg) no-repeat center top/15px;
  padding-top: 30px;
}
@media (max-width: 750px) {
  .st-footer__pageTop a {
    background-size: 2.8vw;
    padding-top: 4.9vw;
  }
}

.st-footer__pageTop__txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
}
@media (max-width: 750px) {
  .st-footer__pageTop__txt {
    font-size: 3.3vw;
  }
}

/*
---------------------------------------
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 {
  padding-bottom: 150px;
}
@media (max-width: 750px) {
  #contact {
    padding-bottom: 15vw;
  }
}
#contact .c-pageTtl {
  margin-bottom: 90px;
}
@media (max-width: 750px) {
  #contact .c-pageTtl {
    margin-bottom: 10vw;
  }
}
#contact .c-pageTtl__heading__en {
  padding-top: 13px;
}
@media (max-width: 750px) {
  #contact .c-pageTtl__heading__en {
    padding-top: 2.7vw;
  }
}
#contact .c-pageTtl__heading__en .min {
  margin-right: 25px;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  #contact .c-pageTtl__heading__en .min {
    margin-right: 1.9vw;
  }
}
#contact .c-pageTtl__heading__en .en {
  letter-spacing: 0.06em;
}
@media (min-width: 751px) {
  #contact .c-pageTtl__heading__en .en {
    font-size: 110px;
  }
}
#contact #birth_year {
  width: 6em;
}
@media (max-width: 750px) {
  #contact #birth_year {
    width: 4.5em;
  }
}
#contact #birth_month,
#contact #birth_day {
  width: 3.5em;
  margin-left: 10px;
}
@media (max-width: 750px) {
  #contact #birth_month,
  #contact #birth_day {
    width: 3em;
    margin-left: 1vw;
  }
}
#contact #birth_year,
#contact #birth_month,
#contact #birth_day {
  margin-right: 10px;
}
@media (max-width: 750px) {
  #contact #birth_year,
  #contact #birth_month,
  #contact #birth_day {
    margin-right: 1vw;
  }
}
@media (max-width: 750px) {
  #contact .table_entry .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
  #contact .table_entry .wpcf7-list-item:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
#contact.thanks {
  padding-top: 100px;
}
@media (max-width: 750px) {
  #contact.thanks {
    padding-top: 20vw;
  }
}

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

/*
---------------------------------------
top
---------------------------------------
*/
#top {
  font-feature-settings: "palt";
}
#top .secMainView {
  background: url(../images/top/mv_bg_grid@2x.png) repeat right 32px top/260px;
  position: relative;
  padding-top: 13.7vw;
  padding-bottom: 6vw;
}
@media (max-width: 750px) {
  #top .secMainView {
    background-position: right -0.04vw top;
    background-size: 34.66vw;
    padding-top: 34.5vw;
    padding-bottom: 16vw;
  }
}
#top .secMainView__top {
  position: relative;
  margin-bottom: 13.9vw;
}
@media (max-width: 750px) {
  #top .secMainView__top {
    margin-bottom: 4.9vw;
  }
}
#top .secMainView__ttl {
  background: #2d2d2d;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 520px;
  height: 150px;
  padding-left: 65px;
  place-content: center start;
  position: absolute;
  top: 14.7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(-130px);
  opacity: 0;
}
@media (max-width: 750px) {
  #top .secMainView__ttl {
    position: static;
    transform: translateX(0);
    font-size: 6vw;
    width: 84vw;
    height: 24.6vw;
    padding-left: 8.5vw;
  }
}
#top .secMainView__ttl:after {
  content: "";
  border-right: 1px solid #c0c0c0;
  animation: flashing 1s linear infinite;
}
@keyframes flashing {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#top .secMainView__questionWrap {
  background: url(../images/top/mv_question_frame.svg) no-repeat center center/cover;
  width: 438px;
  height: 439px;
  overflow: hidden;
  margin-inline: auto;
  transform: translate(315px, 0);
  opacity: 0;
}
@media (max-width: 750px) {
  #top .secMainView__questionWrap {
    width: 40.4vw;
    height: 40.4vw;
    transform: translateX(0);
    margin-left: auto;
    margin-right: 10vw;
    margin-top: -3vw;
  }
}
#top .secMainView__question__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  /* 初期状態で非表示 */
}
@media (max-width: 750px) {
  #top .secMainView__question__item.item-01 img {
    width: 16.46vw;
  }
}
@media (max-width: 750px) {
  #top .secMainView__question__item.item-02 img {
    width: 23.94vw;
  }
}
@media (max-width: 750px) {
  #top .secMainView__question__item.item-03 img {
    width: 21.22vw;
  }
}
@media (max-width: 750px) {
  #top .secMainView__question__item.item-04 img {
    width: 23.28vw;
  }
}
@media (max-width: 750px) {
  #top .secMainView__question__item.item-05 img {
    width: 20vw;
  }
}
@media (max-width: 750px) {
  #top .secMainView__question__item.item-06 img {
    width: 20vw;
  }
}
#top .secMainView__question__item__in {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
#top .secMainView__catchWrap {
  background: url(../images/top/mv_catch_bg@2x.jpg) no-repeat center center/cover;
  width: 520px;
  height: 767px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 66px;
  position: relative;
}
@media (min-width: 1300px) {
  #top .secMainView__catchWrap {
    width: 40vw;
    height: 59vw;
  }
}
@media (max-width: 750px) {
  #top .secMainView__catchWrap {
    background-image: url(../images/top/mv_catch_bg_sp@2x.jpg);
    width: 55.6vw;
    height: 116.8vw;
    padding-bottom: 0;
    padding-top: 19vw;
    justify-content: flex-start;
  }
}
#top .secMainView__catchWrap:before {
  content: "";
  background: url(../images/top/mv_catch_deco.svg) no-repeat center center/cover;
  width: 99px;
  height: 87px;
  display: block;
  position: absolute;
  right: 31px;
  top: -13px;
}
@media (max-width: 750px) {
  #top .secMainView__catchWrap:before {
    width: 19.7333333333vw;
    height: 17.3333333333vw;
    right: 8.3vw;
    top: -8.9vw;
  }
}
#top .secMainView__catch__q {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #top .secMainView__catch__q {
    margin-bottom: 2.6vw;
  }
  #top .secMainView__catch__q img {
    width: 17vw;
  }
}
#top .secMainView__catch__txt {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "auto";
}
@media (max-width: 750px) {
  #top .secMainView__catch__txt {
    font-size: 4.4vw;
  }
}
#top .secMainView__txtbox {
  background: #322dd2;
  color: #fff;
  max-width: calc(100vw - 504px);
  margin-left: auto;
  margin-right: 32px;
  padding-top: 71px;
  padding-right: 53px;
  padding-bottom: 54px;
  padding-left: 85px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 56px;
  margin-top: -521px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1240px) {
  #top .secMainView__txtbox {
    gap: 0 4.5vw;
    max-width: 60vw;
    padding-left: 4.5vw;
    padding-right: 3vw;
  }
}
@media (max-width: 1136px) {
  #top .secMainView__txtbox {
    max-width: 680px;
    padding-left: 50px;
    padding-right: 30px;
    gap: 0 40px;
  }
}
@media (max-width: 750px) {
  #top .secMainView__txtbox {
    margin-top: -8.5vw;
    max-width: 92.6vw;
    margin-right: 0;
    gap: 0 8.5vw;
    padding: 8.1vw 6.6vw 11.6vw 0.6vw;
  }
}
@media (max-width: 750px) {
  #top .secMainView__question img {
    width: 2.6vw;
  }
}
#top .secMainView__txtbox__item:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  #top .secMainView__txtbox__item:not(:last-child) {
    margin-bottom: 2vw;
  }
}
#top .secMainView__txtbox__item:last-of-type {
  margin-bottom: 36px;
}
@media (max-width: 750px) {
  #top .secMainView__txtbox__item:last-of-type {
    margin-bottom: 6.1vw;
  }
}
@media (max-width: 750px) {
  #top .secMainView__q {
    margin-bottom: 1.5vw;
  }
}
#top .secMainView__q span {
  background: #2d2d2d;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 2px 6px 0;
}
@media (max-width: 750px) {
  #top .secMainView__q span {
    font-feature-settings: "auto";
    letter-spacing: 0.01em;
    font-size: 3.3333333333vw;
    padding: 1.7vw 3.2vw 1.4vw;
    line-height: 1.56;
  }
}
#top .secMainView__why {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5em;
}
@media (max-width: 750px) {
  #top .secMainView__why {
    font-size: 4vw;
    letter-spacing: 0.3em;
  }
}
#top .secMainView__why:after {
  content: "";
  border-right: 1px solid #c0c0c0;
  animation: flashing 1s linear infinite;
}
#top .secMainView__txt {
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  #top .secMainView__txt {
    letter-spacing: 0.02em;
    font-size: 3.4666666667vw;
    font-feature-settings: "auto";
  }
}
#top .secMainView__txt + .secMainView__txt {
  margin-top: 29px;
}
@media (max-width: 750px) {
  #top .secMainView__txt + .secMainView__txt {
    margin-top: 6.1vw;
  }
}
#top .secMainView__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  min-width: 1136px;
}
@media (max-width: 750px) {
  #top .secMainView__back {
    min-width: 0;
  }
}
#top .secMainView__back__item {
  position: absolute;
  opacity: 0;
}
#top .secMainView__back__item img {
  width: 100%;
}
#top .secMainView__back__item.item-01 {
  width: 12.38%;
  left: 23.53%;
  top: 0.4%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-01 {
    width: 27.2vw;
    left: 56.93vw;
    top: 2.8vw;
  }
}
#top .secMainView__back__item.item-02 {
  width: 59.76%;
  left: 37.6%;
  top: 0.1%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-02 {
    width: 92.4vw;
    left: 0.6vw;
    top: 14vw;
  }
}
#top .secMainView__back__item.item-03 {
  width: 28.92%;
  left: 3.6%;
  top: 3.2%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-03 {
    width: 44.9333333333vw;
    left: 1.1vw;
    top: 70.5vw;
  }
}
#top .secMainView__back__item.item-04 {
  width: 20.23%;
  left: 32.8%;
  top: 7.7%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-04 {
    width: 9.4666666667vw;
    left: 70.6vw;
    top: 60.7vw;
  }
}
#top .secMainView__back__item.item-05 {
  width: 22.23%;
  left: 55.8%;
  top: 7.5%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-05 {
    width: 12.6vw;
    left: 80.9vw;
    top: 135vw;
  }
}
#top .secMainView__back__item.item-06 {
  width: 17.23%;
  left: 80.3%;
  top: 7.9%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-06 {
    width: 6.8vw;
    left: 48.5vw;
    top: 69.7vw;
  }
}
#top .secMainView__back__item.item-07 {
  width: 11.923%;
  left: -0.2%;
  top: 10.9%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-07 {
    width: 23.4666666667vw;
    left: 57vw;
    top: 135.3vw;
  }
}
#top .secMainView__back__item.item-08 {
  width: 4%;
  left: 14%;
  top: 11%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-08 {
    width: 21.0666666667vw;
    left: 58.4vw;
    top: 152.3vw;
  }
}
#top .secMainView__back__item.item-09 {
  width: 7.538%;
  left: 0;
  top: 17.3%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-09 {
    width: 7.6vw;
    left: 0.3vw;
    top: 32.2vw;
  }
}
#top .secMainView__back__item.item-10 {
  width: 54.84%;
  left: 8.6%;
  top: 21.2%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-10 {
    width: 60.4266666667vw;
    left: 0.8vw;
    top: 59.3vw;
  }
}
#top .secMainView__back__item.item-11 {
  width: 6.3%;
  left: 65%;
  top: 12.3%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-11 {
    display: none;
  }
}
#top .secMainView__back__item.item-12 {
  width: 23.769%;
  left: 73.8%;
  top: 13.1%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-12 {
    width: 8.04968vw;
    left: 57.9vw;
    top: 71vw;
  }
}
#top .secMainView__back__item.item-13 {
  width: 22.6923%;
  left: 74.8%;
  top: 20.4%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-13 {
    width: 36.2666666667vw;
    left: 56.3vw;
    top: 106.8vw;
  }
}
#top .secMainView__back__item.item-14 {
  width: 32.4615%;
  left: 10%;
  top: 28.1%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-14 {
    width: 36.2666666667vw;
    left: 56.8vw;
    top: 178vw;
  }
}
#top .secMainView__back__item.item-15 {
  width: 8%;
  left: 44.9%;
  top: 27.8%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-15 {
    width: 13.3333333333vw;
    left: 56.8vw;
    top: 160.3vw;
  }
}
#top .secMainView__back__item.item-16 {
  width: 19.923%;
  left: 55%;
  top: 28.4%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-16 {
    width: 5.6vw;
    left: 73.6vw;
    top: 160.6vw;
  }
}
#top .secMainView__back__item.item-17 {
  width: 20.07692%;
  left: 77.5%;
  top: 28.1%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-17 {
    width: 10.8933333333vw;
    left: 82.3vw;
    top: 60.1vw;
  }
}
#top .secMainView__back__item.item-18 {
  width: 97%;
  left: 0.5%;
  top: 33%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-18 {
    width: 92.4617866667vw;
    left: 0.6vw;
    top: 91vw;
  }
}
#top .secMainView__back__item.item-19 {
  width: 47.153%;
  left: 42%;
  top: 40%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-19 {
    width: 36.5878133333vw;
    left: 56.3vw;
    top: 122.5vw;
  }
}
#top .secMainView__back__item.item-20 {
  width: 6.6923%;
  left: 90.7%;
  top: 40%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-20 {
    display: none;
  }
}
#top .secMainView__back__item.item-21 {
  width: 41.461%;
  left: 44.5%;
  top: 48.1%;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-21 {
    display: none;
  }
}
#top .secMainView__back__item.item-22 {
  width: 30.923%;
  left: 2.5%;
  bottom: 160px;
}
@media (max-width: 750px) {
  #top .secMainView__back__item.item-22 {
    width: 37.2362vw;
    bottom: auto;
    left: 56.4vw;
    top: 189.5vw;
  }
}
#top .secMainView__scroll {
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 100%;
  background: #dee2e8;
  padding-top: 391px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #top .secMainView__scroll {
    padding-top: 146vw;
    width: 6.5vw;
    border-left: 1px solid #d3dae3;
  }
}
#top .secMainView__scroll__en {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #top .secMainView__scroll__en {
    font-size: 3.0666666667vw;
    margin-bottom: 2.7vw;
  }
}
#top .secMainView__scroll__line {
  width: 1px;
  height: 96px;
  background: #2d2d2d;
  position: relative;
}
@media (max-width: 750px) {
  #top .secMainView__scroll__line {
    height: 24.4vw;
  }
}
#top .secMainView__scroll__line:before {
  content: "";
  background: #2d2d2d;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
  animation: scroll 1.5s ease-out infinite;
}
@media (max-width: 750px) {
  #top .secMainView__scroll__line:before {
    width: 1.4666666667vw;
    height: 1.4666666667vw;
    left: -0.7333333333vw;
  }
}
@keyframes scroll {
  0% {
    top: 0;
  }
  75% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
#top .secProject {
  background: url(../images/common/bg_noise@2x.jpg) repeat center center/500px;
  position: relative;
  padding: 158px 0 93px;
}
@media (max-width: 750px) {
  #top .secProject {
    padding: 13.3vw 0px 16.6vw;
    background-size: 300px;
  }
}
#top .secProject__question {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: 23px;
}
@media (max-width: 750px) {
  #top .secProject__question {
    top: 15.5vw;
    right: 1.4vw;
    transform: translateY(0);
  }
  #top .secProject__question img {
    width: 2.6vw;
  }
}
#top .secProject__box {
  display: flex;
  min-width: 820px;
  max-width: 980px;
  margin-inline: auto;
  justify-content: space-between;
  margin-bottom: 53px;
}
@media (max-width: 750px) {
  #top .secProject__box {
    display: block;
    width: 100%;
    min-width: 0;
    margin-bottom: 17.5vw;
  }
}
#top .secProject__txtbox {
  flex: 1;
}
@media (max-width: 750px) {
  #top .secProject__txtbox {
    margin-bottom: 35.5vw;
  }
}
#top .secProject__heading {
  color: #fff;
  transform: translateY(-20px);
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #top .secProject__heading {
    transform: translateY(0);
    line-height: 1.15;
  }
}
#top .secProject__heading .min {
  font-size: 75px;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  #top .secProject__heading .min {
    font-size: 12.2666666667vw;
  }
}
#top .secProject__heading .en {
  font-size: 68px;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  #top .secProject__heading .en {
    font-size: 11.3333333333vw;
  }
}
#top .project {
  display: block;
  margin-top: 22px;
}
@media (max-width: 750px) {
  #top .project {
    margin-top: 2.4vw;
  }
  #top .project img {
    width: 73.96vw;
  }
}
#top .secProject__catch {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 750px) {
  #top .secProject__catch {
    line-height: 1.6;
  }
}
#top .secProject__catch__sub {
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  #top .secProject__catch__sub {
    font-size: 3.4666666667vw;
  }
}
#top .secProject__catch__main {
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #top .secProject__catch__main {
    font-size: 6vw;
    letter-spacing: 0.07em;
  }
}
#top .secProject__imgWrap {
  position: relative;
}
#top .secProject__imgFrame {
  background: url(../images/top/mv_question_frame.svg) no-repeat center center/cover;
  width: 438px;
  height: 439px;
}
@media (max-width: 750px) {
  #top .secProject__imgFrame {
    width: 67.7333333333vw;
    height: 68.1333333333vw;
    margin-inline: auto;
  }
}
#top .secProject__imgCatch {
  position: absolute;
  right: 40px;
  top: -115px;
  margin: 0;
}
@media (max-width: 750px) {
  #top .secProject__imgCatch {
    right: 3vw;
    top: -19.6vw;
    width: 58.5453333333vw;
  }
}
#top .space {
  width: 100%;
  height: 100%;
  perspective: 5000px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  position: relative;
}
@media (max-width: 750px) {
  #top .space {
    padding-top: 1.6vw;
  }
}
#top .space:before {
  content: "";
  background: url(../images/top/project_shadow@2x.png) no-repeat center center/cover;
  width: 323px;
  height: 103px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
}
@media (max-width: 750px) {
  #top .space:before {
    width: 53.3333333333vw;
    height: 17.0666666667vw;
    bottom: -11.6vw;
  }
}
#top .box {
  width: 300px;
  height: 180px;
  transform-style: preserve-3d;
  /* transform: rotateX(-20deg) rotate3d(0, 1, 0, 0deg); */
  position: relative;
  /* animation: rotation 5s linear 0s infinite normal none running; */
  --angle: 0deg;
  transform: rotateX(-20deg) rotate3d(0, 1, 0, var(--angle));
}
@media (max-width: 750px) {
  #top .box {
    width: 49.3333333333vw;
    height: 29.6vw;
  }
}
#top .face {
  width: 300px;
  height: 180px;
  /* border: solid 2px black; */
  box-sizing: border-box;
  position: absolute;
}
@media (max-width: 750px) {
  #top .face {
    width: 49.3333333333vw;
    height: 29.6vw;
  }
}
#top .face.top {
  height: 120px;
  /* 奥行きの高さ */
  transform: rotateX(90deg) translateZ(60px);
  background: linear-gradient(105deg, rgb(244, 244, 244) 0%, rgb(198, 198, 198) 100%);
}
@media (max-width: 750px) {
  #top .face.top {
    height: 19.7333333333vw;
    transform: rotateX(90deg) translateZ(9.8666666667vw);
  }
}
#top .face.bottom {
  height: 120px;
  /* 奥行きの高さ */
  transform: rotateX(-90deg) translateZ(75px);
  background: linear-gradient(45deg, rgb(244, 244, 244) 0%, rgb(198, 198, 198) 100%);
}
@media (max-width: 750px) {
  #top .face.bottom {
    height: 19.7333333333vw;
    transform: rotateX(-90deg) translateZ(19.7333333333vw);
  }
}
#top .face.front {
  transform: translateZ(60px);
  /* 奥行きの半分 */
  background: linear-gradient(45deg, rgb(244, 244, 244) 0%, rgb(198, 198, 198) 100%);
}
@media (max-width: 750px) {
  #top .face.front {
    transform: translateZ(9.8666666667vw);
  }
}
#top .face.back {
  transform: rotateY(180deg) translateZ(60px);
  /* 奥行きの半分 */
  background: linear-gradient(45deg, rgb(244, 244, 244) 0%, rgb(198, 198, 198) 100%);
}
@media (max-width: 750px) {
  #top .face.back {
    transform: rotateY(180deg) translateZ(9.8666666667vw);
  }
}
#top .face.right {
  width: 120px;
  /* 奥行きの幅 */
  height: 180px;
  /* 高さ */
  transform: rotateY(90deg) translateZ(240px);
  /* 幅の半分 */
  background: linear-gradient(45deg, rgb(244, 244, 244) 0%, rgb(198, 198, 198) 100%);
}
@media (max-width: 750px) {
  #top .face.right {
    width: 19.7333333333vw;
    height: 29.6vw;
    transform: rotateY(90deg) translateZ(39.4666666667vw);
  }
}
#top .face.left {
  width: 120px;
  /* 奥行きの幅 */
  height: 180px;
  /* 高さ */
  transform: rotateY(-90deg) translateZ(60px);
  /* 幅の半分 */
  background: linear-gradient(to right, rgb(198, 198, 198) 0%, rgb(244, 244, 244) 100%);
}
@media (max-width: 750px) {
  #top .face.left {
    width: 19.7333333333vw;
    height: 29.6vw;
    transform: rotateY(-90deg) translateZ(9.8666666667vw);
  }
}
#top .secProject__btn a {
  border-color: #fff;
  color: #fff;
  max-width: 980px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  #top .secProject__btn a {
    background: #fff;
    color: #2d2d2d;
  }
}
#top .secProject__btn a:before {
  content: "";
  background-image: url(../images/common/arrow_right-white.svg);
}
@media (max-width: 750px) {
  #top .secProject__btn a:before {
    background-image: url(../images/common/arrow_right-black.svg);
  }
}
@media (hover: hover) {
  #top .secProject__btn a:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: #2d2d2d;
  }
  #top .secProject__btn a:where(:any-link, :enabled, summary):hover:before {
    background-image: url(../images/common/arrow_right-black.svg);
  }
}
#top .secContents {
  padding: 100px 0 94px;
}
@media (max-width: 750px) {
  #top .secContents {
    padding: 15.3vw 0 16.6vw;
  }
}
#top .secContents .inner {
  max-width: 1220px;
}
@media (max-width: 750px) {
  #top .secContents .inner {
    padding-inline: 6.5%;
  }
}
#top .secContents__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 55px;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #top .secContents__box {
    grid-template-columns: 1fr;
    gap: 5vw 0;
  }
}
@media (max-width: 750px) {
  #top .secContents__item {
    color: #fff;
  }
}
#top .secContents__item a {
  position: relative;
}
#top .secContents__item a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#top .secContents__item.item-01 a:before {
  background: url(../images/top/contents_bg_01@2x.png) no-repeat center center/cover;
}
@media (max-width: 750px) {
  #top .secContents__item.item-01 a {
    background: url(../images/top/contents_bg_01_sp@2x.png) no-repeat center center/cover;
  }
}
#top .secContents__item.item-02 a:before {
  background: url(../images/top/contents_bg_02@2x.png) no-repeat center center/cover;
}
@media (max-width: 750px) {
  #top .secContents__item.item-02 a {
    background: url(../images/top/contents_bg_02_sp@2x.png) no-repeat center center/cover;
  }
}
#top .secContents__item__link {
  display: block;
  border: 1px solid #2d2d2d;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  #top .secContents__item__link:where(:any-link, :enabled, summary):hover {
    color: #fff;
  }
  #top .secContents__item__link:where(:any-link, :enabled, summary):hover:before {
    opacity: 1;
  }
  #top .secContents__item__link:where(:any-link, :enabled, summary):hover .secContents__btn .c-btn-01__link {
    background: #2d2d2d;
  }
  #top .secContents__item__link:where(:any-link, :enabled, summary):hover .secContents__btn .c-btn-01__link:before {
    background-image: url(../images/common/arrow_right-white.svg);
  }
}
#top .secContents__item__txtbox {
  max-width: 61%;
  margin-inline: auto;
  display: grid;
  place-content: center;
  padding: 75px 0;
}
@media (max-width: 750px) {
  #top .secContents__item__txtbox {
    max-width: 80%;
    padding: 12.7vw 0;
  }
}
#top .secContents__heading {
  margin-bottom: 27px;
}
@media (max-width: 750px) {
  #top .secContents__heading {
    margin-bottom: 4.4vw;
  }
}
#top .secContents__txt {
  letter-spacing: 0.1em;
}
#top .secContents__btn .c-btn-01__link {
  border: none;
  border-top: 1px solid #2d2d2d;
  transition: background 0.3s ease-out;
}
@media (max-width: 750px) {
  #top .secContents__btn .c-btn-01__link {
    background: #2d2d2d;
  }
  #top .secContents__btn .c-btn-01__link:before {
    background-image: url(../images/common/arrow_right-white.svg);
  }
}
#top .secCulture__head {
  margin-bottom: 33px;
}
@media (max-width: 750px) {
  #top .secCulture__head {
    margin-bottom: 8vw;
  }
}
#top .secCulture__head .inner {
  max-width: 1220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #top .secCulture__head .inner {
    display: block;
  }
}
#top .secCulture__lead {
  padding-top: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #top .secCulture__lead {
    padding-top: 3.6vw;
  }
}
#top .secCulture__cont {
  position: relative;
}
#top .secCulture__cont__link {
  display: block;
}
@media (hover: hover) {
  #top .secCulture__cont__link:where(:any-link, :enabled, summary):hover .secCulture__img img {
    opacity: 0;
  }
}
#top .secCulture__img {
  background: url(../images/top/culture_bg_hover@2x.jpg) no-repeat center center/cover;
}
#top .secCulture__img img {
  width: 100%;
  transition: opacity 0.3s ease-out;
}
#top .secCulture__question {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.95%;
}
@media (max-width: 750px) {
  #top .secCulture__question {
    width: 9.08vw;
  }
}
#top .secCulture__question img {
  width: 100%;
}
#top .secCulture__imgCatch {
  position: absolute;
  right: 5.7%;
  top: 21%;
  z-index: 1;
  width: 8.692%;
}
@media (max-width: 750px) {
  #top .secCulture__imgCatch {
    right: 7.4vw;
    top: 6.5vw;
    width: 27.3vw;
  }
}
#top .secCulture__imgCatch img {
  width: 100%;
}
#top .secCulture__btnWrap {
  background: url(../images/top/culture_btn_frame.svg) no-repeat center center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(33.3333333333% + 1px);
  height: calc(66.6666666667% + 1px);
  display: grid;
  place-items: center;
  z-index: 0;
}
@media (max-width: 750px) {
  #top .secCulture__btnWrap {
    width: 66.6666666667%;
    height: 33.3333333333%;
  }
}
#top .secCulture__btn {
  width: 69%;
}
@media (max-width: 750px) {
  #top .secCulture__btn {
    width: 90%;
  }
}
#top .secCulture__btn .c-btn-01__link {
  background: #2d2d2d;
  color: #fff;
  width: 100%;
}
#top .secCulture__btn .c-btn-01__link:before {
  background-image: url(../images/common/arrow_right-white.svg);
}
@media (max-width: 750px) {
  #top .secCulture__btn .c-btn-01__link:before {
    right: 4.2vw;
  }
}
#top .secData {
  padding: 93px 0 82px;
}
@media (max-width: 750px) {
  #top .secData {
    padding: 19vw 0 14.6vw;
  }
}
#top .secData .secData__link {
  max-width: 1185px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  #top .secData .secData__link {
    display: block;
  }
}
@media (hover: hover) {
  #top .secData .secData__link:where(:any-link, :enabled, summary):hover .secData__figure:before {
    opacity: 1;
  }
  #top .secData .secData__link:where(:any-link, :enabled, summary):hover .secData__figure img {
    opacity: 0;
  }
  #top .secData .secData__link:where(:any-link, :enabled, summary):hover .secData__btn .c-btn-01__link {
    background: #2d2d2d;
    color: #fff;
  }
  #top .secData .secData__link:where(:any-link, :enabled, summary):hover .secData__btn .c-btn-01__link:before {
    background-image: url(../images/common/arrow_right-white.svg);
  }
}
#top .secData__txtbox {
  padding-right: 70px;
  padding-bottom: 25px;
}
@media (max-width: 750px) {
  #top .secData__txtbox {
    padding-right: 0;
    padding-bottom: 10vw;
  }
}
#top .secData__heading {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #top .secData__heading {
    margin-bottom: 3.5vw;
  }
}
#top .secData__lead {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #top .secData__lead {
    margin-bottom: 10.4vw;
  }
}
#top .secData__imgWrap {
  flex: 1;
  position: relative;
}
#top .secData__figure {
  position: relative;
}
#top .secData__figure:before {
  content: "";
  background: url(../images/top/data_bg_hover@2x.png) no-repeat center center/487px;
  width: 487px;
  height: 555px;
  display: block;
  position: absolute;
  left: 135px;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 750px) {
  #top .secData__figure:before {
    display: none;
  }
}
@media (max-width: 750px) {
  #top .secData__figure {
    margin-bottom: 13.5vw;
  }
}
#top .secData__figure img {
  margin-left: 135px;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 750px) {
  #top .secData__figure img {
    margin-left: 0;
  }
}
#top .secData__ttl {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  #top .secData__ttl {
    left: -2vw;
    top: -15.3vw;
    width: 60vw;
  }
}
#top .secData__en {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  #top .secData__en {
    left: auto;
    right: -5.4vw;
    bottom: -3vw;
    width: 7.3vw;
  }
}
@media (max-width: 750px) {
  #top .secData__btn .c-btn-01__link {
    background: #2d2d2d;
    color: #fff;
  }
  #top .secData__btn .c-btn-01__link:before {
    background-image: url(../images/common/arrow_right-white.svg);
  }
}
#top .secField {
  padding-inline: 25px;
}
@media (max-width: 750px) {
  #top .secField {
    padding-inline: 0;
  }
}
#top .secField .inner {
  max-width: 1250px;
  background: url(../images/common/bg_noise@2x.jpg) repeat center center/500px;
}
@media (max-width: 750px) {
  #top .secField .inner {
    background-size: 300px;
  }
}
#top .secField__box {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 82px;
  padding-bottom: 98px;
}
@media (max-width: 750px) {
  #top .secField__box {
    max-width: 100%;
    padding: 14.3vw 0 20vw;
  }
}
#top .secField__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #top .secField__head {
    display: block;
    margin-bottom: 5vw;
  }
}
#top .secField__heading {
  color: #fff;
}
#top .secField__lead {
  color: #fff;
  letter-spacing: 0.1em;
  margin-left: auto;
}
@media (max-width: 750px) {
  #top .secField__lead {
    padding-top: 2.8vw;
  }
}
#top .secField__btn {
  margin-right: 0;
  margin-left: 43px;
}
@media (max-width: 750px) {
  #top .secField__btn {
    margin-left: 0;
  }
}
#top .secField__btn a {
  width: 300px;
  background: #fff;
}
@media (hover: hover) {
  #top .secField__btn a:where(:any-link, :enabled, summary):hover {
    background: #2d2d2d;
    color: #fff;
    border-color: #fff;
  }
  #top .secField__btn a:where(:any-link, :enabled, summary):hover:before {
    background-image: url(../images/common/arrow_right-white.svg);
  }
}
@media (max-width: 750px) {
  #top .secField__btn a {
    width: 100%;
  }
}
#top .secField__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #top .secField__cont {
    display: block;
  }
}
#top .secField__list {
  color: #fff;
  background: url(../images/top/field_circle.svg) no-repeat right center/454px;
  padding-top: 18px;
  height: 543px;
  flex: 1;
  margin-right: 18px;
}
@media (max-width: 750px) {
  #top .secField__list {
    height: auto;
    background: none;
    margin-right: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.7vw 5vw;
    padding-bottom: 16.2vw;
    background: none;
  }
}
#top .secField__list li {
  border-bottom: 1px solid #fff;
}
#top .secField__list li .secField__list__btn {
  line-height: 1.75;
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 19px 0;
  position: relative;
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 750px) {
  #top .secField__list li .secField__list__btn {
    padding: 2.5vw 0;
  }
}
#top .secField__list li .secField__list__btn:before {
  content: "▶";
  font-size: 12px;
  margin-right: 10px;
  transition: color 0.3s ease-out;
}
@media (max-width: 750px) {
  #top .secField__list li .secField__list__btn:before {
    content: "▼";
    font-size: 2.6vw;
  }
}
@media (hover: hover) {
  #top .secField__list li .secField__list__btn:where(:any-link, :enabled, summary):hover:before {
    color: #D53E82;
  }
  #top .secField__list li .secField__list__btn:where(:any-link, :enabled, summary):hover .secField__list__txt--label {
    opacity: 0;
  }
  #top .secField__list li .secField__list__btn:where(:any-link, :enabled, summary):hover .secField__list__txt--desc {
    opacity: 1;
  }
}
#top .secField__list__txt {
  font-weight: bold;
  letter-spacing: 0.2em;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 750px) {
  #top .secField__list__txt {
    letter-spacing: 0.1em;
    font-size: 3.46vw;
  }
}
#top .secField__list__txt--desc {
  position: absolute;
  left: calc(1em + 12px);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 750px) {
  #top .secField__list__txt--desc {
    display: none;
  }
}
#top .secField__detail {
  transform: translateX(30px);
}
@media (max-width: 750px) {
  #top .secField__detail {
    transform: translateX(0);
    background: url(../images/top/field_circle_sp.svg) no-repeat center center/84.8vw;
  }
}
#top .secField__detail__coming {
  width: 386px;
  height: 386px;
  background: url(../images/top/field_q.svg) no-repeat center center/contain;
  display: grid;
  place-items: center;
  padding-left: 10px;
}
@media (max-width: 750px) {
  #top .secField__detail__coming {
    background-image: url(../images/top/field_q_sp.svg);
    width: 67vw;
    height: 67vw;
    margin-inline: auto;
    margin-top: -10vw;
    margin-bottom: 11vw;
  }
}
#top .secField__detail__coming img {
  opacity: 0;
  transition: all 0.2s ease-out;
}
#top .secNews {
  padding: 96px 0 115px;
}
@media (max-width: 750px) {
  #top .secNews {
    padding: 13.9vw 0 16.6vw;
  }
}
#top .secNews__head {
  margin-bottom: 21px;
}
@media (max-width: 750px) {
  #top .secNews__head {
    margin-bottom: 5.4vw;
  }
}
#top .secNews__head .inner {
  max-width: 1050px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#top .secNews__btn {
  margin-bottom: 13px;
}
@media (max-width: 750px) {
  #top .secNews__btn {
    margin-bottom: 0;
    transform: translate(1.2vw, -4.8vw);
  }
}
#top .secNews__item {
  border-bottom: 1px solid #2d2d2d;
  display: grid;
  grid-template-columns: 29em 1fr;
  gap: 0;
}
@media (max-width: 750px) {
  #top .secNews__item {
    display: block;
  }
}
#top .secNews__item:first-child {
  border-top: 1px solid #2d2d2d;
}
#top .secNews__date {
  letter-spacing: 0.1em;
  font-weight: bold;
  border-right: 1px solid #2d2d2d;
  border-left: 1px solid #2d2d2d;
  position: relative;
  text-align: center;
  padding-block: 20px;
  margin-left: 90px;
}
@media (max-width: 750px) {
  #top .secNews__date {
    margin-left: 0;
    border-left: none;
    width: 37vw;
    padding-block: 2.3vw;
  }
}
@media (max-width: 750px) {
  #top .secNews__ttlWrap {
    border-top: 1px solid #2d2d2d;
  }
}
#top .secNews__ttlWrap a {
  display: block;
  padding-block: 26px;
  height: 100%;
  padding-left: 35px;
  padding-right: 100px;
  position: relative;
}
@media (max-width: 750px) {
  #top .secNews__ttlWrap a {
    padding-block: 4.7vw;
    padding-left: 8vw;
    padding-right: 12.3vw;
  }
}
#top .secNews__ttlWrap a:before {
  content: "";
  background: url(../images/common/arrow_right-black.svg) no-repeat center center/cover;
  width: 19px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 51px;
  transition: transform 0.3s ease-out;
}
@media (max-width: 750px) {
  #top .secNews__ttlWrap a:before {
    width: 3.1333333333vw;
    height: 2.4666666667vw;
    right: 7.5vw;
  }
}
@media (hover: hover) {
  #top .secNews__ttlWrap a:where(:any-link, :enabled, summary):hover:before {
    transform: translateY(-50%) translateX(5px);
  }
}
#top .secNews__ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 750px) {
  #top .secNews__ttl {
    font-size: 3.4666666667vw;
  }
}

/*
---------------------------------------
case-ac
---------------------------------------
*/
#case-ac .c-pageTtl {
  margin-bottom: 83px;
}
@media (max-width: 750px) {
  #case-ac .c-pageTtl {
    margin-bottom: 0;
  }
}
#case-ac .catListWrap {
  width: calc(100% - 90px);
  margin-inline: auto;
  position: relative;
  padding: 77px 0 62px;
}
@media (max-width: 750px) {
  #case-ac .catListWrap {
    width: 100%;
    padding: 9.7vw 0 10vw;
  }
}
#case-ac .catListWrap:before {
  content: "";
  background: url(../images/case/catlist_bg@2x.jpg) no-repeat center center/cover;
  width: 100%;
  height: 630px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 750px) {
  #case-ac .catListWrap:before {
    background-image: url(../images/case/catlist_bg_sp@2x.jpg);
    height: 108.6vw;
  }
}
#case-ac .catListWrap:after {
  content: "";
  background: url(../images/case/catlist_en.svg) no-repeat center center/cover;
  width: 26px;
  height: 95px;
  display: block;
  position: absolute;
  left: 96px;
  top: -43px;
}
@media (max-width: 750px) {
  #case-ac .catListWrap:after {
    width: 5.7333333333vw;
    height: 20.6666666667vw;
    left: 7.1vw;
    top: -3.8vw;
  }
}
#case-ac .catListWrap .inner {
  max-width: 1065px;
}
@media (max-width: 750px) {
  #case-ac .catListWrap .inner {
    padding-right: 13vw;
    padding-left: 15vw;
  }
}
#case-ac .catList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 43px 25px;
  align-items: end;
}
@media (max-width: 750px) {
  #case-ac .catList {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw 5vw;
  }
}
#case-ac .catList__item {
  font-weight: bold;
  line-height: 1.3;
}
#case-ac .catList__item .small {
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 750px) {
  #case-ac .catList__item .small {
    font-size: 2.86vw;
  }
}
#case-ac .catList__item a {
  color: #fff;
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
  border-bottom: 3px solid #fff;
  padding-bottom: 11px;
  font-feature-settings: "palt";
}
@media (max-width: 750px) {
  #case-ac .catList__item a {
    border-width: 2px;
    padding-left: 1vw;
    padding-bottom: 2.4vw;
    min-height: 11.75vw;
    display: grid;
    place-content: end start;
  }
}
#case-ac .catList__item a:before {
  position: absolute;
  bottom: 1.1em;
  transform: rotate(45deg);
  right: 2px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  #case-ac .catList__item a:before {
    bottom: 1.3em;
    right: 0.5vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media (hover: hover) {
  #case-ac .catList__item a:where(:any-link, :enabled, summary):hover {
    color: #2d2d2d;
    border-color: #2d2d2d;
  }
  #case-ac .catList__item a:where(:any-link, :enabled, summary):hover:before {
    border-color: #2d2d2d;
    right: 0;
  }
}
#case-ac .secCase {
  padding-bottom: 197px;
}
@media (max-width: 750px) {
  #case-ac .secCase {
    padding-bottom: 15vw;
  }
}

/*
---------------------------------------
news-ac
---------------------------------------
*/
#news-ac .secNews {
  padding-bottom: 197px;
}
@media (max-width: 750px) {
  #news-ac .secNews {
    padding-bottom: 15vw;
  }
}
#news-ac .secNews__item {
  border-bottom: 1px solid #2d2d2d;
  display: grid;
  grid-template-columns: 18.2em 1fr;
  gap: 0;
}
@media (max-width: 750px) {
  #news-ac .secNews__item {
    display: block;
  }
}
#news-ac .secNews__item:first-child {
  border-top: 1px solid #2d2d2d;
}
#news-ac .secNews__date {
  letter-spacing: 0.1em;
  font-weight: bold;
  border-right: 1px solid #2d2d2d;
  border-left: 1px solid #2d2d2d;
  position: relative;
  text-align: center;
  padding-block: 20px;
  margin-left: 90px;
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
  #news-ac .secNews__date {
    margin-left: 0;
    border-left: none;
    width: 37vw;
    padding-block: 2.3vw;
  }
}
@media (max-width: 750px) {
  #news-ac .secNews__ttlWrap {
    border-top: 1px solid #2d2d2d;
  }
}
#news-ac .secNews__ttlWrap a {
  display: block;
  padding-block: 40px;
  height: 100%;
  padding-left: 35px;
  padding-right: 100px;
  position: relative;
}
@media (max-width: 750px) {
  #news-ac .secNews__ttlWrap a {
    padding-block: 4.7vw;
    padding-left: 8vw;
    padding-right: 12.3vw;
  }
}
#news-ac .secNews__ttlWrap a:before {
  content: "";
  background: url(../images/common/arrow_right-black.svg) no-repeat center center/cover;
  width: 19px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 51px;
  transition: transform 0.3s ease-out;
}
@media (max-width: 750px) {
  #news-ac .secNews__ttlWrap a:before {
    width: 3.1333333333vw;
    height: 2.4666666667vw;
    right: 7.5vw;
  }
}
@media (hover: hover) {
  #news-ac .secNews__ttlWrap a:where(:any-link, :enabled, summary):hover:before {
    transform: translateY(-50%) translateX(5px);
  }
}
#news-ac .secNews__ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 750px) {
  #news-ac .secNews__ttl {
    font-size: 3.4666666667vw;
  }
}
@media (max-width: 750px) {
  #news-ac .wp-pagenavi {
    padding-top: 10vw;
  }
}
#news-ac .wp-pagenavi .page,
#news-ac .wp-pagenavi .previouspostslink,
#news-ac .wp-pagenavi .nextpostslink {
  background-color: transparent;
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
}
#news-ac .wp-pagenavi .current {
  border: 1px solid transparent;
}
#news-ac .wp-pagenavi .nextpostslink {
  background-image: url(../images/common/navi_arrow_right-black@2x.png);
}
#news-ac .wp-pagenavi .previouspostslink {
  background-image: url(../images/common/navi_arrow_left-black@2x.png);
}

.news .c-pageTtl {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .news .c-pageTtl {
    margin-bottom: 10vw;
  }
}
.news .c-pageTtl__heading__en {
  padding-top: 13px;
}
@media (max-width: 750px) {
  .news .c-pageTtl__heading__en {
    padding-top: 2.7vw;
  }
}

/*
---------------------------------------
news-dtl
---------------------------------------
*/
#news-dtl .artNews {
  padding-bottom: 197px;
}
@media (max-width: 750px) {
  #news-dtl .artNews {
    padding-bottom: 15vw;
  }
}
#news-dtl .artNews__head {
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  display: grid;
  grid-template-columns: 29em 1fr;
  gap: 0;
  margin-bottom: 108px;
}
@media (max-width: 750px) {
  #news-dtl .artNews__head {
    display: block;
    margin-bottom: 10vw;
  }
}
#news-dtl .artNews__date {
  letter-spacing: 0.1em;
  font-weight: bold;
  border-right: 1px solid #2d2d2d;
  border-left: 1px solid #2d2d2d;
  position: relative;
  text-align: center;
  padding-block: 20px;
  margin-left: 90px;
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
  #news-dtl .artNews__date {
    margin-left: 0;
    border-left: none;
    width: 37vw;
    padding-block: 2.3vw;
  }
}
#news-dtl .artNews__ttl {
  display: block;
  padding-block: 17px;
  height: 100%;
  padding-left: 35px;
  padding-right: 100px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media (max-width: 750px) {
  #news-dtl .artNews__ttl {
    font-size: 3.4666666667vw;
    padding-block: 4.7vw;
    padding-inline: 8vw;
    border-top: 1px solid #2d2d2d;
  }
}
#news-dtl .artNews__inner {
  max-width: 900px;
}
#news-dtl .artNews__thumb {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  #news-dtl .artNews__thumb {
    margin-bottom: 10vw;
  }
}
#news-dtl .artNews__thumb img {
  width: 100%;
  max-width: 100%;
}
#news-dtl .c-post__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 76px;
}
@media (max-width: 750px) {
  #news-dtl .c-post__nav {
    margin-top: 10vw;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  #news-dtl .post__nav__btn--prev {
    order: 1;
  }
}
#news-dtl .post__nav__btn--prev a {
  padding-left: 37px;
}
@media (max-width: 750px) {
  #news-dtl .post__nav__btn--prev a {
    padding-left: 6.5vw;
    padding-block: 3vw;
  }
}
#news-dtl .post__nav__btn--prev a:before {
  content: "";
  background: url(../images/common/arrow_left-black.svg) no-repeat left center/20px;
  width: 18px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s ease-out;
}
@media (max-width: 750px) {
  #news-dtl .post__nav__btn--prev a:before {
    width: 3.9vw;
    height: 3.25vw;
    background-size: 3.9vw;
  }
}
@media (hover: hover) {
  #news-dtl .post__nav__btn--prev a:where(:any-link, :enabled, summary):hover:before {
    left: -5px;
  }
}
@media (max-width: 750px) {
  #news-dtl .post__nav__btn--next {
    order: 2;
  }
}
#news-dtl .post__nav__btn--next a {
  text-align: right;
  padding-right: 37px;
}
@media (max-width: 750px) {
  #news-dtl .post__nav__btn--next a {
    padding-right: 6.5vw;
    padding-block: 3vw;
  }
}
#news-dtl .post__nav__btn--next a:before {
  content: "";
  background: url(../images/common/arrow_right-black.svg) no-repeat right center/20px;
  width: 18px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s ease-out;
}
@media (max-width: 750px) {
  #news-dtl .post__nav__btn--next a:before {
    width: 3.9vw;
    height: 3.25vw;
    background-size: 3.9vw;
  }
}
@media (hover: hover) {
  #news-dtl .post__nav__btn--next a:where(:any-link, :enabled, summary):hover:before {
    right: -5px;
  }
}
#news-dtl .post__nav__btn a {
  display: block;
  position: relative;
  transition: opacity 0.3s ease-out;
}
#news-dtl .post__nav__btn__txt {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #news-dtl .post__nav__btn__txt {
    font-size: 3.5vw;
  }
}
#news-dtl .post__nav__back {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #news-dtl .post__nav__back {
    order: 3;
    width: 100%;
  }
}
#news-dtl .post__nav__back a {
  width: 100px;
  height: 60px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  transition: all 0.3s ease-out;
  position: relative;
}
@media (max-width: 750px) {
  #news-dtl .post__nav__back a {
    width: 30vw;
    height: 13.33vw;
    font-size: 3.5vw;
  }
}
#news-dtl .post__nav__back a:before {
  content: "";
  background: #2d2d2d;
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  #news-dtl .post__nav__back a:where(:any-link, :enabled, summary):hover:before {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

/*
---------------------------------------
work-field
---------------------------------------
*/
#work-field .secLead {
  margin-top: -65px;
  margin-bottom: 75px;
}
@media (max-width: 750px) {
  #work-field .secLead {
    margin-top: 2vw;
    margin-bottom: 8.5vw;
  }
}
#work-field .secLead .inner {
  display: flex;
  align-items: center;
  max-width: 940px;
}
@media (max-width: 750px) {
  #work-field .secLead .inner {
    flex-direction: row-reverse;
  }
}
#work-field .secLead__txt {
  flex: 1;
  padding-right: 30px;
  font-size: 18px;
}
@media (max-width: 750px) {
  #work-field .secLead__txt {
    padding-right: 0;
    padding-left: 4vw;
    font-size: 3.46vw;
    line-height: 1.92;
  }
}
#work-field .secLead__img {
  transform: translateX(30px);
}
@media (max-width: 750px) {
  #work-field .secLead__img {
    transform: none;
    width: 40vw;
  }
}
#work-field .secWorkField {
  padding-bottom: 227px;
}
@media (max-width: 750px) {
  #work-field .secWorkField {
    padding-bottom: 17vw;
  }
}
#work-field .secWorkField__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 113px 120px;
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  #work-field .secWorkField__list {
    grid-template-columns: 1fr;
    gap: 6.5vw;
    max-width: 67.5vw;
  }
}
#work-field .secWorkField__item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
#work-field .b-modal__button {
  display: block;
  border: 1px solid #2d2d2d;
  background: transparent;
  transition: background 0.3s ease-out;
  position: relative;
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#work-field .b-modal__button:before {
  content: "";
  background: url(../images/work-field/icn_plus.svg) no-repeat center center/contain;
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
@media (max-width: 750px) {
  #work-field .b-modal__button:before {
    width: 9.4vw;
    height: 9.4vw;
    background-image: url(../images/work-field/icn_plus_sp.svg);
  }
}
@media (hover: hover) {
  #work-field .b-modal__button:where(:any-link, :enabled, summary):hover {
    background: #2d2d2d;
  }
  #work-field .b-modal__button:where(:any-link, :enabled, summary):hover .secWorkField__img {
    background: #2d2d2d;
  }
}
#work-field .secWorkField__img {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #2d2d2d;
  background: #dee2e8;
  transition: background 0.3s ease-out;
}
#work-field .secWorkField__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
#work-field .secWorkField__catch {
  position: absolute;
  left: 37.1%;
  top: 50%;
  transform: translateY(-50%);
}
#work-field .secWorkField__catch .row {
  display: inline-block;
  background: #2d2d2d;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  padding: 1px 10px;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media (max-width: 750px) {
  #work-field .secWorkField__catch .row {
    font-size: 3.29vw;
    padding: 0vw 1.2vw;
  }
}
#work-field .secWorkField__catch .row:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #work-field .secWorkField__catch .row:not(:last-child) {
    margin-bottom: 1.9vw;
  }
}
#work-field .b-modal__dialog__txtbox {
  flex: 1;
  padding-left: 54px;
}
@media (max-width: 750px) {
  #work-field .b-modal__dialog__txtbox {
    padding-left: 0;
    display: contents;
  }
}
#work-field .b-modal__dialog__heading {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #2d2d2d;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #work-field .b-modal__dialog__heading {
    order: 1;
    width: 100%;
    font-size: 3.85vw;
    padding-bottom: 3.5vw;
    margin-bottom: 5vw;
  }
}
#work-field .b-modal__dialog__desc {
  font-size: 18px;
}
@media (max-width: 750px) {
  #work-field .b-modal__dialog__desc {
    font-size: 3.46vw;
    order: 3;
  }
}
#work-field .b-modal__dialog__img {
  width: 387px;
  position: relative;
}
@media (max-width: 750px) {
  #work-field .b-modal__dialog__img {
    width: 67vw;
    order: 2;
    margin-bottom: 5vw;
  }
}

.b-modal__dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.b-modal__dialog {
  border: none;
  background: none;
  overflow: visible;
  padding: 0;
  /* 非表示のアニメーション登録 */
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
}
.b-modal__dialog[open] {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
}

.b-modal__dialog__inpurArea {
  border: none;
  background: #fff;
  padding: 47px 53px 60px;
  position: relative;
  width: 100%;
  max-width: 1024px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 100px);
}
@media (max-width: 750px) {
  .b-modal__dialog__inpurArea {
    padding: 7.2vw;
    max-height: calc(100vh - 50px);
  }
}

.b-modal__closeButton {
  position: absolute;
  top: 33px;
  right: 33px;
  padding: 0;
  z-index: 1;
}
@media (max-width: 750px) {
  .b-modal__closeButton {
    width: 5vw;
    top: 2vw;
    right: 2vw;
  }
}

.b-modal__dialog-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 750px) {
  .b-modal__dialog-container {
    display: flex;
    flex-direction: column;
  }
}

/*
---------------------------------------
about-us
---------------------------------------
*/
#about-us .bg-grid {
  position: relative;
}
#about-us .bg-grid:before {
  content: "";
  background: url(../images/about-us/bg_grid@2x.png) repeat right top/260px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 378px;
  z-index: -1;
}
@media (max-width: 750px) {
  #about-us .bg-grid:before {
    background-size: 34.66vw;
    top: 44.8vw;
  }
}
#about-us .c-pageTtl__heading__ja {
  font-feature-settings: "palt";
}
#about-us .inner {
  max-width: 1065px;
}
#about-us .c-pageNav {
  padding: 63px 0 90px;
}
@media (max-width: 750px) {
  #about-us .c-pageNav {
    padding: 5.2vw 0 14vw;
  }
}
#about-us .secPhilosophy {
  position: relative;
  padding-bottom: 126px;
}
@media (max-width: 750px) {
  #about-us .secPhilosophy {
    padding-bottom: 18.4vw;
  }
  #about-us .secPhilosophy:before {
    content: "";
    background: #322dd2;
    width: 100%;
    height: 186.7vw;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
#about-us .secPhilosophy .inner {
  position: relative;
}
#about-us .secPhilosophy__en {
  font-size: 19px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  position: absolute;
  top: 63.4%;
  transform: translateY(-50%);
  right: 17px;
}
@media (max-width: 750px) {
  #about-us .secPhilosophy__en {
    font-size: 3.46vw;
    top: 22vw;
    right: 6.8vw;
  }
}
#about-us .secPhilosophy__heading {
  text-align: right;
  transform: translateX(7px);
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  #about-us .secPhilosophy__heading {
    text-align: left;
    transform: none;
    margin-bottom: 6vw;
    width: 50.5vw;
    margin-left: 2vw;
  }
}
#about-us .secPhilosophy__imgWrap {
  position: relative;
  max-width: 511px;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 750px) {
  #about-us .secPhilosophy__imgWrap {
    max-width: 100%;
    margin-left: 0;
  }
}
#about-us .secPhilosophy__img {
  text-align: right;
}
@media (max-width: 750px) {
  #about-us .secPhilosophy__img {
    width: 67.4vw;
    margin-left: auto;
  }
}
#about-us .secPhilosophy__catch {
  position: absolute;
  left: 0;
  top: -367px;
}
@media (max-width: 750px) {
  #about-us .secPhilosophy__catch {
    width: 29.2vw;
    left: 3.5vw;
    top: 8.2vw;
  }
}
#about-us .secPhilosophy__txtbox {
  background: #322dd2;
  color: #fff;
  padding: 77px 12px;
  width: 100%;
  max-width: 664px;
  position: absolute;
  left: 20px;
  top: 70px;
}
@media (max-width: 750px) {
  #about-us .secPhilosophy__txtbox {
    background: none;
    position: static;
    padding: 9.1vw 4vw 0;
    max-width: 100%;
    left: 0;
    top: 0;
  }
}
#about-us .secPhilosophy__txtbox:before {
  content: "";
  background: #322dd2;
  width: calc(50vw - 510px);
  height: 100%;
  display: block;
  position: absolute;
  left: calc(-50vw + 510px);
  top: 0;
}
@media (max-width: 1132px) {
  #about-us .secPhilosophy__txtbox:before {
    width: 56px;
    left: -56px;
  }
}
@media (max-width: 750px) {
  #about-us .secPhilosophy__txtbox:before {
    display: none;
  }
}
#about-us .secPhilosophy__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.88;
  max-width: 457px;
}
@media (max-width: 750px) {
  #about-us .secPhilosophy__txt {
    max-width: 100%;
    font-size: 3.46vw;
    line-height: 1.92;
  }
}
#about-us .secPhilosophy__txt strong {
  font-weight: bold;
}
#about-us .secHistory {
  background: url(../images/about-us/history_bg@2x.jpg) no-repeat center top/cover;
  padding: 140px 0 107px;
  position: relative;
}
@media (max-width: 750px) {
  #about-us .secHistory {
    background-image: url(../images/about-us/history_bg_sp@2x.jpg);
    padding: 9.6vw 0 12vw;
  }
}
@media (max-width: 750px) {
  #about-us .secHistory .inner {
    padding-inline: 5.7vw;
  }
}
#about-us .secHistory__heading {
  margin-bottom: 37px;
}
@media (max-width: 750px) {
  #about-us .secHistory__heading {
    margin-bottom: 10.2vw;
  }
}
#about-us .secHistory__list {
  margin-bottom: 85px;
}
@media (max-width: 750px) {
  #about-us .secHistory__list {
    margin-bottom: 21vw;
    position: relative;
  }
  #about-us .secHistory__list:before {
    content: "";
    background: #919fb1;
    width: 1px;
    height: calc(100% - 128vw);
    display: block;
    position: absolute;
    left: 1.1vw;
    top: 10vw;
  }
}
#about-us .secHistory__item {
  position: relative;
}
#about-us .secHistory__item .flex {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #about-us .secHistory__item .flex {
    display: block;
  }
}
#about-us .secHistory__item .flex .secHistory__year {
  margin-right: 8px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item .flex .secHistory__year {
    margin-right: 0;
  }
}
#about-us .secHistory__item.item-01 {
  padding-top: 3px;
  padding-left: 12px;
  margin-bottom: 42px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-01 {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 4.8vw;
  }
}
#about-us .secHistory__item.item-01:before {
  content: "";
  background: url(../images/about-us/history_arrow_01.svg) no-repeat center center/contain;
  width: 253px;
  height: 48px;
  display: block;
  position: absolute;
  left: 218px;
  top: 0;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-01:before {
    display: none;
  }
}
#about-us .secHistory__item.item-01:after {
  content: "";
  background: url(../images/about-us/history_line_01.svg) no-repeat center center/cover;
  width: 553px;
  height: 553px;
  display: block;
  position: absolute;
  left: 22px;
  top: 53px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-01:after {
    display: none;
  }
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-01 .secHistory__year {
    font-size: 16vw;
  }
}
#about-us .secHistory__item.item-01 .secHistory__txt {
  padding-left: 201px;
  margin-top: -14px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-01 .secHistory__txt {
    padding-left: 7vw;
    margin-top: 2.3vw;
    margin-bottom: 20vw;
  }
}
#about-us .secHistory__item.item-01 .secHistory__circle {
  width: 277px;
  height: 277px;
  background: url(../images/about-us/history_circle_01@2x.png) no-repeat center center/277px;
  padding: 50px 65px 0;
  top: -214px;
  right: 250px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-01 .secHistory__circle {
    top: 0;
    right: 0;
    width: 72vw;
    height: auto;
    background: url(../images/about-us/history_circle_01_sp@2x.png) no-repeat center center/cover;
    padding: 13vw 8vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
  }
}
#about-us .secHistory__item.item-01 .secHistory__circle__img {
  bottom: -10px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-01 .secHistory__circle__img {
    width: 47vw;
    bottom: auto;
    top: -16vw;
  }
}
#about-us .secHistory__item.item-02 {
  padding-left: 154px;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-02 {
    padding-left: 0;
    margin-bottom: 2.6vw;
  }
}
#about-us .secHistory__item.item-03 {
  padding-left: 239px;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-03 {
    padding-left: 0;
    margin-bottom: 2.6vw;
  }
}
#about-us .secHistory__item.item-04 {
  padding-left: 325px;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-04 {
    padding-left: 0;
    margin-bottom: 8.6vw;
  }
}
#about-us .secHistory__item.item-04:before {
  content: "";
  background: url(../images/about-us/history_arrow_02.svg) no-repeat center center/contain;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  left: 669px;
  top: -49px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-04:before {
    display: none;
  }
}
#about-us .secHistory__item.item-04 .secHistory__circle {
  width: 234px;
  height: 234px;
  padding: 0 29px;
  display: grid;
  place-items: center;
  top: -240px;
  right: 74px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-04 .secHistory__circle {
    top: 0;
    right: 0;
    width: 72vw;
    height: auto;
    padding: 3.9vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
    margin-top: 4.5vw;
  }
}
#about-us .secHistory__item.item-05 {
  padding-left: 440px;
  margin-bottom: 23px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-05 {
    padding-left: 0;
    margin-bottom: 8.5vw;
  }
}
#about-us .secHistory__item.item-05:before {
  content: "";
  background: url(../images/about-us/history_arrow_03.svg) no-repeat center center/contain;
  width: 74px;
  height: 6px;
  display: block;
  position: absolute;
  left: 359px;
  top: 52px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-05:before {
    display: none;
  }
}
#about-us .secHistory__item.item-05 .secHistory__txt {
  padding-left: 51px;
  margin-top: 6px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-05 .secHistory__txt {
    padding-left: 7vw;
    margin-top: 2.3vw;
  }
}
#about-us .secHistory__item.item-05 .secHistory__circle {
  width: 235px;
  height: 235px;
  background: url(../images/about-us/history_circle_02@2x.png) no-repeat center center/235px;
  padding: 0 25px;
  display: grid;
  place-items: center;
  top: -64px;
  left: 110px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-05 .secHistory__circle {
    top: 0;
    left: 0;
    width: 72vw;
    height: auto;
    background: url(../images/about-us/history_circle_02_sp@2x.png) no-repeat center center/cover;
    padding: 5vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
    margin-top: 3.4vw;
  }
}
#about-us .secHistory__item.item-06 {
  padding-left: 549px;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-06 {
    padding-left: 0;
    margin-bottom: 4.2vw;
  }
}
#about-us .secHistory__item.item-07 {
  padding-left: 472px;
  margin-bottom: 42px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-07 {
    padding-left: 0;
    margin-bottom: 4.2vw;
  }
}
#about-us .secHistory__item.item-07:after {
  content: "";
  background: url(../images/about-us/history_line_02.svg) no-repeat center center/cover;
  width: 422px;
  height: 422px;
  display: block;
  position: absolute;
  left: 98px;
  top: -20px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-07:after {
    display: none;
  }
}
#about-us .secHistory__item.item-08 {
  padding-left: 384px;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-08 {
    padding-left: 0;
    margin-bottom: 4.2vw;
  }
}
#about-us .secHistory__item.item-09 {
  padding-left: 291px;
  margin-bottom: 37px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-09 {
    padding-left: 0;
    margin-bottom: 4.2vw;
  }
}
#about-us .secHistory__item.item-10 {
  padding-left: 208px;
  margin-bottom: 42px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-10 {
    padding-left: 0;
    margin-bottom: 4.2vw;
  }
}
#about-us .secHistory__item.item-11 {
  padding-left: 117px;
  margin-bottom: 19px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-11 {
    padding-left: 0;
    margin-bottom: 4.2vw;
  }
}
#about-us .secHistory__item.item-12 {
  padding-left: 283px;
  margin-bottom: 73px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-12 {
    padding-left: 0;
    margin-bottom: 7.2vw;
  }
}
#about-us .secHistory__item.item-12:before {
  content: "";
  background: url(../images/about-us/history_arrow_04.svg) no-repeat center center/contain;
  width: 81px;
  height: 6px;
  display: block;
  position: absolute;
  left: 659px;
  top: 98px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-12:before {
    display: none;
  }
}
#about-us .secHistory__item.item-12:after {
  content: "";
  background: url(../images/about-us/history_line_03.svg) no-repeat center center/cover;
  width: 331px;
  height: 331px;
  display: block;
  position: absolute;
  left: 248px;
  top: 12px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-12:after {
    display: none;
  }
}
#about-us .secHistory__item.item-12 .secHistory__circle {
  width: 307px;
  height: 307px;
  padding: 10px 56px 0;
  display: grid;
  place-items: center;
  top: -179px;
  right: 6px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-12 .secHistory__circle {
    top: 0;
    right: 0;
    width: 72vw;
    height: auto;
    padding: 3.9vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
    margin-top: 4.5vw;
    background-image: url(../images/about-us/history_circle_white_02_sp@2x.png);
  }
}
#about-us .secHistory__item.item-12 .secHistory__circle .dashed {
  stroke-dasharray: 2;
}
#about-us .secHistory__item.item-13 {
  padding-left: 442px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-13 {
    padding-left: 0;
    margin-bottom: 5vw;
  }
}
#about-us .secHistory__item.item-13:before {
  content: "";
  background: url(../images/about-us/history_arrow_05.svg) no-repeat center center/contain;
  width: 61px;
  height: 6px;
  display: block;
  position: absolute;
  left: 378px;
  top: 26px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-13:before {
    display: none;
  }
}
#about-us .secHistory__item.item-13 .secHistory__circle {
  width: 325px;
  height: 325px;
  padding: 10px 65px 0;
  display: grid;
  place-items: center;
  top: -119px;
  left: 36px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-13 .secHistory__circle {
    top: 0;
    left: 0;
    width: 72vw;
    height: auto;
    padding: 3.9vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
    margin-top: 4.5vw;
    background-image: url(../images/about-us/history_circle_white_02_sp@2x.png);
  }
}
#about-us .secHistory__item.item-13 .secHistory__circle svg {
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  position: absolute;
  top: -3px;
  left: -3px;
}
#about-us .secHistory__item.item-13 .secHistory__circle .dashed {
  stroke-dasharray: 2;
}
#about-us .secHistory__item.item-14 {
  padding-left: 547px;
  margin-bottom: 85px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-14 {
    padding-left: 0;
    margin-bottom: 3vw;
  }
}
#about-us .secHistory__item.item-14:before {
  content: "";
  background: url(../images/about-us/history_arrow_06.svg) no-repeat center center/contain;
  width: 151px;
  height: 50px;
  display: block;
  position: absolute;
  left: 403px;
  top: 53px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-14:before {
    display: none;
  }
}
#about-us .secHistory__item.item-14 .secHistory__txt {
  margin-left: -27px;
  margin-top: 10px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-14 .secHistory__txt {
    margin-left: 0;
    padding-left: 7vw;
    margin-top: 2.3vw;
  }
}
#about-us .secHistory__item.item-14 .secHistory__circle {
  width: 381px;
  height: 381px;
  background: url(../images/about-us/history_circle_03@2x.png) no-repeat center center/381px;
  padding: 0 68px;
  display: grid;
  place-items: center;
  top: 91px;
  left: 98px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-14 .secHistory__circle {
    top: 0;
    left: 0;
    width: 72vw;
    height: auto;
    background: url(../images/about-us/history_circle_02_sp@2x.png) no-repeat center center/cover;
    padding: 5vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
    margin-top: 3.4vw;
  }
}
#about-us .secHistory__item.item-15 {
  padding-left: 566px;
  margin-bottom: 133px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-15 {
    padding-left: 0;
    margin-bottom: 6.5vw;
  }
}
#about-us .secHistory__item.item-15:before {
  content: "";
  background: url(../images/about-us/history_arrow_07.svg) no-repeat center center/contain;
  width: 113px;
  height: 135px;
  display: block;
  position: absolute;
  left: 576px;
  top: 98px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-15:before {
    display: none;
  }
}
#about-us .secHistory__item.item-15:after {
  content: "";
  background: url(../images/about-us/history_line_04.svg) no-repeat center center/cover;
  width: 622px;
  height: 622px;
  display: block;
  position: absolute;
  left: 66px;
  top: -59px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-15:after {
    display: none;
  }
}
#about-us .secHistory__item.item-15 .secHistory__txt {
  margin-left: 46px;
  margin-top: 15px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-15 .secHistory__txt {
    margin-left: 0;
    padding-left: 7vw;
    margin-top: 2.3vw;
  }
}
#about-us .secHistory__item.item-15 .secHistory__circle {
  width: 356px;
  height: 356px;
  background: url(../images/about-us/history_circle_04@2x.png) no-repeat center center/356px;
  padding: 10px 59px 0;
  display: grid;
  place-items: center;
  top: 177px;
  right: -7px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-15 .secHistory__circle {
    top: 0;
    left: 0;
    width: 72vw;
    height: auto;
    background: url(../images/about-us/history_circle_02_sp@2x.png) no-repeat center center/cover;
    padding: 5vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
    margin-top: 3.4vw;
  }
}
#about-us .secHistory__item.item-16 {
  padding-left: 311px;
  margin-bottom: 165px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-16 {
    padding-left: 0;
    margin-bottom: 3vw;
  }
}
#about-us .secHistory__item.item-16:before {
  content: "";
  background: url(../images/about-us/history_arrow_08.svg) no-repeat center center/contain;
  width: 172px;
  height: 172px;
  display: block;
  position: absolute;
  left: 253px;
  top: 210px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-16:before {
    display: none;
  }
}
#about-us .secHistory__item.item-16 .secHistory__txt {
  margin-left: 28px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-16 .secHistory__txt {
    margin-left: 0;
  }
}
#about-us .secHistory__item.item-16 .secHistory__txt.item-01 {
  margin-top: 10px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-16 .secHistory__txt.item-01 {
    margin-top: 2.3vw;
    margin-bottom: 19vw;
  }
}
#about-us .secHistory__item.item-16 .secHistory__txt.item-02 {
  font-size: 18px;
  letter-spacing: 0;
  font-feature-settings: normal;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-16 .secHistory__txt.item-02 {
    font-size: 3.73vw;
    margin-top: 6vw;
  }
}
#about-us .secHistory__item.item-16 .secHistory__circle.item-01 {
  width: 334px;
  height: 334px;
  padding: 163px 63px 0;
  top: -3px;
  left: -6px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-16 .secHistory__circle.item-01 {
    top: 0;
    right: 0;
    width: 72vw;
    height: auto;
    padding: 3.9vw 5vw;
    padding: 23vw 8vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
    margin-top: 4.5vw;
    background-image: url(../images/about-us/history_circle_white_03_sp@2x.png);
  }
}
#about-us .secHistory__item.item-16 .secHistory__circle.item-01 svg {
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  position: absolute;
  top: -3px;
  left: -3px;
}
#about-us .secHistory__item.item-16 .secHistory__circle.item-01 .dashed {
  stroke-dasharray: 2;
}
#about-us .secHistory__item.item-16 .secHistory__circle.item-02 {
  width: 301px;
  height: 301px;
  background: url(../images/about-us/history_circle_05@2x.png) no-repeat center center/301px;
  padding: 10px 46px 0;
  display: grid;
  place-items: center;
  top: 370px;
  left: 6px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-16 .secHistory__circle.item-02 {
    top: 0;
    left: 0;
    width: 72vw;
    height: auto;
    background: url(../images/about-us/history_circle_02_sp@2x.png) no-repeat center center/cover;
    padding: 5vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
    margin-top: 3.4vw;
  }
}
#about-us .secHistory__item.item-16 .secHistory__circle__img {
  top: -41px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-16 .secHistory__circle__img {
    width: 51vw;
    top: -15vw;
  }
}
#about-us .secHistory__item.item-17 {
  padding-left: 346px;
  margin-bottom: 55px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-17 {
    padding-left: 0;
    margin-bottom: 3vw;
  }
}
#about-us .secHistory__item.item-17:before {
  content: "";
  background: url(../images/about-us/history_arrow_09.svg) no-repeat center center/contain;
  width: 178px;
  height: 38px;
  display: block;
  position: absolute;
  left: 566px;
  top: 47px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-17:before {
    display: none;
  }
}
#about-us .secHistory__item.item-17:after {
  content: "";
  background: url(../images/about-us/history_arrow_10.svg) no-repeat center center/contain;
  width: 61px;
  height: 61px;
  display: block;
  position: absolute;
  left: 597px;
  top: 267px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-17:after {
    display: none;
  }
}
#about-us .secHistory__item.item-17 .secHistory__txt {
  font-weight: bold;
  margin-left: 47px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-17 .secHistory__txt {
    margin-left: 0;
  }
}
#about-us .secHistory__item.item-17 .secHistory__txt.item-01 {
  margin-top: 20px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-17 .secHistory__txt.item-01 {
    margin-top: 2.3vw;
    font-size: 3.73vw;
  }
}
#about-us .secHistory__item.item-17 .secHistory__txt.item-02 {
  margin-top: 14px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-17 .secHistory__txt.item-02 {
    margin-top: 3.5vw;
    font-size: 3.73vw;
  }
}
#about-us .secHistory__item.item-17 .secHistory__txt.item-03 {
  margin-top: 4px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-17 .secHistory__txt.item-03 {
    margin-top: 0.3vw;
    font-size: 3.73vw;
  }
}
#about-us .secHistory__item.item-17 .secHistory__circle.item-01 {
  width: 258px;
  height: 258px;
  background: url(../images/about-us/history_circle_06@2x.png) no-repeat center center/258px;
  padding: 0 39px;
  display: grid;
  place-items: center;
  top: -63px;
  right: 4px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-17 .secHistory__circle.item-01 {
    top: 0;
    left: 0;
    width: 72vw;
    height: auto;
    background: url(../images/about-us/history_circle_02_sp@2x.png) no-repeat center center/cover;
    padding: 5vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
    margin-top: 3.4vw;
  }
}
#about-us .secHistory__item.item-17 .secHistory__circle.item-02 {
  width: 356px;
  height: 356px;
  background: url(../images/about-us/history_circle_07@2x.png) no-repeat center center/356px;
  padding: 0 58px;
  display: grid;
  place-items: center;
  top: 230px;
  right: -9px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-17 .secHistory__circle.item-02 {
    top: 0;
    left: 0;
    width: 72vw;
    height: auto;
    background: url(../images/about-us/history_circle_02_sp@2x.png) no-repeat center center/cover;
    padding: 5vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
    margin-top: 3.4vw;
  }
}
#about-us .secHistory__item.item-18 {
  padding-left: 346px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-18 {
    padding-left: 0;
  }
}
#about-us .secHistory__item.item-18:after {
  content: "";
  background: #919fb1;
  width: 1px;
  height: 552px;
  display: block;
  position: absolute;
  left: 356px;
  top: -359px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-18:after {
    display: none;
  }
}
#about-us .secHistory__item.item-18 .secHistory__txt {
  padding-left: 47px;
  margin-top: 10px;
  margin-bottom: 38px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-18 .secHistory__txt {
    padding-left: 7vw;
    margin-top: 2.3vw;
    margin-bottom: 4vw;
  }
}
#about-us .secHistory__item.item-18 .secHistory__circle {
  width: 314px;
  height: 314px;
  background: url(../images/about-us/history_circle_08@2x.png) no-repeat center center/314px;
  padding: 0 37px;
  display: grid;
  place-items: center;
  top: 305px;
  right: 47px;
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-18 .secHistory__circle {
    top: 0;
    left: 0;
    width: 72vw;
    height: auto;
    background: url(../images/about-us/history_circle_03_sp@2x.png) no-repeat center center/cover;
    padding: 5vw 5vw;
    border-radius: 4vw;
    margin-left: 8.7vw;
    margin-top: 3.4vw;
  }
}
#about-us .secHistory__item.item-18 .secHistory__item__img {
  transform: translateX(-275px);
}
@media (max-width: 750px) {
  #about-us .secHistory__item.item-18 .secHistory__item__img {
    transform: translateX(0);
    margin-bottom: 6vw;
  }
}
#about-us .secHistory__year {
  position: relative;
  line-height: 1;
}
#about-us .secHistory__year.min {
  font-size: 80px;
  font-weight: bold;
  padding-left: 50px;
}
@media (max-width: 750px) {
  #about-us .secHistory__year.min {
    font-size: 13.33vw;
    padding-left: 6.67vw;
    margin-left: -1vw;
  }
}
#about-us .secHistory__year.min:before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.66em;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 750px) {
  #about-us .secHistory__year.min:before {
    width: 4.26vw;
    height: 4.26vw;
  }
}
#about-us .secHistory__year.min.blue:before {
  background: #322dd2;
}
#about-us .secHistory__year.min.purple:before {
  background: #9b00d1;
}
#about-us .secHistory__year.en {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.075em;
  padding-left: 47px;
}
@media (max-width: 750px) {
  #about-us .secHistory__year.en {
    font-size: 5.33vw;
    padding-left: 6.67vw;
  }
}
#about-us .secHistory__year.en:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #2d2d2d;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 750px) {
  #about-us .secHistory__year.en:before {
    border-width: 1px;
    width: 2vw;
    height: 2vw;
  }
}
#about-us .blue {
  color: #322dd2;
}
#about-us .purple {
  color: #9b00d1;
}
#about-us .secHistory__txt {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 750px) {
  #about-us .secHistory__txt {
    font-size: 3vw;
    padding-left: 5.4vw;
    font-weight: bold;
  }
}
#about-us .secHistory__txt.big {
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #about-us .secHistory__txt.big {
    font-size: 3.73vw;
  }
}
#about-us .secHistory__txt .indent {
  display: inline-block;
  width: 0.6em;
}
#about-us .secHistory__circle {
  color: #fff;
  position: absolute;
}
@media (max-width: 750px) {
  #about-us .secHistory__circle {
    position: relative;
  }
}
#about-us .secHistory__circle.dashed {
  color: #2d2d2d;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 750px) {
  #about-us .secHistory__circle.dashed {
    border-radius: 4vw;
    background: url(../images/about-us/history_circle_white_01_sp@2x.png) no-repeat center center/100% 100%;
  }
}
#about-us .secHistory__circle.dashed svg {
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -2px;
}
@media (max-width: 750px) {
  #about-us .secHistory__circle.dashed svg {
    display: none;
  }
}
#about-us .secHistory__circle.dashed circle {
  fill: transparent;
  stroke: #2d2d2d;
  stroke-width: 0.5;
}
#about-us .secHistory__circle.dashed .dashed {
  stroke-dasharray: 3;
}
#about-us .secHistory__circle.dashed .secHistory__circle__txt {
  font-weight: 500;
}
#about-us .secHistory__circle__txt {
  font-weight: bold;
}
@media (max-width: 750px) {
  #about-us .secHistory__circle__txt {
    font-size: 3.2vw;
  }
}
#about-us .secHistory__circle__img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#about-us .secHistory__continue {
  text-align: center;
  letter-spacing: 0.35em;
  line-height: 1;
  position: relative;
}
@media (max-width: 750px) {
  #about-us .secHistory__continue {
    letter-spacing: 0.3em;
  }
}
#about-us .secHistory__continue:before {
  content: "";
  background: url(../images/about-us/history_continue.svg) no-repeat center center/4px;
  width: 4px;
  height: 50px;
  display: block;
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #about-us .secHistory__continue:before {
    top: auto;
    top: -14.4vw;
    width: 0.8vw;
    height: 11.5vw;
    background-size: 0.8vw;
  }
}
#about-us .secHistory__continue .min {
  font-size: 67px;
}
@media (max-width: 750px) {
  #about-us .secHistory__continue .min {
    font-size: 13.33vw;
  }
}
#about-us .secHistory__continue .en {
  font-size: 62px;
  font-weight: 600;
}
@media (max-width: 750px) {
  #about-us .secHistory__continue .en {
    font-size: 12.53vw;
  }
}
#about-us .secHistory__en {
  position: absolute;
}
@media (max-width: 750px) {
  #about-us .secHistory__en {
    width: 5vw;
  }
}
#about-us .secHistory__en.item-01 {
  top: 260px;
  right: 1px;
}
@media (max-width: 750px) {
  #about-us .secHistory__en.item-01 {
    top: 61vw;
    right: 1.5vw;
  }
}
#about-us .secHistory__en.item-02 {
  top: 787px;
  left: 1px;
}
@media (max-width: 750px) {
  #about-us .secHistory__en.item-02 {
    top: 220.4vw;
    left: auto;
    right: 1.5vw;
  }
}
#about-us .secHistory__en.item-03 {
  top: 1719px;
  right: 1px;
}
@media (max-width: 750px) {
  #about-us .secHistory__en.item-03 {
    top: 490vw;
    right: 1.5vw;
  }
}
#about-us .secFacility {
  background: url(../images/common/bg_noise@2x.jpg) repeat center center/500px;
  color: #fff;
}
@media (max-width: 750px) {
  #about-us .secFacility {
    background-size: 300px;
  }
}
#about-us .secFacility .inner {
  max-width: calc(100vw - 120px);
  padding: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  #about-us .secFacility .inner {
    max-width: 91vw;
  }
}
#about-us .secFacility__head {
  height: 90px;
  position: relative;
  border-bottom: 1px solid #fff;
}
@media (max-width: 750px) {
  #about-us .secFacility__head {
    height: 10vw;
  }
}
#about-us .secFacility__head .inner {
  width: 100%;
  height: 100%;
}
#about-us .secFacility__head:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 24px;
}
@media (max-width: 750px) {
  #about-us .secFacility__head:before {
    bottom: 3.4vw;
  }
}
#about-us .secFacility__foot {
  height: 60px;
  border-top: 1px solid #fff;
}
@media (max-width: 750px) {
  #about-us .secFacility__foot {
    display: none;
  }
}
#about-us .secFacility__heading {
  padding-block: 17px 47px;
  padding-inline: 80px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 750px) {
  #about-us .secFacility__heading {
    padding-block: 6vw 10vw;
    padding-inline: 6vw;
  }
}
@media (max-width: 750px) {
  #about-us .secFacility__heading .c-heading-02__en {
    line-height: 0.9;
    margin-bottom: 3vw;
  }
}
#about-us .secFacility__business:last-child .business__facilityList {
  border-bottom: none;
}
#about-us .business__ttl {
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding-block: 22px;
  padding-inline: 80px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 750px) {
  #about-us .business__ttl {
    font-size: 3.6vw;
    padding-block: 4.8vw;
    padding-inline: 9vw;
  }
}
#about-us .business__facilityList {
  padding-block: 60px 88px;
  padding-inline: 80px;
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 57px 70px;
}
@media (max-width: 750px) {
  #about-us .business__facilityList {
    padding-block: 7.4vw;
    padding-inline: 8vw;
    grid-template-columns: 1fr;
    gap: 8.7vw 0;
  }
}
#about-us .facility__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
@media (max-width: 750px) {
  #about-us .facility__item {
    display: block;
  }
}
#about-us .facility__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  align-self: end;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #about-us .facility__name {
    font-size: 3.6vw;
    padding-bottom: 2.4vw;
    margin-bottom: 2vw;
  }
}
#about-us .facility__address {
  -webkit-touch-callout: none;
  color: inherit;
  text-decoration: none;
}
#about-us .secOutline {
  background: url(../images/about-us/outline_bg@2x.jpg) no-repeat center top/cover;
  padding: 118px 0 101px;
}
@media (max-width: 750px) {
  #about-us .secOutline {
    background-image: url(../images/about-us/outline_bg_sp@2x.jpg);
    padding: 11vw 0 22.5vw;
  }
}
@media (max-width: 750px) {
  #about-us .secOutline .inner {
    padding-inline: 11vw;
  }
}
#about-us .secOutline__box {
  display: flex;
}
@media (max-width: 750px) {
  #about-us .secOutline__box {
    display: block;
  }
}
#about-us .secOutline__dl {
  flex: 1;
  padding-top: 135px;
}
@media (max-width: 750px) {
  #about-us .secOutline__dl {
    padding-top: 1vw;
  }
}
#about-us .secOutline__dl .row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0;
  border-bottom: 1px solid #2d2d2d;
  padding-top: 22px;
}
@media (max-width: 750px) {
  #about-us .secOutline__dl .row {
    display: block;
    padding-top: 4vw;
    padding-bottom: 3vw;
  }
  #about-us .secOutline__dl .row:last-child {
    border-bottom: none;
  }
}
#about-us .secOutline__dl dt,
#about-us .secOutline__dl dd {
  padding-bottom: 5px;
}
@media (max-width: 750px) {
  #about-us .secOutline__dl dt,
  #about-us .secOutline__dl dd {
    padding-bottom: 0;
    font-size: 3.2vw;
  }
}
#about-us .secOutline__dl dt {
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (max-width: 750px) {
  #about-us .secOutline__dl dt {
    text-align: left;
  }
}
#about-us .secOutline__dl dt:before {
  content: "";
  background: #2d2d2d;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -2px;
}
@media (max-width: 750px) {
  #about-us .secOutline__dl dt:before {
    display: none;
  }
}
#about-us .secOutline__dl dd {
  padding-left: 35px;
}
@media (max-width: 750px) {
  #about-us .secOutline__dl dd {
    padding-left: 0;
    line-height: 2;
  }
}
#about-us .accessMap {
  padding-bottom: 132px;
}
@media (max-width: 750px) {
  #about-us .accessMap {
    padding-bottom: 0;
  }
}
#about-us .accessMap iframe {
  width: 100%;
  height: 370px;
  line-height: 0;
}
@media (max-width: 750px) {
  #about-us .accessMap iframe {
    height: 47.33vw;
  }
}

/*
---------------------------------------
brand-value
---------------------------------------
*/
#brand-value .c-pageTtl {
  padding-bottom: 97px;
}
@media (max-width: 750px) {
  #brand-value .c-pageTtl {
    padding-bottom: 8.5vw;
  }
}
#brand-value .c-pageTtl__heading__ja {
  font-feature-settings: "palt";
}
#brand-value .secService {
  background: url(../images/brand-value/service_bg@2x.jpg) no-repeat center center/cover;
  width: 100%;
  position: relative;
}
@media (max-width: 750px) {
  #brand-value .secService {
    background-image: url(../images/brand-value/service_bg_sp@2x.jpg);
    padding: 46vw 0 73vw;
  }
}
#brand-value .secService .inner {
  position: relative;
  height: 100%;
  padding: 164px 0;
}
#brand-value .secService .inner:before {
  content: "";
  background: url(../images/brand-value/service_bg_deco@2x.png) no-repeat center center/contain;
  width: 1564px;
  height: 570px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transform: translateX(-70px);
}
@media (max-width: 750px) {
  #brand-value .secService .inner:before {
    display: none;
  }
}
@media (max-width: 750px) {
  #brand-value .secService .inner {
    padding: 0 8.2%;
  }
}
#brand-value .secService__box {
  background: rgba(255, 255, 255, 0.8);
  padding: 41px 0 38px;
  max-width: 600px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  #brand-value .secService__box {
    padding: 7.8vw 0 7.5vw;
    max-width: 100%;
  }
}
#brand-value .secService__ttl {
  text-align: center;
  margin-bottom: 27px;
}
@media (max-width: 750px) {
  #brand-value .secService__ttl {
    width: 54vw;
    margin-inline: auto;
    margin-bottom: 6vw;
  }
}
#brand-value .secService__txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.3em;
  text-align: center;
}
@media (max-width: 750px) {
  #brand-value .secService__txt {
    font-size: 3.46vw;
  }
}
#brand-value .secService__en {
  position: absolute;
  left: 30px;
  top: -23px;
}
@media (max-width: 750px) {
  #brand-value .secService__en {
    left: 6.5vw;
    top: -49.9vw;
    width: 6vw;
  }
}
#brand-value .secService__deco {
  position: absolute;
  left: -220px;
  top: -52px;
}
@media (max-width: 750px) {
  #brand-value .secService__deco {
    left: -29vw;
    top: -54vw;
    width: 73vw;
  }
}
#brand-value .secValue {
  background: url(../images/brand-value/value_bg@2x.jpg) no-repeat center center/cover;
  padding: 98px 0 10px;
}
@media (max-width: 750px) {
  #brand-value .secValue {
    background-image: url(../images/brand-value/value_bg_sp@2x.jpg);
    padding: 13.3vw 7vw 3vw;
  }
}
#brand-value .secValue__ttl {
  text-align: center;
  margin-bottom: 33px;
}
@media (max-width: 750px) {
  #brand-value .secValue__ttl {
    width: 35vw;
    margin-inline: auto;
    margin-bottom: 7vw;
  }
}
#brand-value .secValue__catchWrap {
  padding: 48px 0 40px;
  position: relative;
  margin-bottom: 86px;
}
@media (max-width: 750px) {
  #brand-value .secValue__catchWrap {
    background: #fff;
    padding: 13.3vw 0 8vw;
    margin-bottom: 11vw;
  }
}
#brand-value .secValue__catchWrap:before {
  content: "";
  display: block;
  width: 600px;
  height: 280px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 0;
}
@media (max-width: 750px) {
  #brand-value .secValue__catchWrap:before {
    display: none;
  }
}
#brand-value .secValue__catch__en {
  text-align: center;
  letter-spacing: 0.8vw;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1136px) {
  #brand-value .secValue__catch__en {
    letter-spacing: 0.55em;
  }
}
@media (max-width: 750px) {
  #brand-value .secValue__catch__en {
    margin-bottom: 11vw;
    letter-spacing: 0.35em;
    line-height: 0.9;
  }
}
#brand-value .secValue__catch__en .min {
  display: inline-block;
  margin-right: 2.9vw;
  font-size: 8.846vw;
}
@media (max-width: 1136px) {
  #brand-value .secValue__catch__en .min {
    font-size: 100px;
    margin-right: 32px;
  }
}
@media (max-width: 750px) {
  #brand-value .secValue__catch__en .min {
    font-size: 14.8vw;
    margin-right: 0;
  }
}
#brand-value .secValue__catch__en .en {
  display: inline-block;
  font-weight: 600;
  font-size: 8.15vw;
}
@media (max-width: 1136px) {
  #brand-value .secValue__catch__en .en {
    font-size: 92px;
  }
}
@media (max-width: 750px) {
  #brand-value .secValue__catch__en .en {
    font-size: 13.6vw;
  }
}
#brand-value .secValue__catch__ja {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  #brand-value .secValue__catch__ja {
    width: 70vw;
    margin-inline: auto;
  }
}
#brand-value .secValue__note {
  font-size: 14px;
  line-height: 1.57;
  padding-left: 20px;
  font-feature-settings: "palt";
}
@media (max-width: 750px) {
  #brand-value .secValue__note {
    padding-left: 0;
    font-size: 2.93vw;
    line-height: 1.75;
  }
}
#brand-value .secValue__note strong {
  font-weight: bold;
}
#brand-value .secField {
  background: url(../images/brand-value/field_bg.jpg) no-repeat center top/cover;
  padding: 117px 0 92px;
}
@media (max-width: 750px) {
  #brand-value .secField {
    background-image: url(../images/brand-value/field_bg_sp.jpg);
    padding: 11.8vw 0 15vw;
  }
}
@media (max-width: 750px) {
  #brand-value .secField .inner {
    padding-inline: 0;
  }
}
#brand-value .secField__heading {
  text-align: center;
  margin-bottom: 76px;
}
@media (max-width: 750px) {
  #brand-value .secField__heading {
    margin-bottom: 16.4vw;
  }
}
#brand-value .secField__heading .c-heading-02__en {
  text-align: center;
  margin-bottom: 13px;
}
@media (max-width: 750px) {
  #brand-value .secField__heading .c-heading-02__en {
    margin-bottom: 2.9vw;
  }
}
#brand-value .secField__figureWrap {
  position: relative;
}
#brand-value .secField__list {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -32px;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 0.7fr 0.8fr 1fr 1fr 0.8fr 0.7fr;
  gap: 0;
}
@media (max-width: 750px) {
  #brand-value .secField__list {
    top: -7vw;
    grid-template-columns: repeat(6, 1fr);
  }
}
#brand-value .secField__item {
  width: 93px;
  height: 93px;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: bold;
  line-height: 1.375;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  text-align: center;
  border-radius: 50%;
  background: #2d2d2d;
  margin-inline: auto;
}
@media (max-width: 750px) {
  #brand-value .secField__item {
    width: 16.26vw;
    height: 16.26vw;
    font-size: 2.66vw;
  }
}
@media (min-width: 751px) {
  #brand-value .secField__item.item-01, #brand-value .secField__item.item-06 {
    transform: translateY(215px);
  }
  #brand-value .secField__item.item-02, #brand-value .secField__item.item-05 {
    transform: translateY(82px);
  }
}
@media (max-width: 750px) {
  #brand-value .secField__item.item-01 {
    transform: translate(2vw, 32vw);
  }
  #brand-value .secField__item.item-02 {
    transform: translate(-5.3vw, 11.6vw);
  }
  #brand-value .secField__item.item-03 {
    transform: translate(-3vw, 0);
  }
  #brand-value .secField__item.item-04 {
    transform: translate(3vw, 0);
  }
  #brand-value .secField__item.item-05 {
    transform: translate(5.3vw, 11.6vw);
  }
  #brand-value .secField__item.item-06 {
    transform: translate(-2vw, 32vw);
  }
}
#brand-value .secField__figure img {
  display: block;
  margin-inline: auto;
}
#brand-value .secOrgano {
  background: url(../images/common/bg_noise@2x.jpg) repeat center center/500px;
  padding: 94px 0 138px;
  margin-bottom: 110px;
}
@media (max-width: 750px) {
  #brand-value .secOrgano {
    background-size: 300px;
    padding: 15.8vw 0 17vw;
    margin-bottom: 0;
  }
}
#brand-value .secOrgano .inner {
  max-width: 1064px;
}
#brand-value .secOrgano__heading {
  color: #fff;
  margin-bottom: 48px;
}
@media (max-width: 750px) {
  #brand-value .secOrgano__heading {
    margin-bottom: 9vw;
  }
}
#brand-value .secOrgano__heading .c-heading-02__en {
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #brand-value .secOrgano__heading .c-heading-02__en {
    margin-bottom: 2.9vw;
  }
}
#brand-value .figure__item {
  width: 190px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  display: grid;
  place-items: center;
  font-size: 16px;
  letter-spacing: 0.075em;
  position: relative;
}
@media (max-width: 750px) {
  #brand-value .figure__item {
    width: 100%;
    height: 13vw;
    font-size: 3.46vw;
  }
}
#brand-value .figure__item.item-01 {
  background: #d53e82;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #brand-value .figure__item.item-01 {
    margin-bottom: 6.5vw;
  }
}
#brand-value .figure__item.item-01:before {
  content: "";
  background: #fff;
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
}
@media (max-width: 750px) {
  #brand-value .figure__item.item-01:before {
    height: 6.5vw;
    left: 4vw;
    right: auto;
    bottom: -6.5vw;
  }
}
#brand-value .figure__item.item-02 {
  background: #322dd2;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  #brand-value .figure__item.item-02 {
    margin-bottom: 6vw;
  }
}
#brand-value .figure__item.item-02:before {
  content: "";
  background: #fff;
  width: 1px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -60px;
}
@media (max-width: 750px) {
  #brand-value .figure__item.item-02:before {
    height: 6vw;
    left: 4vw;
    right: auto;
    bottom: -6vw;
  }
}
#brand-value .figure__item.item-lower {
  background: #313d7a;
}
@media (max-width: 750px) {
  #brand-value .figure__item.item-lower {
    padding: 3.9vw 0.5vw 3.1vw 5.5vw;
    height: auto;
    place-items: start start;
  }
}
#brand-value .figure__item.item-lower:before {
  content: "";
  background: #fff;
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
}
@media (max-width: 750px) {
  #brand-value .figure__item.item-lower:before {
    width: 4vw;
    height: 1px;
    left: -4vw;
    right: auto;
    margin: 0;
    top: 6.6vw;
  }
}
#brand-value .figure__item.item-lower.noline:before {
  display: none;
}
@media (max-width: 750px) {
  #brand-value .figure__item.item-lower.noline:before {
    display: block;
  }
}
#brand-value .figure__lower {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 18px;
  position: relative;
}
@media (max-width: 750px) {
  #brand-value .figure__lower {
    grid-template-columns: 1fr;
    gap: 6vw 0;
    padding-left: 8vw;
  }
}
#brand-value .figure__lower:before {
  content: "";
  background: #fff;
  width: 100%;
  max-width: 834px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
}
@media (max-width: 750px) {
  #brand-value .figure__lower:before {
    width: 1px;
    height: calc(100% - 25.3vw);
    right: auto;
    left: 4vw;
    margin: 0;
    top: 0;
  }
}
#brand-value .figure__lower__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media (max-width: 750px) {
  #brand-value .figure__lower__item {
    display: grid;
    grid-template-columns: 29.4vw 1fr;
    grid-template-rows: auto;
    gap: 0;
    align-items: stretch;
  }
}
#brand-value .figure__lower__list {
  background: url(../images/brand-value/organo_item_bg@2x.png) no-repeat center center/cover;
  display: grid;
  place-content: center;
  padding: 34px 0;
}
@media (max-width: 750px) {
  #brand-value .figure__lower__list {
    padding: 3.3vw 5.5vw;
    display: block;
  }
}
#brand-value .figure__lower__list li {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
}
@media (max-width: 750px) {
  #brand-value .figure__lower__list li {
    text-align: left;
    font-size: 3.2vw;
    line-height: 2;
  }
}

/*
---------------------------------------
corporate-culture
---------------------------------------
*/
#corporate-culture .c-pageTtl__heading__en .min {
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  #corporate-culture .c-pageTtl__heading__en .min {
    letter-spacing: 0.01em;
  }
}
#corporate-culture .c-pageTtl__heading__ja {
  font-feature-settings: "palt";
}
#corporate-culture .inner {
  max-width: 1065px;
}
#corporate-culture .c-pageNav {
  padding: 63px 0 105px;
}
@media (max-width: 750px) {
  #corporate-culture .c-pageNav {
    padding: 14.5vw 0 17vw;
  }
}
@media (max-width: 750px) {
  #corporate-culture .c-pageNav__item a {
    grid-template-columns: 31vw 1fr;
  }
}
#corporate-culture .secCulture__boss {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  #corporate-culture .secCulture__boss {
    background: url(../images/corporate-culture/boss_bg_sp@2x.jpg) no-repeat center center/cover;
    margin-bottom: 0;
    padding: 14.6vw 0 14vw;
  }
}
#corporate-culture .secCulture__boss .inner {
  max-width: 1024px;
}
#corporate-culture .boss__box {
  background: url(../images/corporate-culture/boss_bg@2x.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
  padding: 88px 90px 56px;
}
@media (max-width: 750px) {
  #corporate-culture .boss__box {
    background: none;
    padding: 0;
    display: block;
  }
}
@media (max-width: 750px) {
  #corporate-culture .boss__img {
    width: 78vw;
    margin-bottom: 11vw;
  }
}
#corporate-culture .boss__txtbox {
  flex: 1;
}
#corporate-culture .boss__txt {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  #corporate-culture .boss__txt {
    font-size: 3.46vw;
    margin-bottom: 6vw;
  }
}
#corporate-culture .boss__name {
  text-align: right;
}
#corporate-culture .boss__name span {
  background: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
}
#corporate-culture .secCulture__culture {
  position: relative;
  padding: 88px 0 136px;
}
@media (max-width: 750px) {
  #corporate-culture .secCulture__culture {
    padding: 12.6vw 0 16.6vw;
  }
}
#corporate-culture .secCulture__culture .inner {
  max-width: 1024px;
  position: relative;
}
#corporate-culture .culture__ttl {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  #corporate-culture .culture__ttl {
    position: static;
    width: 55vw;
    margin-left: auto;
    margin-right: 1vw;
    margin-bottom: 9vw;
  }
}
#corporate-culture .culture__catch {
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  #corporate-culture .culture__catch {
    margin-bottom: 4vw;
  }
  #corporate-culture .culture__catch img {
    width: 100%;
  }
}
#corporate-culture .culture__txt {
  max-width: 431px;
}
@media (max-width: 750px) {
  #corporate-culture .culture__txt {
    max-width: 100%;
    font-size: 3.46vw;
    margin-bottom: 7vw;
  }
}
#corporate-culture .culture__img {
  position: absolute;
  right: 66px;
  top: 12px;
}
@media (max-width: 750px) {
  #corporate-culture .culture__img {
    position: static;
    width: 81.5vw;
    margin-left: 2vw;
  }
}
#corporate-culture .secCulture__climate {
  background: url(../images/common/bg_noise@2x.jpg) repeat center center/500px;
}
@media (max-width: 750px) {
  #corporate-culture .secCulture__climate {
    background-size: 300px;
  }
}
#corporate-culture .climate__head {
  position: relative;
  padding: 73px 0 82px;
}
@media (max-width: 750px) {
  #corporate-culture .climate__head {
    padding: 15.8vw 0 10.5vw;
  }
}
#corporate-culture .climate__head .inner {
  max-width: 1120px;
}
#corporate-culture .climate__ttl {
  position: absolute;
  top: 48px;
  left: 16px;
}
@media (max-width: 750px) {
  #corporate-culture .climate__ttl {
    position: static;
    width: 55vw;
    margin-left: 1vw;
    margin-bottom: 7.3vw;
  }
}
#corporate-culture .climate__catch {
  text-align: right;
}
@media (max-width: 750px) {
  #corporate-culture .climate__catch {
    text-align: left;
  }
  #corporate-culture .climate__catch img {
    width: 100%;
  }
}
#corporate-culture .climate__item {
  border-top: 1px solid #fff;
}
#corporate-culture .climate__item .inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0;
  max-width: 1070px;
}
@media (max-width: 750px) {
  #corporate-culture .climate__item .inner {
    display: block;
    max-width: 80vw;
  }
}
#corporate-culture .climate__item.blank .inner {
  height: 60px;
}
@media (max-width: 750px) {
  #corporate-culture .climate__item.blank .inner {
    height: 13vw;
  }
}
#corporate-culture .climate__img {
  border-right: 1px solid #fff;
  line-height: 0;
}
@media (max-width: 750px) {
  #corporate-culture .climate__img {
    border-right: none;
    position: relative;
  }
  #corporate-culture .climate__img:before {
    content: "";
    background: #fff;
    width: 100vw;
    height: 1px;
    display: block;
    position: absolute;
    left: -10vw;
    bottom: 0;
  }
}
#corporate-culture .climate__name {
  font-size: 20px;
  font-weight: bold;
  color: #25aac8;
  border-bottom: 1px solid #fff;
  padding: 23px 70px;
}
@media (max-width: 750px) {
  #corporate-culture .climate__name {
    font-size: 4.13vw;
    padding: 3.5vw 5vw;
    line-height: 1.38;
  }
}
#corporate-culture .climate__txt {
  color: #fff;
  padding: 15px 70px;
}
@media (max-width: 750px) {
  #corporate-culture .climate__txt {
    padding: 3.5vw 5vw;
    font-size: 3.46vw;
  }
}
#corporate-culture .secEnvironment {
  background: url(../images/corporate-culture/environment_bg@2x.jpg) no-repeat center center/cover;
  padding: 66px 0 0;
  position: relative;
}
@media (max-width: 750px) {
  #corporate-culture .secEnvironment {
    padding: 14.5vw 0 0;
    background-repeat: repeat;
    background-size: 500px;
  }
}
#corporate-culture .secEnvironment .inner {
  max-width: 1003px;
  position: relative;
}
#corporate-culture .secEnvironment__ttl {
  position: absolute;
  top: 92px;
  left: 15px;
  mix-blend-mode: multiply;
}
@media (max-width: 750px) {
  #corporate-culture .secEnvironment__ttl {
    width: 55vw;
    top: 14vw;
    left: 1vw;
    z-index: 1;
  }
}
#corporate-culture .secEnvironment__catch {
  position: absolute;
  top: 213px;
  left: 20px;
}
@media (max-width: 750px) {
  #corporate-culture .secEnvironment__catch {
    width: 19vw;
    top: 31.8vw;
    left: 7.4vw;
    z-index: 1;
  }
}
#corporate-culture .secEnvironment__img {
  text-align: center;
  padding-left: 50px;
}
@media (max-width: 750px) {
  #corporate-culture .secEnvironment__img {
    text-align: left;
    padding-left: 0;
    width: 136.4vw;
    transform: translateX(-19.7vw);
  }
}
#corporate-culture .secEnvironment__en {
  position: absolute;
  top: 96px;
  right: 22px;
}
@media (max-width: 750px) {
  #corporate-culture .secEnvironment__en {
    top: 12.7vw;
    right: 4.2vw;
    width: 2.15vw;
  }
}
#corporate-culture .secNurturing {
  border-top: 1px solid #2d2d2d;
  margin-top: -35px;
  position: relative;
  background: url(../images/corporate-culture/nurturing_bg.jpg) no-repeat center top/cover;
  padding-bottom: 94px;
}
@media (max-width: 750px) {
  #corporate-culture .secNurturing {
    background-image: url(../images/corporate-culture/nurturing_bg_sp.jpg);
    margin-top: -3vw;
    padding-bottom: 12.6vw;
  }
}
#corporate-culture .secNurturing__head {
  position: relative;
  padding: 136px 0 65px;
}
@media (max-width: 750px) {
  #corporate-culture .secNurturing__head {
    padding: 11.6vw 0 7.9vw;
  }
}
#corporate-culture .secNurturing__head .inner {
  max-width: 1064px;
}
#corporate-culture .secNurturing__ttl {
  position: absolute;
  right: 3px;
  top: 105px;
}
@media (max-width: 750px) {
  #corporate-culture .secNurturing__ttl {
    position: static;
    width: 55vw;
    margin-left: auto;
    margin-right: 1vw;
    margin-bottom: 7.3vw;
  }
}
#corporate-culture .secNurturing__en {
  position: absolute;
  left: 24px;
  top: 74px;
}
@media (max-width: 750px) {
  #corporate-culture .secNurturing__en {
    width: 2.15vw;
    left: 6.5vw;
    top: 12.3vw;
  }
}
@media (max-width: 750px) {
  #corporate-culture .secNurturing__catch {
    width: 73.8vw;
  }
}
@media (max-width: 750px) {
  #corporate-culture .secNurturing__cont .inner {
    padding-inline: 3.7vw;
  }
}
#corporate-culture .secNurturing__figure {
  background: url(../images/corporate-culture/nurturing_figure@2x.png) no-repeat center center/100%;
  height: 762px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 72px;
}
@media (max-width: 750px) {
  #corporate-culture .secNurturing__figure {
    background: url(../images/corporate-culture/nurturing_figure_sp@2x.png) no-repeat center center/100%;
    height: 279vw;
    margin-bottom: 15.7vw;
  }
}
#corporate-culture .secNurturing__item {
  padding: 27px 40px;
  display: grid;
}
@media (max-width: 750px) {
  #corporate-culture .secNurturing__item {
    padding: 4.5vw 5vw;
    font-size: 3.46vw;
    line-height: 1.73;
  }
}
#corporate-culture .secNurturing__item.item-03 {
  place-items: end start;
}
#corporate-culture .secNurturing__item.item-04 {
  place-items: end start;
}
#corporate-culture .secNurturing__career {
  background: #fff;
  position: relative;
}
#corporate-culture .career__ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -8px;
}
@media (max-width: 750px) {
  #corporate-culture .career__ttl {
    top: -2.4vw;
  }
}
#corporate-culture .career__ttl span {
  background: #2d2d2d;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  padding: 8px 18px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #corporate-culture .career__ttl span {
    font-size: 4vw;
    padding: 2.1vw 4vw;
  }
}
#corporate-culture .career__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 750px) {
  #corporate-culture .career__box {
    display: block;
    padding-top: 5vw;
  }
}
#corporate-culture .career__item {
  padding: 50px 47px 30px;
}
@media (max-width: 750px) {
  #corporate-culture .career__item {
    padding: 6.5vw 5vw 7vw;
  }
}
#corporate-culture .career__item.item-01 {
  position: relative;
  background: url(../images/corporate-culture/nurturing_career_01@2x.png) no-repeat right 22px bottom -1px/134px;
}
@media (max-width: 750px) {
  #corporate-culture .career__item.item-01 {
    background-size: 29.2vw;
    background-position: right 4vw bottom -1px;
  }
}
#corporate-culture .career__item.item-01:before {
  content: "";
  background: url(../images/corporate-culture/career_line@2x.png) no-repeat center center/cover;
  width: 2px;
  height: 439px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
}
@media (max-width: 750px) {
  #corporate-culture .career__item.item-01:before {
    width: 100%;
    height: 1px;
    bottom: 0;
    background: url(../images/corporate-culture/career_line_sp@2x.png) no-repeat center center/cover;
  }
}
#corporate-culture .career__item.item-02 {
  background: url(../images/corporate-culture/nurturing_career_02@2x.png) no-repeat right 22px bottom/140px;
}
@media (max-width: 750px) {
  #corporate-culture .career__item.item-02 {
    background-size: 30.8vw;
    background-position: right 4vw bottom;
  }
}
#corporate-culture .career__tag {
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #corporate-culture .career__tag {
    margin-bottom: 4vw;
  }
}
#corporate-culture .career__tag span {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  border: 1px solid #989cca;
  color: #989cca;
  border-radius: 50px;
  padding: 0px 28px;
}
@media (max-width: 750px) {
  #corporate-culture .career__tag span {
    font-size: 4vw;
    padding: 0 7vw;
  }
}
#corporate-culture .career__catch {
  font-size: 20px;
  font-weight: bold;
  color: #322dd2;
  margin-bottom: 23px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  #corporate-culture .career__catch {
    font-size: 4vw;
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 750px) {
  #corporate-culture .career__txt {
    font-size: 3.46vw;
  }
}
#corporate-culture .secWelfare {
  background: url(../images/corporate-culture/welfare_bg@2x.jpg) no-repeat center center/cover;
  padding: 61px 0 70px;
  margin-bottom: 110px;
}
@media (max-width: 750px) {
  #corporate-culture .secWelfare {
    background-image: url(../images/corporate-culture/welfare_bg_sp@2x.jpg);
    padding: 13.3vw 0 13.6vw;
    margin-bottom: 0;
  }
}
#corporate-culture .secWelfare__catch {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #corporate-culture .secWelfare__catch {
    width: 76.2vw;
    margin-bottom: 7.5vw;
  }
}
#corporate-culture .secWelfare__unique {
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 58px;
}
@media (max-width: 750px) {
  #corporate-culture .secWelfare__unique {
    margin-bottom: 7.5vw;
  }
}
#corporate-culture .unique__ttl {
  background: #2d2d2d;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 0;
}
@media (max-width: 750px) {
  #corporate-culture .unique__ttl {
    font-size: 3.46vw;
    padding: 1.7vw 0;
  }
}
#corporate-culture .unique__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-left: 1px solid #2d2d2d;
  border-right: 1px solid #2d2d2d;
}
@media (max-width: 750px) {
  #corporate-culture .unique__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#corporate-culture .unique__item {
  height: 160px;
  font-size: 19px;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.61;
  display: grid;
  place-items: center start;
  padding-left: 30px;
  border-bottom: 1px solid #2d2d2d;
}
@media (max-width: 750px) {
  #corporate-culture .unique__item {
    height: 27.5vw;
    font-size: 3.2vw;
    padding-left: 5vw;
  }
}
@media (min-width: 751px) {
  #corporate-culture .unique__item:not(:nth-child(4n)) {
    border-right: 1px solid #2d2d2d;
  }
}
@media (max-width: 750px) {
  #corporate-culture .unique__item:not(:nth-child(2n)) {
    border-right: 1px solid #2d2d2d;
  }
}
#corporate-culture .unique__item.item-01 {
  background: url(../images/corporate-culture/welfare_icn_01@2x.png) no-repeat right 18px center/102px;
}
@media (max-width: 750px) {
  #corporate-culture .unique__item.item-01 {
    background-size: 17.2vw;
    background-position: right 2.8vw center;
    order: 1;
  }
}
#corporate-culture .unique__item.item-02 {
  background: url(../images/corporate-culture/welfare_icn_02@2x.png) no-repeat right 18px center/117px;
}
@media (max-width: 750px) {
  #corporate-culture .unique__item.item-02 {
    background-size: 20.2vw;
    background-position: right 2.8vw center;
    order: 2;
  }
}
#corporate-culture .unique__item.item-03 {
  background: url(../images/corporate-culture/welfare_icn_03@2x.png) no-repeat right 18px center/88px;
}
@media (max-width: 750px) {
  #corporate-culture .unique__item.item-03 {
    background-size: 15.2vw;
    background-position: right 2.8vw center;
    order: 5;
  }
}
#corporate-culture .unique__item.item-04 {
  background: url(../images/corporate-culture/welfare_icn_04@2x.png) no-repeat right 18px center/95px;
}
@media (max-width: 750px) {
  #corporate-culture .unique__item.item-04 {
    background-size: 16.2vw;
    background-position: right 2.8vw center;
    order: 6;
  }
}
#corporate-culture .unique__item.item-05 {
  background: url(../images/corporate-culture/welfare_icn_05@2x.png) no-repeat right 12px center/110px;
}
@media (max-width: 750px) {
  #corporate-culture .unique__item.item-05 {
    background-size: 19.2vw;
    background-position: right 1.8vw center;
    order: 3;
  }
}
#corporate-culture .unique__item.item-06 {
  background: url(../images/corporate-culture/welfare_icn_06@2x.png) no-repeat right 22px center/104px;
}
@media (max-width: 750px) {
  #corporate-culture .unique__item.item-06 {
    background-size: 18.2vw;
    background-position: right 2.8vw center;
    order: 4;
  }
}
#corporate-culture .unique__item.item-07 {
  background: url(../images/corporate-culture/welfare_icn_07@2x.png) no-repeat right 18px center/93px;
}
@media (max-width: 750px) {
  #corporate-culture .unique__item.item-07 {
    background-size: 15.2vw;
    background-position: right 2.8vw center;
    order: 7;
  }
}
#corporate-culture .unique__item.item-08 {
  background: url(../images/corporate-culture/welfare_icn_08@2x.png) no-repeat right 18px center/94px;
}
@media (max-width: 750px) {
  #corporate-culture .unique__item.item-08 {
    background-size: 15.2vw;
    background-position: right 2.8vw center;
    order: 8;
  }
}
#corporate-culture .secWelfare__smallBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 90px;
}
@media (max-width: 750px) {
  #corporate-culture .secWelfare__smallBox {
    grid-template-columns: 1fr;
    gap: 7vw 0;
  }
}
#corporate-culture .secWelfare__smallBox__item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0 24px;
}
@media (max-width: 750px) {
  #corporate-culture .secWelfare__smallBox__item {
    grid-template-columns: 1fr;
    gap: 2.5vw 0;
  }
}
#corporate-culture .smallBox__ttl {
  background: #2d2d2d;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #corporate-culture .smallBox__ttl {
    font-size: 3.46vw;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 1.7vw 0;
  }
}
#corporate-culture .smallBox__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#corporate-culture .smallBox__list li {
  color: #fff;
  font-weight: bold;
  margin-right: 30px;
}
@media (max-width: 750px) {
  #corporate-culture .smallBox__list li {
    font-size: 3.2vw;
    margin-right: -3vw;
    font-feature-settings: "palt";
    width: 44vw;
  }
}
#corporate-culture .smallBox__list li .small {
  font-weight: 500;
}
#corporate-culture .smallBox__list.item-01 {
  height: 140px;
}
@media (max-width: 750px) {
  #corporate-culture .smallBox__list.item-01 {
    height: 28.5vw;
  }
}
#corporate-culture .smallBox__list.item-02 {
  height: 110px;
}
@media (max-width: 750px) {
  #corporate-culture .smallBox__list.item-02 {
    height: 17.5vw;
  }
}

/*
---------------------------------------
special-contents
---------------------------------------
*/
#special-contents .c-pageTtl {
  padding-bottom: 92px;
}
@media (max-width: 750px) {
  #special-contents .c-pageTtl {
    padding-bottom: 8.5vw;
  }
}
#special-contents .c-pageTtl__heading__ja {
  font-feature-settings: "palt";
}
#special-contents .secProject {
  background: url(../images/common/bg_noise@2x.jpg) repeat center center/500px;
  color: #fff;
  padding: 116px 0 100px;
}
@media (max-width: 750px) {
  #special-contents .secProject {
    background-size: 300px;
    padding: 13.3vw 0 10vw;
  }
}
#special-contents .secProject .inner {
  max-width: 1009px;
}
#special-contents .secProject__ttl__en {
  text-align: center;
  margin-bottom: 39px;
}
@media (max-width: 750px) {
  #special-contents .secProject__ttl__en {
    width: 75vw;
    margin-inline: auto;
    margin-bottom: 4vw;
  }
}
#special-contents .secProject__ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.562;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #special-contents .secProject__ttl {
    font-size: 5.33vw;
    margin-bottom: 4.5vw;
  }
}
#special-contents .secProject__txt {
  font-size: 18px;
  max-width: 820px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  #special-contents .secProject__txt {
    font-size: 3.86vw;
  }
}
#special-contents .secProject__area {
  position: relative;
}
#special-contents .secProject__area__catch {
  position: absolute;
  right: 52px;
  top: 208px;
  z-index: 1;
}
@media (max-width: 750px) {
  #special-contents .secProject__area__catch {
    width: 16.6vw;
    right: 5.4vw;
    top: 3.7vw;
  }
}
#special-contents .secProject__area__img {
  transform: translate(40px, -15px);
}
@media (max-width: 750px) {
  #special-contents .secProject__area__img {
    transform: translate(-10vw, 4vw);
    width: 107.4vw;
    margin-bottom: 17.3vw;
  }
}
#special-contents .secProject__signal {
  position: absolute;
  right: 104px;
  top: 428px;
  width: 175px;
  height: 175px;
  display: block;
  animation: pulsate 2s ease-out infinite;
}
@media (max-width: 750px) {
  #special-contents .secProject__signal {
    width: 19.46vw;
    height: 19.46vw;
    right: 4.1vw;
    top: 52.8vw;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
#special-contents .secProject__area__txt {
  position: absolute;
  right: 117px;
  top: 514px;
}
@media (max-width: 750px) {
  #special-contents .secProject__area__txt {
    width: 21vw;
    right: 3.2vw;
    top: 62.3vw;
  }
}
#special-contents .secProject__ikuno {
  border: 1px solid #d53e82;
  background: url(../images/common/bg_noise@2x.jpg) repeat center center/500px;
  max-width: 420px;
  padding: 42px 40px 30px;
  position: absolute;
  left: 40px;
  top: 116px;
}
@media (max-width: 750px) {
  #special-contents .secProject__ikuno {
    background-size: 300px;
    position: relative;
    left: 0;
    top: 0;
    padding: 9.4vw 6.8vw 7.3vw;
  }
}
#special-contents .secProject__ikuno__ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -19px;
}
@media (max-width: 750px) {
  #special-contents .secProject__ikuno__ttl {
    top: -4.5vw;
    width: 53vw;
  }
}
#special-contents .secStory {
  background: url(../images/common/bg_noise@2x.jpg) repeat center center/500px;
  padding: 10px 0 0;
  margin-bottom: 110px;
}
@media (max-width: 750px) {
  #special-contents .secStory {
    background-size: 300px;
    padding: 7.2vw 0 0;
    margin-bottom: 0;
  }
}
#special-contents .secStory__ttl {
  padding-inline: 35px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 750px) {
  #special-contents .secStory__ttl {
    padding-inline: 11vw;
    padding-bottom: 21.5vw;
  }
  #special-contents .secStory__ttl img {
    width: 58vw;
  }
}
#special-contents .secStory__ttl:before {
  content: "";
  background: url(../images/special-contents/story_arrow.svg) no-repeat center center/contain;
  width: 41px;
  height: 37px;
  display: block;
  position: absolute;
  left: 27px;
  bottom: 17px;
}
@media (max-width: 750px) {
  #special-contents .secStory__ttl:before {
    width: 6.4vw;
    height: 5.8vw;
    left: 9.6vw;
    bottom: 10.5vw;
  }
}
#special-contents .secStory__item {
  border-bottom: 10px solid #2d2d2d;
  position: relative;
}
@media (max-width: 750px) {
  #special-contents .secStory__item {
    border-width: 5px;
  }
}
#special-contents .secStory__item:before {
  content: "";
  background: url(../images/special-contents/story_arrow.svg) no-repeat center center/contain;
  width: 41px;
  height: 37px;
  display: block;
  position: absolute;
  left: 27px;
  bottom: 13px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item:before {
    width: 6.4vw;
    height: 5.8vw;
    left: 6.8vw;
    bottom: 4vw;
  }
}
#special-contents .secStory__item .inner {
  position: relative;
  height: 100%;
}
#special-contents .secStory__item.item-01 {
  background: url(../images/special-contents/story_bg_01@2x.jpg) no-repeat center bottom/cover;
  height: 605px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-01 {
    background-image: url(../images/special-contents/story_bg_01_sp@2x.jpg);
    height: 133.53vw;
  }
}
#special-contents .secStory__item.item-01 .secStory__year {
  top: 160px;
  left: 36px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-01 .secStory__year {
    top: 6vw;
    left: 4.5vw;
  }
}
#special-contents .secStory__item.item-01 .secStory__episode {
  top: 319px;
  left: 47px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-01 .secStory__episode {
    width: 38.53vw;
    top: 20.9vw;
    left: 5.8vw;
  }
}
#special-contents .secStory__item.item-01 .secStory__catch {
  top: 105px;
  right: 0px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-01 .secStory__catch {
    width: 67.8666666667vw;
    top: 58.8vw;
    right: auto;
    left: 5vw;
  }
}
#special-contents .secStory__item.item-01 .secStory__txt {
  color: #fff;
  left: 44px;
  bottom: 30px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-01 .secStory__txt {
    left: 0;
    bottom: 14vw;
  }
}
#special-contents .secStory__item.item-02 {
  background: url(../images/special-contents/story_bg_02@2x.jpg) no-repeat center center/cover;
  height: 500px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-02 {
    background-image: url(../images/special-contents/story_bg_02_sp@2x.jpg);
    height: 128.03vw;
  }
}
#special-contents .secStory__item.item-02 .secStory__year {
  top: 89px;
  left: 36px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-02 .secStory__year {
    top: 7.5vw;
    left: 6.5vw;
  }
}
#special-contents .secStory__item.item-02 .secStory__episode {
  top: 239px;
  left: 47px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-02 .secStory__episode {
    width: 45.73vw;
    top: 20.9vw;
    left: 5.8vw;
  }
}
#special-contents .secStory__item.item-02 .secStory__catch {
  top: 64px;
  right: 0px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-02 .secStory__catch {
    width: 56vw;
    top: 48.8vw;
    right: auto;
    left: 5vw;
  }
}
#special-contents .secStory__item.item-02 .secStory__txt {
  left: 44px;
  bottom: 30px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-02 .secStory__txt {
    left: 0;
    bottom: 23vw;
  }
}
#special-contents .secStory__item.item-03 {
  background: url(../images/special-contents/story_bg_03@2x.jpg) no-repeat center center/cover;
  height: 500px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-03 {
    background-image: url(../images/special-contents/story_bg_03_sp@2x.jpg);
    height: 117.03vw;
  }
}
#special-contents .secStory__item.item-03:before {
  background-image: url(../images/special-contents/story_arrow-black.svg);
}
#special-contents .secStory__item.item-03 .secStory__episode {
  top: 182px;
  left: 47px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-03 .secStory__episode {
    width: 47.33vw;
    top: 5.6vw;
    left: 5.8vw;
  }
}
#special-contents .secStory__item.item-03 .secStory__catch {
  top: 69px;
  right: 0px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-03 .secStory__catch {
    width: 50.6vw;
    top: 35.8vw;
    right: auto;
    left: 5vw;
  }
}
#special-contents .secStory__item.item-03 .secStory__txt {
  left: 44px;
  bottom: 47px;
  max-width: 695px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-03 .secStory__txt {
    left: 0;
    bottom: 18.2vw;
  }
}
#special-contents .secStory__item.item-04 {
  background: url(../images/special-contents/story_bg_04@2x.jpg) no-repeat center center/cover;
  height: 520px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-04 {
    background-image: url(../images/special-contents/story_bg_04_sp@2x.jpg);
    height: 132vw;
  }
}
#special-contents .secStory__item.item-04 .secStory__year {
  top: 29px;
  left: 36px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-04 .secStory__year {
    top: 6.3vw;
    left: 4.5vw;
  }
}
#special-contents .secStory__item.item-04 .secStory__episode {
  top: 182px;
  left: 47px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-04 .secStory__episode {
    width: 47.73vw;
    top: 19.9vw;
    left: 5.1vw;
  }
}
#special-contents .secStory__item.item-04 .secStory__catch {
  top: 66px;
  right: 0px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-04 .secStory__catch {
    width: 44.8vw;
    top: 45.2vw;
    right: auto;
    left: 5vw;
  }
}
#special-contents .secStory__item.item-04 .secStory__txt {
  color: #fff;
  left: 44px;
  bottom: 30px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-04 .secStory__txt {
    left: 0;
    bottom: 14vw;
  }
}
#special-contents .secStory__item.item-04 .secStory__txt .small {
  font-size: 14px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-04 .secStory__txt .small {
    font-size: 3vw;
  }
}
#special-contents .secStory__item.item-05 {
  background: url(../images/special-contents/story_bg_05@2x.jpg) no-repeat center center/cover;
  height: 500px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-05 {
    background-image: url(../images/special-contents/story_bg_05_sp@2x.jpg);
    height: 111.03vw;
  }
}
#special-contents .secStory__item.item-05 .secStory__episode {
  top: 202px;
  left: 47px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-05 .secStory__episode {
    width: 47.33vw;
    top: 4.4vw;
    left: 5.8vw;
  }
}
#special-contents .secStory__item.item-05 .secStory__catch {
  top: 69px;
  right: 0px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-05 .secStory__catch {
    width: 50.6vw;
    top: 43.6vw;
    right: auto;
    left: 5vw;
  }
}
#special-contents .secStory__item.item-05 .secStory__txt {
  color: #fff;
  left: 44px;
  bottom: 56px;
  max-width: 695px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-05 .secStory__txt {
    left: 0;
    bottom: 15.2vw;
    max-width: 100%;
  }
}
#special-contents .secStory__item.item-05 .secStory__note {
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 14px;
  bottom: 3px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-05 .secStory__note {
    font-size: 3vw;
    right: 2vw;
    bottom: 1vw;
  }
}
#special-contents .secStory__item.item-06 {
  background: url(../images/special-contents/story_bg_06@2x.jpg) no-repeat center center/cover;
  height: 503px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-06 {
    background-image: url(../images/special-contents/story_bg_06_sp@2x.jpg);
    height: 127.83vw;
  }
}
#special-contents .secStory__item.item-06 .secStory__episode {
  top: 95px;
  left: 47px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-06 .secStory__episode {
    width: 48.8vw;
    top: 4.4vw;
    left: 5.8vw;
  }
}
#special-contents .secStory__item.item-06 .secStory__catch {
  top: 69px;
  left: 487px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-06 .secStory__catch {
    width: 56.5vw;
    top: 50.8vw;
    right: auto;
    left: 5vw;
  }
}
#special-contents .secStory__item.item-06 .secStory__txt {
  color: #fff;
  left: 44px;
  bottom: 44px;
  max-width: 424px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-06 .secStory__txt {
    left: 0;
    bottom: 14.2vw;
    max-width: 100%;
  }
}
#special-contents .secStory__item.item-07 {
  background: url(../images/special-contents/story_bg_07@2x.jpg) no-repeat center center/cover;
  height: 652px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-07 {
    background-image: url(../images/special-contents/story_bg_07_sp@2x.jpg);
    height: 198.03vw;
  }
}
#special-contents .secStory__item.item-07:before {
  background-image: url(../images/special-contents/story_arrow-black.svg);
}
#special-contents .secStory__item.item-07 .secStory__year {
  top: 29px;
  left: 36px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-07 .secStory__year {
    top: 5.3vw;
    left: 4.5vw;
  }
}
#special-contents .secStory__item.item-07 .secStory__episode {
  top: 182px;
  left: 47px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-07 .secStory__episode {
    width: 48vw;
    top: 18.9vw;
    left: 5.1vw;
  }
}
#special-contents .secStory__item.item-07 .secStory__catch {
  top: 66px;
  right: 0px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-07 .secStory__catch {
    width: 59.73vw;
    top: 40.5vw;
    right: auto;
    left: 5vw;
  }
}
#special-contents .secStory__item.item-07 .secStory__txt {
  left: 663px;
  top: 124px;
  max-width: 325px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-07 .secStory__txt {
    left: 0;
    top: 59.8vw;
    max-width: 100%;
  }
}
#special-contents .secStory__item.item-07 .secStory__movie__list {
  position: absolute;
  display: flex;
  left: 40px;
  bottom: 80px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-07 .secStory__movie__list {
    width: 66vw;
    margin-inline: auto;
    bottom: 14vw;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#special-contents .secStory__item.item-07 .secStory__movie__item {
  margin-right: 30px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-07 .secStory__movie__item {
    margin-right: 0;
    margin-bottom: 2vw;
  }
}
#special-contents .secStory__item.item-08 {
  background: url(../images/special-contents/story_bg_08@2x.jpg) no-repeat center bottom/cover;
  height: 752px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-08 {
    background-image: url(../images/special-contents/story_bg_08_sp@2x.jpg);
    height: 136.6vw;
  }
}
#special-contents .secStory__item.item-08 .secStory__year {
  font-size: 225px;
  top: 52px;
  left: 46px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-08 .secStory__year {
    font-size: 28.2vw;
    top: 10.9vw;
    left: 4.5vw;
  }
}
#special-contents .secStory__item.item-08 .secStory__episode {
  top: 115px;
  left: 681px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-08 .secStory__episode {
    width: 48vw;
    top: 24.6vw;
    left: auto;
    right: 7.1vw;
  }
}
#special-contents .secStory__item.item-08 .secStory__catch {
  top: 78px;
  right: -20px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-08 .secStory__catch {
    width: 77.2vw;
    top: 43.5vw;
    right: auto;
    left: 5vw;
  }
}
#special-contents .secStory__item.item-08 .secStory__txt {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  left: 27px;
  bottom: 30px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-08 .secStory__txt {
    font-size: 3.6vw;
    line-height: 1.66;
    left: 0;
    bottom: 15vw;
  }
}
#special-contents .secStory__item.item-09 {
  background: url(../images/special-contents/story_bg_09@2x.jpg) no-repeat center center/cover;
  height: 481px;
}
@media (max-width: 750px) {
  #special-contents .secStory__item.item-09 {
    background-image: url(../images/special-contents/story_bg_09_sp@2x.jpg);
    height: 79.33vw;
  }
}
#special-contents .secStory__item.item-09:before {
  display: none;
}
#special-contents .secStory__year {
  font-size: 270px;
  letter-spacing: 0.075em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  position: absolute;
  line-height: 1;
}
@media (max-width: 750px) {
  #special-contents .secStory__year {
    font-size: 30vw;
  }
}
#special-contents .secStory__episode {
  position: absolute;
  line-height: 1;
}
#special-contents .secStory__catch {
  position: absolute;
  line-height: 1;
}
@media (max-width: 750px) {
  #special-contents .secStory__catch img {
    width: 100%;
  }
}
#special-contents .secStory__txt {
  max-width: 812px;
  position: absolute;
}
@media (max-width: 750px) {
  #special-contents .secStory__txt {
    max-width: 100%;
    padding-inline: 5vw;
    font-size: 3.2vw;
    line-height: 1.625;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}
#special-contents .secStory__movie__item .b-modal__dialog__inpurArea {
  background: none;
  padding-inline: 0;
}
#special-contents .secStory__movie__item .b-modal__closeButton {
  top: 0px;
  right: 0px;
}
#special-contents .secStory__movie__item iframe {
  width: 80vw;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 750px) {
  #special-contents .secStory__movie__item iframe {
    width: 90vw;
  }
}
#special-contents .secStory__continue {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 51%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  #special-contents .secStory__continue {
    width: 70vw;
    top: 49%;
  }
}
#special-contents .secStory__continue__en {
  position: absolute;
  top: 30px;
  left: 38px;
}
@media (max-width: 750px) {
  #special-contents .secStory__continue__en {
    top: 7.6vw;
    left: 5.4vw;
    width: 2.2vw;
  }
}

/*
---------------------------------------
data
---------------------------------------
*/
#data .c-pageTtl {
  padding-bottom: 144px;
}
@media (max-width: 750px) {
  #data .c-pageTtl {
    padding-bottom: 16.5vw;
  }
}
@media (max-width: 750px) {
  #data .c-pageTtl__heading__en {
    padding-top: 2vw;
    margin-bottom: 2vw;
  }
}
#data .c-pageTtl__heading__ja {
  font-feature-settings: "palt";
}
#data .secData {
  background: url(../images/common/bg_noise@2x.jpg) repeat center center/500px;
  margin-bottom: 110px;
}
@media (max-width: 750px) {
  #data .secData {
    background-size: 300px;
    margin-bottom: 0;
  }
}
#data .secData .inner {
  padding-inline: 0;
  max-width: 1020px;
}
@media (max-width: 750px) {
  #data .secData .inner {
    max-width: 92vw;
  }
}
#data .secData__head,
#data .secData__foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  height: 140px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
}
@media (max-width: 750px) {
  #data .secData__head,
  #data .secData__foot {
    grid-template-columns: repeat(2, 1fr);
    height: 5.33vw;
  }
}
#data .secData__head:before,
#data .secData__foot:before {
  content: "";
  background: #fff;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: calc(-50vw + 50%);
  bottom: -1px;
}
#data .secData__foot:before {
  bottom: auto;
  top: -1px;
}
#data .secData__head__item:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  #data .secData__head__item:nth-of-type(2) {
    display: none;
  }
}
#data .secData__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(8, 340px);
  gap: 0;
  grid-auto-flow: row;
  grid-template-areas: "data_01 data_02 data_02" "data_03 data_02 data_02" "data_03 data_04 data_05" "data_06 data_07 data_07" "data_08 data_09 data_10" "data_11 data_12 data_13" "data_14 data_14 data_14" "data_15 data_16 data_17";
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  #data .secData__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(12, 46vw);
    grid-template-areas: "data_01 data_06" "data_02 data_02" "data_02 data_02" "data_04 data_03" "data_05 data_03" "data_07 data_07" "data_08 data_09" "data_10 data_11" "data_12 data_13" "data_14 data_15" "data_14 data_16" "data_14 data_17";
  }
}
#data .data_01 {
  grid-area: data_01;
  border-right: 1px solid #fff;
}
#data .data_01:before {
  content: "";
  left: calc(-50vw + 510px);
  bottom: -1px;
}
@media (max-width: 750px) {
  #data .data_01:before {
    left: -5vw;
  }
}
#data .data_02 {
  grid-area: data_02;
}
#data .data_02:before {
  content: "";
  right: calc(-50vw + 510px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  #data .data_02:before {
    right: -5vw;
  }
}
@media (max-width: 750px) {
  #data .data_02:after {
    content: "";
    background: #fff;
    width: 5vw;
    height: 1px;
    display: block;
    position: absolute;
    left: -5vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
#data .data_03 {
  grid-area: data_03;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  #data .data_03 {
    border-right: none;
  }
}
#data .data_03:before {
  content: "";
  left: calc(-50vw + 510px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  #data .data_03:before {
    left: auto;
    right: -5vw;
    top: -1px;
    transform: translateY(0);
  }
}
@media (max-width: 750px) {
  #data .data_03:after {
    content: "";
    background: #fff;
    width: 5vw;
    height: 1px;
    display: block;
    position: absolute;
    right: -5vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
#data .data_04 {
  grid-area: data_04;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  #data .data_04:before {
    content: "";
    left: -5vw;
    top: -1px;
  }
}
#data .data_05 {
  grid-area: data_05;
}
@media (max-width: 750px) {
  #data .data_05 {
    border-right: 1px solid #fff;
  }
}
#data .data_05:before {
  content: "";
  right: calc(-50vw + 510px);
  top: -1px;
}
@media (max-width: 750px) {
  #data .data_05:before {
    right: auto;
    left: -5vw;
  }
}
#data .data_06 {
  grid-area: data_06;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  #data .data_06 {
    border-right: none;
  }
}
#data .data_06:before {
  content: "";
  left: calc(-50vw + 510px);
  bottom: -1px;
}
@media (max-width: 750px) {
  #data .data_06:before {
    left: auto;
    right: -5vw;
  }
}
#data .data_07 {
  grid-area: data_07;
}
#data .data_07:before {
  content: "";
  right: calc(-50vw + 510px);
  bottom: -1px;
}
@media (max-width: 750px) {
  #data .data_07:before {
    right: -5vw;
    bottom: auto;
    top: -1px;
  }
}
@media (max-width: 750px) {
  #data .data_07:after {
    content: "";
    background: #fff;
    width: 5vw;
    height: 1px;
    display: block;
    position: absolute;
    left: -5vw;
    top: -1px;
  }
}
#data .data_08 {
  grid-area: data_08;
  border-right: 1px solid #fff;
}
#data .data_08:before {
  content: "";
  left: calc(-50vw + 510px);
  bottom: -1px;
}
@media (max-width: 750px) {
  #data .data_08:before {
    left: -5vw;
    bottom: auto;
    top: -1px;
  }
}
#data .data_09 {
  grid-area: data_09;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  #data .data_09 {
    border-right: none;
  }
}
@media (max-width: 750px) {
  #data .data_09:before {
    content: "";
    right: -5vw;
    top: -1px;
  }
}
#data .data_10 {
  grid-area: data_10;
}
@media (max-width: 750px) {
  #data .data_10 {
    border-right: 1px solid #fff;
  }
}
#data .data_10:before {
  content: "";
  right: calc(-50vw + 510px);
  bottom: -1px;
}
@media (max-width: 750px) {
  #data .data_10:before {
    right: auto;
    left: -5vw;
    bottom: auto;
    top: -1px;
  }
}
#data .data_11 {
  grid-area: data_11;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  #data .data_11 {
    border-right: none;
  }
}
#data .data_11:before {
  content: "";
  left: calc(-50vw + 510px);
  bottom: -1px;
}
@media (max-width: 750px) {
  #data .data_11:before {
    left: auto;
    right: -5vw;
    bottom: auto;
    top: -1px;
  }
}
#data .data_12 {
  grid-area: data_12;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  #data .data_12:before {
    content: "";
    left: -5vw;
    top: -1px;
  }
  #data .data_12:after {
    content: "";
    background: #fff;
    width: 5vw;
    height: 1px;
    display: block;
    position: absolute;
    left: -5vw;
    bottom: -1px;
  }
}
#data .data_13 {
  grid-area: data_13;
}
#data .data_13:before {
  content: "";
  right: calc(-50vw + 510px);
  bottom: -1px;
}
@media (max-width: 750px) {
  #data .data_13:before {
    right: -5vw;
    bottom: auto;
    top: -1px;
  }
}
@media (max-width: 750px) {
  #data .data_13:after {
    content: "";
    background: #fff;
    width: 5vw;
    height: 1px;
    display: block;
    position: absolute;
    right: -5vw;
    bottom: -1px;
  }
}
#data .data_14 {
  grid-area: data_14;
}
@media (max-width: 750px) {
  #data .data_14 {
    border-right: 1px solid #fff;
  }
  #data .data_14:before {
    content: "";
    left: -5vw;
    top: 46vw;
  }
  #data .data_14:after {
    content: "";
    background: #fff;
    width: 5vw;
    height: 1px;
    display: block;
    position: absolute;
    left: -5vw;
    bottom: 46vw;
  }
}
#data .data_15 {
  grid-area: data_15;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  #data .data_15 {
    border-right: none;
  }
}
#data .data_15:before {
  content: "";
  left: calc(-50vw + 510px);
  top: -1px;
}
@media (max-width: 750px) {
  #data .data_15:before {
    left: auto;
    right: -5vw;
    top: auto;
    bottom: -1px;
  }
}
#data .data_16 {
  grid-area: data_16;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  #data .data_16 {
    border-right: none;
  }
}
@media (max-width: 750px) {
  #data .data_16:before {
    content: "";
    right: -5vw;
    bottom: -1px;
  }
}
#data .data_17 {
  grid-area: data_17;
}
#data .data_17:before {
  content: "";
  right: calc(-50vw + 510px);
  top: -1px;
}
@media (max-width: 750px) {
  #data .data_17:before {
    content: none;
  }
}
#data .secData__item {
  border-bottom: 1px solid #fff;
  padding-top: 50px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media (max-width: 750px) {
  #data .secData__item {
    padding-top: 4vw;
  }
}
#data .secData__item:before {
  background: #fff;
  width: calc(50vw - 510px);
  height: 1px;
  position: absolute;
  display: block;
}
@media (max-width: 750px) {
  #data .secData__item:before {
    width: 5vw;
  }
}
#data .secData__heading {
  border: 1px solid #fff;
  background: #2d2d2d;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 231px;
  height: 36px;
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
  #data .secData__heading {
    font-size: 3.3vw;
    width: 38.66vw;
    height: 6.23vw;
  }
}
#data .secData__heading--green {
  border-color: #00f0c2;
  color: #00f0c2;
}
#data .secData__heading--purple {
  border-color: #989cca;
  color: #989cca;
}
#data .secData__heading--pink {
  border-color: #d53e82;
  color: #d53e82;
}
#data .secData__heading--blue {
  border-color: #25aac8;
  color: #25aac8;
}
#data .odometer.odometer-auto-theme .odometer-digit .odometer-value,
#data .odometer.odometer-theme-default .odometer-digit .odometer-value {
  font-weight: bold;
}
#data .num {
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
#data .data_01 {
  color: #fff;
}
#data .data_01 .secData__heading {
  margin-inline: auto;
}
#data .data_01__foundation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 750px) {
  #data .data_01__foundation {
    margin-top: 3.6vw;
  }
}
#data .foundation__ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 750px) {
  #data .foundation__ttl {
    font-size: 4.13vw;
  }
}
#data .foundation__num {
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
#data .foundation__num .num {
  font-size: 80px;
}
@media (max-width: 750px) {
  #data .foundation__num .num {
    font-size: 11vw;
  }
}
#data .foundation__num__txt {
  font-size: 30px;
}
@media (max-width: 750px) {
  #data .foundation__num__txt {
    font-size: 4.13vw;
  }
}
#data .data_01__establishment {
  display: flex;
  align-items: center;
  justify-content: center;
}
#data .establishment__ttl {
  width: 79px;
  height: 79px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
  #data .establishment__ttl {
    width: 11vw;
    height: 11vw;
    font-size: 2.66vw;
  }
}
#data .establishment__num {
  font-weight: bold;
  display: flex;
  align-items: baseline;
  margin-right: 10px;
}
#data .establishment__num .num {
  font-size: 90px;
}
@media (max-width: 750px) {
  #data .establishment__num .num {
    font-size: 12.53vw;
    margin-right: 2vw;
  }
}
#data .establishment__num__txt {
  font-size: 40px;
}
@media (max-width: 750px) {
  #data .establishment__num__txt {
    font-size: 5.46vw;
  }
}
#data .data_02 .secData__heading {
  margin-left: 55px;
}
@media (max-width: 750px) {
  #data .data_02 .secData__heading {
    margin-inline: 4vw;
  }
}
#data .data_02__graph {
  position: relative;
  margin: 87px 0 0 50px;
  max-width: 570px;
}
@media (max-width: 750px) {
  #data .data_02__graph {
    margin: 11.9vw 0 0 5.7vw;
    max-width: 80vw;
  }
}
#data .data_02__graph__list {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #00f0c2;
  padding-left: 15px;
}
@media (max-width: 750px) {
  #data .data_02__graph__list {
    padding-left: 2.6vw;
    padding-right: 8vw;
  }
}
#data .data_02__graph__item {
  position: relative;
}
#data .data_02__graph__item:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 750px) {
  #data .data_02__graph__item:not(:last-child) {
    margin-right: 3.4vw;
  }
}
#data .data_02__graph__item__img {
  line-height: 0;
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--index) * 0.1s);
  will-change: transform;
}
#data .data_02__graph__item__img.stretch {
  transform: scaleY(1);
}
#data .data_02__graph__item__num {
  position: absolute;
  bottom: 62px;
  left: -30px;
  white-space: nowrap;
  transform: rotate(90deg);
  width: 8.8em;
  text-align: right;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  #data .data_02__graph__item__num {
    bottom: 13.3vw;
    left: -9vw;
  }
}
#data .data_02__graph__item__num .num {
  font-size: 52px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #data .data_02__graph__item__num .num {
    font-size: 7.2vw;
  }
}
#data .data_02_graph__item__num__txt {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #data .data_02_graph__item__num__txt {
    font-size: 4.4vw;
  }
}
#data .data_02__graph__year {
  font-size: 20px;
  font-weight: bold;
  color: #00f0c2;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -48px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #data .data_02__graph__year {
    font-size: 2.66vw;
    bottom: -6.6vw;
  }
}
#data .data_02__line {
  width: 103.6%;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/data/graph01_line.svg) no-repeat left center/540px;
}
@media (max-width: 750px) {
  #data .data_02__line {
    top: 0.3vw;
    background-size: 75vw;
  }
}
#data .data_02__graph__txt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #data .data_02__graph__txt {
    font-size: 2.66vw;
  }
}
#data .data_02__graph__comment {
  background: url(../images/data/graph01_comment.svg) no-repeat center center/contain;
  width: 289px;
  height: 101px;
  color: #fff;
  position: absolute;
  right: -32px;
  top: -111px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.3;
  text-align: center;
  padding-top: 12px;
}
@media (max-width: 750px) {
  #data .data_02__graph__comment {
    background-image: url(../images/data/graph01_comment_sp.svg);
    width: 40vw;
    height: 13.86vw;
    font-size: 2.66vw;
    right: -2.4vw;
    top: -15.3vw;
    padding-top: 1.9vw;
  }
}
#data .data_02__graph__catch {
  font-size: 43px;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 750px) {
  #data .data_02__graph__catch {
    font-size: 6vw;
    margin-top: 5.5vw;
  }
}
#data .data_02__graph__catch em {
  font-size: 68px;
}
@media (max-width: 750px) {
  #data .data_02__graph__catch em {
    font-size: 9.3vw;
  }
}
#data .data_03 .secData__heading {
  margin-inline: auto;
}
#data .data_03__graph {
  position: relative;
  max-width: 280px;
  margin-inline: auto;
  padding-top: 96px;
}
@media (max-width: 750px) {
  #data .data_03__graph {
    max-width: 37.5vw;
    padding-top: 14.7vw;
  }
}
#data .data_03__graph__list {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #00f0c2;
  justify-content: center;
}
#data .data_03__graph__item {
  position: relative;
  padding-inline: 13px;
}
@media (max-width: 750px) {
  #data .data_03__graph__item {
    padding-inline: 2.1vw;
  }
}
#data .data_03__graph__item__img {
  line-height: 0;
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--index) * 0.1s);
  will-change: transform;
}
#data .data_03__graph__item__img.stretch {
  transform: scaleY(1);
}
#data .data_03__graph__item__num {
  position: absolute;
  bottom: 16px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 1.2;
}
@media (max-width: 750px) {
  #data .data_03__graph__item__num {
    bottom: 2.4vw;
  }
}
#data .data_03__graph__item__num .num {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #data .data_03__graph__item__num .num {
    font-size: 4.4vw;
  }
}
#data .data_03_graph__item__num__txt {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #data .data_03_graph__item__num__txt {
    font-size: 4.4vw;
  }
}
#data .data_03__graph__year {
  font-size: 14px;
  font-weight: bold;
  color: #00f0c2;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -52px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.42;
  height: 2lh;
}
@media (max-width: 750px) {
  #data .data_03__graph__year {
    font-size: 1.94vw;
    bottom: -7.5vw;
  }
}
#data .data_03__graph__arrow {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  #data .data_03__graph__arrow {
    width: 30.6vw;
    height: 13vw;
    top: 4.8vw;
  }
}
#data .data_03__graph__catch {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-top: 67px;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  #data .data_03__graph__catch {
    font-size: 4.4vw;
    margin-top: 9.4vw;
  }
}
#data .data_04 .secData__heading {
  margin-inline: auto;
}
#data .data_04__num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 34px;
}
@media (max-width: 750px) {
  #data .data_04__num {
    margin-top: 5.5vw;
  }
}
#data .data_04__num .num {
  font-size: 120px;
  font-weight: bold;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px #fff;
}
@media (max-width: 750px) {
  #data .data_04__num .num {
    font-size: 17.73vw;
  }
}
#data .data_04__num__txt {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 750px) {
  #data .data_04__num__txt {
    font-size: 7.33vw;
  }
}
#data .data_04__txt {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 750px) {
  #data .data_04__txt {
    font-size: 2.66vw;
    margin-top: -1vw;
  }
}
#data .data_05 .secData__heading {
  margin-inline: auto;
}
#data .data_05__num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 27px;
}
@media (max-width: 750px) {
  #data .data_05__num {
    margin-top: 3.6vw;
  }
}
#data .data_05__num .num {
  font-size: 160px;
  font-weight: bold;
  color: #fff;
  margin-right: 20px;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  #data .data_05__num .num {
    font-size: 24.93vw;
    margin-right: 2.93vw;
  }
}
#data .data_05__num__txt {
  font-size: 33px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  transform: translateY(19px);
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #data .data_05__num__txt {
    font-size: 5vw;
    transform: translateY(2.93vw);
  }
}
#data .data_06 .secData__heading {
  margin-inline: auto;
}
#data .data_06__txt {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 26px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 750px) {
  #data .data_06__txt {
    font-size: 7.73vw;
    margin-top: 2.8vw;
  }
}
#data .data_06__star {
  font-size: 100px;
}
@media (max-width: 750px) {
  #data .data_06__star {
    font-size: 15.5vw;
  }
}
#data .data_06__note {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 750px) {
  #data .data_06__note {
    font-size: 2.66vw;
    margin-top: 2vw;
  }
}
#data .data_07 {
  padding-top: 50px;
}
@media (max-width: 750px) {
  #data .data_07 {
    padding-top: 4vw;
  }
}
#data .data_07 .secData__heading {
  margin-right: 55px;
  margin-left: auto;
}
@media (max-width: 750px) {
  #data .data_07 .secData__heading {
    margin-right: 3vw;
  }
}
#data .data_07__flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -20px;
}
@media (max-width: 750px) {
  #data .data_07__flex {
    margin-top: -1.5vw;
  }
}
@media (max-width: 750px) {
  #data .data_07__txt01 {
    width: 34vw;
  }
}
#data .data_07__num .num {
  font-size: 171px;
  font-weight: bold;
  color: #00f0c2;
  transform: translateY(34px);
}
@media (max-width: 750px) {
  #data .data_07__num .num {
    font-size: 24.8vw;
    transform: translateY(3.4vw);
  }
}
@media (max-width: 750px) {
  #data .data_07__txt02 {
    width: 20vw;
  }
}
#data .data_08 .secData__heading {
  margin-inline: auto;
}
#data .data_08__num {
  margin-top: 48px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 0;
}
@media (max-width: 750px) {
  #data .data_08__num {
    font-size: 6.93vw;
    margin-top: 6.6vw;
  }
}
#data .data_08__num .num {
  font-size: 120px;
  letter-spacing: 0;
  transform: translateY(-27px);
  margin-right: 10px;
}
@media (max-width: 750px) {
  #data .data_08__num .num {
    font-size: 16.66vw;
    transform: translateY(-3.73vw);
    margin-right: 1.4vw;
  }
}
#data .data_09 .secData__heading {
  margin-inline: auto;
}
#data .data_09__infinite {
  margin-top: 54px;
}
@media (max-width: 750px) {
  #data .data_09__infinite {
    margin-top: 7.33vw;
  }
}
#data .data_09__infinite__img {
  transition: all 0.3s ease-out;
  transform: scale(0, 0);
}
@media (max-width: 750px) {
  #data .data_09__infinite__img {
    width: 33.86vw;
  }
}
#data .data_09__infinite__img.popup {
  animation: popup 0.6s ease-out forwards;
}
@keyframes popup {
  0% {
    transform: scale(0, 0);
  }
  15% {
    transform: scale(0.9, 0.9);
  }
  40% {
    transform: scale(1.3, 1.3);
  }
  70% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
#data .data_10 .secData__heading {
  margin-inline: auto;
}
#data .data_10__num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 34px;
}
@media (max-width: 750px) {
  #data .data_10__num {
    margin-top: 6.2vw;
  }
}
#data .data_10__num .num {
  font-size: 160px;
  font-weight: bold;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  transform: translateY(-10px);
}
@media (max-width: 750px) {
  #data .data_10__num .num {
    font-size: 24.93vw;
    transform: translateY(-1.4vw);
  }
}
#data .data_10__num__txt {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 750px) {
  #data .data_10__num__txt {
    font-size: 7.73vw;
  }
}
#data .data_11 .secData__heading {
  margin-inline: auto;
}
#data .data_11__graph {
  width: 158px;
  height: 158px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  margin-top: 18px;
  position: relative;
}
@media (max-width: 750px) {
  #data .data_11__graph {
    width: 21.73vw;
    height: 21.73vw;
    margin-top: 3vw;
  }
}
#data .data_11__graph__circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
#data #circle-svg circle {
  stroke-dasharray: 0, 100;
  /* 透明状態にする */
  stroke-dashoffset: 100;
  /* 線を完全に隠す */
  opacity: 0;
  /* 初期状態で見えなくする */
  transition: opacity 0.2s ease-in-out;
}
#data .data_11__num {
  color: #989cca;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#data .data_11__num .num {
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #data .data_11__num .num {
    font-size: 8.26vw;
  }
}
#data .data_11__num__txt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media (max-width: 750px) {
  #data .data_11__num__txt {
    font-size: 2.66vw;
    margin-top: 1.6vw;
  }
}
#data .data_11__txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #989cca;
  margin-top: 12px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  #data .data_11__txt {
    font-size: 2.66vw;
    margin-top: 1.6vw;
  }
}
#data .data_12 .secData__heading {
  margin-inline: auto;
}
#data .data_12__num {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
#data .data_12__num .num {
  font-weight: bold;
  color: #fff;
  font-size: 90px;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  #data .data_12__num .num {
    font-size: 12.4vw;
  }
}
#data .data_12__num .odometer_data_12_01 {
  font-size: 120px;
}
@media (max-width: 750px) {
  #data .data_12__num .odometer_data_12_01 {
    font-size: 16.66vw;
  }
}
#data .data_12__num__label {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 750px) {
  #data .data_12__num__label {
    font-size: 4.13vw;
    margin-top: 4vw;
  }
}
#data .data_12__num__txt {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 750px) {
  #data .data_12__num__txt {
    font-size: 6.933vw;
  }
}
#data .data_13 .secData__heading {
  margin-inline: auto;
}
#data .data_13__num {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 750px) {
  #data .data_13__num {
    margin-top: 7.4vw;
  }
}
#data .data_13__num .num {
  font-weight: bold;
  color: #fff;
  font-size: 120px;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  #data .data_13__num .num {
    font-size: 16.66vw;
  }
}
#data .data_13__num__txt {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 750px) {
  #data .data_13__num__txt {
    font-size: 6.93vw;
  }
}
#data .data_14 {
  padding-top: 50px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 750px) {
  #data .data_14 {
    padding-top: 4vw;
  }
}
#data .data_14 .secData__heading {
  margin-left: 55px;
}
@media (max-width: 750px) {
  #data .data_14 .secData__heading {
    margin-inline: auto;
  }
}
#data .fred {
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;
}
#data .shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
#data .data_14__item {
  text-align: left;
  line-height: 0;
  position: absolute;
  font-feature-settings: "palt";
}
#data .data_14__item .odometer.odometer-auto-theme .odometer-digit .odometer-value,
#data .data_14__item .odometer.odometer-theme-default .odometer-digit .odometer-value {
  font-weight: 500;
}
#data .data_14__item.item-01 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  left: 320px;
  top: 50px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #data .data_14__item.item-01 {
    font-size: 5.73vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 14.3vw;
    text-align: center;
  }
}
#data .data_14__item.item-01 .odometer.odometer-auto-theme .odometer-digit .odometer-value,
#data .data_14__item.item-01 .odometer.odometer-theme-default .odometer-digit .odometer-value {
  font-weight: bold;
}
#data .data_14__item.item-02 {
  color: #25aac8;
  font-size: 90px;
  left: 59px;
  top: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #data .data_14__item.item-02 {
    font-size: 13.9vw;
    top: 23.6vw;
    left: 2.7vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #data .data_14__item.item-02 .data_14__item__ttl img {
    width: 12.266vw;
  }
}
#data .data_14__item.item-02 .num {
  transform: translateY(0);
  margin-left: 10px;
}
@media (max-width: 750px) {
  #data .data_14__item.item-02 .num {
    transform: translateY(0);
    letter-spacing: 0;
    margin-left: 0;
  }
}
#data .data_14__item.item-03 {
  color: #25aac8;
  font-size: 38px;
  left: 761px;
  top: 111px;
}
@media (max-width: 750px) {
  #data .data_14__item.item-03 {
    font-size: 4.9vw;
    top: 106.6vw;
    left: 19vw;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 750px) {
  #data .data_14__item.item-03 .data_14__item__ttl img {
    width: 21.3vw;
  }
}
@media (max-width: 750px) {
  #data .data_14__item.item-03 .num {
    transform: translateY(0.1lh);
    margin-left: 0.8vw;
    display: inline-block;
  }
}
#data .data_14__item.item-04 {
  color: #25aac8;
  font-size: 42px;
  left: 761px;
  top: 155px;
}
@media (max-width: 750px) {
  #data .data_14__item.item-04 {
    font-size: 5.73vw;
    top: 112.2vw;
    left: 19vw;
  }
}
@media (max-width: 750px) {
  #data .data_14__item.item-04 .data_14__item__ttl img {
    width: 17.3vw;
  }
}
#data .data_14__item.item-04 .num {
  transform: translateY(-0.2lh);
}
@media (max-width: 750px) {
  #data .data_14__item.item-04 .num {
    letter-spacing: 0;
  }
}
#data .data_14__item.item-05 {
  color: #00f0c2;
  font-size: 120px;
  left: 417px;
  top: 183px;
  letter-spacing: 0;
  color: #00f0c2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #00f0c2;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #data .data_14__item.item-05 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20.4vw;
    top: 23.6vw;
    left: 19.3vw;
  }
}
@media (max-width: 750px) {
  #data .data_14__item.item-05 .data_14__item__ttl img {
    width: 18.766vw;
  }
}
#data .data_14__item.item-05 .num {
  margin-left: 11px;
  transform: translateY(0);
}
@media (max-width: 750px) {
  #data .data_14__item.item-05 .num {
    transform: translateY(-0.1lh);
    letter-spacing: 0;
    margin-left: 0;
  }
}
#data .data_14__item.item-06 {
  color: #25aac8;
  font-weight: bold;
  font-size: 60px;
  left: 59px;
  top: 194px;
}
@media (max-width: 750px) {
  #data .data_14__item.item-06 {
    font-size: 6.93vw;
    top: 119.3vw;
    left: 2.7vw;
  }
}
@media (max-width: 750px) {
  #data .data_14__item.item-06 .data_14__item__ttl img {
    width: 30.4vw;
  }
}
#data .data_14__item.item-06 .odometer.odometer-auto-theme .odometer-digit .odometer-value,
#data .data_14__item.item-06 .odometer.odometer-theme-default .odometer-digit .odometer-value {
  font-weight: bold;
}
#data .data_14__item.item-07 {
  color: #25aac8;
  font-size: 60px;
  font-weight: 600;
  left: 56px;
  top: 256px;
}
@media (max-width: 750px) {
  #data .data_14__item.item-07 {
    font-size: 7vw;
    top: 126.6vw;
    left: 2.7vw;
  }
}
@media (max-width: 750px) {
  #data .data_14__item.item-07 .data_14__item__ttl img {
    width: 30.4vw;
  }
}
#data .data_14__item.item-07 .num {
  transform: translateY(-0.2lh);
}
@media (max-width: 750px) {
  #data .data_14__item.item-07 .num {
    letter-spacing: 0;
  }
}
#data .data_14__item .num {
  transform: translateY(-0.1lh);
}
#data .data_15 .secData__heading {
  margin-inline: auto;
}
#data .data_15__num {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-top: 37px;
}
@media (max-width: 750px) {
  #data .data_15__num {
    margin-top: 6.2vw;
  }
}
#data .data_15__num .num {
  font-weight: bold;
  color: #fff;
  font-size: 120px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  #data .data_15__num .num {
    font-size: 16.66vw;
  }
}
#data .data_15__num__txt {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 750px) {
  #data .data_15__num__txt {
    font-size: 6.93vw;
  }
}
#data .data_15__txt {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media (max-width: 750px) {
  #data .data_15__txt {
    font-size: 2.66vw;
    margin-top: -1vw;
  }
}
#data .data_16 .secData__heading {
  margin-inline: auto;
}
#data .data_16__num {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-top: 24px;
}
@media (max-width: 750px) {
  #data .data_16__num {
    margin-top: 6.2vw;
  }
}
#data .data_16__num .num {
  font-weight: bold;
  color: #fff;
  font-size: 160px;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}
@media (max-width: 750px) {
  #data .data_16__num .num {
    font-size: 22.13vw;
  }
}
#data .data_16__num__txt {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  transform: translateY(10px);
}
@media (max-width: 750px) {
  #data .data_16__num__txt {
    font-size: 6.93vw;
    transform: translateY(1.4vw);
  }
}
#data .data_17 .secData__heading {
  margin-inline: auto;
}
#data .data_17__num {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  line-height: 2;
  margin-top: 10px;
}
@media (max-width: 750px) {
  #data .data_17__num {
    font-size: 6.933vw;
    margin-top: 3vw;
  }
}
#data .odometer_data_17_01 {
  transform: translateY(-5px);
}
@media (max-width: 750px) {
  #data .odometer_data_17_01 {
    transform: translateY(-0.7vw);
  }
}
#data .odometer_data_17_02 {
  font-size: 120px;
  transform: translateY(-29px);
}
@media (max-width: 750px) {
  #data .odometer_data_17_02 {
    font-size: 16.66vw;
    transform: translateY(-4vw);
  }
}

/*
---------------------------------------
entry
---------------------------------------
*/
#entry .sec-form {
  padding-bottom: 150px;
}
@media (max-width: 750px) {
  #entry .sec-form {
    padding-bottom: 15vw;
  }
}
#entry .c-pageTtl {
  margin-bottom: 90px;
}
@media (max-width: 750px) {
  #entry .c-pageTtl {
    margin-bottom: 10vw;
  }
}
#entry .c-pageTtl__heading__en {
  padding-top: 13px;
}
@media (max-width: 750px) {
  #entry .c-pageTtl__heading__en {
    padding-top: 2.7vw;
  }
}
#entry .c-pageTtl__heading__en .min {
  margin-right: 25px;
}
@media (max-width: 750px) {
  #entry .c-pageTtl__heading__en .min {
    margin-right: 1.9vw;
  }
}
#entry #birth_year {
  width: 6em;
}
@media (max-width: 750px) {
  #entry #birth_year {
    width: 4.5em;
  }
}
#entry #birth_month,
#entry #birth_day {
  width: 3.5em;
  margin-left: 10px;
}
@media (max-width: 750px) {
  #entry #birth_month,
  #entry #birth_day {
    width: 3em;
    margin-left: 1vw;
  }
}
#entry #birth_year,
#entry #birth_month,
#entry #birth_day {
  margin-right: 10px;
}
@media (max-width: 750px) {
  #entry #birth_year,
  #entry #birth_month,
  #entry #birth_day {
    margin-right: 1vw;
  }
}
#entry.thanks {
  padding-top: 100px;
}
@media (max-width: 750px) {
  #entry.thanks {
    padding-top: 20vw;
  }
}

.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: #322dd2;
  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 .tax.regular {
  color: #25aac8;
}
.box_case .data .tax.part_time {
  color: #9b00d1;
}
.box_case .data .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
  isplay: -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;
}
@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;
  transition: all 0.3s ease-out;
}
.box_case .btn a.btn-case--detail {
  border: 1px solid #333;
}
.box_case .btn a.btn-case--detail:before {
  border-color: #333;
}
@media (hover: hover) {
  .box_case .btn a.btn-case--detail:where(:any-link, :enabled, summary):hover {
    background: #2d2d2d;
    color: #fff;
  }
  .box_case .btn a.btn-case--detail:where(:any-link, :enabled, summary):hover:before {
    border-color: #fff;
  }
}
.box_case .btn a.btn-case--entry {
  border: 1px solid #322dd2;
  background: #322dd2;
  color: #fff;
}
@media (hover: hover) {
  .box_case .btn a.btn-case--entry:where(:any-link, :enabled, summary):hover {
    background: #2d2d2d;
  }
  .box_case .btn a.btn-case--entry:where(:any-link, :enabled, summary):hover:before {
    border-color: #fff;
  }
}

#case {
  padding: 180px 0 175px;
}
@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: #322dd2;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term .inner_text {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .primary .label_term .inner_text.regular {
  color: #25aac8;
}
#case .wrapper .contents .primary .label_term .inner_text.part_time {
  color: #9b00d1;
}
#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: #322dd2;
  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;
  }
}
@media (max-width: 750px) {
  #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;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s a.btn-case--entry {
    border: 1px solid #322dd2;
    background: #322dd2;
    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: #322dd2;
  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: #322dd2;
  position: relative;
}
@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;
}
@media (hover: hover) {
  #case .wrapper .contents .btn_entry a:where(:any-link, :enabled, summary):hover {
    background: #2d2d2d;
  }
}
#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: 180px;
  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;
}
#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;
  transition: all 0.3s ease-out;
}
#case .wrapper .links .inner .btn.n1 {
  background: #4d4d4d;
  color: #fff;
  border: 1px solid #4d4d4d;
}
@media (hover: hover) {
  #case .wrapper .links .inner .btn.n1:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: #2d2d2d;
  }
  #case .wrapper .links .inner .btn.n1:where(:any-link, :enabled, summary):hover:before {
    border-color: #2d2d2d;
  }
}
#case .wrapper .links .inner .btn.n2 {
  background: #322dd2;
  border: 1px solid #322dd2;
}
@media (hover: hover) {
  #case .wrapper .links .inner .btn.n2:where(:any-link, :enabled, summary):hover {
    background: #2d2d2d;
  }
}
#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;
  }
}

/**
* Foundation
* ========================== */
/**
* Object
* ========================== */
/* Library ------------ */
/* Common ------------ */
/* Component ------------ */
/* Structure ------------ */
/* Pages ------------ */
/*# sourceMappingURL=style.css.map */
