@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

button,
input,
label {
  line-height: 1.5;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
  font-weight: inherit;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

picture {
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

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

button {
  cursor: pointer;
  padding: 0;
  color: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

em {
  font-weight: inherit;
  font-style: inherit;
}

:root {
  --main-color: #00a9ec;
  --accent-color: #a00;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #252d3e;
  background: #f7f7fa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1240px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: 500;
  zoom: 0.9;
}
@media (max-width: 959px) {
  body {
    min-width: 0;
    zoom: 1;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }
}

p,
dt,
dd,
li {
  font-style: normal;
  line-break: strict;
  overflow-wrap: break-word;
}

/*
----------------------------------------
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: 750px) {
  .pc {
    display: none !important;
  }
}

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

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

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

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

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 959px) {
  .inner {
    padding-inline: 40px;
  }
}
@media (max-width: 750px) {
  .inner {
    padding-inline: 20px;
  }
}

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

.img {
  line-height: 0;
}

.en {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.arial {
  font-family: Arial, Helvetica, "Noto Sans JP", sans-serif;
}

.regular {
  font-weight: 400;
}

.mid {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.orange {
  color: #f2883d;
}

.purple {
  color: #527acc;
}

.blue {
  color: #00a9ec;
}

.red {
  color: #bf0000;
}

.yellow {
  color: #fff700;
}

.pink {
  color: #e40081;
}

.slick-slider .slick-list {
  overflow: visible;
}
.slick-slider .slick-track {
  display: flex;
  padding-block: 3rem;
}
@media (max-width: 750px) {
  .slick-slider .slick-track {
    padding-block: 1.5rem;
  }
}
.slick-slider .slick-slide {
  height: auto !important;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  top: 260px;
  width: 60px;
  height: 60px;
  z-index: 1;
  background: #252d3e;
  border-radius: 50%;
  transition: background 0.3s ease-out;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 4.2rem;
    height: 4.2rem;
    top: 21.9rem;
    margin: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  display: none;
}
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
  background: #252d3e;
}
.slick-slider .slick-prev:focus use,
.slick-slider .slick-next:focus use {
  fill: #fff;
}
@media (hover: hover) {
  .slick-slider .slick-prev:where(:any-link, :enabled, summary):hover,
  .slick-slider .slick-next:where(:any-link, :enabled, summary):hover {
    background: #fff;
  }
  .slick-slider .slick-prev:where(:any-link, :enabled, summary):hover use,
  .slick-slider .slick-next:where(:any-link, :enabled, summary):hover use {
    fill: #00a9ec;
  }
}
@media (max-width: 959px) {
  .slick-slider .slick-prev:hover,
  .slick-slider .slick-next:hover {
    background: #252d3e;
  }
  .slick-slider .slick-prev:hover use,
  .slick-slider .slick-next:hover use {
    fill: #fff;
  }
}
@media (max-width: 750px) {
  .slick-slider .slick-prev .arrow-right,
  .slick-slider .slick-prev .arrow-left,
  .slick-slider .slick-next .arrow-right,
  .slick-slider .slick-next .arrow-left {
    width: 1.9rem;
  }
}
.slick-slider .slick-prev {
  left: -80px !important;
}
@media (max-width: 959px) {
  .slick-slider .slick-prev {
    left: calc(50vw - 260px) !important;
  }
}
@media (max-width: 750px) {
  .slick-slider .slick-prev {
    left: 10px !important;
    right: auto;
    transform: translate(0, -50%);
  }
}
.slick-slider .slick-next {
  right: -80px !important;
}
@media (max-width: 959px) {
  .slick-slider .slick-next {
    right: calc(50vw - 260px) !important;
  }
}
@media (max-width: 750px) {
  .slick-slider .slick-next {
    right: 10px !important;
    left: auto;
    transform: translate(0, -50%);
  }
}
.slick-slider .slick-dots {
  bottom: -45px;
}
@media (max-width: 750px) {
  .slick-slider .slick-dots {
    bottom: -37px;
  }
}
.slick-slider .slick-dots li {
  margin: 0 15px;
  width: 9px;
  height: 9px;
}
@media (max-width: 750px) {
  .slick-slider .slick-dots li {
    margin: 0 9px;
  }
}
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #fff;
}
.slick-slider .slick-dots li button {
  width: 9px;
  height: 9px;
}
.slick-slider .slick-dots li button:before {
  content: "";
  opacity: 1;
  width: 9px;
  height: 9px;
  background: #80d4f6;
  border-radius: 50%;
}

.palt {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

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

.ofi-contain {
  object-fit: contain;
}

@media (max-width: 750px) {
  .no-telLink a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
use {
  transition: fill 0.3s ease-out;
}

/* スムーススクロール設定 */
html {
  scroll-behavior: smooth;
}

/* アクセシビリティ対応：ユーザーが動きを減らす設定をしている場合は無効化 */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@keyframes swipe {
  0% {
    transform: translateX(-15px);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    transform: translateX(-45px);
    opacity: 0;
  }
  100% {
    transform: translateX(-45px);
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumbsWrap {
  padding: 2.8rem 0;
  overflow: auto;
}
@media (max-width: 959px) {
  .breadcrumbsWrap {
    text-align: left;
  }
}
@media (max-width: 750px) {
  .breadcrumbsWrap {
    padding: 3rem 0 0;
    text-align: left;
  }
}

#breadcrumbs {
  font-size: 1.4rem;
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  #breadcrumbs {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}
#breadcrumbs a {
  color: #00a9ec;
}
#breadcrumbs .space {
  display: inline-block;
  padding: 0 1.8rem;
  height: 10px;
  position: relative;
}
@media (max-width: 750px) {
  #breadcrumbs .space {
    padding: 0 1.2rem;
  }
}
#breadcrumbs .space:before {
  content: "";
  background: #b6c1c7;
  width: 14px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #breadcrumbs .space:before {
    width: 1.2rem;
  }
}

.c-arrow-circle {
  width: 32px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease-out;
}
.c-arrow-circle .arrow-right {
  width: 50%;
}

.c-bgWhite {
  position: relative;
}
.c-bgWhite:before {
  content: "";
  background: #fff;
  width: calc(50vw + 78rem);
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px 0 0 20px;
  z-index: -1;
}
@media (max-width: 1260px) {
  .c-bgWhite:before {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .c-bgWhite:before {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 750px) {
  .c-bgWhite:before {
    width: calc(100% - 2rem);
    border-radius: 10px 0 0 10px;
  }
}

.secColumn__bnr a {
  background: url(../img/common/bnr-column_bg@2x.jpg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .secColumn__bnr a {
    background: url(../img/common/bnr-column_bg_sp@2x.jpg) no-repeat center center/cover;
  }
}

.secRecruit__bnr a {
  background: url(../img/common/bnr-recruit_bg@2x.jpg) no-repeat center center/cover;
}
.secRecruit__bnr .c-bnr-01__txtbox {
  color: #252d3e;
  text-shadow: 0 0 20px rgb(255, 255, 255), 0 10px 20px rgb(255, 255, 255), 10px 0 20px rgb(255, 255, 255), 0 -10px 20px rgb(255, 255, 255), -10px 0 20px rgb(255, 255, 255);
}
@media (max-width: 750px) {
  .secRecruit__bnr .c-bnr-01__txtbox {
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 5px 10px rgb(255, 255, 255), 5px 0 10px rgb(255, 255, 255), 0 -5px 10px rgb(255, 255, 255), -5px 0 10px rgb(255, 255, 255);
  }
}

.secEvent__bnr a {
  background: url(../img/common/bnr-event_bg@2x.jpg) no-repeat center center/cover;
}
.c-bnr-01 .c-bnr-01__heading__ja {
  font-size: 3.6rem;
}
@media (max-width: 750px) {
  .c-bnr-01 .c-bnr-01__heading__ja {
    font-size: 2rem;
  }
}
.c-bnr-01 .c-btn-viewMore {
  gap: 0 13px;
}
@media (max-width: 750px) {
  .c-bnr-01 .c-btn-viewMore {
    gap: 0 0.55rem;
  }
}
.c-bnr-01 .c-arrow-circle {
  width: 48px;
}
@media (max-width: 750px) {
  .c-bnr-01 .c-arrow-circle {
    width: 2.4rem;
  }
}
@media (max-width: 750px) {
  .c-bnr-01 .c-btn-viewMore__link {
    font-size: 1.3rem;
  }
}

.c-bnr-01__link {
  display: block;
  max-width: 1000px;
  height: 300px;
  margin-inline: auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}
@media (hover: hover) {
  .c-bnr-01__link:where(:any-link, :enabled, summary):hover .c-arrow-circle {
    background: #fff;
  }
  .c-bnr-01__link:where(:any-link, :enabled, summary):hover use {
    fill: #00a9ec;
  }
}
@media (max-width: 750px) {
  .c-bnr-01__link {
    max-width: 100%;
    height: 13rem;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}

.c-bnr-01__txtbox {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 7rem;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
}
@media (max-width: 959px) {
  .c-bnr-01__txtbox {
    left: 2rem;
  }
}
@media (max-width: 750px) {
  .c-bnr-01__txtbox {
    top: 41%;
    left: 1.9rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 750px) {
  .c-bnr-01__heading__en.en {
    letter-spacing: 0.07em;
    font-size: 1.5rem;
    padding-left: 1.2rem;
  }
}

.c-bnr-01__txt {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin-top: 1.3rem;
}
@media (max-width: 750px) {
  .c-bnr-01__txt {
    font-size: 1.3rem;
    margin-top: 0.2rem;
  }
}

.c-bnr-01__viewMore {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
@media (max-width: 750px) {
  .c-bnr-01__viewMore {
    right: 2rem;
    bottom: 1rem;
  }
}

.c-btn-01--white .c-btn-01__link {
  background: #fff;
}
@media (hover: hover) {
  .c-btn-01--white .c-btn-01__link:where(:any-link, :enabled, summary):hover {
    background: #252d3e;
  }
  .c-btn-01--white .c-btn-01__link:where(:any-link, :enabled, summary):hover .c-btn-01__txt {
    color: #fff;
  }
  .c-btn-01--white .c-btn-01__link:where(:any-link, :enabled, summary):hover use {
    fill: #fff;
  }
}
.c-btn-01--white .c-btn-01__txt {
  color: #00a9ec;
}
@media (hover: hover) {
  .c-btn-01--blue .c-btn-01__link:where(:any-link, :enabled, summary):hover {
    background: #252d3e;
  }
  .c-btn-01--blue .c-btn-01__link:where(:any-link, :enabled, summary):hover .c-btn-01__txt {
    color: #fff;
  }
  .c-btn-01--blue .c-btn-01__link:where(:any-link, :enabled, summary):hover use {
    fill: #fff;
  }
}
.c-btn-01--pink .c-btn-01__link {
  background: #e40081;
}
@media (hover: hover) {
  .c-btn-01--pink .c-btn-01__link:where(:any-link, :enabled, summary):hover {
    background: #252d3e;
  }
  .c-btn-01--pink .c-btn-01__link:where(:any-link, :enabled, summary):hover .c-btn-01__txt {
    color: #fff;
  }
  .c-btn-01--pink .c-btn-01__link:where(:any-link, :enabled, summary):hover use {
    fill: #fff;
  }
}
.c-btn-01--black .c-btn-01__link {
  background: #252d3e;
}
@media (hover: hover) {
  .c-btn-01--black .c-btn-01__link:where(:any-link, :enabled, summary):hover {
    background: #fff;
  }
  .c-btn-01--black .c-btn-01__link:where(:any-link, :enabled, summary):hover .c-btn-01__txt {
    color: #00a9ec;
  }
  .c-btn-01--black .c-btn-01__link:where(:any-link, :enabled, summary):hover use {
    fill: #00a9ec;
  }
}

.c-btn-01__link {
  display: grid;
  place-items: center;
  justify-content: start;
  background: #00a9ec;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  height: 8rem;
  border-radius: 8rem;
  padding-inline: 4rem 6.5rem;
  position: relative;
  transition: background 0.3s ease-out;
}
@media (max-width: 750px) {
  .c-btn-01__link {
    justify-content: center;
    height: 5rem;
    padding-inline: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}

.c-btn-01__txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  transition: color 0.3s ease-out;
}
@media (max-width: 750px) {
  .c-btn-01__txt {
    font-size: 1.4rem;
  }
}

.c-btn-01__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  line-height: 0;
}
@media (max-width: 750px) {
  .c-btn-01__arrow {
    right: 2rem;
  }
}
@media (max-width: 750px) {
  .c-btn-01__arrow .arrow-right {
    width: 1.5rem;
  }
}

.c-btn-viewMore {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0 6px;
  align-items: center;
  transition: all 0.3s ease-out;
}

.c-btn-viewMore__link {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
}

.c-cta__tel {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 7px;
}
@media (max-width: 959px) {
  .c-cta__tel {
    grid-template-columns: 1fr;
    gap: 0;
    border-bottom: 1px solid #bebebd;
    padding-block: 2rem;
  }
}

@media (max-width: 959px) {
  .c-cta__tel__ttl_pc {
    display: none;
  }
}

.c-cta__tel__ttl_sp {
  display: none;
}
@media (max-width: 959px) {
  .c-cta__tel__ttl_sp {
    display: block;
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.c-cta__tel__number {
  margin-bottom: 7px;
}
@media (max-width: 959px) {
  .c-cta__tel__number {
    margin-bottom: 1rem;
  }
  .c-cta__tel__number img {
    margin-inline: auto;
    width: 93%;
  }
}

.c-cta__tel__time {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 959px) {
  .c-cta__tel__time {
    font-size: 1.5rem;
  }
}

@media (max-width: 959px) {
  .c-cta__mail {
    padding-block: 2rem;
  }
}

.c-cta__mail__ttl__sp {
  display: none;
}
@media (max-width: 959px) {
  .c-cta__mail__ttl__sp {
    display: block;
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.c-cta__mail__btn {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  place-items: center;
  justify-content: center;
  gap: 17px;
  background: #111;
  border-radius: 30px;
  color: #fff;
  width: 200px;
  height: 60px;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .c-cta__mail__btn:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: #00a9ec;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
  .c-cta__mail__btn:where(:any-link, :enabled, summary):hover .mail use {
    fill: #00a9ec;
  }
}
@media (max-width: 959px) {
  .c-cta__mail__btn {
    margin-inline: auto;
    background: #00a9ec;
    width: 81%;
    gap: 3rem;
    padding-right: 2rem;
    height: 6.3rem;
  }
}

.c-cta__mail__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 959px) {
  .c-cta__mail__ttl {
    font-size: 1.9rem;
  }
}

.fixBnr {
  position: fixed;
  right: 11px;
  bottom: 11px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  z-index: 2;
}
@media (max-width: 750px) {
  .fixBnr {
    width: 94.66%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 1rem;
  }
}
.fixBnr.fixed {
  opacity: 1;
  visibility: visible;
}
.fixBnr a {
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .fixBnr a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.c-heading-01 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 2.5rem;
}
@media (max-width: 750px) {
  .c-heading-01 {
    font-size: 1.4rem;
    padding-left: 1.5rem;
    letter-spacing: 0.15em;
  }
}
.c-heading-01--white {
  color: #fff;
}
.c-heading-01--blue {
  color: #00a9ec;
}
.c-heading-01--pink {
  color: #e40081;
}
.c-heading-01--yellow {
  color: #fff700;
}
.c-heading-01.en {
  font-weight: 600;
}
.c-heading-01:before {
  content: "";
  background: #252d3e;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .c-heading-01:before {
    width: 0.6rem;
  }
}
.c-heading-01--dotBlue:before {
  background: #00a9ec;
}
.c-heading-01--dotWhite:before {
  background: #fff;
}
.c-heading-01--dotPink:before {
  background: #e40081;
}
.c-heading-01--dotYellow:before {
  background: #fff700;
}

.c-heading-02 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  .c-heading-02 {
    font-size: 2.4rem;
    line-height: 1.333;
  }
}

.c-heading-03 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 3.4rem;
}
@media (max-width: 750px) {
  .c-heading-03 {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.c-heading-03:before {
  content: "";
  background: #00a9ec;
  width: 60px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media (max-width: 750px) {
  .c-heading-03:before {
    width: 40px;
    height: 3px;
  }
}

.c-heading-04 {
  background-color: #252d3e;
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 55px;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 5px;
  padding-block: 16px;
  padding-inline: 85px 16px;
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  .c-heading-04 {
    border-radius: 2.5px;
    font-size: 2rem;
    padding-block: 1.6rem;
    padding-inline: 6.5rem 1.2rem;
    background-size: 44px;
    background-position: left 9px center;
    margin-bottom: 1.6rem;
  }
}

.c-heading-05 {
  text-align: center;
  margin-bottom: 2rem;
}
.c-heading-05 span {
  display: inline-block;
  background: #00a9ec;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 1.6rem 3rem;
  position: relative;
}
@media (max-width: 750px) {
  .c-heading-05 span {
    font-size: 1.4rem;
    padding: 1rem 3rem;
  }
}
.c-heading-05 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 1px);
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  height: 12px;
  background: #00a9ec;
}
@media (max-width: 750px) {
  .c-heading-05 span:before {
    height: 8px;
  }
}

.c-jirei__slider__item {
  width: 370px;
  margin-inline: 22.5px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .c-jirei__slider__item {
    width: 295px;
    margin-inline: 10px;
    border-radius: 5px;
  }
}
.c-jirei__slider__item a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0;
  height: 100%;
  opacity: 0.5;
  transition: all 0.3s ease-out;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .c-jirei__slider__item a {
    opacity: 1;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  }
}
@media (hover: hover) {
  .c-jirei__slider__item a:where(:any-link, :enabled, summary):hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
  }
  .c-jirei__slider__item a:where(:any-link, :enabled, summary):hover .c-jirei__slider__ttl {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3em;
  }
}
.c-jirei__slider__item.slick-active a {
  opacity: 1;
}

.c-jirei__slider__img {
  aspect-ratio: 370/240;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  .c-jirei__slider__img {
    border-radius: 5px 5px 0 0;
  }
}
.c-jirei__slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-jirei__slider__txtbox {
  border-radius: 0 0 10px 10px;
  padding: 2.3rem 3rem 3rem;
  background: #fff;
}
@media (max-width: 750px) {
  .c-jirei__slider__txtbox {
    border-radius: 0 0 5px 5px;
    padding: 1.7rem 2.3rem 2.4rem;
  }
}

.c-jirei__slider__ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .c-jirei__slider__ttl {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    text-decoration: underline;
    text-underline-offset: 0.3em;
  }
}

.c-jirei__slider__company {
  font-size: 1.4rem;
  color: #7c818b;
  line-height: 1.71;
  font-weight: 400;
}
@media (max-width: 750px) {
  .c-jirei__slider__company {
    font-size: 1.3rem;
  }
}

.c-jirei__slider__tags {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 750px) {
  .c-jirei__slider__tags {
    margin-top: 1.2rem;
  }
}

.c-jirei__slider__tag {
  background: #e5f8ff;
  color: #00a9ec;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 750px) {
  .c-jirei__slider__tag {
    border-radius: 2.5px;
    font-size: 1.3rem;
    padding: 0.3rem 1rem;
  }
}

.c-news__item {
  position: relative;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .c-news__item {
    border-radius: 5px;
  }
}
.c-news__item a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0;
  height: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
  .c-news__item a:where(:any-link, :enabled, summary):hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
  }
  .c-news__item a:where(:any-link, :enabled, summary):hover .c-news__item__ttl {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3em;
  }
}
@media (max-width: 750px) {
  .c-news__item a {
    grid-template-columns: 1fr 1.7fr;
    grid-template-rows: auto;
    height: 11.6rem;
    position: relative;
  }
  .c-news__item a:before {
    content: "";
    background: url(../img/common/next-blue.svg) no-repeat center center/cover;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
  }
}
.c-news__item.slick-active a {
  opacity: 1;
}

.c-news__item__img {
  aspect-ratio: 370/220;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  .c-news__item__img {
    border-radius: 0px;
    aspect-ratio: auto;
  }
}
.c-news__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-news__item__txtbox {
  border-radius: 0 0 10px 10px;
  padding: 2.3rem 3rem 3rem;
  background: #fff;
}
@media (max-width: 959px) {
  .c-news__item__txtbox {
    padding: 2rem 2rem 2.5rem;
  }
}
@media (max-width: 750px) {
  .c-news__item__txtbox {
    border-radius: 0px;
    padding: 1.4rem 3.5rem 1.4rem 1.4rem;
  }
}

.c-news__item__date {
  font-size: 17px;
  color: #00a9ec;
  margin-bottom: 0.9rem;
}
@media (max-width: 750px) {
  .c-news__item__date {
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
  }
}

.c-news__item__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .c-news__item__ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.c-pageNav__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 750px) {
  .c-pageNav__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
}

@media (max-width: 959px) {
  .c-pageNav__item {
    width: 100%;
  }
}
.c-pageNav__item a {
  display: grid;
  place-items: center;
  justify-content: start;
  background: #fff;
  border: 4px solid #e1e1e6;
  width: 400px;
  height: 8rem;
  border-radius: 8rem;
  padding-inline: 4rem 6.5rem;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out;
}
@media (max-width: 959px) {
  .c-pageNav__item a {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .c-pageNav__item a {
    width: 100%;
    border-width: 3px;
    justify-content: center;
    height: 5rem;
    padding-inline: 0;
  }
}
@media (hover: hover) {
  .c-pageNav__item a:where(:any-link, :enabled, summary):hover {
    background: #00a9ec;
    border-color: #00a9ec;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
  .c-pageNav__item a:where(:any-link, :enabled, summary):hover .c-pageNav__item__txt {
    color: #fff;
  }
  .c-pageNav__item a:where(:any-link, :enabled, summary):hover use {
    fill: #fff;
  }
}

.c-pageNav__item__txt {
  font-size: 1.8rem;
  transition: color 0.3s ease-out;
}
@media (max-width: 750px) {
  .c-pageNav__item__txt {
    font-size: 1.4rem;
  }
}

.c-pageNav__item__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 28px;
  line-height: 0;
}
@media (max-width: 750px) {
  .c-pageNav__item__arrow {
    right: 2rem;
  }
}
@media (max-width: 750px) {
  .c-pageNav__item__arrow .arrow-right {
    width: 1.5rem;
  }
}

.c-pageTtl-02 {
  background: #00a9ec url(../img/common/pagettl2_bg@2x.png) no-repeat center top/100%;
  padding: 5.2rem 0 8.2rem;
}
@media (max-width: 750px) {
  .c-pageTtl-02 {
    background: #00a9ec url(../img/common/bg_hexagon_sp@2x.png) no-repeat center top/100%;
    padding: 2.4rem 0 3rem;
  }
}
.c-pageTtl-02 + .breadcrumbsWrap {
  padding: 2.2rem 0 3.7rem;
}
@media (max-width: 750px) {
  .c-pageTtl-02 + .breadcrumbsWrap {
    padding: 1.5rem 0 3rem;
  }
}
.c-pageTtl-02--ver2 {
  padding-top: 12rem;
}
@media (max-width: 959px) {
  .c-pageTtl-02--ver2 {
    padding-top: 8.2rem;
  }
}
@media (max-width: 750px) {
  .c-pageTtl-02--ver2 {
    padding-top: 4rem;
  }
}

.c-pageTtl-02__comment {
  margin-bottom: 1.7rem;
}
@media (max-width: 750px) {
  .c-pageTtl-02__comment {
    margin-bottom: 1.5rem;
  }
}
.c-pageTtl-02__comment span {
  display: inline-block;
  background: #fff;
  color: #00a9ec;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 30px;
  padding: 1rem 2.5rem;
  position: relative;
}
@media (max-width: 750px) {
  .c-pageTtl-02__comment span {
    font-size: 1.1rem;
    padding: 0.5rem 1.3rem;
  }
}
.c-pageTtl-02__comment span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 15px);
  background: url(../img/service/comment_deco@2x.png) no-repeat center center/cover;
  width: 51px;
  height: 34px;
}
@media (max-width: 750px) {
  .c-pageTtl-02__comment span:before {
    width: 2.5rem;
    height: 1.5rem;
    top: calc(100% - 0.8rem);
  }
}

.c-pageTtl-02__ja {
  font-size: 4.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}
@media (max-width: 750px) {
  .c-pageTtl-02__ja {
    font-size: 2.4rem;
  }
}

.c-pageTtl-02__en {
  font-size: 2.1rem;
  color: #fff;
}
@media (max-width: 750px) {
  .c-pageTtl-02__en {
    font-size: 1.4rem;
  }
}

.c-pageTtl-03 {
  background: url(../img/support/mv_line@2x.png) no-repeat center top -9rem/170rem;
  padding: 0 0 22.2rem;
  margin-bottom: 5.6rem;
}
@media (min-width: 1531px) {
  .c-pageTtl-03 {
    background-size: 100%;
    background-position: center bottom 4rem;
  }
}
@media (max-width: 959px) {
  .c-pageTtl-03 {
    background: url(../img/support/mv_img@2x.png) no-repeat right -4rem bottom/calc(100% + 4rem);
    padding-bottom: 3.2rem;
    margin-bottom: 8.6rem;
  }
}
@media (max-width: 750px) {
  .c-pageTtl-03 {
    background: url(../img/support/mv_img_sp@2x.png) no-repeat center bottom/100%;
    padding: 0 0 28.1rem;
    margin-bottom: 5.6rem;
  }
}
.c-pageTtl-03 .inner {
  position: relative;
}
.c-pageTtl-03 .inner:before {
  content: "";
  background: url(../img/support/mv_illust@2x.png) no-repeat center center/cover;
  width: 750.5px;
  height: 582px;
  display: block;
  position: absolute;
  right: -11rem;
  top: 4.1rem;
}
@media (max-width: 959px) {
  .c-pageTtl-03 .inner:before {
    display: none;
  }
}
.c-pageTtl-03 .breadcrumbsWrap {
  margin-bottom: 4.7rem;
}
@media (max-width: 959px) {
  .c-pageTtl-03 .breadcrumbsWrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 750px) {
  .c-pageTtl-03 .breadcrumbsWrap {
    padding-top: 0;
    margin-bottom: 4.2rem;
  }
}
.c-pageTtl-03 .c-heading-01 {
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .c-pageTtl-03 .c-heading-01 {
    margin-bottom: 0.8rem;
  }
}
.c-pageTtl-03 .c-heading-02 {
  font-size: 4.2rem;
  margin-bottom: 2.7rem;
}
@media (max-width: 750px) {
  .c-pageTtl-03 .c-heading-02 {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
  }
}
.c-pageTtl-03 .c-pageTtl-03__txt {
  font-size: 1.7rem;
  line-height: 2.2;
  max-width: 518px;
}
@media (max-width: 959px) {
  .c-pageTtl-03 .c-pageTtl-03__txt {
    max-width: 50%;
  }
}
@media (max-width: 750px) {
  .c-pageTtl-03 .c-pageTtl-03__txt {
    font-size: 1.4rem;
    line-height: 2;
    max-width: 100%;
  }
}

