@charset "UTF-8";
/* mixin */
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
/* 行数によるテキスト変換（501px以上の時,500px以下の時） */
/* フォルダ内の背景画像取得 */
/* 丸角(丸角のpx数,丸角を適用するカドの指定) */
/* container生成（要素の幅,余白,位置【center left right】） */
/* コンテンツの中央配置 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
.single_item__pic, .single_block__image, .post_item__pic {
  margin-left: auto;
  margin-right: auto;
}

/* flexのfit */
/* template color */
/* custom color */
/* font */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 500;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
---- strength
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.strength_columns {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .strength_columns {
    gap: 56px;
  }
}
@media screen and (max-width: 828px) {
  .strength_columns {
    gap: 48px;
    flex-direction: column;
  }
}

.strength_columns__img {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 828px) {
  .strength_columns__img {
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .strength_columns__img {
    width: calc(100% - 60px);
  }
}

.strength_columns__icon {
  position: absolute;
  top: 41.6438356164%;
  left: -54.1666666667%;
  max-width: 489px;
}
@media screen and (max-width: 1024px) {
  .strength_columns__icon {
    top: 50%;
    width: 65.25%;
  }
}
@media screen and (max-width: 500px) {
  .strength_columns__icon {
    top: 45%;
    left: -40px;
    width: 200px;
  }
}
.strength_columns__icon img {
  display: block;
  aspect-ratio: 489/316;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.strength_columns__caption {
  position: absolute;
  bottom: -8.0821917808%;
  left: -54.1666666667%;
  white-space: nowrap;
  font-size: clamp(3.6rem, 9.6774193548vw, 12rem);
  color: #42C2EA;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .strength_columns__caption {
    left: 50%;
    transform: translateX(-50%);
  }
}

.strength_columns__text {
  flex: 1;
}

.strength_feature {
  position: relative;
  padding-top: clamp(80px, 9.5vw, 152px);
  padding-bottom: clamp(80px, 9.5vw, 152px);
  margin-top: clamp(120px, 11.25vw, 180px);
}
.strength_feature::before {
  content: "";
  background: #F7F6F4;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.strength_feature.cs_st::before {
  clip-path: inset(0 50% 0 50%);
  transition: all 1.6s ease;
}
.strength_feature.cs_ac::before {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.6s;
}

.strength_card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 72px;
}
@media screen and (max-width: 1024px) {
  .strength_card {
    gap: 56px;
  }
}

.strength_card__item {
  background-color: #fff;
  max-width: 564px;
  width: 100%;
  padding-top: clamp(40px, 4vw, 64px);
  padding-bottom: clamp(48px, 4vw, 64px);
  padding-left: clamp(48px, 5vw, 80px);
  padding-right: clamp(40px, 5vw, 80px);
}
@media screen and (max-width: 1024px) {
  .strength_card__item {
    max-width: 416px;
  }
}

.strength_num {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(1.7rem, 1.6129032258vw, 2rem);
  font-weight: 600;
  color: #42C2EA;
  line-height: 2;
  margin-left: -16px;
}
.strength_num::before {
  content: "●";
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  color: #333;
}

.strength_head {
  font-size: clamp(2rem, 2.5806451613vw, 3.2rem);
  margin-top: clamp(24px, 2.5vw, 40px);
  margin-bottom: clamp(24px, 2vw, 32px);
  font-weight: 600;
  line-height: 1.8;
}

