@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1.0;
  -webkit-text-size-adjust: none;
}

img {
  border: 0;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

a {
  text-decoration: none;
}

main, article {
  display: block;
}

em {
  font-style: normal;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.center {
  text-align: center;
}

.inner {
  padding: 0 20px;
}

.sp {
  display: inline;
}

.pc {
  display: none;
}

@media only screen and (min-width: 750px) {
  .inner {
    max-width: 1190px;
    margin: 0 auto;
  }

  .sp {
    display: none;
  }

  .pc {
    display: inline;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-image: url(../img/cmn/bg_pt.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 15px auto;
  font-family: 'M PLUS 1p', sans-serif;
}

.en {
  font-family: brandon-grotesque, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 750px) {
  body {
    background-size: 30px auto;
  }
}
/* ============================
	Header
============================ */
#hd {
  padding: 10px;
  position: relative;
  z-index: 1001;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#hd #hd-logo {
  width: 21.33333%;
}
#hd #drawer-btn {
  background-color: #fff;
  width: 43px;
  height: 43px;
  border-radius: 43px;
  position: fixed;
  right: 12px;
  top: 12px;
  text-align: center;
  z-index: 20;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#hd #drawer-btn .bd {
  width: 24px;
  height: 3px;
  border-radius: 24px;
  background-color: #264E9A;
  display: inline-block;
  position: relative;
  top: 5px;
}
#hd #drawer-btn .bd:after {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 24px;
  background-color: #264E9A;
}
#hd #drawer-btn.on .bd {
  transform: rotate(45deg);
  top: 8px;
}
#hd #drawer-btn.on .bd:after {
  top: 0;
  transform: rotate(-90deg);
}
#hd #drawer-menu {
  display: none;
}
#hd #drawer-menu .drawer-inner {
  position: fixed;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  /* 変更なし */
  flex-direction: column;
  /* 変更なし */
  justify-content: center;
  /* 変更なし */
  align-items: center;
  /* 変更なし */
}
#hd #drawer-menu #drawer-li li {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10vw;
  letter-spacing: 0.05em;
}
#hd #drawer-menu #drawer-li a {
  color: #264E9A;
}
#hd #drawer-menu #drawer-li .en {
  width: 100%;
  font-size: 25px;
  margin-bottom: 10px;
}
#hd #drawer-menu #drawer-li .jp {
  font-size: 15px;
  border-bottom: 2px solid #264E9A;
  padding-bottom: 5px;
}
#hd #drawer-menu #drawer-li span {
  display: inline-block;
}
#hd #drawer-menu #drawer-li .logo {
  margin: 15vw 0 5vw 0;
}
#hd #drawer-menu #drawer-li .logo img {
  max-width: 115px;
}
#hd #drawer-menu #drawer-li .copy {
  font-size: 13px;
  font-family: brandon-grotesque, sans-serif;
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  #hd {
    padding: 20px 20px 35px 20px;
  }
  #hd #hd-logo {
    width: 10%;
  }
}
@media only screen and (min-width: 850px) {
  #hd #hd-logo {
    max-width: 120px;
  }
  #hd #drawer-btn {
    display: none;
  }
  #hd #drawer-menu {
    display: block;
    position: absolute;
    top: 50px;
    right: 60px;
  }
  #hd #drawer-menu .drawer-inner {
    position: static;
    background: none;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    display: block;
  }
  #hd #drawer-menu #drawer-li {
    display: inline-block;
    width: 100%;
  }
  #hd #drawer-menu #drawer-li li {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    display: inline;
  }
  #hd #drawer-menu #drawer-li li + li {
    margin-left: 60px;
  }
  #hd #drawer-menu #drawer-li .contact {
    position: relative;
  }
  #hd #drawer-menu #drawer-li .contact:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -5px;
    background-color: #fff;
    height: 35px;
    width: calc(100% + 5px);
    z-index: -1;
  }
  #hd #drawer-menu #drawer-li .contact a {
    display: inline-block;
    padding: 10px 60px 10px 10px;
    background-color: #FF9300;
  }
  #hd #drawer-menu #drawer-li a {
    color: #fff;
  }
  #hd #drawer-menu #drawer-li .en {
    width: auto;
    font-size: 20px;
    margin-bottom: 0px;
  }
  #hd #drawer-menu #drawer-li .jp {
    display: none;
  }
  #hd #drawer-menu #drawer-li span {
    display: inline-block;
  }
  #hd #drawer-menu #drawer-li .logo {
    display: none;
  }
  #hd #drawer-menu #drawer-li .copy {
    display: none;
  }
}
@media only screen and (min-width: 940px) {
  #hd {
    padding: 35px 60px;
  }
}
/* ============================
	Footer
============================ */
#ft {
  background-color: #264E9A;
  color: #fff;
  margin-top: -1px;
  padding: 60px 0 30px;
  position: relative;
  z-index: 10;
}
#ft #ft-nav {
  margin-bottom: 40px;
}
#ft #ft-nav li {
  text-align: center;
}
#ft #ft-nav li a {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
#ft #ft-nav li + li {
  margin-top: 20px;
}
#ft .logo {
  text-align: center;
  margin-bottom: 20px;
}
#ft .logo img {
  width: 32%;
}
#ft dl dt {
  margin-bottom: 20px;
}
#ft dl dt .jp {
  font-size: 19px;
  padding-right: 1em;
}
#ft dl dt .en {
  font-size: 22px;
}
#ft dl dd {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 35px;
}
#ft .copy {
  font-size: 13px;
  text-align: center;
}

