@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
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;
}

p,
dt,
dd,
li {
  font-size: 16px;
  line-height: 2;
}

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;
}

body small {
  font-size: 1.2rem;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

picture {
  display: block;
  height: 100%;
}

.container {
  position: relative;
  min-width: 1213px;
  overflow: hidden;
}
@media (max-width: 959px) {
  .container {
    min-width: 0;
  }
}

.l-contents {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #333;
  min-width: 375px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-break: strict;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  p {
    font-size: 3.8vw;
  }
}

p,
dt,
dd,
li {
  font-weight: 500;
}

/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

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
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 959px) {
  .tab {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.inline-pc {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .inline-pc {
    display: none !important;
  }
}

.inline-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inner {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}
@media (max-width: 428px) {
  .inner {
    padding: 0 6.5%;
  }
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

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

.en {
  font-family: "Bangers", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.yellow {
  color: #f6e821;
}

.center {
  text-align: center;
}

.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media (max-width: 768px) {
  .no-telLink a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
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: #f1f1f1;
  width: 100%;
}
@media (max-width: 428px) {
  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 {
    padding: 8px 14px;
    font-size: 13px;
  }
}

select {
  padding: 16px 18px;
  background: url(../img/common/icn-select.svg) no-repeat right 20px center/12px;
  color: #333;
}
@media (max-width: 428px) {
  select {
    padding: 12px 14px;
  }
}

textarea {
  width: 100%;
  height: 300px;
  resize: vertical;
}
@media (max-width: 428px) {
  textarea {
    height: 220px;
  }
}

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

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

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

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

.anc {
  margin-top: 0;
  padding-top: 0;
}

.fadeup {
  opacity: 0;
  transform: translateY(3%);
  transition: all 0.3s ease-out;
}
.fadeup.-active {
  opacity: 1;
  transform: translateY(0);
}

.zoomup {
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.23);
}
.zoomup.-active {
  transform: scale(1);
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.c-btn-01--diagnosis .c-btn-01__link {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  padding: 0 62px;
  background: #fc8611;
  border: 3px solid #fff;
  max-width: 614px;
  height: 138px;
  border-radius: 138px;
  margin-inline: auto;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .c-btn-01--diagnosis .c-btn-01__link {
    font-size: 5.33vw;
    padding: 0 10.33vw;
    max-width: 77vw;
    height: 17.33vw;
    border-radius: 17.33vw;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  }
}
.c-btn-01--diagnosis .c-btn-01__link:before {
  background: url(../img/common/arrow_right-yellow.svg) no-repeat center center/cover;
  width: 42px;
  height: 42px;
  right: 25px;
}
@media (max-width: 768px) {
  .c-btn-01--diagnosis .c-btn-01__link:before {
    width: 5.3vw;
    height: 5.3vw;
    right: 2.9vw;
  }
}
.c-btn-01--entry .c-btn-01__link {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  padding: 0 62px;
  background: linear-gradient(to left, #46a6e5 0%, #46a6e5 29%, #6fbee6 75%, #6fbee6 100%);
  border: 3px solid #fff;
  max-width: 614px;
  height: 138px;
  border-radius: 138px;
  margin-inline: auto;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .c-btn-01--entry .c-btn-01__link {
    background: linear-gradient(to right, #46a6e5 0%, #46a6e5 29%, #6fbee6 75%, #6fbee6 100%);
    font-size: 5.33vw;
    padding: 0 10.33vw;
    max-width: 77vw;
    height: 17.33vw;
    border-radius: 17.33vw;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  }
}
.c-btn-01--entry .c-btn-01__link:before {
  background: url(../img/common/arrow_right-whiteLightBlue.svg) no-repeat center center/cover;
  width: 42px;
  height: 42px;
  right: 45px;
}
@media (max-width: 768px) {
  .c-btn-01--entry .c-btn-01__link:before {
    width: 5.3vw;
    height: 5.3vw;
    right: 2.9vw;
  }
}
.c-btn-01--line .c-btn-01__link {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  padding-inline: 0 25px;
  background: #39b44a;
  border: 2px solid #fff;
  max-width: 290px;
  height: 60px;
  border-radius: 60px;
  margin-inline: auto;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .c-btn-01--line .c-btn-01__link {
    font-size: 4.93vw;
    height: 16.4vw;
    border-radius: 16.4vw;
    max-width: 79vw;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  }
}
.c-btn-01--line .c-btn-01__link:before {
  background: url(../img/common/arrow_right-whiteGreen.svg) no-repeat center center/cover;
  width: 26px;
  height: 26px;
  right: 15px;
}
@media (max-width: 768px) {
  .c-btn-01--line .c-btn-01__link:before {
    width: 6.9vw;
    height: 6.9vw;
    right: 4vw;
  }
}
.c-btn-01--question .c-btn-01__link {
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  padding-inline: 0;
  background: #fc8611;
  border: 2px solid #fff;
  max-width: 290px;
  height: 60px;
  border-radius: 60px;
  margin-inline: auto;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .c-btn-01--question .c-btn-01__link {
    font-size: 4.6vw;
    height: 12.26vw;
    border-radius: 12.26vw;
    max-width: 58vw;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  }
}
.c-btn-01--question .c-btn-01__link:before {
  background: url(../img/common/arrow_right-whiteOrange.svg) no-repeat center center/cover;
  width: 26px;
  height: 26px;
  right: 15px;
}
@media (max-width: 768px) {
  .c-btn-01--question .c-btn-01__link:before {
    width: 5vw;
    height: 5vw;
    right: 3vw;
  }
}
.c-btn-01 .c-btn-01__link {
  width: 100%;
  display: grid;
  place-items: center;
  font-feature-settings: "palt";
  position: relative;
  transition: filter 0.3s ease-out;
}
.c-btn-01 .c-btn-01__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out;
}
@media (hover: hover) {
  .c-btn-01 .c-btn-01__link:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
  .c-btn-01 .c-btn-01__link:where(:any-link, :enabled, summary):hover:before {
    transform: translate(5px, -50%);
  }
}

.c-btn-02--blue {
  color: #0000ff;
}
.c-btn-02--blue .c-btn-02__link {
  border-bottom: 2px solid #0000ff;
}
.c-btn-02--blue .c-btn-02__link:before {
  background: url(../img/common/arrow_right-blue.svg) no-repeat center center/cover;
}
.c-btn-02--white {
  color: #fff;
}
.c-btn-02--white .c-btn-02__link {
  border-bottom: 2px solid #fff;
}
.c-btn-02--white .c-btn-02__link:before {
  background: url(../img/common/arrow_right-whiteBlue.svg) no-repeat center center/cover;
}
.c-btn-02--orange {
  color: #fc8611;
}
.c-btn-02--orange .c-btn-02__link {
  border-bottom: 2px solid #fc8611;
}
.c-btn-02--orange .c-btn-02__link:before {
  background: url(../img/common/arrow_right-orange.svg) no-repeat center center/cover;
}
.c-btn-02--whiteLightBlue {
  color: #fff;
}
.c-btn-02--whiteLightBlue .c-btn-02__link {
  border-bottom: 2px solid #fff;
}
.c-btn-02--whiteLightBlue .c-btn-02__link:before {
  background: url(../img/common/arrow_right-whiteLightBlue.svg) no-repeat center center/cover;
}
.c-btn-02 .c-btn-02__link {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 18px;
  width: 307px;
  transition: filter 0.3s ease-out;
  position: relative;
}
@media (max-width: 768px) {
  .c-btn-02 .c-btn-02__link {
    font-size: 4vw;
    padding: 3.33vw 4vw;
    width: 61.3vw;
    border-width: 1px;
  }
}
.c-btn-02 .c-btn-02__link:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out;
}
@media (max-width: 768px) {
  .c-btn-02 .c-btn-02__link:before {
    width: 5.86vw;
    height: 5.86vw;
    right: 2.6vw;
  }
}
@media (hover: hover) {
  .c-btn-02 .c-btn-02__link:where(:any-link, :enabled, summary):hover:before {
    transform: translate(5px, -50%);
  }
}

.c-heading-01 {
  position: relative;
}

.c-heading-01__en {
  font-size: 152px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-heading-01__en {
    font-size: 20.26vw;
  }
}

.c-heading-01__ja {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.36;
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-heading-01__ja {
    font-size: 6.66vw;
  }
}

.c-pageTtl {
  height: 385px;
  position: relative;
  padding-top: 165px;
}
@media (max-width: 768px) {
  .c-pageTtl {
    height: 61.03vw;
    padding-top: 26.46vw;
  }
}
.c-pageTtl:before {
  content: "";
  background: linear-gradient(to bottom, #97dbff 0%, #ffffff 72%, #ffffff 100%);
  width: 100%;
  height: 662px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .c-pageTtl:before {
    height: 88.26vw;
  }
}
.c-pageTtl .inner {
  position: relative;
}

.c-pageTtl__ja {
  text-align: center;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .c-pageTtl__ja {
    margin-bottom: 0.7vw;
  }
}
.c-pageTtl__ja span {
  display: inline-block;
  font-size: 63px;
  font-weight: 900;
  font-feature-settings: "palt";
  background: linear-gradient(135deg, #001bff 0%, #00d6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: #001bff;
}
@media (max-width: 768px) {
  .c-pageTtl__ja span {
    font-size: 7.46vw;
  }
}

.c-pageTtl__en {
  font-size: 27px;
  color: #a2d3f2;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-pageTtl__en {
    font-size: 3.6vw;
  }
}

.c-pageTtl__deco {
  position: absolute;
}
.c-pageTtl__deco.item-01 {
  top: 56px;
  left: -148px;
}
@media (max-width: 768px) {
  .c-pageTtl__deco.item-01 {
    width: 23.3vw;
    top: -10vw;
    left: -8.73vw;
  }
}
.c-pageTtl__deco.item-02 {
  top: -134px;
  left: 719px;
}
@media (max-width: 768px) {
  .c-pageTtl__deco.item-02 {
    width: 22.6vw;
    top: 13vw;
    left: auto;
    right: -8vw;
  }
}
.c-pageTtl__deco.item-03 {
  top: 62px;
  right: -148px;
}
@media (max-width: 768px) {
  .c-pageTtl__deco.item-03 {
    display: none;
  }
}

/*	form
---------------------------------*/
.sec-form__require {
  color: #e14449;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .sec-form__require {
    font-size: 3.3vw;
    margin-bottom: 0;
  }
}

.wrap_form {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 70px 102px 59px;
}
@media (max-width: 768px) {
  .wrap_form {
    padding: 12vw 4.5vw 10vw;
  }
}
.wrap_form .require {
  color: #e14449;
  font-weight: bold;
  padding-left: 6px;
}
.wrap_form .btn_send_narrow {
  width: 304px;
  height: 64px;
  border-radius: 64px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background-color: #f4a31f;
  background-image: url(../img/form/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right 23px center;
  position: relative;
  transition: opacity 0.4s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .wrap_form .btn_send_narrow {
    width: 93%;
    height: 16vw;
    border-radius: 7.5vw;
    font-size: 4.6vw;
  }
}
@media (hover: hover) {
  .wrap_form .btn_send_narrow:hover {
    opacity: 0.8;
  }
}
.wrap_form button.btn_back_narrow {
  width: 304px;
  height: 64px;
  margin: 20px auto 0;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: #acabab;
  position: relative;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .wrap_form button.btn_back_narrow {
    width: 93%;
    height: 16vw;
    border-radius: 7.5vw;
    font-size: 4.6vw;
  }
}
@media (hover: hover) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.5;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .table_entry {
    margin: 0 0 6vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .row {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .table_entry .row {
    margin-bottom: 5vw;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 16px;
  width: 100%;
  line-height: 1;
  color: #333;
}
@media (max-width: 768px) {
  .table_entry .dt {
    padding-bottom: 2vw;
    font-size: 3.7vw;
    line-height: 1.3;
  }
}
.table_entry .dt .en {
  font-weight: 200;
}
.table_entry .dt .dt__link {
  display: inline-block;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .table_entry .dt .dt__link {
    padding-top: 5px;
    padding-left: 1em;
  }
}
.table_entry .dt .dt__link a {
  color: #d7264a;
  text-decoration: underline;
  font-weight: normal;
}
.table_entry .dd {
  flex: 1;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .table_entry .dd {
    font-size: 3.4vw;
  }
}
@media (max-width: 768px) {
  .table_entry .dd .mwform-radio-field.horizontal-item {
    display: inline-block;
    margin: 1.5vw 0 1.5vw;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 25px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .table_entry .dd .dd-in {
    padding: 7px 15px;
  }
}
.table_entry .dd.dd--noflex {
  display: block;
}
.table_entry #age-error {
  padding-left: 173px;
}
@media (max-width: 768px) {
  .table_entry #age-error {
    padding-left: 119px;
  }
}
.table_entry .mark_zip {
  height: 34px;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
  }
}
.table_entry .mark_age {
  height: 34px;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .table_entry .mark_age {
    font-size: 3.4vw;
  }
}
.table_entry .example {
  font-size: 14px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .table_entry .example {
    font-size: 3.4vw;
    padding-top: 2vw;
    padding-left: 0;
  }
}
.table_entry input[type=tel],
.table_entry input[type=email] {
  width: 87%;
}
@media (max-width: 768px) {
  .table_entry input[type=tel],
  .table_entry input[type=email] {
    width: 100%;
  }
}
.table_entry input[type=text] {
  width: 100%;
}
.table_entry input[type=text],
.table_entry input[type=email],
.table_entry input[type=tel] {
  box-sizing: border-box;
  padding: 13px 25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .table_entry input[type=text],
  .table_entry input[type=email],
  .table_entry input[type=tel] {
    width: 100%;
    font-size: 3.4vw;
    padding: 12px 15px;
  }
}
.table_entry .message-txt {
  padding: 8px 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .table_entry .message-txt {
    font-size: 3.3vw;
  }
}
.table_entry textarea {
  font-size: 16px;
  padding: 23px 25px;
  height: 171px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .table_entry textarea {
    width: 100%;
    height: 40vw;
    padding: 13px 15px;
    font-size: 3.4vw !important;
  }
}
.table_entry .radio-wrap {
  width: 100%;
  padding: 15px 6px;
  background: #f1f1f1;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap {
    padding: 3vw 0;
  }
}
@media (max-width: 768px) {
  .table_entry .radio-wrap .wpcf7-list-item {
    display: block;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap label {
    margin-right: 0;
    display: block;
  }
  .table_entry .radio-wrap label:not(:last-child) {
    margin-bottom: 2vw;
  }
}
.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
  margin-right: 0;
  margin-left: 0;
  position: relative;
  top: 0;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap label input[type=radio],
  .table_entry .radio-wrap label input[type=checkbox] {
    top: 0.5vw;
  }
}
.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
  display: inline-block;
}
.table_entry .radio-wrap label.error {
  margin-right: 0;
  margin-bottom: 0;
  line-height: 1;
}
.table_entry [data-name=your_name],
.table_entry [data-name=your_furigana],
.table_entry [data-name=your_company],
.table_entry [data-name=message] {
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry .dd-zip {
    flex-wrap: nowrap;
  }
}
.table_entry #age {
  width: 106px;
  margin-right: 15px;
}
.table_entry #tel,
.table_entry #mail {
  width: 334px;
}
@media (max-width: 768px) {
  .table_entry #tel,
  .table_entry #mail {
    width: 100%;
  }
}
.table_entry #zip {
  width: 186px;
}
@media (max-width: 768px) {
  .table_entry #zip {
    width: calc(100% - 0.2vw);
  }
}
.table_entry #pref_w {
  margin-bottom: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry #pref_w {
    margin-bottom: 2vw;
  }
}
.table_entry #city_w {
  margin-bottom: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry #city_w {
    margin-bottom: 2vw;
  }
}
.table_entry #area_w {
  width: 100%;
}

.mw_wp_form .wrap_form .error {
  font-size: 16px;
}
.mw_wp_form .wrap_form input.error {
  display: inline-block;
}
.mw_wp_form .wrap_form label.error {
  color: #b70000;
  display: block;
  margin: 10px 0;
  width: 100%;
  font-size: 15px;
}

#agree_error + label.error {
  text-align: center;
}

