@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .inner {
  width: 100%;
}
section#mv_area .box {
  position: relative;
  width: 100%;
}
section#mv_area .img-box {
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: clip;
}
section#mv_area .img-box iframe {
  width: 100%;
  height: 100%;
}
section#mv_area .img-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#mv_area .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#mv_area .txt-box {
  position: absolute;
  bottom: 5.9895833333vw;
  left: 5.2083333333vw;
}
section#mv_area .txt-box .txt-h1 {
  color: #ffffff;
}
section#mv_area .txt-box .txt-h1 span {
  display: block;
  line-height: 1.2em;
}
section#mv_area .txt-box .txt-h1 span.jp {
  margin-top: 1.5vw;
}
section#mv_area .txt-box .link-box {
  margin-top: 4.53125vw;
  display: flex;
  gap: 2.6041666667vw;
}
section#mv_area .txt-box .link-box .txt-a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #35B5AC;
  color: #ffffff;
  width: 20.8333333333vw;
  height: 4.1666666667vw;
  border-radius: 4.1666666667vw;
  border: solid 2px #35B5AC;
  transition: 1s;
  position: relative;
  padding-left: 3.3854166667vw;
}
section#mv_area .txt-box .link-box .txt-a span {
  display: flex;
  align-items: center;
}
section#mv_area .txt-box .link-box .txt-a svg {
  display: flex;
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
}
section#mv_area .txt-box .link-box .txt-a:hover {
  background: #ffffff;
  color: #35B5AC;
}
section#mv_area .txt-box .link-box .txt-a.entori {
  background: #ffffff;
  border-color: #ffffff;
  color: #356CB4;
}
section#mv_area .txt-box .link-box .txt-a.entori:hover {
  background: #356CB4;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#mv_area {
    position: relative;
  }
  section#mv_area .inner {
    width: 100%;
  }
  section#mv_area .box {
    position: relative;
    width: 100%;
  }
  section#mv_area .img-box {
    position: relative;
    width: 100%;
    height: 59svh;
  }
  section#mv_area .img-box iframe {
    width: 100%;
    height: 100%;
  }
  section#mv_area .img-box::before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section#mv_area .txt-box {
    position: initial;
    padding: 30px 5% 50px;
  }
  section#mv_area .txt-box .txt-h1 {
    color: #2B2E33;
  }
  section#mv_area .txt-box .txt-h1 span.en {
    font-size: 50px;
  }
  section#mv_area .txt-box .txt-h1 span.jp {
    margin-top: 15px;
    font-size: 16px;
  }
  section#mv_area .txt-box .link-box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  section#mv_area .txt-box .link-box .txt-a {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    max-width: 400px;
    padding-left: 30px;
  }
  section#mv_area .txt-box .link-box .txt-a span {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  section#mv_area .txt-box .link-box .txt-a svg {
    display: flex;
    width: 40px;
    height: 40px;
    right: 20px;
  }
  section#mv_area .txt-box .link-box .txt-a.entori {
    border-color: #356CB4;
  }
}
/*==========================================================================
section#starts_area
========================================================================== */
section#starts_area {
  position: relative;
}
section#starts_area:before {
  content: "";
  background: url(../img/starts_area_bg001.svg) center no-repeat;
  background-size: cover;
  width: 33.4890625vw;
  height: 19.3885416667vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: rotate(180deg);
}
section#starts_area:after {
  content: "";
  background: url(../img/starts_area_bg001.svg) center no-repeat;
  background-size: cover;
  width: 33.4890625vw;
  height: 19.3885416667vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