@media only screen and (min-width: 750px) {
  #ft {
    padding: 40px 0 60px;
  }
  #ft .flex-box {
    display: flex;
    /* 変更なし */
    justify-content: space-between;
    align-items: flex-start;
    /* 変更なし */
    margin-bottom: 20px;
  }
  #ft #ft-nav {
    margin-bottom: 0px;
  }
  #ft #ft-nav li {
    text-align: left;
  }
  #ft #ft-nav li a {
    font-size: 16px;
  }
  #ft #ft-nav li + li {
    margin-top: 20px;
  }
  #ft .info {
    max-width: 420px;
    width: 100%;
  }
  #ft .logo {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 1em;
  }
  #ft .logo img {
    width: 100%;
    max-width: 87px;
  }
  #ft dl dt {
    margin-bottom: 20px;
  }
  #ft dl dt .jp {
    font-size: 17px;
  }
  #ft dl dt .en {
    font-size: 19px;
  }
  #ft dl dd {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px;
  }
  #ft .copy {
    font-size: 12px;
  }
}
#kv {
  height: 100vh;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/cmn/bg_pt.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 15px auto;
  overflow: hidden;
}
#kv .kv-inner {
  height: 100vh;
  display: flex;
  /* 変更なし */
  flex-direction: column;
  /* 変更なし */
  justify-content: center;
  /* 変更なし */
  align-items: center;
  /* 変更なし */
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  top: 0;
}
#kv .kv-inner .txt-box {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#kv .kv-inner .txt {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  text-align: center;
}
#kv .kv-inner .orange {
  color: #FF9300;
}
#kv .kv-inner .txts {
  padding: 0 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  margin-top: 3vw;
  opacity: 0;
  position: relative;
  z-index: 10;
}
#kv .txt-box {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
}
#kv .txt01 {
  bottom: -0.75em;
}
#kv .txt02 {
  top: -0.75em;
}
#kv .txt03 {
  opacity: 0;
}
#kv .txt01.on {
  bottom: 0;
}
#kv .txt02.on {
  top: 0;
}
#kv .txt03.on {
  opacity: 1;
}
#kv .txts.on {
  opacity: 1;
}
#kv .txt-box.on {
  margin-top: -90px;
}
#kv .earth-wrap {
  width: 100%;
  position: absolute;
  bottom: -36%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#kv .earth-wrap .earth {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1;
}
#kv .earth-wrap .earth:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/home/earth_layer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#kv .earth-wrap .earth ul {
  margin-top: -19vw;
  margin-left: 0;
  width: 100%;
}
#kv .earth-wrap .earth ul li {
  width: 100%;
  position: relative;
  z-index: 5;
}
#kv .earth-wrap .earth ul li .rel {
  position: relative;
  z-index: 5;
  background: none;
}
#kv .earth-wrap .earth ul li .map_img {
  position: relative;
  z-index: 5;
}
#kv .earth-wrap .earth ul li .dot {
  width: 1vw;
  height: 1vw;
  border-radius: 1vw;
  background-color: #FF9300;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#kv .earth-wrap .earth ul li .dot img {
  position: absolute;
  top: 0;
  left: 0;
  animation: pulsate 1.2s ease-out;
  animation-iteration-count: infinite;
  width: 100%;
  z-index: 6;
}
@keyframes pulsate {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2, 2);
    opacity: 0.0;
  }
}
#kv .earth-wrap .earth ul .map1 .dot01 {
  top: 38%;
  left: 74%;
}
#kv .earth-wrap .earth ul .map1 .dot02 {
  top: 37.4%;
  left: 70%;
}
#kv .earth-wrap .earth ul .map1 .dot03 {
  top: 35.5%;
  left: 64%;
}
#kv .earth-wrap .earth ul .map1 .dot04 {
  top: 39%;
  left: 66%;
}
#kv .earth-wrap .earth ul .map1 .dot05 {
  top: 45.5%;
  left: 59%;
}
#kv .earth-wrap .earth ul .map1 .dot06 {
  top: 45%;
  left: 47%;
}
#kv .earth-wrap .earth ul .map1 .dot07 {
  top: 43%;
  left: 33%;
}
#kv .earth-wrap .earth ul .map2 .dot01 {
  top: 29%;
  left: 12%;
}
#kv .earth-wrap .earth ul .map2 .dot02 {
  top: 30.4%;
  left: 32%;
}
#kv .earth-wrap .earth ul .map2 .dot03 {
  top: 46.5%;
  left: 33%;
}
#kv .earth-wrap .earth ul .map2 .dot04 {
  top: 55%;
  left: 42.5%;
}
#kv .earth-wrap .earth .earth-layer {
  width: 100%;
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
}
#kv .earth-wrap.on {
  opacity: 1;
}