.mw_wp_form_confirm .table_entry {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .table_entry {
    margin-bottom: 8vw;
  }
}
.mw_wp_form_confirm .table_entry div {
  line-height: 2;
}
.mw_wp_form_confirm .table_entry .radio-wrap {
  padding: 0;
}
.mw_wp_form_confirm .table_entry .dt {
  line-height: 1.3;
}
.mw_wp_form_confirm .table_entry .dd {
  font-size: 16px;
  line-height: 2;
  padding: 6px 18px 5px;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .table_entry .dd {
    padding: 1.5vw 3.5vw;
    font-size: 3.4vw;
  }
}
.mw_wp_form_confirm .table_entry .dd .dd-in {
  padding: 7px 0;
}
.mw_wp_form_confirm .sec-form__mailAttention {
  display: none;
}

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

.form_privacy-policy {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.form_privacy-policy .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .form_privacy-policy .ttl {
    font-size: 3.7vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .agree_text {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text {
    margin-bottom: 7vw;
  }
}
.form_privacy-policy .agree_text p {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4d4d4d;
  font-weight: bold;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text p {
    font-size: 3.4vw;
    max-width: 100%;
    margin: 0 auto;
  }
}
.form_privacy-policy .agree_text a {
  display: inline-block;
  margin-bottom: 15px;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text a {
    margin-bottom: 4vw;
  }
}
.form_privacy-policy .agree_text a:after {
  content: "";
  background: url(../img/form/icon_external.svg) no-repeat center center/cover;
  width: 11px;
  height: 9px;
  display: inline-block;
  margin-left: 8px;
}
@media (hover: hover) {
  .form_privacy-policy .agree_text a:hover {
    opacity: 0.7;
  }
}
.form_privacy-policy .agree_text .mwform-checkbox-field-text {
  cursor: pointer;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text .require {
    padding-left: 0;
  }
}
.form_privacy-policy .inner_box {
  height: 117px;
  background: white;
  overflow-y: scroll;
  border: 1px solid #b1b1b1;
  padding: 19px 23px;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box {
    height: 46vw;
    padding: 4vw 3vw;
    margin-bottom: 3.8vw;
  }
}
.form_privacy-policy .inner_box .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box .ttl {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .inner_box strong {
  font-size: 14px;
  font-weight: bold;
}
.form_privacy-policy .inner_box .text_box {
  margin-bottom: 1.6em;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box .text_box {
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box p {
  font-size: 14px;
  line-height: 1.64;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box p {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .inner_box p a {
  color: #333;
}
.form_privacy-policy .inner_box ul {
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 1.64;
  list-style-position: outside;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box ul {
    margin-left: 1em;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul > li {
  font-size: 14px;
  line-height: 1.64;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box ul > li {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .inner_box ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box ul > li > ul > li {
  font-size: 14px;
  line-height: 1.64;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box ul > li > ul > li {
    font-size: 3.4vw;
  }
}
.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__mailAttention {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .sec-form__mailAttention {
    text-align: left;
    margin-bottom: 8vw;
    font-size: 3.4vw;
  }
}

.mw_wp_form_confirm .example {
  display: none;
}

.mw_wp_form_confirm .comment {
  display: none;
}

.mw_wp_form_confirm .require {
  display: none;
}

.mw_wp_form_confirm .entry_contents {
  display: none;
}

.display_confirm {
  display: none;
}

.mw_wp_form_confirm .display_confirm {
  display: block;
}

.confirm_attention {
  display: none;
}

.mw_wp_form_confirm .form_privacy-policy {
  display: none;
}

.mw_wp_form_confirm .confirm_attention {
  display: block;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .confirm_attention {
    line-height: 150%;
    margin-bottom: 3vw;
  }
}

.require {
  color: #e14449;
  font-weight: bold;
  font-size: 13px;
}
@media (max-width: 768px) {
  .require {
    font-size: 3vw;
  }
}

.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;
}
.agree_item label {
  font-weight: 700;
  cursor: pointer;
}

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

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

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/form/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  select {
    background-image: url(../images/form/arrow-select.png);
  }
}
@media (max-width: 768px) {
  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;
  }
}
.thanks-text {
  margin: 0 0 50px;
  line-height: 2;
}
@media (max-width: 768px) {
  .thanks-text {
    margin: 0 0 9vw;
  }
}
.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;
}

.secBenefits {
  text-align: center;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .secBenefits {
    padding-bottom: 14vw;
  }
}
.secBenefits:before {
  content: "";
  background: linear-gradient(to top, #97dbff 0%, #97dbff 28%, #ffffff 100%);
  width: 100%;
  height: 495px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .secBenefits:before {
    height: 195vw;
  }
}
.secBenefits .inner {
  position: relative;
}
@media (max-width: 768px) {
  .secBenefits .inner {
    padding-inline: 5vw;
  }
}

.secBenefits__heading {
  padding-top: 90px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .secBenefits__heading {
    padding-top: 30.6vw;
    margin-bottom: 1.8vw;
  }
}

.secBenefits__heading__en {
  color: #fc8611;
  opacity: 0.3;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.secBenefits__heading__ja {
  letter-spacing: 0.08em;
}

.secBenefits__catch {
  font-size: 24px;
  font-weight: 900;
  color: #fc8611;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .secBenefits__catch {
    font-size: 4.8vw;
    line-height: 1.61;
    margin-bottom: 4vw;
  }
}

.secBenefits__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: 33px;
}
@media (max-width: 768px) {
  .secBenefits__list {
    display: block;
    max-width: 100%;
    margin-bottom: 3vw;
  }
}

.secBenefits__item {
  width: 313px;
  height: 239px;
  background: url(../img/common/benefits_bg.svg) no-repeat center center/cover;
  color: #fff;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .secBenefits__item {
    width: 62.66vw;
    height: 47.75vw;
    padding-top: 7vw;
  }
}
@media (max-width: 768px) {
  .secBenefits__item.item-02 {
    margin-left: auto;
    margin-top: -6vw;
  }
}

.secBenefits__icn {
  width: 81px;
  height: 91px;
  margin-inline: auto;
  display: grid;
  place-items: center;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .secBenefits__icn {
    width: 16vw;
    height: 18.13vw;
    margin-bottom: 2.5vw;
  }
}
.secBenefits__icn img {
  height: inherit;
  object-fit: contain;
}

.secBenefits__txt {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .secBenefits__txt {
    font-size: 4vw;
  }
}
.secBenefits__txt .small {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .secBenefits__txt .small {
    font-size: 2.8vw;
  }
}

.secBenefits__btn .c-btn-02__link {
  text-align: left;
}

.secBenefits__chara {
  position: absolute;
}
.secBenefits__chara.item-01 {
  right: -130px;
  top: 50px;
}
@media (max-width: 768px) {
  .secBenefits__chara.item-01 {
    width: 41vw;
    right: -6vw;
    top: 60vw;
  }
}
.secBenefits__chara.item-02 {
  display: none;
}
@media (max-width: 768px) {
  .secBenefits__chara.item-02 {
    display: block;
    position: absolute;
    width: 42vw;
    left: -2vw;
    top: 114.4vw;
  }
}

.secBenefits__deco {
  position: absolute;
}
.secBenefits__deco.item-01 {
  bottom: -70px;
  left: -150px;
}
@media (max-width: 768px) {
  .secBenefits__deco.item-01 {
    width: 27.73vw;
    left: auto;
    right: -3vw;
    bottom: 18vw;
  }
}
.secBenefits__deco.item-01 img {
  width: 208px;
}
@media (max-width: 768px) {
  .secBenefits__deco.item-01 img {
    width: 100%;
  }
}
.secBenefits__deco.item-02 {
  bottom: -152px;
  left: 310px;
}
@media (max-width: 768px) {
  .secBenefits__deco.item-02 {
    width: 13.73vw;
    left: auto;
    right: 14vw;
    bottom: 41.7vw;
  }
}
.secBenefits__deco.item-02 img {
  width: 110px;
}
@media (max-width: 768px) {
  .secBenefits__deco.item-02 img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .secCta {
    position: relative;
    z-index: 1;
  }
}
.secCta .inner {
  max-width: 1076px;
  position: relative;
}
@media (max-width: 768px) {
  .secCta .inner {
    max-width: 100%;
    padding-inline: 4vw;
  }
}
.secCta .inner:before {
  content: "";
  background: url(../img/common/contact_bg.svg) no-repeat center center/cover;
  width: 1034px;
  height: 790px;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
}
@media (max-width: 768px) {
  .secCta .inner:before {
    width: 186.6vw;
    height: 142.4vw;
    left: -40.6vw;
  }
}

.secCta__box {
  position: relative;
  padding-top: 157px;
  padding-left: 386px;
  padding-bottom: 57px;
}
@media (max-width: 768px) {
  .secCta__box {
    padding: 16.3vw 0 40vw;
  }
}
.secCta__box:before {
  content: "";
  background: url(../img/common/contact_person@2x.png) no-repeat center center/cover;
  width: 406px;
  height: 516px;
  display: block;
  position: absolute;
  left: -22px;
  bottom: -70px;
}
@media (max-width: 768px) {
  .secCta__box:before {
    width: 67.46vw;
    height: 87.2vw;
    left: -0.6vw;
    bottom: -51.3vw;
  }
}

.secCta__heading {
  padding-top: 92px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .secCta__heading {
    padding-top: 12.2vw;
    margin-bottom: 3.4vw;
  }
}

.secCta__heading__en {
  color: #fff;
  left: 13px;
}
@media (max-width: 768px) {
  .secCta__heading__en {
    left: -2vw;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}

.secCta__heading__ja {
  display: inline-block;
}
@media (max-width: 768px) {
  .secCta__heading__ja {
    text-align: left;
    padding-left: 13.4vw;
  }
}

.secCta__txt {
  line-height: 1.875;
}
@media (max-width: 768px) {
  .secCta__txt {
    font-size: 3.6vw;
    text-align: center;
  }
}

.secCta__cta {
  background: #fff;
  border: 7px solid #fc8611;
  border-radius: 60px;
  position: relative;
  z-index: 1;
  max-width: 955px;
  margin-left: auto;
  padding-block: 50px 64px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 768px) {
  .secCta__cta {
    border-width: 4px;
    border-radius: 30px;
    max-width: 100%;
    padding-block: 6.3vw 9vw;
    grid-template-columns: 1fr;
  }
}

.secCta__cta__item {
  text-align: center;
}
.secCta__cta__item--line {
  border-right: 1px solid #b3b3b3;
}
@media (max-width: 768px) {
  .secCta__cta__item--line {
    border-right: none;
    position: relative;
    padding-bottom: 9vw;
    margin-bottom: 4.4vw;
  }
  .secCta__cta__item--line:before {
    content: "";
    background: #b3b3b3;
    width: 35.3vw;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
  }
}

.secCta__cta__ttl {
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .secCta__cta__ttl {
    font-size: 6.93vw;
  }
}
.secCta__cta__ttl.line {
  color: #39b44a;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .secCta__cta__ttl.line {
    margin-bottom: 1.8vw;
  }
}
.secCta__cta__ttl.tel {
  color: #fc8611;
}

.secCta__telNum {
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  color: #fc8611;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .secCta__telNum {
    font-size: 10.66vw;
    margin-bottom: 0;
  }
}

.secCta__telInfo {
  font-size: 14px;
  color: #fc8611;
  font-weight: bold;
}
@media (max-width: 768px) {
  .secCta__telInfo {
    font-size: 4vw;
  }
}

.secCta__deco {
  position: absolute;
}
.secCta__deco.item-01 {
  top: 0;
  right: -62px;
}
@media (max-width: 768px) {
  .secCta__deco.item-01 {
    width: 25.3vw;
    top: -0.5vw;
    right: -6vw;
  }
}
.secCta__deco.item-02 {
  top: 56px;
  right: 213px;
}
@media (max-width: 768px) {
  .secCta__deco.item-02 {
    width: 18vw;
    top: 74vw;
    right: 11vw;
  }
}

.secDiagnosis .inner {
  max-width: 1190px;
}

.secDiagnosis__box {
  border: 8px solid #fff;
  border-radius: 60px;
  position: relative;
  padding: 90px 0 93px;
  text-align: center;
}
@media (max-width: 768px) {
  .secDiagnosis__box {
    border-width: 3px;
    border-radius: 30px;
    padding: 9.1vw 0 15.6vw;
  }
}

.secDiagnosis__catch span {
  display: inline-block;
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 0 62px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .secDiagnosis__catch span {
    font-size: 3.866vw;
    padding: 0 10.33vw;
    border-radius: 12px;
    margin-bottom: 3.33vw;
  }
}

.secDiagnosis__heading {
  font-size: 68px;
  font-weight: 900;
  color: #fff;
  font-feature-settings: "palt";
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .secDiagnosis__heading {
    font-size: 9.6vw;
    margin-bottom: 4.13vw;
  }
}
.secDiagnosis__heading .yellow {
  color: #fff05f;
}

.secDiagnosis__txt {
  color: #fff;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 41px;
}
@media (max-width: 768px) {
  .secDiagnosis__txt {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}

.secDiagnosis__btn {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .secDiagnosis__btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -9vw;
  }
}

.secDiagnosis__deco {
  position: absolute;
  z-index: 0;
}
.secDiagnosis__deco.item-01 {
  top: -24px;
  left: 263px;
}
@media (max-width: 768px) {
  .secDiagnosis__deco.item-01 {
    top: auto;
    bottom: 7.6vw;
    left: -4.4vw;
    width: 14.6vw;
  }
}
.secDiagnosis__deco.item-02 {
  bottom: 250px;
  right: -23px;
}
@media (max-width: 768px) {
  .secDiagnosis__deco.item-02 {
    width: 18vw;
    bottom: auto;
    top: -7vw;
    right: 3.6vw;
  }
}

.secDiagnosis__chara {
  position: absolute;
  z-index: 0;
}
@media (max-width: 768px) {
  .secDiagnosis__chara {
    display: none;
  }
}
.secDiagnosis__chara.item-02 {
  top: -250px;
  right: -60px;
}
.secDiagnosis__chara.item-02 img {
  width: 410px;
}

.secEntry {
  margin-bottom: 93px;
}
@media (max-width: 768px) {
  .secEntry {
    margin-bottom: 14.6vw;
  }
}

.secEntry__box {
  max-width: 1213px;
  margin-inline: auto;
  background: linear-gradient(to right, #46a6e5 0%, #46a6e5 29%, #6fbee6 75%, #6fbee6 100%);
  border-radius: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding-block: 114px 117px;
}
@media (max-width: 768px) {
  .secEntry__box {
    width: 90vw;
    background: linear-gradient(to left, #46a6e5 0%, #46a6e5 29%, #6fbee6 75%, #6fbee6 100%);
    margin-inline: auto;
    border-radius: 30px;
    padding-block: 12.3vw 11.7vw;
  }
}

.secEntry__heading {
  padding-top: 91px;
  margin-bottom: 51px;
}
@media (max-width: 768px) {
  .secEntry__heading {
    padding-top: 12.2vw;
    margin-bottom: 4vw;
  }
}

.secEntry__heading__en {
  font-size: 140px;
  opacity: 0.3;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .secEntry__heading__en {
    font-size: 18.6vw;
  }
}

.secEntry__txt {
  line-height: 1.875;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .secEntry__txt {
    font-size: 3.6vw;
    margin-bottom: 7.8vw;
  }
}

.secEntry__deco {
  position: absolute;
}
.secEntry__deco.item-01 {
  top: 0;
  left: 60px;
}
@media (max-width: 768px) {
  .secEntry__deco.item-01 {
    width: 48vw;
    top: auto;
    bottom: -36.8vw;
    left: -2.2vw;
  }
}
.secEntry__deco.item-02 {
  top: -15px;
  right: 3px;
}
@media (max-width: 768px) {
  .secEntry__deco.item-02 {
    width: 47vw;
    top: -6vw;
    right: -20.7vw;
  }
}
.secEntry__deco.item-03 {
  bottom: 228px;
  left: -66px;
}
@media (max-width: 768px) {
  .secEntry__deco.item-03 {
    width: 22.4vw;
    bottom: 30.7vw;
    left: -11.2vw;
  }
}
.secEntry__deco.item-04 {
  bottom: -70px;
  left: 137px;
}
@media (max-width: 768px) {
  .secEntry__deco.item-04 {
    display: none;
  }
}
.secEntry__deco.item-05 {
  display: none;
}
@media (max-width: 768px) {
  .secEntry__deco.item-05 {
    display: block;
    position: absolute;
    width: 12vw;
    top: 12.3vw;
    left: 11vw;
  }
}

.secMovie .inner {
  max-width: 1140px;
}
@media (max-width: 768px) {
  .secMovie .inner {
    padding-inline: 0;
  }
}

.secMovie__ttl {
  width: 7720px;
  display: flex;
  margin-bottom: -3px;
  line-height: 0;
}
@media (max-width: 768px) {
  .secMovie__ttl {
    margin-bottom: -1px;
    width: 696vw;
  }
}
.secMovie__ttl img {
  width: 3860px;
}
@media (max-width: 768px) {
  .secMovie__ttl img {
    width: 348vw;
  }
}

@keyframes marqueeX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee {
  animation: marqueeX 50s linear infinite;
}

.secMovie__video {
  position: relative;
}
.secMovie__video video {
  width: 100%;
}

.secMovie__video__icn {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  .secMovie__video__icn {
    width: 13vw;
  }
}

.wp-pagenavi {
  background: #fff;
  padding: 20px;
  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;
  position: relative;
}
@media (max-width: 768px) {
  .wp-pagenavi {
    padding-top: 5vw;
  }
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  width: 35px;
  height: 35px;
  font-weight: bold;
  text-align: center;
  margin: 0 4px;
  line-height: 1.6;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    margin: 0 3px;
    width: 31px;
    height: 31px;
    font-size: 15px;
  }
}

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

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

.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 2px;
}

.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: 35px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    background-size: 31px;
  }
}

.wp-pagenavi .previouspostslink {
  left: 20px;
}

.wp-pagenavi .nextpostslink {
  right: 20px;
}

.wp-pagenavi .previouspostslink {
  background-image: url(../img/common/navi_arrow_left.svg);
}

.wp-pagenavi .nextpostslink {
  background-image: url(../img/common/navi_arrow_right.svg);
}

.wp-pagenavi .current {
  background-color: #4d4d4d;
  color: #fff;
  padding: 2px;
}

.st-footer {
  position: relative;
}
.st-footer:before {
  content: "";
  background: linear-gradient(to bottom, #ffffff 0%, #97dbff 72%, #97dbff 100%);
  width: 100%;
  height: 801px;
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .st-footer:before {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #97dbff 100%);
    height: 88.26vw;
    top: 2vw;
  }
}
.st-footer:after {
  background: url(../img/common/footer_bg.svg) no-repeat center top/cover;
  content: "";
  width: 100%;
  height: 867px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .st-footer:after {
    background-image: url(../img/common/footer_bg_sp.svg);
    height: 220.4vw;
  }
}

.st-footer__mv {
  position: relative;
  padding-top: 200px;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .st-footer__mv {
    padding-top: 18.1vw;
    margin-bottom: 4.2vw;
  }
}
.st-footer__mv .inner {
  position: relative;
}

.st-footer__mv__deco {
  position: absolute;
  left: -138px;
  top: -90px;
}
@media (max-width: 768px) {
  .st-footer__mv__deco {
    left: auto;
    right: -10vw;
    top: 29vw;
    width: 22.6vw;
  }
}

@media (max-width: 768px) {
  .st-footer__catch {
    width: 73vw;
    margin-inline: auto;
  }
}

.st-footer__charaWrap {
  position: relative;
  width: 100%;
  height: 475px;
}
@media (max-width: 768px) {
  .st-footer__charaWrap {
    height: 58.53vw;
    margin-top: -7vw;
    margin-bottom: 11.4vw;
  }
}
.st-footer__charaWrap .chara__item {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.st-footer__charaWrap .chara__item.item-01 {
  top: -70px;
}
@media (max-width: 768px) {
  .st-footer__charaWrap .chara__item.item-01 {
    top: 2vw;
  }
}
.st-footer__charaWrap .chara__item.item-01 img {
  transform: translateX(-410px);
  width: 400px;
}
@media (max-width: 768px) {
  .st-footer__charaWrap .chara__item.item-01 img {
    transform: translateX(-34vw);
    width: 43vw;
  }
}
.st-footer__charaWrap .chara__item.item-02 {
  top: 20px;
}
@media (max-width: 768px) {
  .st-footer__charaWrap .chara__item.item-02 {
    top: 15vw;
  }
}
.st-footer__charaWrap .chara__item.item-02 img {
  transform: translateX(-100px);
  width: 415px;
}
@media (max-width: 768px) {
  .st-footer__charaWrap .chara__item.item-02 img {
    transform: translateX(-6vw);
    width: 41vw;
  }
}
.st-footer__charaWrap .chara__item.item-03 {
  top: -80px;
}
@media (max-width: 768px) {
  .st-footer__charaWrap .chara__item.item-03 {
    top: 5vw;
  }
}
.st-footer__charaWrap .chara__item.item-03 img {
  transform: translateX(220px);
  width: 410px;
}
@media (max-width: 768px) {
  .st-footer__charaWrap .chara__item.item-03 img {
    transform: translateX(17vw);
    width: 41vw;
  }
}
.st-footer__charaWrap .chara__item.item-04 {
  top: -10px;
}
@media (max-width: 768px) {
  .st-footer__charaWrap .chara__item.item-04 {
    top: 10vw;
  }
}
.st-footer__charaWrap .chara__item.item-04 img {
  transform: translateX(470px);
  width: 365px;
}
@media (max-width: 768px) {
  .st-footer__charaWrap .chara__item.item-04 img {
    transform: translateX(40vw);
    width: 38vw;
  }
}

.st-footer__cont {
  position: relative;
}
.st-footer__cont .inner {
  max-width: 1084px;
}

.st-footer__logo {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .st-footer__logo {
    width: 85vw;
    margin-inline: auto;
    margin-bottom: 10vw;
  }
}

.st-footer__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .st-footer__nav {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.st-footer__nav li {
  text-box: trim-both text;
}
.st-footer__nav li:not(:last-child) {
  position: relative;
}
@media (max-width: 768px) {
  .st-footer__nav li:not(:last-child) {
    margin-bottom: 5.6vw;
  }
}
.st-footer__nav li:not(:last-child):before {
  content: "";
  background: #fff;
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .st-footer__nav li:not(:last-child):before {
    display: none;
  }
}
@media (max-width: 768px) {
  .st-footer__nav li:nth-of-type(odd) .st-footer__nav__link {
    color: #ffff00;
  }
}
@media (max-width: 768px) {
  .st-footer__nav li:nth-of-type(even) .st-footer__nav__link {
    color: #fff;
  }
}

.st-footer__nav__link {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #ffff00;
  letter-spacing: 0.04em;
  padding-inline: 18px;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .st-footer__nav__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .st-footer__nav__link {
    font-size: 4.4vw;
  }
}

.st-footer__bottom {
  padding-left: 20px;
  padding-bottom: 130px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .st-footer__bottom {
    display: block;
    padding-left: 0;
    padding-bottom: 5vw;
  }
}

.st-footer__info {
  color: #fff;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .st-footer__info {
    margin-right: 0;
  }
}

.st-footer__info__company {
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .st-footer__info__company {
    text-align: center;
    font-size: 3.6vw;
    margin-bottom: 2vw;
    margin-top: 0;
  }
}

.st-footer__info__address {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.85;
}
@media (max-width: 768px) {
  .st-footer__info__address {
    text-align: center;
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
}

@media (max-width: 768px) {
  .st-footer__cp {
    text-align: center;
    margin-bottom: 12vw;
  }
}
.st-footer__cp a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 7px 37px 7px 13px;
  border-bottom: 1px solid #fff;
  background: url(../img/common/icn_link.svg) no-repeat center right 13px/14px;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .st-footer__cp a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .st-footer__cp a {
    font-size: 3.6vw;
    padding: 1.86vw 10.66vw 1.86vw 3.6vw;
    border-bottom: 0.26vw solid #fff;
    background-size: 3.73vw;
    background-position: center right 3.6vw;
  }
}

.st-footer__copyright {
  margin-left: auto;
  line-height: 1;
}
@media (max-width: 768px) {
  .st-footer__copyright {
    text-align: center;
  }
}
.st-footer__copyright small {
  font-size: 22px;
  color: #ffff00;
}
@media (max-width: 768px) {
  .st-footer__copyright small {
    font-size: 3.6vw;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  display: none;
  cursor: pointer;
}
.st-header__logo {
  position: absolute;
  top: 49px;
  left: 34px;
  z-index: 2;
}
@media (max-width: 768px) {
  .st-header__logo {
    width: 69vw;
    max-width: 518px;
    position: absolute;
    top: 4.8vw;
    left: 4vw;
  }
}
.st-header__logo a {
  display: block;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .st-header__logo a:hover {
    opacity: 0.8;
  }
}

/* sp-btn */
#sp-btn {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 123px;
  background: url(../img/common/header_menu_bg.svg) no-repeat left top/cover;
  padding-bottom: 5px;
  padding-left: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #sp-btn {
    width: 20.66vw;
    height: 16.4vw;
    padding-bottom: 0.66vw;
    padding-left: 1.33vw;
  }
}
#sp-btn span {
  width: 39px;
  height: 3px;
  border-radius: 3px;
  transition: all 0.4s;
  background: #333;
}
@media (max-width: 768px) {
  #sp-btn span {
    width: 5.2vw;
    height: 1px;
  }
}
#sp-btn span:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #sp-btn span:not(:last-child) {
    margin-bottom: 1.06vw;
  }
}

