@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #262626;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 1em;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  letter-spacing: 0.05em;
}

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

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

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 1380px) {
  .main_width {
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .main_width {
    width: calc(100% - 30px);
    padding-right: 0;
  }
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/*=============================================*/
/*  header                        */
/*=============================================*/
.fix_btn_list {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .fix_btn_list {
    top: auto;
    bottom: 0;
    width: 100%;
    transform: translateY(0);
    display: flex;
    flex-wrap: wrap;
  }
}
.fix_btn_list li.tel {
  display: none;
}
@media (max-width: 768px) {
  .fix_btn_list li.tel {
    display: block;
    background-color: #001A65;
    width: 50%;
  }
  .fix_btn_list li.tel a {
    color: #FFF;
  }
}
@media (max-width: 768px) {
  .fix_btn_list li {
    width: 50%;
    text-align: center;
  }
  .fix_btn_list li.recruit a {
    background: #63C3C7;
  }
  .fix_btn_list li.recruit a span:before {
    background: url(../img/common/ico-recruit.svg) no-repeat center/contain;
  }
  .fix_btn_list li.contact a {
    background: #FF7530;
  }
  .fix_btn_list li.contact a span:before {
    background: url(../img/common/ico-contact.svg) no-repeat center/contain;
  }
  .fix_btn_list li:nth-child(3) {
    width: 100%;
  }
}
.fix_btn_list li a {
  display: block;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .fix_btn_list li a {
    padding: 0.75em 0.5em;
  }
  .fix_btn_list li a span:before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
  }
}
.fix_btn_list li a:hover {
  opacity: 0.7;
}
.fix_btn_list li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .fix_btn_list li:not(:last-child) {
    margin-bottom: 0;
  }
}