#hd.on {
  opacity: 1;
}

#kv.on {
  z-index: 10;
}

#wrap {
  position: relative;
  z-index: 20;
  padding-top: 100vh;
}

.slide {
  display: flex;
}

.slider__inner {
  display: flex;
}

.slider__inner:first-child {
  animation: loop 240s linear infinite;
}

.slider__inner:nth-child(2) {
  animation: loop2 240s -160s linear infinite;
}

.slider__inner:last-child {
  animation: loop3 240s -80s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(-300%);
  }
  to {
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 750px) {
  #kv {
    background-size: 30px auto;
    min-height: 900px;
  }
  #kv .kv-inner {
    min-height: 900px;
  }
  #kv .kv-inner .txt {
    font-size: 60px;
    display: inline-block;
  }
  #kv .kv-inner .orange {
    color: #FF9300;
  }
  #kv .kv-inner .txts {
    max-width: 970px;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    line-height: 54px;
    margin-top: 40px;
    text-align: center;
  }
  #kv .txt01 {
    bottom: 0em;
    right: -1.5em;
  }
  #kv .txt02 {
    top: 0em;
    left: -1.5em;
  }
  #kv .txt03 {
    opacity: 0;
  }
  #kv .txt01.on {
    right: 0;
  }
  #kv .txt02.on {
    left: 0;
  }
  #kv .txt03.on {
    opacity: 1;
  }
  #kv .txts.on {
    opacity: 1;
  }
  #kv .kv-inner.on {
    top: 0px;
    margin-top: 0;
  }

  #kv .earth-wrap .earth ul {
    margin-top: -280px;
  }

  #kv .txt-box.on {
    margin-top: -37vw;
  }
}
@media only screen and (min-width: 850px) {
  #kv .kv-inner .txt {
    font-size: 64px;
  }

  #kv .kv-inner .txts {
    font-size: 23px;
  }

  #kv .earth-wrap .earth ul li .dot {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 1170px) {
  #kv .earth-wrap {
    bottom: -890px;
  }

  #kv .kv-inner .txt-box.on {
    margin-top: -420px;
  }
}
/* ============================
	Home module
============================ */
.ttl-home {
  text-align: center;
}
.ttl-home span {
  display: inline-block;
}
.ttl-home .en {
  font-size: 25px;
  width: 100%;
  margin-bottom: 20px;
}
.ttl-home .jp {
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #264E9A;
}