#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: 39px;
  height: 28px;
  background: none;
}
@media (max-width: 768px) {
  #sp-btn #sp-btn-a {
    width: 5.2vw;
    height: 3.46vw;
  }
}

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

#sp-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-34deg);
  transform: translateY(11px) rotate(-34deg);
}
@media (max-width: 768px) {
  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.36vw) rotate(-34deg);
    transform: translateY(1.36vw) rotate(-34deg);
  }
}

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

#sp-btn.active span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-11px) rotate(34deg);
  transform: translateY(-11px) rotate(34deg);
}
@media (max-width: 768px) {
  #sp-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.36vw) rotate(34deg);
    transform: translateY(-1.36vw) rotate(34deg);
  }
}

/* g-anv */
#g-nav {
  position: fixed;
  z-index: 3;
  top: 32px;
  right: 30px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: none;
}
@media (max-width: 768px) {
  #g-nav {
    top: 0;
    right: 0;
    height: 100%;
  }
}

.st-header__nav {
  background: linear-gradient(to right, #46a6e5 0%, #46a6e5 29%, #6fbee6 75%, #6fbee6 100%);
  max-width: 372px;
  max-height: calc(100svh - 105px);
  border-radius: 60px;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
  padding: 111px 45px 73px;
}
@media (max-width: 768px) {
  .st-header__nav {
    background: #fff;
    max-width: 100%;
    max-height: 100svh;
    border-radius: 0;
    padding: 29.26vw 0vw 3vw;
    box-shadow: none;
  }
  .st-header__nav:before {
    content: "";
    background: url(../img/common/header_nav_bg_sp.svg) no-repeat center top/100%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.st-header__nav__logo {
  display: none;
}
@media (max-width: 768px) {
  .st-header__nav__logo {
    display: block;
  }
}

.st-header__globalNav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px 0;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .st-header__globalNav {
    text-align: center;
    gap: 3.16vw 0;
    margin-bottom: 6.66vw;
  }
}
.st-header__globalNav li:nth-of-type(odd) {
  color: #fcee21;
}
.st-header__globalNav li:nth-of-type(even) {
  color: #fff;
}

.st-header__globalNav__link {
  font-size: 22px;
  font-weight: bold;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-header__globalNav__link {
    font-size: 4.4vw;
  }
}
@media (hover: hover) {
  .st-header__globalNav__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .st-header__cp {
    text-align: center;
    margin-bottom: 3vw;
  }
}
.st-header__cp a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 7px 37px 7px 13px;
  border-bottom: 1px solid #fff;
  background: url(../img/common/icn_link.svg) no-repeat center right 13px/14px;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-header__cp a {
    font-size: 3.6vw;
    padding: 1.86vw 10.66vw 1.86vw 3.6vw;
    border-bottom: 0.26vw solid #fff;
    background-size: 3.73vw;
    background-position: center right 3.6vw;
  }
}
@media (hover: hover) {
  .st-header__cp a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.st-header__nav__chara {
  display: none;
}
@media (max-width: 768px) {
  .st-header__nav__chara {
    display: block;
    width: 85vw;
    margin-inline: auto;
  }
}

.st-header__nav__copyright {
  display: none;
}
@media (max-width: 768px) {
  .st-header__nav__copyright {
    display: block;
    text-align: center;
    color: #46a6e5;
  }
  .st-header__nav__copyright small {
    font-size: 3.6vw;
  }
}

#about-us .secMainView {
  text-align: center;
  padding-top: 53px;
}
@media (max-width: 768px) {
  #about-us .secMainView {
    padding-top: 0.8vw;
  }
}
#about-us .secMainView .inner {
  position: relative;
}
@media (max-width: 768px) {
  #about-us .secMainView .inner {
    padding-inline: 8vw;
  }
}
#about-us .secMainView__catch__en {
  margin-bottom: 49px;
}
@media (max-width: 768px) {
  #about-us .secMainView__catch__en {
    width: 76vw;
    margin-inline: auto;
    margin-bottom: 6.2vw;
  }
}
#about-us .secMainView__catch {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #about-us .secMainView__catch {
    margin-bottom: 3.6vw;
  }
}
#about-us .secMainView__catch__row {
  display: inline-block;
  font-size: 23px;
  font-weight: 900;
  background: #f1e77b;
  line-height: 1;
  padding: 3px 10px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  #about-us .secMainView__catch__row {
    font-size: 5.33vw;
    padding: 0.6vw 1.8vw;
  }
}
#about-us .secMainView__catch__row:not(:last-child) {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  #about-us .secMainView__catch__row:not(:last-child) {
    margin-bottom: 3.2vw;
  }
}
#about-us .secMainView__txt {
  font-weight: bold;
}
@media (max-width: 768px) {
  #about-us .secMainView__txt {
    font-size: 3.2vw;
    text-align: left;
  }
}
#about-us .secMainView__chara {
  position: absolute;
  right: -10px;
  top: 95px;
  width: 245px;
}
@media (max-width: 768px) {
  #about-us .secMainView__chara {
    display: none;
  }
}
#about-us .secService {
  position: relative;
  padding-top: 112px;
}
@media (max-width: 768px) {
  #about-us .secService {
    padding-top: 12.2vw;
  }
}
#about-us .secService:before {
  content: "";
  background: url(../img/about-us/service_bg.jpg) no-repeat center center/100% 100%;
  width: 100%;
  height: 2041px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #about-us .secService:before {
    background: url(../img/about-us/service_bg_sp.jpg) no-repeat center center/100% 100%;
    height: 555vw;
  }
}
#about-us .secService .inner {
  position: relative;
  padding-bottom: 214px;
}
@media (max-width: 768px) {
  #about-us .secService .inner {
    padding-inline: 8vw;
    padding-bottom: 28vw;
  }
}
#about-us .secService__heading {
  font-size: 40px;
  font-weight: bold;
  color: #009e96;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  #about-us .secService__heading {
    font-size: 5.33vw;
    margin-bottom: 8.6vw;
  }
}
#about-us .secService__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 890px;
  margin-inline: auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #about-us .secService__list {
    max-width: 100%;
    margin-bottom: 6.2vw;
  }
}
#about-us .secService__item {
  background: #fff;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  #about-us .secService__item {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 6.2vw;
  }
}
#about-us .secService__item.item-04 {
  margin-right: 42px;
}
@media (max-width: 768px) {
  #about-us .secService__item.item-04 {
    margin-right: 0;
  }
}
#about-us .secService__item.item-04, #about-us .secService__item.item-05 {
  width: 424px;
}
@media (max-width: 768px) {
  #about-us .secService__item.item-04, #about-us .secService__item.item-05 {
    width: 100%;
  }
}
#about-us .secService__item.item-wide {
  display: flex;
}
@media (max-width: 768px) {
  #about-us .secService__item.item-wide {
    display: block;
  }
}
#about-us .secService__item.item-wide .secService__txtbox {
  flex: 1;
  padding-left: 67px;
  padding-right: 70px;
}
@media (max-width: 768px) {
  #about-us .secService__item.item-wide .secService__txtbox {
    padding: 6.2vw 6vw 7vw;
  }
}
#about-us .secService__item.item-half .secService__txtbox {
  padding: 52px 30px 35px 30px;
}
@media (max-width: 768px) {
  #about-us .secService__item.item-half .secService__txtbox {
    padding: 6.2vw 6vw 7vw;
  }
}
#about-us .secService__img {
  width: 424px;
  line-height: 0;
}
@media (max-width: 768px) {
  #about-us .secService__img {
    width: 100%;
  }
}
#about-us .secService__img img {
  width: 100%;
}
#about-us .secService__txtbox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-us .secService__ttl__en {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #009e96;
}
@media (max-width: 768px) {
  #about-us .secService__ttl__en {
    font-size: 3.2vw;
    right: 3.5vw;
    top: 1.7vw;
  }
}
#about-us .secService__ttl__ja {
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #about-us .secService__ttl__ja {
    font-size: 5.1vw;
  }
}
#about-us .secService__txt {
  font-weight: 400;
}
@media (max-width: 768px) {
  #about-us .secService__txt {
    font-size: 3.2vw;
  }
}
#about-us .secService__more {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  color: #0070b3;
}
@media (max-width: 768px) {
  #about-us .secService__more {
    font-size: 6.1vw;
    line-height: 1.63;
  }
}
#about-us .secService__deco {
  position: absolute;
  left: 48.4%;
  transform: translateX(-50%) rotate(-13deg);
  bottom: 67px;
}
@media (max-width: 768px) {
  #about-us .secService__deco {
    left: 50%;
    transform: translateX(-50%) rotate(-13deg);
    bottom: 8vw;
    width: 17.6vw;
  }
}
#about-us .secMessage {
  padding-top: 90px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  #about-us .secMessage {
    padding-top: 14.5vw;
    margin-bottom: 12.8vw;
  }
}
@media (max-width: 768px) {
  #about-us .secMessage .inner {
    padding-inline: 8vw;
  }
}
#about-us .secMessage__heading {
  padding-top: 90px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #about-us .secMessage__heading {
    padding-top: 12.2vw;
    margin-bottom: 6.7vw;
  }
}
#about-us .secMessage__heading__en {
  font-size: 141px;
  color: #46a6e5;
  opacity: 0.3;
}
@media (max-width: 768px) {
  #about-us .secMessage__heading__en {
    font-size: 20.26vw;
  }
}
#about-us .secMessage__heading__ja {
  display: inline-block;
  font-size: 42px;
  color: #46a6e5;
}
@media (max-width: 768px) {
  #about-us .secMessage__heading__ja {
    font-size: 6.66vw;
  }
}
#about-us .secMessage__box {
  position: relative;
}
#about-us .secMessage__box.box-01 {
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  #about-us .secMessage__box.box-01 {
    margin-bottom: 6.9vw;
  }
}
#about-us .secMessage__box.box-01 .secMessage__img {
  top: -182px;
  right: -16px;
}
@media (max-width: 768px) {
  #about-us .secMessage__box.box-01 .secMessage__img {
    top: 0;
    right: 0;
    margin-bottom: 4.5vw;
  }
}
#about-us .secMessage__box.box-01 .secMessage__txt {
  max-width: 450px;
}
@media (max-width: 768px) {
  #about-us .secMessage__box.box-01 .secMessage__txt {
    max-width: 100%;
  }
}
#about-us .secMessage__box.box-02 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #about-us .secMessage__box.box-02 {
    margin-bottom: 7.2vw;
  }
}
#about-us .secMessage__box.box-02 .secMessage__img {
  top: -43px;
  left: -11px;
}
@media (max-width: 768px) {
  #about-us .secMessage__box.box-02 .secMessage__img {
    top: 0;
    left: 0;
    margin-bottom: 3vw;
  }
}
#about-us .secMessage__box.box-02 .secMessage__txt {
  max-width: 468px;
  margin-left: auto;
}
@media (max-width: 768px) {
  #about-us .secMessage__box.box-02 .secMessage__txt {
    max-width: 100%;
  }
}
#about-us .secMessage__img {
  position: absolute;
}
@media (max-width: 768px) {
  #about-us .secMessage__img {
    position: relative;
  }
}
#about-us .secMessage__txt {
  line-height: 2.5;
}
@media (max-width: 768px) {
  #about-us .secMessage__txt {
    font-size: 3.2vw;
  }
}
#about-us .vision__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  #about-us .vision__ttl {
    margin-bottom: 5vw;
  }
}
#about-us .vision__ttl__txt {
  font-size: 42px;
  font-weight: 900;
  color: #46a6e5;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  #about-us .vision__ttl__txt {
    font-size: 5.6vw;
  }
}
#about-us .vision__ttl__icn {
  padding-left: 10px;
}
@media (max-width: 768px) {
  #about-us .vision__ttl__icn {
    padding-left: 1vw;
    width: 14vw;
  }
}
#about-us .vision__list {
  border-top: 5px solid #0070b3;
  border-bottom: 5px solid #0070b3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 768px) {
  #about-us .vision__list {
    border: none;
    border-left: 2px solid #0070b3;
    border-right: 2px solid #0070b3;
    display: block;
    max-width: 72vw;
    margin-inline: auto;
  }
}
#about-us .vision__item {
  position: relative;
  text-align: center;
  padding-block: 57px 35px;
}
@media (max-width: 768px) {
  #about-us .vision__item {
    padding-block: 13vw 7.5vw;
  }
}
#about-us .vision__item:not(:last-child):before {
  content: "";
  background: #0070b3;
  width: 5px;
  height: 174px;
  display: block;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #about-us .vision__item:not(:last-child):before {
    width: 56vw;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    transform: none;
    bottom: -1px;
  }
}
#about-us .vision__item__en {
  font-size: 72px;
  line-height: 1;
  color: #46a6e5;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
}
@media (max-width: 768px) {
  #about-us .vision__item__en {
    font-size: 14.4vw;
    top: 5.8vw;
  }
}
#about-us .vision__item__ttl {
  font-size: 33px;
  line-height: 1;
  font-weight: 900;
  color: #0070b3;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #about-us .vision__item__ttl {
    font-size: 6.53vw;
    margin-bottom: 4vw;
  }
}
#about-us .vision__name {
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  color: #46a6e5;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  #about-us .vision__name {
    font-size: 8.4vw;
    margin-bottom: 2.9vw;
  }
}
@media (max-width: 768px) {
  #about-us .vision__txt {
    font-size: 3.2vw;
  }
}
#about-us .secMovie {
  margin-bottom: 171px;
}
@media (max-width: 768px) {
  #about-us .secMovie {
    margin-bottom: 12vw;
  }
}
#about-us .secData {
  margin-bottom: 103px;
}
@media (max-width: 768px) {
  #about-us .secData {
    margin-bottom: 12vw;
  }
}
#about-us .secData__box {
  max-width: 1213px;
  margin-inline: auto;
  background: linear-gradient(to left, #46a6e5 0%, #46a6e5 29%, #6fbee6 75%, #6fbee6 100%);
  border-radius: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 108px;
}
@media (max-width: 768px) {
  #about-us .secData__box {
    width: 86vw;
    margin-inline: auto;
    border-radius: 30px;
    padding-top: 26.4vw;
  }
}
#about-us .secData__heading {
  text-align: center;
  padding-top: 74px;
  margin-bottom: 104px;
}
@media (max-width: 768px) {
  #about-us .secData__heading {
    padding-top: 11.4vw;
    margin-bottom: 8.8vw;
  }
}
#about-us .secData__heading__en {
  font-size: 141px;
  opacity: 0.3;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #about-us .secData__heading__en {
    font-size: 18.8vw;
  }
}
#about-us .secData__heading__ja {
  font-size: 42px;
}
@media (max-width: 768px) {
  #about-us .secData__heading__ja {
    font-size: 6.66vw;
  }
}
#about-us .secData__list {
  border-top: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
}
#about-us .secData__item {
  padding-top: 28px;
  padding-bottom: 27px;
}
@media (max-width: 768px) {
  #about-us .secData__item {
    padding-top: 7.2vw;
    padding-bottom: 8.6vw;
  }
}
#about-us .secData__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#about-us .secData__item.item-01 {
  width: 33.3333333333%;
  border-right: 1px solid #fff;
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 768px) {
  #about-us .secData__item.item-01 {
    width: 100%;
    border-right: none;
    text-align: center;
    padding-right: 0;
  }
  #about-us .secData__item.item-01 img {
    width: 61vw;
    margin-inline: auto;
  }
}
#about-us .secData__item.item-02 {
  width: 33.3333333333%;
  border-right: 1px solid #fff;
  text-align: center;
}
@media (max-width: 768px) {
  #about-us .secData__item.item-02 {
    width: 100%;
    border-right: none;
    text-align: center;
    padding-right: 0;
  }
  #about-us .secData__item.item-02 img {
    width: 67vw;
    margin-inline: auto;
  }
}
#about-us .secData__item.item-03 {
  width: 33.3333333333%;
  padding-left: 30px;
}
@media (max-width: 768px) {
  #about-us .secData__item.item-03 {
    width: 100%;
    border-right: none;
    text-align: center;
    padding-left: 0;
  }
  #about-us .secData__item.item-03 img {
    width: 67vw;
    margin-inline: auto;
  }
}
#about-us .secData__item.item-04 {
  width: 66.6666666667%;
  border-right: 1px solid #fff;
  text-align: center;
}
@media (max-width: 768px) {
  #about-us .secData__item.item-04 {
    width: 100%;
    border-right: none;
    text-align: center;
    padding-right: 0;
  }
  #about-us .secData__item.item-04 img {
    width: 81vw;
    margin-inline: auto;
  }
}
#about-us .secData__item.item-05 {
  width: 33.3333333333%;
  padding-left: 50px;
}
@media (max-width: 768px) {
  #about-us .secData__item.item-05 {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  #about-us .secData__item.item-05 img {
    width: 55vw;
    margin-inline: auto;
  }
}
#about-us .secData__item.item-06 {
  width: 33.3333333333%;
  border-right: 1px solid #fff;
  text-align: right;
  padding-right: 60px;
}
@media (max-width: 768px) {
  #about-us .secData__item.item-06 {
    width: 100%;
    border-right: none;
    text-align: center;
    padding-right: 0;
  }
  #about-us .secData__item.item-06 img {
    width: 63vw;
    margin-inline: auto;
  }
}
#about-us .secData__item.item-07 {
  width: 66.6666666667%;
  padding-left: 50px;
}
@media (max-width: 768px) {
  #about-us .secData__item.item-07 {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  #about-us .secData__item.item-07 img {
    width: 83vw;
    margin-inline: auto;
  }
}
#about-us .secData__item.item-08 {
  width: 66.6666666667%;
  border-right: 1px solid #fff;
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 768px) {
  #about-us .secData__item.item-08 {
    width: 100%;
    border-right: none;
    text-align: center;
    padding-right: 0;
  }
  #about-us .secData__item.item-08 img {
    width: 81vw;
    margin-inline: auto;
  }
}
#about-us .secData__item.item-09 {
  width: 33.3333333333%;
  padding-left: 60px;
}
@media (max-width: 768px) {
  #about-us .secData__item.item-09 {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  #about-us .secData__item.item-09 img {
    width: 55vw;
    margin-inline: auto;
  }
}
#about-us .secData__item.item-10 {
  width: 100%;
  text-align: center;
  padding-inline: 72px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #about-us .secData__item.item-10 {
    padding-inline: 0;
  }
}
#about-us .secData__item.item-10 img {
  width: 100%;
}
#about-us .secData__deco {
  position: absolute;
  top: -100px;
  left: -74px;
}
@media (max-width: 768px) {
  #about-us .secData__deco {
    width: 33.33vw;
    top: -4.9vw;
    left: -11.6vw;
  }
}
#about-us .secBenefits {
  margin-bottom: 104px;
}
@media (max-width: 768px) {
  #about-us .secBenefits {
    margin-bottom: 12vw;
  }
}