section#starts_area .inner {
  padding: 7.8125vw 0;
}
section#starts_area .ttl-box {
  margin-bottom: 5.2083333333vw;
}
section#starts_area .ttl-box .txt-h2 {
  text-align: center;
  margin-bottom: 1.5625vw;
  line-height: 1.8em;
}
section#starts_area .ttl-box .txt-h2 span {
  position: relative;
  line-height: 1.8em;
}
section#starts_area .ttl-box .txt-h2 span:before {
  content: "";
  background-image: linear-gradient(90deg, #356cb4, #79c5db);
  width: 100%;
  height: 0.5208333333vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
section#starts_area .ttl-box .txt-p {
  text-align: center;
  line-height: 1.8em;
}
section#starts_area .box {
  background: #ffffff;
  box-shadow: 0 4px 20px 10px rgba(53, 108, 180, 0.2);
  border-radius: 0.5208333333vw;
  box-sizing: border-box;
  padding: 5.2083333333vw 10.4166666667vw;
  justify-content: space-between;
}
section#starts_area .box .item-box .img-box {
  width: auto;
  height: 11.71875vw;
  margin: 0 auto;
  margin-bottom: 2.6041666667vw;
  text-align: center;
}
section#starts_area .box .item-box .img-box img {
  width: auto;
}
section#starts_area .box .item-box .txt-h3 {
  text-align: center;
  line-height: 1.1em;
}
section#starts_area .box .item-box .txt-t {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.6458333333vw;
  margin: 1.5625vw 0;
  color: #35B5AC;
}
section#starts_area .box .item-box .txt-p {
  text-align: center;
  line-height: 1.8em;
}
section#starts_area .box .item-box.web .txt-t {
  color: #356CB4;
}

@media screen and (max-width: 767px) {
  section#starts_area:before {
    width: 33.4890625vw;
    height: 19.3885416667vw;
  }
  section#starts_area:after {
    width: 33.4890625vw;
    height: 19.3885416667vw;
  }
  section#starts_area .inner {
    padding: 50px 0;
  }
  section#starts_area .ttl-box {
    margin-bottom: 30px;
  }
  section#starts_area .ttl-box .txt-h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section#starts_area .ttl-box .txt-h2 span {
    position: relative;
    font-size: 20px;
  }
  section#starts_area .ttl-box .txt-h2 span:before {
    height: 3px;
    left: 0;
    bottom: 0;
  }
  section#starts_area .ttl-box .txt-p {
    font-size: 14px;
    text-align: start;
  }
  section#starts_area .box {
    border-radius: 10px;
    padding: 30px 5%;
  }
  section#starts_area .box .item-box .img-box {
    width: auto;
    height: 32vw;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  section#starts_area .box .item-box .txt-h3 {
    font-size: 24px;
  }
  section#starts_area .box .item-box .txt-t {
    font-size: 18px;
    margin: 20px 0;
    height: initial;
  }
  section#starts_area .box .item-box .txt-p {
    font-size: 14px;
  }
  section#starts_area .box .item-box.web {
    margin-top: 40px;
  }
}
/*==========================================================================
section#video_area
========================================================================== */
section#video_area {
  position: relative;
}
section#video_area::before {
  content: "";
  background: #35B5AC;
  width: 100%;
  height: 50vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section#video_area .inner {
  padding: 7.8125vw 0 0;
}
section#video_area .box {
  align-items: center;
  justify-content: flex-end;
  width: 94%;
  gap: 5.2083333333vw;
  background: #ffffff;
  padding-bottom: 7.8125vw;
  padding-top: 2.6041666667vw;
  padding-right: 3.3854166667vw;
  box-sizing: border-box;
}
section#video_area .img-box {
  width: 34%;
}
section#video_area .txt-box {
  width: 50%;
}
section#video_area .txt-box .txt-h2 {
  line-height: 1;
  color: #35B5AC;
  margin-bottom: 2.5vw;
}
section#video_area .txt-box .txt-h2 span {
  display: block;
  line-height: 1;
  color: #2B2E33;
  text-shadow: 6px 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: -1.6vw;
}
section#video_area .txt-box .txt-t {
  margin-bottom: 2vw;
}
section#video_area .txt-box .txt-p {
  line-height: 1.8em;
}
section#video_area .txt-box .txt-a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #35B5AC;
  color: #ffffff;
  width: 20.8333333333vw;
  height: 4.1666666667vw;
  border-radius: 4.1666666667vw;
  border: solid 2px #35B5AC;
  transition: 1s;
  position: relative;
  padding-left: 6vw;
  margin-top: 2.6041666667vw;
}
section#video_area .txt-box .txt-a span {
  display: flex;
  align-items: center;
}
section#video_area .txt-box .txt-a svg {
  display: flex;
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
}
section#video_area .txt-box .txt-a:hover {
  background: #ffffff;
  color: #35B5AC;
}

