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

ul[class], ol[class] {
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
}

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

ul[class], ol[class] {
  list-style: none;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}
.u-wrapper {
  max-width: 102.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .u-wrapper {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.u-vertical-rl {
  writing-mode: vertical-rl;
}

.u-hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  /* 游ゴシック体 */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.38;
  font-weight: 400;
  color: #212121;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.wrapper {
  max-width: 100rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .wrapper {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.header__row {
  display: flex;
  justify-content: space-between;
  height: 6rem;
}
@media screen and (max-width: 750px) {
  .header__row {
    height: 4.9rem;
  }
}
.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo img {
  background-color: #F1F1F2;
  padding: 3.25rem 2rem;
}
@media screen and (max-width: 750px) {
  .header__logo img {
    padding: 1.45rem 0.85rem 1.86rem;
    width: 11.5rem;
  }
}
.header__items {
  display: flex;
}
.header__item {
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  padding: 2rem 7rem 2rem 0;
}
.header__item .hover {
  position: relative;
  overflow: hidden;
}
.header__item .hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #103D82;
  transform: scale(0);
  transition: 0.3s;
}
.header__item .hover:hover {
  color: #103D82;
}
@media screen and (max-width: 750px) {
  .header__item .hover:hover {
    color: #fff;
  }
}
.header__item .hover:hover::before {
  transform: scale(1);
}
@media screen and (max-width: 750px) {
  .header__item {
    overflow: hidden;
    padding: 0.85rem 0 0;
    width: 5.3rem;
    height: 4.9rem;
    font-size: 1rem;
    background-color: #103D82;
    color: #fff;
    flex-wrap: wrap;
  }
  .header__item:nth-child(2) {
    background-color: #212121;
  }
  .header__item .header__icon1 {
    width: 2.9rem;
    margin-bottom: 0.4rem;
  }
  .header__item .header__icon2 {
    width: 1.67rem;
    margin-bottom: 0.5rem;
  }
  .header__item .header__icon3 {
    width: 2.47rem;
    margin-bottom: 0.85rem;
  }
}
@media screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 0) {
  .header__item span.mini {
    transform: scale(0.8) translate(-0.3rem, 0);
    display: inline-block;
    white-space: nowrap;
    font-size: 1rem;
  }
}
.header__item--register {
  background-color: #FF3300;
  color: #fff;
  width: 18rem;
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  .header__item--register {
    width: 5.3rem;
    height: 4.9rem;
    font-size: 0.8rem;
  }
}

.footer {
  padding-top: 5.6rem;
  height: 16.7rem;
  color: #707070;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
    height: 100%;
  }
}
.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .footer__links {
    display: block;
    text-align: center;
  }
}
.footer__link {
  font-size: 1.8rem;
  margin: 0 1.25rem;
  padding: 0 1.25rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer__link {
    margin: 0 1rem 1.6rem;
    padding: 0 1rem;
    display: inline-block;
  }
}
.footer__link::after {
  position: absolute;
  right: -2rem;
  content: "｜";
}
.footer__link:last-child::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .footer__link.no-after::after {
    display: none;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  text-align: center;
}

.cta1 {
  height: 35rem;
  text-align: center;
  background-image: url("../images/common/cta1bg.png");
  color: #fff;
  font-weight: bold;
  padding-top: 6rem;
}
@media screen and (max-width: 750px) {
  .cta1 {
    padding: 4.5rem 2rem 0;
  }
}
@media screen and (max-width: 750px) {
  .cta1 .cta-button {
    display: block;
    padding-top: 2rem;
  }
}
.cta1__title {
  font-size: 2rem;
  font-family: "Helvetica";
  margin-bottom: 1rem;
}
.cta1__text {
  font-size: 2.8rem;
  line-height: 5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .cta1__text {
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}

.cta-button {
  width: 44.5rem;
  height: 7.8rem;
  margin: auto;
  border-radius: 6px;
  background-color: #FF3300;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .cta-button {
    width: 100%;
    display: block;
  }
}
.cta-button--yellow {
  background-color: #1a90ff;
  color: #fff;
  /* color: #212121; */
}
.cta-button--yellow .cta-button-label {
  background-color: #1880ce;
  /* background-color: #DDB928; */
}
@media screen and (max-width: 750px) {
  .cta-button--yellow {
    width: 100%;
    display: block;
    padding: 1.2rem 0 0;
  }
}
.cta-button-label {
  background-color: #D53928;
  display: inline-block;
  padding: 0 1rem;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .cta-button-label {
    margin: 0 0 0.2rem 0;
  }
}
.cta-button-text {
  display: block;
}