#benefits .mv__heading {
  text-align: center;
  font-size: 47px;
  font-weight: 900;
  color: #46a6e5;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  #benefits .mv__heading {
    font-size: 5.86vw;
    margin-bottom: 4.4vw;
  }
}
#benefits .mv__lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 82px;
}
@media (max-width: 768px) {
  #benefits .mv__lead {
    font-size: 3.2vw;
    margin-bottom: 10.6vw;
  }
}
#benefits .secBenefits {
  border-top: 7px solid #fc8611;
  border-bottom: 7px solid #fc8611;
  background: rgba(252, 134, 17, 0.1);
  padding-top: 90px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #benefits .secBenefits {
    border-width: 3px;
    padding-top: 12.4vw;
  }
}
#benefits .secBenefits:before {
  display: none;
}
#benefits .secBenefits__heading,
#benefits .secEvent__heading {
  padding-top: 38px;
  margin-bottom: 4px;
  text-align: center;
}
@media (max-width: 768px) {
  #benefits .secBenefits__heading,
  #benefits .secEvent__heading {
    padding-top: 7.3vw;
    margin-bottom: 3vw;
  }
}
#benefits .secBenefits__heading__en,
#benefits .secEvent__heading__en {
  font-size: 77px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #benefits .secBenefits__heading__en,
  #benefits .secEvent__heading__en {
    font-size: 14.26vw;
  }
}
#benefits .secBenefits__heading__ja,
#benefits .secEvent__heading__ja {
  font-size: 44px;
}
@media (max-width: 768px) {
  #benefits .secBenefits__heading__ja,
  #benefits .secEvent__heading__ja {
    font-size: 6.66vw;
  }
}
#benefits .secBenefits__heading__ja {
  color: #fc8611;
}
#benefits .secBenefits__lead,
#benefits .secEvent__lead {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #benefits .secBenefits__lead,
  #benefits .secEvent__lead {
    font-size: 3.2vw;
  }
}
#benefits .secBenefits__lead {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  #benefits .secBenefits__lead {
    margin-bottom: 7.3vw;
  }
}
#benefits .secBenefits__list {
  gap: 65px 20px;
  margin-bottom: 123px;
}
@media (max-width: 768px) {
  #benefits .secBenefits__list {
    margin-bottom: 23vw;
  }
}
@media (max-width: 768px) {
  #benefits .secBenefits__itemWrap:not(:last-child) {
    margin-bottom: 10vw;
  }
}
#benefits .secBenefits__item {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  #benefits .secBenefits__item {
    margin-inline: auto;
    padding-top: 9vw;
    margin-bottom: 4vw;
  }
}
@media (max-width: 768px) {
  #benefits .secBenefits__item.item-02 {
    margin-top: 0;
  }
}
#benefits .secBenefits__icn {
  width: 116px;
}
@media (max-width: 768px) {
  #benefits .secBenefits__icn {
    width: 19vw;
    height: 14.13vw;
  }
}
#benefits .secBenefits__item__txt {
  font-weight: bold;
  line-height: 1.625;
  text-align: left;
  padding-inline: 20px;
}
@media (max-width: 768px) {
  #benefits .secBenefits__item__txt {
    font-size: 3.2vw;
    padding-inline: 8vw;
  }
}
#benefits .secBenefits__imgWrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  #benefits .secBenefits__imgWrap {
    grid-template-columns: 1fr;
    gap: 3vw 0;
    padding-inline: 3vw;
    margin-bottom: 5vw;
  }
}
#benefits .secBenefits__imgTtl {
  position: absolute;
  top: -46px;
  left: -23px;
  z-index: 1;
  font-size: 53px;
  color: #fc8611;
  transform: rotate(-8deg);
}
@media (max-width: 768px) {
  #benefits .secBenefits__imgTtl {
    font-size: 9.46vw;
    top: -8vw;
    left: 0;
  }
}
@media (max-width: 768px) {
  #benefits .secBenefits__voice {
    padding-right: 4vw;
    padding-left: 2vw;
  }
}
#benefits .secEvent {
  padding-top: 70px;
  background: rgba(130, 188, 63, 0.1);
  padding-bottom: 0;
  border-bottom: 7px solid #39ab4a;
  margin-bottom: 123px;
}
@media (max-width: 768px) {
  #benefits .secEvent {
    border-width: 3px;
    padding-top: 12.7vw;
    margin-bottom: 14vw;
  }
}
#benefits .secEvent .inner {
  max-width: 1095px;
}
@media (max-width: 768px) {
  #benefits .secEvent .inner {
    padding-inline: 3vw;
  }
}
#benefits .secEvent__heading__en {
  color: #82bc3f;
  opacity: 0.3;
}
#benefits .secEvent__heading__ja {
  color: #39ab4a;
}
#benefits .secEvent__lead {
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  #benefits .secEvent__lead {
    margin-bottom: 1.8vw;
  }
}
#benefits .secEvent__img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #benefits .secEvent__img {
    margin-bottom: 5vw;
  }
}
#benefits .secEvent__voice {
  text-align: center;
}
@media (max-width: 768px) {
  #benefits .secEvent__voice {
    padding-right: 6.7vw;
    padding-left: 4vw;
  }
}