@media screen and (max-width: 767px) {
  section#video_area {
    position: relative;
  }
  section#video_area::before {
    content: "";
    background: #35B5AC;
    width: 100%;
    height: 50vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  section#video_area .inner {
    padding: 50px 0 0;
  }
  section#video_area .box {
    align-items: center;
    justify-content: flex-end;
    width: 95%;
    gap: 5.2083333333vw;
    background: #ffffff;
    padding-bottom: 50px;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 5%;
    box-sizing: border-box;
  }
  section#video_area .img-box {
    width: 65%;
    height: 69vw;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section#video_area .txt-box {
    width: 100%;
  }
  section#video_area .txt-box .txt-h2 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  section#video_area .txt-box .txt-h2 span {
    font-size: 90px;
    margin-left: 0;
  }
  section#video_area .txt-box .txt-t {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  section#video_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#video_area .txt-box .txt-a {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    padding-left: 30px;
    margin-top: 40px;
    max-width: 400px;
  }
  section#video_area .txt-box .txt-a span {
    font-size: 16px;
  }
  section#video_area .txt-box .txt-a svg {
    display: flex;
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
/*==========================================================================
section#web_area
========================================================================== */
section#web_area {
  position: relative;
}
section#web_area::before {
  content: "";
  background: #356CB4;
  width: 100%;
  height: 45vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section#web_area .inner {
  padding: 7.8125vw 0 0;
}
section#web_area .box {
  align-items: center;
  justify-content: flex-start;
  width: 94%;
  margin-left: auto;
  gap: 5.2083333333vw;
  background: #ffffff;
  padding-bottom: 7.8125vw;
  padding-top: 2.6041666667vw;
  padding-left: 3.3854166667vw;
  box-sizing: border-box;
}
section#web_area .img-box {
  width: 40%;
}
section#web_area .txt-box {
  width: 50%;
}
section#web_area .txt-box .txt-h2 {
  line-height: 1;
  color: #356CB4;
  margin-bottom: 2.5vw;
}
section#web_area .txt-box .txt-h2 span {
  display: block;
  line-height: 1;
  color: #2B2E33;
  text-shadow: 6px 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: -1.6vw;
}
section#web_area .txt-box .txt-t {
  margin-bottom: 2vw;
}
section#web_area .txt-box .txt-p {
  line-height: 1.8em;
}
section#web_area .txt-box .txt-a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #356CB4;
  color: #ffffff;
  width: 20.8333333333vw;
  height: 4.1666666667vw;
  border-radius: 4.1666666667vw;
  border: solid 2px #356CB4;
  transition: 1s;
  position: relative;
  padding-left: 6vw;
  margin-top: 2.6041666667vw;
}
section#web_area .txt-box .txt-a span {
  display: flex;
  align-items: center;
}
section#web_area .txt-box .txt-a svg {
  display: flex;
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
}
section#web_area .txt-box .txt-a:hover {
  background: #ffffff;
  color: #356CB4;
}

