* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #F5F5F5;
}

h1, h2, h3, h4, h5, h6, .en_ttl b, .en_ttl {
  font-family: "Noto Serif JP", serif;
}

.numbers {
  font-family: "Roboto", sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
header .hdr_inner {
  padding: 21px 100px 21px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .hdr_inner .logo {
  width: 200px;
  height: 38px;
}
header .hdr_inner .hdr_nav ul {
  display: flex;
  align-items: center;
  gap: 36px;
}
header .hdr_inner .hdr_nav ul li {
  list-style: none;
}
header .hdr_inner .hdr_nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
header.scroll {
  background: #fff;
  box-shadow: 0px 10px 4px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 10px 4px 0px rgba(0, 0, 0, 0.08);
}
header.scroll .hdr_nav ul li a {
  color: #333;
}

.tel {
  margin-left: 25px;
}
.tel a i {
  position: relative;
}
.tel a i:after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
.tel a span.right {
  display: block;
  margin-left: 50px;
}
.tel a span.right b {
  font-size: 22px;
}
.tel a span.right span {
  display: block;
  font-size: 12px;
  text-align: end;
}

.mv {
  background-image: url(../images/mainvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 0 0;
  height: calc(100vh - 80px);
  position: relative;
}
.mv .mv_inner {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.mv .mv_inner h1 {
  text-align: center;
}
.mv .mv_inner h1 span {
  display: block;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 2.4px;
}
.mv .mv_inner h1 span .small {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mv .mv_inner h1 span .small:after {
  content: unset;
}
.mv .mv_inner h1 span:after {
  position: absolute;
  content: "";
  background-image: url(../images/ttl_bdr.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 133px;
  height: 15px;
  left: 50%;
  bottom: -50%;
  transform: translate(-50%, -50%);
}
.mv .mv_inner h1 b {
  font-size: 48px;
  text-wrap: nowrap;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  letter-spacing: 7.2px;
}
.mv .mv_inner h1 b span {
  display: inline-block;
  font-size: 44px;
  padding-bottom: unset;
  letter-spacing: 6.6px;
}
.mv .mv_inner h1 b span:after {
  content: unset;
}

section {
  padding: 100px 0;
}
section h2 {
  color: #008CDB;
  font-size: 36px;
  margin-bottom: 48px;
  letter-spacing: 3.6px;
}
section .inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
section.aboutus {
  position: relative;
  margin-top: 30px;
}
section.aboutus .inner {
  position: relative;
}
section.aboutus .en_ttl {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  font-size: 136px;
  line-height: 1;
  color: #e9ecef;
  z-index: 10;
  top: -93px;
  right: -90px;
  letter-spacing: 13.6px;
}
section.aboutus .en_ttl b {
  font-weight: normal;
}
section.aboutus .cont {
  display: flex;
  gap: 40px;
  align-items: center;
}
section.aboutus .cont img {
  position: relative;
  top: -60px;
  max-width: 534px;
}
section.aboutus .cont .text {
  padding-right: 40px;
  margin-top: -140px;
}
section.aboutus .cont .text p {
  color: #333;
  line-height: 1.6;
  letter-spacing: 1.6px;
}
section.aboutus .grid-images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 95%;
  margin: 80px auto 0;
  padding-bottom: 120px;
  gap: 20px;
  text-align: center;
}
section.aboutus .grid-images figcaption {
  color: #333;
  line-height: 1.6;
  letter-spacing: 1.6px;
}
section.aboutus .grid-images figure, section.aboutus .grid-images img, section.aboutus .grid-images figcaption {
  width: 100%;
}
section.message {
  position: relative;
}
section.message .cont {
  display: flex;
}
section.message .cont .text {
  background: #fff;
  padding: 80px 60px;
  position: relative;
  left: 10vw;
  top: 50px;
}
section.message .cont .text p {
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #333;
}
section.message .cont .name {
  display: block;
  text-align: end;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-top: 70px;
  letter-spacing: 2.4px !important;
}
section.message .en_ttl {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  font-size: 136px;
  line-height: 1;
  color: #e9ecef;
  z-index: 10;
  bottom: -23px;
  left: 140px;
  letter-spacing: 13.6px;
}
section.message .en_ttl b {
  font-weight: normal;
}
section.company {
  background: #fff;
  padding: 60px 0 100px;
  margin-top: 120px;
}
section.company h2 {
  text-align: center;
}
section.company .list {
  margin: 0 10vw;
}
section.company .list dl {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  align-items: center;
  height: 92px;
  background-image: linear-gradient(to right, #008CDB 25%, #ADADAD 25%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
section.company .list dl dt {
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
}
section.company .list dl dt.left_min {
  padding-left: 8px;
}
section.company .list dl dd {
  font-size: 20px;
  color: #333;
  letter-spacing: 2px;
}
section.company .list dl:last-child {
  height: 252px;
}
section.company .list dl:last-child dd b {
  display: block;
  margin: 5px 0;
}
section.company .list dl:last-child dd span {
  margin-left: 20px;
  display: flex;
}
section.map {
  padding: 0;
}
section.map iframe {
  width: 100%;
  height: 425px;
}
section.cta {
  background-image: url(../images/bg_cta.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
  padding: 150px 0 150px;
  background-position: center;
}
section.cta h2 {
  text-align: center;
  color: #fff;
  letter-spacing: 6.2px;
  font-size: 42px;
  position: relative;
  margin-bottom: 90px;
}
section.cta h2 b {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  font-size: 136px;
  line-height: 1;
  color: #e9ecef;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  letter-spacing: 6.3px;
  font-weight: normal;
  z-index: 0;
  opacity: 0.2;
}
section.cta .inner {
  background: unset;
}
section.cta ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
section.cta ul li {
  list-style: none;
  max-width: 440px;
  width: 100%;
}
section.cta ul li a {
  background: #00ACFF;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  padding: 35px 0 35px 26px;
  border-radius: 100px;
  display: block;
  text-align: center;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  letter-spacing: 2px;
}
section.cta ul li a:hover {
  background: #fff;
  color: #00ACFF;
}
section.cta ul li a:hover i:after {
  background-image: url(../images/mail-outline_b.png);
}
section.cta ul li i {
  position: relative;
}
section.cta ul li i:after {
  position: absolute;
  content: "";
  background-image: url(../images/mail-outline.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 26px;
  height: 20px;
  top: 50%;
  left: -40px;
  transform: translate(0px, -50%);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
section.cta ul li.tel {
  margin-left: 0;
}
section.cta ul li.tel .right {
  margin-left: 0;
}
section.cta ul li.tel .right b {
  font-size: 26px;
}
section.cta ul li.tel .right span {
  text-align: center;
  font-size: 15px;
}
section.cta ul li.tel i {
  position: relative;
}
section.cta ul li.tel i:after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 47px;
  height: 47px;
  bottom: 0;
  left: -57px;
  transform: translate(0px, -38px);
}
section.cta ul li.tel a {
  padding: 20px 0 20px 47px;
  background-color: #fff;
  color: #333;
}
section.cta ul li.tel a span.right {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
section.cta ul li.tel a:hover {
  background-color: #008856;
  color: #fff;
}
section.cta ul li.tel a:hover i:after {
  background-image: url(../images/icon_tel_w.png);
}

footer {
  background-color: #F4F7F8;
}
footer .inner {
  margin: 0 10vw;
  display: flex;
  gap: 25%;
  padding: 60px 0;
}
footer .inner .left {
  width: 340px;
}
footer .inner .left .address {
  font-size: 16px;
  color: #333;
  margin: 30px 0 10px;
  letter-spacing: 1.6px;
}
footer .inner .left .ftr_tel a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
}
footer .inner ul {
  display: flex;
  gap: 30px;
}
footer .inner ul li {
  list-style: none;
  letter-spacing: 1.5px;
}
footer .inner ul li a {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.5px;
}
footer .copy {
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 25.5px;
}

.btn_top a {
  background: #008856;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  right: 0;
  border: solid 1px transparent;
  visibility: hidden;
  opacity: 0;
  transition: background 0.2s ease, border 0.2s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
  -webkit-transition: background 0.2s ease, border 0.2s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
}
.btn_top a i:before {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_top.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 14px;
  height: 7px;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
}
.btn_top a:hover {
  background: #fff;
  border: solid 1px #008856;
}
.btn_top a:hover i:before {
  background-image: url(../images/arrow_top_g.png);
}
.btn_top a.show {
  visibility: visible;
  opacity: 1;
  transition: background 0.2s ease, border 0.2s ease, opacity 0.5s ease, visibility 0s 0s;
  -webkit-transition: background 0.2s ease, border 0.2s ease, opacity 0.5s ease, visibility 0s 0s;
}

@media screen and (max-width: 1345px) {
  section.aboutus .en_ttl {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    font-size: 116px;
    line-height: 1;
    color: #e9ecef;
    z-index: 10;
    top: -93px;
    right: 0px;
    letter-spacing: 13.6px;
  }
  section.message .en_ttl {
    font-size: 116px;
  }
  section.message .cont .image {
    width: 100%;
    position: relative;
    z-index: -1;
    overflow: hidden;
  }
  section.message .cont .image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  section.cta h2 b {
    font-size: 116px;
  }
  footer .inner {
    gap: 0px;
  }
}
@media screen and (max-width: 982px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header .hdr_inner {
    background: #fff;
    display: block;
    padding: 10px 30px 30px;
  }
  header .hdr_inner .hdr_nav {
    position: absolute;
    top: -400px;
    left: 0px;
    padding: 20px 0 50px;
    width: 100%;
    background: #fff;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    z-index: -1;
  }
  header .hdr_inner .hdr_nav.show {
    position: absolute;
    top: 78px;
    left: 0px;
    padding: 20px 0 50px;
    width: 100%;
    background: #fff;
  }
  header .hdr_inner .logo {
    position: relative;
    top: 20px;
    width: 150px;
  }
  header .hdr_inner .logo img {
    width: 100%;
  }
  header .hdr_inner .hdr_nav ul {
    display: grid;
    padding: 0px 30px 30px;
    gap: 0;
    grid-template-columns: 1fr;
  }
  header .hdr_inner .hdr_nav ul li {
    font-weight: bold;
  }
  header .hdr_inner .hdr_nav ul li:nth-child(4) {
    border-bottom: #333 solid 2px;
  }
  header .hdr_inner .hdr_nav ul li a {
    border-top: #333 solid 2px;
    padding: 15px;
    color: #333;
    display: block;
  }
  header .hdr_inner #toggle {
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
  }
  header .hdr_inner #toggle span {
    display: block;
    background: #333;
    width: 30px;
    height: 3px;
    transition: transform 0.3s, opacity 0.3s;
  }
  header .hdr_inner #toggle span:nth-child(2) {
    margin: 8px 0;
  }
  header .hdr_inner #toggle.active span:first-child {
    transform: rotate(45deg);
    position: relative;
    top: 11px;
  }
  header .hdr_inner #toggle.active span:nth-child(2) {
    opacity: 0;
  }
  header .hdr_inner #toggle.active span:last-child {
    transform: rotate(-45deg);
    position: relative;
    top: -11px;
  }
  .mv .mv_inner h1 b {
    line-height: 1;
  }
  section {
    padding: 50px 0;
  }
  section h2 {
    font-size: 26px;
    margin-bottom: 18px;
    margin-top: 18px;
  }
  section.aboutus {
    padding: 50px 0 50px;
  }
  section.aboutus .cont img {
    max-width: 330px;
  }
  section.aboutus .cont .text {
    padding-right: 40px;
    margin-top: 0px;
  }
  section.aboutus .grid-images {
    margin: 60px auto 0;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 60px;
  }
  section.message .cont .text {
    left: 0vw;
    width: 45%;
  }
  section.message .cont .image {
    width: 70%;
    position: absolute;
    z-index: -1;
    overflow: unset;
    right: 0;
  }
  section.message .cont .image img {
    width: 100%;
    position: unset;
    transform: unset;
  }
  footer {
    margin-bottom: 100px;
  }
  footer .inner {
    gap: 0;
  }
  footer .inner ul {
    gap: 15px;
  }
  .ftr_cta {
    padding: 0;
    background-position: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: visibility 0s, opacity 0.5s ease, transform 0.5s ease;
    height: 100px;
  }
  .ftr_cta.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
  .ftr_cta h2 {
    text-align: center;
    color: #fff;
    letter-spacing: 6.2px;
    font-size: 42px;
    position: relative;
    margin-bottom: 90px;
  }
  .ftr_cta h2 b {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    font-size: 136px;
    line-height: 1;
    color: #e9ecef;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    letter-spacing: 13.6px;
    font-weight: normal;
    z-index: 0;
    opacity: 0.2;
  }
  .ftr_cta .inner {
    background: unset;
  }
  .ftr_cta ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .ftr_cta ul li {
    list-style: none;
    width: 100%;
  }
  .ftr_cta ul li a {
    background: #00ACFF;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 36px 0 35px 26px;
    display: block;
    text-align: center;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
  }
  .ftr_cta ul li a:hover {
    background: #fff;
    color: #00ACFF;
  }
  .ftr_cta ul li a:hover i:after {
    background-image: url(../images/mail-outline_b.png);
  }
  .ftr_cta ul li i {
    position: relative;
  }
  .ftr_cta ul li i:after {
    position: absolute;
    content: "";
    background-image: url(../images/mail-outline.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 26px;
    height: 20px;
    top: 50%;
    left: -40px;
    transform: translate(0px, -50%);
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
  }
  .ftr_cta ul li.tel {
    margin-left: 0;
  }
  .ftr_cta ul li.tel .right {
    margin-left: 0;
  }
  .ftr_cta ul li.tel .right b {
    font-size: 26px;
  }
  .ftr_cta ul li.tel .right span {
    text-align: center;
    font-size: 15px;
  }
  .ftr_cta ul li.tel i {
    position: relative;
  }
  .ftr_cta ul li.tel i:after {
    position: absolute;
    content: "";
    background-image: url(../images/icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 47px;
    height: 47px;
    bottom: 0;
    left: -57px;
    transform: translate(0px, -38px);
  }
  .ftr_cta ul li.tel a {
    padding: 20px 0 20px 47px;
    background-color: #fff;
    color: #333;
  }
  .ftr_cta ul li.tel a span.right {
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
  }
  .ftr_cta ul li.tel a:hover {
    background-color: #008856;
    color: #fff;
  }
  .ftr_cta ul li.tel a:hover i:after {
    background-image: url(../images/icon_tel_w.png);
  }
  .btn_top a {
    bottom: 100px;
  }
}
@media screen and (max-width: 889px) {
  footer .inner ul {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  footer .inner {
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  footer .inner ul {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  footer .inner {
    justify-content: center;
  }
  .mv {
    padding: 78px 0 0 0;
    height: calc(70vh - 78px);
  }
  .mv .mv_inner h1 b {
    font-size: 6vw;
  }
  .mv .mv_inner h1 b span {
    font-size: 6vw;
  }
  section.aboutus .cont {
    display: block;
  }
  section.aboutus .cont .about_img {
    position: relative;
    height: 400px;
    overflow: hidden;
  }
  section.aboutus .cont img {
    max-width: 100%;
    width: 100%;
  }
  section.aboutus .en_ttl {
    display: none;
  }
  section.aboutus .en_ttl b {
    font-weight: bold;
  }
  section.aboutus .cont .text {
    padding: 0 40px;
    position: relative;
    z-index: 10;
    margin-top: 100px;
  }
  section.aboutus .cont .text::before {
    position: absolute;
    content: "";
    background-image: url(../images/sp_about.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 320px;
    height: 54px;
    top: -75px;
    left: 40px;
  }
  section.aboutus .grid-images {
    margin: 60px auto 0;
    grid-template-columns: repeat(2, 2fr);
    padding: 0 40px 60px;
  }
  section.aboutus .grid-images figcaption {
    font-weight: bold;
  }
  section.message .cont {
    display: grid;
  }
  section.message .cont .image {
    width: 100%;
    position: relative;
  }
  section.message .cont .text {
    left: 0vw;
    width: 100%;
    order: 2;
    padding: 80px 0px 0;
    top: -5px;
    order: 2;
    z-index: 10;
  }
  section.message .cont .text:before {
    position: absolute;
    content: "";
    background-image: url(../images/sp_message.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 320px;
    height: 54px;
    top: 35px;
    left: 40px;
  }
  section.message h2 {
    padding: 0 40px;
  }
  section.message .text p {
    padding: 0 40px;
  }
  section.message .en_ttl {
    display: none;
  }
  section.message .cont .text p {
    position: relative;
    z-index: 10;
  }
  section.message .cont .name {
    margin-top: 20px;
    padding-bottom: 50px;
  }
  section.company {
    margin-top: 50px;
  }
  section.cta {
    padding: 50px 0;
  }
  section.cta h2 b {
    font-size: 82px;
  }
  section.cta h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  section.cta ul {
    display: block;
  }
  section.cta ul li a {
    padding: 25px 0 25px 26px;
  }
  section.cta ul li, section.cta ul li.tel {
    max-width: 90%;
    margin: 15px auto;
  }
  section.cta ul li.tel a {
    padding: 10px 0 10px 47px;
  }
  footer .inner {
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .inner .left {
    width: unset;
  }
  footer .inner ul {
    display: block;
  }
  footer .inner ul li {
    margin: 10px 0;
  }
  footer .inner ul li:nth-child(1) {
    margin-top: 0;
  }
  .ftr_cta ul li a {
    font-size: 16px;
    padding: 37px 0 35px 26px;
  }
  .ftr_cta ul li.tel .right b {
    font-size: 24px;
  }
  .ftr_cta ul li.tel .right span {
    font-size: 14px;
  }
  .ftr_cta ul li.tel i:after {
    width: 47px;
    height: 47px;
  }
  footer {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 450px) {
  section.message .en_ttl, section.aboutus .en_ttl {
    font-size: 62px;
  }
  section.message .en_ttl {
    right: 50px;
  }
  section.company .list dl {
    height: 72px;
  }
  section.company .list dl dt {
    font-size: 14px;
  }
  section.company .list dl dd {
    font-size: 14px;
  }
  section.company .list dl:last-child {
    height: 182px;
  }
  footer .inner .logo {
    width: 150px;
  }
  footer .inner .logo img {
    width: 100%;
  }
  footer .inner .left .address {
    font-size: 14px;
  }
  footer .inner .left .ftr_tel a {
    font-size: 14px;
  }
  .ftr_cta.show {
    height: 82px;
  }
  .ftr_cta ul li a {
    padding: 30px 0 32px 30px;
    font-size: 14px;
  }
  .ftr_cta ul li i:after {
    width: 20px;
    height: 15px;
    top: 50%;
    left: -26px;
  }
  .ftr_cta ul li.tel .right b {
    font-size: 18px;
  }
  .ftr_cta ul li.tel .right span {
    font-size: 10px;
    text-align: end;
  }
  .ftr_cta ul li.tel i:after {
    width: 37px;
    height: 37px;
    top: 20px;
    left: -45px;
  }
  footer {
    margin-bottom: 81px;
  }
  .btn_top a {
    bottom: 82px;
  }
}
@media screen and (max-width: 380px) {
  section.cta h2 b {
    font-size: 62px;
  }
  section.message .en_ttl {
    top: 31%;
    right: 10px;
  }
  .mv {
    padding: 78px 0 0 0;
    height: calc(80vh - 78px);
  }
  .ftr_cta ul li i:after {
    left: -25px;
  }
  .ftr_cta ul li a {
    padding: 30px 0 32px 30px;
  }
}/*# sourceMappingURL=style.css.map */