@charset "utf-8";
html, body {
  margin: 0;
  font-family: "SST W20 Roman", "SST W55 Regular", "Hiragino Sans W3", "Yu Gothic Regular", "YuGothic", sans-serif;
  font-weight: normal;
}
.font_bold {
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
main {
  position: relative;
}
h3 {
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-weight: normal;
}
h4 {
  font-size: 1.1rem;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-weight: normal;
}
sup {
	font-size: 0.8rem;
	vertical-align:super;
}
@media screen and (min-width: 641px) {
  /*html, body {
    font-size: calc((var(--width) / 1080) * 10px);
  }*/ :root {
    --width: 1080;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: calc((var(--width) / 375) * 10px);
  }
  :root {
    --width: 375;
  }
  .pc {
    display: none !important;
  }
}
/*------------
  common
------------*/
.container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.pagetop {
  position: sticky;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  text-align: right;
  pointer-events: none;
}
.pagetop-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 45px;
  height: 30px;
  background: rgba(0, 0, 0, 0.43);
  border-radius: 5px;
  pointer-events: auto;
  cursor: pointer;
}
.fade, .fade-delay {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
.fade._in, .fade-delay._in {
  transform: translateY(0);
  opacity: 1;
}
#tmpl_main {
  width: 100%;
}
p.external_links::after {
  content: url('../../assets/img/external_links.svg');
  width: 1em;
  display: inline-block;
  padding-left: 0.3em;
}
p.external_links_bg::after {
  content: "";
  width: 0.5em;
  height: 0.6em;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgdmlld0JveD0iMCAwIDE4LjcgMTguNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTguNyAxOC43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2Utd2lkdGg6MS41O3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPGcgaWQ9ImV4dGVybmFsX2xpbmsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNzQ5IDAuNzUxKSI+Cgk8cGF0aCBpZD0i44OR44K5Xzc5MSIgY2xhc3M9InN0MCIgZD0iTTEwLjcsMC4xaDYuNHY2LjciLz4KCTxwYXRoIGlkPSLjg5HjgrlfNzkyIiBjbGFzcz0ic3QwIiBkPSJNNS42LDAuMUgwLjF2MTdoMTd2LTUiLz4KCTxsaW5lIGlkPSLnt5pfNTgiIGNsYXNzPSJzdDAiIHgxPSI0LjciIHkxPSIxMi41IiB4Mj0iMTcuMSIgeTI9IjAuMSIvPgo8L2c+Cjwvc3ZnPg==');
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0 0 0.3em;
}
span:focus {
  border: 1px solid blue;
}
a .link_text_blue {
	color: blue;
}
a:hover .link_text_blue {
	color: blue;
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .container {
    width: 100%;
    padding: 0 25px;
  }
}
/*------------
  earth
------------*/
/*
  gaad-kv
------------*/
#gaad-kv {
  margin-bottom: 35px;
}
#gaad-kv .kv-image {
  position: relative;
}
#gaad-kv .kv-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #353535;
}
#gaad-kv .kv-catch h1 {
  margin-bottom: 15px;
  font-size: 97px;
  font-weight: 700;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  line-height: 109px;
}
#gaad-kv .kv-catch p {
  font-weight: 700;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
}
#gaad-kv .kv-message {
  width: 100;
  margin: 140px auto 0;
  text-align: center;
  font-size: min(2.0rem, 20px);
  line-height: 2;
}
#gaad-kv .kv-nav {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
#gaad-kv .kv-nav._fixed {
  position: fixed;
  z-index: 9999;
  bottom: 100%;
  left: 0;
  transform: translateY(0);
  width: 100%;
  background: #FFFFFF;
  transition: transform .5s;
}
#gaad-kv .kv-nav._fixed._show {
  transform: translateY(100%);
}
#gaad-kv .kv-nav ul {
  display: flex;
  list-style: none;
}
#gaad-kv .kv-nav ul li {
  flex-grow: 1;
  text-align: center;
  border-left: 1px solid #D0D0D0;
}
#gaad-kv .kv-nav ul li:last-child {
  border-right: 1px solid #D0D0D0;
}
#gaad-kv .kv-nav ul li a {
  display: block;
  width: 100%;
  padding: 50px 0;
  font-size: 20px;
  font-weight: 700;
  color: #007AA6;
}
#gaad-kv .kv-movie {
  margin-top: 160px;
  text-align: center;
  font-size: 16px;
}
#gaad-kv .kv-movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#gaad-kv .kv-movie .movie-caption {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#gaad-kv .kv-movie .movie-caption span {
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  #gaad-kv {
    margin-bottom: 0;
  }
  #gaad-kv .kv-catch {
    font-size: 10px;
  }
  #gaad-kv .kv-catch h1 {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 39px;
  }
  #gaad-kv .kv-message {
    width: 100%;
    margin: 30px auto 0;
    text-align: left;
    font-size: 140%;
  }
  #gaad-kv .kv-nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    font-size: 12px;
    line-height: 21px;
  }
  #gaad-kv .kv-movie {
    margin-top: 85px;
    font-size: 14px;
  }
  #gaad-kv .kv-movie .movie-caption {
    line-height: 30px;
  }
}
/*
  gaad-product
------------*/
#gaad-product {
  margin-bottom: 80px;
  padding-top: 35px;
}
#gaad-product .product-ttl {
  text-align: center;
  font-size: min(6.7rem, 67px);
  /*font-weight: 700;*/
  color: #007AA6;
  margin-bottom: 30px;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
}
#gaad-product .product-list {
  display: flex;
  flex-wrap: wrap;
}
#gaad-product .product-item {
  width: calc((100% - 6%) / 3);
  margin-top: 70px;
  margin-left: 3%;
}
#gaad-product .product-item:nth-of-type(3n + 1) {
  margin-left: 0;
}
#gaad-product .product-item .item-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  border-radius: 39px;
}
#gaad-product .product-item .item-image::before {
  content: '';
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #007AA6;
  border-radius: 39px;
  opacity: 0;
  transition: opacity 0.5s;
}
#gaad-product .product-item:hover .item-image::before {
  opacity: 1;
}
#gaad-product .product-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
#gaad-product .product-item:hover .item-image img {
  transform: scale(1.1);
}
#gaad-product .product-item .item-txt {
  width: 85%;
  font-size: min(2.0rem, 20px);
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #gaad-product {
    padding-top: 15px;
  }
  #gaad-product .product-ttl {
    font-size: 200%;
  }
  #gaad-product .product-list {
    display: block;
  }
  #gaad-product .product-item {
    width: 100%;
    margin: 40px auto 0;
  }
  #gaad-product .product-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  #gaad-product .product-item:hover .item-image::before {
    display: none;
  }
  #gaad-product .product-item:hover .item-image img {
    transform: scale(1);
  }
  #gaad-product .product-item .item-txt {
    font-size: 140%;
  }
}
/*
  gaad-creation
------------*/
#gaad-creation {
  padding-top: 35px;
}
#gaad-creation .creation-ttl {
  text-align: center;
  font-size: min(6.7rem, 67px);
  /*font-weight: 700;*/
  color: #007AA6;
  margin-bottom: 30px;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
}
#gaad-creation .creation-list {
  display: flex;
  flex-wrap: wrap;
}
#gaad-creation .creation-item {
  width: calc((100% - 6%) / 3);
  margin-top: 70px;
  margin-left: 3%;
}
#gaad-creation .creation-item:nth-of-type(3n + 1) {
  margin-left: 0;
}
#gaad-creation .creation-item .item-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  border-radius: 39px;
}
#gaad-creation .creation-item .item-image::before {
  content: '';
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #007AA6;
  border-radius: 39px;
  opacity: 0;
  transition: opacity 0.5s;
}
#gaad-creation .creation-item:hover .item-image::before {
  opacity: 1;
}
#gaad-creation .creation-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
#gaad-creation .creation-item:hover .item-image img {
  transform: scale(1.1);
}
#gaad-creation .creation-item .item-txt {
  width: 85%;
  font-size: min(1.4rem, 14px);
  line-height: 1.5;
}
#gaad-creation .creation-item .item-txt > p {
  font-size: min(1.4rem, 14px);
}
#gaad-creation .creation-caption {
  display: flex;
  width: 85%;
  margin: 10px auto 0;
  font-size: min(1.4rem, 14px);
}
#gaad-creation .creation-caption span {
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  #gaad-creation {
    padding-top: 15px;
  }
  #gaad-creation .creation-ttl {
    font-size: 200%;
  }
  #gaad-creation .creation-list {
    display: block;
  }
  #gaad-creation .creation-item {
    width: 100%;
    margin: 40px auto 0;
  }
  #gaad-creation .creation-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  #gaad-creation .creation-item:hover .item-image::before {
    display: none;
  }
  #gaad-creation .creation-item:hover .item-image img {
    transform: scale(1);
  }
  #gaad-creation .creation-item .item-txt {
    font-size: 140%;
  }
}
/*
  gaad-company
------------*/
#gaad-company {
  margin-top: 140px;
  padding: 140px 0 250px;
  background: #F1F1F2;
}
#gaad-company .company-ttl {
  text-align: center;
  font-size: min(6.7rem, 67px);
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  color: #007AA6;
}
#gaad-company .company-tag {
  margin: 70px auto;
}
#gaad-company .company-tag .tag-wrapper {
  display: flex;
  justify-content: center;
}
#gaad-company .company-tag .tag-wrapper + .tag-wrapper {
  margin-top: 25px;
}
#gaad-company .company-tag .tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  padding: 5px 30px;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: min(2.5rem, 25px);
  /*font-weight: 700;*/
  background: #FFFFFF;
  border-radius: 99px;
  cursor: pointer;
}
#gaad-company .company-tag .tag-item._active {
  color: #FFFFFF;
  background: #008735;
}
#gaad-company .company-list {
  display: none;
  margin-top: 100px;
}
#gaad-company .company-list._active {
  display: block;
}
#gaad-company .company-list .list-box {
  display: flex;
  align-items: center;
  /*margin-top: 80px;*/
}
#gaad-company .company-list .list-image {
  overflow: hidden;
  width: 55%;
  border-radius: 52px;
}
#gaad-company .company-list .list-box:nth-of-type(even) .list-image {
  order: 1;
}
#gaad-company .company-list .list-box:nth-of-type(odd) .list-image {
  order: 2;
}
#gaad-company .company-list .list-txt {
  width: 45%;
  font-size: 0.9rem;
  line-height: 1.75;
}
#gaad-company .company-list .list-box:nth-of-type(even) .list-txt {
  order: 2;
  padding-left: 5%;
}
#gaad-company .company-list .list-box:nth-of-type(odd) .list-txt {
  order: 1;
  padding-right: 5%;
}
#gaad-company .company-list .list-txt a {
  display: block;
  margin-top: 20px;
}
#gaad-company .company-list .list-ttl {
  margin-bottom: 50px;
  padding-bottom: 20px;
  font-size: min(4.2rem, 42px);
  /*font-weight: 700;*/
  border-bottom: 1px solid #000000;
}
#gaad-company .company-list .list-single {
  width: 100%;
  padding: 0 5%;
}
#gaad-company .company-list .list-single .single-box {
  font-size: 16px;
  line-height: 28px;
}
#gaad-company .company-list .list-single .single-small {
  /*margin-top: 45px;*/
  font-size: 12px;
  line-height: 28px;
}
@media screen and (max-width: 640px) {
  #gaad-company {
    margin-top: 50px;
    padding: 35px 0 65px;
  }
  #gaad-company .company-ttl {
    font-size: 200%;
  }
  #gaad-company .company-tag {
    margin: 25px auto 0;
  }
  #gaad-company .company-tag .tag-wrapper + .tag-wrapper {
    margin-top: 10px;
  }
  #gaad-company .company-tag .tag-item {
    margin: 0 10px;
    padding: 5px 15px;
    font-size: 180%;
  }
  #gaad-company .company-list .list-box {
    display: block;
    margin-top: 40px;
  }
  #gaad-company .company-list .list-box + .list-box {
    margin-top: 70px;
  }
  #gaad-company .company-list .list-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 30px;
  }
  #gaad-company .company-list .list-txt {
    width: 100%;
    padding: 0;
    font-size: 140%;
    line-height: 1.87;
  }
  #gaad-company .company-list .list-ttl {
    margin-bottom: 10px;
    font-size: 160%;
  }
  #gaad-company .company-list .list-single {
    width: 100%;
    padding: 0;
  }
  #gaad-company .company-list .list-single .single-box {
    font-size: 140%;
    line-height: 1.87;
  }
  #gaad-company .company-list .list-single .single-small {
    margin-top: 45px;
    font-size: 12px;
    line-height: 28px;
  }
}
/*
  earth-bottom
------------*/
#earth-bottom {
  margin: 60px auto 680px;
  padding-top: 60px;
}
#earth-bottom .bottom-message {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: min(2.0rem, 20px);
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #earth-bottom {
    margin: 15px auto 70px;
    padding-top: 15px;
  }
  #earth-bottom .bottom-message {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 140%;
  }
}
/*
  add
------------*/
@media screen and (min-width: 641px) {
  .note {
    font-size: 0.8rem !important;
    color: #333;
    margin: 10px 0 0;
    line-height: 1.4rem !important;
  }
  #gaad-kv {
    margin-bottom: 80px;
  }
  #gaad-kv .kv-message {
    font-size: min(1.7rem, 17px);
    letter-spacing: 0.05rem;
    line-height: 2.5rem;
    font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  }
  #gaad-product .product-item .item-image {
    margin-bottom: 25px;
  }
  #gaad-product .product-item .item-txt {
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
  #gaad-product .product-ttl {
    font-size: min(4.0rem, 40px);
  }
  #gaad-creation .creation-item .item-image {
    margin-bottom: 25px;
  }
  #gaad-creation .creation-item .item-txt {
    margin: 0 auto;
    /*width: 80%;*/
  }
  #gaad-creation .creation-ttl {
    font-size: min(4.0rem, 40px);
  }
  div.item-txt > p {
    font-size: 0.95rem;
    line-height: 1.5rem;
    /*font-weight: 600;*/
    letter-spacing: 0.05rem;
    font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  }
  #gaad-company .company-tag .tag-item._active {
    font-size: 1rem;
  }
  #gaad-company .company-tag .tag-item {
    font-size: 1rem;
  }
  #gaad-company .company-tag .tag-item {
    margin: 0 10px;
  }
  #gaad-company .company-tag .tag-item {
    padding: 10px 30px 6px;
  }
  #gaad-company .company-list .list-box:nth-of-type(odd) .list-txt {
    padding-left: 5%;
    padding-right: 4%;
  }
  #gaad-company .company-list .list-box:nth-of-type(even) .list-txt {
    padding-right: 5%;
    padding-left: 4%;
  }
  #gaad-company .company-ttl {
    font-size: min(5rem, 50px);
    margin-bottom: 55px;
  }
  #gaad-company .company-list .list-box {
    /*margin-top: 80px;*/
    margin-bottom: 75px;
  }
  div.list-txt > p {
    font-size: 0.9rem;
    line-height: 1.75rem;
    /*letter-spacing: 0.1rem;*/
  }
  #gaad-company .company-list .list-ttl {
    margin-top: 36px;
    margin-bottom: 50px;
    font-size: min(2.5rem, 25px);
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  }
  .sub_title {
    font-size: 0.9rem;
    line-height: 1.75rem;
    /*letter-spacing: 0.1rem;*/
    padding: 0 10%;
    text-align: center;
  }
}
@media screen and (min-width: 40.063em) {
  #tmpl_main {
    min-width: 1190px;
  }
}
@media screen and (max-width: 640px) {
  #gaad-kv .kv-message {
    width: 100%;
    margin: 30px auto 0;
    text-align: left;
    font-size: 140%;
  }
  #gaad-product {
    padding-top: 60px;
  }
  #gaad-product .product-ttl {
    margin: 0 auto;
    line-height: 2.8rem;
  }
  #gaad-product .product-item .item-txt {
    width: 85%;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.5;
  }
  #gaad-creation {
    padding-top: 60px;
  }
  #gaad-creation .creation-ttl {
    margin: 0 auto;
    line-height: 2.8rem;
  }
  #gaad-creation .creation-item .item-txt {
    width: 85%;
    margin: 0 auto 40px;
    line-height: 1.5;
  }
  #gaad-company .company-list .list-ttl {
    margin: 50px auto 10px;
    padding-bottom: 5px;
    font-size: 190%;
    line-height: 2.9rem;
  }
  #gaad-company .company-list .list-image {
    margin-bottom: 20px;
  }
  #gaad-company .company-list .list-box:nth-of-type(odd) .list-txt {
    order: 2;
    padding: 0;
  }
  #gaad-company .company-list .list-box:nth-of-type(even) .list-txt {
    order: 1;
    padding: 0;
  }
  #gaad-company .company-tag .tag-item {
    margin: 0 10px;
    padding: 10px 15px;
    font-size: 130%;
    text-align: center;
    line-height: 1.8rem;
  }
  .note {
    font-size: 80% !important;
    color: #333;
    margin: 10px 0 0;
    line-height: 1.6rem !important;
  }
  .sub_title {
    font-size: 140%;
    line-height: 2.75rem;
    letter-spacing: 0.1rem;
    padding: 5%;
    margin: 0 auto 30px;
  }
  #gaad-kv .kv-message {
    font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  }
  div.item-txt > p {
    font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  }
}
.win #gaad-kv > div.container > div {
  transform: rotate(0.05deg);
}
.win #gaad-product > div > div.product-list.delay-parent > a > div.item-txt > p {
  transform: rotate(0.05deg);
}
.win #gaad-company > div > div.company-tag > div > span {
  transform: rotate(0.05deg);
}
.win div.list-txt > p {
  transform: rotate(0.05deg);
}
.mac {
  /* Mac OSのみ */
}
.linux {
  /* linux（x11とlinux）のみ */
}
.iphone {
  /* iphoneのみ */
}
.ipad {
  /* ipadのみ */
}
.android {
  /* Androidのみ */
}