@charset "UTF-8";

.top {
  overflow: hidden;
}

main {
  overflow: hidden;
}

/* =============================================
  main-visual
============================================= */
.main-visual {
  background: url("../images/top/main-visual.png") no-repeat right 0 top/89.69% auto;
  background-color: #fff;
  padding-top: 37.7%;
  position: relative;
}

.main-visual::before {
  content: "";
  background-color: rgba(190, 190, 190, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.main-visual .phrase {
  background: url("../images/top/main-visual-box.svg") no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 5.6%;
  top: 10.48%;
  max-width: 749px;
  max-height: 446px;
  width: 39.01%;
  height: 51.98%;
  z-index: 10;
}

.main-visual .phrase em {
  font-size: 2.6vw;
  letter-spacing: 0.41vw;
  line-height: 1.6;
  position: relative;
  text-align: center;
  text-indent: 1em;
  width: 100%;
  z-index: 30;
}

/* =============================================
  事業内容
============================================= */
#business {
  background-color: #fff;
  position: relative;
}

#business::before {
  content: "";
  background-color: rgba(190, 190, 190, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#business .business-head {
  min-height: 340px;
}

.business .business-gralery>* {
  height: 100%;
}

.business-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 20px;
  width: 100%;
  text-align: right;
}

.business-head-item {
  padding-right: 37.39%;
}

.business-head h2 {
  color: #005CA2;
  font-size: 5rem;
  font-weight: bold;
  line-height: 0.96;
}

.business-head h2 b {
  display: block;
  font-size: 1.8rem;
}

.business-head .txt {
  font-size: 2rem;
  font-weight: bold;
  margin: 30px 60px 0 0;
}

.business-head .lead {
  background: url("../images/top/business-lead-box.svg") no-repeat left 10px top 0/100% auto;
  color: #fff;
  text-align: justify;
  position: absolute;
  bottom: -60px;
  right: 0;
  max-height: 340px;
  width: 37.39%;
  z-index: 30;
}

.business-head .lead::after {
  content: "";
  display: block;
  padding-top: calc((200 / 375) * 100%);
}

.business-head .lead em {
  display: block;
  font-size: 1.8vw;
  letter-spacing: 0.73vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.business-wrap {
  position: relative;
}

.business-wrap .head-image {
  top: 0;
  height: 110vh;
  width: 16vw;
  z-index: 1;
  position: absolute;
  text-align: right;
}

.business-wrap .head-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
}

.business-wrap .detail .img-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}

.business-wrap .detail .img-icon span {
  font-family: var(--f-en);
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

.business-wrap>*:first-child .img-icon {
  margin-bottom: 8px;
}

.business-wrap>*:not(:first-child) .img-icon {
  margin-right: 8px;
}

.business-list:first-of-type .business-item {
  min-height: 65vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.business-list:first-of-type .business-item:first-child {
  background: url("../images/business/img_business1_photo2.jpg") no-repeat center/cover;
}

.business-list:first-of-type .business-item:first-child .icon img {
  height: 71px;
}

.business-list:first-of-type .business-item:nth-child(2) {
  background: url("../images/business/img_business2_photo3.jpg") no-repeat center/cover;
}

.business-list:first-of-type .business-item:nth-child(2) .icon img {
  height: 83px;
}

.business-list:first-of-type .business-item:nth-child(3) {
  background: url("../images/business/img_business3_photo2.jpg") no-repeat center/cover;
}

.business-list:first-of-type .business-item:nth-child(3) .icon img {
  height: 81px;
}

.business-list:nth-of-type(2) {
  position: relative;
}

.business-list:nth-of-type(2) .business-item {
  min-height: 45vh;
}

.business-list:nth-of-type(2) .business-item:first-child {
  background: url("../images/business/img_business4_photo1.jpg") no-repeat center/cover;
}

.business-list:nth-of-type(2) .business-item:first-child .icon img {
  height: 79px;
}

.business-list:nth-of-type(2) .business-item:nth-child(2) {
  background: url("../images/business/img_business5_photo1.jpg") no-repeat center/cover;
}

.business-list:nth-of-type(2) .business-item:nth-child(2) .icon img {
  height: 117px;
}

.business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.business-list .business-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.business-list .business-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  z-index: -10;
}

.business-list .business-item .detail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 15px;
}

.business-list .business-item .icon {
  margin-bottom: 10px;
}

