:root {
  --font-family-jp: "BIZ UDPGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-family-en: "Roboto", sans-serif;
  --color-default: #212121;
  --color-base: #fff;
  --color-main: #dd0000;
  --color-light-gray: #f6f5f2;
  --color-beige: #fbf6ea;
  --color-grayline: #e5e5e5;
  --color-grayline02: #ccc;
  --color-grayline03: #d6d6d6;
  --color-dark-red: #bd0000;
  --content-width: 117rem;
  --grid-columns: 12;
  --grid-gutter: 3rem;
  --grid-sp-gutter: 1.5rem
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

@font-face {
  font-family: "BIZ UDPGothic";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("BIZ UDPGothic Regular"), local("BIZUDPGothic-Regular"), url(../font/BIZUDPGothic-Regular.woff2) format("woff2")
}

@font-face {
  font-family: "BIZ UDPGothic";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("BIZ UDPGothic Bold"), local("BIZUDPGothic-Bold"), url(../font/BIZUDPGothic-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url(../font/Roboto-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../font/Roboto-Bold.woff2) format("woff2")
}

html {
  scroll-behavior: smooth;
  font-size: .625em
}

@media screen and (max-width:1024px) {
  html {
    scroll-padding-top: var(--fixed-header-h)
  }
}

body {
  font-size: 1.6em;
  font-family: var(--font-family-jp);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-default);
  min-width: 100%;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  word-break: break-word
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

* {
  box-sizing: border-box
}

dd,
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

em {
  font-style: normal
}

p {
  margin: 0
}

sub {
  bottom: -.1em
}

p:not([class*=c-lead])+p {
  margin-top: 1.5em
}

b,
strong {
  font-weight: 700
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

img.-radius {
  border-radius: 1rem
}

img.-radiusSmall {
  border-radius: .6rem
}

input[type=search] {
  -webkit-appearance: none;
  border-radius: 0
}

button {
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: .2s linear
}

select {
  white-space: nowrap
}

button,
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0)
}

a {
  text-decoration: underline;
  color: var(--color-main);
  opacity: 1;
  transition: .2s linear
}

a img {
  transition: .2s linear
}

@media(hover:hover)and (pointer:fine) {
  a:hover {
    text-decoration: none
  }

  a:hover img {
    opacity: .7
  }
}

@media screen and (max-width:375px) {
  html {
    font-size: 2.6666666667vw
  }
}

@media screen and (max-width:1024px) {
  html.-open {
    overflow: hidden
  }
}

.l-wrapper {
  position: relative
}

.l-main {
  position: relative;
  z-index: 0;
  padding: 4rem 4rem 10rem;
  background: #000;
  color: #fff
}

@media screen and (max-width:768px) {
  .l-main {
    padding: 2rem 1.5rem 4rem
  }
}

.l-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto
}

.l-header {
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  height: 6.4rem;
  padding: 0 5rem;
  background: #fff
}

.l-header_menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
  column-gap: 3rem
}

.l-header_nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
  column-gap: 3rem
}

.l-header_nav_item {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4
}

.l-header_nav_item a {
  position: relative;
  display: block;
  height: 100%;
  padding-left: 2rem;
  text-decoration: none;
  color: currentColor
}

@media(hover:hover)and (pointer:fine) {
  .l-header_nav_item a:hover {
    text-decoration: underline;
    color: var(--color-main)
  }
}

.l-header_nav_item a::before {
  position: absolute;
  content: "";
  display: block;
  box-sizing: border-box;
  top: .3em;
  left: 0;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: var(--color-main);
  width: .8rem;
  height: .8rem;
  transform: rotate(45deg)
}

.l-header_cta {
  display: block;
  min-width: 12rem;
  padding: .15rem 2rem;
  background: var(--color-main);
  border-radius: 4rem;
  border: 2px solid var(--color-main);
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700
}

@media(hover:hover)and (pointer:fine) {
  .l-header_cta:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--color-main)
  }
}

@media screen and (max-width:1024px) {
  .l-header {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    padding: 0 3rem
  }

  .l-header_menu {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .l-header_nav {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .l-header_nav_item {
    font-size: 1.2rem
  }

  .l-header_nav_item a {
    padding-left: 1.5rem
  }

  .l-header_nav_item a::before {
    top: .25em
  }
}

@media screen and (max-width:768px) {
  .l-header {
    padding: 0 1.5rem
  }

  .l-header_menu {
    display: none
  }
}

.l-footer {
  padding: 0 2rem;
  background: #f7f7f7
}

.l-footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 4rem 0
}

.l-footer_info {
  flex: 1;
  font-size: 1.4rem
}

.l-footer_logo {
  margin-bottom: 2rem
}

.l-footer_marks {
  display: flex;
  gap: 2rem;
  margin-left: var(--grid-gutter)
}

.l-footer_copyright {
  margin: 0 -2rem;
  padding: 2.2rem 2rem;
  background: #303030;
  color: #fff;
  text-align: center;
  font-size: 1.4rem
}

@media screen and (max-width:1024px) {
  .l-footer_inner {
    display: block
  }

  .l-footer_marks {
    justify-content: center;
    margin: 3rem 0 0
  }
}

@media screen and (max-width:768px) {
  .l-footer {
    padding: 0 1.5rem
  }

  .l-footer_inner {
    padding: 3.3rem 0
  }

  .l-footer_marks {
    gap: 1rem
  }

  .l-footer_marks_item img {
    width: auto;
    height: 8rem
  }

  .l-footer_copyright {
    margin: 0 -1.5rem;
    padding: 1.3rem 1.5rem;
    font-size: 1.2rem
  }
}

.l-section+.l-section {
  margin-top: 9.5rem
}

.l-section_inbox {
  padding: 6rem;
  background: #fff;
  border-radius: .6rem;
  color: var(--color-default)
}

.l-section_inbox+.l-section_inbox {
  margin-top: 4rem
}

@media screen and (max-width:768px) {
  .l-section+.l-section {
    margin-top: 7rem
  }

  .l-section_inbox {
    padding: 4rem 1.5rem
  }

  .l-section_inbox+.l-section_inbox {
    margin-top: 2rem
  }
}

.c-titleLvTwo {
  margin: 3.5rem 0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5
}

@media screen and (max-width:768px) {
  .c-titleLvTwo {
    margin-bottom: 3rem;
    font-size: 2.4rem
  }
}

.c-titleLvThree {
  margin: 0 0 3rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25
}

.c-titleLvThree strong {
  font-size: 3.2rem
}

@media screen and (max-width:768px) {
  .c-titleLvThree {
    margin-bottom: 2.5rem;
    font-size: 2.2rem
  }

  .c-titleLvThree strong {
    font-size: 2.2rem
  }
}

.c-titleLvFour {
  margin: 0 0 3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5
}

@media screen and (max-width:768px) {
  .c-titleLvFour {
    margin-bottom: 2rem;
    font-size: 2.2rem
  }
}

.c-notice {
  position: relative;
  display: block;
  padding-left: 1em;
  line-height: 1.5
}

.c-notice_mark {
  position: absolute;
  left: 0;
  top: 0
}

.c-textList {
  margin-top: 0;
  margin-bottom: 0
}

.c-textList_item {
  position: relative;
  padding-left: 1.4rem
}

.c-textList_item+.c-textList_item {
  margin-top: .7rem
}

.c-textList_item:before {
  position: absolute;
  content: "";
  display: block;
  box-sizing: border-box;
  top: .75em;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-dark-red)
}

.hero {
  height: 54rem;
  margin: 0 0 6.3rem;
  padding: 3rem 3rem 5rem;
  background: url(../images/bg_hero.webp) 50% 0/cover no-repeat;
  border-radius: .6rem .6rem 0 0
}

.hero_inner {
  display: flex;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  align-items: center;
  justify-content: space-between;
  max-width: var(--content-width);
  margin: 0 auto
}

.hero_logo {
  margin: 0;
  margin-top: 76px;
}