.box_case {
  display: block;
  background-color: white;
  box-sizing: border-box;
  position: relative;
  padding: 62px 57px 55px;
}
@media (max-width: 768px) {
  .box_case {
    padding: 6.9vw 5vw 7vw;
  }
}
.box_case:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .box_case:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.box_case:before {
  content: "";
  background: #46a6e5;
  width: 336px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .box_case:before {
    width: 50%;
    height: 5px;
  }
}
.box_case .box_case__head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .box_case .box_case__head {
    display: block;
    margin-bottom: 0;
    width: 55%;
  }
}
.box_case .label_term {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .box_case .label_term {
    margin-right: 0;
  }
}
.box_case .label_term .label {
  display: inline-block;
  background: #e5f3fb;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 30px;
  color: #46a6e5;
}
@media all and (-ms-high-contrast: none) {
  .box_case .label_term .label {
    padding: 14px 50px 8px;
  }
}
@media (max-width: 768px) {
  .box_case .label_term .label {
    font-size: 3.2vw;
    padding: 0.4vw 6vw;
    margin-bottom: 3vw;
  }
}
.box_case .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  flex: 1;
}
@media (max-width: 768px) {
  .box_case .title {
    font-size: 3.8vw;
    line-height: 1.42;
    min-height: 4.2em;
  }
}
.box_case .box_case__flex {
  display: flex;
}
@media (max-width: 768px) {
  .box_case .box_case__flex {
    display: block;
  }
}
.box_case .box_case__flex figure {
  width: 340px;
}
@media (max-width: 768px) {
  .box_case .box_case__flex figure {
    width: 35%;
    position: absolute;
    right: 5vw;
    top: 6.5vw;
  }
}
.box_case .inner_data {
  flex: 1;
  padding-left: 22px;
}
@media (max-width: 768px) {
  .box_case .inner_data {
    padding-left: 0;
    margin-top: 3vw;
  }
}
.box_case .table_requirements {
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  .box_case .table_requirements {
    font-size: 2.8vw;
  }
}
.box_case .table_requirements tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.box_case .table_requirements tr th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  width: 100px;
  padding: 5px 0;
  font-weight: bold;
  line-height: 1.75;
  background: #f1f1f1;
  text-align: center;
}
@media (max-width: 768px) {
  .box_case .table_requirements tr th {
    width: 24vw;
    box-sizing: border-box;
    padding: 1.3vw 0;
  }
}
.box_case .table_requirements tr td {
  padding: 3px 0 3px 5px;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .box_case .table_requirements tr td {
    box-sizing: border-box;
    padding: 1.1vw 2vw;
  }
}
.box_case .entry_cta {
  background: #e5f3fb;
  padding: 28px 26px 10px;
  margin-top: 27px;
}
@media (max-width: 768px) {
  .box_case .entry_cta {
    padding: 4vw 3vw;
    margin-top: 4.5vw;
  }
}
.box_case .btns {
  display: flex;
  justify-content: space-between;
}
.box_case .btns a {
  width: 241px;
  height: 48px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .box_case .btns a {
    width: 49%;
    height: 9vw;
    font-size: 3.2vw;
  }
}
.box_case .btns a:before {
  width: 15px;
  height: 15px;
  right: 17px;
}
@media (max-width: 768px) {
  .box_case .btns a:before {
    width: 3.5vw;
    height: 3.5vw;
    right: 2vw;
  }
}
@media (max-width: 768px) {
  .box_case .btns a.n1 {
    padding-right: 3vw;
  }
}
.box_case .display_tel {
  margin-top: 7px;
}
@media (max-width: 768px) {
  .box_case .display_tel {
    width: 100%;
    margin-top: 3.7vw;
  }
}
.box_case .display_tel .tel {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .box_case .display_tel .tel {
    display: none;
  }
}
.box_case .display_tel .tel .number {
  font-size: 20px;
  font-weight: bold;
  color: #46a6e5;
  margin-right: 5px;
}
.box_case .display_tel .tel .number .icon {
  display: inline-block;
  width: 15px;
  margin: 0 5px;
}
.box_case .display_tel .tel .number .icon img {
  width: 15px;
  height: 15px;
}
.box_case .display_tel .tel_s {
  display: none;
}
@media (max-width: 768px) {
  .box_case .display_tel .tel_s {
    text-align: center;
    display: block;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.4;
  }
  .box_case .display_tel .tel_s .number {
    font-size: 4.8vw;
    font-weight: bold;
    color: #46a6e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: relative;
    top: 1vw;
  }
  .box_case .display_tel .tel_s .number .icon {
    display: inline-block;
    width: 3.6vw;
    margin: 0 2vw 0 0;
  }
  .box_case .display_tel .tel_s .number .icon img {
    width: 100%;
    height: auto;
  }
}

#case {
  padding: 184px 0 125px;
}
@media (max-width: 768px) {
  #case {
    padding: 25vw 0 15vw;
  }
}
#case .contents {
  background: white;
  padding: 84px 88px 95px;
  position: relative;
}
#case .contents:before {
  content: "";
  background: #46a6e5;
  width: 336px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  #case .contents:before {
    width: 50%;
    height: 5px;
  }
}
@media (max-width: 768px) {
  #case .contents {
    width: 100%;
    padding: 8vw 5vw 8vw;
    box-shadow: none;
  }
}
#case .contents .primary {
  padding-bottom: 30px;
  background: url(../img/recruit-info/ttl_line@2x.png) repeat-x left bottom/8px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #case .contents .primary {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    background-size: 7px;
  }
}
#case .contents .primary .label_term .inner_text {
  display: inline-block;
  background: #e5f3fb;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 30px;
  color: #46a6e5;
}
@media all and (-ms-high-contrast: none) {
  #case .contents .primary .label_term .inner_text {
    padding: 14px 50px 8px;
  }
}
@media (max-width: 768px) {
  #case .contents .primary .label_term .inner_text {
    font-size: 3.2vw;
    padding: 0.4vw 6vw;
  }
}
#case .contents .primary .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  #case .contents .primary .title {
    font-size: 4vw;
    margin: 0 0 3vw;
  }
}
#case .contents .information {
  display: flex;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #case .contents .information {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
#case .contents .information .lead {
  color: #46a6e5;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  #case .contents .information .lead {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
@media (max-width: 768px) {
  #case .contents .single-content {
    margin: 0 auto 10vw;
  }
}
@media (max-width: 768px) {
  #case .contents .single-content p {
    line-height: 1.75;
  }
}
#case .contents .information__txtbox {
  flex: 1;
}
#case .contents .photo_information {
  width: 360px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  #case .contents .photo_information {
    width: 100%;
    margin: 0 auto 5vw;
  }
}
#case .contents .photo_information img {
  max-width: 100%;
}
#case .contents .prWrap {
  background: #f6f6f6;
  padding: 55px 55px 40px;
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  #case .contents .prWrap {
    padding: 11vw 6vw 10vw;
    margin-bottom: 12.6vw;
  }
}
#case .contents .pr__heading {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #666464;
  font-family: "roboto", -apple-system, "BlinkMacSystemFont", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  #case .contents .pr__heading {
    font-size: 4.8vw;
    top: -2vw;
  }
}
#case .contents .pr {
  margin: 0 0 38px;
}
@media (max-width: 768px) {
  #case .contents .pr {
    margin: 0 0 10vw;
  }
}
#case .contents .pr .box_pr {
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  #case .contents .pr .box_pr {
    margin: 0 0 9vw;
  }
}
#case .contents .pr .box_pr:last-of-type {
  margin: 0;
}
#case .contents .pr .box_pr.narrow {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #case .contents .pr .box_pr.narrow {
    display: block;
    justify-content: initial;
  }
}
#case .contents .pr .box_pr.narrow figure {
  width: 210px;
}
@media (max-width: 768px) {
  #case .contents .pr .box_pr.narrow figure {
    width: 51vw;
    margin: 5vw auto 0;
  }
}
#case .contents .pr .box_pr.narrow figure img {
  max-width: 100%;
}
#case .contents .pr .box_pr.narrow .data {
  width: 380px;
}
@media (max-width: 768px) {
  #case .contents .pr .box_pr.narrow .data {
    width: 100%;
  }
}
#case .contents .pr .box_pr .data .ttl_pr {
  color: #46a6e5;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  #case .contents .pr .box_pr .data .ttl_pr {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .contents .pr .box_pr .data .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 768px) {
  #case .contents .pr .box_pr .data .text {
    font-size: 3.8vw;
    line-height: 1.75;
  }
}
#case .contents .gallery ul {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #case .contents .gallery ul {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
    width: 100%;
    margin: 0 auto;
  }
}
#case .contents .gallery ul li {
  width: 47.8%;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  #case .contents .gallery ul li {
    width: 100%;
    margin: 0 0 5vw;
  }
  #case .contents .gallery ul li:last-of-type {
    margin: 0;
  }
}
#case .contents .gallery ul li .caption {
  line-height: 1.5;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #case .contents .gallery ul li .caption {
    font-size: 3.8vw;
    margin-top: 1vw;
  }
}
#case .contents .gallery ul li img {
  max-width: 100%;
}
#case .contents .requirements {
  display: flex;
}
@media (max-width: 768px) {
  #case .contents .requirements {
    display: block;
  }
}
#case .contents .requirements__head {
  width: 160px;
}
@media (max-width: 768px) {
  #case .contents .requirements__head {
    width: 100%;
    text-align: center;
  }
}
#case .contents .requirements__cont {
  flex: 1;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #case .contents .requirements__cont {
    padding-left: 0;
  }
}
#case .contents .ttl_requirements {
  font-size: 18px;
  font-weight: bold;
  padding: 4px 20px 12px;
  background: url(../img/recruit-info/ttl_line@2x.png) repeat-x left bottom/8px;
}
@media (max-width: 768px) {
  #case .contents .ttl_requirements {
    font-size: 4.2vw;
    padding: 0 0 2vw;
    background-size: 7px;
    width: 37vw;
    margin: 0 auto 7.5vw;
  }
}
#case .contents .table_requirements {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
  #case .contents .table_requirements {
    font-size: 3.8vw;
  }
}
#case .contents .table_requirements tr {
  border-bottom: 1px solid #ccc;
}
#case .contents .table_requirements tr th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  width: 136px;
  padding: 11px 0 11px 19px;
  font-weight: bold;
  line-height: 1.75;
  background: #f1f1f1;
}
@media (max-width: 768px) {
  #case .contents .table_requirements tr th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.4vw 4vw;
  }
}
#case .contents .table_requirements tr td {
  padding: 11px 0 11px 19px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  #case .contents .table_requirements tr td {
    display: block;
    box-sizing: border-box;
    padding: 2.6vw 4vw;
  }
}
#case .contents .google {
  margin: 32px 0 0;
}
@media (max-width: 768px) {
  #case .contents .google {
    margin: 8vw 0 0;
  }
}
#case .contents .google .ttl_map {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #case .contents .google .ttl_map {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .contents .google .ttl_map img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  #case .contents .google .ttl_map img {
    margin-right: 1vw;
  }
}
#case .contents .google .map {
  margin: 0 0 5px;
}
@media (max-width: 768px) {
  #case .contents .google .map {
    margin: 0 0 3vw;
  }
}
#case .contents .google .map iframe {
  width: 100%;
  height: 216px;
}
@media (max-width: 768px) {
  #case .contents .google .map iframe {
    height: 49vw;
  }
}
#case .contents .google .url {
  text-align: right;
}
#case .contents .google .url a {
  font-size: 14px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #case .contents .google .url a {
    font-size: 3.2vw;
  }
}
#case .contents .google .url a .icon {
  display: inline-block;
  width: 10px;
  margin: 0 0 0 3px;
}
#case .contents .google .url a .icon img {
  width: 10px;
  height: 10px;
}
@media (max-width: 768px) {
  #case .contents .google .url a .icon img {
    width: 100%;
    height: auto;
  }
}
#case .contents .google .url a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #case .contents .google .url a:hover {
    opacity: 1;
  }
}
#case .contents .entry_cta {
  background: #e5f3fb;
  padding: 46px 43px 37px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #case .contents .entry_cta {
    padding: 6vw;
    margin-top: 6vw;
  }
}
#case .contents .display_tel {
  margin: 23px auto 0;
  background: #fff;
  padding: 15px 0;
}
@media (max-width: 768px) {
  #case .contents .display_tel {
    width: 100%;
    padding: 2vw 0;
    margin-top: 5vw;
  }
}
#case .contents .display_tel .tel {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #case .contents .display_tel .tel {
    display: none;
  }
}
#case .contents .display_tel .tel .number {
  font-size: 20px;
  font-weight: bold;
  color: #46a6e5;
  margin-right: 5px;
}
#case .contents .display_tel .tel .number .icon {
  display: inline-block;
  width: 15px;
  margin: 0 5px;
}
#case .contents .display_tel .tel .number .icon img {
  width: 15px;
  height: 15px;
}
#case .contents .display_tel .tel_s {
  display: none;
}
@media (max-width: 768px) {
  #case .contents .display_tel .tel_s {
    text-align: center;
    display: block;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.5;
  }
  #case .contents .display_tel .tel_s .number {
    font-size: 4.4vw;
    font-weight: bold;
    color: #46a6e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1vw;
  }
  #case .contents .display_tel .tel_s .number .icon {
    display: inline-block;
    width: 3.6vw;
    margin: 0 2vw 0 0;
  }
  #case .contents .display_tel .tel_s .number .icon img {
    width: 100%;
    height: auto;
  }
}

.btn_entry {
  text-align: center;
}
.btn_entry a {
  width: 304px;
  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: #f4a31f;
  position: relative;
  transition: all 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .btn_entry a {
    padding: 6px 0 0;
  }
}
@media (max-width: 768px) {
  .btn_entry a {
    width: 100%;
    height: 14vw;
    border-radius: 7.5vw;
    font-size: 4.2vw;
  }
}
.btn_entry a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  content: "";
  background: url(../img/recruit-info/arrow-right.svg) no-repeat center center/contain;
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
  .btn_entry a:before {
    width: 4.6vw;
    height: 4.6vw;
    right: 6vw;
  }
}
.btn_entry a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .btn_entry a:hover {
    opacity: 1;
  }
}
.btn_entry a.n1 {
  background: #9b9b9b;
}
.btn_entry a.n1:before {
  background-image: url(../img/recruit-info/arrow-right-gray.svg);
}

#historyback {
  text-align: center;
  padding-top: 35px;
  padding-left: 32px;
}
@media (max-width: 768px) {
  #historyback {
    padding-top: 5vw;
  }
}
#historyback a {
  color: #808080;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #historyback a {
    font-size: 3.8vw;
  }
}
#historyback a:before {
  position: absolute;
  transform: translateY(-50%);
  content: "";
  background: url(../img/recruit-info/arrow-back.svg) no-repeat center center/cover;
  width: 22px;
  height: 22px;
  top: 50%;
  left: -32px;
}
#historyback a i {
  color: #808080;
  padding: 0 10px 0 0;
}
@media (max-width: 768px) {
  #historyback a i {
    padding: 0 1.5vw 0 0;
  }
}
#historyback a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #historyback a:hover {
    opacity: 1;
  }
}