.business-list .business-item h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 17px;
  text-align: center;
}

.business-list .business-item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* =============================================
  What is TTH?
============================================= */
#about {
  background: url("../images/top/about-bg.jpg") no-repeat left top/cover;
  height: 100%;
  padding: 210px 0 170px;
}

#about .about-head {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 35px;
}

#about .about-head span {
  color: #005CA2;
  display: block;
  font-size: 3rem;
}

#about .txt {
  margin-bottom: 60px;
}

#about .about-link {
  margin-top: -6%;
}

/* =============================================
  数字で見るてっこうはん
============================================= */
#results {
  padding: 131px 0 30px;
}

#results.show::before {
  content: "";
  background: url("../images/top/result-bg.jpg") no-repeat center center /cover;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -2;
}

#results::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00355d;
  opacity: 0.78;
  z-index: -1;
}

#results .results-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 83px;
}

#results .results-list .count-item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin: 0 20px;
}

#results .results-list .count-item .count {
  font-size: 8rem;
  font-family: "Arial";
}

#results .results-list .count-item span {
  font-size: 3rem;
  margin-left: 10px;
}

/* =============================================
  News
============================================= */

#news {
  background-color: #fff;
  padding: 120px 0;
}

#news .news-head {
  color: #005CA2;
  font-weight: 700;
  width: 20%;
}

#news .news-head span {
  display: block;
  font-size: 4rem;
}

#news .news-flex {
  display: flex;
}

#news .news-listArea {
  width: 80%;
  padding-top: 8px;
}

#news .news-listArea ul li {
  display: flex;
  font-size: 16px;
  padding-bottom: 24px;
}

#news .news-listArea ul a {
  display: block;
}

#news .news-listArea ul>*:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

#news .news-listArea ul>*:not(:first-child) {
  padding-top: 24px;
}

#news .news-listArea .date {
  color: rgba(0, 0, 0, 0.5);
  min-width: 120px;
  letter-spacing: .5px;
}

/* =============================================
  Recruit
============================================= */
#recruit {
  background-color: #fff;
  /*   padding-top: 227px; */
}

#recruit .container {
  max-width: 1440px;
}

#recruit .recrit-head {
  background: url("../images/top/recruit-bg.jpg") no-repeat center/cover;
  margin: 0 auto;
  max-width: 1400px;
  max-height: 525px;
  overflow: hidden;
  padding: 66px 0 156px;
  position: relative;
  text-align: center;
  z-index: 0;
}

#recruit .recrit-head::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.35;
  z-index: -1;
}

#recruit .recrit-head h2 {
  color: #ffbc00;
  font-size: 7rem;
  font-weight: bold;
  margin-bottom: 60px;
  opacity: 0.8;
}

#recruit .recrit-head img {
  width: 41.87vw;
}

#recruit .banner {
  width: 100%;
}

#recruit .banner a,
#recruit .banner img {
  width: 100%;
  display: inline-block;
}

#recruit .recruit-detail {
  position: relative;
}

#recruit .recruit-detail>* {
  width: 50%;
}

#recruit .recruit-detail .txt span {
  display: inline-block;
}

#recruit .recruit-detail .lead {
  background: url("../images/top/recruit-lead-box.webp") no-repeat 0 0/100% auto;
  position: relative;
  top: -45px;
  right: -4vw;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  /*  width: 59.02%; */
}

#recruit .recruit-detail .lead::after {
  content: "";
  display: block;
  padding-top: calc((140 / 375) * 100%);
}

#recruit .recruit-detail .lead-box {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#recruit .recruit-detail .lead-box p {
  color: #fff;
  /* font-size: 3.125vw; */
  text-indent: 1em;
  font-size: 3vh;
  display: inline;
}

#recruit .recruit-detail .lead-box p b {
  color: #005ca2;
  font-weight: 400;
}

/* =============================================
  会社情報
============================================= */
#company {
  background-image: url("../images/top/company-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  clear: both;
}

#company .company-head {
  color: #005CA2;
  font-weight: 700;
  height: 12.13vh;
  min-height: 280px;
  padding-top: 77px;
}

#company .company-head span {
  display: block;
  font-size: 5rem;
}

#company .company-head b {
  font-size: 1.8rem;
}

#company .company-wrap {
  background-color: #fff;
  position: relative;
}