.cta2__row {
  display: flex;
  text-align: center;
  color: #fff;
  height: 36.6rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .cta2__row {
    display: block;
    height: 100%;
  }
}
.cta2__right {
  background: url("../images/common/cta2right.png");
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 5.4rem;
}
.cta2 {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .cta2__right {
    max-width: 100%;
    height: 43.2rem;
    padding: 5.7rem 2rem 0;
  }
}
.cta2__right .cta-button {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 750px) {
  .cta2__right .cta-button {
    margin-bottom: 2.4rem;
    padding: 2.4rem 0 ;
  }
}
.cta2__left {
  padding-top: 7.5rem;
  background: url("../images/common/cta2left.png");
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 750px) {
  .cta2__left {
    max-width: 100%;
    height: 35rem;
    padding: 5.7rem 2rem 0;
  }
  .cta2__left .cta-button {
    flex-wrap: wrap;
    padding-top: 2rem;
  }
}
.cta2__title {
  font-size: 3.6rem;
  margin: 0 -1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .cta2__title {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
  .cta2__right .cta-button-text {
  }
}
.cta2__subtitle {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 750px) {
  .cta2__subtitle {
    font-size: 1.6rem;
    margin-bottom: 2.8rem;
  }
}
.cta2__tel {
  font-size: 1.4rem;
}
.cta2__tel i {
  margin-right: 1.3rem;
}
@media screen and (max-width: 750px) {
  .cta2__tel i {
    margin-right: 1rem;
    font-size: 0.8em;
  }
}
.cta2__tel-no {
  font-size: 4rem;
  white-space: nowrap;
}

.article {
  position: relative;
  margin-left: 5px;
}
.article__label {
  display: inline-block;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  position: absolute;
  line-height: 1.2;
  top: 2rem;
  left: -9px;
  background-color: #FF3300;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Helvetica";
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .article__label {
    padding: 0.3rem 0.5rem 0.3rem 1rem;
  }
}
.article__label::before {
  content: "";
  display: block;
  border: solid 5px #C73726;
  border-left: solid 5px transparent;
  border-top: solid 5px transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  z-index: -1;
}
.article__label::after {
  height: 100%;
  content: "";
  display: block;
  border: solid 6px #FF3300;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(57%, 0) skewX(10deg);
  z-index: 1;
}
.article__figure {
  margin-bottom: 3.6rem;
}
.article__figure img {
  border-radius: 15px;
  height: 31.2rem;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .article__figure img {
    height: 22.7rem;
  }
}
.article__category {
  font-size: 1.2rem;
}
.article__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.article__text {
  color: #707070;
  margin-bottom: 1.4rem;
  display: -webkit-box;
  overflow: hidden;
  height: 4.4rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 750px) {
  .article__text {
    height: 100%;
    line-height: 2.8rem;
    margin-bottom: 2.2rem;
  }
}
.article__taxonomy {
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .article__taxonomy {
    margin-bottom: 3rem;
  }
}
.article__term {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.2rem 1rem;
  border: solid 1px;
  border-radius: 4px;
  margin-bottom: 0.25rem;
}
.article__links {
  padding: 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .article__links {
    padding: 0 0;
  }
}
.article__link {
  padding: 1.2rem 0;
  flex: 0 0 48.8%;
  max-width: 48.8%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #212121;
  border-radius: 3px;
  height: 5rem;
}
@media screen and (max-width: 750px) {
  .article__link {
    font-size: 1.6rem;
    padding: 1.2rem;
  }
}
.article__link--primary {
  background-color: #103D82;
}

.button {
  margin: auto;
  width: 38rem;
  height: 8rem;
  line-height: 8rem;
  font-size: 1.6rem;
  white-space: nowrap;
  word-break: keep-all;
  text-align: center;
  background-color: #212121;
  background-repeat: no-repeat;
  background-image: url("../images/common/arrow.svg");
  background-position: right 2rem center;
  background-size: 4.7rem;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .button {
    max-width: 30.6rem;
    font-size: 1.6rem;
    height: 6rem;
  }
}
.button .arrow {
  margin: 0 0 0 1.5rem;
}
@media screen and (max-width: 750px) {
  .button .arrow {
    width: 4.7rem;
    margin-right: -6rem;
  }
}

.float-cta {
  position: sticky;
  bottom: 0;
  background: rgba(33, 33, 33, 0.9);
  z-index: 999;
  color: #fff;
  padding: 0.95rem 1.5rem 0.95rem 1.1rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.float-cta__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.float-cta__left {
  flex: 0 0 48.5%;
  max-width: 48.5%;
  line-height: 1.7rem;
  white-space: nowrap;
}
.float-cta__right {
  font-size: 1.4rem;
  flex: 0 0 48.5%;
  max-width: 48.5%;
}
.float-cta__right .cta-button {
  font-size: 1.4rem;
  text-align: center;
  height: 5rem;
  padding: 1.5rem;
}
@media screen and (max-width: 750px) {
  .float-cta__right .cta-button {
    width: 100%;
    display: block;
  }
}

/*# sourceMappingURL=common.css.map */

.link-text-register a{
  text-decoration: underline;
  color: #103D82;
}