.home .sec {
  padding: 50px 0;
}

@media only screen and (min-width: 750px) {
  .ttl-home {
    text-align: center;
  }
  .ttl-home span {
    display: inline-block;
  }
  .ttl-home .en {
    font-size: 50px;
    width: 100%;
    margin-bottom: 25px;
  }
  .ttl-home .jp {
    font-size: 23px;
    padding-bottom: 10px;
    border-bottom: 3px solid #264E9A;
  }

  .home .sec {
    padding: 120px 0;
  }
}
/* ============================
	Main
============================ */
#main #home-our {
  background-color: #fff;
}
#main #home-our h2 {
  color: #264E9A;
  margin-bottom: 25px;
}
#main #home-our .img {
  text-align: center;
  margin-bottom: 15px;
}
#main #home-our .img img {
  width: 46.26667%;
}
#main #home-our .txt {
  line-height: 2em;
}
#main #home-business {
  background-image: url(../img/cmn/bg_pt.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 15px auto;
}
#main #home-business h2 {
  color: #fff;
  margin-bottom: 40px;
}
#main #home-business h2 .jp {
  border-color: #fff;
}
#main #home-business li {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  display: table;
  width: 100%;
}
#main #home-business li .img, #main #home-business li .txt-box {
  display: table-cell;
  vertical-align: middle;
}
#main #home-business li .img {
  width: 33.13433%;
}
#main #home-business li .txt-box {
  padding-left: 20px;
}
#main #home-business li .txt-box .jp {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main #home-business li .txt-box .en {
  font-size: 10px;
  color: #A8BADD;
  line-height: 1.4em;
}
#main #home-business li + li {
  margin-top: 15px;
}
#main #home-company {
  background-color: #3f3f3f;
  color: #fff;
}
#main #home-company h2 {
  margin-bottom: 45px;
}
#main #home-company h2 .jp {
  border-color: #fff;
}
#main #home-company .img {
  text-align: center;
  margin-bottom: 40px;
}
#main #home-company .img img {
  width: 44%;
}
#main #home-company dl {
  padding: 25px 0;
  border-bottom: 1px solid #5b5b5b;
}
#main #home-company dl dt, #main #home-company dl dd {
  font-size: 16px;
}
#main #home-company dl dt {
  margin-bottom: 30px;
  white-space: nowrap;
}
#main #home-company dl dd {
  line-height: 30px;
}
#main #home-company dl .tel, #main #home-company dl .fax {
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
}
#main #home-company dl .tel {
  background-image: url(../img/cmn/ico_tel.png);
  background-size: 15px auto;
}
#main #home-company dl .fax {
  background-image: url(../img/cmn/ico_fax.png);
  background-size: 19px auto;
}
#main #home-company dl .map {
  margin-top: 20px;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
#main #home-company dl .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#main #home-contact {
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
  background-color: #f6f6f6;
}
#main #home-contact:after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  background-image: url(../img/home/contact_bg_sp.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
#main #home-contact .inner {
  position: relative;
  z-index: 10;
}
#main #home-contact .txt-orange {
  color: #FF9300;
  position: relative;
  top: -0.6em;
  font-size: 0.6em;
}
#main #home-contact h2 {
  margin-bottom: 20px;
}
#main #home-contact h2 .jp {
  border-color: #000;
}
#main #home-contact .img {
  text-align: center;
  margin-bottom: 40px;
}
#main #home-contact .img img {
  width: 32%;
}
#main #home-contact .sub-txt {
  font-size: 15px;
  line-height: 29px;
  margin-bottom: 40px;
}
#main #home-contact dl dt {
  font-size: 15px;
  margin-bottom: 15px;
}
#main #home-contact dl dd input {
  background: none;
  border: none;
  border-bottom: 3px solid #000;
  padding: 5px 0;
  width: 100%;
}
#main #home-contact dl dd textarea {
  background: none;
  border: none;
  border-bottom: 3px solid #000;
  padding: 5px 0;
  width: 100%;
  min-height: 250px;
}
#main #home-contact dl + dl {
  margin-top: 20px;
}
#main #home-contact .center {
  margin-top: 35px;
}
#main #home-contact input[type="submit"] {
  background-color: #FF9300;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  max-width: 215px;
  border: none;
  box-shadow: none;
  width: 100%;
}