@media screen and (max-width: 767px) {
  section#web_area {
    position: relative;
  }
  section#web_area::before {
    content: "";
    background: #356CB4;
    width: 100%;
    height: 45vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  section#web_area .inner {
    padding: 50px 0 0;
  }
  section#web_area .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 95%;
    gap: 5.2083333333vw;
    background: #ffffff;
    padding-bottom: 50px;
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 0;
    box-sizing: border-box;
  }
  section#web_area .img-box {
    width: 85%;
    height: 53vw;
    margin: 0 auto;
    margin-bottom: 0;
    order: 1;
  }
  section#web_area .txt-box {
    width: 100%;
    order: 2;
  }
  section#web_area .txt-box .txt-h2 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  section#web_area .txt-box .txt-h2 span {
    font-size: 90px;
    margin-left: 0;
  }
  section#web_area .txt-box .txt-t {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  section#web_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#web_area .txt-box .txt-a {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    padding-left: 30px;
    margin-top: 40px;
    max-width: 400px;
  }
  section#web_area .txt-box .txt-a span {
    font-size: 16px;
  }
  section#web_area .txt-box .txt-a svg {
    display: flex;
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
/*==========================================================================
section#works_area
========================================================================== */
section#works_area {
  background: transparent;
}
section#works_area .inner {
  padding: 5.2083333333vw 0 0;
}
section#works_area .ttl-box {
  margin-bottom: 7.8125vw;
}
section#works_area .ttl-box .txt-h2 span {
  color: #356CB4;
  display: block;
  line-height: 1;
}
section#works_area .tab-header {
  display: flex;
  justify-content: center;
  gap: 2.0833333333vw;
}
section#works_area .tab-header .tab-button {
  width: 23.4375vw;
  height: 4.1666666667vw;
  border: solid 2px #E5F6F5;
  background: #E5F6F5;
  color: #35B5AC;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
section#works_area .tab-header .tab-button.web {
  background: #EBF0F7;
  color: #356CB4;
  border-color: #EBF0F7;
}
section#works_area .tab-content {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding-top: 15.625vw;
  padding-bottom: 7.8125vw;
}
section#works_area .tab-content .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
  z-index: 1;
}
section#works_area .tab-content .list-box {
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  gap: 2vw 3.2%;
}
section#works_area .tab-content .list-box .work-item {
  width: 31.2%;
}
section#works_area .tab-content .list-box .work-item a {
  display: block;
}
section#works_area .tab-content .list-box .work-item a .img-box {
  width: 100%;
  height: 13.346484375vw;
  margin-bottom: 1.05vw;
  border-radius: 0.5vw;
  overflow: clip;
  position: relative;
}
section#works_area .tab-content .list-box .work-item a .img-box::before {
  content: "";
  position: absolute;
  top: 0.78125vw;
  left: 0.78125vw;
  background: url(../img/icon_entori.svg) center no-repeat;
  background-size: cover;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  transition: 1s;
  opacity: 0;
}
section#works_area .tab-content .list-box .work-item a .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/icon_youtube.svg) center no-repeat;
  background-size: cover;
  width: 4.4791666667vw;
  height: 3.125vw;
  transition: 1s;
  opacity: 0;
}
section#works_area .tab-content .list-box .work-item a .img-box:hover::before {
  opacity: 1;
}
section#works_area .tab-content .list-box .work-item a .img-box:hover::after {
  opacity: 1;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-c {
  color: #ffffff;
  width: 4.6875vw;
  height: 1.4583333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05vw;
  margin-bottom: 0.5208333333vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-c.plan-new {
  background: #D83721;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-c.plan-renewal {
  background: #35B5AC;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-h3 {
  color: #2B2E33;
  margin-bottom: 0.2vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-p {
  color: #356CB4;
  margin-bottom: 0.5208333333vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-i {
  color: #8E8E8D;
  margin-bottom: 0.5208333333vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-d {
  color: #2B2E33;
  margin-bottom: 0.5208333333vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-o {
  color: #2B2E33;
  margin-bottom: 0.5208333333vw;
}
section#works_area .tab-content .list-box .work-item a .txt-box .txt-a {
  color: #ffffff;
  background: #35B5AC;
}
section#works_area .tab-content .links {
  padding-top: 7.8125vw;
  justify-content: center;
  gap: 5.2083333333vw;
}
section#works_area .tab-content .links .txt-a {
  width: 26.0416666667vw;
  height: 5.2083333333vw;
  border-radius: 5.2083333333vw;
  border: solid 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: 1s;
}
section#works_area .tab-content.active {
  display: block;
  opacity: 1;
}
section#works_area .tab-content.video {
  background: #E5F6F5;
}
section#works_area .tab-content.video .list-box .work-item a .img-box {
  box-shadow: 0 0 10px 5px rgba(53, 181, 172, 0.2);
}
section#works_area .tab-content.video .links .txt-a {
  background: #35B5AC;
  border-color: #35B5AC;
}
section#works_area .tab-content.video .links .txt-a:hover {
  color: #35B5AC;
  background: #ffffff;
}
section#works_area .tab-content.web {
  background: #EBF0F7;
}
section#works_area .tab-content.web .links .txt-a {
  background: #356CB4;
  border-color: #356CB4;
}
section#works_area .tab-content.web .links .txt-a:hover {
  color: #356CB4;
  background: #ffffff;
}
section#works_area .tab-content.web .list-box .work-item a .img-box {
  box-shadow: 0 0 10px 5px rgba(53, 108, 180, 0.2);
}
section#works_area .tab-content.web .list-box .work-item a .img-box::before, section#works_area .tab-content.web .list-box .work-item a .img-box::after {
  content: none;
}