.hero_form {
  display: flex;
  flex-direction: column;
  width: 48.717949%;
  height: 46rem;
  padding: 2rem;
  background: #fff;
  border-radius: .4rem;
  color: var(--color-default)
}

.hero_form_title {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700
}

.hero_form iframe {
  width: 100%;
  height: 100%;
  border: none
}

.hero_sub_title {
  background: rgba(0, 0, 0, 50%);
  width: 564px;
  padding: 8px;
  font-size: 21px;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .hero {
    height: auto;
    background: url(../images/bg_hero_sp.webp) 50% 0/100% auto no-repeat
  }

  .hero_inner {
    display: block
  }

  .hero_logo {
    padding: 7rem 0 10rem;
    text-align: center
  }

  .hero_form {
    width: 100%;
    height: auto
  }
}

@media screen and (max-width:768px) {
  .hero {
    padding: 0
  }

  .hero_logo {
    padding: 9.5rem 0
  }

  .hero_logo img {
    width: 19rem
  }

  .hero_form {
    padding: 2rem 0 0
  }

  .hero_sub_title {
    width: 100%;
    font-size: 16px;
  }
}

.cta {
  align-items: center;
  background: var(--color-main);
  border: 2px solid var(--color-main);
  border-radius: 4rem;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.5;
  max-width: 100%;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: center;
  transition: all .2s linear;
  width: 320px;
  text-decoration: none;
  margin: 20px auto;
  display: block;
}

.cta:hover {
  background-color: #fff;
  color: var(--color-main);
}

.media {
  display: flex;
  justify-content: center;
  margin-top: 20px
}

@media screen and (min-width:500px) {
  .media_youtube {
    width: 60%;
  }
}

.movieList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem
}

.movieList_item_image img {
  width: 100%
}

.movieList_item_title {
  margin: 2rem 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6
}

.movieList_item_summary {
  margin: 1rem 0 0;
  font-size: 1.4rem
}

@media screen and (max-width:1024px) {
  .movieList {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:768px) {
  .movieList {
    grid-template-columns: repeat(1, 1fr)
  }
}

.illustCard {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.8rem;
  text-align: center
}

.illustCard_item {
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem 1rem;
  border-radius: 1rem;
  background: var(--color-beige)
}

.illustCard_item.-member .illustCard_image {
  min-height: 13rem
}

.illustCard_item.-company .illustCard_image {
  min-height: 13rem
}

.illustCard_title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5.4rem
}

.illustCard_title_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5.4rem;
  padding: 0 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2
}

.illustCard_title_inner::before {
  position: absolute;
  content: "";
  display: block;
  box-sizing: border-box;
  left: 1.2rem;
  bottom: .2rem;
  width: 3px;
  height: 55px;
  background-color: #fed54a;
  border-radius: 1rem;
  transform: rotate(-15deg)
}

.illustCard_title_inner::after {
  position: absolute;
  content: "";
  display: block;
  box-sizing: border-box;
  right: 1.2rem;
  bottom: .2rem;
  width: 3px;
  height: 55px;
  background-color: #fed54a;
  border-radius: 1rem;
  transform: rotate(15deg)
}

.illustCard_title .-ast {
  vertical-align: top;
  color: var(--color-dark-red);
  font-size: 1.4rem;
  margin-top: 1rem
}

.illustCard_title .-en {
  align-self: baseline;
  font-size: 1.7em;
  font-family: var(--font-family-en)
}

.illustCard_title .-red {
  color: var(--color-dark-red)
}

.illustCard_image {
  display: flex;
  align-items: lex-end;
  justify-content: center;
  min-height: 15.4rem;
  margin-top: 0;
  text-align: center
}

.illustCard_notice {
  position: relative;
  padding-left: 1em;
  margin: 1rem 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left
}

.illustCard_notice_mark {
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (max-width:1280px) {
  .illustCard_item {
    padding-top: 1.5rem;
    padding-bottom: 1rem
  }

  .illustCard_title_inner {
    padding: 0 1rem;
    font-size: 1.4rem
  }

  .illustCard_title_inner::before {
    left: .8rem
  }

  .illustCard_title_inner::after {
    right: .8rem
  }

  .illustCard_image {
    margin-top: 1rem;
    height: inherit;
    min-height: 13.4rem
  }
}

@media screen and (max-width:1024px) {
  .illustCard {
    grid-template-columns: repeat(2, 1fr);
  }

  .illustCard_item {
    font-size: 16px;
  }

  .illustCard_title_inner {
    display: inline-flex;
    width: inherit;
    padding: 0 2.5rem
  }

  .illustCard_title_inner::before {
    left: 1.2rem
  }

  .illustCard_title_inner::after {
    right: 1.2rem
  }

  .illustCard_image {
    margin-top: 2rem
  }
}

@media screen and (max-width:768px) {
  .illustCard {
    gap: .5rem
  }

  .illustCard_item {
    padding: 1.5rem .5rem 1rem
  }

  .illustCard_item.-member {
    padding-bottom: .5rem
  }

  .illustCard_item.-member .illustCard_image {
    min-height: 8rem
  }

  .illustCard_item.-member .illustCard_image img {
    width: 8.7rem
  }

  .illustCard_item.-company {
    padding-bottom: .5rem
  }

  .illustCard_item.-company .illustCard_image {
    min-height: 8rem
  }

  .illustCard_title {
    min-height: 3.8rem
  }

  .illustCard_title_inner {
    display: flex;
    width: 100%;
    max-width: 14rem;
    min-height: 3.8rem;
    justify-content: center;
    padding: 0 1rem;
    font-size: 1em
  }

  .illustCard_title_inner .-ast {
    font-size: 1.2rem
  }

  .illustCard_title_inner::before {
    left: .2rem;
    height: 3.8rem
  }

  .illustCard_title_inner::after {
    right: .2rem;
    height: 3.8rem
  }

  .illustCard_image {
    min-height: 9rem;
    margin-top: .5rem
  }

  .illustCard_image img {
    width: 11.8rem;
    height: auto
  }

  .illustCard_notice {
    margin: .5rem 0 0;
    font-size: 0.75em;
  }

  .illustCard.-service .illustCard_title_inner {
    display: flex;
    width: 100%;
    padding: 0 1rem;
    font-size: 1.25rem
  }

  .illustCard.-service .illustCard_title::before {
    left: .2rem
  }

  .illustCard.-service .illustCard_title::after {
    right: .2rem
  }
}

.bsIntro {
  display: flex;
  gap: 2rem
}

.bsIntro_image {
  display: flex;
  width: 22.8rem;
  text-align: center
}

.bsIntro_text {
  flex: 1
}

.bsIntro_text>p {
  margin-bottom: 2em;
}

@media screen and (max-width:1024px) {
  .bsIntro_image {
    width: 21.714286%
  }
}

@media screen and (max-width:768px) {
  .bsIntro {
    flex-direction: column;
    gap: 1.5rem
  }

  .bsIntro_image {
    width: auto
  }
}

.merit {
  display: flex;
  gap: 3rem;
  align-items: center
}

.merit_group {
  flex: 1
}

.merit_box {
  position: relative;
  padding: 3rem;
  background: var(--color-light-gray);
  border-radius: .4rem
}

.merit_box+.merit_box {
  margin-top: 1.5rem
}

.merit_title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.44
}

.merit_list {
  margin-top: 1.5rem;
  padding-right: 12rem
}

.merit_list_item {
  padding-left: 3rem;
  background: url(../images/ico_check.svg) 0 .15em/2rem auto no-repeat;
  font-weight: 700;
  line-height: 1.5
}

.merit_list_item+.merit_list_item {
  margin-top: 1rem
}

.merit_icon {
  position: absolute;
  right: 3rem;
  bottom: 3rem
}

.merit_graph {
  width: min(43.2rem, 42.857143%);
  text-align: center
}

@media screen and (max-width:1024px) {
  .merit {
    display: block
  }

  .merit_graph {
    width: 100%;
    margin: 4rem 0 0
  }
}