.sec-form {
  padding: 0 0 120px;
  margin-bottom: 127px;
  position: relative;
}
@media (max-width: 768px) {
  .sec-form {
    padding: 0 0 15vw;
    margin-bottom: 15vw;
  }
}
.sec-form:before {
  content: "";
  background: url(../img/entry/bg.png) no-repeat center top/100% 100%;
  width: 100%;
  height: calc(100% - 282px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .sec-form:before {
    height: calc(100% - 29vw);
  }
}

#question {
  position: relative;
  padding-top: 186px;
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  #question {
    padding-top: 23vw;
    padding-bottom: 31.33vw;
  }
}
#question:before {
  content: "";
  background: linear-gradient(to bottom, #97dbff 0%, #ffffff 72%, #ffffff 100%);
  width: 100%;
  height: 662px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #question:before {
    height: 88.26vw;
  }
}
#question .secQuestion#js-question-01 .secQuestion__heading {
  width: 771px;
  justify-content: flex-start;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #question .secQuestion#js-question-01 .secQuestion__heading {
    width: 100%;
  }
}
#question .secQuestion__box {
  max-width: 1146px;
  margin-inline: auto;
  background: linear-gradient(to right, #46a6e5 0%, #46a6e5 29%, #6fbee6 75%, #6fbee6 100%);
  border-radius: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 100px 0 90px;
  text-align: center;
}
@media (max-width: 768px) {
  #question .secQuestion__box {
    width: 87vw;
    margin-inline: auto;
    border-radius: 30px;
    padding: 22.6vw 5.5vw 19vw;
    text-align: left;
  }
}
#question .secQuestion__heading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #question .secQuestion__heading {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 12.8vw;
  }
}
#question .secQuestion__heading__num {
  font-size: 95px;
  color: #a2d3f2;
  line-height: 1;
}
@media (max-width: 768px) {
  #question .secQuestion__heading__num {
    font-size: 12.66vw;
  }
}
#question .secQuestion__heading__txt {
  font-size: 51px;
  font-weight: 900;
  color: #f6e821;
  padding-left: 33px;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  #question .secQuestion__heading__txt {
    font-size: 6.8vw;
    padding-left: 4.4vw;
    text-align: left;
    line-height: 1.78;
  }
}
#question .secQuestion__list {
  width: max-content;
  margin-inline: auto;
  margin-bottom: 66px;
}
@media (max-width: 768px) {
  #question .secQuestion__list {
    width: 100%;
    margin-bottom: 14vw;
  }
}
#question .secQuestion__radio {
  display: flex;
  align-items: center;
  text-align: left;
}
@media (max-width: 768px) {
  #question .secQuestion__radio {
    align-items: flex-start;
  }
}
#question .secQuestion__radio:not(:last-child) {
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  #question .secQuestion__radio:not(:last-child) {
    margin-bottom: 5vw;
  }
}
#question .secQuestion__radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: none;
  border-radius: 50%;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  #question .secQuestion__radio input[type=radio] {
    width: 18px;
    height: 18px;
    margin-top: 1.4vw;
  }
}
#question .secQuestion__radio input[type=radio]:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  transform: scale(0);
  transition: all ease-out 150ms;
  background: #fff;
}
#question .secQuestion__radio input[type=radio]:checked:before {
  transform: scale(1);
}
#question .secQuestion__radio label {
  cursor: pointer;
  flex: 1;
  padding-left: 5px;
}
@media (max-width: 768px) {
  #question .secQuestion__radio label {
    padding-left: 1.3vw;
  }
}
#question .secQuestion__radio__txt {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 768px) {
  #question .secQuestion__radio__txt {
    font-size: 4.93vw;
    line-height: 1.38;
    font-feature-settings: "palt";
  }
}
#question .secQuestion__deco {
  position: absolute;
}
#question .secQuestion__deco.item-01 {
  top: -40px;
  right: 36px;
  width: 220px;
}
@media (max-width: 768px) {
  #question .secQuestion__deco.item-01 {
    width: 34vw;
    top: -15vw;
    right: -4vw;
  }
}
#question .secQuestion__deco.item-02 {
  top: 330px;
  right: 36px;
  width: 190px;
}
@media (max-width: 768px) {
  #question .secQuestion__deco.item-02 {
    width: 26.6vw;
    top: -7vw;
    right: -1vw;
  }
}
#question .secQuestion__deco.item-03 {
  top: 250px;
  left: 17px;
  width: 230px;
}
@media (max-width: 768px) {
  #question .secQuestion__deco.item-03 {
    width: 32vw;
    top: -8vw;
    left: auto;
    right: -9vw;
  }
}
#question .secQuestion__deco.item-04 {
  top: 350px;
  right: 36px;
  width: 240px;
}
@media (max-width: 768px) {
  #question .secQuestion__deco.item-04 {
    width: 34vw;
    top: -8vw;
    right: -5vw;
  }
}
#question .secQuestion__deco.item-05 {
  top: 310px;
  right: 36px;
  width: 210px;
}
@media (max-width: 768px) {
  #question .secQuestion__deco.item-05 {
    width: 27vw;
    top: -13vw;
    right: -4vw;
  }
}
#question .secQuestion__deco.item-06 {
  top: 190px;
  left: 26px;
  width: 190px;
}
@media (max-width: 768px) {
  #question .secQuestion__deco.item-06 {
    width: 28vw;
    top: auto;
    left: -1vw;
    bottom: -29vw;
  }
}
#question .question__deco {
  position: absolute;
}
#question .question__deco.item-01 {
  top: 680px;
  left: -20px;
  z-index: 1;
}
@media (max-width: 768px) {
  #question .question__deco.item-01 {
    width: 23.3vw;
    top: 20.5vw;
    left: -8.73vw;
  }
}
#question .question__deco.item-02 {
  top: 33px;
  left: 836px;
}
@media (max-width: 768px) {
  #question .question__deco.item-02 {
    width: 22.6vw;
    top: 68vw;
    left: auto;
    right: -5vw;
    z-index: 1;
  }
}
#question .question__deco.item-03 {
  top: 492px;
  right: -23px;
  z-index: 1;
}
@media (max-width: 768px) {
  #question .question__deco.item-03 {
    display: none;
  }
}

.page-question .st-footer {
  margin-top: 160px;
}
@media (max-width: 768px) {
  .page-question .st-footer {
    margin-top: 20vw;
  }
}
.page-question .st-footer:after {
  bottom: -254px;
}
@media (max-width: 768px) {
  .page-question .st-footer:after {
    bottom: -18vw;
  }
}

@media (max-width: 768px) {
  #recruit-info-ac .c-pageTtl {
    height: 60vw;
  }
}
#recruit-info-ac .c-pageTtl:before {
  z-index: 0;
}
#recruit-info-ac .secCase {
  padding: 0 0 120px;
  margin-bottom: 127px;
  position: relative;
}
@media (max-width: 768px) {
  #recruit-info-ac .secCase {
    padding: 0 0 15vw;
    margin-bottom: 15vw;
  }
}
#recruit-info-ac .secCase:before {
  content: "";
  background: url(../img/recruit-info/bg.png) no-repeat center top/100% 100%;
  width: 100%;
  height: calc(100% - 282px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #recruit-info-ac .secCase:before {
    height: calc(100% - 29vw);
  }
}
@media (max-width: 768px) {
  #recruit-info-ac .secCase .inner {
    padding-inline: 5vw;
  }
}
#recruit-info-ac .secCase .wrapper {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  #recruit-info-ac .secCase .wrapper {
    margin-bottom: 5vw;
  }
}
#recruit-info-ac .secCase__category {
  max-width: 910px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  #recruit-info-ac .secCase__category {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.7vw 4vw;
    margin-bottom: 8vw;
  }
}
#recruit-info-ac .secCase__category__link {
  height: 42px;
  border-radius: 21px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  background: #46a6e5;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
  font-size: 16px;
}
@media (max-width: 768px) {
  #recruit-info-ac .secCase__category__link {
    font-size: 3.2vw;
    height: 8.53vw;
    border-radius: 10px;
  }
}
#recruit-info-ac .secCase__category__link:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../img/recruit-info/arrow-blue.svg) no-repeat center center/contain;
  width: 15px;
  height: 15px;
  right: 17px;
}
@media (max-width: 768px) {
  #recruit-info-ac .secCase__category__link:before {
    width: 2.8vw;
    height: 2.8vw;
    right: 3.2vw;
  }
}
#recruit-info-dtl .c-pageTtl {
  height: 375px;
}
@media (max-width: 768px) {
  #recruit-info-dtl .c-pageTtl {
    height: 60vw;
  }
}
#recruit-info-dtl .c-pageTtl:before {
  z-index: 0;
}
#recruit-info-dtl #case {
  padding: 0 0 120px;
  margin-bottom: 127px;
  position: relative;
}
@media (max-width: 768px) {
  #recruit-info-dtl #case {
    padding: 0 0 15vw;
    margin-bottom: 15vw;
  }
}
#recruit-info-dtl #case:before {
  content: "";
  background: url(../img/recruit-info/bg.png) no-repeat center top/100% 100%;
  width: 100%;
  height: calc(100% - 282px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #recruit-info-dtl #case:before {
    height: calc(100% - 29vw);
  }
}
#recruit-info-dtl .wrapper {
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #recruit-info-dtl .wrapper {
    width: 100%;
  }
}

:root {
  --main-color: #f4a31f;
}

.single-content * {
  max-width: 100%;
}
.single-content h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 18px 20px;
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 768px) {
  .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h3 {
  font-size: 19px;
  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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .single-content h6 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content p {
  font-size: 14px;
  margin: 10px 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 768px) {
  .single-content p {
    font-size: 3.8vw;
    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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .single-content .alignright {
    margin: 0;
    float: none;
  }
}
.single-content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .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: 768px) {
  .single-content .wp-caption {
    padding: 0;
  }
}
.single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
  width: 48% !important;
}
@media (max-width: 768px) {
  .single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
    width: 100%;
  }
}
.single-content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .single-content .wp-caption.alignleft {
    margin: 0;
  }
}
.single-content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .single-content img[class*=wp-image-].alignleft,
  .single-content img[class*=attachment-].alignleft {
    width: 100%;
  }
}

#top {
  position: relative;
}
#top:before {
  content: "";
  background: linear-gradient(to bottom, #97dbff 0%, #ffffff 70%, #ffffff 100%);
  width: 100%;
  height: 662px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #top:before {
    height: 88.26vw;
  }
}
#top .wrap-mv {
  position: relative;
}
#top .wrap-mv:before {
  content: "";
  background: url(../img/top/mv_bg.svg) no-repeat center top/cover;
  width: 100%;
  height: 2843px;
  display: block;
  position: absolute;
  left: 0;
  top: 486px;
  z-index: -1;
}
@media (max-width: 768px) {
  #top .wrap-mv:before {
    background-image: url(../img/top/mv_bg_sp.svg);
    height: 350.4vw;
    top: 112.9vw;
  }
}
#top .secMainView {
  padding-top: 182px;
  text-align: center;
}
@media (max-width: 768px) {
  #top .secMainView {
    padding-top: 36vw;
  }
}
#top .secMainView .inner {
  position: relative;
}
@media (max-width: 768px) {
  #top .secMainView .inner {
    padding-inline: 0;
  }
}
@media (max-width: 768px) {
  #top .secMainView__catch {
    width: 73vw;
    margin-inline: auto;
  }
}
#top .secMainView__charaWrap {
  position: relative;
  width: 100%;
  height: 475px;
}
@media (max-width: 768px) {
  #top .secMainView__charaWrap {
    height: 58.53vw;
  }
}
#top .secMainView__charaWrap .chara__item {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#top .secMainView__charaWrap .chara__item.item-01 {
  top: -70px;
}
@media (max-width: 768px) {
  #top .secMainView__charaWrap .chara__item.item-01 {
    top: 2vw;
  }
}
#top .secMainView__charaWrap .chara__item.item-01 img {
  transform: translateX(-410px);
  width: 400px;
}
@media (max-width: 768px) {
  #top .secMainView__charaWrap .chara__item.item-01 img {
    transform: translateX(-34vw);
    width: 43vw;
  }
}
#top .secMainView__charaWrap .chara__item.item-02 {
  top: 20px;
}
@media (max-width: 768px) {
  #top .secMainView__charaWrap .chara__item.item-02 {
    top: 15vw;
  }
}
#top .secMainView__charaWrap .chara__item.item-02 img {
  transform: translateX(-100px);
  width: 415px;
}
@media (max-width: 768px) {
  #top .secMainView__charaWrap .chara__item.item-02 img {
    transform: translateX(-6vw);
    width: 41vw;
  }
}
#top .secMainView__charaWrap .chara__item.item-03 {
  top: -80px;
}
@media (max-width: 768px) {
  #top .secMainView__charaWrap .chara__item.item-03 {
    top: 5vw;
  }
}
#top .secMainView__charaWrap .chara__item.item-03 img {
  transform: translateX(220px);
  width: 410px;
}
@media (max-width: 768px) {
  #top .secMainView__charaWrap .chara__item.item-03 img {
    transform: translateX(17vw);
    width: 41vw;
  }
}
#top .secMainView__charaWrap .chara__item.item-04 {
  top: -10px;
}
@media (max-width: 768px) {
  #top .secMainView__charaWrap .chara__item.item-04 {
    top: 10vw;
  }
}
#top .secMainView__charaWrap .chara__item.item-04 img {
  transform: translateX(470px);
  width: 365px;
}
@media (max-width: 768px) {
  #top .secMainView__charaWrap .chara__item.item-04 img {
    transform: translateX(40vw);
    width: 38vw;
  }
}
#top .secMainView__deco {
  position: absolute;
}
#top .secMainView__deco.item-01 {
  top: 40px;
  left: -149px;
}
@media (max-width: 768px) {
  #top .secMainView__deco.item-01 {
    width: 23.3vw;
    top: -11vw;
    left: -8.6vw;
  }
}
#top .secMainView__deco.item-02 {
  top: -150px;
  right: 177px;
}
@media (max-width: 768px) {
  #top .secMainView__deco.item-02 {
    width: 23.3vw;
    top: 34vw;
    right: -10.6vw;
  }
}
#top .secMainView__deco.item-03 {
  top: 42px;
  right: -150px;
}
@media (max-width: 768px) {
  #top .secMainView__deco.item-03 {
    display: none;
  }
}
#top .secMainView__line {
  margin-top: -38px;
  height: 227px;
  position: relative;
}
@media (max-width: 768px) {
  #top .secMainView__line {
    margin-top: 2.1vw;
    height: 21.6vw;
  }
}
#top .c-svg1__wrap {
  position: absolute;
  top: 0;
  right: 50vw;
  z-index: 1;
  min-width: 2480px;
  pointer-events: none;
  width: 100vw;
}
@media (max-width: 768px) {
  #top .c-svg1__wrap {
    zoom: 0.4;
    right: 100vw;
  }
}
#top .c-svg1__wrap svg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#top .text-wrapper {
  position: absolute;
  width: 100%;
  height: 227px;
  white-space: nowrap;
  top: 0;
}
@media (max-width: 768px) {
  #top .text-wrapper {
    height: 21.6vw;
  }
}
#top .char {
  position: absolute;
  font-size: 37px;
  font-family: "Bangers", sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  paint-order: stroke;
  animation: moveAlongPath 17s linear infinite;
}
@media (max-width: 768px) {
  #top .char {
    font-size: 4.93vw;
    animation: moveAlongPath 12.5s linear infinite;
  }
}
@keyframes moveAlongPath {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}
#top .secLead {
  padding-block: 30px 93px;
}
@media (max-width: 768px) {
  #top .secLead {
    padding-block: 8.3vw 15.53vw;
  }
}
#top .secLead .inner {
  max-width: 1124px;
  position: relative;
}
@media (max-width: 768px) {
  #top .secLead .inner {
    padding-inline: 0;
  }
}
#top .secLead__box {
  background: url(../img/top/lead_bg.svg) no-repeat center top/1084px;
  text-align: center;
  width: 1084px;
  height: 828px;
  padding-top: 180px;
  position: relative;
}
@media (max-width: 768px) {
  #top .secLead__box {
    background-size: 175.2vw;
    background-position: left -34vw top;
    width: 100%;
    height: 133.73vw;
    padding-top: 27.1vw;
  }
}
#top .secLead__txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  #top .secLead__txt {
    font-size: 4vw;
    line-height: 2.26;
    margin-bottom: 8.1vw;
  }
}
@media (max-width: 768px) {
  #top .secLead__catch {
    width: 87vw;
    margin-inline: auto;
  }
}
#top .secLead__deco {
  position: absolute;
}
#top .secLead__deco.item-01 {
  top: 34px;
  left: 90px;
}
@media (max-width: 768px) {
  #top .secLead__deco.item-01 {
    width: 14vw;
    top: -7.7vw;
    left: 24vw;
  }
}
#top .secLead__deco.item-02 {
  top: 5px;
  right: 304px;
}
@media (max-width: 768px) {
  #top .secLead__deco.item-02 {
    width: 11vw;
    top: 8.3vw;
    right: 7vw;
  }
}
#top .secLead__deco.item-03 {
  top: 410px;
  left: 103px;
}
@media (max-width: 768px) {
  #top .secLead__deco.item-03 {
    width: 13vw;
    top: 74vw;
    left: 3.7vw;
  }
}
#top .secLead__deco.item-04 {
  top: 278px;
  right: 70px;
}
@media (max-width: 768px) {
  #top .secLead__deco.item-04 {
    width: 16.2vw;
    top: 110.6vw;
    left: 41.5vw;
  }
}
#top .secLead__deco.item-05 {
  bottom: 108px;
  right: 126px;
}
@media (max-width: 768px) {
  #top .secLead__deco.item-05 {
    display: none;
  }
}
#top .secLead__cloud {
  position: absolute;
}
#top .secLead__cloud.item-01 {
  top: 106px;
  left: -118px;
}
@media (max-width: 768px) {
  #top .secLead__cloud.item-01 {
    width: 23.2vw;
    top: -9vw;
    left: -8vw;
  }
}
#top .secLead__cloud.item-02 {
  bottom: 6px;
  right: -49px;
}
@media (max-width: 768px) {
  #top .secLead__cloud.item-02 {
    width: 19.3vw;
    bottom: -7.4vw;
    right: -6.6vw;
  }
}
#top .secDiagnosis {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #top .secDiagnosis {
    padding-bottom: 27.33vw;
  }
}
#top .secDiagnosis__chara.item-01 {
  bottom: -82px;
  left: -130px;
}
#top .secDiagnosis__chara.item-01 img {
  width: 390px;
}
#top .secAbout {
  background: url(../img/top/about_bg@2x.png) no-repeat center top/100%;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 768px) {
  #top .secAbout {
    background: url(../img/top/about_bg_sp@2x.png) no-repeat center top/100%;
    padding-bottom: 9.7vw;
  }
}
#top .secAbout:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 520px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #top .secAbout:before {
    height: 100vw;
  }
}
#top .secAbout .inner {
  position: relative;
}
#top .secAbout__box {
  display: flex;
  padding-top: 158px;
}
@media (max-width: 768px) {
  #top .secAbout__box {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 23.1vw;
  }
}
#top .secAbout__img {
  padding-top: 22px;
  width: 524px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 768px) {
  #top .secAbout__img {
    padding-top: 0;
    width: 85.3vw;
    margin-inline: auto;
    gap: 0 1.5vw;
  }
}
#top .secAbout__img__item {
  opacity: 0;
  transform: translateY(10px);
}
#top .secAbout__img__item.item-02, #top .secAbout__img__item.item-06, #top .secAbout__img__item.item-07, #top .secAbout__img__item.item-12 {
  animation: shake 5s ease infinite;
}
#top .secAbout__img__item.item-01, #top .secAbout__img__item.item-05, #top .secAbout__img__item.item-09, #top .secAbout__img__item.item-10 {
  animation: shake 5s ease infinite 2.5s;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(-5deg);
  }
  20%, 40% {
    transform: rotate(5deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}
#top .secAbout__txtbox {
  flex: 1;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 768px) {
  #top .secAbout__txtbox {
    padding-inline: 4vw;
    margin-bottom: 8vw;
  }
}
#top .secAbout__txtbox:before {
  content: "";
  background: url(../img/common/illust_comment_04@4x.png) no-repeat center center/cover;
  width: 105px;
  height: 98px;
  display: block;
  position: absolute;
  left: 12px;
  top: -33px;
  z-index: 1;
}
@media (max-width: 768px) {
  #top .secAbout__txtbox:before {
    width: 14vw;
    height: 13.2vw;
    left: -0.9vw;
    top: -4.4vw;
  }
}
#top .secAbout__heading {
  padding-top: 90px;
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  #top .secAbout__heading {
    padding-top: 12.6vw;
    margin-bottom: 8.6vw;
  }
}
#top .secAbout__heading__en {
  color: #0000ff;
  opacity: 0.2;
  left: 13px;
}
@media (max-width: 768px) {
  #top .secAbout__heading__ja {
    padding-left: 1vw;
  }
}
#top .secAbout__catch {
  font-size: 28px;
  font-weight: 900;
  color: #0000ff;
  line-height: 1.5;
  margin-bottom: 20px;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  #top .secAbout__catch {
    font-size: 5.6vw;
    margin-bottom: 2vw;
  }
}
#top .secAbout__txt {
  line-height: 1.875;
  margin-bottom: 2.7rem;
}
@media (max-width: 768px) {
  #top .secAbout__txt {
    font-size: 3.2vw;
    margin-bottom: 5vw;
  }
}
#top .secAbout__deco {
  position: absolute;
}
#top .secAbout__deco.item-01 {
  top: 64px;
  left: -170px;
}
#top .secAbout__deco.item-02 {
  top: -32px;
  left: 20px;
}
#top .secMovie {
  padding-bottom: 193px;
}
@media (max-width: 768px) {
  #top .secMovie {
    padding-bottom: 13vw;
  }
}
#top .wrap-message {
  max-width: 1213px;
  margin-inline: auto;
  background: linear-gradient(to left, #46a6e5 0%, #46a6e5 29%, #6fbee6 75%, #6fbee6 100%);
  border-radius: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media (max-width: 768px) {
  #top .wrap-message {
    width: 90.6vw;
    margin-inline: auto;
    border-radius: 30px;
  }
}
#top .secMessage__deco {
  position: absolute;
}
#top .secMessage__deco.item-01 {
  top: -100px;
  left: -74px;
}
@media (max-width: 768px) {
  #top .secMessage__deco.item-01 {
    width: 18.66vw;
    top: -7.4vw;
    left: -4.6vw;
  }
}
#top .secMessage__deco.item-02 {
  bottom: 240px;
  right: -90px;
}
@media (max-width: 768px) {
  #top .secMessage__deco.item-02 {
    display: none;
  }
}
#top .secMessage__deco.item-03 {
  bottom: -90px;
  right: 330px;
}
@media (max-width: 768px) {
  #top .secMessage__deco.item-03 {
    width: 21.66vw;
    bottom: -13.2vw;
    right: 10.1vw;
  }
}
#top .secMessage__deco.item-04 {
  top: -101px;
  left: 440px;
}
@media (max-width: 768px) {
  #top .secMessage__deco.item-04 {
    display: none;
  }
}
#top .secMessage__deco.item-04 img {
  width: 300px;
}
#top .secMessage {
  padding: 118px 0 0 94px;
  position: relative;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  #top .secMessage {
    padding: 10vw 3vw 0 6vw;
    margin-bottom: 9vw;
  }
}
#top .secMessage__txtbox {
  max-width: 418px;
}
@media (max-width: 768px) {
  #top .secMessage__txtbox {
    max-width: 100%;
  }
}
#top .secMessage__heading {
  padding-top: 100px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #top .secMessage__heading {
    padding-top: 13.5vw;
    padding-left: 1vw;
    margin-bottom: 0.5vw;
  }
}
#top .secMessage__heading__en {
  opacity: 0.3;
  left: 5px;
}
#top .secMessage__heading__ja {
  display: inline-block;
}
#top .secMessage__txt {
  font-size: 18px;
  line-height: 1.88;
}
@media (max-width: 768px) {
  #top .secMessage__txt {
    font-size: 3.6vw;
    padding-right: 3vw;
  }
}
#top .secMessage__img {
  position: absolute;
  top: 111px;
  right: 60px;
}
@media (max-width: 768px) {
  #top .secMessage__img {
    position: static;
    margin-bottom: 3.5vw;
  }
}
#top .secMember {
  padding: 0 50px 118px 33px;
}
@media (max-width: 768px) {
  #top .secMember {
    padding: 0 5vw 17vw;
  }
}
#top .secMember__heading {
  padding-top: 90px;
  margin-left: auto;
  max-width: 484px;
  position: relative;
}
@media (max-width: 768px) {
  #top .secMember__heading {
    padding-top: 12.6vw;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 4.3vw;
  }
}
#top .secMember__heading:before {
  content: "";
  background: url(../img/common/illust_music@4x.png) no-repeat center center/cover;
  width: 123px;
  height: 116px;
  display: block;
  position: absolute;
  left: -113px;
  top: -20px;
  transform: rotate(-15deg);
}
@media (max-width: 768px) {
  #top .secMember__heading:before {
    width: 15.96vw;
    height: 15.06vw;
    left: auto;
    top: 19.1vw;
    right: 3.2vw;
  }
}
#top .secMember__heading__en {
  opacity: 0.3;
  left: 12px;
}
@media (max-width: 768px) {
  #top .secMember__heading__en {
    left: 1vw;
  }
}
#top .secMember__heading__ja {
  display: inline-block;
}
#top .secMember__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #top .secMember__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.5vw 0;
  }
}
#top .secMember__item.item-01 {
  transform: translate(40px, -240px);
}
@media (max-width: 768px) {
  #top .secMember__item.item-01 {
    transform: translate(0);
  }
}
#top .secMember__item.item-02 {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  #top .secMember__item.item-02 {
    margin-bottom: 0;
  }
}
#top .secMember__item.item-03 {
  transform: translate(53px, 106px);
}
@media (max-width: 768px) {
  #top .secMember__item.item-03 {
    transform: translate(0);
  }
}
#top .secMember__item.item-04 {
  transform: translate(0px, -175px);
}
@media (max-width: 768px) {
  #top .secMember__item.item-04 {
    display: none;
  }
}
#top .secMember__item.item-05 {
  transform: translate(23px, 0);
}
@media (max-width: 768px) {
  #top .secMember__item.item-05 {
    display: none;
  }
}
@media (max-width: 768px) {
  #top .secMember__img {
    width: 72vw;
    margin-inline: auto;
  }
}
#top .secMember__item__txtbox {
  padding-left: 44px;
}
@media (max-width: 768px) {
  #top .secMember__item__txtbox {
    padding-left: 13vw;
  }
}
#top .secMember__job {
  margin-top: -31px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #top .secMember__job {
    margin-top: -7vw;
    margin-bottom: 2.6vw;
  }
}
#top .secMember__job span {
  display: inline-block;
  background: #fc8611;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0 18px;
  min-width: 85px;
}
@media (max-width: 768px) {
  #top .secMember__job span {
    font-size: 2.93vw;
    padding: 0 2.4vw;
    min-width: 17.3vw;
    border-radius: 8px;
  }
}
#top .secMember__ttl {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #top .secMember__ttl {
    font-size: 4vw;
  }
}
#top .secMember__btn {
  display: flex;
  flex-direction: row-reverse;
  margin-top: -110px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #top .secMember__btn {
    margin-top: 9.4vw;
    margin-right: 0;
  }
  #top .secMember__btn .c-btn-02__link {
    margin-inline: auto;
  }
}
#top .secBenefits {
  padding-top: 150px;
  margin-bottom: 53px;
}
@media (max-width: 768px) {
  #top .secBenefits {
    padding-top: 31vw;
    margin-bottom: 12.3vw;
  }
}
#top .secBenefits .inner {
  position: relative;
  z-index: 0;
}
#top .secBenefits .inner:before {
  content: "";
  background: url(../img/top/benefits_person@2x.png) no-repeat center center/cover;
  width: 381px;
  height: 450px;
  display: block;
  position: absolute;
  left: -81px;
  top: -390px;
  z-index: 1;
}
@media (max-width: 768px) {
  #top .secBenefits .inner:before {
    background-image: url(../img/top/benefits_person_sp@2x.png);
    width: 79.46vw;
    height: 63.2vw;
    left: 3.6vw;
    top: -60.6vw;
  }
}
#top .secBenefits__heading {
  z-index: -1;
}
#top .wideImg {
  position: relative;
  margin-bottom: 87px;
}
@media (max-width: 768px) {
  #top .wideImg {
    margin-bottom: 14vw;
  }
}
#top .wideImg__bg {
  width: 100%;
  height: 534px;
}
@media (max-width: 768px) {
  #top .wideImg__bg {
    height: 53vw;
  }
}
#top .wideImg__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .wideImg__logo {
  position: absolute;
  top: -1px;
  left: 50px;
}
@media (max-width: 768px) {
  #top .wideImg__logo {
    width: 23.73vw;
    left: 4vw;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: linear-gradient(to bottom, #97dbff 0%, #ffffff 70%, #ffffff 100%);
  z-index: 11;
}
#loading.is-active + .container {
  height: 100vh;
  overflow: hidden;
}

#loading_lottie {
  width: 100%;
  max-width: 908px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.23);
}
#loading_lottie.-active {
  transform: translateY(-50%) scale(1);
}
@media (max-width: 768px) {
  #loading_lottie {
    max-width: 73vw;
  }
}
#loading_lottie img {
  width: 100%;
}
#voice-ac .secVoice {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice {
    margin-bottom: 12vw;
  }
}
#voice-ac .secVoice__heading {
  text-align: center;
  font-size: 47px;
  font-weight: 900;
  color: #46a6e5;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__heading {
    font-size: 5.86vw;
    margin-bottom: 4.4vw;
  }
}
#voice-ac .secVoice__lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__lead {
    font-size: 3.2vw;
    margin-bottom: 11.6vw;
  }
}
#voice-ac .secVoice__box {
  max-width: 1210px;
  margin-inline: auto;
  background: linear-gradient(to left, #46a6e5 0%, #46a6e5 29%, #6fbee6 75%, #6fbee6 100%);
  border-radius: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 68px 50px 55px;
  text-align: center;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__box {
    width: 87vw;
    margin-inline: auto;
    border-radius: 30px;
    padding: 10.6vw 6.5vw 7vw;
    text-align: left;
  }
}
#voice-ac .secVoice__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 15px;
  margin-bottom: 77px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__list {
    grid-template-columns: 1fr;
    gap: 8vw 0;
    margin-bottom: 12vw;
  }
}
@media (max-width: 768px) {
  #voice-ac .secVoice__img {
    width: 72vw;
    margin-inline: auto;
  }
}
#voice-ac .secVoice__item__txtbox {
  padding-left: 44px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__item__txtbox {
    padding-left: 9.7vw;
  }
}
#voice-ac .secVoice__job {
  margin-top: -29px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__job {
    margin-top: -6.5vw;
    margin-bottom: 2.6vw;
  }
}
#voice-ac .secVoice__job span {
  display: inline-block;
  background: #fc8611;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0 18px;
  min-width: 85px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__job span {
    font-size: 2.93vw;
    padding: 0 2.4vw;
    min-width: 17.3vw;
    border-radius: 8px;
  }
}
#voice-ac .secVoice__catch {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__catch {
    font-size: 4vw;
  }
}
#voice-ac .secVoice__btn .c-btn-02__link {
  font-size: 19px;
  padding: 7px 5px;
  width: 256px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__btn .c-btn-02__link {
    width: 50vw;
    font-size: 3.86vw;
    padding: 1.3vw 0.7vw;
  }
}
#voice-ac .secVoice__btn .c-btn-02__link:before {
  right: 1px;
}
#voice-ac .b-modal__button {
  text-align: left;
  margin: 0;
}
#voice-ac .b-modal__dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#voice-ac .b-modal__dialog {
  border: none;
  background: none;
  padding: 0;
  overflow: visible;
  width: 100%;
  max-width: 1210px;
  margin-inline: auto;
  margin-block: auto;
  /* 非表示のアニメーション登録 */
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
}
@media (max-width: 768px) {
  #voice-ac .b-modal__dialog {
    width: 87vw;
    max-width: none;
  }
}
#voice-ac .b-modal__dialog[open] {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
}
#voice-ac .b-modal__dialog__inpurArea {
  border: none;
  background: linear-gradient(to left, #46a6e5 0%, #46a6e5 29%, #6fbee6 75%, #6fbee6 100%);
  border-radius: 60px;
  padding: 80px 90px 70px;
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100svh - 70px);
  text-align: left;
}
@media (max-width: 768px) {
  #voice-ac .b-modal__dialog__inpurArea {
    border-radius: 30px;
    padding: 8vw 6vw 8vw;
  }
}
#voice-ac .b-modal__closeButton {
  position: absolute;
  top: 32px;
  right: 32px;
  padding: 0;
  margin: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  #voice-ac .b-modal__closeButton {
    width: 13.6vw;
    height: 13.6vw;
    top: -3vw;
    right: -2vw;
  }
}
#voice-ac .secVoice__modal__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__modal__head {
    display: block;
    margin-bottom: 7vw;
  }
}
#voice-ac .secVoice__modal__img {
  width: 566px;
  transform: translateX(-29px);
}
@media (max-width: 768px) {
  #voice-ac .secVoice__modal__img {
    width: 100%;
    transform: none;
  }
}
#voice-ac .secVoice__modal__profile {
  flex: 1;
  padding-left: 26px;
  color: #fff;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__modal__profile {
    padding-left: 0;
  }
}
#voice-ac .secVoice__modal__job {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__modal__job {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
}
#voice-ac .secVoice__modal__name {
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__modal__name {
    font-size: 6.8vw;
    margin-bottom: 2.6vw;
  }
}
#voice-ac .secVoice__modal__year {
  font-weight: 900;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__modal__year {
    font-size: 3.2vw;
    padding-bottom: 3.6vw;
    margin-bottom: 3.6vw;
  }
}
#voice-ac .secVoice__modal__catch {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.55;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__modal__catch {
    font-size: 5.46vw;
  }
}
#voice-ac .secVoice__modal__questionWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__modal__questionWrap {
    flex-direction: column;
  }
}
#voice-ac .question__item {
  background: #fff;
  padding: 24px 25px 20px 57px;
  margin-bottom: 22px;
  position: relative;
}
@media (max-width: 768px) {
  #voice-ac .question__item {
    padding: 4.8vw 6vw 3.6vw 11.5vw;
    margin-bottom: 4vw;
  }
}
#voice-ac .question__item:before {
  content: "Q";
  font-family: "Bangers", sans-serif;
  display: block;
  position: absolute;
  left: 18px;
  top: 6px;
  font-size: 53px;
  color: #a2d3f2;
}
@media (max-width: 768px) {
  #voice-ac .question__item:before {
    font-size: 10.6vw;
    left: 3.6vw;
    top: 1.3vw;
  }
}
#voice-ac .question__item--3col {
  width: calc(33.33% - 14.66px);
}
@media (max-width: 768px) {
  #voice-ac .question__item--3col {
    width: 100%;
  }
}
#voice-ac .question__item--2col {
  width: calc(50% - 11px);
}
@media (max-width: 768px) {
  #voice-ac .question__item--2col {
    width: 100%;
  }
}
#voice-ac .question__ttl {
  font-size: 16px;
  font-weight: 900;
  color: #46a6e5;
  padding-bottom: 6px;
  border-bottom: 1px solid #46a6e5;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  #voice-ac .question__ttl {
    font-size: 3.2vw;
    padding-bottom: 1.3vw;
    margin-bottom: 2.2vw;
  }
}
#voice-ac .question__txt {
  font-weight: 900;
  line-height: 1.875;
}
@media (max-width: 768px) {
  #voice-ac .question__txt {
    font-size: 3.2vw;
  }
}
#voice-ac .secVoice__more {
  text-align: center;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #voice-ac .secVoice__more {
    font-size: 4.8vw;
  }
}
#voice-ac .secBenefits {
  margin-bottom: 104px;
}
@media (max-width: 768px) {
  #voice-ac .secBenefits {
    margin-bottom: 12vw;
  }
}