.strength_card__img {
  margin-bottom: 32px;
}
.strength_card__img img {
  display: block;
  aspect-ratio: 404/263;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.strength_btn {
  margin-top: clamp(32px, 2.5vw, 40px);
}

/*================================================
----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
---- company
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company_content {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .company_content {
    gap: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .company_content {
    gap: 72px;
  }
}
@media screen and (max-width: 828px) {
  .company_content {
    flex-direction: column;
  }
}

.company_head {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: clamp(40px, 4vw, 64px);
}

.company_lead {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  font-weight: 600;
  line-height: 2;
  color: #42C2EA;
}

@media screen and (min-width: 830px) {
  .company_content__side {
    flex-basis: 280px;
  }
}

.anchor_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  background-color: #F7F6F4;
  border-radius: 8px;
}
@media screen and (min-width: 830px) {
  .anchor_list {
    position: sticky;
    top: 48px;
  }
}
@media screen and (max-width: 828px) {
  .anchor_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .anchor_list {
    grid-template-columns: 1fr;
  }
}

.anchor_list__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}
.anchor_list__btn::before {
  display: inline-block;
  content: "";
  background-image: url(../../images/common/ico_works_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  transform: rotate(-90deg);
}
.anchor_list__btn:hover, .anchor_list__btn.active {
  background-color: #42C2EA;
  color: #fff;
  font-weight: 600;
  opacity: 1;
}

.company_content__main {
  flex: 1;
}

.company_content__block + .company_content__block {
  margin-top: clamp(80px, 10vw, 160px);
}

.company_content__columns {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 500px) {
  .company_content__columns {
    flex-direction: column;
    gap: 32px;
  }
}

.company_content__img {
  flex-basis: 37%;
}

.company_content__inner {
  flex: 1;
}

.company_ceo {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 17px;
  margin-top: clamp(32px, 2.5vw, 40px);
}

.company_ceo__pos {
  font-size: 1.6rem;
  font-weight: 600;
}

.company_ceo__name {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-weight: 600;
}

.company_content__table + .company_content__table {
  margin-top: clamp(64px, 5vw, 80px);
}

.company_map iframe {
  display: block;
  aspect-ratio: 800/400;
  height: auto;
}
@media screen and (max-width: 500px) {
  .company_map iframe {
    aspect-ratio: 800/700;
  }
}

.company_content__address {
  margin-top: 32px;
}

th {
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  th {
    width: 158px;
    background-color: transparent;
  }
}

.company_content__table tr:first-of-type th, .company_content__table tr:first-of-type td {
  padding-top: 0;
}
@media screen and (min-width: 1001px) {
  th, td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 0;
    padding-right: 0;
  }
}

/*================================================
----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
---- news archive
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.post_list__tab {
  position: relative;
  display: flex;
  gap: 8px 32px;
  align-items: flex-start;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  padding-bottom: clamp(24px, 2vw, 32px);
  box-sizing: border-box;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (max-width: 500px) {
  .post_list__tab {
    flex-direction: column;
  }
}
.post_list__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #42C2EA;
  scale: 0 1;
  transform-origin: left;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_list__tab::after {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_list__tab::after {
    transition-duration: 300ms;
  }
}
.post_list__tab:hover {
  opacity: 1;
}
.post_list__tab:hover::after {
  scale: 1 1;
}
.post_list__tab + .post_list__tab {
  padding-top: clamp(24px, 2vw, 32px);
}

.post_list__time {
  display: block;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  color: #42C2EA;
  font-variant-numeric: tabular-nums;
}

.post_list__lead {
  font-size: inherit;
  font-weight: inherit;
  flex: 1;
}

.post_card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .post_card {
    gap: 40px 32px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .post_card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.post_card__link {
  display: block;
}
.post_card__link:hover {
  opacity: 1;
}

.post_card__pic {
  display: block;
  background-color: #ddd;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  -o-object-fit: clip;
     object-fit: clip;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.post_card__pic .image {
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_card__link .post_card__pic .image {
  scale: 1.1;
}

.post_card__headline {
  display: block;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.post_card__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_card__lead {
  display: block;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_card__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.post_card__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}

.post_card__caption {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_card__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_card__caption {
    -webkit-line-clamp: 1;
  }
}

.post_item__side {
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .post_item__side {
    display: flex;
    flex-direction: "row";
    align-items: "flex-start";
    gap: 48px;
  }
}
.post_item__side + .post_item__side {
  margin-top: clamp(32px, 2.5vw, 40px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #CDCDCD;
}

.post_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #ddd;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .post_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    width: 100%;
  }
}
.post_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_item__pic .image {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic .image {
    transition-duration: 300ms;
  }
}
.post_item__pic:hover {
  opacity: 1;
}
.post_item__pic:hover .image {
  scale: 1.1;
}

.post_item__inner {
  flex: 1;
}
@media screen and (max-width: 500px) {
  .post_item__inner {
    margin-top: 32px;
  }
}

.post_item__headline {
  margin-bottom: clamp(24px, 2vw, 32px);
}

.post_item__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_item__lead {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_item__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * (0.5em - 1px));
}
.post_item__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_item__lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__lead {
    -webkit-line-clamp: 1;
  }
}

.post_item__caption {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_item__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__caption {
    -webkit-line-clamp: 2;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
---- news single
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.single_block {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

.single_block__image {
  display: block;
  aspect-ratio: 4/3;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.single_block__headline {
  display: block;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.single_block__time {
  display: block;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  color: #42C2EA;
  font-weight: 600;
  margin-bottom: 24px;
}

.single_block__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.single_item__side {
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .single_item__side {
    display: flex;
    flex-direction: "row";
    align-items: "flex-start";
    gap: 48px;
  }
}
.single_item__side + .single_item__side {
  margin-top: clamp(32px, 2.5vw, 40px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #CDCDCD;
}

.single_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #ddd;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .single_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic {
    width: 100%;
  }
}
.single_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_item__pic .image {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic .image {
    transition-duration: 300ms;
  }
}
.single_item__pic:hover {
  opacity: 1;
}
.single_item__pic:hover .image {
  scale: 1.1;
}

.single_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #CDCDCD;
  padding-top: clamp(24px, 2vw, 32px);
  margin-top: clamp(40px, 5vw, 80px);
}
.single_nav a {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}
.single_nav a:hover {
  opacity: 1;
  color: #42C2EA;
}

.single_nav__move {
  min-width: 56px;
}
.single_nav__move a {
  display: flex;
  gap: 8px;
  min-width: 56px;
  justify-content: space-between;
  align-items: center;
}
.single_nav__move a path {
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_nav__move a path {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_nav__move a path {
    transition-duration: 300ms;
  }
}
.single_nav__move a:hover path {
  fill: #0c1c89;
}

/*================================================
---- END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
---- contact
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.contact_block__lead {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}

.contact_block__list {
  counter-reset: num;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .contact_block__list {
    margin-top: 80px;
    margin-bottom: 80px;
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__list {
    margin-top: 32px;
    margin-bottom: 48px;
    gap: 8px;
  }
}

.contact_block__tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  color: #333;
  background: rgba(66, 194, 234, 0.3019607843);
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  border-radius: 40px;
}
.contact_block__tab.active {
  color: #fff;
  background: #42C2EA;
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  .contact_block__tab {
    line-height: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__tab {
    line-height: 34px;
  }
}
.contact_block__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #E0E0E0;
}
@media screen and (min-width: 1001px) {
  .contact_block__line {
    width: 72px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__line {
    width: 20px;
  }
}

/*================================================
----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
---- form
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.mw_wp_form {
  margin-top: clamp(48px, 5vw, 80px);
  background: #F7F6F4;
  box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  border-radius: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 5vw, 80px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 24px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #E32548;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th small {
    margin-top: -20px;
  }
}
.mw_wp_form td th {
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4375em;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  outline: none;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
@media screen and (min-width: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 10em;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url(../../images/common/svg-select.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  margin-top: clamp(16px, 1.5vw, 24px);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #E0E0E0;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: inline-block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  word-break: break-all;
}
@media screen and (min-width: 1001px) {
  .file-text {
    padding-top: 13px;
    line-height: 2;
  }
}
@media screen and (max-width: 1000px) {
  .file-text {
    line-height: 1.75;
  }
}

@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(32px, 3vw, 48px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  font-weight: 400;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.5vw, 24px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: 32px;
}
.form-btns a,
.form-btns [type=submit],
.form-btns .fm-modoru {
  max-width: 286px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  padding: 1.5em;
  color: #fff;
  background-color: #42C2EA;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: all;
  border-radius: 8px;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit],
  .form-btns .fm-modoru {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit],
  .form-btns .fm-modoru {
    transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover,
.form-btns .fm-modoru:hover {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  .form-btns a,
  .form-btns [type=submit],
  .form-btns .fm-modoru {
    padding: 1.25em;
  }
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

.cm_btn__link {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  border-radius: 8px;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 600;
  background-color: #42C2EA;
}
@media screen and (min-width: 501px) {
  .cm_btn__link {
    max-width: 286px;
    line-height: 72px;
  }
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    line-height: 56px;
  }
}

/*================================================
----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
---- cta
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.cta_block {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1561px) {
  .cta_block {
    max-width: 1600px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1560px) {
  .cta_block {
    max-width: 1600px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .cta_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .cta_block {
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) and (min-width: 1541px) {
  .cta_block {
    max-width: 1560px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) and (max-width: 1540px) {
  .cta_block {
    max-width: 1560px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) and (min-width: 501px) and (max-width: 1000px) {
  .cta_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.cta_area {
  position: relative;
  padding-top: clamp(90px, 8.1875vw, 131px);
  padding-bottom: clamp(40px, 6.5vw, 104px);
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
  color: #fff;
  background-color: #42C2EA;
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  .cta_area {
    padding-right: 15px;
  }
}

.cta_head {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 32px;
  font-size: clamp(1.7rem, 1.6129032258vw, 2rem);
  font-weight: 600;
  line-height: 2;
  text-transform: capitalize;
}
.cta_head::before {
  content: "●";
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  color: #333;
}

.cta_head__lead {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
}

.cta_head__caption {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  text-transform: uppercase;
}

.cta_lead {
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 1.8;
  font-weight: 600;
  color: #FFFFFF;
}
.cta_lead br {
  display: block;
}

.cta_wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.cta_side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px 40px;
  flex-wrap: wrap;
  max-width: 908px;
  width: 100%;
}

.cta_side__item .item_tel__num,
.cta_side__item .item_tel__number {
  display: inline-flex;
  justify-content: flex-start;
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  font-weight: 600;
  line-height: 1;
}
.cta_side__item .item_tel__num::before,
.cta_side__item .item_tel__number::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.cta_side__item .item_tel__num::after,
.cta_side__item .item_tel__number::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
.cta_side__item .item_tel__num {
  align-items: baseline;
  gap: 4px;
}
.cta_side__item .item_tel__number {
  align-items: center;
  gap: 8px;
}
.cta_side__item .item_tel__caption {
  font-size: clamp(1.9rem, 1.935483871vw, 2.4rem);
}
.cta_side__item .item_tel__ico {
  display: block;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .cta_side__item .item_tel__ico {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .cta_side__item .item_tel__ico {
    width: 24px;
  }
}
.cta_side__item .item_tel__time {
  display: block;
  margin-top: clamp(8px, 1vw, 16px);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}

.cta_btn {
  display: block;
  width: 100%;
  height: auto;
  line-height: 72px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-top: 32px;
}
@media screen and (min-width: 501px) {
  .cta_btn {
    max-width: 300px;
  }
}

/*================================================
----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
---- header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.header_area {
  position: relative;
  padding-left: clamp(20px, 2.5vw, 40px);
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .header_area {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

.header_fixd {
  position: absolute;
  left: 50%;
  top: 50%;
  aspect-ratio: 170/42;
  width: 170px;
  height: auto;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .header_fixd {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .header_fixd {
    left: 47%;
  }
}

.header_logo {
  display: inline-block;
  max-width: 268px;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
}
.header_logo .sp_logo {
  max-width: 246px;
}
@media screen and (min-width: 1001px) {
  .header_logo .sp_logo {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header_logo .pc_logo {
    display: none;
  }
}
.header_logo img {
  display: block;
  width: auto;
  height: auto;
}
.header_logo a {
  display: block;
}

.header_tel__caption {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}

.header_trigger {
  position: fixed;
  top: 8px;
  right: 8px;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background: #42C2EA;
  border-radius: 4px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 9999px;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.6s;
}
.header_trigger span:first-child {
  transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger span:last-child {
  transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
}
.header_trigger.active span {
  opacity: 0;
}
.header_trigger.active span:first-child {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(385deg);
}
.header_trigger.active span:last-child {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-385deg);
}

.header_menu .header_tel {
  display: none;
}
@media screen and (min-width: 1001px) {
  .header_menu .header_tel {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 4px;
    font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
    color: #42C2EA;
  }
}
.header_menu a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  box-sizing: border-box;
}
.header_menu ul {
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .header_menu ul {
    display: flex;
    gap: 16px 24px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .header_menu ul {
    gap: 16px 16px;
  }
}
.header_menu .sub-menu,
.header_menu .children {
  display: none;
}
@media screen and (min-width: 1001px) {
  .header_menu {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .header_menu .header_contact {
    display: block;
    padding: 32px 26px;
    background-color: #42C2EA;
    color: #fff;
    line-height: 2;
  }
}
@media screen and (max-width: 1000px) {
  .header_menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s;
    z-index: 5;
    overflow-y: scroll;
  }
  .header_menu.active {
    opacity: 1;
    transform: translateX(0%);
  }
  .header_menu ul {
    padding-top: 70px;
  }
  .header_menu li,
  .header_menu .header_contact {
    border-bottom: 1px solid #fff;
  }
  .header_menu a {
    display: block;
    text-align: center;
    padding: 1em 0;
    color: #fff;
  }
}

.header_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  background-color: #0c1c89;
}
@media screen and (min-width: 1001px) {
  .header_btn a {
    width: 240px;
    line-height: 80px;
  }
}

/*================================================
----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
---- footer
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.footer_block {
  position: relative;
  margin-top: 144px;
}
@media screen and (max-width: 500px) {
  .footer_block {
    margin-top: 160px;
  }
}

.footer_area {
  position: relative;
  padding-top: clamp(56px, 4vw, 64px);
  padding-bottom: 40px;
}
@media screen and (min-width: 1001px) {
  .footer_area .container {
    max-width: 1600px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1001px) {
  .footer_column {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
  }
}

.footer_logo {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: clamp(8px, 1vw, 16px);
}

@media screen and (max-width: 1000px) {
  .footer_content {
    text-align: center;
  }
}

.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: flex-start;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .footer_nav ul {
    gap: 16px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav ul {
    border-top: 1px solid #CDCDCD;
  }
}
.footer_nav li {
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .footer_nav li {
    width: 50%;
    border-bottom: 1px solid #CDCDCD;
  }
  .footer_nav li:nth-child(even) {
    border-left: 1px solid #CDCDCD;
  }
  .footer_nav li:nth-child(odd):last-child {
    width: 100%;
    border-left: 1px solid #CDCDCD;
  }
}
.footer_nav a {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .footer_nav a {
    padding: 1em;
    text-align: center;
  }
}
@media screen and (min-width: 1001px) {
  .footer_nav .children {
    display: block;
  }
  .footer_nav .children li {
    line-height: normal;
  }
  .footer_nav .children a {
    position: relative;
    display: inline-block;
    padding-left: 1em;
    font-size: 1.2rem;
  }
  .footer_nav .children a::before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav .children {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .footer_nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.footer_copy {
  display: block;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 1001px) {
  .footer_copy {
    position: absolute;
    right: 40px;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .footer_copy {
    text-align: center;
    padding-top: 48px;
  }
}

.footer_rtt {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 32px;
  right: 20px;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  background-color: #42C2EA;
  border-radius: 40px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .footer_rtt {
    display: none;
  }
}
.footer_rtt svg {
  rotate: -90deg;
}

/*================================================
----END
==================================================*//*# sourceMappingURL=custom.css.map */