#company .company-wrap::before {
  content: "";
  border-bottom: 200px solid #fff;
  border-left: 170px solid transparent;
  position: absolute;
  top: -75px;
  width: 100%;
}

#company .company-list {
  float: right;
  padding-bottom: 50px;
  overflow: hidden;
  width: 78.64%;
}

#company .slick-slide {
  position: relative;
}

#company .slick-slide img {
  width: calc(100% - 40px);
  min-height: 280px;
  object-fit: cover;
}

#company .slick-slide .txt {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}

#company .slick-slider .slick-list {
  padding-left: 0 !important;
}

/* slider Additions */

.slick-arrow:before {
  content: "";
}

.slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.slick-prev,
.slick-next {
  top: 92%;
  transition: all .3s;
}

.slick-next:before {
  -webkit-mask-image: url(../images/top/icon_left.svg);
  transform: scale(-1, 1);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background: #005CA2;
}

.slick-prev:before {
  -webkit-mask-image: url(../images/top/icon_left.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background: #005CA2;
}

.slick-arrow {
  z-index: 2;
  width: 100px;
  height: 48px;
}

.slick-next {
  left: 58%;
}

.slick-next:hover {
  left: 60%;
}

.slick-prev {
  left: 28%;
}

.slick-prev:hover {
  left: 26%;
}


/* end */

#sustainability {
  background-color: #fff;
  padding-bottom: 93px;
}