@media screen and (max-width:768px) {
  .merit_box {
    padding: 2.5rem 1.5rem
  }

  .merit_list {
    padding-right: 0
  }

  .merit_icon {
    position: static;
    margin-top: 2rem;
    text-align: right
  }
}

.priceTable {
  width: 100%;
  font-size: 12px;
}

.priceTable table {
  width: 100%;
  table-layout: fixed;
  background: #fff;
}

@media screen and (max-width:768px) {
  .priceTable {
    font-size: 10px;
  }
}

.priceTable td,
.priceTable th {
  padding: 1.1rem 1.5rem;
  border: 1px solid var(--color-grayline03);
  text-align: center;
  vertical-align: middle;
  line-height: 1.5
}

.priceTable th {
  font-size: 1.5em;
  font-weight: 700
}

.priceTable_head {
  position: relative;
  padding: 1.2rem 1.5rem;
  background: var(--color-grayline)
}

.priceTable_head.-plan {
  background: var(--color-dark-red);
  color: #fff
}

.priceTable_head.-plan.-recommend {
  background: var(--color-dark-red)
}

.priceTable tbody th {
  background: var(--color-light-gray)
}

.priceTable tbody td {
  color: var(--color-dark-red);
  font-size: 3.2rem;
  font-weight: 700
}

.priceTable tbody td.-recommend {
  background: var(--color-beige)
}

.priceTable tbody td.-none {
  color: var(--color-default)
}

@media screen and (max-width:576px) {
  .priceTable {
    margin-right: -1.5rem
  }
}

.kyuutoku {
  padding: 4rem;
  background: var(--color-light-gray);
  border-radius: .4rem
}

.kyuutoku_merit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem
}

.kyuutoku_merit_box {
  padding: 2rem;
  background: #fff;
  border-radius: .4rem
}

.kyuutoku_merit_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem
}

.kyuutoku_merit_title {
  margin: 0;
  font-size: 1.8rem
}

