@charset "UTF-8";
/******************************* Preface ***************************************/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
a:hover {
  color: #FF7734;
}

/********************************* body ***************************************/
html {
  scroll-behavior: smooth;
}

body {
  background: -moz-linear-gradient(90deg, rgb(44, 178, 255), rgb(255, 119, 52));
  background: -webkit-linear-gradient(90deg, rgb(44, 178, 255), rgb(255, 119, 52));
  background-image: linear-gradient(90deg, rgb(44, 178, 255), rgb(255, 119, 52));
  overflow-x: hidden;
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
  /******************************** nav modal **************************************/
}
body header {
  position: relative;
}
body header.scrolled .inner {
  background: -moz-linear-gradient(90deg, rgba(44, 178, 255, 0.7), rgba(255, 119, 52, 0.7));
  background: -webkit-linear-gradient(90deg, rgba(44, 178, 255, 0.7), rgba(255, 119, 52, 0.7));
  background-image: linear-gradient(90deg, rgba(44, 178, 255, 0.7), rgba(255, 119, 52, 0.7));
  transition: all linear 0.2s;
}
body header.header.top {
  height: 95vh;
}
body header.header .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1.5rem 3rem;
  z-index: 99;
}
body header.header .inner .logo {
  margin-right: auto;
}
body header.header .inner .logo a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
body header.header .mainvi {
  position: relative;
  max-width: 1110px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  z-index: 1;
}
body header.header .mainvi .slider {
  width: 100%;
  margin-right: -20%;
  margin-bottom: -20%;
}
body header.header .mainvi .slider img {
  display: block;
  width: 100%;
  aspect-ratio: 253/164;
  object-fit: cover;
}
body header.header .mainvi .copy {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
body header.header .mainvi .copy h1 span {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 6vw;
  font-weight: bold;
  line-height: 1.2;
  color: white;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.46);
}
body header.header .mainvi .copy h1 span.sub {
  font-family: "Shippori Mincho", serif;
  font-size: 1.2vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.62);
}
body header.header .mainvi .copy .mv-link-btn {
  width: 350px;
}
body header.header .mainvi .copy .mv-link-btn a {
  position: relative;
  display: block;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  color: #FF7734;
  background: white;
  font-weight: bold;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
body header.header .mainvi .copy .mv-link-btn a::after {
  content: "";
  display: block;
  background-image: url(../img/arrow_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 1550px) {
  body header.header .mainvi {
    max-width: 1400px;
  }
  body header.header .mainvi .slider {
    margin-bottom: -10%;
  }
  body header.header .mainvi .copy h1 span {
    font-size: 5.5rem;
  }
}
body .content-wrap {
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
  /* ドットの数字を非表示にする */
  /* ドットを円形に設定 */
  /* ドットをアクティブ状態にした時のスタイル */
}
@media screen and (min-width: 678px) and (max-width: 1150px) {
  body .content-wrap {
    padding: 5rem 0;
  }
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (min-width: 678px) and (max-width: 1150px) {
  body .content-wrap .inner.inner-s {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-m {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-l {
    padding: 0 40px;
  }
}
body .content-wrap.bg-arrow {
  background: rgba(255, 255, 255, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  padding-bottom: 10%;
}
body .content-wrap.bg-bridge {
  padding: 0;
  background-image: url(../img/bg_bridge.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body .content-wrap h1.section-title,
body .content-wrap h2.section-title,
body .content-wrap h3.section-title,
body .content-wrap h4.section-title,
body .content-wrap h5.section-title,
body .content-wrap h6.section-title {
  margin-bottom: 4rem;
}
body .content-wrap h1.section-title span,
body .content-wrap h2.section-title span,
body .content-wrap h3.section-title span,
body .content-wrap h4.section-title span,
body .content-wrap h5.section-title span,
body .content-wrap h6.section-title span {
  display: block;
}
body .content-wrap h1.section-title span.main,
body .content-wrap h2.section-title span.main,
body .content-wrap h3.section-title span.main,
body .content-wrap h4.section-title span.main,
body .content-wrap h5.section-title span.main,
body .content-wrap h6.section-title span.main {
  font-size: 2rem;
  font-weight: bold;
  color: #FF7734;
  padding-bottom: 1rem;
}
body .content-wrap h1.section-title span.sub,
body .content-wrap h2.section-title span.sub,
body .content-wrap h3.section-title span.sub,
body .content-wrap h4.section-title span.sub,
body .content-wrap h5.section-title span.sub,
body .content-wrap h6.section-title span.sub {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
}
body .content-wrap h1.ttl-grad span.main,
body .content-wrap h2.ttl-grad span.main,
body .content-wrap h3.ttl-grad span.main,
body .content-wrap h4.ttl-grad span.main,
body .content-wrap h5.ttl-grad span.main,
body .content-wrap h6.ttl-grad span.main {
  position: relative;
  background: -moz-linear-gradient(90deg, rgb(44, 178, 255), rgb(255, 119, 52));
  background: -webkit-linear-gradient(90deg, rgb(44, 178, 255), rgb(255, 119, 52));
  background-image: linear-gradient(90deg, rgb(44, 178, 255), rgb(255, 119, 52));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  width: fit-content;
  margin: 0 auto;
}
body .content-wrap h1.line-dots span.main,
body .content-wrap h2.line-dots span.main,
body .content-wrap h3.line-dots span.main,
body .content-wrap h4.line-dots span.main,
body .content-wrap h5.line-dots span.main,
body .content-wrap h6.line-dots span.main {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
body .content-wrap h1.line-dots span.main::after,
body .content-wrap h2.line-dots span.main::after,
body .content-wrap h3.line-dots span.main::after,
body .content-wrap h4.line-dots span.main::after,
body .content-wrap h5.line-dots span.main::after,
body .content-wrap h6.line-dots span.main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9px;
  background-size: 18px 9px;
  background-repeat: repeat-x;
}
body .content-wrap h1.line-dots span.dots-orange::after,
body .content-wrap h2.line-dots span.dots-orange::after,
body .content-wrap h3.line-dots span.dots-orange::after,
body .content-wrap h4.line-dots span.dots-orange::after,
body .content-wrap h5.line-dots span.dots-orange::after,
body .content-wrap h6.line-dots span.dots-orange::after {
  background-image: radial-gradient(circle, #f47920 4.5px, transparent 4.5px);
}
body .content-wrap h1.line-dots span.dots-white::after,
body .content-wrap h2.line-dots span.dots-white::after,
body .content-wrap h3.line-dots span.dots-white::after,
body .content-wrap h4.line-dots span.dots-white::after,
body .content-wrap h5.line-dots span.dots-white::after,
body .content-wrap h6.line-dots span.dots-white::after {
  background-image: radial-gradient(circle, white 4.5px, transparent 4.5px);
}
body .content-wrap h1.ttl-mark span.main,
body .content-wrap h2.ttl-mark span.main,
body .content-wrap h3.ttl-mark span.main,
body .content-wrap h4.ttl-mark span.main,
body .content-wrap h5.ttl-mark span.main,
body .content-wrap h6.ttl-mark span.main {
  display: inline-block;
  position: relative;
  padding-bottom: 0;
}
body .content-wrap h1.ttl-mark span.main::before,
body .content-wrap h2.ttl-mark span.main::before,
body .content-wrap h3.ttl-mark span.main::before,
body .content-wrap h4.ttl-mark span.main::before,
body .content-wrap h5.ttl-mark span.main::before,
body .content-wrap h6.ttl-mark span.main::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #FF7734;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: -3rem;
}
body .content-wrap h1.ttl-mark span.main::after,
body .content-wrap h2.ttl-mark span.main::after,
body .content-wrap h3.ttl-mark span.main::after,
body .content-wrap h4.ttl-mark span.main::after,
body .content-wrap h5.ttl-mark span.main::after,
body .content-wrap h6.ttl-mark span.main::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #FF7734;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -3rem;
}
body .content-wrap h1.insta-head span.main::before,
body .content-wrap h2.insta-head span.main::before,
body .content-wrap h3.insta-head span.main::before,
body .content-wrap h4.insta-head span.main::before,
body .content-wrap h5.insta-head span.main::before,
body .content-wrap h6.insta-head span.main::before {
  left: -1rem;
}
body .content-wrap h1.insta-head span.main::after,
body .content-wrap h2.insta-head span.main::after,
body .content-wrap h3.insta-head span.main::after,
body .content-wrap h4.insta-head span.main::after,
body .content-wrap h5.insta-head span.main::after,
body .content-wrap h6.insta-head span.main::after {
  right: -1rem;
}
body .content-wrap h1.insta-head span.main img,
body .content-wrap h2.insta-head span.main img,
body .content-wrap h3.insta-head span.main img,
body .content-wrap h4.insta-head span.main img,
body .content-wrap h5.insta-head span.main img,
body .content-wrap h6.insta-head span.main img {
  width: 6%;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  vertical-align: bottom;
}
body .content-wrap h1.section-title-02,
body .content-wrap h2.section-title-02,
body .content-wrap h3.section-title-02,
body .content-wrap h4.section-title-02,
body .content-wrap h5.section-title-02,
body .content-wrap h6.section-title-02 {
  margin-bottom: 4rem;
}
body .content-wrap h1.section-title-02 span,
body .content-wrap h2.section-title-02 span,
body .content-wrap h3.section-title-02 span,
body .content-wrap h4.section-title-02 span,
body .content-wrap h5.section-title-02 span,
body .content-wrap h6.section-title-02 span {
  display: block;
}
body .content-wrap h1.section-title-02 span.main,
body .content-wrap h2.section-title-02 span.main,
body .content-wrap h3.section-title-02 span.main,
body .content-wrap h4.section-title-02 span.main,
body .content-wrap h5.section-title-02 span.main,
body .content-wrap h6.section-title-02 span.main {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FF7734;
  padding-bottom: 2rem;
}
body .content-wrap h1.section-title-02 span.sub,
body .content-wrap h2.section-title-02 span.sub,
body .content-wrap h3.section-title-02 span.sub,
body .content-wrap h4.section-title-02 span.sub,
body .content-wrap h5.section-title-02 span.sub,
body .content-wrap h6.section-title-02 span.sub {
  line-height: 1.8;
}
body .content-wrap h1.content-title,
body .content-wrap h2.content-title,
body .content-wrap h3.content-title,
body .content-wrap h4.content-title,
body .content-wrap h5.content-title,
body .content-wrap h6.content-title {
  margin-bottom: 3rem;
}
body .content-wrap h1.content-title.boder-left-01,
body .content-wrap h2.content-title.boder-left-01,
body .content-wrap h3.content-title.boder-left-01,
body .content-wrap h4.content-title.boder-left-01,
body .content-wrap h5.content-title.boder-left-01,
body .content-wrap h6.content-title.boder-left-01 {
  font-size: 1.4rem;
  font-weight: bold;
  border-left: 6px solid #FF7734;
  padding-left: 0.7rem;
}
body .content-wrap h1.lead-text,
body .content-wrap h2.lead-text,
body .content-wrap h3.lead-text,
body .content-wrap h4.lead-text,
body .content-wrap h5.lead-text,
body .content-wrap h6.lead-text {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
body .content-wrap .header-ui {
  display: flex;
}
body .content-wrap .header-ui .section-title {
  width: 35%;
}
body .content-wrap .header-ui .section-title span.main {
  margin: 0;
}
body .content-wrap .header-ui .text {
  width: 65%;
  font-size: 0.9rem;
  line-height: 1.6;
}
body .content-wrap .top-bridge-wrap img {
  position: relative;
  display: block;
  width: 80%;
  margin-left: auto;
}
body .content-wrap .top-bridge-wrap .main {
  position: absolute;
  bottom: 5%;
  font-size: 3rem;
  font-weight: 500;
  text-shadow: 0px 4px 8px #FFFFFF;
  line-height: 1.6;
}
body .content-wrap .contact-wrap {
  padding: 3rem 1.5rem;
  text-align: center;
}
body .content-wrap .contact-wrap p {
  font-weight: bold;
}
body .content-wrap .tab-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4rem;
}
body .content-wrap .tab-nav-list li {
  width: calc((100% - 4.5rem) / 4);
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
body .content-wrap .tab-nav-list li:nth-child(4n) {
  margin-right: 0;
}
body .content-wrap .tab-nav-list li a {
  display: block;
  padding: 0.5rem 1rem;
  background: #0081CC;
  text-align: center;
  color: white;
  border-radius: 3rem;
  font-weight: bold;
}
body .content-wrap .company-card-list {
  margin-bottom: 2rem;
}
body .content-wrap .company-card-list .company-card {
  cursor: pointer;
  transition: all 0.3s;
}
body .content-wrap .company-card-list .company-card:hover {
  opacity: 0.7;
  color: #0081CC;
}
body .content-wrap .company-card-list .company-card img {
  display: block;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
  margin-bottom: 0.5rem;
}
body .content-wrap .company-card-list .company-card h5 {
  font-weight: bold;
  padding-bottom: 0.5rem;
}
body .content-wrap .video-slider .slick-item {
  position: relative;
  display: flex;
  margin: 0 20px;
  margin-bottom: 20px;
  padding: 1.5rem;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
body .content-wrap .video-slider .slick-item .video {
  width: 60%;
}
body .content-wrap .video-slider .slick-item .video iframe {
  aspect-ratio: 16/10;
  max-width: 100%;
}
body .content-wrap .video-slider .slick-item .video img {
  display: block;
  aspect-ratio: 16/10;
  width: 100%;
  object-fit: cover;
}
body .content-wrap .video-slider .slick-item .text {
  width: 40%;
  padding: 0 1rem 0 1.5rem;
}
body .content-wrap .video-slider .slick-item .text .ttl {
  font-weight: bold;
  font-size: 1.1rem;
  padding-bottom: 1.5rem;
}
body .content-wrap .video-slider .slick-item .text p {
  font-size: 0.9rem;
}
body .content-wrap .video-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  z-index: 3;
}
body .content-wrap .video-slider .slick-arrow.next {
  right: 14%;
}
body .content-wrap .video-slider .slick-arrow.prev {
  left: 14%;
}
body .content-wrap .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .content-wrap .slick-dots li {
  margin-right: 1em;
}
body .content-wrap .video-slider .slick-dots li button {
  font-size: 0;
}
body .content-wrap .video-slider .slick-dots li button:focus {
  outline: none;
}
body .content-wrap .video-slider .slick-dots li button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  border-radius: 50%;
  transition: opacity 0.3s;
}
body .content-wrap .video-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #FF7734;
  /* アクティブ時のドット色 */
}
body .content-wrap .box-3col.box-3col-01 ul.list {
  display: flex;
  flex-wrap: wrap;
}
body .content-wrap .box-3col.box-3col-01 ul.list li {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
}
body .content-wrap .box-3col.box-3col-01 ul.list li:nth-child(3n) {
  margin-right: 0;
}
body .content-wrap .box-3col.box-3col-01 ul.list li .icon {
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  background: white;
  border-radius: 100rem;
}
body .content-wrap .box-3col.box-3col-01 ul.list li .icon img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}
body .content-wrap .box-3col.box-3col-01 ul.list li .text {
  padding: 1em 0;
  font-weight: bold;
}
body .content-wrap .box-3col.box-3col-02 ul.list {
  display: flex;
  flex-wrap: wrap;
}
body .content-wrap .box-3col.box-3col-02 ul.list li {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
}
body .content-wrap .box-3col.box-3col-02 ul.list li:nth-child(3n) {
  margin-right: 0;
}
body .content-wrap .box-3col.box-3col-02 ul.list li .logo {
  padding: 1rem;
  background: white;
  border-radius: 10px;
}
body .content-wrap .box-3col.box-3col-02 ul.list li .logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
body .content-wrap .box-3col.box-3col-02 ul.list li .text {
  padding: 1em 0;
  font-weight: bold;
}
body .content-wrap .link-btn {
  width: 350px;
}
body .content-wrap .link-btn.center {
  margin: 0 auto;
}
body .content-wrap .link-btn.right {
  margin-left: auto;
}
body .content-wrap .link-btn.main-color a {
  display: block;
  background-color: #FF7734;
  border: 1px solid #FF7734;
  color: #fff;
}
body .content-wrap .link-btn.main-color a:hover {
  background-color: #fff;
  color: #FF7734;
}
body .content-wrap .link-btn.main-color a:hover::after {
  border-color: #FF7734;
}
body .content-wrap .link-btn.main-color a::after {
  border-color: #fff;
}
body .content-wrap .link-btn.reverse-color a {
  background-color: #fff;
  border: 1px solid #FF7734;
  color: #FF7734;
}
body .content-wrap .link-btn.reverse-color a:hover {
  background-color: #FF7734;
  color: #fff;
}
body .content-wrap .link-btn.reverse-color a:hover::after {
  border-color: #fff;
}
body .content-wrap .link-btn a {
  display: block;
  transition: 0.3s;
}
body .content-wrap .link-btn.link-btn-01 a {
  position: relative;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 10px;
}
body .content-wrap .link-btn.link-btn-01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body .content-wrap .link-btn.link-btn-02 a {
  background: white;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 10px 25px;
  color: #FF7734;
  transition: 0.3s ease-in-out;
  z-index: 0;
  border-left: solid 5px #FF7734;
}
body .content-wrap .link-btn.link-btn-02 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #FF7734;
  transition: 0.3s;
  left: 0;
}
body .content-wrap .link-btn.link-btn-02 a:hover {
  color: white;
}
body .content-wrap .link-btn.link-btn-02 a:hover:before {
  width: 100%;
  z-index: -1;
}
body .content-wrap .link-btn.link-btn-02.main-color a {
  background: #FF7734;
  color: white;
  border: 0;
  border-left: solid 5px white;
}
body .content-wrap .link-btn.link-btn-02.main-color a::before {
  background: white;
}
body .content-wrap .link-btn.link-btn-02.main-color a:hover {
  color: #FF7734;
}
body .content-wrap .link-btn.link-btn-03 a {
  background: 0;
  border: 0;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0px 10px 25px;
  color: #FF7734;
  transition: 0.3s ease-in-out;
}
body .content-wrap .link-btn.link-btn-03 a:before, body .content-wrap .link-btn.link-btn-03 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
body .content-wrap .link-btn.link-btn-03 a::before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
body .content-wrap .link-btn.link-btn-03 a::after {
  left: 0;
  background: #FF7734;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
body .content-wrap .link-btn.link-btn-03 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
body .content-wrap .link-btn.link-btn-03 a:hover {
  background: 0;
}
body .content-wrap .link-btn.link-btn-03 a:hover span {
  color: #fff;
}
body .content-wrap .link-btn.link-btn-03 a:hover:before {
  left: 2rem;
}
body .content-wrap .link-btn.link-btn-03 a:hover:after {
  right: 0;
  width: 100%;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a::before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #FF7734;
  border-right: solid 2px #FF7734;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a::after {
  left: 0;
  background: white;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  border: solid 1px #FF7734;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a:hover {
  background: 0;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a:hover span {
  color: #FF7734;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a:hover:before {
  left: 2rem;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a:hover:after {
  right: 0;
  width: 100%;
}
body footer.footer .inner {
  background: rgba(255, 255, 255, 0.4);
  padding: 5rem 0;
}
@media screen and (min-width: 678px) and (max-width: 1150px) {
  body footer.footer .inner.inner {
    padding: 4rem 40px;
  }
}
body footer.footer .inner .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body footer.footer .inner .info .ttl {
  font-weight: bold;
  font-size: 2rem;
}
body footer.footer .inner .info .logo img {
  display: block;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 355px;
}
body footer.footer .inner .info .add {
  color: white;
  text-align: center;
}
body footer.footer .inner .info .add h1 {
  font-weight: bold;
  line-height: 2;
}
body footer.footer .inner .info .add > p {
  font-size: 0.9rem;
  font-weight: bold;
}
body footer.footer .copyright {
  padding: 1.5rem 50px;
}
body .modal-dialog-centered {
  max-width: 800px;
}
body .modal-content {
  padding: 1rem 2rem;
}
body .modal-content .modal-header h5 {
  font-weight: bold;
  font-size: 1.1rem;
}
body .modal-content .modal-header .close:focus {
  outline: none;
}
body .modal-content .modal-body .info-box {
  display: flex;
  align-items: stretch;
  margin-bottom: 2rem;
}
body .modal-content .modal-body .info-box .logo {
  width: 40%;
}
body .modal-content .modal-body .info-box .logo img {
  display: block;
  width: 100%;
  padding: 2rem 1.5rem;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
}
body .modal-content .modal-body .info-box .detail {
  width: 60%;
  padding-left: 2rem;
}
body .modal-content .modal-body .info-box .detail p {
  font-size: 0.9rem;
}
body .modal-content .modal-body .info-box .detail p a {
  color: #2CB2FF;
}
body .modal-content .modal-body .text {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
body .modal-content .modal-body .title {
  font-weight: bold;
  font-size: 1.1rem;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body .modal-content .modal-body .business-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5rem;
}
body .modal-content .modal-body .business-list li {
  width: calc((100% - 3rem) / 3);
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  padding: 1.2rem 1rem;
  font-size: 0.9rem;
  font-weight: bold;
}
body .modal-backdrop {
  z-index: 0;
}