.sustainability-wrap {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
              url(../images/corporate/img_social.webp) no-repeat center center / cover;
  color: #fff;
  min-height: 375px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sustainability-wrap .bright {
  filter: none !important;
  position: relative !important;
  isolation: isolate !important;
  background: none;
  z-index: 1; /* 親要素の背景の上に表示 */
  color: #fff; /* 明示的に文字色を指定 */
}

.sustainability-box p span {
  display: inline-block;
}

.sustainability-link {
  width: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sustainability h2 {
  font-size: 4rem;
  margin-bottom: 18px;
  color: #fff;
  font-weight: bold;
}

.sustainability-box {
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
}

.sustainability-box p {
  padding: 15px;
}


/* =============================================
  〜1100px
============================================= */
@media (min-width: 1100px) {
  #business .business-list .business-item .detail .txt {
    width: 80%;
  }

  main {
    padding-top: 96px;
  }

}

/* =============================================
  1100px～768px
============================================= */

@media (min-width: 768px) and (max-width: 1100px) {

  .slick-prev {
    left: 22%;
  }

  .slick-prev:hover {
    left: 20%;
  }

  .slick-next {
    left: 50%;
  }

  .slick-next:hover {
    left: 52%;
  }

  main {
    padding-top: 76px;
  }
}

/* =============================================
  〜768px
============================================= */
@media (min-width: 768px) {
  #about .about-detail {
    width: 520px;
  }

  #about .about-image {
    width: calc(100% - 520px);
  }

  #business .business-list:first-of-type .business-item {
    width: 33.333%;
  }

  /*  #business .business-list:first-of-type .business-item:first-child .detail {
    padding-left: 20%;
  }
 */
  #business .business-list:nth-of-type(2) .business-item {
    width: 50%;
  }

  #business .business-list:nth-of-type(2) .business-item:first-child .detail {
    padding-left: 20%;
  }

  #business .business-list:nth-of-type(2) .business-item .detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #business .business-list:nth-of-type(2) .business-item .icon {
    margin-right: 20px;
  }

  #business .business-list:nth-of-type(2) .business-item h3 {
    text-align: left;
  }

  #recruit .recruit-detail {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  #recruit .recruit-detail .lead {
    max-width: 850px;
  }

  #recruit .recruit-detail .lead-box {
    /*    width: 40%; */
    margin: 0 auto;
    padding: 8px;
  }

  #recruit .recruit-detail .txt {
    font-size: 2vh;
    position: relative;
    text-align: right;
    width: 41%;
  }

  #recruit .recruit-detail .txt p {
    position: absolute;
    right: -5vw;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/* =============================================
  768px〜
============================================= */
@media (max-width: 767.98px) {

  .main-visual {
    background-position: center top;
    background-size: cover;
    padding-top: 80%;
  }

  .main-visual .phrase {
    width: 50%;
    height: 40%;
  }

  #about {
    padding: 70px 0;
  }

  #about .about-head {
    font-size: 3rem;
  }

  #about .about-head span {
    font-size: 2.4rem;
  }

  #about .about-detail {
    position: relative;
    z-index: 1;
  }

  #about .column {
    display: block;
  }

  #about .txt {
    margin-bottom: 24px;
  }

  #about .about-image {
    margin: 0 auto;
    width: 80%;
    z-index: 0;
  }

  #about .about-link {
    margin-top: 0;
  }

  #about .about-link {
    text-align: center;
    margin-top: 24px;
  }

  #business .business-head h2 {
    font-size: 2.2rem;
    text-align: justify;
    line-height: .7;
  }

  #business .business-head h2 b {
    margin-top: 10px;
  }

  .business-head .lead {
    background: url(../images/top/business-lead-box.svg) no-repeat center center /contain;
    bottom: 0;
    top: 12%;
    right: -10%;
    width: 50%;
    height: 100%;
  }

  #business .business-wrap .head-image {
    display: none;
  }

  #business .business-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #business .business-list:first-of-type .business-item {
    min-height: 36vh;
  }

  #business .business-item {
    padding: 56px 0;
  }

  #business .business-item .icon img {
    max-height: 40px !important;
  }

  #business .business-item h3 {
    font-size: 2.4rem;
  }

  #business .business-item .txt {
    margin: 0 auto;
    width: 70%;
  }

  #business .business-head {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    min-height: unset;
    margin-bottom: 24px;
  }

  #business .business-head .txt {
    margin-right: 0;
    text-align: justify;
    font-size: 14px;
    margin-top: 16px;
  }

  #business .business-head-item {
    padding-right: 8px;
    padding-left: 16px;
    width: 60%;
  }

  #business .business-head .lead em {
    font-size: 14px;
    left: 45%;
  }

  .business-wrap .detail .img-icon {
    margin-bottom: 8px;
  }

  .business-wrap>*:not(:first-child) .img-icon {
    margin-right: 0;
  }

  #results {
    padding-top: 40px;
    padding-top: 36px;
  }

  #results::after {
    display: inline-block;
  }

  #results .container {
    position: relative;
  }

  #results .results-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
  }

  #results .results-list .count-item {
    width: 50%;
    justify-content: center;
    margin: 0;
  }

  #results .results-list .count-item .count {
    font-size: 4rem;
  }

  #results .results-list .count-item span {
    font-size: 1.5rem;
  }

  /* news */

  #news {
    padding: 64px 0;
  }

  #news .news-flex {
    display: block;
  }

  #news .news-head {
    margin-bottom: 8px;
  }

  #news .news-head span {
    font-size: 3rem;
  }

  #news .news-head,
  #news .news-listArea {
    width: 100%;
  }

  #news .news-listArea .date {
    min-width: 98px;
  }


  /* recruit */

  #recruit {
    padding-top: 48px;
    padding-bottom: 36px;
  }

  #recruit .recrit-head {
    max-height: 220px;
    padding: 30px 0 100px;
  }

  #recruit .recrit-head h2 {
    line-height: .5;
    margin-bottom: 48px;
    font-size: 5.5rem;
  }

  #recruit .recrit-head img {
    width: 80%;
  }

  #recruit .recruit-detail {
    margin-bottom: 24px;
  }

  #recruit .recruit-detail .lead {
    margin: 24px auto 0;
    right: 0;
  }

  #recruit .recruit-detail .lead-box p {
    font-size: 3vw;
  }

  #recruit .recruit-detail .txt {
    font-size: 16px;
    clear: both;
    position: relative;
    top: -20px;
    width: 100%;
    text-align: center;
    line-height: 1.8;
  }

  #company .company-head {
    /*    min-height: 200px; */
    padding-top: 24px;
  }

  #company .company-head span {
    font-size: 4rem;
  }

  #company .company-head span b {
    font-size: 2.4rem;
  }

  #company .company-wrap::before {
    border-left: 24px solid transparent;
    top: -56px;
  }

  #company .company-list {
    float: none;
    padding: 0px 0 50px 16px;
    width: 100%;
    margin-top: -80px;
  }

  #company .slick-slide img {
    width: calc(100% - 20px);
    min-height: 184px;
  }

  #company .slick-slide .txt {
    font-size: 2rem;
    left: 20px;
  }

  #sustainability {
    padding-bottom: 60px;
  }

  .sustainability-wrap {
    min-height: 230px;
  }

  #sustainability h2 {
    font-size: 3rem;
  }

  .sustainability-box {
    width: 80%;
  }

  /* conpany slider */

  .slick-prev,
  .slick-next {
    top: 204px;
  }

  .slick-arrow {
    width: 80px;
  }

  .slick-prev {
    left: 22%;
  }

  .slick-prev:hover {
    left: 20%;
  }

  .slick-next {
    right: -25px;
  }

  .slick-next:hover {
    right: -23px;
  }
}