@media screen and (max-width: 767px) {
  section#works_area .inner {
    padding: 50px 0 0;
  }
  section#works_area .ttl-box {
    margin-bottom: 50px;
  }
  section#works_area .ttl-box .txt-h2 {
    font-size: 32px;
    text-align: center;
  }
  section#works_area .ttl-box .txt-h2 .txt-e {
    font-size: 14px;
  }
  section#works_area .tab-header {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  section#works_area .tab-header .tab-button {
    width: 40%;
    height: 38px;
    font-size: 14px;
  }
  section#works_area .tab-header .tab-button.web {
    background: #EBF0F7;
    color: #356CB4;
    border-color: #EBF0F7;
  }
  section#works_area .tab-content {
    position: relative;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#works_area .tab-content .bg {
    font-size: 90px;
  }
  section#works_area .tab-content .list-box {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    display: flex;
    gap: 25px 0;
    justify-content: space-between;
  }
  section#works_area .tab-content .list-box .work-item {
    width: 100%;
  }
  section#works_area .tab-content .list-box .work-item a {
    display: block;
  }
  section#works_area .tab-content .list-box .work-item a .img-box {
    width: 100%;
    height: 50.6vw;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: clip;
    position: relative;
  }
  section#works_area .tab-content .list-box .work-item a .img-box::before {
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  section#works_area .tab-content .list-box .work-item a .img-box::after {
    content: "";
    width: 75px;
    height: 52px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-c {
    width: 110px;
    height: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-i {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-d {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#works_area .tab-content .list-box .work-item a .txt-box .txt-o {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#works_area .tab-content .links {
    padding-top: 50px;
    justify-content: center;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  section#works_area .tab-content .links .txt-a {
    width: 90%;
    height: 50px;
    border-radius: 50px;
    max-width: 400px;
    font-size: 14px;
    margin: 0 auto;
  }
  section#works_area .tab-content.active {
    display: block;
    opacity: 1;
  }
  section#works_area .tab-content.video {
    background: #E5F6F5;
  }
  section#works_area .tab-content.video .list-box .work-item a .img-box {
    box-shadow: 0 0 10px 5px rgba(53, 181, 172, 0.2);
  }
  section#works_area .tab-content.video .links .txt-a {
    background: #35B5AC;
    border-color: #35B5AC;
  }
  section#works_area .tab-content.video .links .txt-a:hover {
    color: #35B5AC;
    background: #ffffff;
  }
  section#works_area .tab-content.web {
    background: #EBF0F7;
  }
  section#works_area .tab-content.web .links .txt-a {
    background: #356CB4;
    border-color: #356CB4;
  }
  section#works_area .tab-content.web .links .txt-a:hover {
    color: #356CB4;
    background: #ffffff;
  }
  section#works_area .tab-content.web .list-box .work-item a .img-box {
    box-shadow: 0 0 10px 5px rgba(53, 108, 180, 0.2);
  }
  section#works_area .tab-content.web .list-box .work-item a .img-box::before, section#works_area .tab-content.web .list-box .work-item a .img-box::after {
    content: none;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  background: #28538B;
}
section#contact_area .bg {
  position: absolute;
  right: -12.34375vw;
  bottom: 0;
  width: 49.3229166667vw;
  height: 30.2083333333vw;
  z-index: 1;
}
section#contact_area .bg svg {
  display: flex;
  width: 100%;
  height: 100%;
}
section#contact_area .inner {
  padding: 4.6875vw 0;
  position: relative;
  z-index: 2;
}
section#contact_area .txt-h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5625vw;
}
section#contact_area .txt-h2 span {
  display: block;
}
section#contact_area .top-box .txt-p {
  color: #ffffff;
  text-align: center;
}
section#contact_area .top-box .txt-a {
  background: #43B535;
  color: #ffffff;
  border: solid 2px #43B535;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2.6041666667vw;
  width: 20.8333333333vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  gap: 1vw;
}
section#contact_area .top-box .txt-a svg {
  display: flex;
  width: 2vw;
  height: 2vw;
}
section#contact_area .bot-box {
  margin-top: 3.6458333333vw;
}
section#contact_area .bot-box .txt-p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5625vw;
}
section#contact_area .bot-box .in {
  justify-content: center;
  gap: 2.6041666667vw;
}
section#contact_area .bot-box .txt-a {
  background: #35B5AC;
  color: #ffffff;
  border: solid 2px #35B5AC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 15.625vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  gap: 0.5vw;
}
section#contact_area .bot-box .txt-a svg {
  display: flex;
  width: 2vw;
  height: 2vw;
  margin-right: 0.5vw;
}
section#contact_area .bot-box .txt-a.web {
  background: #356CB4;
  border-color: #356CB4;
}