#work-style .mv_ttl {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 66px;
}
@media (max-width: 768px) {
  #work-style .mv_ttl {
    padding-top: 0;
    width: 72.6vw;
    margin-inline: auto;
    margin-bottom: 7.5vw;
  }
}
#work-style .secDiagnosis {
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  #work-style .secDiagnosis {
    margin-bottom: 11vw;
  }
}
#work-style .secDiagnosis__box {
  background: linear-gradient(to right, #46a6e5 0%, #46a6e5 29%, #6fbee6 75%, #6fbee6 100%);
  border: none;
  padding-block: 98px 100px;
}
@media (max-width: 768px) {
  #work-style .secDiagnosis__box {
    padding-block: 10vw 15vw;
  }
}
#work-style .secDiagnosis__chara.item-01 {
  bottom: -76px;
  left: -80px;
}
#work-style .secDiagnosis__chara.item-01 img {
  width: 390px;
}
#work-style .secDiagnosis__chara.item-02 {
  top: -160px;
}
#work-style .secDiagnosis__deco.item-02 {
  bottom: 180px;
}
@media (max-width: 768px) {
  #work-style .secDiagnosis__deco.item-02 {
    bottom: auto;
  }
}
#work-style .secType {
  padding-top: 88px;
  padding-bottom: 95px;
  border-bottom: 7px solid #000;
}
@media (max-width: 768px) {
  #work-style .secType {
    padding-top: 10vw;
    padding-bottom: 10vw;
    border-width: 3px;
  }
}
#work-style .secType--01 {
  border-color: #46a6e5;
}
#work-style .secType--01 .secType__box {
  background-color: rgba(70, 166, 229, 0.1);
}
#work-style .secType--01 .secType__head__en,
#work-style .secType--01 .secType__head__ja,
#work-style .secType--01 .hobby__ttl,
#work-style .secType--01 .secType__schedule dt {
  color: #46a6e5;
}
#work-style .secType--01 .secType__box__ttl span {
  background-color: #46a6e5;
}
#work-style .secType--01 .income__comment,
#work-style .secType--01 .hobby__item:not(:last-child) {
  border-color: #46a6e5;
}
#work-style .secType--01 .secType__head__chara {
  right: 55px;
  top: -80px;
  width: 320px;
}
@media (max-width: 768px) {
  #work-style .secType--01 .secType__head__chara {
    width: 40vw;
    right: -3vw;
    top: 30vw;
  }
}
#work-style .secType--01 .secType__head__chara img {
  width: 100%;
}
#work-style .secType--02 {
  border-color: #39af4a;
}
#work-style .secType--02 .secType__box {
  background-color: rgba(57, 175, 74, 0.1);
}
#work-style .secType--02 .secType__head__en,
#work-style .secType--02 .secType__head__ja,
#work-style .secType--02 .hobby__ttl,
#work-style .secType--02 .secType__schedule dt {
  color: #39af4a;
}
#work-style .secType--02 .secType__box__ttl span {
  background-color: #39af4a;
}
#work-style .secType--02 .income__comment,
#work-style .secType--02 .hobby__item:not(:last-child) {
  border-color: #39af4a;
}
#work-style .secType--02 .secType__head__chara {
  right: 40px;
  top: -110px;
  width: 320px;
}
@media (max-width: 768px) {
  #work-style .secType--02 .secType__head__chara {
    width: 40vw;
    right: -7vw;
    top: 24vw;
  }
}
#work-style .secType--02 .secType__head__chara img {
  width: 100%;
}
#work-style .secType--03 {
  border-color: #784699;
}
#work-style .secType--03 .secType__box {
  background-color: rgba(120, 70, 153, 0.1);
}
#work-style .secType--03 .secType__head__en,
#work-style .secType--03 .secType__head__ja,
#work-style .secType--03 .hobby__ttl,
#work-style .secType--03 .secType__schedule dt {
  color: #784699;
}
#work-style .secType--03 .secType__box__ttl span {
  background-color: #784699;
}
#work-style .secType--03 .income__comment,
#work-style .secType--03 .hobby__item:not(:last-child) {
  border-color: #784699;
}
#work-style .secType--03 .secType__head__chara {
  right: 40px;
  top: -65px;
  width: 305px;
}
@media (max-width: 768px) {
  #work-style .secType--03 .secType__head__chara {
    width: 37vw;
    right: -4vw;
    top: 35vw;
  }
}
#work-style .secType--03 .secType__head__chara img {
  width: 100%;
}
#work-style .secType--04 {
  border: none;
}
#work-style .secType--04 .secType__box {
  background-color: rgba(241, 141, 30, 0.1);
}
#work-style .secType--04 .secType__head__en,
#work-style .secType--04 .secType__head__ja,
#work-style .secType--04 .hobby__ttl,
#work-style .secType--04 .secType__schedule dt {
  color: #f18d1e;
}
#work-style .secType--04 .secType__box__ttl span {
  background-color: #f18d1e;
}
#work-style .secType--04 .income__comment,
#work-style .secType--04 .hobby__item:not(:last-child) {
  border-color: #f18d1e;
}
#work-style .secType--04 .secType__head__chara {
  right: 60px;
  top: -30px;
  width: 320px;
}
@media (max-width: 768px) {
  #work-style .secType--04 .secType__head__chara {
    width: 40vw;
    right: -3vw;
    top: 33vw;
  }
}
#work-style .secType--04 .secType__head__chara img {
  width: 100%;
}
#work-style .secType__head {
  position: relative;
  padding-top: 88px;
  padding-left: 100px;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  #work-style .secType__head {
    padding-top: 11vw;
    padding-left: 0;
    margin-bottom: 14vw;
  }
}
#work-style .secType__head__en {
  font-size: 152px;
  opacity: 0.3;
  transform: rotate(-9deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  #work-style .secType__head__en {
    font-size: 20.26vw;
    left: -4vw;
  }
}
#work-style .secType__head__ja {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.43;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #work-style .secType__head__ja {
    font-size: 7.73vw;
    padding-left: 10vw;
    margin-bottom: 7vw;
  }
}
#work-style .secType__head__txt {
  font-weight: bold;
}
@media (max-width: 768px) {
  #work-style .secType__head__txt {
    font-size: 3.2vw;
    max-width: 50vw;
    padding-left: 2vw;
  }
}
#work-style .secType__head__chara {
  position: absolute;
}
#work-style .secType__boxFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#work-style .secType__box--schedule {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  #work-style .secType__box--schedule {
    width: 100%;
  }
}
#work-style .secType__box--schedule .secType__box__ttl span {
  background-image: url(../img/work-style/icn_schedule@2x.png);
}
#work-style .secType__box--income {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  #work-style .secType__box--income {
    margin-top: 5vw;
    width: 100%;
  }
}
#work-style .secType__box--income .secType__box__ttl span {
  background-image: url(../img/work-style/icn_income@2x.png);
}
#work-style .secType__box--hobby {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  #work-style .secType__box--hobby {
    margin-top: 5vw;
  }
}
#work-style .secType__box--hobby .secType__box__ttl span {
  background-image: url(../img/work-style/icn_hobby@2x.png);
}
#work-style .secType__box__ttl span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 16px 27px;
  padding-left: 66px;
  background-repeat: no-repeat;
  background-position: 17px center;
  background-size: 45px;
}
@media (max-width: 768px) {
  #work-style .secType__box__ttl span {
    font-size: 4vw;
    padding: 3.2vw 6vw;
    padding-left: 13.2vw;
    background-size: 9vw;
    background-position: 3.9vw center;
  }
}
#work-style .secType__schedule {
  padding-top: 25px;
  padding-left: 28px;
}
@media (max-width: 768px) {
  #work-style .secType__schedule {
    padding-top: 5vw;
    padding-left: 3.7vw;
    padding-bottom: 7vw;
  }
}
#work-style .secType__schedule .row {
  display: grid;
  grid-template-columns: 4em 1fr;
  gap: 1.5em;
}
#work-style .secType__schedule .row dt {
  text-align: right;
  font-weight: bold;
}
@media (max-width: 768px) {
  #work-style .secType__schedule .row dt {
    font-size: 3.2vw;
  }
}
#work-style .secType__schedule .row dd {
  font-weight: bold;
}
@media (max-width: 768px) {
  #work-style .secType__schedule .row dd {
    font-size: 3.2vw;
  }
}
#work-style .secType__income {
  padding: 38px 19px 30px;
}
@media (max-width: 768px) {
  #work-style .secType__income {
    padding: 7.6vw 4.5vw 7vw;
  }
}
#work-style .income__num {
  padding-left: 20px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #work-style .income__num {
    padding-left: 3.5vw;
    margin-bottom: 3vw;
  }
  #work-style .income__num img {
    width: auto;
    height: 18.6vw;
  }
}
#work-style .income__detail {
  padding-left: 20px;
  font-weight: bold;
  line-height: 1.625;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  #work-style .income__detail {
    font-size: 3.2vw;
    padding-left: 3.5vw;
    margin-bottom: 5vw;
  }
}
#work-style .income__comment {
  border: 6px solid #000;
  padding: 22px 17px;
  font-weight: bold;
  line-height: 1.625;
}
@media (max-width: 768px) {
  #work-style .income__comment {
    border-width: 3px;
    font-size: 3.2vw;
    padding: 4vw 4vw;
  }
}
#work-style .hobby__list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0;
  padding: 25px 7px;
}
@media (max-width: 768px) {
  #work-style .hobby__list {
    grid-template-columns: 1fr;
    padding: 1.5vw 5vw;
  }
}
#work-style .hobby__item {
  display: flex;
  align-items: center;
  padding-inline: 10px;
}
@media (max-width: 768px) {
  #work-style .hobby__item {
    padding: 3.6vw 3.5vw;
  }
}
#work-style .hobby__item:not(:last-child) {
  border-right: 1px solid #000;
}
@media (max-width: 768px) {
  #work-style .hobby__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #000;
  }
}
#work-style .hobby__icn {
  text-align: center;
}
@media (max-width: 768px) {
  #work-style .hobby__icn {
    width: 19.5vw;
  }
}
#work-style .hobby__txtbox {
  flex: 1;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #work-style .hobby__txtbox {
    padding-left: 5.5vw;
  }
}
#work-style .hobby__ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  #work-style .hobby__ttl {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
#work-style .hobby__txt {
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.625;
}
@media (max-width: 768px) {
  #work-style .hobby__txt {
    font-size: 3.2vw;
  }
}
#work-style .secMessage {
  background: url(../img/work-style/message_bg@2x.png) no-repeat center top/100% 907px;
  text-align: center;
  color: #fff;
  padding-top: 125px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  #work-style .secMessage {
    background: url(../img/work-style/message_bg_sp@2x.png) no-repeat center top/100%;
    padding-top: 17vw;
    padding-bottom: 10vw;
  }
}
#work-style .secMessage__heading {
  font-size: 54px;
  font-weight: 900;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  #work-style .secMessage__heading {
    font-size: 9.3vw;
    margin-bottom: 7.7vw;
  }
}
#work-style .secMessage__txt {
  font-weight: bold;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  #work-style .secMessage__txt {
    font-size: 3.2vw;
    margin-bottom: 9vw;
  }
}
#work-style .secMessage__catch {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.44;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #work-style .secMessage__catch {
    font-size: 5.733vw;
    margin-bottom: 0vw;
  }
}
#work-style .secMessage__charaWrap {
  position: relative;
  width: 100%;
  height: 475px;
}
@media (max-width: 768px) {
  #work-style .secMessage__charaWrap {
    height: 58.53vw;
  }
}
#work-style .secMessage__charaWrap .chara__item {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#work-style .secMessage__charaWrap .chara__item.item-01 {
  top: -70px;
}
@media (max-width: 768px) {
  #work-style .secMessage__charaWrap .chara__item.item-01 {
    top: 8vw;
  }
}
#work-style .secMessage__charaWrap .chara__item.item-01 img {
  transform: translateX(-410px);
  width: 400px;
}
@media (max-width: 768px) {
  #work-style .secMessage__charaWrap .chara__item.item-01 img {
    transform: translateX(-34vw);
    width: 32vw;
  }
}
#work-style .secMessage__charaWrap .chara__item.item-02 {
  top: -10px;
}
@media (max-width: 768px) {
  #work-style .secMessage__charaWrap .chara__item.item-02 {
    top: 15vw;
  }
}
#work-style .secMessage__charaWrap .chara__item.item-02 img {
  transform: translateX(-100px);
  width: 415px;
}
@media (max-width: 768px) {
  #work-style .secMessage__charaWrap .chara__item.item-02 img {
    transform: translateX(-8vw);
    width: 32vw;
  }
}
#work-style .secMessage__charaWrap .chara__item.item-03 {
  top: -80px;
}
@media (max-width: 768px) {
  #work-style .secMessage__charaWrap .chara__item.item-03 {
    top: 4vw;
  }
}
#work-style .secMessage__charaWrap .chara__item.item-03 img {
  transform: translateX(220px);
  width: 410px;
}
@media (max-width: 768px) {
  #work-style .secMessage__charaWrap .chara__item.item-03 img {
    transform: translateX(17vw);
    width: 35vw;
  }
}
#work-style .secMessage__charaWrap .chara__item.item-04 {
  top: -10px;
}
@media (max-width: 768px) {
  #work-style .secMessage__charaWrap .chara__item.item-04 {
    top: 14vw;
  }
}
#work-style .secMessage__charaWrap .chara__item.item-04 img {
  transform: translateX(470px);
  width: 365px;
}
@media (max-width: 768px) {
  #work-style .secMessage__charaWrap .chara__item.item-04 img {
    transform: translateX(40vw);
    width: 29vw;
  }
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structures ------------ */
/* Project ------------ */