/* =============================================
  480px〜
============================================= */
@media (max-width: 479.98px) {
  .main-visual .phrase {
    top: 80%;
    width: 55%;
    height: 45%;
  }

  .main-visual .phrase em {
    font-size: 16px
  }

/*   #business {
    padding-top: 23%;
  }
 */
  #business .business-head-item {
    width: 60%;
  }

  #business .business-item {
    min-height: 30vh !important;
  }
}



/* modal */
.caution {
  background-color: #F2F2F2;
  padding: 24px 0;
}

.modal_button {
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
  padding: 24px;
  display: flex;
  transition: all .3s;
}

.modal_button:hover {
  opacity: 0.7;
}

.modal_button .title {
  color: #cc0000;
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 24px;
}

.modal_button>.txt {
  position: relative;
}

.modal_button>.txt::after {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-top: 1px solid #005ca2;
  border-right: 1px solid #005ca2;
  vertical-align: middle;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  margin-left: 5px;
}

.caution button {
  font-family: inherit;
}

.modal_button button::after {
  content: "";
  background: url("../images/common/modal_white.svg") no-repeat 0 0/100% auto;
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.modal_button button:hover::after {
  background: url("../images/common/modal_pink.svg") no-repeat 0 0/100% auto;
}

.modal_cont {
  background-color: #fff;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 860px;
  z-index: 150;
}

.modal_cont .inner {
  background-color: #fff;
  padding: 40px 20px 96px;
  height: 75vh;
  max-height: 700px;
  overflow-y: scroll;
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin;
}

.modal_cont .inner .down {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0.6)), color-stop(23%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 5%, #fff 23%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 5%, #fff 23%);
  bottom: 0;
  cursor: pointer;
  padding-top: 60px;
  position: fixed;
  width: calc(100% - 40px);
  height: 40px;
  text-align: center;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.modal_cont .inner .down::after {
  background: url(../images/common/arrow_pink.svg) no-repeat right bottom / contain;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.modal_cont .inner .down::before {
  animation: flash 1.8s 3 linear;
  content: "down";
  color: #e88aa1;
  display: block;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@keyframes flash {
  50% {
    opacity: 1;
  }
}

.modal_cont .inner::-webkit-scrollbar-track {
  background-color: #f7f6f3;
}

.modal_cont .inner::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.modal_link {
  background-color: #fff;
}

.modal_link.column.col-2 .wrap {
  width: calc(50% - .5px);
}

.modal_link.column.col-3 .wrap {
  width: calc(33.333% - .5px);
}

.modal_link .btn a {
  max-width: inherit;
}

.modal_link .btn a {
  background-color: #d096ac;
  border-color: #d096ac;
  color: #fff;
  text-align: center;
}

.modal_link .btn a:hover {
  background-color: #fff;
  color: #d096ac;
}

.modal_close {
  cursor: pointer;
  color: #d3d3d3;
  font-size: 5rem;
  position: absolute;
  top: -50px;
  right: 10px;
}

#overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 149;
}

.headline_txt p:not(:last-child) {
  margin-bottom: 16px;
}

.modal_cont .heading-2 {
  color: #005CA2;
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 24px;
}

.modal_cont .heading-2::after {
  position: absolute;
  content: '';
  left: 0;
  top: -8px;
  width: 50px;
  height: 2px;
  background-color: #005CA2;
}

.no_scroll {
  overflow: hidden;
}



@media screen and (max-width: 767px) {
  .modal_link.column.col-2 .wrap {
    width: auto;
    margin-bottom: 0;
  }

  .modal_link.column.col-2 .wrap:first-of-type {
    margin-bottom: 2px;
  }

  .modal_button {
    display: block;
  }

  .caution button {
    text-align: justify;
  }

  .modal_cont .heading-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .modal_cont .inner {
    height: 50vh;
  }

  .caution {
    padding-top: 100px;
  }

}