@media screen and (max-width: 767px) {
  section#contact_area .bg {
    position: absolute;
    right: -30vw;
    bottom: 0;
    width: 90vw;
    height: 58.208333vw;
    z-index: 1;
  }
  section#contact_area .bg svg {
    display: flex;
    width: 100%;
    height: 100%;
  }
  section#contact_area .inner {
    padding: 50px 0;
  }
  section#contact_area .txt-h2 {
    margin-bottom: 30px;
    font-size: 14px;
  }
  section#contact_area .txt-h2 span {
    font-size: 24px;
  }
  section#contact_area .top-box .txt-p {
    font-size: 16px;
  }
  section#contact_area .top-box .txt-a {
    background: #43B535;
    color: #ffffff;
    border: solid 2px #43B535;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: 40px;
    border-radius: 40px;
    max-width: 400px;
    gap: 10px;
    font-size: 14px;
  }
  section#contact_area .top-box .txt-a svg {
    display: flex;
    width: 18px;
    height: 18px;
  }
  section#contact_area .bot-box {
    margin-top: 30px;
  }
  section#contact_area .bot-box .txt-p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  section#contact_area .bot-box .in {
    gap: 20px;
    display: flex;
    flex-flow: column;
  }
  section#contact_area .bot-box .txt-a {
    gap: 10px;
    width: 100%;
    height: 40px;
    border-radius: 40px;
    max-width: 400px;
    gap: 10px;
  }
  section#contact_area .bot-box .txt-a span {
    font-size: 16px;
  }
  section#contact_area .bot-box .txt-a span.txt-s {
    font-size: 12px;
  }
  section#contact_area .bot-box .txt-a svg {
    display: flex;
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}
/*# sourceMappingURL=front.css.map */