.c-seminar__slider__item {
  width: 370px;
  margin-inline: 22.5px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .c-seminar__slider__item {
    width: 295px;
    margin-inline: 10px;
    border-radius: 5px;
  }
}
.c-seminar__slider__item a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0;
  height: 100%;
  transition: all 0.3s ease-out;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
  .c-seminar__slider__item a:where(:any-link, :enabled, summary):hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
  }
  .c-seminar__slider__item a:where(:any-link, :enabled, summary):hover .c-seminar__slider__ttl {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3em;
  }
}
@media (max-width: 750px) {
  .c-seminar__slider__item a {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}
.c-seminar__slider__item.slick-active a {
  opacity: 1;
}

.c-seminar__slider__img {
  aspect-ratio: 370/220;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  .c-seminar__slider__img {
    border-radius: 5px 5px 0 0;
  }
}
.c-seminar__slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-seminar__slider__txtbox {
  border-radius: 0 0 10px 10px;
  padding: 2.3rem 3rem 3rem;
  background: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media (max-width: 750px) {
  .c-seminar__slider__txtbox {
    border-radius: 0 0 5px 5px;
    padding: 1.7rem 2.3rem 2.4rem;
  }
}

.c-seminar__slider__ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 1.9rem;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .c-seminar__slider__ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.c-seminar__slider__dateTtl {
  color: #00a9ec;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 0.8rem;
}
@media (max-width: 750px) {
  .c-seminar__slider__dateTtl {
    font-size: 1.3rem;
    gap: 8px;
    margin-bottom: 0.5rem;
  }
}
.c-seminar__slider__dateTtl:before, .c-seminar__slider__dateTtl:after {
  content: "";
  background: #cceefb;
  width: 100%;
  height: 2px;
  display: block;
  flex: 1;
}

.c-seminar__slider__date {
  text-align: center;
}
@media (max-width: 750px) {
  .c-seminar__slider__date {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: left;
  }
}

.c-seminar__slider__dl {
  margin-top: 2.7rem;
}
@media (max-width: 750px) {
  .c-seminar__slider__dl {
    margin-top: 1rem;
  }
}
.c-seminar__slider__dl .row {
  display: grid;
  grid-template-columns: 7rem 1fr;
  align-items: start;
  gap: 0 12px;
}
@media (max-width: 750px) {
  .c-seminar__slider__dl .row {
    grid-template-columns: 5.5rem 1fr;
    gap: 0 0.6rem;
  }
}
.c-seminar__slider__dl .row:not(:last-child) {
  margin-bottom: 1rem;
}
.c-seminar__slider__dl dt {
  background: #e5f8ff;
  color: #00a9ec;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.3rem 0;
  text-align: center;
}
@media (max-width: 750px) {
  .c-seminar__slider__dl dt {
    font-size: 1.3rem;
    padding: 0.3rem 0;
    border-radius: 2.5px;
  }
}
.c-seminar__slider__dl dd {
  font-size: 1.4rem;
  padding-top: 0.3rem;
}
@media (max-width: 750px) {
  .c-seminar__slider__dl dd {
    font-size: 1.3rem;
    padding-top: 0.2rem;
  }
}

.c-txt-18 {
  font-size: 1.8rem;
  line-height: 2.22;
}
@media (max-width: 750px) {
  .c-txt-18 {
    font-size: 1.4rem;
    line-height: 1.785;
  }
}

.c-whiteBox {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .c-whiteBox {
    border-radius: 5px;
  }
}

.fixBnr-service {
  position: fixed;
  right: 11px;
  bottom: 11px;
  transition: all 0.3s ease-out;
  z-index: 1;
  background: url(../img/service/fix_bg@2x.png) no-repeat center center/cover;
  border-radius: 5px;
  padding: 34px 20px 20px;
  text-align: center;
  max-width: 240px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 750px) {
  .fixBnr-service {
    width: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: url(../img/service/fix_bg_sp@2x.png) no-repeat center center/cover;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px;
    padding: 0.6rem;
    padding-left: 2rem;
    text-align: left;
  }
}
.fixBnr-service:before {
  content: "";
  background: url(../img/service/fix_illust@2x.png) no-repeat center center/cover;
  width: 226px;
  height: 101px;
  display: block;
  position: absolute;
  top: -101px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .fixBnr-service:before {
    display: none;
  }
}
.fixBnr-service.fixed {
  opacity: 1;
  visibility: visible;
}
.fixBnr-service .c-cta__tel {
  position: relative;
  display: block;
  padding-left: 1.9rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 959px) {
  .fixBnr-service .c-cta__tel {
    padding-block: 0;
    border: none;
  }
}
@media (max-width: 750px) {
  .fixBnr-service .c-cta__tel {
    background: #000;
    color: #fff;
    border-radius: 5px;
    width: 6rem;
    height: 6rem;
    display: grid;
    place-items: center;
    padding: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0.5rem;
    border-bottom: none;
    padding-block: 0;
  }
}
.fixBnr-service .c-cta__tel__ttl_pc {
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .fixBnr-service .c-cta__tel__ttl_pc {
    display: block;
  }
}
@media (max-width: 750px) {
  .fixBnr-service .c-cta__tel__ttl_pc {
    width: 3.75rem;
    display: block;
    left: -1.7rem;
    top: -1.7rem;
    transform: translateY(0);
  }
  .fixBnr-service .c-cta__tel__ttl_pc img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .fixBnr-service .c-cta__tel__number {
    margin-bottom: 0;
    padding-top: 0.6rem;
  }
}
@media (max-width: 750px) {
  .fixBnr-service .c-cta__tel__number img {
    transform: scaleX(-1);
    width: 2.6rem;
  }
}
.fixBnr-service .c-cta__tel__time {
  text-align: left;
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 750px) {
  .fixBnr-service .c-cta__tel__time {
    font-size: 1.05rem;
  }
}
@media (max-width: 750px) {
  .fixBnr-service .c-cta__tel__number__ttl {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0.3rem;
  }
}
@media (max-width: 959px) {
  .fixBnr-service .c-cta__mail {
    padding-block: 0;
  }
}
@media (max-width: 750px) {
  .fixBnr-service .c-cta__mail {
    background: #000;
    color: #fff;
    border-radius: 5px;
    width: 6rem;
    height: 6rem;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 0;
    margin-bottom: 0;
    gap: 0;
  }
}
.fixBnr-service .c-cta__mail__btn {
  height: 40px;
  gap: 10px;
}
@media (max-width: 959px) {
  .fixBnr-service .c-cta__mail__btn {
    background: #252d3e;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 750px) {
  .fixBnr-service .c-cta__mail__btn {
    height: auto;
    gap: 0;
    padding: 0;
    margin-bottom: 0;
    background: none;
    display: grid;
    place-items: center;
    width: auto;
    grid-template-columns: 1fr;
  }
}
.fixBnr-service .c-cta__mail__ttl {
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .fixBnr-service .c-cta__mail__ttl {
    font-size: 1.1rem;
    margin-top: 0.2rem;
  }
}
.fixBnr-service .mail {
  width: 18px;
}
@media (max-width: 750px) {
  .fixBnr-service .mail {
    width: 2.5rem;
    padding-top: 0.8rem;
  }
}

.fixBnr-service__catch {
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  color: #e40081;
  font-weight: bold;
  letter-spacing: 0.06em;
  max-width: 200px;
  margin-inline: auto;
  padding: 6px 20px 10px;
}
@media (max-width: 750px) {
  .fixBnr-service__catch {
    position: static;
    border-radius: 0px;
    color: #fff;
    padding: 0;
    max-width: 100%;
    font-size: 2.1rem;
    font-weight: bold;
    background: none;
  }
}
.fixBnr-service__catch .yellow {
  color: #e40081;
}
@media (max-width: 750px) {
  .fixBnr-service__catch .yellow {
    color: #fff700;
  }
}
.fixBnr-service__catch .highlight {
  background: linear-gradient(transparent 70%, #fff700 70%);
}
@media (max-width: 750px) {
  .fixBnr-service__catch .highlight {
    background: none;
  }
}
@media (max-width: 750px) {
  .fixBnr-service__catch .en {
    font-weight: bold;
  }
}
.fixBnr-service__catch:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 1px);
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  height: 8px;
  background: #fff;
}
@media (max-width: 750px) {
  .fixBnr-service__catch:before {
    display: none;
  }
}

.secAbout__media {
  max-width: 1160px;
  margin-inline: auto;
  background: #f7f7fa;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5rem 3rem;
}
@media (max-width: 750px) {
  .secAbout__media {
    margin-left: 0;
    padding: 2.5rem 0 2.5rem;
  }
}

.secAbout__media__ttl {
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 5rem;
}
@media (max-width: 750px) {
  .secAbout__media__ttl {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
.secAbout__media__ttl span {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}
@media (max-width: 750px) {
  .secAbout__media__ttl span {
    font-size: 1.8rem;
  }
}
.secAbout__media__ttl span:before {
  content: "";
  background: url(../img/top/icn_media@2x.png) no-repeat center center/cover;
  width: 8rem;
  height: 7.8rem;
  display: block;
  position: absolute;
  left: -9.3rem;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .secAbout__media__ttl span:before {
    width: 3.9rem;
    height: 3.8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -4rem;
    transform: translateY(0);
  }
}

.secAbout__media__ex {
  margin-bottom: 2.1rem;
}
@media (max-width: 750px) {
  .secAbout__media__ex {
    margin-bottom: 1.7rem;
  }
}
.secAbout__media__ex span {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  color: #00a9ec;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.08em;
  padding: 1rem 4rem;
}
@media (max-width: 750px) {
  .secAbout__media__ex span {
    font-size: 1.5rem;
    padding: 0.4rem 1rem;
  }
}

.secAbout__media__logo {
  margin-bottom: 3.5rem;
  transform: translateX(5px);
}
@media (max-width: 959px) {
  .secAbout__media__logo {
    transform: translateX(0);
  }
}
@media (max-width: 750px) {
  .secAbout__media__logo {
    margin-bottom: 2.2rem;
    transform: translateX(0);
    width: 88%;
    margin-inline: auto;
  }
}

.secAbout__media__note {
  transform: translateX(13px);
}
@media (max-width: 959px) {
  .secAbout__media__note {
    transform: translateX(0);
  }
}
@media (max-width: 750px) {
  .secAbout__media__note {
    transform: translateX(0);
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.666;
    letter-spacing: 0.08em;
  }
}

.post__content * {
  max-width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.post__content h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  background: #00a9ec;
  color: #fff;
  text-align: center;
  margin: 30px 0 21px;
  padding: 16px;
}
@media (max-width: 750px) {
  .post__content h2 {
    font-size: 22px;
    margin: 30px 0 15px;
    padding: 12px 15px;
    line-height: 1.47;
  }
}
.post__content h3 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  border-left: 6px solid #00a9ec;
  margin: 30px 0 30px;
  padding: 11px 20px;
  background: #ecf7f9;
}
@media (max-width: 750px) {
  .post__content h3 {
    font-size: 20px;
    margin: 30px 0 15px;
  }
}
.post__content h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 20px;
  line-height: 1.5;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.post__content h4:before {
  content: "";
  background: #00a9ec;
  width: 104px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media (max-width: 750px) {
  .post__content h4 {
    font-size: 18px;
    margin: 30px 0 15px;
  }
}
.post__content h5 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 20px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
.post__content h5:before {
  content: "";
  background: #00a9ec;
  width: 15px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
}
@media (max-width: 750px) {
  .post__content h5 {
    font-size: 17px;
    margin: 30px 0 15px;
  }
}
.post__content h6 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .post__content h6 {
    font-size: 16px;
    margin: 30px 0 15px;
  }
}
.post__content p {
  line-height: 2.25;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .post__content p {
    line-height: 1.85;
  }
}
.post__content p a {
  text-decoration: underline;
  color: #00a9ec;
}
.post__content .full {
  margin: 2em 0;
}
.post__content .wp-caption-text {
  margin-top: 0;
}
.post__content strong,
.post__content b {
  font-weight: 700;
  color: #00a9ec;
}
.post__content h2 strong,
.post__content h2 b,
.post__content h3 strong,
.post__content h3 b,
.post__content h4 strong,
.post__content h4 b,
.post__content h5 strong,
.post__content h5 b,
.post__content h6 strong,
.post__content h6 b,
.post__content td strong,
.post__content td b {
  color: inherit;
}
.post__content em {
  font-style: italic;
}
.post__content blockquote {
  background: #f5f5f5;
  position: relative;
  padding: 5px 40px;
  margin: 50px 0;
  border-radius: 5px;
}
@media (max-width: 750px) {
  .post__content blockquote {
    padding: 5px 24px;
    margin: 30px 0;
  }
}
.post__content blockquote:before {
  content: "";
  background: url(../img/news/icn_quote_top.svg) no-repeat center center/contain;
  width: 40px;
  height: 30px;
  position: absolute;
  top: -13px;
  left: 20px;
}
@media (max-width: 750px) {
  .post__content blockquote:before {
    width: 33px;
    height: 25px;
  }
}
.post__content ul,
.post__content ol {
  margin: 0 0 30px;
}
.post__content ul li {
  list-style: none;
  line-height: 1.875;
  padding: 0 0 0 1em;
  position: relative;
}
.post__content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #00a9ec;
  display: inline-block;
  margin-right: 11px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.post__content ul li ul {
  padding-top: 5px;
  margin-bottom: 0;
}
.post__content ul li ul li {
  line-height: 1.875;
  padding: 0 0 0 20px;
}
.post__content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
.post__content ul li ul li:before {
  border: 1px solid #00a9ec;
  background: #fff;
}
.post__content ol {
  counter-reset: item;
  list-style-type: none;
}
.post__content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 1.875;
  position: relative;
  padding: 0 0 0 26px;
  margin-bottom: 1px;
}
.post__content ol li:before {
  position: absolute;
  left: 0;
  top: -1px;
  counter-increment: item;
  content: counter(item, decimal) ".";
  font-size: 20px;
  color: #00a9ec;
  text-align: center;
  border-radius: 50%;
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 750px) {
  .post__content ol li:before {
    font-size: 16px;
    top: 1px;
  }
}
.post__content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #dedede;
  margin: 10px 0;
}
.post__content table {
  margin: 30px 0;
  border: 1px solid #ddd;
  border-collapse: collapse !important;
  overflow: hidden;
  width: 100%;
}
.post__content table tr:first-child th,
.post__content table tr:first-child td {
  background: #00a9ec;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
}
@media (max-width: 750px) {
  .post__content table tr:first-child th,
  .post__content table tr:first-child td {
    font-size: 14px;
  }
}
.post__content table tr:first-child th p,
.post__content table tr:first-child td p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.857;
}
@media (max-width: 750px) {
  .post__content table tr:first-child th p,
  .post__content table tr:first-child td p {
    font-size: 14px;
  }
}
.post__content table tr:last-child th,
.post__content table tr:last-child td {
  border-bottom: none;
}
.post__content table tr th:last-child,
.post__content table tr td:last-child {
  border-right: none;
}
.post__content table th {
  font-weight: bold;
  color: #fff;
}
.post__content table th,
.post__content table td {
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 10px;
  vertical-align: middle;
  line-height: 1.857;
}
@media (max-width: 750px) {
  .post__content table th,
  .post__content table td {
    font-size: 13px;
    padding: 13px 5px;
  }
}
.post__content table th p,
.post__content table td p {
  margin: 0;
  font-size: 14px;
  line-height: 1.857;
  text-align: center;
}
@media (max-width: 750px) {
  .post__content table th p,
  .post__content table td p {
    font-size: 13px;
  }
}
.post__content .aligncenter {
  display: block;
  margin: 0 auto;
}
.post__content .alignright {
  float: right;
  margin-left: 25px;
}
@media (max-width: 750px) {
  .post__content .alignright {
    float: none;
    margin-left: 0;
  }
}
.post__content .alignleft {
  float: left;
  margin-right: 25px;
}
@media (max-width: 750px) {
  .post__content .alignleft {
    float: none;
    margin-right: 0;
  }
}
.post__content #image-details-caption {
  display: none;
}
.post__content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 959px) {
  .post__content .wp-caption {
    padding: 0;
  }
}
.post__content .wp-caption.alignleft, .post__content .wp-caption.alignright {
  width: 34.5% !important;
}
@media (max-width: 750px) {
  .post__content .wp-caption.alignleft, .post__content .wp-caption.alignright {
    width: 100% !important;
  }
}
.post__content .wp-caption.alignleft {
  margin-left: 25px;
}
@media (max-width: 750px) {
  .post__content .wp-caption.alignleft {
    margin-left: 0;
  }
}
.post__content .wp-caption.alignright {
  margin-right: 25px;
}
@media (max-width: 750px) {
  .post__content .wp-caption.alignright {
    margin-right: 0;
  }
}
.post__content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
.post__content img[class*=wp-image-],
.post__content img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
@media (max-width: 959px) {
  .post__content img[class*=wp-image-],
  .post__content img[class*=attachment-] {
    width: 100%;
    margin-bottom: 5px;
  }
}
.post__content img[class*=wp-image-].alignright,
.post__content img[class*=attachment-].alignright {
  height: auto;
  width: 34.5%;
}
@media (max-width: 750px) {
  .post__content img[class*=wp-image-].alignright,
  .post__content img[class*=attachment-].alignright {
    width: 100%;
    margin-bottom: 5px;
  }
}
.post__content img[class*=wp-image-].alignleft,
.post__content img[class*=attachment-].alignleft {
  height: auto;
  width: 34.5%;
}
@media (max-width: 750px) {
  .post__content img[class*=wp-image-].alignleft,
  .post__content img[class*=attachment-].alignleft {
    width: 100%;
    margin-bottom: 5px;
  }
}
.post__content .lkc-card {
  margin: 0;
}
@media (max-width: 750px) {
  .post__content .linkcard {
    margin-bottom: 30px;
  }
}
.post__content .lkc-content {
  margin-top: 0;
}
@media (max-width: 750px) {
  .post__content .lkc-content {
    height: auto;
  }
}
.post__content .lkc-internal-wrap a {
  position: relative;
}
@media (max-width: 750px) {
  .post__content .lkc-internal-wrap a {
    padding-right: 30px;
  }
}
.post__content .lkc-internal-wrap a:before {
  content: "";
  background: url(../img/news/icn-internal.svg) no-repeat center center/contain;
  width: 29px;
  height: 29px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
@media (max-width: 750px) {
  .post__content .lkc-internal-wrap a:before {
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.post__content .lkc-external-wrap a {
  position: relative;
}
@media (max-width: 750px) {
  .post__content .lkc-external-wrap a {
    padding-right: 3.5rem;
  }
}
.post__content .lkc-external-wrap a:before {
  content: "";
  background: url(../img/news/icn-external.svg) no-repeat center center/contain;
  width: 32px;
  height: 31px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
@media (max-width: 750px) {
  .post__content .lkc-external-wrap a:before {
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.post__content .lkc-link,
.post__content .lkc-unlink {
  display: block;
  padding: 19px 75px 19px 20px;
}
@media (max-width: 750px) {
  .post__content .lkc-link,
  .post__content .lkc-unlink {
    padding: 20px 15px;
  }
}
.post__content .lkc-thumbnail {
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .post__content .lkc-thumbnail {
    margin-right: 15px;
  }
}
.post__content .lkc-thumbnail-img {
  object-fit: cover;
}
@media (max-width: 750px) {
  .post__content .lkc-thumbnail-img {
    width: 65px;
  }
}
.post__content .lkc-title-text {
  margin-bottom: 10px;
  font-weight: 400;
  border-left: 4px solid #1298b3;
  padding: 3px 13px;
}
.post__content .lkc-url {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 9px;
  letter-spacing: 0.08em;
  text-decoration: none;
}
@media (max-width: 750px) {
  .post__content .lkc-url {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media (max-width: 750px) {
  .post__content .lkc-excerpt {
    font-size: 13px;
  }
}

.secCheck__box {
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 20px 0 0 20px;
  background: #fff;
  padding: 90px 40px 80px;
  position: relative;
}
@media (max-width: 750px) {
  .secCheck__box {
    border-radius: 10px;
    padding: 5rem 2rem 2.8rem;
  }
}
.secCheck__box:before, .secCheck__box:after {
  content: "";
  background: url(../img/movie/chack_deco@2x.png) no-repeat center center/cover;
  display: block;
  position: absolute;
}
.secCheck__box:before {
  width: 328px;
  height: 328px;
  left: -162px;
  top: -119px;
  z-index: 0;
}
@media (max-width: 750px) {
  .secCheck__box:before {
    width: 164px;
    height: 164px;
    left: -82px;
    top: -62px;
  }
}
.secCheck__box:after {
  width: 405px;
  height: 405px;
  right: -182px;
  bottom: -182px;
  z-index: 0;
}
@media (max-width: 750px) {
  .secCheck__box:after {
    width: 202px;
    height: 202px;
    right: -71px;
    bottom: -71px;
  }
}

.secCheck__ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -28px;
  text-align: center;
}
@media (max-width: 750px) {
  .secCheck__ttl {
    top: -18px;
  }
}
.secCheck__ttl span {
  display: inline-block;
  background: #252d3e;
  color: #fff;
  padding: 1.4rem 3.6rem;
  border-radius: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 750px) {
  .secCheck__ttl span {
    width: 100%;
    max-width: 94%;
    margin-inline: auto;
    font-size: 1.6rem;
    padding: 0.6rem 1rem 0.8rem;
  }
}
.secCheck__ttl span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 1px);
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  height: 13px;
  background: #252d3e;
}
@media (max-width: 750px) {
  .secCheck__ttl span:before {
    height: 9px;
  }
}
.secCheck__ttl span:after {
  content: "";
  background: url(../img/movie/check_ttl@2x.png) no-repeat center center/cover;
  width: 89px;
  height: 45px;
  display: block;
  position: absolute;
  left: -18px;
  top: -18px;
}
@media (max-width: 750px) {
  .secCheck__ttl span:after {
    background-image: url(../img/movie/check_ttl_sp@2x.png);
    width: 81px;
    height: 41px;
    left: -14px;
    top: -21px;
  }
}

.secCheck__list {
  max-width: 950px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.secCheck__list:before {
  content: "";
  background: url(../img/movie/worry_img@2x.png) no-repeat center center/cover;
  width: 133px;
  height: 238px;
  display: block;
  position: absolute;
  right: -85px;
  bottom: -103px;
}
@media (max-width: 959px) {
  .secCheck__list:before {
    width: 100px;
    height: 178px;
    right: -65px;
    bottom: -79px;
  }
}
@media (max-width: 750px) {
  .secCheck__list:before {
    width: 67px;
    height: 119px;
    right: -26px;
    bottom: -71px;
  }
}

.secCheck__item {
  border-radius: 10px;
  background: #f7f7fa url(../img/common/icn_check.svg) no-repeat left 3rem center/28px;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.4rem 1rem 1.4rem 8rem;
}
@media (max-width: 750px) {
  .secCheck__item {
    border-radius: 5px;
    background-size: 17px;
    background-position: left 1.5rem center;
    font-size: 1.5rem;
    padding: 1rem 1rem 1rem 4rem;
  }
}
.secCheck__item:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media (max-width: 750px) {
  .secCheck__item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.secCta {
  background: url(../img/common/cta_bg@2x.jpg) no-repeat center center/cover;
  color: #fff;
  padding-top: 13rem;
  padding-bottom: 12.5rem;
}
@media (max-width: 959px) {
  .secCta {
    padding-top: 10rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 750px) {
  .secCta {
    background: url(../img/common/cta_bg_sp@2x.jpg) no-repeat center center/cover;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }
}
.secCta .c-cta__tel__ttl_sp,
.secCta .c-cta__mail__ttl__sp {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .secCta .c-cta__tel__ttl_sp,
  .secCta .c-cta__mail__ttl__sp {
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
  }
}
.secCta .c-cta__tel__number {
  margin-bottom: 11px;
}
@media (max-width: 959px) {
  .secCta .c-cta__tel__number {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 750px) {
  .secCta .c-cta__tel__number {
    margin-bottom: 0.9rem;
  }
}
.secCta .c-cta__tel__number img {
  margin-inline: auto;
}
@media (max-width: 959px) {
  .secCta .c-cta__tel__number img {
    width: 76.5%;
  }
}
@media (max-width: 750px) {
  .secCta .c-cta__tel__number img {
    width: 76.5%;
  }
}
.secCta .c-cta__tel__time {
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .secCta .c-cta__tel__time {
    font-size: 1.3rem;
  }
}
.secCta .c-cta__mail__btn {
  margin-inline: auto;
  background: none;
  border: 2px solid #fff;
  width: 240px;
  gap: 28px;
  padding-right: 2.1rem;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .secCta .c-cta__mail__btn:where(:any-link, :enabled, summary):hover {
    background: #fff;
  }
}
@media (max-width: 959px) {
  .secCta .c-cta__mail__btn {
    width: 46%;
    gap: 2.4rem;
    padding-right: 0;
    height: 8rem;
    border-radius: 8rem;
  }
}
@media (max-width: 750px) {
  .secCta .c-cta__mail__btn {
    border-width: 1px;
    width: 76%;
    gap: 2.4rem;
    padding-right: 0;
    height: 5.8rem;
  }
}
.secCta .c-cta__mail__ttl {
  font-size: 1.8rem;
}

.secCta__box {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 0;
}
@media (max-width: 959px) {
  .secCta__box {
    display: block;
  }
}
@media (max-width: 750px) {
  .secCta__box {
    display: block;
  }
}

.secCta__head {
  padding-right: 30px;
}
@media (max-width: 959px) {
  .secCta__head {
    padding-right: 0;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 750px) {
  .secCta__head {
    padding-right: 0;
    padding-bottom: 1.6rem;
  }
}

.secCta__head__catch {
  font-size: 2.1rem;
  letter-spacing: 0.08em;
}
@media (max-width: 959px) {
  .secCta__head__catch {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 750px) {
  .secCta__head__catch {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.9rem;
  }
}

.secCta__head__ttl {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
@media (max-width: 959px) {
  .secCta__head__ttl {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 750px) {
  .secCta__head__ttl {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 750px) {
  .secCta__head__ttl__badge {
    width: 6.2rem;
  }
}

.secCta__head__ttl__txt {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  flex: 1;
}
@media (max-width: 959px) {
  .secCta__head__ttl__txt {
    flex: none;
    padding-left: 1rem;
  }
}
@media (max-width: 750px) {
  .secCta__head__ttl__txt {
    font-size: 2.7rem;
    padding-left: 0.65rem;
    flex: none;
    line-height: 1.38;
  }
}

.secCta__desc {
  font-size: 1.8rem;
  line-height: 2.22;
}
@media (max-width: 959px) {
  .secCta__desc {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .secCta__desc {
    font-size: 1.4rem;
    line-height: 1.642;
    text-align: center;
  }
}

.secCta__cta__item {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
}
@media (max-width: 959px) {
  .secCta__cta__item {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 750px) {
  .secCta__cta__item {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
}

.secCta__tel {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 959px) {
  .secCta__tel {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.secCta__mail {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 959px) {
  .secCta__mail {
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 750px) {
  .secCta__mail {
    padding-top: 2.3rem;
  }
}

.secFaq {
  background: url(../img/support/dtl/faq_bg_en@2x.png) no-repeat center top/315px;
  padding-top: 11.3rem;
  padding-bottom: 12rem;
}
@media (max-width: 750px) {
  .secFaq {
    background-size: 157px;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}

.secFaq__heading__ttl {
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 750px) {
  .secFaq__heading__ttl {
    margin-bottom: 3rem;
  }
}

.secFaq__item {
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 750px) {
  .secFaq__item {
    border-radius: 5px;
  }
}
.secFaq__item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  .secFaq__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.secFaq__item__q {
  cursor: pointer;
  width: 100%;
  position: relative;
  color: #252d3e;
}
.secFaq__item__q:before {
  content: "";
  background: url(../img/common/secFaq/icn_plus@2x.png) no-repeat center center/cover;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 61px;
}
@media (max-width: 750px) {
  .secFaq__item__q:before {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
.secFaq__item__q.on:before {
  background: url(../img/common/secFaq/icn_minus@2x.png) no-repeat center center/cover;
}

.secFaq__item__q__ttl {
  padding: 32px 94px;
  display: flex;
  position: relative;
  text-align: left;
}
@media (max-width: 750px) {
  .secFaq__item__q__ttl {
    padding: 1.5rem 4rem 1.5rem 4rem;
  }
}

.secFaq__icn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: grid;
  place-items: center;
  position: absolute;
  left: 41px;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .secFaq__icn {
    width: 20px;
    height: 20px;
    font-size: 1rem;
    left: 10px;
  }
}
.secFaq__icn--q {
  background: #e40081;
}
.secFaq__icn--a {
  background: #00a9ec;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .secFaq__icn--a {
    left: 0;
    top: 18px;
    transform: translateY(0);
  }
}

.secFaq__item__q__ttl__txt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .secFaq__item__q__ttl__txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.secFaq__item__a {
  padding: 0 60px 15px 47px;
}
@media (max-width: 750px) {
  .secFaq__item__a {
    padding: 0 10px 0px;
  }
}

.secFaq__item__a__box {
  border-top: 1px solid #252d3e;
  padding: 20px 0px 20px 50px;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 959px) {
  .secFaq__item__a__box {
    display: block;
  }
}
@media (max-width: 750px) {
  .secFaq__item__a__box {
    padding: 1.5rem 0rem 1.5rem 3rem;
    display: block;
  }
}

.secFaq__item__a__txt {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.77;
}
@media (max-width: 750px) {
  .secFaq__item__a__txt {
    font-size: 1.4rem;
  }
}
.secFaq__item__a__txt a {
  text-decoration: revert;
}

.secFaq__btn {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .secFaq__btn {
    margin-top: 3rem;
  }
}
.secFaq__btn .c-btn-01__link {
  max-width: 367px;
  margin-inline: auto;
  justify-content: center;
}

.secFlow--media {
  background: #042a39 url(../img/movie/flow_bg_en@2x.png) no-repeat center top 80px/421px;
  color: #fff;
  padding: 19.7rem 0 7.5rem;
}
@media (max-width: 750px) {
  .secFlow--media {
    padding: 10.1rem 0 3.4rem;
    background-position: center top 4rem;
    background-size: 210px;
  }
}
.secFlow--media .secFlow__heading {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 959px) {
  .secFlow--media .secFlow__heading {
    margin-bottom: 5rem;
  }
}
@media (max-width: 750px) {
  .secFlow--media .secFlow__heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.secFlow--media .secFlow__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 3.6rem;
  position: relative;
}
@media (max-width: 959px) {
  .secFlow--media .secFlow__list {
    display: block;
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .secFlow--media .secFlow__list {
    display: block;
    padding-top: 0;
  }
}
.secFlow--media .secFlow__list:before {
  content: "";
  background: #00a9ec;
  width: 1100px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 96px;
  z-index: 0;
}
@media (max-width: 959px) {
  .secFlow--media .secFlow__list:before {
    width: 3px;
    height: calc(100% - 9rem);
    top: 4rem;
    left: 5rem;
    right: auto;
    margin: 0;
  }
}
@media (max-width: 750px) {
  .secFlow--media .secFlow__list:before {
    width: 3px;
    height: calc(100% - 9rem);
    top: 4rem;
    left: 4.1rem;
    right: auto;
    margin: 0;
  }
}
.secFlow--media .secFlow__item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (max-width: 959px) {
  .secFlow--media .secFlow__item {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "icn ttl" "icn txt";
    align-items: center;
    gap: 0 2.5rem;
  }
  .secFlow--media .secFlow__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 750px) {
  .secFlow--media .secFlow__item {
    display: grid;
    grid-template-columns: 22.5vw 1fr;
    grid-template-areas: "icn ttl" "icn txt";
    align-items: center;
    gap: 0 1.5rem;
  }
  .secFlow--media .secFlow__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.secFlow--media .secFlow__icn {
  margin-bottom: 2.3rem;
}
@media (max-width: 959px) {
  .secFlow--media .secFlow__icn {
    grid-area: icn;
    margin-bottom: 0;
  }
}
.secFlow--media .secFlow__ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  display: grid;
  place-items: center;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
}
@media (max-width: 959px) {
  .secFlow--media .secFlow__ttl {
    grid-area: ttl;
    display: block;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .secFlow--media .secFlow__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.secFlow--media .secFlow__txt {
  font-size: 1.8rem;
  line-height: 1.77;
}
@media (max-width: 959px) {
  .secFlow--media .secFlow__txt {
    grid-area: txt;
  }
}
@media (max-width: 750px) {
  .secFlow--media .secFlow__txt {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.secIndustry .inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  grid-template-rows: max-content 1fr;
  gap: 40px 100px;
  grid-template-areas: "secIndustry__txtbox secIndustry__list" "secIndustry__btn secIndustry__list";
}
@media (max-width: 959px) {
  .secIndustry .inner {
    display: block;
  }
}

.secIndustry__txtbox {
  grid-area: secIndustry__txtbox;
}

.secIndustry__jirei__heading {
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .secIndustry__jirei__heading {
    margin-bottom: 2.8rem;
  }
}

.secIndustry__jirei__heading__en {
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .secIndustry__jirei__heading__en {
    margin-bottom: 0.5rem;
  }
}

.secIndustry__txt {
  line-height: 2.1875;
}
@media (max-width: 959px) {
  .secIndustry__txt {
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 750px) {
  .secIndustry__txt {
    line-height: 1.785;
    margin-bottom: 2.2rem;
  }
}

.secIndustry__list {
  grid-area: secIndustry__list;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.1rem;
}
@media (max-width: 959px) {
  .secIndustry__list {
    margin-bottom: 4rem;
  }
}
@media (max-width: 750px) {
  .secIndustry__list {
    gap: 1rem;
    margin-bottom: 4rem;
  }
}

.secIndustry__item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .secIndustry__item {
    border-radius: 5px;
  }
}
.secIndustry__item a {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .secIndustry__item a:where(:any-link, :enabled, summary):hover .c-arrow-circle {
    background: #fff;
  }
  .secIndustry__item a:where(:any-link, :enabled, summary):hover use {
    fill: #00a9ec;
  }
  .secIndustry__item a:where(:any-link, :enabled, summary):hover .secIndustry__item__img {
    transform: scale(1.05);
  }
}
.secIndustry__item a:before {
  content: "";
  background: url(../img/top/industry_grad@2x.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.secIndustry__item .c-arrow-circle {
  width: 4.8rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
@media (max-width: 750px) {
  .secIndustry__item .c-arrow-circle {
    width: 2.4rem;
    right: 0.9rem;
    bottom: 0.9rem;
  }
}

.secIndustry__item__img {
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.secIndustry__item__img img {
  width: 100%;
}

.secIndustry__item__txtbox {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  letter-spacing: 0.08em;
  color: #fff;
  z-index: 2;
}
@media (max-width: 750px) {
  .secIndustry__item__txtbox {
    top: 0.5rem;
    left: 0.9rem;
  }
}

.secIndustry__ttl__en {
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .secIndustry__ttl__en {
    font-size: 1rem;
  }
}

.secIndustry__ttl__ja {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .secIndustry__ttl__ja {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.secIndustry__btn {
  grid-area: secIndustry__btn;
  align-self: start;
}
@media (max-width: 959px) {
  .secIndustry__btn {
    width: 64%;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  .secIndustry__btn {
    width: 100%;
  }
}

.secMedia__heading {
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .secMedia__heading {
    margin-bottom: 2.4rem;
  }
}

.secMedia__desc {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-bottom: 7.4rem;
}
@media (max-width: 750px) {
  .secMedia__desc {
    font-size: 1.4rem;
    line-height: 1.785;
    margin-bottom: 5.5rem;
  }
}

.secAbout__media {
  margin-inline: auto;
  background: #fff;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5rem 3rem;
  margin-bottom: 4.7rem;
}
@media (max-width: 959px) {
  .secAbout__media {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .secAbout__media {
    margin-left: 0;
    padding: 2.5rem 0 2.5rem;
    margin-bottom: 3rem;
  }
}

.secAbout__media__ex {
  margin-top: -3rem;
  margin-bottom: 3.1rem;
}
@media (max-width: 750px) {
  .secAbout__media__ex {
    margin-top: -3.5rem;
    margin-bottom: 2.1rem;
  }
}
.secAbout__media__ex .secAbout__media__ex__in {
  display: inline-block;
  background: #00a9ec;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 1rem 4rem;
  position: relative;
}
@media (max-width: 750px) {
  .secAbout__media__ex .secAbout__media__ex__in {
    font-size: 1.5rem;
    padding: 0.4rem 2rem;
  }
}
.secAbout__media__ex .secAbout__media__ex__in:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 1px);
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  height: 12px;
  background: #00a9ec;
}
@media (max-width: 750px) {
  .secAbout__media__ex .secAbout__media__ex__in:before {
    height: 0.65rem;
  }
}
.secAbout__media__ex .secAbout__media__ex__in .en {
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  background: none;
  padding: 0;
  color: inherit;
}
@media (max-width: 750px) {
  .secAbout__media__ex .secAbout__media__ex__in .en {
    font-size: 2rem;
  }
}

.secAbout__media__logo {
  transform: translateX(-10px);
  margin-bottom: 3.8rem;
}
@media (max-width: 959px) {
  .secAbout__media__logo {
    transform: translateX(0);
  }
}
@media (max-width: 750px) {
  .secAbout__media__logo {
    margin-bottom: 2.2rem;
    transform: translateX(0);
    width: 88%;
    margin-inline: auto;
  }
}

.secAbout__media__note {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .secAbout__media__note {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.666;
    letter-spacing: 0.08em;
  }
}

.secMedia__btnList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 30px;
}
@media (max-width: 959px) {
  .secMedia__btnList {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
}
@media (max-width: 750px) {
  .secMedia__btnList {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
}

.secMedia__btn .c-btn-01__link {
  background: #fff;
  border: 4px solid #e1e1e6;
  transition: all 0.3s ease-out;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .secMedia__btn .c-btn-01__link:where(:any-link, :enabled, summary):hover {
    background: #00a9ec;
    border-color: #00a9ec;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
  .secMedia__btn .c-btn-01__link:where(:any-link, :enabled, summary):hover .c-btn-01__txt {
    color: #fff;
  }
  .secMedia__btn .c-btn-01__link:where(:any-link, :enabled, summary):hover use {
    fill: #fff;
  }
}
@media (max-width: 959px) {
  .secMedia__btn .c-btn-01__link {
    max-width: 65%;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  .secMedia__btn .c-btn-01__link {
    max-width: 100%;
    border-width: 3px;
  }
}
.secMedia__btn .c-btn-01__txt {
  color: #252d3e;
  font-weight: 500;
}

.secMerit {
  background: url(../img/indeedplus/merit_bg_en@2x.png) no-repeat center top 10rem/491px;
}
@media (max-width: 750px) {
  .secMerit {
    background-position: center top 5rem;
    background-size: 245px;
  }
}

.secMerit__heading {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .secMerit__heading {
    margin-bottom: 1.5rem;
  }
}

.secMerit__item {
  display: flex;
  align-items: center;
  padding-block: 3.8rem;
  border-bottom: 1px solid #252d3e;
}
@media (max-width: 750px) {
  .secMerit__item {
    padding-block: 2.5rem;
    display: block;
  }
}

@media (max-width: 750px) {
  .secMerit__icn {
    width: 150px;
    margin-inline: auto;
  }
}

.secMerit__txtbox {
  flex: 1;
  padding-left: 4.4rem;
}
@media (max-width: 750px) {
  .secMerit__txtbox {
    text-align: center;
    padding-left: 0;
    margin-top: 1.5rem;
  }
}

@media (max-width: 750px) {
  .secMerit__num {
    display: inline-grid;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.secMerit__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .secMerit__ttl {
    font-size: 2rem;
  }
}

.secMerit__txt {
  line-height: 2.1875;
}
@media (max-width: 750px) {
  .secMerit__txt {
    text-align: left;
    line-height: 1.85;
  }
}

.secMindware {
  background: url(../img/top/mindware_bg_en.png) no-repeat left top/3490px;
  padding-top: 13rem;
  padding-bottom: 10.2rem;
}
@media (max-width: 750px) {
  .secMindware {
    background: url(../img/top/mindware_bg_en_sp@2x.png) no-repeat left top/100%;
    padding-top: 8.8rem;
    padding-bottom: 5.5rem;
  }
}

.secMindware__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 750px) {
  .secMindware__grid {
    gap: 1rem;
  }
}

.secMindware__grid__item {
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 750px) {
  .secMindware__grid__item {
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}
.secMindware__grid__item a {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .secMindware__grid__item a:where(:any-link, :enabled, summary):hover .c-arrow-circle {
    background: #fff;
  }
  .secMindware__grid__item a:where(:any-link, :enabled, summary):hover use {
    fill: #00a9ec;
  }
  .secMindware__grid__item a:where(:any-link, :enabled, summary):hover .secMindware__item__img img {
    transform: scale(1.05);
  }
}
.secMindware__grid__item a:before {
  content: "";
  background: url(../img/common/mindware_grad@2x.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 750px) {
  .secMindware__grid__item a:before {
    background: url(../img/common/mindware_grad_sp@2x.png) no-repeat center center/cover;
  }
}
.secMindware__grid__item .c-btn-viewMore {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
@media (max-width: 750px) {
  .secMindware__grid__item .c-btn-viewMore {
    right: 1rem;
    bottom: 1rem;
  }
}
.secMindware__grid__item .c-arrow-circle {
  width: 48px;
}
@media (max-width: 750px) {
  .secMindware__grid__item .c-arrow-circle {
    width: 2.4rem;
  }
}
@media (max-width: 750px) {
  .secMindware__grid__item .c-btn-viewMore__link {
    font-size: 1.3rem;
  }
}

.secMindware__item__img {
  overflow: hidden;
  border-radius: 10px;
}
.secMindware__item__img img {
  transition: transform 0.3s ease-out;
  will-change: transform;
}
@media (max-width: 959px) {
  .secMindware__item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .secMindware__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 750px) {
  .secMindware__item__img {
    border-radius: 5px;
  }
}

.secMindware__txtbox {
  position: absolute;
  top: 2.2rem;
  left: 2.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  z-index: 2;
}
@media (max-width: 750px) {
  .secMindware__txtbox {
    top: 1rem;
    left: 1rem;
  }
}

.secMindware__ttl__en {
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .secMindware__ttl__en {
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
}

.secMindware__ttl__ja {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .secMindware__ttl__ja {
    font-size: 1.4rem;
  }
  .secMindware__ttl__ja--row1 {
    height: 2lh;
    display: grid;
    place-items: center start;
  }
}

.secService {
  background: #00a9ec;
  padding-block: 8rem;
}
@media (max-width: 750px) {
  .secService {
    padding-block: 4.7rem 5rem;
  }
}

.secService__grid {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: repeat(2, max-content);
  gap: 35px 80px;
  align-items: center;
  grid-template-areas: "secService__heading secService__list" "secService__btn secService__list";
}
@media (max-width: 959px) {
  .secService__grid {
    display: block;
  }
}

.secService__heading {
  grid-area: secService__heading;
  align-self: end;
  padding-top: 0.8rem;
}
@media (max-width: 959px) {
  .secService__heading {
    padding-top: 0;
    margin-bottom: 2.3rem;
  }
}
@media (max-width: 750px) {
  .secService__heading {
    padding-top: 0;
    margin-bottom: 2.3rem;
  }
}

.secService__heading__en {
  margin-bottom: 0.7rem;
}
@media (max-width: 750px) {
  .secService__heading__en {
    margin-bottom: 0.2rem;
  }
}

.secService__heading__ja {
  color: #fff;
}

.secService__list {
  grid-area: secService__list;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}
@media (max-width: 959px) {
  .secService__list {
    margin-bottom: 3.4rem;
  }
}
@media (max-width: 750px) {
  .secService__list {
    gap: 0 1.2rem;
    margin-bottom: 3.4rem;
  }
}

.secService__item {
  position: relative;
  border-bottom: 1px solid #4dc3f2;
}
.secService__item .secService__item__link {
  display: block;
  width: 350px;
  height: 100px;
  padding-left: 11.5rem;
  display: grid;
  place-items: center start;
}
@media (max-width: 959px) {
  .secService__item .secService__item__link {
    width: 100%;
    padding-left: 9.5rem;
  }
}
@media (max-width: 750px) {
  .secService__item .secService__item__link {
    width: auto;
    height: 5.6rem;
    padding-left: 4.1rem;
  }
}
.secService__item a {
  position: relative;
  transition: background 0.3s ease-out;
}
.secService__item a:before {
  content: "";
  background: url(../img/common/next.svg) no-repeat center center/cover;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .secService__item a:before {
    width: 1.1rem;
    height: 1.1rem;
    right: 0;
  }
}
@media (hover: hover) {
  .secService__item a:where(:any-link, :enabled, summary):hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.secService__item:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 52px;
  height: 52px;
  display: block;
  position: absolute;
  left: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .secService__item:before {
    left: 1.8rem;
  }
}
@media (max-width: 750px) {
  .secService__item:before {
    width: 3.1rem;
    height: 3.1rem;
    left: 0.5rem;
  }
}
@media (max-width: 959px) {
  .secService__item.item-01 {
    border-top: 1px solid #4dc3f2;
  }
}
.secService__item.item-01:before {
  background-image: url(../img/top/service_icn_01@2x.png);
}
@media (max-width: 959px) {
  .secService__item.item-02 {
    border-top: 1px solid #4dc3f2;
  }
}
.secService__item.item-02:before {
  background-image: url(../img/top/service_icn_02@2x.png);
}
.secService__item.item-03:before {
  background-image: url(../img/top/service_icn_03@2x.png);
}
.secService__item.item-04:before {
  background-image: url(../img/top/service_icn_04@2x.png);
}
.secService__item.item-05:before {
  background-image: url(../img/top/service_icn_05@2x.png);
}
.secService__item.item-06:before {
  background-image: url(../img/top/service_icn_06@2x.png);
}

.secService__item__txt {
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 750px) {
  .secService__item__txt {
    font-size: 1.4rem;
  }
}

.secService__btn {
  grid-area: secService__btn;
  align-self: start;
  width: 96%;
}
@media (max-width: 959px) {
  .secService__btn {
    padding-right: 2rem;
    width: 50%;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  .secService__btn {
    padding-right: 2rem;
    width: calc(100% - 3.5rem);
    margin-inline: auto;
  }
}

.table-list01 {
  width: 100%;
}
.table-list01 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #d1d3d7;
}
.table-list01 tr {
  font-weight: 500;
}
.table-list01 th,
.table-list01 td {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding-block: 1.9rem;
  line-height: 1.77;
  border-bottom: 1px solid #d1d3d7;
}
@media (max-width: 750px) {
  .table-list01 th,
  .table-list01 td {
    font-size: 1.4rem;
    line-height: 1.28;
    padding-block: 1.2rem;
  }
}
.table-list01 th {
  width: 174px;
  vertical-align: middle;
  background-color: #e6e7ea;
  text-align: center;
}
@media (max-width: 750px) {
  .table-list01 th {
    width: 25%;
  }
}
.table-list01 td {
  width: calc(100% - 174px);
  padding-left: 2.5rem;
  text-align: left;
}
@media (max-width: 750px) {
  .table-list01 td {
    width: 75%;
    padding-left: 1.2rem;
  }
}
.table-list01 td a {
  color: #00a9ec;
  text-decoration: underline;
}

.table-list01__col2 {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .table-list01__col2 {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
}
.table-list01__col2:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 750px) {
  .table-list01__col2:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 750px) {
  .table-list01__ph {
    width: 48%;
    margin-bottom: 1.4rem;
  }
}

.worry__step {
  background: url(../img/service/worry_line@2x.png) no-repeat center top -9rem/170rem;
  padding-top: 34.4rem;
  position: relative;
}
@media (min-width: 1531px) {
  .worry__step {
    background-size: 100%;
    background-position: center bottom 20rem;
  }
}
@media (max-width: 750px) {
  .worry__step {
    background: url(../img/service/worry_img_02_sp@2x.png) no-repeat center top 1.4rem/100%;
    padding-top: 20.2rem;
  }
}
.worry__step .inner {
  max-width: 1290px;
}
.worry__step:before {
  content: "";
  background: url(../img/service/worry_illust@2x.png) no-repeat center center/cover;
  width: 599px;
  height: 374px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
  z-index: 0;
}
@media (max-width: 750px) {
  .worry__step:before {
    display: none;
  }
}

.secWorry__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  justify-content: center;
  background: url(../img/service/worry_step_line@2x.png) no-repeat center top 103px/1100px;
  margin-bottom: 6.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 959px) {
  .secWorry__list {
    background-size: calc(100vw - 100px);
    background-position: center top 73px;
  }
}
@media (max-width: 750px) {
  .secWorry__list {
    background-size: calc(100vw - 50px);
    display: flex;
    flex-wrap: wrap;
    background: none;
    gap: 1rem 0;
    margin-bottom: 5.5rem;
    position: relative;
  }
}

@media (max-width: 750px) {
  .secWorry__item {
    width: 33.3333%;
  }
}
@media (max-width: 750px) {
  .secWorry__item:nth-of-type(1) {
    position: relative;
  }
  .secWorry__item:nth-of-type(1):before {
    content: "";
    background: #00a9ec;
    width: calc(100vw - 5rem);
    height: 5px;
    display: block;
    position: absolute;
    left: 5rem;
    top: 4.5rem;
    z-index: -1;
  }
}
@media (max-width: 750px) {
  .secWorry__item:nth-of-type(4) {
    position: relative;
  }
  .secWorry__item:nth-of-type(4):before {
    content: "";
    background: #00a9ec;
    width: calc(100vw - 5rem);
    height: 5px;
    display: block;
    position: absolute;
    left: -11rem;
    top: 4.5rem;
    z-index: -1;
  }
}
@media (max-width: 750px) {
  .secWorry__item:nth-of-type(4), .secWorry__item:nth-of-type(5) {
    width: 42%;
  }
}

.secWorry__item__icn {
  margin-bottom: 0.7rem;
}
@media (max-width: 750px) {
  .secWorry__item__icn {
    margin-bottom: 0.8rem;
  }
}
.secWorry__item__icn img {
  margin-inline: auto;
}
@media (max-width: 750px) {
  .secWorry__item__icn img {
    width: 10rem;
  }
}

.secWorry__item__txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.77;
}
@media (max-width: 959px) {
  .secWorry__item__txt .small {
    font-size: 1.4rem;
  }
}
@media (max-width: 750px) {
  .secWorry__item__txt {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .secWorry__item__txt .small {
    font-size: 1rem;
  }
}

.secWorry__result {
  background: #fff;
  border-radius: 10px;
  padding: 3.8rem 0;
}
@media (max-width: 959px) {
  .secWorry__result {
    padding: 3.8rem;
  }
}
@media (max-width: 750px) {
  .secWorry__result {
    border-radius: 5px;
    padding: 2.5rem;
  }
}

.secWorry__result__txt {
  font-size: 2rem;
  line-height: 2.1;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 959px) {
  .secWorry__result__txt {
    text-align: left;
  }
}
@media (max-width: 750px) {
  .secWorry__result__txt {
    font-size: 1.4rem;
    line-height: 1.785;
    letter-spacing: 0.08em;
    text-align: left;
  }
}

.article-list__foot {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .article-list__foot {
    margin-top: 1.6rem;
    gap: 1rem;
  }
}

.article-list__foot__num {
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .article-list__foot__num {
    font-size: 1.2rem;
  }
}

.wp-pagenavi,
.pager {
  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;
}

.wp-pagenavi a,
.wp-pagenavi > span,
.pager a,
.pager > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  color: #252d3e;
  border: 2px solid #7f7f7f;
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  background: #fff;
  margin-right: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 750px) {
  .wp-pagenavi a,
  .wp-pagenavi > span,
  .pager a,
  .pager > span {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    border-width: 1px;
  }
}

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

.wp-pagenavi a:hover,
.pager a:hover {
  background-color: #e40081;
  border-color: #e40081;
  color: #fff;
}

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

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

.wp-pagenavi .current,
.pager .current {
  background: #252d3e;
  color: #fff;
  border-color: #252d3e;
}

.st-footer {
  background: #f0f0f0;
}

@media (max-width: 750px) {
  .st-footer__top {
    padding-top: 2.4rem;
  }
}
.st-footer__top .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 959px) {
  .st-footer__top .inner {
    flex-wrap: wrap;
    padding-inline: 0;
  }
}
@media (max-width: 750px) {
  .st-footer__top .inner {
    display: block;
    padding-inline: 0;
  }
}

.st-footer__sitemap {
  border-right: 1px solid #fff;
  padding: 7.4rem 4rem;
  flex: 1;
}
@media (max-width: 959px) {
  .st-footer__sitemap {
    width: 50%;
    flex: none;
    padding: 4rem 4rem;
  }
}
@media (max-width: 750px) {
  .st-footer__sitemap {
    width: 100%;
    border-right: none;
    padding: 0;
  }
}
.st-footer__sitemap:first-child {
  border-left: 1px solid #fff;
}
@media (max-width: 750px) {
  .st-footer__sitemap:first-child {
    border-left: none;
  }
}
@media (max-width: 750px) {
  .st-footer__sitemap:not(:last-child) {
    margin-bottom: 3.4rem;
  }
}

.st-footer__sitemap__ttl {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  color: #00a9ec;
  letter-spacing: 0.12em;
}
@media (max-width: 750px) {
  .st-footer__sitemap__ttl {
    padding-inline: 2rem;
    padding-block: 1.1rem;
    font-size: 1.7rem;
    margin-bottom: 0;
    border-bottom: 1px solid #bebebd;
  }
}

@media (max-width: 750px) {
  .st-footer__sitemap__item {
    font-size: 1.5rem;
    border-bottom: 1px solid #bebebd;
  }
}
.st-footer__sitemap__item:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media (max-width: 750px) {
  .st-footer__sitemap__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.st-footer__sitemap__item a {
  transition: opacity 0.3s ease-out;
  position: relative;
}
@media (max-width: 750px) {
  .st-footer__sitemap__item a {
    display: block;
    padding-inline: 2rem;
    padding-block: 1.85rem;
  }
  .st-footer__sitemap__item a:before {
    content: "";
    background: url(../img/common/next-blue.svg) no-repeat center center/cover;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
  }
}
@media (hover: hover) {
  .st-footer__sitemap__item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.st-footer__sitemap__item__child {
  margin-top: 2rem;
  margin-bottom: 2.6rem;
}
@media (max-width: 750px) {
  .st-footer__sitemap__item__child {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #bebebd;
  }
}
.st-footer__sitemap__item__child .st-footer__sitemap__item {
  margin-left: 1.4rem;
}
@media (max-width: 750px) {
  .st-footer__sitemap__item__child .st-footer__sitemap__item {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .st-footer__sitemap__item__child .st-footer__sitemap__item:last-child {
    border-bottom: none;
  }
}
.st-footer__sitemap__item__child .st-footer__sitemap__item a {
  font-size: 1.5rem;
  padding-left: 2.8rem;
}
@media (max-width: 750px) {
  .st-footer__sitemap__item__child .st-footer__sitemap__item a {
    padding-left: 6rem;
  }
  .st-footer__sitemap__item__child .st-footer__sitemap__item a:after {
    content: "";
    background: url(../img/common/next-blue.svg) no-repeat center center/cover;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
  }
}
.st-footer__sitemap__item__child .st-footer__sitemap__item a:before {
  content: "";
  background: #00a9ec;
  width: 1.4rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 750px) {
  .st-footer__sitemap__item__child .st-footer__sitemap__item a:before {
    width: 1.2rem;
    left: 4rem;
  }
}

@media (max-width: 750px) {
  .fixBnr ~ .st-footer .st-footer__bottom {
    padding-block-end: 15rem;
  }
}

.st-footer__bottom {
  border-top: 1px solid #fff;
  padding-block: 4.2rem;
}
@media (max-width: 750px) {
  .st-footer__bottom {
    padding-block: 3.2rem 5rem;
    border-top: none;
  }
}
.st-footer__bottom .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .st-footer__bottom .inner {
    display: block;
  }
}

@media (max-width: 750px) {
  .st-footer__logo {
    width: 12.7rem;
    margin-inline: auto;
    margin-bottom: 2.6rem;
  }
}

@media (max-width: 750px) {
  .st-footer__copyright {
    text-align: center;
  }
}
.st-footer__copyright small {
  font-size: 1.2rem;
  letter-spacing: 0.11em;
}
@media (max-width: 750px) {
  .st-footer__copyright small {
    font-size: 1.3rem;
    font-weight: 300;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header {
  background: #fff;
  height: 110px;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  padding-inline: 30px;
  transition: transform 0.3s ease-out;
}
@media (max-width: 1340px) {
  .st-header {
    zoom: 0.9;
  }
}
@media (max-width: 1210px) {
  .st-header {
    zoom: 0.8;
  }
}
@media (max-width: 1080px) {
  .st-header {
    zoom: 0.7;
  }
}
.st-header.header-hidden {
  transform: translateY(-100%);
}
@media (max-width: 959px) {
  .st-header {
    min-width: 0;
    height: auto;
    background: none;
    color: #252d3e;
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    height: 82px;
    display: grid;
    place-items: center start;
    zoom: 1;
    padding-inline: 20px;
  }
}

.st-header__logo {
  margin-right: 30px;
  transition: all 0.3s ease-out;
}
@media (max-width: 959px) {
  .st-header__logo {
    margin-right: 0;
    width: 27.7vw;
    max-width: 94px;
  }
}
.st-header__logo a {
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .st-header__logo a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

.st-header__nav {
  flex: 1;
}

.st-header__nav__cont {
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  .st-header__nav__cont {
    display: block;
    padding: 8.1rem 2rem 3rem;
  }
}

@media (max-width: 959px) {
  .st-header__nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 2rem);
    max-width: 400px;
    height: 8.1rem;
    background: #fff;
    padding-inline: 2rem;
    padding-right: 7.4rem;
    z-index: 2;
  }
}
.st-header__nav__logo {
  display: none;
}
@media (max-width: 959px) {
  .st-header__nav__logo {
    margin: 0;
    display: block;
    width: 27.7vw;
    max-width: 94px;
  }
}

.st-header__cta--sp {
  display: none;
}
@media (max-width: 959px) {
  .st-header__cta--sp {
    display: block;
    display: flex;
    gap: 0.85rem;
  }
}

@media (max-width: 959px) {
  .st-header__cta--sp__item {
    z-index: 2;
    width: 54px;
    height: 54px;
    border-radius: 50%;
  }
  .st-header__cta--sp__item a {
    display: grid;
    place-items: center;
    height: 100%;
  }
  .st-header__cta--sp__item--tel {
    background: #00a9ec;
  }
  .st-header__cta--sp__item--tel img {
    transform: scaleX(-1);
  }
  .st-header__cta--sp__item--mail {
    background: #e40081;
  }
}

.st-header__pageLink {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 959px) {
  .st-header__pageLink {
    display: block;
    margin-top: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

.st-header__pageLink__item {
  line-height: 1;
  position: relative;
}
.st-header__pageLink__item .st-header__pageLink__txt + .arrow-right {
  display: none;
}
@media (max-width: 959px) {
  .st-header__pageLink__item .st-header__pageLink__txt + .arrow-right {
    display: block;
  }
}
@media (max-width: 959px) {
  .st-header__pageLink__item.sp {
    display: block !important;
  }
}
@media (max-width: 959px) {
  .st-header__pageLink__item {
    border-bottom: 1px solid #bebebd;
  }
  .st-header__pageLink__item:first-child {
    border-top: 1px solid #bebebd;
  }
}

.st-header__pageLink__link {
  display: flex;
  align-items: center;
  padding: 0 22px;
  height: 110px;
  transition: all 0.3s ease-out;
}
@media (max-width: 959px) {
  .st-header__pageLink__link {
    padding: 2.3rem 1rem;
    padding-right: 1.4rem;
    height: auto;
    justify-content: space-between;
  }
}
@media (hover: hover) {
  .st-header__pageLink__link:where(:any-link, :enabled, summary):hover {
    background: #00a9ec;
    color: #fff;
  }
}
.st-header__pageLink__link.current {
  color: #00a9ec;
}

.st-header__pageLink__item--dropdown:hover .st-header__pageLink__btn {
  background: #00a9ec;
  color: #fff;
}
@media (max-width: 959px) {
  .st-header__pageLink__item--dropdown:hover .st-header__pageLink__btn {
    background: none;
    color: inherit;
  }
}
.st-header__pageLink__item--dropdown:hover .st-header__dropdown {
  opacity: 1;
  visibility: visible;
}
.st-header__pageLink__item--dropdown .st-header__dropdown.focused {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 959px) {
  .st-header__pageLink__item--dropdown:before {
    content: none;
  }
}

.st-header__pageLink__btn {
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 110px;
  transition: all 0.3s ease-out;
}
@media (max-width: 959px) {
  .st-header__pageLink__btn {
    padding: 2.3rem 1rem;
    padding-right: 1.4rem;
    height: auto;
    width: 100%;
    position: relative;
    color: inherit;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 959px) {
  .st-header__pageLink__btn:after {
    content: "";
    background: url(../img/common/nav_icn_plus@2x.png) no-repeat center center/cover;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.3rem;
  }
}
@media (max-width: 959px) {
  .st-header__pageLink__btn.active:after {
    background: url(../img/common/nav_icn_minus@2x.png) no-repeat center center/cover;
  }
}
@media (hover: hover) {
  .st-header__pageLink__btn:where(:any-link, :enabled, summary):hover + .st-header__dropdown {
    opacity: 1;
    visibility: visible;
  }
}
.st-header__pageLink__btn.current {
  color: #fff;
  background: #00a9ec;
}

.st-header__dropdown {
  position: absolute;
  top: 110px;
  left: 0px;
  width: calc(100vw - 140px);
  max-width: 1200px;
  background: #00a9ec;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  padding: 25px 42px;
  display: flex;
  align-items: center;
}
.st-header__dropdown.focused {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 959px) {
  .st-header__dropdown {
    position: static;
    border: none;
    box-shadow: none;
    background: none;
    padding: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    border-radius: 0px;
    transition: none;
    display: none;
  }
}

.st-header__dropdown__left {
  padding-right: 21px;
  border-right: 2px solid #095d7e;
  width: 18%;
}
@media (max-width: 959px) {
  .st-header__dropdown__left {
    width: 100%;
    padding: 0;
    border-right: none;
    border-top: 1px solid #bebebd;
    border-bottom: 1px solid #bebebd;
  }
}
.st-header__dropdown__left a {
  display: block;
}
@media (hover: hover) {
  .st-header__dropdown__left a:where(:any-link, :enabled, summary):hover .c-btn-viewMore .c-arrow-circle {
    background: #fff;
  }
  .st-header__dropdown__left a:where(:any-link, :enabled, summary):hover .c-btn-viewMore use {
    fill: #00a9ec;
  }
}
@media (max-width: 959px) {
  .st-header__dropdown__left a {
    padding: 2.3rem 2rem;
    padding-right: 1.4rem;
    height: auto;
    width: 100%;
    position: relative;
  }
  .st-header__dropdown__left a:before {
    content: "";
    background: url(../img/common/next-black.svg) no-repeat center center/cover;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.dropdown__left__comment {
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .dropdown__left__comment {
    display: none;
  }
}
.dropdown__left__comment span {
  display: inline-block;
  background: #fff;
  color: #00a9ec;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 30px;
  padding: 8px 17px;
  position: relative;
}
.dropdown__left__comment span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 1px);
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  height: 7px;
  background: #fff;
}

.dropdown__left__txt {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.428;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 959px) {
  .dropdown__left__txt {
    color: inherit;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
  }
}

.st-header__dropdown__left__btn {
  justify-content: end;
}
@media (max-width: 959px) {
  .st-header__dropdown__left__btn {
    display: none;
  }
}

.st-header__dropdown__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 30px;
  justify-content: center;
  flex: 1;
  padding-left: 35px;
  padding-bottom: 14px;
}
@media (max-width: 959px) {
  .st-header__dropdown__list {
    display: block;
    padding: 0;
  }
}

.st-header__dropdown__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 959px) {
  .st-header__dropdown__item:not(:last-child) {
    border-bottom: 1px solid #bebebd;
  }
}
.st-header__dropdown__item a {
  display: block;
  position: relative;
  height: 59px;
  display: grid;
  place-items: center start;
  transition: all 0.3s ease-out;
  padding-inline-start: 15px;
  padding-inline-end: 30px;
}
@media (max-width: 959px) {
  .st-header__dropdown__item a {
    padding: 2.3rem 2rem;
    padding-right: 1.4rem;
    height: auto;
    width: 100%;
    position: relative;
  }
}
@media (hover: hover) {
  .st-header__dropdown__item a:where(:any-link, :enabled, summary):hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .st-header__dropdown__item a:where(:any-link, :enabled, summary):hover:before {
    right: 4.5px;
  }
}
.st-header__dropdown__item .arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .st-header__dropdown__item .arrow-right {
    width: 1.5rem;
    right: 1.4rem;
  }
  .st-header__dropdown__item .arrow-right use {
    fill: #252d3e;
  }
}

.st-header__dropdown__txt {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  color: #fff;
}
@media (max-width: 959px) {
  .st-header__dropdown__txt {
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 22px;
    color: inherit;
  }
  .st-header__dropdown__txt:before {
    content: "";
    background: #00a9ec;
    width: 1.3rem;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.st-header__pageLink__txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 959px) {
  .st-header__pageLink__txt {
    font-size: 1.5rem;
    color: #00a9ec;
  }
}

.st-header__nav__cta {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  .st-header__nav__cta {
    display: block;
  }
}

.st-header__nav__cta__tel {
  margin-right: 20px;
}
@media (max-width: 959px) {
  .st-header__nav__cta__tel {
    margin-right: 0;
  }
}
.st-header__nav__cta__tel .c-cta__tel__time {
  padding-left: 1.3em;
}

.st-header__nav__cta__mail .c-cta__mail__btn {
  padding-right: 0.8em;
}

#sp-btn {
  display: none;
}

@media (max-width: 959px) {
  /* sp-btn */
  .scroll-prevent {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #sp-btn {
    position: fixed;
    z-index: 2;
    top: 1.4rem;
    right: 1rem;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #111;
    cursor: pointer;
    transition: background 0.4s;
  }
  #sp-btn span {
    width: 26px;
    height: 2px;
    transition: all 0.4s;
    background: #fff;
  }
  #sp-btn span:not(:last-child) {
    margin-bottom: 7px;
  }
  #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;
    width: 26px;
    height: 24px;
    position: relative;
    padding: 0;
  }
  #sp-btn #sp-btn-a:hover {
    opacity: 1;
  }
  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translate(0, 9px) rotate(-38deg);
    transform: translate(0, 9px) rotate(-38deg);
  }
  #sp-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-btn.active span:nth-of-type(3) {
    -webkit-transform: translate(0, -9px) rotate(38deg);
    transform: translate(0, -9px) rotate(38deg);
  }
  /* g-anv */
  #g-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: calc(100% - 2rem);
    max-width: 400px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: none;
    background: #fff;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0 40px;
  }
  #overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    display: none;
  }
}
@media (max-width: 750px) {
  #g-nav {
    max-width: 100%;
    padding: 0;
  }
}
.l-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 2rem;
  padding-block: 0.8rem 10rem;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-areas: "sidebar main";
  gap: 4rem;
}
@media (max-width: 959px) {
  .l-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "main" "sidebar";
    gap: 5rem;
  }
}
@media (max-width: 750px) {
  .l-wrapper {
    padding-block: 0 5rem;
  }
}
.l-wrapper .l-side {
  grid-area: sidebar;
}
@media (max-width: 959px) {
  .l-wrapper .l-side {
    max-width: 300px;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  .l-wrapper .l-side {
    width: 100%;
    max-width: 100%;
  }
}
.l-wrapper .l-main {
  grid-area: main;
}

.l-side__btn {
  margin-bottom: 1.8rem;
}
.l-side__btn--pink .l-side__btn__link {
  background: #e40081;
}
@media (hover: hover) {
  .l-side__btn--pink .l-side__btn__link:where(:any-link, :enabled, summary):hover {
    background: #252d3e;
  }
}
.l-side__btn--mail .l-side__btn__link {
  background: #252d3e;
}
@media (hover: hover) {
  .l-side__btn--mail .l-side__btn__link:where(:any-link, :enabled, summary):hover {
    background: #fff;
  }
  .l-side__btn--mail .l-side__btn__link:where(:any-link, :enabled, summary):hover .l-side__btn__txt {
    color: #00a9ec;
  }
  .l-side__btn--mail .l-side__btn__link:where(:any-link, :enabled, summary):hover use {
    fill: #00a9ec;
  }
}
.l-side__btn--mail .l-side__btn__link {
  display: flex;
  align-items: center;
}
.l-side__btn--mail .mail {
  margin-right: 1.4rem;
}

.l-side__btn__link {
  display: grid;
  place-items: center;
  justify-content: center;
  background: #00a9ec;
  height: 6.4rem;
  border-radius: 6.4rem;
  padding-right: 2.5rem;
  position: relative;
  transition: background 0.3s ease-out;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
}
@media (max-width: 750px) {
  .l-side__btn__link {
    justify-content: center;
    height: 5rem;
    padding-inline: 0;
  }
}

.l-side__btn__txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  transition: color 0.3s ease-out;
}
@media (max-width: 750px) {
  .l-side__btn__txt {
    font-size: 1.4rem;
  }
}

.l-side__btn__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  line-height: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  .l-side__btn__arrow {
    right: 1.5rem;
  }
}
@media (max-width: 750px) {
  .l-side__btn__arrow .arrow-right {
    width: 1.5rem;
  }
}

.l-side__media {
  border: 2px solid #00a9ec;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
.l-side__media--category .l-side__media__list li a {
  padding-left: 0.8rem;
}

.l-side__media__ttl {
  background: #00a9ec;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.l-side__media__ttl__in {
  background: url(../img/common/side_icn_media@2x.png) no-repeat center left/4.8rem;
  padding-left: 6.2rem;
  padding-right: 3.2rem;
  display: inline-grid;
  place-items: center;
  height: 6.4rem;
}
.l-side__media__ttl__in--category {
  background-image: url(../img/common/side_icn_category@2x.png);
  background-size: 4.1rem;
  padding-left: 6rem;
  padding-right: 2rem;
}

.l-side__media__list {
  background: #fff;
  padding-inline: 1.2rem;
}
.l-side__media__list li:not(:last-child) {
  border-bottom: 1px solid #e3e3e6;
}
.l-side__media__list li a {
  font-size: 1.6rem;
  font-weight: bold;
  display: grid;
  place-items: center start;
  height: 6.3rem;
  position: relative;
  transition: color 0.3s ease-out;
}
@media (hover: hover) {
  .l-side__media__list li a:where(:any-link, :enabled, summary):hover {
    color: #00a9ec;
  }
  .l-side__media__list li a:where(:any-link, :enabled, summary):hover use {
    fill: #00a9ec;
  }
}
.l-side__media__list .c-btn-01__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 0;
}
@media (max-width: 750px) {
  .l-side__media__list .c-btn-01__arrow {
    right: 1.5rem;
  }
}
@media (max-width: 750px) {
  .l-side__media__list .c-btn-01__arrow .arrow-right {
    width: 1.5rem;
  }
}

.l-side__menu {
  margin-bottom: 1.9rem;
}

.l-side__menu__item {
  margin-bottom: 1.6rem;
}
.l-side__menu__item--mind a {
  background-image: url(../img/common/side_icn_mind@2x.png);
}
.l-side__menu__item--about a {
  background-image: url(../img/common/side_icn_about@2x.png);
}
.l-side__menu__item--staff a {
  background-image: url(../img/common/side_icn_staff@2x.png);
}
.l-side__menu__item--blog a {
  background-image: url(../img/common/side_icn_blog@2x.png);
}
.l-side__menu__item--column a {
  background-image: url(../img/common/side_icn_column@2x.png);
}
.l-side__menu__item--recruit a {
  background-image: url(../img/common/side_icn_recruit@2x.png);
}
.l-side__menu__item a {
  display: block;
  border: 2px solid #e3e3e6;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 0.7rem top 0.8rem;
  background-size: 7.7rem;
  border-radius: 10px;
  height: 8.6rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 9rem;
}
@media (hover: hover) {
  .l-side__menu__item a:where(:any-link, :enabled, summary):hover use {
    fill: #00a9ec;
  }
}
.l-side__menu__item .c-btn-01__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  line-height: 0;
}
@media (max-width: 750px) {
  .l-side__menu__item .c-btn-01__arrow {
    right: 1.5rem;
  }
}
@media (max-width: 750px) {
  .l-side__menu__item .c-btn-01__arrow .arrow-right {
    width: 1.5rem;
  }
}

.l-side__menu__en {
  font-size: 1.5rem;
  color: #d7d7d9;
  position: relative;
  padding-left: 10px;
  line-height: 1.1;
}
.l-side__menu__en:before {
  content: "";
  background: #d7d7d9;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.l-side__menu__ja {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.l-side__cta {
  background: #e40081;
  border-radius: 10px;
  color: #fff;
  position: relative;
  padding: 2rem 1.9rem 2.4rem;
  margin-bottom: 1.8rem;
}

.l-side__cta__catch {
  position: absolute;
  right: 1.8rem;
  top: -1rem;
}

.l-side__cta__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.9rem;
}
.l-side__cta__ttl .small {
  font-size: 1.6rem;
}

.l-side__cta__tel .c-cta__tel__number {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 959px) {
  .l-side__cta__tel .c-cta__tel__number img {
    max-width: 260px;
  }
}
.l-side__cta__tel .c-cta__tel__time {
  font-size: 1.4rem;
  margin-bottom: 1.8rem;
}

.l-side__cta__mail .l-side__btn__link {
  background: #fff;
  display: flex;
  align-items: center;
  height: 5.3rem;
  border-radius: 5.3rem;
  padding-right: 0.4rem;
  position: relative;
  transition: background 0.3s ease-out;
}
@media (max-width: 750px) {
  .l-side__cta__mail .l-side__btn__link {
    justify-content: center;
    height: 5rem;
    padding-inline: 0;
  }
}
@media (hover: hover) {
  .l-side__cta__mail .l-side__btn__link:where(:any-link, :enabled, summary):hover {
    background: #252d3e;
  }
  .l-side__cta__mail .l-side__btn__link:where(:any-link, :enabled, summary):hover .l-side__btn__txt {
    color: #fff;
  }
  .l-side__cta__mail .l-side__btn__link:where(:any-link, :enabled, summary):hover use {
    fill: #fff;
  }
}
.l-side__cta__mail .l-side__btn__txt {
  color: #252d3e;
}
.l-side__cta__mail .mail {
  margin-right: 1rem;
}

.l-side__bnr {
  margin-bottom: 1.7rem;
}
.l-side__bnr a {
  border-radius: 10px;
  position: relative;
  display: block;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
}
@media (hover: hover) {
  .l-side__bnr a:where(:any-link, :enabled, summary):hover .l-side__bnr__ttl {
    background: #252d3e;
  }
}
.l-side__bnr img {
  width: 100%;
}
.l-side__bnr .c-btn-01__arrow {
  right: 18px;
}

.l-side__bnr__ttl {
  background: #00a9ec;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  transition: background 0.3s ease-out;
}

.l-side__bnr__more {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 3.6rem;
  display: grid;
  place-items: center;
}

.l-side__bnr--movie a:before {
  content: "";
  background: url(../img/common/side_bnr_movie_illust_02@2x.png) no-repeat center center/cover;
  width: 68px;
  height: 114px;
  display: block;
  position: absolute;
  left: -18px;
  top: 8px;
  z-index: 1;
}
.l-side__bnr--movie a:after {
  content: "";
  background: url(../img/common/side_bnr_movie_illust_01@2x.png) no-repeat center center/cover;
  width: 51px;
  height: 93px;
  display: block;
  position: absolute;
  right: -13px;
  top: 18px;
  z-index: 1;
}

.l-side__bnr--strong a:before {
  content: "";
  background: url(../img/common/side_bnr_strong_illust@2x.png) no-repeat center center/cover;
  width: 76px;
  height: 77px;
  display: block;
  position: absolute;
  right: 10px;
  top: -16px;
  z-index: 1;
}

.l-side__bnr--usp a:before {
  content: "";
  background: url(../img/common/side_bnr_usp_illust@2x.png) no-repeat center center/cover;
  width: 66px;
  height: 114px;
  display: block;
  position: absolute;
  left: -20px;
  top: 13px;
  z-index: 1;
}

.l-side__bnr--hitomusubi {
  margin-bottom: 0;
}
.l-side__bnr--hitomusubi .l-side__bnr__ttl {
  background: #dc000c;
}

.search-form {
  margin-bottom: 50px;
  position: relative;
}

.search-form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #fff;
  width: 100%;
  padding: 19.5px 50px 19.5px 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 10px;
}

.search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 44px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/column/search-icon.png) center/33px no-repeat;
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  cursor: pointer;
}

.l-side--column h2 {
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: solid 4px #01A9EC;
  padding: 0 0 4px 40px;
  margin-bottom: 3rem;
  position: relative;
}

.l-side--column h2 span {
  position: relative;
  color: #01A9EC;
  z-index: 1;
}

.l-side--column .rank-box h2::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  background: url(../img/column/ranking-icon.png) center/cover no-repeat;
  position: absolute;
  top: 8px;
  left: 1px;
}

.l-side--column .rank-list {
  margin: 3rem 0 5.5rem;
}

.l-side--column .rank-list .post {
  margin-bottom: 60px;
}

.col-post .img {
  line-height: 0.5;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.col-post .img img {
  width: 100%;
  height: 134px;
  transition: all 0.5s;
  object-fit: cover;
}

.l-side--column .col-post .img img {
  height: 191px;
}

.col-post .ttl {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  color: #333;
  text-decoration: underline;
  text-align: justify;
}

.col-post .post-time {
  text-align: right;
  line-height: 1.8;
}

.l-side--column .rank-list .post:last-child {
  margin-bottom: 2.6rem;
}

.l-side--column .rank-list .img::before {
  content: "01";
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #333;
  font-size: 25px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.l-side--column .rank-list .post:first-child figure::before {
  background: #e40081;
}

.l-side--column .rank-list .post:nth-child(2) figure::before {
  content: "02";
  background: #252D3E;
}

.l-side--column .rank-list .post:nth-child(3) figure::before {
  content: "03";
  background: #01A9EC;
}

.l-side--column .cat-menu h2::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 21px;
  background: url(../../images/column/sidebar/list-icon.svg) center/cover no-repeat;
  position: absolute;
  top: 12px;
  left: 0;
}

.l-side--column .cat-menu > ul {
  border-top: solid 1px #ddd;
}

.l-side--column .cat-menu > ul > li {
  border-bottom: solid 1px #ddd;
}

.l-side--column .cat-menu .children li {
  border-top: dotted 1px #ccc;
}

.l-side--column .cat-menu li a {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 30px 40px 30px 0;
  background: url(../../images/column/arrow-black.svg) right 22px center/8px 14px no-repeat;
  position: relative;
}

.l-side--column .cat-menu .children li a {
  background: transparent !important;
  padding: 29px 18px 31px 36px;
  transition: all 0.2s;
}

.l-side--column .cat-menu .children li a::before {
  content: "";
  width: 12px;
  height: 2px;
  background: #01A9EC;
  position: absolute;
  top: 50%;
  left: 16px;
}

.l-side--column .cat-menu .children {
  margin-left: 2rem;
}

@media (max-width: 750px) {
  .search-form {
    margin-bottom: 3rem;
  }
  .search-form input[type=text] {
    padding: 13px 50px 13px 16px;
  }
  .search-form button {
    background-size: 25px;
    right: 4.5px;
  }
  .l-side--column h2 {
    font-size: 2rem;
  }
  .l-side--column .rank-box h2::before {
    top: 2px;
    left: 0;
  }
  .col-post .post {
    width: 100%;
    margin: 0 0 2rem;
  }
  .col-post .post:last-child {
    margin-bottom: 0;
  }
  .col-post .post a {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .col-post .post a {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .col-post .ttl {
    font-size: 1.4rem;
  }
  .col-post .img {
    width: 120px;
    overflow: visible;
    margin-bottom: 0;
  }
  .col-post .img img {
    height: 80px;
  }
  .l-side--column .col-post .img img {
    height: 80px;
  }
  .col-post .txt {
    width: calc(100% - 120px);
    line-height: 1.6;
    padding-left: 1.5rem;
  }
  .l-side--column .rank-list {
    margin: 0 0 2rem;
    font-size: 1.4rem;
  }
  .l-side--column .rank-list .post {
    width: 100%;
    margin-bottom: 2rem;
  }
  .l-side--column .rank-list .img::before {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.6rem;
    top: -5px;
    left: -5px;
  }
  .l-side--column .cat-menu > ul {
    border: none;
    margin: 0 -1rem;
  }
  .l-side--column .cat-menu li a {
    padding: 20px 30px 20px 10px;
    background-position: right 10px center;
    font-size: 16px;
  }
  .l-side--column .cat-menu .children {
    margin-left: 0;
  }
  .l-side--column .cat-menu .children li a {
    padding: 20px 30px;
  }
  .l-side--column .cat-menu .children li a::before {
    width: 10px;
    left: 10px;
  }
}
#top .mv-about-wrap {
  background-image: url(../img/top/mv_bg@2x.png), url(../img/top/mv_bg_catch@2x.png);
  background-repeat: no-repeat;
  background-position: center top 5.5rem, left -1.5rem top 24.3rem;
  background-size: 170rem, 205.7rem;
}
@media (min-width: 1531px) {
  #top .mv-about-wrap {
    background-position: center top, left -1.5rem top 24.3rem;
    background-size: 100%, 205.7rem;
  }
}
@media (max-width: 959px) {
  #top .mv-about-wrap {
    background-image: url(../img/top/mv_bg_sp@2x.png), url(../img/top/mv_bg_catch_sp@2x.png);
    background-repeat: no-repeat;
    background-position: center top 14.8rem, center top 7.8rem;
    background-size: 100%, 96.6666666667vw;
  }
}
@media (max-width: 750px) {
  #top .mv-about-wrap {
    background-image: url(../img/top/mv_bg_sp@2x.png), url(../img/top/mv_bg_catch_sp@2x.png);
    background-repeat: no-repeat;
    background-position: center top 5.6rem, center top 3.8rem;
    background-size: 100%, 96.6666666667vw;
  }
}
#top .secMainView {
  position: relative;
  padding: 16.8rem 0 20rem;
}
@media (max-width: 959px) {
  #top .secMainView {
    padding: 9.8rem 0 11.8rem;
  }
}
@media (max-width: 750px) {
  #top .secMainView {
    padding: 2.3rem 0 7.2rem;
  }
}
#top .secMainView__ttl {
  font-size: 6.4rem;
  line-height: 1.4375;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.12em;
  margin-bottom: 29.2rem;
}
@media (max-width: 959px) {
  #top .secMainView__ttl {
    text-align: center;
    margin-bottom: 37.2rem;
  }
}
@media (max-width: 750px) {
  #top .secMainView__ttl {
    font-size: 3.3rem;
    text-align: center;
    line-height: 1.36;
    margin-bottom: 17.6rem;
  }
}
#top .secMainView__point {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: end;
  gap: 0 2rem;
}
@media (max-width: 959px) {
  #top .secMainView__point {
    justify-content: center;
  }
}
@media (max-width: 750px) {
  #top .secMainView__point {
    justify-content: center;
    gap: 0 1rem;
  }
}
#top .secMainView__point__item {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 22rem;
  aspect-ratio: 1/1;
}
@media (max-width: 750px) {
  #top .secMainView__point__item {
    width: 10.8rem;
  }
}
#top .secMainView__point__item--txt {
  border: 1rem solid #00a9ec;
  background: #fff;
  display: grid;
  place-items: center;
  line-height: 1.4;
}
@media (max-width: 750px) {
  #top .secMainView__point__item--txt {
    border-width: 0.5rem;
  }
}
#top .secMainView__point__item--txt.item-01 .secMainView__point__item__txt__row01 {
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  #top .secMainView__point__item--txt.item-01 .secMainView__point__item__txt__row01 {
    font-size: 1.2rem;
  }
}
#top .secMainView__point__item--txt.item-01 .secMainView__point__item__txt__row02 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  #top .secMainView__point__item--txt.item-01 .secMainView__point__item__txt__row02 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
#top .secMainView__point__item--txt.item-01 .secMainView__point__item__txt__row02 .num {
  font-size: 4.8rem;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  #top .secMainView__point__item--txt.item-01 .secMainView__point__item__txt__row02 .num {
    font-size: 2.4rem;
  }
}
#top .secMainView__point__item--txt.item-01 .secMainView__point__item__txt__row03 {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  #top .secMainView__point__item--txt.item-01 .secMainView__point__item__txt__row03 {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
#top .secMainView__point__item--txt.item-02 {
  padding-bottom: 0.9rem;
}
@media (max-width: 750px) {
  #top .secMainView__point__item--txt.item-02 {
    padding-bottom: 0.5rem;
  }
}
#top .secMainView__point__item--txt.item-02 .secMainView__point__item__txt__row01 {
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
@media (max-width: 750px) {
  #top .secMainView__point__item--txt.item-02 .secMainView__point__item__txt__row01 {
    font-size: 1.4rem;
  }
}
#top .secMainView__point__item--txt.item-02 .secMainView__point__item__txt__row01 .num {
  font-size: 6rem;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #top .secMainView__point__item--txt.item-02 .secMainView__point__item__txt__row01 .num {
    font-size: 3rem;
  }
}
#top .secMainView__point__item--txt.item-02 .secMainView__point__item__txt__row02 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-top: 0.1rem solid #00a9ec;
  border-bottom: 0.1rem solid #00a9ec;
}
@media (max-width: 750px) {
  #top .secMainView__point__item--txt.item-02 .secMainView__point__item__txt__row02 {
    font-size: 1.4rem;
  }
}
@media (max-width: 750px) {
  #top .secMainView__point__item.item-03 {
    width: 10.8rem;
  }
}
#top .secMainView__point__item.item-03 img {
  width: 100%;
}
#top .secMainView__point__item__txt {
  display: grid;
  place-items: center;
  color: #00a9ec;
}
#top .secAbout {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-bottom: 31rem;
  position: relative;
}
@media (max-width: 959px) {
  #top .secAbout {
    padding-top: 14rem;
  }
}
@media (max-width: 750px) {
  #top .secAbout {
    display: block;
    padding-top: 6.7rem;
    padding-bottom: 28.1rem;
  }
}
#top .secAbout:before {
  content: "";
  background: #fff;
  width: calc(50vw + 70rem);
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 200px 0 0 0;
  width: calc(50vw + 74rem);
}
@media (max-width: 1170px) {
  #top .secAbout:before {
    width: 100%;
  }
}
@media (max-width: 959px) {
  #top .secAbout:before {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 750px) {
  #top .secAbout:before {
    width: calc(100% - 2rem);
    border-radius: 100px 0 0 0;
  }
}
#top .secAbout .inner {
  width: 100%;
  position: relative;
}
@media (max-width: 750px) {
  #top .secAbout .inner {
    padding-inline: 3.9rem;
  }
}
#top .secAbout .inner:before {
  content: "";
  background: url(../img/top/about_img@2x.png) no-repeat center center/cover;
  width: 56.5rem;
  height: 40.5rem;
  display: block;
  position: absolute;
  left: -8.3rem;
  top: -7.9rem;
}
@media (max-width: 959px) {
  #top .secAbout .inner:before {
    width: 35.5rem;
    height: 24.5rem;
    left: auto;
    right: 2rem;
    top: -20.2rem;
  }
}
@media (max-width: 750px) {
  #top .secAbout .inner:before {
    width: 15.6rem;
    height: 10.8rem;
    left: auto;
    right: 2rem;
    top: -9.4rem;
  }
}
#top .secAbout__txtbox {
  max-width: 65.7rem;
  margin-left: auto;
  margin-top: -8.5rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 959px) {
  #top .secAbout__txtbox {
    margin-top: 0;
    max-width: calc(100% - 4rem);
  }
}
@media (max-width: 750px) {
  #top .secAbout__txtbox {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 750px) {
  #top .secAbout__heading {
    margin-bottom: 0.3rem;
  }
}
#top .secAbout__heading__en {
  font-size: 10rem;
  letter-spacing: 0.02em;
  color: #00a9ec;
  line-height: 1.2;
  margin-bottom: 3.6rem;
}
@media (max-width: 750px) {
  #top .secAbout__heading__en {
    font-size: 3.9rem;
    margin-bottom: 0.7rem;
  }
}
#top .secAbout__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 2.9rem;
}
@media (max-width: 750px) {
  #top .secAbout__ttl {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.2rem;
  }
}
#top .secAbout__ttl .num {
  font-size: 5.4rem;
}
@media (max-width: 750px) {
  #top .secAbout__ttl .num {
    font-size: 3.1rem;
  }
}
#top .secAbout__txt {
  font-size: 1.8rem;
  line-height: 2.22;
}
@media (max-width: 750px) {
  #top .secAbout__txt {
    font-size: 1.4rem;
    line-height: 1.785;
  }
}
#top .secAbout__media {
  background: #f7f7fa;
}
@media (max-width: 959px) {
  #top .secAbout__media {
    margin-left: 4rem;
  }
}
@media (max-width: 750px) {
  #top .secAbout__media {
    margin-left: 0;
  }
}
#top .secService {
  position: relative;
  margin-top: -24rem;
  background: none;
}
@media (max-width: 750px) {
  #top .secService {
    margin-top: -24.1rem;
  }
}
#top .secService:before {
  content: "";
  background: #00a9ec;
  width: calc(50vw + 74rem);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  z-index: -1;
}
@media (max-width: 1170px) {
  #top .secService:before {
    width: 100%;
  }
}
@media (max-width: 959px) {
  #top .secService:before {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 750px) {
  #top .secService:before {
    width: calc(100% - 2rem);
    border-radius: 0 10px 10px 0;
  }
}
@media (max-width: 959px) {
  #top .secService__list {
    padding-right: 4rem;
  }
}
@media (max-width: 750px) {
  #top .secService__list {
    padding-right: 2rem;
  }
}
#top .secResults {
  padding-top: 15.2rem;
}
@media (max-width: 959px) {
  #top .secResults {
    padding-top: 5.2rem;
  }
}
@media (max-width: 750px) {
  #top .secResults {
    padding-top: 2.8rem;
  }
}
#top .secResults__top {
  background-image: url(../img/top/results_bg_en@2x.png), url(../img/top/results_top_bg@2x.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 904px, 100%;
  padding-top: 6.2rem;
  padding-bottom: 9rem;
}
@media (max-width: 959px) {
  #top .secResults__top {
    background-image: url(../img/top/results_bg_en@2x.png), url(../img/top/results_top_bg@2x.png);
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: 90%, 100%;
  }
}
@media (max-width: 750px) {
  #top .secResults__top {
    background-image: url(../img/top/results_bg_en_sp@2x.png), url(../img/top/results_top_bg_sp@2x.png);
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: 87.2%, 100%;
    padding-top: 5.4rem;
    padding-bottom: 4rem;
  }
}
#top .secResults__top__heading {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}
@media (max-width: 750px) {
  #top .secResults__top__heading {
    margin-bottom: 3.4rem;
  }
}
#top .secResults__top__dataWrap {
  display: -ms-flexbox;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8rem;
}
@media (max-width: 750px) {
  #top .secResults__top__dataWrap {
    margin-bottom: -0.3rem;
  }
}
#top .secResults__top__data {
  display: inline-block;
  background: #e40081;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-radius: 60px;
  padding: 0 2.8rem;
  margin-bottom: 0.5rem;
  position: relative;
}
@media (max-width: 750px) {
  #top .secResults__top__data {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
    padding: 0 1.6rem;
  }
}
#top .secResults__top__data:before {
  content: "";
  background: url(../img/top/results_data_deco@2x.png) no-repeat center center/cover;
  width: 51px;
  height: 34px;
  display: block;
  position: absolute;
  left: 18.2rem;
  top: 85%;
}
@media (max-width: 750px) {
  #top .secResults__top__data:before {
    width: 2.8rem;
    height: 1.8rem;
    left: 10.2rem;
    top: 80%;
  }
}
#top .secResults__top__data .num {
  font-size: 4rem;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  #top .secResults__top__data .num {
    font-size: 2.3rem;
  }
}
#top .secResults__top__data__note {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  align-self: end;
  padding-right: 2rem;
}
@media (max-width: 750px) {
  #top .secResults__top__data__note {
    padding-right: 0;
  }
}
#top .secResults__top__companyWrap {
  display: -ms-flexbox;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top .secResults__top__company {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 750px) {
  #top .secResults__top__company {
    font-size: 2.2rem;
    margin-bottom: 0.3rem;
  }
}
#top .secResults__top__company .num {
  font-size: 9rem;
  letter-spacing: 0;
  position: relative;
  top: 0.03em;
}
@media (max-width: 750px) {
  #top .secResults__top__company .num {
    font-size: 5rem;
  }
}
#top .secResults__top__company__note {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  align-self: end;
}
@keyframes marqueeX {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
#top .secResults__top__slider {
  display: flex;
  animation: marqueeX 50s linear infinite;
  width: 6648px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  contain: layout style;
  isolation: isolate;
}
@media (max-width: 750px) {
  #top .secResults__top__slider {
    animation: marqueeX 160s linear infinite;
  }
}
#top .secResults__top__slider img {
  margin-inline: 15px;
  border-radius: 5px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
}
@media (max-width: 750px) {
  #top .secResults__top__slider img {
    margin-inline: 0.55rem;
    border-radius: 2.5px;
    max-width: initial;
    width: auto;
    height: 6rem;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
  }
}
#top .secResults__jirei {
  background: #00a9ec url(../img/common/bg_hexagon@2x.png) no-repeat center top/100%;
  padding: 8.6rem 0 7rem;
}
@media (max-width: 750px) {
  #top .secResults__jirei {
    background-image: url(../img/common/bg_hexagon_sp@2x.png);
    padding: 5.6rem 0 5rem;
  }
}
@media (max-width: 959px) {
  #top .secResults__jirei .inner {
    padding-inline: 0;
  }
}
#top .secResults__jirei__head {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 959px) {
  #top .secResults__jirei__head {
    padding-inline: 4rem;
  }
}
@media (max-width: 750px) {
  #top .secResults__jirei__head {
    padding-inline: 2rem;
    margin-bottom: 2.2rem;
  }
}
#top .secResults__jirei__heading__en {
  margin-bottom: 0.5rem;
}
@media (max-width: 750px) {
  #top .secResults__jirei__heading__en {
    margin-bottom: 0.3rem;
  }
}
#top .secResults__jirei__heading__ja {
  color: #fff;
}
@media (max-width: 750px) {
  #top .secResults__jirei__slider {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 750px) {
  #top .secResults__jirei__btn {
    width: 76%;
    margin-inline: auto;
  }
}
#top .secResults__jirei__btn.pc {
  margin-right: 0 !important;
}
#top .secIndustry {
  background: url(../img/top/industry_line@2x.png) no-repeat left top/100% 439px;
  padding: 15.7rem 0 21rem;
}
@media (max-width: 959px) {
  #top .secIndustry {
    background-size: 150% 329px;
  }
}
@media (max-width: 750px) {
  #top .secIndustry {
    background: url(../img/top/industry_bg_sp@2x.png) no-repeat left top 2.7rem/100%;
    padding: 7.4rem 0 7.7rem;
  }
}
#top .secIndustry .inner {
  grid-template-rows: repeat(2, max-content);
  align-items: center;
}
#top .secIndustry__txtbox {
  align-self: end;
  position: relative;
}
#top .secIndustry__txtbox:before {
  content: "";
  background: url(../img/top/industry_illust@2x.png) no-repeat center center/cover;
  width: 243.5px;
  height: 297px;
  display: block;
  position: absolute;
  right: -6rem;
  top: -21.3rem;
}
@media (max-width: 959px) {
  #top .secIndustry__txtbox:before {
    width: 194.8px;
    height: 237.6px;
    left: 30rem;
    right: auto;
    top: -12.7rem;
  }
}
@media (max-width: 750px) {
  #top .secIndustry__txtbox:before {
    display: none;
  }
}
#top .secWorry {
  background-image: url(../img/top/worry_bg_en@2x.png), url(../img/top/worry_bg@2x.png);
  background-repeat: no-repeat;
  background-position: center top, center top;
  background-size: 60.3rem, 100%;
  position: relative;
  padding-top: 16.1rem;
  padding-bottom: 22.3rem;
}
@media (max-width: 750px) {
  #top .secWorry {
    background-image: url(../img/top/worry_bg_en_sp@2x.png), url(../img/top/worry_bg_sp@2x.png);
    background-position: center top 2rem, center top;
    background-size: 30.15rem, 100%;
    padding-top: 9.4rem;
    padding-bottom: 10.8rem;
  }
}
#top .secWorry:before {
  content: "";
  background: url(../img/top/worry_illust@2x.png) no-repeat center center/cover;
  width: 127px;
  height: 228px;
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: -104px;
}
@media (max-width: 750px) {
  #top .secWorry:before {
    width: 6.35rem;
    height: 11.4rem;
    top: -3.6rem;
    left: -0.8rem;
  }
}
#top .secWorry__heading__ja {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 5.2rem;
}
@media (max-width: 750px) {
  #top .secWorry__heading__ja {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
#top .secWorry__heading__ja .pink {
  font-size: 4.8rem;
}
@media (max-width: 750px) {
  #top .secWorry__heading__ja .pink {
    font-size: 2.8rem;
  }
}
#top .secWorry__tasks {
  display: flex;
  gap: 0 50px;
  justify-content: space-between;
}
@media (max-width: 959px) {
  #top .secWorry__tasks {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.4rem;
    background: none;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  #top .secWorry__tasks {
    flex-wrap: wrap;
    gap: 0.6rem 0;
  }
}
@media (max-width: 750px) {
  #top .secWorry__task {
    width: 50%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
@media (max-width: 750px) {
  #top .secWorry__task.item-01 {
    width: 100%;
  }
}
#top .secWorry__task__img {
  margin-bottom: 1.3rem;
}
@media (max-width: 750px) {
  #top .secWorry__task__img {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 750px) {
  #top .secWorry__task__img img {
    width: 11.1rem;
    margin-inline: auto;
  }
}
#top .secWorry__task__txt {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (max-width: 750px) {
  #top .secWorry__task__txt {
    font-size: 1.4rem;
  }
}
#top .secResolve {
  position: relative;
}
@media (max-width: 959px) {
  #top .secResolve {
    padding-bottom: 10rem;
  }
}
@media (max-width: 750px) {
  #top .secResolve {
    padding-bottom: 4.5rem;
  }
}
#top .secResolve:before {
  content: "";
  background: url(../img/top/resolve_bg_en@2x.png) no-repeat center center/cover;
  width: 704px;
  height: 149px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -130px;
}
@media (max-width: 750px) {
  #top .secResolve:before {
    background: url(../img/top/resolve_bg_en_sp@2x.png) no-repeat center center/cover;
    width: 35.2rem;
    height: 7.45rem;
    top: -6.5rem;
  }
}
#top .secResolve__heading {
  text-align: center;
  margin-bottom: 11rem;
}
@media (max-width: 750px) {
  #top .secResolve__heading {
    margin-bottom: 1.8rem;
  }
}
#top .secResolve__heading__comment {
  margin-bottom: 1.8rem;
}
@media (max-width: 750px) {
  #top .secResolve__heading__comment {
    margin-bottom: 0.9rem;
  }
}
#top .secResolve__heading__comment span {
  display: inline-block;
  background: #00a9ec;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 30px;
  padding: 1.5rem 2.8rem;
  position: relative;
}
@media (max-width: 750px) {
  #top .secResolve__heading__comment span {
    font-size: 1.1rem;
    padding: 0.7rem 1.1rem;
  }
}
#top .secResolve__heading__comment span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 1px);
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  height: 13px;
  background: #00a9ec;
}
@media (max-width: 750px) {
  #top .secResolve__heading__comment span:before {
    height: 0.65rem;
  }
}
#top .secResolve__heading__ja {
  font-size: 4.8rem;
}
@media (max-width: 750px) {
  #top .secResolve__heading__ja {
    font-size: 2.4rem;
  }
}
#top .secResolve__item {
  position: relative;
}
#top .secResolve__item.item-01 {
  margin-bottom: 22.3rem;
}
@media (max-width: 959px) {
  #top .secResolve__item.item-01 {
    margin-bottom: 10rem;
  }
}
@media (max-width: 750px) {
  #top .secResolve__item.item-01 {
    margin-bottom: 4rem;
  }
}
#top .secResolve__item.item-01 .secResolve__txtbox {
  margin-left: auto;
}
#top .secResolve__item.item-01 .secResolve__head__num {
  top: -0.4rem;
  left: -18rem;
}
#top .secResolve__item.item-01 .secResolve__img {
  top: -9.6rem;
  left: -30.3rem;
}
#top .secResolve__item.item-02 {
  margin-bottom: 19.1rem;
}
@media (max-width: 959px) {
  #top .secResolve__item.item-02 {
    margin-bottom: 10rem;
  }
}
@media (max-width: 750px) {
  #top .secResolve__item.item-02 {
    margin-bottom: 4rem;
  }
}
#top .secResolve__item.item-02 .secResolve__head__num {
  top: -2.9rem;
  right: -20.4rem;
}
#top .secResolve__item.item-02 .secResolve__img {
  top: -12.2rem;
  right: -30.9rem;
}
#top .secResolve__item.item-03 {
  margin-bottom: 21.6rem;
}
@media (max-width: 959px) {
  #top .secResolve__item.item-03 {
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  #top .secResolve__item.item-03 {
    margin-bottom: 0;
  }
}
#top .secResolve__item.item-03 .secResolve__txtbox {
  margin-left: auto;
}
#top .secResolve__item.item-03 .secResolve__head__num {
  top: -2.3rem;
  left: -19.3rem;
}
#top .secResolve__item.item-03 .secResolve__img {
  top: -11.6rem;
  left: -30.3rem;
}
#top .secResolve__txtbox {
  max-width: 700px;
}
@media (max-width: 959px) {
  #top .secResolve__txtbox {
    max-width: 100%;
  }
}
#top .secResolve__head {
  position: relative;
}
@media (max-width: 959px) {
  #top .secResolve__head {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
  }
}
@media (max-width: 750px) {
  #top .secResolve__head {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
}
#top .secResolve__head__num {
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  z-index: 1;
}
@media (max-width: 959px) {
  #top .secResolve__head__num {
    position: static;
  }
}
@media (max-width: 750px) {
  #top .secResolve__head__num {
    font-size: 4.2rem;
    position: static;
  }
}
#top .secResolve__head__ttl {
  font-size: 4rem;
  font-weight: bold;
  color: #00a9ec;
  letter-spacing: 0.1em;
  margin-bottom: 3.4rem;
}
@media (max-width: 959px) {
  #top .secResolve__head__ttl {
    flex: 1;
    padding-left: 0.3rem;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  #top .secResolve__head__ttl {
    flex: 1;
    font-size: 2rem;
    margin-bottom: 0;
    padding-left: 0.3rem;
    line-height: 1.6;
  }
}
#top .secResolve__img {
  position: absolute;
}
@media (max-width: 959px) {
  #top .secResolve__img {
    position: static;
    width: 60%;
    margin-inline: auto;
    margin-bottom: 3rem;
  }
}
@media (max-width: 750px) {
  #top .secResolve__img {
    position: static;
    width: 25.5rem;
    margin-inline: auto;
    margin-bottom: 1.6rem;
  }
}
#top .secResolve__point {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 0;
  margin-bottom: 2.5rem;
}
@media (max-width: 750px) {
  #top .secResolve__point {
    gap: 1rem 0;
    margin-bottom: 2rem;
  }
}
#top .secResolve__point__item {
  background: #fff url(../img/top/icn_check_circle@2x.png) no-repeat left 3.2rem center;
  background-size: 28px;
  border-radius: 10px;
  font-size: 2rem;
  padding: 2.6rem 2.6rem 2.6rem 8.4rem;
}
@media (max-width: 750px) {
  #top .secResolve__point__item {
    background-position: left 1.6rem center;
    background-size: 1.6rem;
    padding: 1.2rem 4.6rem;
    font-size: 1.4rem;
    border-radius: 5px;
  }
}
#top .secResolve__txt {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media (max-width: 750px) {
  #top .secResolve__txt {
    font-size: 1.4rem;
    line-height: 1.785;
  }
}
#top .secPolicy {
  padding-top: 7.8rem;
  padding-bottom: 7rem;
  margin-bottom: 5.8rem;
}
@media (max-width: 750px) {
  #top .secPolicy {
    padding-top: 3.8rem;
    padding-bottom: 4rem;
    margin-bottom: 3.8rem;
  }
}
#top .secPolicy .inner {
  width: 100%;
}
#top .secPolicy__txtbox {
  position: relative;
}
@media (max-width: 959px) {
  #top .secPolicy__txtbox {
    padding-left: 4rem;
  }
}
@media (max-width: 750px) {
  #top .secPolicy__txtbox {
    padding-left: 2rem;
  }
}
#top .secPolicy__heading__en {
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  #top .secPolicy__heading__en {
    margin-bottom: 0.4rem;
  }
}
#top .secPolicy__heading__ja {
  margin-bottom: 2.5rem;
}
@media (max-width: 750px) {
  #top .secPolicy__heading__ja {
    margin-bottom: 1.8rem;
  }
}
#top .secPolicy__img {
  position: absolute;
  right: -17rem;
  top: -12.8rem;
}
@media (max-width: 959px) {
  #top .secPolicy__img {
    position: static;
    margin-bottom: 2rem;
  }
}
@media (max-width: 750px) {
  #top .secPolicy__img {
    position: static;
  }
}
#top .secPolicy__img__item {
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  #top .secPolicy__img__item {
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 959px) {
  #top .secPolicy__img__item.item-01 {
    width: 91%;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  #top .secPolicy__img__item.item-01 {
    width: 91%;
    margin-left: auto;
  }
}
#top .secPolicy__img__item.item-02 {
  margin-top: -16rem;
  margin-left: -7rem;
}
@media (max-width: 959px) {
  #top .secPolicy__img__item.item-02 {
    margin-top: -6.7rem;
    margin-left: 0.1rem;
    width: 48%;
  }
}
@media (max-width: 750px) {
  #top .secPolicy__img__item.item-02 {
    margin-top: -6.7rem;
    margin-left: 0.1rem;
    width: 48%;
  }
}
#top .secPolicy__txt {
  font-size: 1.8rem;
  line-height: 2.22;
  margin-bottom: 3.8rem;
}
@media (max-width: 750px) {
  #top .secPolicy__txt {
    font-size: 1.4rem;
    line-height: 1.785;
    margin-bottom: 2.2rem;
    padding-right: 1.9rem;
  }
}
#top .secPolicy__btn a {
  max-width: 300px;
}
@media (max-width: 959px) {
  #top .secPolicy__btn a {
    max-width: 50%;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  #top .secPolicy__btn a {
    max-width: 88%;
    margin-inline: auto;
    transform: translateX(-1rem);
  }
}
#top .secSeminar {
  background: #00a9ec url(../img/common/bg_hexagon@2x.png) no-repeat center top/100%;
  padding: 8.6rem 0 8rem;
}
@media (max-width: 750px) {
  #top .secSeminar {
    background: #00a9ec url(../img/common/bg_hexagon_sp@2x.png) no-repeat center top/100%;
    padding: 4.4rem 0 4.4rem;
  }
}
#top .secSeminar__head {
  margin-bottom: 6rem;
}
@media (max-width: 750px) {
  #top .secSeminar__head {
    margin-bottom: 2.3rem;
  }
}
#top .secSeminar__head .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #top .secSeminar__head .inner {
    display: block;
  }
}
#top .secSeminar__heading__en {
  margin-bottom: 0.5rem;
}
@media (max-width: 750px) {
  #top .secSeminar__heading__en {
    margin-bottom: 0.3rem;
  }
}
#top .secSeminar__heading__ja {
  color: #fff;
}
#top .secSeminar__slider {
  max-width: 1240px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 959px) {
  #top .secSeminar__slider {
    display: block;
  }
}
@media (max-width: 750px) {
  #top .secSeminar__slider {
    margin-bottom: 1.8rem;
  }
}
#top .secSeminar__btn.pc {
  margin-right: 0 !important;
}
@media (max-width: 750px) {
  #top .secSeminar__btn.pc {
    display: none;
  }
}
#top .secSeminar__btn.sp {
  display: none;
}
@media (max-width: 750px) {
  #top .secSeminar__btn.sp {
    display: block;
  }
}
#top .secSeminar__btn a {
  width: 280px;
}
@media (max-width: 750px) {
  #top .secSeminar__btn a {
    width: 68%;
    margin-inline: auto;
  }
}
#top .secColumn {
  padding-block: 8rem;
}
@media (max-width: 750px) {
  #top .secColumn {
    padding-block: 4.2rem 1rem;
  }
}
#top .secNews {
  background: #fff url(../img/top/news_bg@2x.png) no-repeat left top/170rem;
  padding: 8.5rem 0 9rem;
}
@media (min-width: 1531px) {
  #top .secNews {
    background-size: 100%;
  }
}
@media (max-width: 959px) {
  #top .secNews {
    background: #fff;
  }
}
@media (max-width: 750px) {
  #top .secNews {
    background: #fff;
    padding: 6.5rem 0 4.2rem;
  }
}
#top .secNews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 750px) {
  #top .secNews__head {
    display: block;
    margin-bottom: 1.3rem;
  }
}
#top .secNews__heading__en {
  margin-bottom: 0.5rem;
}
@media (max-width: 750px) {
  #top .secNews__heading__en {
    margin-bottom: 0.3rem;
  }
}
#top .secNews__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 43px;
}
@media (max-width: 959px) {
  #top .secNews__list {
    gap: 2rem;
  }
}
@media (max-width: 750px) {
  #top .secNews__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-bottom: 3rem;
  }
}
#top .secNews__btn.pc {
  margin-right: 0 !important;
}
@media (max-width: 750px) {
  #top .secNews__btn.pc {
    display: none;
  }
}
#top .secNews__btn.sp {
  display: none;
}
@media (max-width: 750px) {
  #top .secNews__btn.sp {
    display: block;
  }
}
#top .secNews__btn a {
  width: 280px;
}
@media (max-width: 750px) {
  #top .secNews__btn a {
    width: 68%;
    margin-inline: auto;
  }
}
#top .secRecruit {
  background: #fff;
  padding-bottom: 10rem;
}
@media (max-width: 750px) {
  #top .secRecruit {
    padding-bottom: 5rem;
  }
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structures ------------ */
/* Project ------------ */
/*# sourceMappingURL=style.css.map */