/*=============================================*/
/*  footer recruit                        */
/*=============================================*/
.object_fit {
  position: relative;
}
.object_fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.recruit_footer_block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .recruit_footer_block {
    display: block;
  }
}
.recruit_footer_block .img {
  width: 37%;
}
@media (max-width: 768px) {
  .recruit_footer_block .img {
    width: 100%;
  }
}
.recruit_footer_block .txt_box {
  width: 63%;
  padding: clamp(35px, 5%, 106px) clamp(65px, 7%, 130px);
  background-image: linear-gradient(to right bottom, rgb(0, 26, 101), rgb(42, 92, 155) 40%, rgb(99, 195, 199));
}
@media (max-width: 768px) {
  .recruit_footer_block .txt_box {
    width: 100%;
    padding: 35px 20px;
  }
}
.recruit_footer_block .txt_box .ttl {
  margin-bottom: 0.7em;
  color: #fff;
  font-size: clamp(1.8rem, 1.3vw, 2.4rem);
}
.recruit_footer_block .txt_box .ttl .en {
  display: block;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.recruit_footer_block .txt_box .ttl .jp {
  display: block;
  font-size: 1.87em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .recruit_footer_block .txt_box .ttl {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
}
.recruit_footer_block .txt_box .base-txt {
  font-size: clamp(1.5rem, 1.2vw, 1.8rem);
}

/*=============================================*/
/*  footer contact                        */
/*=============================================*/
.contact_footer_block {
  position: relative;
  padding: 160px 0;
  background: url(../img/common/contact-bg.jpg) no-repeat center/cover;
}
@media (max-width: 1200px) {
  .contact_footer_block {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .contact_footer_block {
    padding: 55px 0;
    background: url(../img/common/contact-bg-sp.jpg) no-repeat center/cover;
  }
}
.contact_footer_block:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #001A65;
  opacity: 0.3;
  z-index: 2;
}
.contact_footer_block .main_width {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}
@media (max-width: 768px) {
  .contact_footer_block .main_width {
    display: block;
  }
}
.contact_footer_block .main_width .txt_box {
  width: 38%;
}
@media (max-width: 1200px) {
  .contact_footer_block .main_width .txt_box {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .contact_footer_block .main_width .txt_box {
    width: 100%;
    margin-bottom: 25px;
  }
}
.contact_footer_block .main_width .txt_box .ttl {
  margin-bottom: 0.5em;
}
.contact_footer_block .main_width .txt_box .base-txt {
  font-size: clamp(1.5rem, 1.2vw, 1.8rem);
}
.contact_footer_block .main_width .right_box {
  display: flex;
  justify-content: space-between;
  width: 58%;
  background: #FFF;
  padding: 32px;
}
@media (max-width: 1200px) {
  .contact_footer_block .main_width .right_box {
    display: block;
    width: 50%;
    padding: 24px 16px;
  }
}
@media (max-width: 768px) {
  .contact_footer_block .main_width .right_box {
    width: 100%;
  }
}
.contact_footer_block .main_width .right_box .fs-14-bold {
  margin-bottom: 5px;
}
.contact_footer_block .main_width .right_box .left {
  width: 55%;
  padding-right: 25px;
  border-right: solid 1px rgba(0, 26, 101, 0.5);
  text-align: center;
}
@media (max-width: 1200px) {
  .contact_footer_block .main_width .right_box .left {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    border-right: none;
  }
  .contact_footer_block .main_width .right_box .left:after {
    position: absolute;
    bottom: 0;
    left: 40%;
    content: "";
    width: 20%;
    height: 1px;
    background: rgba(0, 26, 101, 0.5);
  }
  .contact_footer_block .main_width .right_box .left .ac-bg_btn {
    margin: auto;
  }
}
.contact_footer_block .main_width .right_box .right {
  width: 41%;
  text-align: center;
}
@media (max-width: 1200px) {
  .contact_footer_block .main_width .right_box .right {
    width: 100%;
  }
}
.contact_footer_block .main_width .right_box .tel {
  color: #001A65;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.contact_footer_block .main_width .right_box .tel span {
  font-size: 1.66em;
}

/*=============================================*/
/*  footer                        */
/*=============================================*/
.footer {
  padding-top: 70px;
  background: #262626;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

.footer_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 57px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .footer_top {
    display: block;
    padding-bottom: 40px;
  }
}

.footer .logo {
  width: 70%;
  max-width: 346px;
  margin-bottom: 32px;
}
.footer .fs-20-bold-white {
  margin-bottom: 0.7em;
}
@media (max-width: 768px) {
  .footer .left_box {
    margin-bottom: 50px;
  }
}
.footer .right_box {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
}
@media (max-width: 768px) {
  .footer .right_box {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
.footer .right_box ul:not(:last-child) {
  margin-bottom: 20px;
}
.footer .right_box ul .ttl {
  margin-bottom: 0.4em;
}
.footer .right_box ul .fs-13-medium-white {
  opacity: 0.7;
}
.footer .right_box ul .fs-13-medium-white:not(:last-child) {
  margin-bottom: 0.5em;
}
.footer .right_box ul a {
  position: relative;
  display: inline-block;
}
.footer .right_box ul a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #FFF;
  transition: all 0.3s;
}
.footer .right_box ul a:hover:after {
  width: 100%;
}

@media (max-width: 768px) {
  .footer_link:first-child {
    grid-area: 1/1/2/2;
  }
  .footer_link:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .footer_link:nth-child(3) {
    grid-area: 1/2/3/3;
  }
}

.footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .bottom .copyright {
  display: block;
  padding: 1.5em 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  font-weight: 500;
}
.footer .bottom .privacy_policy {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.footer .bottom .privacy_policy:hover {
  color: white;
}

/*=============================================*/
/*  main_visual                               */
/*=============================================*/
.main_visual {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .main_visual {
    margin-top: 60px;
  }
}
.main_visual .img_outer {
  position: relative;
}
.main_visual .img_outer:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 63%;
  height: 75%;
  background: #001A65;
  z-index: -1;
}
@media (max-width: 768px) {
  .main_visual .img_outer:after {
    width: 93%;
  }
}
.main_visual .img_outer .img {
  width: 83%;
  margin-left: auto;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .main_visual .img_outer .img {
    width: 86%;
    padding-bottom: 145px;
  }
}
.main_visual .txt_box {
  position: absolute;
  bottom: 9%;
  left: 4%;
  padding: clamp(14px, 4%, 35px) clamp(18px, 5%, 40px);
  background: #FFF;
  font-size: clamp(1.8rem, 3.5vw, 4.6rem);
  z-index: 10;
}
@media (max-width: 768px) {
  .main_visual .txt_box {
    padding: 14px 18px;
  }
}
.main_visual .txt_box p {
  line-height: 2;
  font-weight: 700;
}
.main_visual .txt_box p span {
  padding: 0 0.2em;
  background: linear-gradient(transparent 60%, rgba(99, 195, 199, 0.6) 40%);
}

/*=============================================*/
/*  top_about_block                               */
/*=============================================*/
.top_about_block {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .top_about_block {
    padding: 35px 0 60px;
  }
}
.top_about_block .top_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 134px;
}
@media (max-width: 768px) {
  .top_about_block .top_box {
    display: block;
    margin-bottom: 40px;
  }
}
.top_about_block .img {
  width: 39%;
}
@media (max-width: 768px) {
  .top_about_block .img {
    width: 80%;
    margin-bottom: 20px;
  }
}
.top_about_block .txt_box {
  width: 56%;
  padding-right: 65px;
}
@media (max-width: 768px) {
  .top_about_block .txt_box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top_about_block .txt_box .inner {
  max-width: 720px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .top_about_block .txt_box .inner {
    padding-right: 0;
  }
}
.top_about_block .txt_box .ttl {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: clamp(2.3rem, 3.1vw, 4.5rem);
  font-weight: 700;
}
.top_about_block .txt_box .base-txt {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}
.top_about_block .txt_box .base-txt p {
  font-weight: 500;
}

.top_about_block .point_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 30px;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .top_about_block .point_list {
    margin-bottom: 30px;
  }
}
.top_about_block .point_list li {
  width: calc((100% - 20px) / 3);
  padding-top: 40px;
  background: #F7F8FC;
  text-align: center;
}
@media (max-width: 768px) {
  .top_about_block .point_list li {
    width: 100%;
    padding-top: 25px;
  }
}
.top_about_block .point_list li span {
  display: block;
  margin-bottom: 1em;
  color: #001A65;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.top_about_block .point_list li .ico {
  width: 60%;
  max-width: 190px;
  margin: 0 auto 37px;
}
@media (max-width: 768px) {
  .top_about_block .point_list li .ico {
    width: 50%;
    max-width: 70px;
    margin-bottom: 15px;
  }
}
.top_about_block .point_list li p {
  font-size: clamp(1.5rem, 1.7vw, 2.2rem);
  font-weight: 700;
}

/*=============================================*/
/*  top_service_block                               */
/*=============================================*/
.top_service_block {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .top_service_block {
    padding: 60px 0;
  }
}
.top_service_block .service_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 60px;
  grid-row-gap: 110px;
}
@media (max-width: 768px) {
  .top_service_block .service_list {
    display: block;
  }
}
.top_service_block .service_list li:first-child {
  grid-area: 1/1/2/3;
}
.top_service_block .service_list li:nth-child(2) {
  grid-area: 2/1/3/3;
}
.top_service_block .service_list li:nth-child(3) {
  grid-area: 3/1/4/2;
  display: flex;
  flex-direction: column;
}
.top_service_block .service_list li:nth-child(3) .txt_box {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.top_service_block .service_list li:nth-child(4) {
  grid-area: 3/2/4/3;
  display: flex;
  flex-direction: column;
}
.top_service_block .service_list li:nth-child(4) .txt_box {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 768px) {
  .top_service_block .service_list li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.top_service_block .service_list li.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top_service_block .service_list li.flex {
    display: block;
  }
}
.top_service_block .service_list li.flex .img {
  width: 39%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .top_service_block .service_list li.flex .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.top_service_block .service_list li.flex .txt_box {
  width: 57%;
}
@media (max-width: 768px) {
  .top_service_block .service_list li.flex .txt_box {
    width: 100%;
  }
}
.top_service_block .service_list li .ttl {
  margin-bottom: 1em;
  font-size: clamp(2.2rem, 2.7vw, 3.2rem);
  font-weight: 700;
}
.top_service_block .service_list li .base-txt {
  margin-bottom: 32px;
  flex: 1;
}
@media (max-width: 768px) {
  .top_service_block .service_list li .base-txt {
    margin-bottom: 20px;
  }
}
.top_service_block .service_list li .img {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .top_service_block .service_list li .img {
    margin-bottom: 15px;
  }
}

/*=============================================*/
/*  top_equipment_block                               */
/*=============================================*/
.top_equipment_block {
  position: relative;
  padding-top: 90px;
  padding-bottom: 145px;
}
@media (max-width: 768px) {
  .top_equipment_block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.top_equipment_block:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 446px;
  background: #001A65;
  z-index: -1;
}
@media (max-width: 768px) {
  .top_equipment_block:after {
    content: none;
  }
}
.top_equipment_block .img {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .top_equipment_block .img {
    position: relative;
  }
  .top_equipment_block .img:after {
    position: absolute;
    top: -30px;
    right: -15px;
    content: "";
    width: 70%;
    height: 100%;
    background: #001A65;
    z-index: -1;
  }
}
.top_equipment_block .base-txt {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .top_equipment_block .base-txt {
    margin-bottom: 30px;
  }
}

/*=============================================*/
/*  top_news_block                               */
/*=============================================*/
.news_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .news_list {
    display: block;
  }
}
.news_list > li {
  width: 48%;
  background: #FFF;
}
@media (max-width: 768px) {
  .news_list > li {
    width: 100%;
  }
  .news_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.news_list > li a {
  display: block;
  transition: all 0.3s;
}
.news_list > li a:hover {
  opacity: 0.7;
}
.news_list .txt_box {
  padding: 20px 0;
}
.news_list .base-txt {
  margin-top: 5px;
}

.date_cat {
  display: flex;
  flex-wrap: wrap;
}
.date_cat .date {
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0.6em 0;
  line-height: 1;
  font-size: 1.24rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.date_cat .category_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 8px;
  margin-bottom: 5px;
}
.date_cat .category {
  padding: 0.2em 1em;
  background: #63C3C7;
  color: #FFF;
  font-size: 1.2rem;
}

.top_news_block {
  padding-top: 80px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .top_news_block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.top_news_block .news_list {
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
}
.top_news_block .news_list > li {
  width: 31%;
}
@media (max-width: 768px) {
  .top_news_block .news_list > li {
    width: 100%;
  }
}
.top_news_block .news_list > li .txt_box {
  padding: 20px;
}

/*=============================================*/
/*  top_bottom_link                               */
/*=============================================*/
.top_bottom_link {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .top_bottom_link {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.top_bottom_link .top_link_list {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .top_bottom_link .top_link_list {
    display: block;
  }
}
.top_bottom_link .top_link_list li {
  width: 48%;
  color: #FFF;
}
.top_bottom_link .top_link_list li.esg {
  background: linear-gradient(rgba(0, 26, 101, 0.5), rgba(0, 26, 101, 0.5)), url(../img/top/bg-esg.jpg) no-repeat center/cover;
}
.top_bottom_link .top_link_list li.case {
  background: linear-gradient(rgba(0, 26, 101, 0.5), rgba(0, 26, 101, 0.5)), url(../img/top/bg-case.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .top_bottom_link .top_link_list li {
    width: 100%;
  }
  .top_bottom_link .top_link_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top_bottom_link .top_link_list li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 40px 90px 65px 40px;
}
@media (max-width: 768px) {
  .top_bottom_link .top_link_list li a {
    padding: 25px 60px 45px 20px;
  }
}
.top_bottom_link .top_link_list li a:after {
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: "";
  width: 60px;
  height: 60px;
  background: #FF7530;
  border-radius: 30px;
  vertical-align: bottom;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .top_bottom_link .top_link_list li a:after {
    width: 40px;
    height: 40px;
  }
}
.top_bottom_link .top_link_list li a:before {
  position: absolute;
  bottom: 41px;
  right: 41px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/arr-ico.svg) no-repeat center/contain;
  z-index: 2;
}
@media (max-width: 768px) {
  .top_bottom_link .top_link_list li a:before {
    bottom: 33px;
    right: 33px;
    width: 14px;
    height: 14px;
  }
}
.top_bottom_link .top_link_list li a:hover:after {
  background: #63C3C7;
  transform: scale(1.2);
}
.top_bottom_link .top_link_list li .ttl {
  margin-bottom: 0.8em;
  line-height: 1.5;
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */