@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
*, *:before, *:after { box-sizing: inherit; }
html { box-sizing: border-box; }
body {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  height: 100%;
/*  background-image: url(../images/common_bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;*/
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: 3rem;
  word-wrap: break-word;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1 {
  font-size: 42px;
  line-height: 1.46;
  margin-bottom: 20px;
  font-family: "Rubik", sans-serif;
  text-shadow: 3px 3px 1px white;
}
h2 {
  font-size: 1.4rem;
  margin-right: auto;
  margin-left: auto;
}
h2 .en-title {
  display: block;
  font-family: "Rubik",sans-serif;
  font-size: 2.4rem;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 0;
}
h2.jp-title {
  font-size: 2.4rem;
  color: white;
  background: linear-gradient(0deg, #0099e8, #4cc9e7);
  padding: 0 1rem;
/*  background: -webkit-linear-gradient(0deg, #0099e8, #4cc9e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
h3 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
h4 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
table h3,
table h4 {
  margin-bottom: 0;
}
p {
  font-size: 1.5rem;
  line-height: 1.5;
}
a {
  color: #0094e7;
}
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus { border-color: #fe7e30; }
ul, ol {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header,
footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
hr {
  margin-bottom: 5em;
}

.block { display: block; }
.inline-block { display: inline-block; }
.table { display: table; }
.text-center { text-align: center!important; }
.text-left { text-align: left!important; }
.text-right { text-align: right!important; }
.clear { clear: both; }
.flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.relative { position: relative; }
.absolute { position: absolute; }
.static { position: static; }
.col-4 { width: 25%; }
.col-3 { width: 33.33333333%; }
.col-2 { width: 50%; }
.col-1 { width: 100%; }
.mt-100 { margin-top: 100px!important; }
.mt-50 { margin-top: 50px!important; }
.mt-30 { margin-top: 30px!important; }
.mt-0 { margin-top: 0!important; }
.mb-100 { margin-bottom: 100px!important; }
.mb-50 { margin-bottom: 50px!important; }
.mb-30 { margin-bottom: 30px!important; }
.mb-15 { margin-bottom: 15px!important; } 
.mb-0 { margin-bottom: 0!important; }
.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.ml-auto {
  margin-left: auto;
}

.p-15 { padding: 15px; }
.pt-100 { padding-top: 100px!important; }
.pt-0 { padding-top: 0!important; }
.pt-30 { padding-top: 30px!important; }
.pt-50 { padding-top: 50px!important; }
.pb-100 { padding-bottom: 100px!important; }
.pb-5 { padding-bottom: 5px!important; }
.pb-0 { padding-bottom: 0!important; }
.pl-10 { padding-left: 10px!important; }
.pl-15 { padding-left: 15px!important; }
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.py-10 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.radius-05 { border-radius: 0.5rem; }

.normal { font-weight: normal; }
.bold { font-weight: bold; }
.Rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.text-white { color: white; }
.text-black { color: black; }
.text-gray { color: #aaaaaa; }
.text-light-gray { color: #eeeeee; }
.text-otonal { color: #18a6a9; }
.text-spotify { color: #1bd75f; }
.text-blue { color: #27c7ff; }
.text-dark-blue { color: #0094e7; }
.text-navy { color: #083e68; }
.text-green { color: #035e60; }
.text-orange { color: #fe7e30; }
.text-gradation {
  color: #21d5c4;
  background: linear-gradient(0deg, #2196F3, #21d5c4);
  background: -webkit-linear-gradient(0deg, #2196F3, #21d5c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-default {
  background-color: #E7380D!important;
  /*background: linear-gradient(to right, #838383, #444);*/
}
.bg-light-green { background-color: #f6fffa; }
.bg-spotify {
  background-color: #1bd75f;
  background-color: #5cf794;
}
.bg-gray { background-color: #F8F8F8; }
.bg-white { background-color: white; }

.sp { display: none; }

.shadow { box-shadow: 0 0.25rem 1rem 0 rgba(34, 35, 36, 0.1); }
.txt { font-size: 1.8rem; }
.read-text {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}
.text-small { font-size: 1rem; }
.text-medium  { font-size: 1.6rem; }

.inner720 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner1024 {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.section-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeup {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bottom__fadein {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.left__slidein {
  animation: SlideIn 1.5s;
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 980px){
  h1 {
    font-size: 4.8vw;
  }
}

@media only screen and (max-width: 767px){
  .section-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pc { display: none; }
  .sp { display: block; }
  h1 {
    font-size: 6.8vw;
    margin-bottom: 5vw;
  }
  h2 { font-size: 1.2rem; }
  h2 .en-title,
  h2.jp-title {
    font-size: 1.8rem;
    padding: 0 0.5rem;
  }
  h3 { font-size: 1.3rem; }
  h4 { font-size: 1.2rem; }
  p { font-size: 15px; }
  .txt { font-size: 15px; }
  .read-text { font-size: 1rem; }
  .text-small { font-size: 11px; }
  .text-medium { font-size: 13px; }
  .col-4,
  .col-3,
  .col-2 {
    width: 100%;
  }
}


/**************************
 * HEADER
**************************/
.head-logo {
  max-width: 180px;
}
#header {
  position: absolute;
  z-index: 9999;
  background-color: transparent;
  height: 90px;
  width: 100%;
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inner {
  width: 98%;
  margin: 0 auto;
}

@media only screen and (max-width: 980px){
  #header { height: 70px; }
  .head-logo { max-width: 150px; }
}

@media only screen and (max-width: 767px){
  #header { height: 50px; }
  .head-logo { max-width: 100px; }
}

.bg-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 5rem;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.bg-heading .filter {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-heading-1 {
  background-image: url(../images/bg-heading-1.jpg);  
}
.bg-heading h2 {
  text-shadow: black 1px 1px 3px;
  z-index: 1;
}

@media only screen and (max-width: 767px){
  .bg-heading {
    height: 200px;
  }
}

/**************************
 * HERO
**************************/
#hero {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  /*background-image: url(../images/mainvisual.jpg);*/
  background-position: center;
  background-size: cover;
  height: 650px;
}
#hero .hero-img {
  position: relative;
  /*background-image: url(https://t.pimg.jp/130/792/252/1/130792252.jpg);*/
  height: 500px;
  width: 70vw;
  overflow: hidden;
  background-size: cover;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}
#hero .hero-img .swiper-wrapper {
  z-index: -1;
}
#hero .hero-img .swiper-slide img {
  height: 500px;
  width: 70vw;
  object-fit: cover;
  object-position: bottom;
}
#hero .hero-img .swiper-slide.swiper-slide03 img {
  object-position: center;
}
#hero .hero-img .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: 1;
}
#hero .hero-circle {
  position: absolute;
  left: -110px;
  top: -250px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #F44336;
  z-index: 2;
}
#hero .hero-inner {
  position: absolute;
  text-align: center;
  max-width: 750px;
  width: 90%;
  /*background-color: rgba(255, 255, 255, 0.75);*/
  padding: 40px;
  margin: auto;
  margin-left: 2.5%;
  border-radius: .25rem;
  z-index: 2;
}
#hero .hero-inner p {
  /*text-shadow: 3px 1px 1px white;*/
  background: rgb(255, 255, 255, 0.5);
  padding: 20px;
}
/*#hero .hero-inner {
  max-width: 1200px;
  padding: 100px 0;
}

#hero .hero-inner .hero-box {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
#hero .hero-inner .hero-box .hero-left {
  width: 60%;
}
#hero .hero-inner .hero-box .hero-right {
  width: 40%;
}*/
@media only screen and (max-width: 980px){
  #hero .hero-circle {
    width: 300px;
    height: 300px;
    left: -80px;
    top: -180px;
  }
  #hero .hero-inner {
    max-width: 100%;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px){
  #hero {
    justify-content: center;
  }
  #hero .hero-inner {
    margin: 0 auto;
    padding: 15px;
  }
  #hero .hero-inner p {
    padding: 10px;
    border-radius: 10px;
  }
  #hero .hero-img .swiper-slide img,
  #hero .hero-img {
    height: 500px;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
  }
  #hero .hero-img .swiper-slide img {
    width: 100%;
  }
}



/**************************
 * OUR CLIENTS
**************************/
.clients-inner {
}
.clients-list {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  background-color: white;
}

@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 767px){
}

/* 企業ロゴスクロール */
.marquee {
  overflow: hidden;
}
.marquee ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}
.marquee ul.marquee-left {
  animation: marquee-left 20s linear infinite;
}
.marquee ul.marquee-right {
  animation: marquee-right 20s linear infinite;
}
.marquee ul li {
  list-style: none;
  padding: 0 1rem;
  width: calc(100vw / 8 - 2rem);
}
.marquee img {
  display: block;
  width: 100%;
}
@keyframes marquee-left {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes marquee-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 1200px){
  .marquee ul li {
    width: calc(100vw / 6 - 2rem);
  }
}
@media only screen and (max-width: 580px){
  .marquee ul li {
    padding: 0 0.5rem;
    width: calc(100vw / 4 - 1rem);
  }
}


/**************************
 * ABOUT
**************************/
.about {
  position: relative;
  z-index: 99;
/*  background-image: url(../images/common_bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;*/
}



/**************************
 * Why Global Audio
**************************/
.global-audio .three-box .box {
  padding: 30px;
  border: 3px solid #eee;
  border-radius: 0.25rem;
}

.three-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  text-align: center;
}
.three-box .box h3 {
  display: table;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
.three-box .box h3 span {
  display: inline-block;
  font-size: 1.2rem;
  text-align: left;
}
/*.about .feature-box .box h3 .number {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  color: #0097a7;
  background-color: white;
  border-radius: 9999px;
}*/
.three-box .box p {
  clear: both;
  font-size: 1rem;
  display: table;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}
.icon-wrap {
  background-color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-wrap .icon {
  width: 60px;
  height: auto;
}

@media only screen and (max-width: 767px){
  .three-box {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .three-box .box h3 span {
    font-size: 1.1rem;
  }
  .three-box .box p {
    font-size: .8rem;
  }
}

/**************************
 * suitable
**************************/
.suitable {
  background-color: #1f1f1f;
  color: white;
}
.suitable-box {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.suitable-box .box {
  width: 50%;
  padding: 30px;
  background-color: #333;
  border-radius: 0.25rem;
}
.suitable-box .box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.suitable-box .box h3 img {
  display: inline-block;
  padding-right: 10px;
  height: auto;
  width: 35px;
}
.suitable-box .vertical-border {
  width: 1px;
  border-left: 1px solid #ccc;
}
.suitable-box ul {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
}
.suitable-box li {
  margin-bottom: 1rem;
}
.suitable-box li:last-child {
  margin-bottom: 0rem;
}

@media only screen and (max-width: 767px){
  .suitable-box {
    flex-direction: column;
    gap: 1.5rem;
  }
  .suitable-box .box {
    width: 100%;
  }
}


/**************************
 * Otonal About
**************************/
.otonal-about-box {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.otonal-about-box .box {
  width: 50%;
  border-radius: 0.5rem;
}
.otonal-about-box ul {
  text-align: left;
}
.otonal-about-box li {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fafafa;
}
.otonal-about-box li:last-child {
  margin-bottom: 0rem;
}
.otonal-about-box .box li h3 {
  margin-bottom: 1rem;
}
.otonal-about-box .box li p {
  font-size: 1rem;
}
.otonal-about-box .box img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}

.otonal-about-box02 h3 span {
  background-color: #e7380d;
  color: white;
  padding: 0 10px;
  border-radius: 0.25rem;
}
.otonal-about-box02 h4 {
  margin-bottom: 1rem;
}
.otonal-about-box02 .box {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 0.25rem;
}

@media only screen and (max-width: 767px){
  .otonal-about-box {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .otonal-about-box .box {
    width: 100%;
  }
}



/**************************
 * PT
**************************/
.points-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.points-box .box {
  display: block;
  padding: 30px;
  background-color: white;
  border-radius: 0.25rem;
}
/*.points-box .box:nth-child(odd){
  color: black;
  background-color: #eee;
}*/
.points-box .box .txt-box .number {
  position: relative;
  display: inline-block;
  font-family: Rubik, sans-serif;
  padding-right: 70px;
}
.points-box .box .txt-box .number:after {
  content: "";
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 1px;
  background: black;
}
/*.points-box .box:nth-child(odd) .txt-box .number:after {
  background: black;
}*/
.points-box .box .txt-box ul {
  list-style: none;
}
.points-box .box .txt-box ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.points-box .box .txt-box ul li:last-child {
  margin-bottom: 0;
}
.points-box .box .txt-box ul li:before {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #1bd75f;
  left: 0;
}
.points-box .box .txt-box p {
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px){
  .points-box .box {
    flex-direction: column;
  }
  .points-box .box:nth-child(2) {
    flex-direction: column-reverse;
  }
  .points-box .box .img-box {
    width: 70%;
  }
  .points-box .box .txt-box {
    width: 100%;
  }
  .points-box .box .txt-box ul li {
    font-size: 1rem;
  }
}



/**************************
 * Moments
**************************/
.txt-two-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem;
}
.txt-two-box:last-child {
  margin-bottom: 0;
}
.txt-two-box .left-box {
  width: 30%;
  display: inline-block;
  background: #eee;
  padding: 30px;
  border-radius: 0.25rem 0 0 0.25rem;
}
.txt-two-box .left-box h3 {
  margin-bottom: 0;
}
.txt-two-box .right-box {
  width: 70%;
  background: black;
  color: white;
  padding: 30px;
  border-radius: 0 0.25rem 0.25rem 0;
}

@media only screen and (max-width: 767px){
  .txt-two-box {
    flex-direction: column;
  }
  .txt-two-box .left-box,
  .txt-two-box .right-box {
    width: 100%;
  }
  .txt-two-box .left-box {
    padding: 15px 30px;
  }
}


/**************************
 * How-this-works
**************************/
.how-this-works .icon-wrap {
  background-color: #e7380d;
}
.how-this-works .box {
  padding: 30px;
  border: 3px solid #e7380d;
  border-radius: 0.25rem;
}
.how-this-works .box:last-child .icon-wrap .icon {
  width: 45px;
}

/**************************
 * FLOW
**************************/
#flow .flow-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
}
#flow .flow-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #e7380d;
  top: 50%;
  left: 0;
  z-index: 0;
}
#flow .flow-box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  border: 3px solid #e7380d;
  padding: 30px 15px 15px;
  border-radius: 0.25rem;
}
#flow .flow-box .box .step {
  color: #e7380d;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  width: 70%;
  position: absolute;
  top: -15px;
  background-color: #f8f8f8;
  margin: auto;
}
#flow .flow-box .box h3 {
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 3rem;
}
#flow .flow-box .box h3:before {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  border-radius: 99px;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  display: inline-block;
  background: #e7380d;
}
#flow .flow-box .box p,
#flow .flow-box .box ul {
  list-style: none;
}
#flow .flow-box .box p,
#flow .flow-box .box ul li {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
#flow .flow-box .box p:last-child,
#flow .flow-box .box ul li:last-child {
  margin-bottom: 0;
}
#flow .flow-box .box img {
  display: block;
  width: 50%;
  margin: 2rem auto 1rem;
}

@media only screen and (max-width: 1100px){
  #flow .flow-box {
    gap: 1.5rem;
  }
}

@media only screen and (max-width: 980px){
  #flow .flow-box .box h3 {
    font-size: 1.2rem;
  }
  #flow .flow-box {
    grid-template-columns: 1fr;
    gap: 3rem;
    width: 90%;
    margin: 0 auto;
  }
  #flow .flow-box::before {
    height: 100%;
    width: 3px;
    top: 0;
    left: calc(50% - 3px);
  }
  #flow .flow-box .box .step {
    width: 20%;
  }
}

@media only screen and (max-width: 767px){
  #flow .flow-box .box .step {
    width: 40%;
  }
}



/* ==========================
  FAQ
========================== */
.faq .faq-name h3 {
  font-size: 1.3em;
  margin-bottom: 1.2rem;
  line-height: 2;
}
.faq .faq-name h3:before {
  content: "Q";
  width: 2em;
  height: 2em;
  padding: 4px 6px;
  background-color: #E7380D;
  color: white;
  margin-right: 5px;
  border-radius: 0.25rem;
}
.faq .faq-txt div p {
  font-size: 1em;
  background-color: #eee;
  border-radius: 0.25rem;
  padding: 10px 15px;
  margin-bottom: 1.2rem;
}
.faq .faq-txt div p:before {
  content: "A.";
  font-size: 1.3em;
  color: #E7380D;
  margin-right: 5px;
}

@media screen and (max-width: 580px) {
  .faq .faq-name h3 { font-size: 1.1em; }
  .faq .faq-txt div p { font-size: .8em; }
  .faq .faq-txt div p:before { font-size: 1.1em; }
}

/* ==========================
  CTA
========================== */
#cta {
  background-image: url(../images/bg_cta.jpg);
  background-size: cover;
  background-position: center;
}
.cta {
  max-width: 100%;
  margin: 0 auto;
  /*background-color: #1bd75f;*/
}
.cta .cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1.5rem;
}
.cta .box img {
  width: 90%;
  height: 430px;
  object-position: center;
  object-fit: cover;
  border-radius: 0.25rem;
}
.cta .cta-box .img-box img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.cta .cta-box p {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.cta .cta-box ul {
  list-style-type: disc;
  padding-left: 20px;
}
/*.cta .cta-btn {
  position: relative;
  display: block;
  padding: 5px 20px;
  background-color: black;
  color: white;
  border-radius: 999px;
}*/
.cta .cta-btn-inner {
  overflow: hidden;
  margin: 30px auto;
  border-radius: 9999px;
}
.cta .cta-btn {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: black;
  color: white;
  width: 100%;
  min-width: 500px;
  height: 100%;
  padding: 20px 30px;
  border-radius: 9999px;
  z-index: 2;
  transition: all .3s;
}
#cta.cta .cta-btn {
  min-width: 600px;
}
.cta .cta-btn .cta-btn-txt {
  position: relative;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta .cta-btn .cta-btn-txt:after {
  display: inline-block;
  content: "";
  -webkit-mask-image: url(../images/contact-icon-2.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-image: url(../images/contact-icon-2.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  /*変更したい色をここに書く*/
  background-color: white;
  width: 24px;
  height: 24px;
  margin-left: 0.5rem;
}
.cta .cta-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 120%;
  height: 101%;
  z-index: -1;
  transition: all 300ms linear;
  transform: skewX(-30deg) scale(0, 1);
  background: white;
  background: linear-gradient(90deg, #eee 0%, #eee 100%);
}
.cta .cta-btn:hover:before {
  left: -10%;
  transform: skewX(-30deg) scale(1, 1);
}
.cta .cta-btn:hover {
  color: black;
}
.cta .cta-btn:hover .cta-btn-txt:after {
  background-color: black;
}

@media (max-width: 980px) {
  .cta-br { display: none; }
  .cta .cta-btn-inner {
    width: 100%;
    margin-bottom: 15px;
  }
  .cta .cta-btn-inner:last-child { margin-bottom: 0; }
  .cta .cta-btn {
    min-width: 430px;
  }
}
@media (max-width: 767px) {
  #cta {
    background-position: right;
  }
  .cta h2 .en-title {
    font-size: 1.8rem;
  }
  .cta .cta-btn-wrap {
    margin: 2rem auto;
  }
  .cta .cta-btn-inner {
    margin-top: 0;
  }
  .cta .cta-box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cta .box img {
    width: 250px;
    height: 250px;
  }
  .cta .cta-btn {
    min-width: 100%;
    font-size: 1.3rem;
  }
  #cta.cta .cta-btn {
    min-width: 100%;
  }
}


/* ==========================
  FOOTER
========================== */
footer {
  background-color: black;
  padding: 3rem 1rem 2rem;
}
footer .foot-logo-wrap .foot-icon {
  width: 50px;
}
footer small {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  padding: 10px 0;
}
footer img {
  max-width: 200px;
  padding: 0 1rem;
}
footer .cross {
  font-size: 30px;
}

@media (max-width: 767px) {
  footer { padding: 3rem 0 1.5rem; }
  footer img { max-width: 130px; }
}



/* ポップアップ */
#popup {
  position: fixed;
  z-index: 10;
  width: 250px;
  height: 45px;
  bottom: 0;
  right: 0;
  color: #006458;
  background-color: white;
  border-radius: 0.75rem 0 0 0;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#popup a {
  text-decoration: none;
  cursor: pointer;
}
#popup h3 {
  text-align: center;
  color: #00314d;
  font-size: 14px;
  padding: 5px 0;
  margin: 0 auto;
  line-height: 1.2;
}
#popup #open-btn {
  position: absolute;
  left: -33px;
  top: -1px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
#popup #open-btn img {
  width: 31px;
  height: auto;
}
#popup-contents {
  text-align: center;
  padding: 0 7px;
}
.popup-box {
  display: inline-block;
  background-color: #27c7ff;
  background: linear-gradient(to bottom, #0099e8, #4cc9e7);
  padding: 10px;
  border-radius: 5px;
}
.popup-box .popup-cta {
  background: none;
  margin-top: 1rem;
 }
.popup-box .popup-cta-btn {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: white;
  margin: 0 auto;
  padding: 3px 12px 4px 6px;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  background-color: #00314d;
  transition: all 0.3s;
}

.popup-box .img-wrap .box:hover,
.popup-box .popup-cta-btn:hover {
  opacity: 0.7;
}
.popup-box .popup-cta-btn::before {
  content: "";
  -webkit-mask-image: url(../images/dl-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/dl-icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: white;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.popup-box p {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 10px 0;
  color: white;
}
.popup-box .img-wrap {
  max-width: 280px;
  height: 175px;
  margin: 10px auto 0;
  position: relative;
}
.popup-box .img-wrap .box {
  max-width: 200px;
  position: absolute;
  transition: all 0.3s;
}
.popup-box .img-wrap .box:first-child {
  left: 0;
  top: 0;
  z-index: 2;
}
.popup-box .img-wrap .box:last-child {
  right: 0;
  bottom: 0;
  z-index: 1;
}
.popup-box .img-wrap .box img {
  vertical-align: bottom;
  box-shadow: 2px 2px 4px grey;
}
.popup-box .img-wrap .box a {
  display: inline-block;
  background: none;
  width: 100%;
  border: none;
  padding: 0;
}
.popup-box .img-wrap .box a img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 425px){
  #popup { display: none; }
}