@media screen and (max-width:1024px) {
  .kyuutoku_merit {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media screen and (max-width:768px) {
  .kyuutoku {
    padding: 3rem 1.5rem 1.5rem
  }

  .kyuutoku_merit {
    gap: 2rem
  }

  .kyuutoku_box {
    padding: 1.5rem
  }
}

.seminar-section {
  position: relative;
}

.seminar-btn {
  position: absolute;
  top: 50%;
  right: 35px;
}

.raised {
  display: inline-block;
  background-color: #c7000a;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 1.3em 0.8em;
  border-radius: 17px;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  text-align: center;
  background: -moz-linear-gradient(320deg, #ff4316, #ff8a00);
  background: -webkit-linear-gradient(320deg, #ff4316, #ff8a00);
  background: linear-gradient(320deg, #ff4316, #ff8a00);
}

.seminar-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
}

.seminar-link a {
  font-size: 22px;
  color: #ffffff;
}

.seminar-link img {
  width: 24px;
  height: 24px;
}

.seminar-section a:hover img {
  opacity: 1;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:1024px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .seminar-link a {
    font-size: 12px;
  }

  .seminar-link img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width:990px) {
  .seminar-btn {
    top: 49%;
    right: 15px;
  }

  .raised {
    font-size: 18px;
    padding: 13px 11px;
    border-radius: 8px;
  }
}

@media screen and (max-width:767px) {
  .seminar-btn {
    top: 40%;
    right: 5px;
  }

  .raised {
    font-size: 10px;
    padding: 5px 4px;
    border-radius: 5px;
  }
}

.u-mt0 {
  margin-top: 0 !important
}

.u-mr0 {
  margin-right: 0 !important
}

.u-mb0 {
  margin-bottom: 0 !important
}

.u-ml0 {
  margin-left: 0 !important
}

.u-mt5 {
  margin-top: 5px !important
}

.u-mr5 {
  margin-right: 5px !important
}

.u-mb5 {
  margin-bottom: 5px !important
}

.u-ml5 {
  margin-left: 5px !important
}

.u-mt10 {
  margin-top: 10px !important
}

.u-mr10 {
  margin-right: 10px !important
}

.u-mb10 {
  margin-bottom: 10px !important
}

.u-ml10 {
  margin-left: 10px !important
}

.u-mt15 {
  margin-top: 15px !important
}

.u-mr15 {
  margin-right: 15px !important
}

.u-mb15 {
  margin-bottom: 15px !important
}

.u-ml15 {
  margin-left: 15px !important
}

.u-mt20 {
  margin-top: 20px !important
}

.u-mr20 {
  margin-right: 20px !important
}

.u-mb20 {
  margin-bottom: 20px !important
}

.u-ml20 {
  margin-left: 20px !important
}

.u-mt25 {
  margin-top: 25px !important
}

.u-mr25 {
  margin-right: 25px !important
}

.u-mb25 {
  margin-bottom: 25px !important
}

.u-ml25 {
  margin-left: 25px !important
}

.u-mt30 {
  margin-top: 30px !important
}

.u-mr30 {
  margin-right: 30px !important
}

.u-mb30 {
  margin-bottom: 30px !important
}

.u-ml30 {
  margin-left: 30px !important
}

.u-mt35 {
  margin-top: 35px !important
}

.u-mr35 {
  margin-right: 35px !important
}

.u-mb35 {
  margin-bottom: 35px !important
}

.u-ml35 {
  margin-left: 35px !important
}

.u-mt40 {
  margin-top: 40px !important
}

.u-mr40 {
  margin-right: 40px !important
}

.u-mb40 {
  margin-bottom: 40px !important
}

.u-ml40 {
  margin-left: 40px !important
}

.u-mt45 {
  margin-top: 45px !important
}

.u-mr45 {
  margin-right: 45px !important
}

.u-mb45 {
  margin-bottom: 45px !important
}

.u-ml45 {
  margin-left: 45px !important
}

.u-mt50 {
  margin-top: 50px !important
}

.u-mr50 {
  margin-right: 50px !important
}

.u-mb50 {
  margin-bottom: 50px !important
}

.u-ml50 {
  margin-left: 50px !important
}

.u-mt55 {
  margin-top: 55px !important
}

.u-mr55 {
  margin-right: 55px !important
}

.u-mb55 {
  margin-bottom: 55px !important
}

.u-ml55 {
  margin-left: 55px !important
}

.u-mt60 {
  margin-top: 60px !important
}

.u-mr60 {
  margin-right: 60px !important
}

.u-mb60 {
  margin-bottom: 60px !important
}

.u-ml60 {
  margin-left: 60px !important
}

.u-mt65 {
  margin-top: 65px !important
}

.u-mr65 {
  margin-right: 65px !important
}

.u-mb65 {
  margin-bottom: 65px !important
}

.u-ml65 {
  margin-left: 65px !important
}

.u-mt70 {
  margin-top: 70px !important
}

.u-mr70 {
  margin-right: 70px !important
}

.u-mb70 {
  margin-bottom: 70px !important
}

.u-ml70 {
  margin-left: 70px !important
}

.u-mt75 {
  margin-top: 75px !important
}

.u-mr75 {
  margin-right: 75px !important
}

.u-mb75 {
  margin-bottom: 75px !important
}

.u-ml75 {
  margin-left: 75px !important
}

.u-mt80 {
  margin-top: 80px !important
}

.u-mr80 {
  margin-right: 80px !important
}

.u-mb80 {
  margin-bottom: 80px !important
}

.u-ml80 {
  margin-left: 80px !important
}

.u-mt85 {
  margin-top: 85px !important
}

.u-mr85 {
  margin-right: 85px !important
}

.u-mb85 {
  margin-bottom: 85px !important
}

.u-ml85 {
  margin-left: 85px !important
}

.u-mt90 {
  margin-top: 90px !important
}

.u-mr90 {
  margin-right: 90px !important
}

.u-mb90 {
  margin-bottom: 90px !important
}

.u-ml90 {
  margin-left: 90px !important
}

.u-mt95 {
  margin-top: 95px !important
}

.u-mr95 {
  margin-right: 95px !important
}

.u-mb95 {
  margin-bottom: 95px !important
}

.u-ml95 {
  margin-left: 95px !important
}

.u-mt100 {
  margin-top: 100px !important
}

.u-mr100 {
  margin-right: 100px !important
}

.u-mb100 {
  margin-bottom: 100px !important
}

.u-ml100 {
  margin-left: 100px !important
}

.u-mtXsmall {
  margin-top: 2.5rem !important
}

.u-mtSmall {
  margin-top: 3.5rem !important
}

.u-mtNormal {
  margin-top: 5rem !important
}

.u-mtLarge {
  margin-top: 7rem !important
}

.u-mbXsmall {
  margin-bottom: 2.5rem !important
}

.u-mbSmall {
  margin-bottom: 3.5rem !important
}

.u-mbNormal {
  margin-bottom: 5rem !important
}

.u-mbLarge {
  margin-bottom: 7rem !important
}

@media screen and (max-width:768px) {
  .u-mtXsmall {
    margin-top: 1.5rem !important
  }

  .u-mtSmall {
    margin-top: 2rem !important
  }

  .u-mtNormal {
    margin-top: 2.5rem !important
  }

  .u-mtLarge {
    margin-top: 5rem !important
  }

  .u-mbXsmall {
    margin-bottom: 1.5rem !important
  }

  .u-mbSmall {
    margin-bottom: 2rem !important
  }

  .u-mbNormal {
    margin-bottom: 2.5rem !important
  }

  .u-mbLarge {
    margin-bottom: 5rem !important
  }
}

@media screen and (max-width:768px) {
  .u-mt-sp0 {
    margin-top: 0 !important
  }

  .u-mr-sp0 {
    margin-right: 0 !important
  }

  .u-mb-sp0 {
    margin-bottom: 0 !important
  }

  .u-ml-sp0 {
    margin-left: 0 !important
  }

  .u-mt-sp5 {
    margin-top: 5px !important
  }

  .u-mr-sp5 {
    margin-right: 5px !important
  }

  .u-mb-sp5 {
    margin-bottom: 5px !important
  }

  .u-ml-sp5 {
    margin-left: 5px !important
  }

  .u-mt-sp10 {
    margin-top: 10px !important
  }

  .u-mr-sp10 {
    margin-right: 10px !important
  }

  .u-mb-sp10 {
    margin-bottom: 10px !important
  }

  .u-ml-sp10 {
    margin-left: 10px !important
  }

  .u-mt-sp15 {
    margin-top: 15px !important
  }

  .u-mr-sp15 {
    margin-right: 15px !important
  }

  .u-mb-sp15 {
    margin-bottom: 15px !important
  }

  .u-ml-sp15 {
    margin-left: 15px !important
  }

  .u-mt-sp20 {
    margin-top: 20px !important
  }

  .u-mr-sp20 {
    margin-right: 20px !important
  }

  .u-mb-sp20 {
    margin-bottom: 20px !important
  }

  .u-ml-sp20 {
    margin-left: 20px !important
  }

  .u-mt-sp25 {
    margin-top: 25px !important
  }

  .u-mr-sp25 {
    margin-right: 25px !important
  }

  .u-mb-sp25 {
    margin-bottom: 25px !important
  }

  .u-ml-sp25 {
    margin-left: 25px !important
  }

  .u-mt-sp30 {
    margin-top: 30px !important
  }

  .u-mr-sp30 {
    margin-right: 30px !important
  }

  .u-mb-sp30 {
    margin-bottom: 30px !important
  }

  .u-ml-sp30 {
    margin-left: 30px !important
  }

  .u-mt-sp35 {
    margin-top: 35px !important
  }

  .u-mr-sp35 {
    margin-right: 35px !important
  }

  .u-mb-sp35 {
    margin-bottom: 35px !important
  }

  .u-ml-sp35 {
    margin-left: 35px !important
  }

  .u-mt-sp40 {
    margin-top: 40px !important
  }

  .u-mr-sp40 {
    margin-right: 40px !important
  }

  .u-mb-sp40 {
    margin-bottom: 40px !important
  }

  .u-ml-sp40 {
    margin-left: 40px !important
  }

  .u-mt-sp45 {
    margin-top: 45px !important
  }

  .u-mr-sp45 {
    margin-right: 45px !important
  }

  .u-mb-sp45 {
    margin-bottom: 45px !important
  }

  .u-ml-sp45 {
    margin-left: 45px !important
  }

  .u-mt-sp50 {
    margin-top: 50px !important
  }

  .u-mr-sp50 {
    margin-right: 50px !important
  }

  .u-mb-sp50 {
    margin-bottom: 50px !important
  }

  .u-ml-sp50 {
    margin-left: 50px !important
  }

  .u-mt-sp55 {
    margin-top: 55px !important
  }

  .u-mr-sp55 {
    margin-right: 55px !important
  }

  .u-mb-sp55 {
    margin-bottom: 55px !important
  }

  .u-ml-sp55 {
    margin-left: 55px !important
  }

  .u-mt-sp60 {
    margin-top: 60px !important
  }

  .u-mr-sp60 {
    margin-right: 60px !important
  }

  .u-mb-sp60 {
    margin-bottom: 60px !important
  }

  .u-ml-sp60 {
    margin-left: 60px !important
  }

  .u-mt-sp65 {
    margin-top: 65px !important
  }

  .u-mr-sp65 {
    margin-right: 65px !important
  }

  .u-mb-sp65 {
    margin-bottom: 65px !important
  }

  .u-ml-sp65 {
    margin-left: 65px !important
  }

  .u-mt-sp70 {
    margin-top: 70px !important
  }

  .u-mr-sp70 {
    margin-right: 70px !important
  }

  .u-mb-sp70 {
    margin-bottom: 70px !important
  }

  .u-ml-sp70 {
    margin-left: 70px !important
  }

  .u-mt-sp75 {
    margin-top: 75px !important
  }

  .u-mr-sp75 {
    margin-right: 75px !important
  }

  .u-mb-sp75 {
    margin-bottom: 75px !important
  }

  .u-ml-sp75 {
    margin-left: 75px !important
  }

  .u-mt-sp80 {
    margin-top: 80px !important
  }

  .u-mr-sp80 {
    margin-right: 80px !important
  }

  .u-mb-sp80 {
    margin-bottom: 80px !important
  }

  .u-ml-sp80 {
    margin-left: 80px !important
  }

  .u-mt-sp85 {
    margin-top: 85px !important
  }

  .u-mr-sp85 {
    margin-right: 85px !important
  }

  .u-mb-sp85 {
    margin-bottom: 85px !important
  }

  .u-ml-sp85 {
    margin-left: 85px !important
  }

  .u-mt-sp90 {
    margin-top: 90px !important
  }

  .u-mr-sp90 {
    margin-right: 90px !important
  }

  .u-mb-sp90 {
    margin-bottom: 90px !important
  }

  .u-ml-sp90 {
    margin-left: 90px !important
  }

  .u-mt-sp95 {
    margin-top: 95px !important
  }

  .u-mr-sp95 {
    margin-right: 95px !important
  }

  .u-mb-sp95 {
    margin-bottom: 95px !important
  }

  .u-ml-sp95 {
    margin-left: 95px !important
  }

  .u-mt-sp100 {
    margin-top: 100px !important
  }

  .u-mr-sp100 {
    margin-right: 100px !important
  }

  .u-mb-sp100 {
    margin-bottom: 100px !important
  }

  .u-ml-sp100 {
    margin-left: 100px !important
  }
}

.u-pt0 {
  padding-top: 0 !important
}

.u-pr0 {
  padding-right: 0 !important
}

.u-pb0 {
  padding-bottom: 0 !important
}

.u-pl0 {
  padding-left: 0 !important
}

.u-pt5 {
  padding-top: 5px !important
}

.u-pr5 {
  padding-right: 5px !important
}

.u-pb5 {
  padding-bottom: 5px !important
}

.u-pl5 {
  padding-left: 5px !important
}

.u-pt10 {
  padding-top: 10px !important
}

.u-pr10 {
  padding-right: 10px !important
}

.u-pb10 {
  padding-bottom: 10px !important
}

.u-pl10 {
  padding-left: 10px !important
}

.u-pt15 {
  padding-top: 15px !important
}

.u-pr15 {
  padding-right: 15px !important
}

.u-pb15 {
  padding-bottom: 15px !important
}

.u-pl15 {
  padding-left: 15px !important
}

.u-pt20 {
  padding-top: 20px !important
}

.u-pr20 {
  padding-right: 20px !important
}

.u-pb20 {
  padding-bottom: 20px !important
}

.u-pl20 {
  padding-left: 20px !important
}

.u-pt25 {
  padding-top: 25px !important
}

.u-pr25 {
  padding-right: 25px !important
}

.u-pb25 {
  padding-bottom: 25px !important
}

.u-pl25 {
  padding-left: 25px !important
}

.u-pt30 {
  padding-top: 30px !important
}

.u-pr30 {
  padding-right: 30px !important
}

.u-pb30 {
  padding-bottom: 30px !important
}

.u-pl30 {
  padding-left: 30px !important
}

.u-pt35 {
  padding-top: 35px !important
}

.u-pr35 {
  padding-right: 35px !important
}

.u-pb35 {
  padding-bottom: 35px !important
}

.u-pl35 {
  padding-left: 35px !important
}

.u-pt40 {
  padding-top: 40px !important
}

.u-pr40 {
  padding-right: 40px !important
}

.u-pb40 {
  padding-bottom: 40px !important
}

.u-pl40 {
  padding-left: 40px !important
}

.u-pt45 {
  padding-top: 45px !important
}

.u-pr45 {
  padding-right: 45px !important
}

.u-pb45 {
  padding-bottom: 45px !important
}

.u-pl45 {
  padding-left: 45px !important
}

.u-pt50 {
  padding-top: 50px !important
}

.u-pr50 {
  padding-right: 50px !important
}

.u-pb50 {
  padding-bottom: 50px !important
}

.u-pl50 {
  padding-left: 50px !important
}

.u-pt55 {
  padding-top: 55px !important
}

.u-pr55 {
  padding-right: 55px !important
}

.u-pb55 {
  padding-bottom: 55px !important
}

.u-pl55 {
  padding-left: 55px !important
}

.u-pt60 {
  padding-top: 60px !important
}

.u-pr60 {
  padding-right: 60px !important
}

.u-pb60 {
  padding-bottom: 60px !important
}

.u-pl60 {
  padding-left: 60px !important
}

.u-pt65 {
  padding-top: 65px !important
}

.u-pr65 {
  padding-right: 65px !important
}

.u-pb65 {
  padding-bottom: 65px !important
}

.u-pl65 {
  padding-left: 65px !important
}

.u-pt70 {
  padding-top: 70px !important
}

.u-pr70 {
  padding-right: 70px !important
}

.u-pb70 {
  padding-bottom: 70px !important
}

.u-pl70 {
  padding-left: 70px !important
}

.u-pt75 {
  padding-top: 75px !important
}

.u-pr75 {
  padding-right: 75px !important
}

.u-pb75 {
  padding-bottom: 75px !important
}

.u-pl75 {
  padding-left: 75px !important
}

.u-pt80 {
  padding-top: 80px !important
}

.u-pr80 {
  padding-right: 80px !important
}

.u-pb80 {
  padding-bottom: 80px !important
}

.u-pl80 {
  padding-left: 80px !important
}

.u-pt85 {
  padding-top: 85px !important
}

.u-pr85 {
  padding-right: 85px !important
}

.u-pb85 {
  padding-bottom: 85px !important
}

.u-pl85 {
  padding-left: 85px !important
}

.u-pt90 {
  padding-top: 90px !important
}

.u-pr90 {
  padding-right: 90px !important
}

.u-pb90 {
  padding-bottom: 90px !important
}

.u-pl90 {
  padding-left: 90px !important
}

.u-pt95 {
  padding-top: 95px !important
}

.u-pr95 {
  padding-right: 95px !important
}

.u-pb95 {
  padding-bottom: 95px !important
}

.u-pl95 {
  padding-left: 95px !important
}

.u-pt100 {
  padding-top: 100px !important
}

.u-pr100 {
  padding-right: 100px !important
}

.u-pb100 {
  padding-bottom: 100px !important
}

.u-pl100 {
  padding-left: 100px !important
}

@media screen and (max-width:768px) {
  .u-pt-sp0 {
    padding-top: 0 !important
  }

  .u-pr-sp0 {
    padding-right: 0 !important
  }

  .u-pb-sp0 {
    padding-bottom: 0 !important
  }

  .u-pl-sp0 {
    padding-left: 0 !important
  }

  .u-pt-sp5 {
    padding-top: 5px !important
  }

  .u-pr-sp5 {
    padding-right: 5px !important
  }

  .u-pb-sp5 {
    padding-bottom: 5px !important
  }

  .u-pl-sp5 {
    padding-left: 5px !important
  }

  .u-pt-sp10 {
    padding-top: 10px !important
  }

  .u-pr-sp10 {
    padding-right: 10px !important
  }

  .u-pb-sp10 {
    padding-bottom: 10px !important
  }

  .u-pl-sp10 {
    padding-left: 10px !important
  }

  .u-pt-sp15 {
    padding-top: 15px !important
  }

  .u-pr-sp15 {
    padding-right: 15px !important
  }

  .u-pb-sp15 {
    padding-bottom: 15px !important
  }

  .u-pl-sp15 {
    padding-left: 15px !important
  }

  .u-pt-sp20 {
    padding-top: 20px !important
  }

  .u-pr-sp20 {
    padding-right: 20px !important
  }

  .u-pb-sp20 {
    padding-bottom: 20px !important
  }

  .u-pl-sp20 {
    padding-left: 20px !important
  }

  .u-pt-sp25 {
    padding-top: 25px !important
  }

  .u-pr-sp25 {
    padding-right: 25px !important
  }

  .u-pb-sp25 {
    padding-bottom: 25px !important
  }

  .u-pl-sp25 {
    padding-left: 25px !important
  }

  .u-pt-sp30 {
    padding-top: 30px !important
  }

  .u-pr-sp30 {
    padding-right: 30px !important
  }

  .u-pb-sp30 {
    padding-bottom: 30px !important
  }

  .u-pl-sp30 {
    padding-left: 30px !important
  }

  .u-pt-sp35 {
    padding-top: 35px !important
  }

  .u-pr-sp35 {
    padding-right: 35px !important
  }

  .u-pb-sp35 {
    padding-bottom: 35px !important
  }

  .u-pl-sp35 {
    padding-left: 35px !important
  }

  .u-pt-sp40 {
    padding-top: 40px !important
  }

  .u-pr-sp40 {
    padding-right: 40px !important
  }

  .u-pb-sp40 {
    padding-bottom: 40px !important
  }

  .u-pl-sp40 {
    padding-left: 40px !important
  }

  .u-pt-sp45 {
    padding-top: 45px !important
  }

  .u-pr-sp45 {
    padding-right: 45px !important
  }

  .u-pb-sp45 {
    padding-bottom: 45px !important
  }

  .u-pl-sp45 {
    padding-left: 45px !important
  }

  .u-pt-sp50 {
    padding-top: 50px !important
  }

  .u-pr-sp50 {
    padding-right: 50px !important
  }

  .u-pb-sp50 {
    padding-bottom: 50px !important
  }

  .u-pl-sp50 {
    padding-left: 50px !important
  }

  .u-pt-sp55 {
    padding-top: 55px !important
  }

  .u-pr-sp55 {
    padding-right: 55px !important
  }

  .u-pb-sp55 {
    padding-bottom: 55px !important
  }

  .u-pl-sp55 {
    padding-left: 55px !important
  }

  .u-pt-sp60 {
    padding-top: 60px !important
  }

  .u-pr-sp60 {
    padding-right: 60px !important
  }

  .u-pb-sp60 {
    padding-bottom: 60px !important
  }

  .u-pl-sp60 {
    padding-left: 60px !important
  }

  .u-pt-sp65 {
    padding-top: 65px !important
  }

  .u-pr-sp65 {
    padding-right: 65px !important
  }

  .u-pb-sp65 {
    padding-bottom: 65px !important
  }

  .u-pl-sp65 {
    padding-left: 65px !important
  }

  .u-pt-sp70 {
    padding-top: 70px !important
  }

  .u-pr-sp70 {
    padding-right: 70px !important
  }

  .u-pb-sp70 {
    padding-bottom: 70px !important
  }

  .u-pl-sp70 {
    padding-left: 70px !important
  }

  .u-pt-sp75 {
    padding-top: 75px !important
  }

  .u-pr-sp75 {
    padding-right: 75px !important
  }

  .u-pb-sp75 {
    padding-bottom: 75px !important
  }

  .u-pl-sp75 {
    padding-left: 75px !important
  }

  .u-pt-sp80 {
    padding-top: 80px !important
  }

  .u-pr-sp80 {
    padding-right: 80px !important
  }

  .u-pb-sp80 {
    padding-bottom: 80px !important
  }

  .u-pl-sp80 {
    padding-left: 80px !important
  }

  .u-pt-sp85 {
    padding-top: 85px !important
  }

  .u-pr-sp85 {
    padding-right: 85px !important
  }

  .u-pb-sp85 {
    padding-bottom: 85px !important
  }

  .u-pl-sp85 {
    padding-left: 85px !important
  }

  .u-pt-sp90 {
    padding-top: 90px !important
  }

  .u-pr-sp90 {
    padding-right: 90px !important
  }

  .u-pb-sp90 {
    padding-bottom: 90px !important
  }

  .u-pl-sp90 {
    padding-left: 90px !important
  }

  .u-pt-sp95 {
    padding-top: 95px !important
  }

  .u-pr-sp95 {
    padding-right: 95px !important
  }

  .u-pb-sp95 {
    padding-bottom: 95px !important
  }

  .u-pl-sp95 {
    padding-left: 95px !important
  }

  .u-pt-sp100 {
    padding-top: 100px !important
  }

  .u-pr-sp100 {
    padding-right: 100px !important
  }

  .u-pb-sp100 {
    padding-bottom: 100px !important
  }

  .u-pl-sp100 {
    padding-left: 100px !important
  }

  .u-pt-sp105 {
    padding-top: 105px !important
  }

  .u-pr-sp105 {
    padding-right: 105px !important
  }

  .u-pb-sp105 {
    padding-bottom: 105px !important
  }

  .u-pl-sp105 {
    padding-left: 105px !important
  }

  .u-pt-sp110 {
    padding-top: 110px !important
  }

  .u-pr-sp110 {
    padding-right: 110px !important
  }

  .u-pb-sp110 {
    padding-bottom: 110px !important
  }

  .u-pl-sp110 {
    padding-left: 110px !important
  }

  .u-pt-sp115 {
    padding-top: 115px !important
  }

  .u-pr-sp115 {
    padding-right: 115px !important
  }

  .u-pb-sp115 {
    padding-bottom: 115px !important
  }

  .u-pl-sp115 {
    padding-left: 115px !important
  }

  .u-pt-sp120 {
    padding-top: 120px !important
  }

  .u-pr-sp120 {
    padding-right: 120px !important
  }

  .u-pb-sp120 {
    padding-bottom: 120px !important
  }

  .u-pl-sp120 {
    padding-left: 120px !important
  }

  .u-pt-sp125 {
    padding-top: 125px !important
  }

  .u-pr-sp125 {
    padding-right: 125px !important
  }

  .u-pb-sp125 {
    padding-bottom: 125px !important
  }

  .u-pl-sp125 {
    padding-left: 125px !important
  }

  .u-pt-sp130 {
    padding-top: 130px !important
  }

  .u-pr-sp130 {
    padding-right: 130px !important
  }

  .u-pb-sp130 {
    padding-bottom: 130px !important
  }

  .u-pl-sp130 {
    padding-left: 130px !important
  }

  .u-pt-sp135 {
    padding-top: 135px !important
  }

  .u-pr-sp135 {
    padding-right: 135px !important
  }

  .u-pb-sp135 {
    padding-bottom: 135px !important
  }

  .u-pl-sp135 {
    padding-left: 135px !important
  }

  .u-pt-sp140 {
    padding-top: 140px !important
  }

  .u-pr-sp140 {
    padding-right: 140px !important
  }

  .u-pb-sp140 {
    padding-bottom: 140px !important
  }

  .u-pl-sp140 {
    padding-left: 140px !important
  }

  .u-pt-sp145 {
    padding-top: 145px !important
  }

  .u-pr-sp145 {
    padding-right: 145px !important
  }

  .u-pb-sp145 {
    padding-bottom: 145px !important
  }

  .u-pl-sp145 {
    padding-left: 145px !important
  }

  .u-pt-sp150 {
    padding-top: 150px !important
  }

  .u-pr-sp150 {
    padding-right: 150px !important
  }

  .u-pb-sp150 {
    padding-bottom: 150px !important
  }

  .u-pl-sp150 {
    padding-left: 150px !important
  }

  .u-pt-sp155 {
    padding-top: 155px !important
  }

  .u-pr-sp155 {
    padding-right: 155px !important
  }

  .u-pb-sp155 {
    padding-bottom: 155px !important
  }

  .u-pl-sp155 {
    padding-left: 155px !important
  }

  .u-pt-sp160 {
    padding-top: 160px !important
  }

  .u-pr-sp160 {
    padding-right: 160px !important
  }

  .u-pb-sp160 {
    padding-bottom: 160px !important
  }

  .u-pl-sp160 {
    padding-left: 160px !important
  }

  .u-pt-sp165 {
    padding-top: 165px !important
  }

  .u-pr-sp165 {
    padding-right: 165px !important
  }

  .u-pb-sp165 {
    padding-bottom: 165px !important
  }

  .u-pl-sp165 {
    padding-left: 165px !important
  }

  .u-pt-sp170 {
    padding-top: 170px !important
  }

  .u-pr-sp170 {
    padding-right: 170px !important
  }

  .u-pb-sp170 {
    padding-bottom: 170px !important
  }

  .u-pl-sp170 {
    padding-left: 170px !important
  }

  .u-pt-sp175 {
    padding-top: 175px !important
  }

  .u-pr-sp175 {
    padding-right: 175px !important
  }

  .u-pb-sp175 {
    padding-bottom: 175px !important
  }

  .u-pl-sp175 {
    padding-left: 175px !important
  }

  .u-pt-sp180 {
    padding-top: 180px !important
  }

  .u-pr-sp180 {
    padding-right: 180px !important
  }

  .u-pb-sp180 {
    padding-bottom: 180px !important
  }

  .u-pl-sp180 {
    padding-left: 180px !important
  }

  .u-pt-sp185 {
    padding-top: 185px !important
  }

  .u-pr-sp185 {
    padding-right: 185px !important
  }

  .u-pb-sp185 {
    padding-bottom: 185px !important
  }

  .u-pl-sp185 {
    padding-left: 185px !important
  }

  .u-pt-sp190 {
    padding-top: 190px !important
  }

  .u-pr-sp190 {
    padding-right: 190px !important
  }

  .u-pb-sp190 {
    padding-bottom: 190px !important
  }

  .u-pl-sp190 {
    padding-left: 190px !important
  }

  .u-pt-sp195 {
    padding-top: 195px !important
  }

  .u-pr-sp195 {
    padding-right: 195px !important
  }

  .u-pb-sp195 {
    padding-bottom: 195px !important
  }

  .u-pl-sp195 {
    padding-left: 195px !important
  }

  .u-pt-sp200 {
    padding-top: 200px !important
  }

  .u-pr-sp200 {
    padding-right: 200px !important
  }

  .u-pb-sp200 {
    padding-bottom: 200px !important
  }

  .u-pl-sp200 {
    padding-left: 200px !important
  }

  .u-pt-sp205 {
    padding-top: 205px !important
  }

  .u-pr-sp205 {
    padding-right: 205px !important
  }

  .u-pb-sp205 {
    padding-bottom: 205px !important
  }

  .u-pl-sp205 {
    padding-left: 205px !important
  }

  .u-pt-sp210 {
    padding-top: 210px !important
  }

  .u-pr-sp210 {
    padding-right: 210px !important
  }

  .u-pb-sp210 {
    padding-bottom: 210px !important
  }

  .u-pl-sp210 {
    padding-left: 210px !important
  }

  .u-pt-sp215 {
    padding-top: 215px !important
  }

  .u-pr-sp215 {
    padding-right: 215px !important
  }

  .u-pb-sp215 {
    padding-bottom: 215px !important
  }

  .u-pl-sp215 {
    padding-left: 215px !important
  }

  .u-pt-sp220 {
    padding-top: 220px !important
  }

  .u-pr-sp220 {
    padding-right: 220px !important
  }

  .u-pb-sp220 {
    padding-bottom: 220px !important
  }

  .u-pl-sp220 {
    padding-left: 220px !important
  }

  .u-pt-sp225 {
    padding-top: 225px !important
  }

  .u-pr-sp225 {
    padding-right: 225px !important
  }

  .u-pb-sp225 {
    padding-bottom: 225px !important
  }

  .u-pl-sp225 {
    padding-left: 225px !important
  }

  .u-pt-sp230 {
    padding-top: 230px !important
  }

  .u-pr-sp230 {
    padding-right: 230px !important
  }

  .u-pb-sp230 {
    padding-bottom: 230px !important
  }

  .u-pl-sp230 {
    padding-left: 230px !important
  }

  .u-pt-sp235 {
    padding-top: 235px !important
  }

  .u-pr-sp235 {
    padding-right: 235px !important
  }

  .u-pb-sp235 {
    padding-bottom: 235px !important
  }

  .u-pl-sp235 {
    padding-left: 235px !important
  }

  .u-pt-sp240 {
    padding-top: 240px !important
  }

  .u-pr-sp240 {
    padding-right: 240px !important
  }

  .u-pb-sp240 {
    padding-bottom: 240px !important
  }

  .u-pl-sp240 {
    padding-left: 240px !important
  }

  .u-pt-sp245 {
    padding-top: 245px !important
  }

  .u-pr-sp245 {
    padding-right: 245px !important
  }

  .u-pb-sp245 {
    padding-bottom: 245px !important
  }

  .u-pl-sp245 {
    padding-left: 245px !important
  }

  .u-pt-sp250 {
    padding-top: 250px !important
  }

  .u-pr-sp250 {
    padding-right: 250px !important
  }

  .u-pb-sp250 {
    padding-bottom: 250px !important
  }

  .u-pl-sp250 {
    padding-left: 250px !important
  }
}

.u-wAuto {
  width: auto !important
}

.u-w5 {
  width: 5% !important
}

.u-w10 {
  width: 10% !important
}

.u-w15 {
  width: 15% !important
}

.u-w20 {
  width: 20% !important
}

.u-w25 {
  width: 25% !important
}

.u-w30 {
  width: 30% !important
}

.u-w35 {
  width: 35% !important
}

.u-w40 {
  width: 40% !important
}

.u-w45 {
  width: 45% !important
}

.u-w50 {
  width: 50% !important
}

.u-w55 {
  width: 55% !important
}

.u-w60 {
  width: 60% !important
}

.u-w65 {
  width: 65% !important
}

.u-w70 {
  width: 70% !important
}

.u-w75 {
  width: 75% !important
}

.u-w80 {
  width: 80% !important
}

.u-w85 {
  width: 85% !important
}

.u-w90 {
  width: 90% !important
}

.u-w95 {
  width: 95% !important
}

.u-w100 {
  width: 100% !important
}

.u-w1em {
  width: 1em !important
}

.u-w2em {
  width: 2em !important
}

.u-w3em {
  width: 3em !important
}

.u-w4em {
  width: 4em !important
}

.u-w5em {
  width: 5em !important
}

.u-w6em {
  width: 6em !important
}

.u-w7em {
  width: 7em !important
}

.u-w8em {
  width: 8em !important
}

.u-w9em {
  width: 9em !important
}

.u-w10em {
  width: 10em !important
}

.u-w11em {
  width: 11em !important
}

.u-w12em {
  width: 12em !important
}

.u-w13em {
  width: 13em !important
}

.u-w14em {
  width: 14em !important
}

.u-w15em {
  width: 15em !important
}

.u-w16em {
  width: 16em !important
}

.u-w17em {
  width: 17em !important
}

.u-w18em {
  width: 18em !important
}

.u-w19em {
  width: 19em !important
}

.u-w20em {
  width: 20em !important
}

.u-w21em {
  width: 21em !important
}

.u-w22em {
  width: 22em !important
}

.u-w23em {
  width: 23em !important
}

.u-w24em {
  width: 24em !important
}

.u-w25em {
  width: 25em !important
}

.u-w26em {
  width: 26em !important
}

.u-w27em {
  width: 27em !important
}

.u-w28em {
  width: 28em !important
}

.u-w29em {
  width: 29em !important
}

.u-w30em {
  width: 30em !important
}

.u-w31em {
  width: 31em !important
}

.u-w32em {
  width: 32em !important
}

.u-w33em {
  width: 33em !important
}

.u-w34em {
  width: 34em !important
}

.u-w35em {
  width: 35em !important
}

.u-w36em {
  width: 36em !important
}

.u-w37em {
  width: 37em !important
}

.u-w38em {
  width: 38em !important
}

.u-w39em {
  width: 39em !important
}

.u-w40em {
  width: 40em !important
}

.u-w41em {
  width: 41em !important
}

.u-w42em {
  width: 42em !important
}

.u-w43em {
  width: 43em !important
}

.u-w44em {
  width: 44em !important
}

.u-w45em {
  width: 45em !important
}

.u-w46em {
  width: 46em !important
}

.u-w47em {
  width: 47em !important
}

.u-w48em {
  width: 48em !important
}

.u-w49em {
  width: 49em !important
}

.u-w50em {
  width: 50em !important
}

.u-fs11 {
  font-size: 1.1rem !important
}

.u-fs12 {
  font-size: 1.2rem !important
}

.u-fs13 {
  font-size: 1.3rem !important
}

.u-fs14 {
  font-size: 1.4rem !important
}

.u-fs15 {
  font-size: 1.5rem !important
}

.u-fs16 {
  font-size: 1.6rem !important
}

.u-fs17 {
  font-size: 1.7rem !important
}

.u-fs18 {
  font-size: 1.8rem !important
}

.u-fs19 {
  font-size: 1.9rem !important
}

.u-fs20 {
  font-size: 2rem !important
}

.u-fs21 {
  font-size: 2.1rem !important
}

.u-fs22 {
  font-size: 2.2rem !important
}

.u-fs23 {
  font-size: 2.3rem !important
}

.u-fs24 {
  font-size: 2.4rem !important
}

.u-fs25 {
  font-size: 2.5rem !important
}

.u-fs26 {
  font-size: 2.6rem !important
}

.u-fs27 {
  font-size: 2.7rem !important
}

.u-fs28 {
  font-size: 2.8rem !important
}

.u-fs29 {
  font-size: 2.9rem !important
}

.u-fs30 {
  font-size: 3rem !important
}

.u-fs31 {
  font-size: 3.1rem !important
}

.u-fs32 {
  font-size: 3.2rem !important
}

.u-fs33 {
  font-size: 3.3rem !important
}

.u-fs34 {
  font-size: 3.4rem !important
}

.u-fs35 {
  font-size: 3.5rem !important
}

.u-fsXlarge {
  font-size: 3rem !important
}

.u-fsLarge {
  font-size: 2.2rem !important
}

.u-fsMedium {
  font-size: 1.8rem !important
}

.u-fsNormal {
  font-size: 1.6rem !important
}

.u-fsSmall {
  font-size: 1.4rem !important
}

.u-fsXsmall {
  font-size: 1.2rem !important
}

@media screen and (max-width:768px) {
  .u-fsXlarge {
    font-size: 2.4rem !important
  }

  .u-fsLarge {
    font-size: 2rem !important
  }

  .u-fsMedium {
    font-size: 1.6rem !important
  }

  .u-fsNormal {
    font-size: 1.4rem !important
  }

  .u-fsSmall {
    font-size: 1.2rem !important
  }

  .u-fsXsmall {
    font-size: 1rem !important
  }
}

.u-textbold {
  font-weight: 700 !important
}

.u-textmedium {
  font-weight: 500 !important
}

.u-textnormal {
  font-weight: 400 !important
}

.u-textthin {
  font-weight: 200 !important
}

.u-emp {
  color: var(--color-dark-red) !important
}

.u-indent {
  text-indent: 1em !important
}

.u-underline {
  text-decoration: underline !important
}

.u-clear {
  clear: both !important
}

.u-inlineBlock {
  display: inline-block !important
}

.u-ac {
  text-align: center !important
}

.u-ar {
  text-align: right !important
}

.u-al {
  text-align: left !important
}

.u-vm {
  vertical-align: middle !important
}

.u-vt {
  vertical-align: top !important
}

.u-vb {
  vertical-align: bottom !important
}

@media screen and (min-width:1025px) {
  .u-ac-pc {
    text-align: center !important
  }

  .u-ar-pc {
    text-align: right !important
  }

  .u-al-pc {
    text-align: left !important
  }

  .u-vm-pc {
    vertical-align: middle !important
  }

  .u-vt-pc {
    vertical-align: top !important
  }

  .u-vb-pc {
    vertical-align: bottom !important
  }
}

@media screen and (max-width:768px) {
  .u-ac-sp {
    text-align: center !important
  }

  .u-ar-sp {
    text-align: right !important
  }

  .u-al-sp {
    text-align: left !important
  }

  .u-vm-sp {
    vertical-align: middle !important
  }

  .u-vt-sp {
    vertical-align: top !important
  }

  .u-vb-sp {
    vertical-align: bottom !important
  }
}

.u-sp,
.u-tab {
  display: none !important
}

@media screen and (max-width:1024px) {
  .u-pc {
    display: none !important
  }

  .u-tab {
    display: inherit !important
  }
}

@media screen and (max-width:768px) {
  .u-pc {
    display: none !important
  }

  .u-sp {
    display: inherit !important
  }
}

.u-lh {
  line-height: 1.2 !important;
}

@media screen and (max-width:768px) {
  .u-lh {
    line-height: 1.1 !important;
  }
}

/* -------------------------------------------------- */
/* 赤背景 */
/* -------------------------------------------------- */

/* コンテナ */
.bb-red {
  width: fit-content;
  border-bottom: solid 2px red;
  margin: 0 auto;
  margin-bottom: 2em;
  padding: 8px;
  color: #fff;
  text-align: center;
}

/* 赤字 */
span.t-red {
  color: red;
}

/* -------------------------------------------------- */
/* パディング */
/* -------------------------------------------------- */

/* 8px */
.p-8 {
  padding: 8px;
}

/* -------------------------------------------------- */
/* 見出し */
/* -------------------------------------------------- */

h4 {
  font-size: 2rem;
  text-align: center;
}

/* -------------------------------------------------- */
/* 文字 */
/* -------------------------------------------------- */

/* 右寄せ */
.t-right {
  text-align: right;
}

/* -------------------------------------------------- */
/* 画像 */
/* -------------------------------------------------- */

/* 全幅 */
img.fullwidth {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

/* -------------------------------------------------- */
/* 「ベネフィット・ステーションとは」 */
/* -------------------------------------------------- */

/* アイコン一覧 */
.menu-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

/* アイコン一覧＞要素 */
.menu-icons>div {
  text-align: center;
}

/* 下線：ドット */
.dot_line {
  display: inline-block;
  border-bottom: dotted 6px #FF7C80;
  text-align: left;
}

/* リンクエリア */
a.link_area {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: currentColor !important;
  text-align: center;
  text-decoration: none !important;
  transition: opacity 0.25s;
}

/* リンクエリア：ホバー */
a.link_area:hover {
  opacity: 0.75;
}

/* リンクエリア＞タイトル */
a.link_area>.title {
  font-size: 1.5em;
  font-weight: bold;
}

/* リンクエリア＞企業名 */
a.link_area>.conpany_name {
  margin-top: 1em;
  font-size: 1.25em;
  font-weight: bold;
}

/* リンクエリア＞右寄せ */
a.link_area>.t-right {
  margin-top: 0;
  margin-bottom: 1em;
}

/* スマホ */
@media (max-width: 768px) {

  /* リンクエリア */
  a.link_area {
    font-size: 12px;
  }

}

/* -------------------------------------------------- */
/* 「企業・従業員のメリット」 */
/* -------------------------------------------------- */

/* コンテナ */
.merit_card_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  width: fit-content;
  margin: 0 auto;
}

/* スマホ */
@media (max-width: 768px) {

  /* コンテナ */
  .merit_card_list {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* -------------------------------------------------- */
/* 「プラン・価格」 */
/* -------------------------------------------------- */

/* フキダシ */
.float_item {
  width: 250px;
  height: auto;
  position: absolute;
  bottom: calc(100% - 25px);
  right: -125px;
  z-index: 1;
}

/* フキダシ＞画像 */
.float_item>img {
  object-fit: contain;
  width: 100%;
}

/* スマホ */
@media (max-width: 768px) {

  /* フキダシ */
  .float_item {
    bottom: calc(100% - 15px);
  }

}

/* -------------------------------------------------- */
/* バナー */
/* -------------------------------------------------- */

/* コンテナ */
a.img-banner {
  display: block;
  background: #fff;
}

/* コンテナ：ホバー */
a.img-banner:hover>img {
  opacity: 0.5;
  transition: opacity 0.25s;
}

/* -------------------------------------------------- */
/* キャンペーン概要 */
/* -------------------------------------------------- */

/* 文章内画像 */
#sec_baseball h2>img,
#sec_baseball p>img {
  display: inline-block;
  padding: 0 4px;
}

/* 文章内画像（見出し） */
#sec_baseball h2>img {
  vertical-align: baseline;
}

/* ２列レイアウト */
#sec_baseball .col-2 {
  display: grid;
  grid-template-columns: 20% 1fr;
}

/* ２列レイアウト：間隔 */
#sec_baseball .col-2+.col-2 {
  margin-top: 8px;
}

/* タイトル */
#sec_baseball .col-2>.title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  border-radius: 8px;
  margin-right: 16px;
  padding: 8px;
  font-weight: bold;
}

/* ディティール */
#sec_baseball .col-2>.detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ディティール＞画像 */
#sec_baseball .col-2>.detail>img {
  object-fit: contain;
  width: fit-content;
  height: calc(100% - 8px);
}

/* 注釈 */
#sec_baseball p.note {
  margin-top: 0;
  font-size: 0.75em;
}

/* 赤文字 */
#sec_baseball .t-red {
  color: var(--color-dark-red);
  font-weight: bold;
}

/* ２列レイアウト２ */
#sec_baseball .col-2>.detail .col-2 {
  width: 100%;
}

/* タイトル２ */
#sec_baseball .col-2 .col-2>.title {
  background: #008;
  color: #fff;
}

/* 背景画像 */
#sec_baseball .bg-bb {
  background-image: url(../images/campaign_baseball/background.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  margin-bottom: 1em;
}

/* スマホ */
@media screen and (max-width:1024px) {

  /* ２列レイアウト */
  #sec_baseball .col-2 {
    grid-template-columns: 1fr;
  }

  /* タイトル */
  #sec_baseball .col-2>.title {
    width: fit-content;
    margin-bottom: 8px;
  }

  /* 背景画像 */
  #sec_baseball .bg-bb {
    background: none;
  }

}

/* 文字サイズ：小 */
.t-small {
  font-size: 0.75em;
}