@charset "UTF-8";
/* CSS Document */
/* reset
-------------------*/
html {
  background-color: #fff;
  font-size: 62.5%;
  scroll-behavior: smooth;
  /* sets the base font to 10px for easier math */
}

body {
  font-family: 'Kanit', 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 1.1459vw, 18px);
  letter-spacing: .06em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  position: relative;
}

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img, figure, figcaption, i, b {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  color: black;
}

p {
  line-height: 2.2;
}

i, b {
  font-style: normal;
  line-height: 1;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:link, a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a img {
  transition: all .3s ease-in-out;
}

ul, ol {
  list-style-type: none;
}

::selection {
  background-color: #888;
  color: #FFF;
  /* Safari */
}

::-moz-selection {
  background-color: #888;
  color: #FFF;
  /* Firefox */
}

/* module
-------------------*/
.ali_cnt {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.flex_cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.mgb0 {
  margin-bottom: 0px;
}

.pdb0 {
  padding-bottom: 0px;
}

.mgb5 {
  margin-bottom: 5px;
}

.pdb5 {
  padding-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.pdb10 {
  padding-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.pdb15 {
  padding-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.pdb20 {
  padding-bottom: 20px;
}

.mgb25 {
  margin-bottom: 25px;
}

.pdb25 {
  padding-bottom: 25px;
}

.mgb30 {
  margin-bottom: 30px;
}

.pdb30 {
  padding-bottom: 30px;
}

.mgb35 {
  margin-bottom: 35px;
}

.pdb35 {
  padding-bottom: 35px;
}

.mgb40 {
  margin-bottom: 40px;
}

.pdb40 {
  padding-bottom: 40px;
}

.mgb45 {
  margin-bottom: 45px;
}

.pdb45 {
  padding-bottom: 45px;
}

.mgb50 {
  margin-bottom: 50px;
}

.pdb50 {
  padding-bottom: 50px;
}

.mgb55 {
  margin-bottom: 55px;
}

.pdb55 {
  padding-bottom: 55px;
}

.mgb60 {
  margin-bottom: 60px;
}

.pdb60 {
  padding-bottom: 60px;
}

.mgb65 {
  margin-bottom: 65px;
}

.pdb65 {
  padding-bottom: 65px;
}

.mgb70 {
  margin-bottom: 70px;
}

.pdb70 {
  padding-bottom: 70px;
}

.mgb75 {
  margin-bottom: 75px;
}

.pdb75 {
  padding-bottom: 75px;
}

.mgb80 {
  margin-bottom: 80px;
}

.pdb80 {
  padding-bottom: 80px;
}

.mgb85 {
  margin-bottom: 85px;
}

.pdb85 {
  padding-bottom: 85px;
}

.mgb90 {
  margin-bottom: 90px;
}

.pdb90 {
  padding-bottom: 90px;
}

.mgb95 {
  margin-bottom: 95px;
}

.pdb95 {
  padding-bottom: 95px;
}

.mgb100 {
  margin-bottom: 100px;
}

.pdb100 {
  padding-bottom: 100px;
}

/* Scss Document */
/*-------------------------------
00. initial
01. Parts
02. header
03. TOP
04. Footer
-------------------------------*/
/******************************************************************
	00. initial
******************************************************************/
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img,
figure, figcaption, i, b, a {
  color: #111;
  line-height: 2;
}

body {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  transition: all .3s ease-in-out;
}

.bgColor01 {
  background: url(../img/common/bg-dotted-gray.jpg);
}

.section .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.section .inner-02 {
  flex-direction: row-reverse;
}
.section .inner .contentsWrap {
  width: 90.625%;
  padding: 4rem 0;
}

.inner {
  max-width: 1600px;
  width: calc(100% - 100px);
  height: 100%;
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spShow {
  display: none;
}

@media (max-width: 1023px) {
  .inner {
    width: calc(100% - 8vw);
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }

  .main {
    margin-top: 2rem;
  }

  .section .inner .contentsWrap {
    width: 90.625%;
    width: calc(100% - 4vw - 33px);
    padding: 4vw 0;
  }

  .inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spShow {
    display: block;
  }
}
/******************************************************************
	01. Parts
******************************************************************/
.title-en {
  font-size: 3.4rem;
  font-weight: 700;
  color: #CF1A1A;
  line-height: 1;
  writing-mode: tb-rl;
  position: sticky;
  top: 0;
  border-left: 2px solid #CF1A1A;
  padding-left: 1.5rem;
}

.secHead {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

.btn-contact {
  background: #CF1A1A;
  border-radius: 50%;
  overflow: hidden;
  min-width: 180px;
  min-height: 180px;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-left: 3rem;
}
.btn-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-contact .contact {
  transition: all .3s ease-in-out;
}
.btn-contact .ic {
  color: #FFFF00;
  padding: 1.5rem 0;
}

.cont-flx {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .btn-contact a:hover {
    background: #F22121;
  }
  .btn-contact a:hover .contact {
    letter-spacing: .15em;
  }
}
@media (max-width: 767px) {
  .title-en {
    font-size: 2.4rem;
    padding-left: .7rem;
  }

  .secHead {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .btn-contact {
    min-width: 130px;
    min-height: 130px;
    width: 130px;
    height: 130px;
  }
  .btn-contact .contact {
    font-size: 1.6rem;
  }

  .cont-flx {
    flex-direction: column;
  }
}
/******************************************************************
	02. header
******************************************************************/
.header .inner {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 10rem;
}
.header .logo {
  width: 280px;
  height: auto;
}
.header .gNavList {
  display: flex;
}
.header .gNavList li:after {
  content: "/";
  display: inline-block;
  margin: 0 2rem;
  color: #DCDCDC;
}
.header .gNavList li:nth-last-child(2):after {
  content: none;
}
.header .gNavList a {
  font-weight: 700;
}

@media (min-width: 769px) {
  .header .gNavList a:hover {
    color: #CF1A1A;
  }
}
@media (max-width: 1023px) {
  .header .logo {
    width: 200px;
  }
  .header .gNavList li:after {
    margin: 0 1rem;
  }
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    z-index: 100;
  }
  .header .logo {
    width: 200px;
    margin: 2rem 0 2rem 4vw;
  }
  .header .inner {
    padding: 0;
    align-items: center;
    width: 100%;
    margin: 0;
  }
  .header .gNavList {
    flex-direction: column;
    width: 100%;
    padding-bottom: 5rem;
  }
  .header .gNavList li {
    position: relative;
  }
  .header .gNavList li:nth-last-child(2) {
    margin-bottom: 2rem;
  }
  .header .gNavList li:last-child {
    border: 1px solid #FFF;
  }
  .header .gNavList li:last-child a {
    padding: 1.5rem 2rem;
  }
  .header .gNavList li:after,
  .header .gNavList li:nth-last-child(2):after {
    content: "";
    display: inline-block;
    background: url(../img/common/ic_arw_white.svg) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4vw;
  }
  .header .gNavList a {
    color: #FFF;
    font-size: 2.2rem;
    display: block;
    padding: 2rem 1rem;
  }

  .overlay-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(17, 17, 17, 0.9);
    z-index: 800;
    padding: 2rem;
  }
  .overlay-menu-btn {
    cursor: pointer;
    position: relative;
    z-index: 900;
    width: 70px;
    height: 70px;
    background: #CF1A1A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 900;
  }
  .overlay-menu-btn .btnWrap {
    height: 23px;
  }
  .overlay-menu-btn span {
    position: relative;
    display: block;
    width: 33px;
    background: #FFF;
    transition: all .3s ease-in-out;
    z-index: 999;
    height: 3px;
  }
  .overlay-menu-btn span:nth-child(1) {
    top: 0;
  }
  .overlay-menu-btn span:nth-child(2) {
    top: 7px;
  }
  .overlay-menu-btn span:nth-child(3) {
    top: 14px;
  }
  .overlay-menu-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    border-radius: 2rem;
    position: relative;
    margin-top: 10vh;
  }
  .overlay-menu-item .gNavWrap {
    width: calc(100% - 640px);
    margin-left: 6rem;
    position: relative;
    z-index: 2;
  }
  .overlay-menu-item ul {
    padding: 0;
    list-style-type: none;
  }
}
/******************************************************************
	03. TOP
******************************************************************/
/************ ベトナム ダナンの魅力 ************/
.introSec {
  position: relative;
}
.introSec .inner {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}
.introSec .lead {
  line-height: 2;
  font-size: clamp(16px, 1.1459vw, 18px);
}

.mv {
  margin-top: -6vh;
  position: relative;
}
.mv:after {
  content: "";
  display: block;
  background: url(../img/top/mv-01.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
  padding-top: calc(100vh - 182px - (180px - 6vh));
  overflow: hidden;
}

@media (max-width: 1024px) {
  .mv {
    margin-top: -3vh;
  }
}
@media (max-width: 767px) {
  .introSec .inner {
    flex-direction: column;
  }
  .introSec .lead {
    margin-bottom: 4rem;
    font-size: 1.3rem;
  }
  .introSec .btn-contact {
    position: absolute;
    right: 4vw;
    top: 11vh;
    margin-left: 0;
  }

  .mv {
    margin-top: 0;
  }

  .mv:after {
    padding-top: calc(100vh - 278px);
  }
}
@media (max-width: 400px) {
  .introSec .btn-contact {
    top: 21vh;
  }

  .mv:after {
    padding-top: calc(100vh - 342px);
  }
}
@media (max-width: 320px) {
  .introSec .btn-contact {
    top: 28vh;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .introSec .lead {
    margin-bottom: 2rem;
  }
  .introSec .btn-contact {
    top: 25vh;
  }

  .mv:after {
    padding-top: 43vh;
  }
}
/************ ARRIVAL VIETNAM のサポート内容 ************/
.supportSec .cont-flx.intro {
  justify-content: space-between;
  margin-bottom: 6rem;
}
.supportSec .cont-flx.intro > div,
.supportSec .cont-flx.intro figure {
  width: calc((100% - 4.1379%) / 2);
}
.supportSec ul {
  gap: 2.5rem;
}
.supportSec ul li {
  width: calc((100% - 2.5rem) / 2);
  background: #FFF;
  padding: 3rem;
  line-height: 2;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
}
.supportSec h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 2rem 3.3rem;
  text-indent: -3.3rem;
}
.supportSec .num {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .8rem;
  vertical-align: -0.5rem;
}
.supportSec .num-01 {
  background: url(../img/top/ic-num-01.svg) no-repeat;
  background-size: 100% auto;
}
.supportSec .num-02 {
  background: url(../img/top/ic-num-02.svg) no-repeat;
  background-size: 100% auto;
}
.supportSec .num-03 {
  background: url(../img/top/ic-num-03.svg) no-repeat;
  background-size: 100% auto;
}
.supportSec .num-04 {
  background: url(../img/top/ic-num-04.svg) no-repeat;
  background-size: 100% auto;
}

@media (max-width: 767px) {
  .supportSec .cont-flx.intro {
    flex-direction: column;
    margin-bottom: 4vw;
  }
  .supportSec .cont-flx.intro > div,
  .supportSec .cont-flx.intro figure {
    width: 100%;
  }
  .supportSec .cont-flx.intro > div {
    margin-bottom: 4vw;
  }
  .supportSec h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .supportSec ul {
    gap: 4vw;
  }
  .supportSec ul li {
    width: 100%;
    padding: 4vw;
  }
}
/************ お問い合わせ ************/
.contactSec {
  background: url(../img/top/bg-contact.jpg) no-repeat;
  background-size: cover;
}
.contactSec .inner-01 .title-en {
  border-left: 2px solid #FFF;
  color: #FFF;
}
.contactSec h2, .contactSec p {
  color: #FFF;
  text-align: center;
}
.contactSec .cont-txt {
  margin-bottom: 3rem;
}
.contactSec .btn-contact {
  margin-left: 0;
  margin: 0 auto;
}

/************ 企業情報 ************/
.companySec .cont-flx {
  justify-content: space-between;
}
.companySec .map, .companySec .cont {
  width: calc((100% - 4.1379%) / 2);
}
.companySec .map {
  aspect-ratio: 16 / 9;
}
.companySec iframe {
  width: 100%;
  height: 100%;
}
.companySec .cont-01:first-of-type {
  margin-bottom: 4rem;
}
.companySec .cont-01 a {
  display: block;
}
.companySec .cont-01 a[target="_blank"]:after {
  content: "";
  display: inline-block;
  background: url(../img/common/ic-window-red.svg) no-repeat;
  background-size: 100% auto;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 0.5rem;
}
.companySec h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .companySec h3 {
    font-size: 1.6rem;
  }
  .companySec .map,
  .companySec .cont {
    width: 100%;
  }
  .companySec .map {
    margin-bottom: 4rem;
  }
}
/******************************************************************
	04. Footer
******************************************************************/
footer {
  background: #111;
}
footer .inner {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer p, footer a {
  color: #FFF;
}
footer .btn-contact {
  width: 280px;
  height: 6rem;
  line-height: 6rem;
  min-width: initial;
  min-height: initial;
  background: transparent;
  border-radius: 0;
  margin-left: 0;
}
footer .btn-contact a {
  border: 1px solid #FFF;
  font-size: 1.8rem;
}
footer .btn-contact a:after {
  content: "";
  display: inline-block;
  background: url(../img/common/ic_arw_white.svg) no-repeat;
  background-size: 100% auto;
  width: 2rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2rem;
  transition: all .3s ease-in-out;
}
footer .footerNav {
  display: flex;
  justify-content: flex-end;
}
footer .footerNav li {
  font-size: 1.6rem;
}
footer .footerNav li:after {
  content: "/";
  display: inline-block;
  margin: 0 2rem;
  color: #FFF;
}
footer .footerNav li:last-child:after {
  content: none;
}
footer .copyright {
  color: #777575;
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
}
footer .page_top {
  position: fixed;
  bottom: 30px;
  right: 4vw;
  background: #CF1A1A;
  border-radius: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transform: translateY(100px);
  box-shadow: 0 5px 16px -1px rgba(0, 41, 77, 0.3);
}
footer .page_top a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .page_top .material-symbols-outlined {
  font-size: 3rem;
  color: #FFF;
}
footer .page_top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer .page_top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media (min-width: 769px) {
  .footer .btn-contact a:hover {
    background: #FFF;
    color: #111;
  }
  .footer .btn-contact a:hover:after {
    background: url(../img/common/ic_arw_white_black.svg) no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 1023px) {
  .footer .inner {
    flex-direction: column;
    align-items: center;
  }
  .footer .btn-contact {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .footer .footerNav {
    margin-bottom: 2rem;
  }
  .footer .footerNav li:after {
    margin: 0 1rem;
  }
  .footer .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .footerNav {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footerNav li {
    width: 46%;
    position: relative;
  }
  .footer .footerNav li:after,
  .footer .footerNav li:last-child:after {
    content: "";
    display: inline-block;
    background: url(../img/common/ic_arw_white.svg) no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
  .footer a {
    font-size: 1.3rem;
  }
  .footer .btn-contact {
    width: 100%;
  }
  .footer .btn-contact a {
    font-size: 1.3rem;
  }
  .footer .contWrap {
    width: 100%;
  }
  .footer .page_top {
    margin-bottom: 1rem;
  }
}

/*# sourceMappingURL=import.css.map */
