@charset "UTF-8";
.u-flex-center {
  justify-content: center !important;
}

.u-mt-1 {
  margin-top: 1rem !important;
}

.u-mt-3 {
  margin-top: 3rem !important;
}

.u-px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.u-my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.u-my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !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-bold {
  font-family: "TsukuGoPro-B" !important;
  font-size: 1.5rem !important;
}

.u-ml-3 {
  margin-left: 3rem !important;
}

@media screen and (min-width: 769px) {
  .u-hidden-pc {
    display: none !important;
  }
}

html {
  font-family: "TsukuGoPro-M";
  scroll-behavior: smooth;
}

.p-header {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 768px) {
  .p-header {
    padding-bottom: 2%;
    padding-top: 3%;
  }
}

.l-cmn_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media not all and (min-width: 768px) {
  .l-cmn_inner {
    padding-left: 2.72vw;
    padding-right: 2.72vw;
  }
}

.l-header_content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.p-header_logo_mh,
.p-header_logo_mfg {
  line-height: 1;
  width: 25%;
}
.p-header_logo_mh img,
.p-header_logo_mfg img {
  height: 42px;
}
@media not all and (min-width: 480px) {
  .p-header_logo_mh img,
  .p-header_logo_mfg img {
    height: 34px;
  }
}

.l-mv {
  position: relative;
  margin-bottom: 5rem;
}
.l-mv .c-slide li {
  width: 100%;
}
.l-mv .c-slide li img {
  width: 100%;
}
.l-mv .c-hdg-achive {
  position: absolute;
  top: 50%;
  left: 65vw;
  transform: translate(-50%, -50%);
  width: 7vw;
  min-width: 100px;
  max-width: 200px;
  z-index: 10;
}
@media screen and (max-width: 991.98px) {
  .l-mv .c-hdg-achive {
    top: 75%;
    left: 73vw;
    width: 5vw;
  }
}
@media screen and (max-width: 768.98px) {
  .l-mv .c-hdg-achive {
    top: 55%;
    right: 18vw;
    left: unset;
    width: 8vw;
    min-width: 25px;
    max-width: 200px;
  }
}
.l-mv .c-hdg-achive-desc {
  display: none;
}
@media screen and (max-width: 768.98px) {
  .l-mv .c-hdg-achive-desc {
    display: block;
    position: absolute;
    bottom: 27%;
    left: 65vw;
    transform: translate(-50%, -50%);
    bottom: 7%;
    right: 10vw;
  }
}
.l-mv .c-hdg-ttl {
  position: absolute;
  text-align: center;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-mv .c-hdg-ttl img {
  width: 30vw;
  min-width: 200px;
}
@media screen and (max-width: 991.98px) {
  .l-mv .c-hdg-ttl img {
    width: 60vw;
  }
}
@media screen and (max-width: 369.98px) {
  .l-mv .c-hdg-ttl img {
    min-width: 150px;
  }
}
@media screen and (max-width: 991.98px) {
  .l-mv .c-hdg-ttl {
    top: 50%;
  }
}
.l-mv .c-hdg-ttl p {
  color: #fff;
  text-align: center;
  font-size: 1.25vw;
  font-weight: bold;
  font-family: "TsukuGoPro-B";
  margin-top: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 991.98px) {
  .l-mv .c-hdg-ttl p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768.98px) {
  .l-mv .c-hdg-ttl p {
    font-size: clamp(0.85rem, 2.25vw, 1.5rem);
  }
}
.l-mv img.c-hdg-achive-desc-txt {
  margin-top: 1.5rem;
  width: 30vw;
}

.l-navigation {
  width: 70%;
}

.l-mv-inner {
  position: relative;
}

.l-inner-02, .l-inner-01 {
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .l-inner-02, .l-inner-01 {
    flex-wrap: wrap;
  }
}

.l-inner-01 {
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 991.98px) {
  .l-inner-01 {
    width: 90%;
  }
}

.l-inner-02 {
  width: 70%;
  max-width: 1016px;
}
@media screen and (max-width: 991.98px) {
  .l-inner-02 {
    width: 90%;
  }
}

.l-takarabako-grid {
  display: grid;
  grid-template-columns: 50% 40%;
  justify-content: center;
}

.l-takarabako-ex {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 991.98px) {
  .l-takarabako-ex {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}

.l-takarabako {
  width: 100%;
  height: 100%;
  background: url(../images/bg_02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
@media screen and (max-width: 991.98px) {
  .l-takarabako {
    background: url(../images/bg_02_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
}

.l-takarabako-l {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-top: auto;
}

.c-takarabako-hdg {
  text-align: left;
}
@media screen and (max-width: 369.98px) {
  .c-takarabako-hdg {
    font-size: 1.25rem;
  }
}

.c-takarabako-img {
  margin-top: auto;
  margin-bottom: auto;
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 991.98px) {
  .c-takarabako-img {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

.c-navigation {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0%;
  font-family: "TsukuGoPro-B";
}
.c-navigation ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
}
.c-navigation ul a {
  position: relative;
  display: block;
}
.c-navigation ul a img {
  width: 100%;
}
.c-navigation ul a span {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  white-space: nowrap;
  font-size: 1vw;
}
@media screen and (min-width: 1400px) {
  .c-navigation ul a span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .c-navigation ul a span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768.98px) {
  .c-navigation ul a span {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 575.98px) {
  .c-navigation ul a span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 991.98px) {
  .c-navigation ul {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 369.98px) {
  .c-navigation ul {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .c-navigation {
    position: unset;
    transform: unset;
    left: unset;
    bottom: unset;
  }
  .c-navigation ul {
    grid-template-columns: 1fr 1fr;
  }
}

.l-team {
  display: grid;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.c-team-hdg {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 991.98px) {
  .c-team-hdg {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}

.c-team-doc {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 991.98px) {
  .c-team-doc {
    grid-row: 1/2;
    grid-column: 2/4;
  }
}

.l-content {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem;
  justify-content: center;
}
.l-content figure {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .l-content figure {
    margin-left: auto;
  }
}
.l-content h2:not(.c-about-hdg):not(.c-takarabako-hdg) {
  text-align: center;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 991.98px) {
  .l-content h2:not(.c-about-hdg):not(.c-takarabako-hdg) {
    height: 50px;
  }
  .l-content h2:not(.c-about-hdg):not(.c-takarabako-hdg) img {
    height: 100%;
  }
}

.p-catalog {
  display: flex;
  gap: 1rem;
}
.p-catalog .p-catalog__left {
  width: 50%;
  display: flex;
  align-items: center;
}
.p-catalog .p-catalog__left img {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .p-catalog .p-catalog__left {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 575.98px) {
  .p-catalog .p-catalog__left {
    width: 100%;
  }
}
.p-catalog .p-catalog__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 5rem 2rem;
}
.p-catalog .p-catalog__right .p-catalog__title {
  font-size: 1.25em;
  font-weight: bold;
  font-family: "TsukuGoPro-B";
  margin-bottom: 1rem;
}
.p-catalog .p-catalog__right .c-btn-content {
  padding: 0.5rem 1rem;
  min-width: unset;
  max-width: 200px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .p-catalog .p-catalog__right {
    width: calc(50% - 4rem);
  }
}
@media screen and (max-width: 575.98px) {
  .p-catalog .p-catalog__right {
    width: 100%;
  }
}

.c-about-hdg {
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 991.98px) {
  .c-about-hdg {
    margin-bottom: 3rem;
    width: 100%;
  }
}

.c-about-doc {
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
}
@media screen and (max-width: 991.98px) {
  .c-about-doc {
    width: 100%;
    padding: 0 1rem;
  }
}

.c-team-doc {
  margin-top: auto;
  margin-bottom: auto;
}
.c-team-doc .c-team-ttl {
  letter-spacing: 0.25rem;
  font-family: "Roboto Condensed";
  margin-bottom: 3rem;
  font-weight: bold;
}

.c-doc {
  margin-top: auto;
  margin-bottom: auto;
  width: 45%;
}
@media screen and (max-width: 991.98px) {
  .c-doc {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}

.c-hdg-box {
  text-align: center;
}

.c-img-box {
  text-align: center;
  width: 55%;
}
@media screen and (max-width: 991.98px) {
  .c-img-box {
    width: 100%;
  }
}

.c-bg-area {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_top_01.jpg), url(../images/bg_bottom_01.jpg), url(../images/bg_rep_01.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: 0 0, 100% 100%, 100% 0;
  background-size: 100% auto;
  padding-top: 0%;
  padding-bottom: 8%;
}

.c-item + .c-item::before {
  content: "";
  background: url(../images/sep_01.svg) no-repeat;
  width: 46.5px;
  height: 18px;
}
.c-item:nth-child(odd) {
  margin-left: 5%;
}
.c-item:nth-child(odd) .l-inner-01 {
  flex-direction: row-reverse;
}
.c-item:nth-child(odd) .c-doc {
  margin-right: 5rem;
}
.c-item:nth-child(even) {
  margin-right: 5%;
}
.c-item:nth-child(even) .c-img-box {
  margin-right: 5rem;
}
.c-item .c-img-box img {
  width: 100% !important;
}
@media screen and (max-width: 991.98px) {
  .c-item {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .c-item .c-img-box {
    margin-right: 0 !important;
  }
  .c-item .c-doc {
    margin-right: 0 !important;
  }
}

.c-btn-content.c-icon-04::before, .c-btn-content.c-icon-03::before, .c-btn-content.c-icon-02::before, .c-btn-content.c-icon-01::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 26px;
  top: 50%;
  left: 25px;
  transform: translate(0%, -50%);
}

.c-btn-content {
  display: inline-block;
  position: relative;
  color: #fff !important;
  padding: 0.5rem 30px 0.5rem 75px;
  border-radius: 50px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(166deg, rgb(149, 41, 33) 0%, rgb(198, 41, 33) 100%);
  line-height: 1.5;
  box-sizing: border-box;
  min-width: 290px;
  width: 80%;
  transition: all 0.3s ease-out;
}
.c-btn-content.c-icon-01::before {
  background: url("../images/icon_01.svg") no-repeat;
}
.c-btn-content.c-icon-02::before {
  background: url("../images/icon_02.svg") no-repeat;
}
.c-btn-content.c-icon-03::before {
  background: url("../images/icon_03.svg") no-repeat;
}
.c-btn-content.c-icon-04::before {
  background: url("../images/icon_04.svg") no-repeat;
}
.c-btn-content.c-arrow-r::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  right: 13px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.c-btn-content.c-arrow-r:hover::after {
  animation: arrow 0.5s;
}
@keyframes arrow {
  50% {
    right: 10px;
  }
  100% {
    right: 13px;
  }
}
@media screen and (max-width: 991.98px) {
  .c-btn-content {
    width: 100%;
  }
}
@media screen and (max-width: 369.98px) {
  .c-btn-content {
    font-size: 1.25rem;
  }
}

.l-takarabako-try {
  text-align: center;
  grid-row: 3/4;
  grid-column: 1/3;
}
@media screen and (max-width: 991.98px) {
  .l-takarabako-try {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}

.c-btn-try {
  position: relative;
  display: inline-block;
  font-size: 1.75rem;
  padding: 2rem 30px;
  border-radius: 50px;
  text-decoration: none;
  outline: none;
  background: #fff;
  line-height: 1.5;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
  font-family: "TsukuGoPro-B";
  box-shadow: 7.6175px 7.6175px 5.4411px 0 rgba(17, 51, 72, 0.2);
  transition: all 0.3s ease-out;
}
.c-btn-try:hover {
  box-shadow: 7.6175px 7.6175px 5.4411px 0 rgba(17, 51, 72, 0.5);
}
@media screen and (max-width: 991.98px) {
  .c-btn-try {
    width: 100%;
  }
}
.c-btn-try.c-arrow-r::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_arrow_01.svg);
  background-repeat: no-repeat;
}

.c-btn-wd {
  position: relative;
  display: inline-block;
  color: #fff !important;
  font-size: 1.75rem;
  padding: 2rem 0.5rem;
  border-radius: 50px;
  text-decoration: none;
  outline: none;
  background: #62aed0;
  line-height: 1.5;
  text-align: center;
  width: 40%;
  min-width: 260px;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  font-family: "TsukuGoPro-B";
}
.c-btn-wd:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991.98px) {
  .c-btn-wd {
    width: 100%;
  }
}
@media screen and (max-width: 369.98px) {
  .c-btn-wd {
    min-width: unset;
    font-size: 1.5rem;
  }
}
.c-btn-wd.c-arrow-r::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_arrow_02.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 369.98px) {
  .c-btn-wd.c-arrow-r::before {
    width: 25px;
    height: 25px;
  }
}

.l-wd-l {
  grid-row: 1/2;
  grid-column: 1/7;
}
.l-wd-l h3 {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1.5rem;
}
.l-wd-l h3::before {
  position: absolute;
  content: "";
  background: url(../images/icon_wd.png) no-repeat;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  width: 1.75rem;
  height: 1.75rem;
}
@media screen and (max-width: 991.98px) {
  .l-wd-l h3 {
    padding-left: 2.5rem;
  }
}
.l-wd-l ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.l-wd-l ul li {
  list-style-position: inside;
  padding-left: -10px;
}
.l-wd-l ul li::before {
  content: "・";
}
@media screen and (max-width: 991.98px) {
  .l-wd-l ul li {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  .l-wd-l ul li {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .l-wd-l {
    width: 100%;
    grid-row: 1/2;
    grid-column: 1/3;
  }
}

.l-wd-r {
  grid-row: 1/3;
  grid-column: 7/10;
  border-radius: 25px;
}
.l-wd-r figure {
  background-color: #e8f5f9;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 10px;
  padding: 1rem;
}
@media screen and (max-width: 991.98px) {
  .l-wd-r {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 1rem;
  }
}

.l-consul {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.l-consul p {
  text-align: center;
}

.l-wd-info {
  grid-row: 4/5;
  grid-column: 1/3;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) 50%;
  background: #fff;
  border-radius: 50px;
  padding: 5rem;
}
.l-wd-info h3 {
  font-size: 2rem;
  font-family: "TsukuGoPro-B";
}
.l-wd-info h3 img {
  margin-right: 0.25rem;
}
@media screen and (max-width: 369.98px) {
  .l-wd-info h3 {
    font-size: 1.75rem;
  }
}
.l-wd-info .l-register-area {
  color: #646464;
  grid-row: 2/3;
  grid-column: 1/7;
}
@media screen and (max-width: 991.98px) {
  .l-wd-info .l-register-area {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 991.98px) {
  .l-wd-info {
    padding: 5rem 2rem;
  }
}

.c-consul-bnr-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  place-items: center;
}
@media screen and (max-width: 991.98px) {
  .c-consul-bnr-box {
    grid-template-columns: 1fr;
  }
}
.c-consul-bnr-box .c-bnr {
  background: url(../images/bnr_base_01.png) no-repeat;
  display: flex;
  max-width: 500px;
  background-size: 100% 100%;
  background-position: center center;
  padding-top: 2rem;
  height: 100%;
}
.c-consul-bnr-box .c-bnr p {
  text-align: left;
}
.c-consul-bnr-box .c-bnr.c-bnr-01 .c-bnr-l {
  padding: 5rem 2rem;
  width: 50%;
}
@media screen and (max-width: 991.98px) {
  .c-consul-bnr-box .c-bnr.c-bnr-01 .c-bnr-l {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 3rem;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .c-consul-bnr-box .c-bnr.c-bnr-01 .c-bnr-l {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 369.98px) {
  .c-consul-bnr-box .c-bnr.c-bnr-01 .c-bnr-l br {
    display: none;
  }
}
.c-consul-bnr-box .c-bnr.c-bnr-01 .c-bnr-r {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}
.c-consul-bnr-box .c-bnr.c-bnr-01 .c-bnr-r img {
  width: 75%;
}
.c-consul-bnr-box .c-bnr.c-bnr-02 .c-bnr-l {
  width: 65%;
  padding: 5rem 2rem;
}
@media screen and (max-width: 991.98px) {
  .c-consul-bnr-box .c-bnr.c-bnr-02 .c-bnr-l {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 3rem;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .c-consul-bnr-box .c-bnr.c-bnr-02 .c-bnr-l {
    width: 60%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.c-consul-bnr-box .c-bnr.c-bnr-02 .c-bnr-r {
  width: 35%;
  text-align: center;
  margin-top: auto;
}
.c-consul-bnr-box .c-bnr.c-bnr-02 .c-bnr-r figure {
  display: flex;
  height: 100%;
}
.c-consul-bnr-box .c-bnr.c-bnr-02 .c-bnr-r figure img {
  height: 100%;
}
@media screen and (max-width: 575.98px) {
  .c-consul-bnr-box .c-bnr.c-bnr-02 .c-bnr-r {
    width: 40%;
  }
}
.c-consul-bnr-box .c-bnr .c-bnr-ttl {
  font-family: "TsukuGoPro-B";
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 369.98px) {
  .c-consul-bnr-box .c-bnr .c-bnr-ttl {
    font-size: 1.75rem;
  }
}

.l-btn-float01 {
  background: url(../images/btn_float01.png) no-repeat;
  bottom: 275px;
}
@media screen and (max-width: 991.98px) {
  .l-btn-float01 {
    right: 25px;
    bottom: 230px;
  }
}

.l-btn-float02 {
  background: url(../images/btn_float02.png) no-repeat;
  bottom: 75px;
}
@media screen and (max-width: 991.98px) {
  .l-btn-float02 {
    right: 25px;
    bottom: 95px;
  }
}

.l-btn-float01,
.l-btn-float02 {
  position: fixed;
  background-size: 100% 100%;
  background-position: center center;
  right: 50px;
  width: 200px;
  height: 200px;
  z-index: 10;
}
@media screen and (max-width: 991.98px) {
  .l-btn-float01,
  .l-btn-float02 {
    right: 0px;
    width: 125px;
    height: 125px;
  }
}

.c-text-line-r {
  display: flex;
  align-items: center;
  font-family: "TsukuGoPro-B";
}
.c-text-line-r::after {
  content: "";
  flex-grow: 1;
  border-top: 2px dotted #444;
  display: block;
  margin-left: 0.4em;
}

.c-list-dcircle {
  display: flex;
  flex-wrap: wrap;
}
.c-list-dcircle li {
  width: 50%;
  list-style: none;
}
.c-list-dcircle li::before {
  content: "◎";
}
@media screen and (max-width: 991.98px) {
  .c-list-dcircle li {
    width: 100%;
  }
}

.c-font-eng {
  font-family: "Roboto Condensed";
  font-weight: bold;
}

.c-arrow-b {
  position: relative;
}
.c-arrow-b::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 1.5rem;
  right: 1rem;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
}
@media screen and (max-width: 768.98px) {
  .c-arrow-b::after {
    bottom: 1.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .c-arrow-b::after {
    bottom: 1.25rem;
  }
}

.c-note {
  font-size: 0.75rem;
}
.c-note::before {
  content: "※";
  font-size: 0.75rem;
  vertical-align: super;
}

.c-note-desc {
  font-size: 0.75rem;
}

.c-btn-team {
  grid-row: 2/3;
  grid-column: 1/3;
}
.c-btn-team:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991.98px) {
  .c-btn-team {
    grid-row: 2/3;
    grid-column: 1/4;
  }
}

.l-footer-nav-03,
.l-footer-nav-04 {
  display: none;
}/*# sourceMappingURL=index.css.map */