@media only screen and (min-width: 750px) {
  #main #home-our {
    position: relative;
  }
  #main #home-our h2 {
    text-align: left;
    margin-bottom: 70px;
  }
  #main #home-our .left {
    width: 29.65812%;
    margin-bottom: 0px;
    float: left;
  }
  #main #home-our .left img {
    width: 100%;
  }
  #main #home-our .inner {
    position: relative;
  }
  #main #home-our .right {
    float: right;
    width: 56.41026%;
  }
  #main #home-our .txt {
    margin-top: -10em;
    display: inline-block;
    line-height: 62px;
    font-size: 18px;
  }
  #main #home-our .txt .pc {
    display: none;
  }
  #main #home-business {
    background-size: 30px auto;
  }
  #main #home-business h2 {
    margin-bottom: 70px;
  }
  #main #home-business ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #main #home-business li {
    padding: 30px;
    display: block;
    width: 23.07692%;
    text-align: center;
    height: auto;
  }
  #main #home-business li .img, #main #home-business li .txt-box {
    display: block;
  }
  #main #home-business li .img {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    height: auto;
    margin-bottom: 30px;
  }
  #main #home-business li .txt-box {
    padding-left: 0px;
    width: 100%;
    padding-top: 30px;
  }
  #main #home-business li .txt-box .jp {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #main #home-business li .txt-box .en {
    font-size: 14px;
  }
  #main #home-business li + li {
    margin-top: 0;
  }
  #main #home-company .inner {
    display: flex;
    /* 変更なし */
    justify-content: space-between;
    align-items: center;
    /* 変更なし */
  }
  #main #home-company .left {
    order: 2;
  }
  #main #home-company .right {
    order: 1;
    max-width: 650px;
    width: 100%;
  }
  #main #home-company h2 {
    margin-bottom: 120px;
    text-align: right;
  }
  #main #home-company .img {
    text-align: right;
    margin-bottom: 40px;
    margin-right: -40px;
  }
  #main #home-company .img img {
    max-width: 100%;
    width: auto;
  }
  #main #home-company dl {
    padding: 30px 0;
    display: flex;
  }
  #main #home-company dl dt, #main #home-company dl dd {
    font-size: 18px;
  }
  #main #home-company dl dt {
    margin-bottom: 0px;
    line-height: 38px;
    padding: 0 18.46154% 0 4.61538%;
    width: 33.84615%;
  }
  #main #home-company dl dd {
    line-height: 38px;
  }
  #main #home-company dl .tel, #main #home-company dl .fax {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
  }
  #main #home-company dl .tel {
    background-image: url(../img/cmn/ico_tel.png);
    background-size: 15px auto;
  }
  #main #home-company dl .fax {
    background-image: url(../img/cmn/ico_fax.png);
    background-size: 19px auto;
    margin-right: 30px;
  }
  #main #home-company dl .map {
    margin-top: 20px;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
  #main #home-company dl .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #main #home-contact {
    padding-bottom: 160px;
  }
  #main #home-contact:after {
    background-image: url(../img/home/contact_bg_pc.png);
  }
  #main #home-contact .inner {
    display: flex;
    /* 変更なし */
    justify-content: space-between;
    align-items: flex-start;
    /* 変更なし */
  }
  #main #home-contact .inner .left {
    max-width: 385px;
    width: 100%;
    padding-right: 1.5em;
  }
  #main #home-contact .inner .right {
    max-width: 500px;
    width: 100%;
  }
  #main #home-contact h2 {
    margin-bottom: 20px;
    text-align: left;
    margin-bottom: 80px;
  }
  #main #home-contact h2 .jp {
    border-color: #000;
  }
  #main #home-contact .img {
    text-align: center;
    margin-bottom: 40px;
  }
  #main #home-contact .img img {
    max-width: 240px;
    width: 100%;
  }
  #main #home-contact .sub-txt {
    font-size: 21px;
    line-height: 47px;
    margin-bottom: 80px;
  }
  #main #home-contact dl dt {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #main #home-contact dl dd input {
    border-bottom: 8px solid #000;
    padding: 10px 0;
  }
  #main #home-contact dl dd textarea {
    border-bottom: 8px solid #000;
    padding: 10px 0;
    min-height: 370px;
  }
  #main #home-contact dl + dl {
    margin-top: 40px;
  }
  #main #home-contact .center {
    margin-top: 35px;
  }
  #main #home-contact input[type="submit"] {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    max-width: 240px;
  }
}
#home-contact {
  overflow: hidden;
}
#home-contact .earth-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#home-contact .earth-wrap .earth {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1;
}
#home-contact .earth-wrap .earth:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/home/earth_layer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#home-contact .earth-wrap .earth ul {
  margin-top: -19vw;
  margin-left: 0;
  width: 100%;
}
#home-contact .earth-wrap .earth ul li {
  width: 100%;
  position: relative;
  z-index: 5;
}
#home-contact .earth-wrap .earth ul li .rel {
  position: relative;
  z-index: 5;
  background: none;
}
#home-contact .earth-wrap .earth ul li .map_img {
  position: relative;
  z-index: 5;
}
#home-contact .earth-wrap .earth ul li .dot {
  width: 1vw;
  height: 1vw;
  border-radius: 1vw;
  background-color: #FF9300;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#home-contact .earth-wrap .earth ul li .dot img {
  position: absolute;
  top: 0;
  left: 0;
  animation: pulsate 1.2s ease-out;
  animation-iteration-count: infinite;
  width: 100%;
  z-index: 6;
}
@keyframes pulsate {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2, 2);
    opacity: 0.0;
  }
}
#home-contact .earth-wrap .earth ul .map1 .dot01 {
  top: 38%;
  left: 74%;
}
#home-contact .earth-wrap .earth ul .map1 .dot02 {
  top: 37.4%;
  left: 70%;
}
#home-contact .earth-wrap .earth ul .map1 .dot03 {
  top: 35.5%;
  left: 64%;
}
#home-contact .earth-wrap .earth ul .map1 .dot04 {
  top: 39%;
  left: 66%;
}
#home-contact .earth-wrap .earth ul .map1 .dot05 {
  top: 45.5%;
  left: 59%;
}
#home-contact .earth-wrap .earth ul .map1 .dot06 {
  top: 45%;
  left: 47%;
}
#home-contact .earth-wrap .earth ul .map1 .dot07 {
  top: 43%;
  left: 33%;
}
#home-contact .earth-wrap .earth ul .map2 .dot01 {
  top: 29%;
  left: 12%;
}
#home-contact .earth-wrap .earth ul .map2 .dot02 {
  top: 30.4%;
  left: 32%;
}
#home-contact .earth-wrap .earth ul .map2 .dot03 {
  top: 46.5%;
  left: 33%;
}
#home-contact .earth-wrap .earth ul .map2 .dot04 {
  top: 55%;
  left: 42.5%;
}
#home-contact .earth-wrap .earth .earth-layer {
  width: 100%;
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1100px) {
  #main #home-our .txt .pc {
    display: inline;
  }
}
.error {
  color: red;
  font-weight: bold;
  padding-top: 0.5em;
}

.thanks {
  padding: 10vw 0px;
  background-color: #fff;
}
.thanks .inner {
  max-width: 750px;
}
.thanks h2 {
  font-size: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #264E9A;
  margin-bottom: 1em;
}
.thanks p {
  line-height: 2em;
  margin-bottom: 4em;
}
.thanks .btn-back a {
  display: block;
  max-width: 210px;
  margin: 0 auto;
  background-color: #FF9300;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 10px;
  font-weight: bold;
}
