@charset "utf-8";

:root {
  --wht: #fff;
  --gray: #f7f7f7;
  --d-blue: #153155;
  --orange: #ff7213;
}

/* font-feature-setting */
.ffs-palt {font-feature-settings: "palt";}
.ffs-pwid {font-feature-settings: "pwid";}

.ff-vietanam {
  font-family: 'Be Vietnam Pro', sans-serif;
}

.bg-wht {background: var(--wht);}
.bg-gray {background: var(--gray);}

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

main {
  margin: 0;
  background: var(--wht);
}

.rsv-btn {
  display: inline-block;
  position: sticky;
  top: 58px;
  z-index: 101;
}

.rsv-btn a {
  display: flex;
  padding: 14px;
  color: var(--wht);
  font-size: 16px;
  background: var(--orange);
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  transition: all 0.5s;
}

.arrow {
  fill: #fff;
  margin: 1px 10px 0 -5px;
  width: 30px;
  height: 15px;
  transition: all 0.5s;
}

.rsv-btn a:hover {
  background: #ff5f13;
}

.consul-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1300px;
}

.consul-head div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 0;
  width: 608px;
  text-align: center;
  background: rgba(255,255,255,0.9);
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
  font-weight: 600;
  line-height: 1.5;
  z-index: 80;
}

.consul-head div > h2,
.consul-head div > h2 span {
  color: var(--orange);
  font-size: 28px;
  letter-spacing: 3px;
}

.consul-head div > h2 span {
  display: block;
  font-size: 1.212em;
}

.consul-head div > h3,
.consul-head div > p {
  margin-top: -2px;
  color: var(--d-blue);
  font-size: 72px;
  letter-spacing: 5px;
}

.consul-head div > p {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1.7;
}

.w601-h-img {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

.w600-h-img {display: none;}
.w601-h-img {display: inline;}

.consul-icons {
  padding: 50px 0 104px;
  width: 100%;
}

.consul-icons > div {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 635px;
}

.consul-icons > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
  max-width: 140px;
  width: 22.047244%;
  max-height: 140px;
  background: var(--orange);
  border-radius: 3px;
}

.consul-icons > div > div p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.consul-icons > div > div > img {
  margin-top: 6px;
  max-width: 75px;
  width: 100%;
}

.w600-br {display:none;}

.resolve, .reason, .consul-info {
  margin: 0 auto;
  width: 100%;
}

.resolve__inner,
.reason__inner,
.consul-info__inner {
  margin: 0 auto;
  padding: 90px 0 145px;
  width: 100%;
  max-width: 1000px;
}

.reason__inner {padding: 90px 0 65px;}
.consul-info__inner {padding: 56px 0 145px;}

.resolve__inner > h2,
.resolve__inner > h2 span,
.reason__inner > h2,
.reason__inner > h2 span {
  margin-bottom: 72px;
  color: var(--d-blue);
  font-size: 36px;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.6;
}

.resolve__inner > h2 span,
.reason__inner > h2 span {
  margin-bottom: 0;
  font-size: 1.2em;
}

.resolve-body {
  margin: 0 auto 30px;
  padding: 24px 38px 30px;
  width: 84.8%;
  max-width: 848px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
}

.resolve-body:nth-of-type(4) {
  margin: 0 auto 0;
}

.resolve-body > h3 {
  position: relative;
  margin-left: 104px;
  font-size: 21px;
  font-feature-settings: "palt"; 
  letter-spacing: 3px;
}

.resolve-body > h3::before {
  content: '01';
  position: absolute;
  top: -23px;
  left: -104px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 48px;
}
.resolve-body:nth-of-type(2) > h3::before {content: '02';}
.resolve-body:nth-of-type(3) > h3::before {content: '03';}
.resolve-body:nth-of-type(4) > h3::before {content: '04';}

.resolve-body > h3::after {
  content: '';
  position: absolute;
  top: -24px;
  left: -19px;
  width: 2px;
  height: 65px;
  background: var(--orange);
}
  
.resolve-body > p {
  margin-top: 26px;
  font-size: 15px;
  font-feature-settings: "palt";
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2;
  text-align: justify;
}

.reason-body {
  display: flex;
  align-items: center;
  padding: 40px 0;
  width: 100%;
  max-width: 1000px;
  border-top: 1px solid #999;
}

.reason-body:nth-child(odd) {flex-direction: row-reverse;}
.reason-body:last-child {padding: 40px 0 0;}

.reason-body > img {
  width: 48%;
  max-width: 480px;
}

.reason-body > div {
  padding: 0 3.84615%;
  width: 52%;
  max-width: 520px;
  font-feature-settings: "palt";
}

.reason-body > div h3,
.info-weizz > div h2 {
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.reason-body > div p,
.info-weizz > div p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2;
  text-align: justify;
}

.info-weizz {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 68px;
  width: 93%;
  max-width: 930px;
}

.info-weizz > div {
  padding: 40px;
  width: 48.387096%;
  max-width: 450px;
  background: var(--wht);
  border-radius: 38px;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  font-feature-settings: "palt";
}

.info-weizz > div h2 {
  margin-bottom: 20px;
}

.info-weizz > div p {
  font-size: 13px;
  line-height: 1.9;
}

.info-access > h2 {
  margin-bottom: 38px;
  color: var(--d-blue);
  font-size: 38px;
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
}

.info-access__body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
}

.info-access div > figure {
  margin: 0;
  width: 48%;
  max-width: 480px;
}

.info-access div > figure figcaption,
.info-access div > figure figcaption span {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.info-access div > figure figcaption span {
  margin-top: 0;
  display: block;
  font-size: 81.25%;
}

.ggl-map__body {
position: relative;
margin: 0;
padding-bottom: 46%;
width: 48%;
height: 0;
overflow: hidden;
}
 
.ggl-map__body > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 1000px) {

  .consul-head div {
    padding: 36px 0;
    width: 540px;
  }

  .consul-head div > h2 {
    font-size: 25px;
  }

  .consul-head div > h3,
  .consul-head div > p {
    margin-top: -4px;
    font-size: 67px;
  }

  .consul-head div > p {
    margin-top: 6px;
    font-size: 19px;
    line-height: 1.6;
  }

  .consul-icons > div {max-width: 598px;}

  .consul-icons > div > div {
     max-width: 130px;
    width: 21.73913%;
    max-height: 130px;
  }

  .consul-icons > div > div p {font-size: 16px;}

  .resolve__inner > h2,
  .reason__inner > h2 {
    font-size: 32px;
  }

  .reason-body {
    margin: 0 auto;
    padding: 40px 0;
    width: calc(100% - 60px);
  }
  
  .reason-body > img {width: 50%;}
  .reason-body > div {width: 50%;}
  
  .info-access > h2 {font-size: 34px;}
  
  .info-access__body {
    margin: 0 auto;
    width: calc(100% - 60px);
  }

}

@media screen and (max-width: 678px) {

  .consul-head div {
    padding: 52px 44px 54px;
    width: 540px;
  }

  .consul-head div > h2 {font-size: 26px;}
  .consul-head div > h3 {font-size: 62px;}

  .consul-icons {padding-bottom: 102px;}
  
  .consul-icons > div {max-width: 540px;}

  .consul-icons > div > div {
    padding: 12px 0;
    width: 23%;
    max-height: 124px;
  }
  
  .consul-icons > div > div > img {max-width: 70px;}

  .resolve__inner, .reason__inner, .consul-info__inner {
    padding: 70px 0 100px;
  }
  
  .info-weizz {
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto 68px;
    width: calc(100% - 120px);
  }
  
  .info-weizz > div {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }
  
  .info-weizz > div:nth-child(2) {margin-bottom: 0;}

  .resolve__inner > h2, .reason__inner > h2 {
    margin-bottom: 54px;
    font-size: 24px;
  }

  .resolve-body {
    padding: 20px 28px 30px;
    width: 88%;
  }
  
  .resolve-body > h3 {
    margin-left: 96px;
    font-size: 20px;
    letter-spacing: 2px;
  }  
  
  .resolve-body > h3::before {
    top: -18px;
    left: -96px;
    font-size: 41px;
  }

  .resolve-body > h3::after {
    top: -20px;
    left: -20px;
  }
  
  .resolve-body > p {margin-top: 20px;}
  .resolve-body > p br {display: none;}
  
  .reason-body, .reason-body:nth-child(odd) {
    flex-direction: column;
    width: calc(100% - 140px);
  }
  
  .reason-body > div,
  .reason-body > img {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .reason-body > div h3 {
    margin-top: 28px;
    margin-bottom: 14px;
  }
  
  .info-access > h2 {font-size: 32px;}

  .info-access__body {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  
  .info-access div > figure {
    margin: 0;
    width: calc(100% - 140px);
    max-width: 100%;
  }
  
  .info-access div > figure figcaption {margin-top: 18px;}
  
  .ggl-map__body {
    margin-bottom: 30px;
    padding-bottom: 65%;
    width: calc(100% - 140px);
  }

}


@media screen and (max-width: 600px) {
    
  .rsv-btn {
    top: 0;
    width: 100%;
  }
    
  .rsv-btn a {
    width: 100%;
    justify-content: center;
  }

  .consul-head {
    margin:  0 auto 48px;
    padding: 0;
    flex-direction: column;
  }
  
  .consul-head div {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
    padding: 38px 0 44px;
    width: 100%;
    box-shadow: none;
  }
  
  .consul-head div > h2 {font-size: 20px;}  
  
  .consul-head div > h3 {
    margin-top: 2px;
    font-size: 48px;
  }
  
  .consul-head div > p {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 2px !important;
  }
  
  .w601-h-img {display: none;}
  .w600-h-img {display: inline;}

  .consul-icons {padding-bottom: 70px;}
  
  .consul-icons > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 260px;
  }
  
  .consul-icons > div > div {
    margin-bottom: 20px;
    padding: 15px 0;
    width: 46.153846%;
    max-height: 120px;
  }
  
  .consul-icons > div > div:nth-child(n+3) {margin-bottom: 0;}
  .consul-icons > div > div > img {margin-top: 5px;}
  
  .w600-br {display: inline;}
  
  .resolve__inner, .reason__inner {padding: 50px 0 60px;}
  .consul-info__inner {padding: 50px 0 36px;}

  .resolve__inner > h2, .reason__inner > h2 {
    margin-bottom: 40px;
    font-size: 21px;
  }
  
  .resolve-body {
    margin-bottom: 20px;
    padding: 18px 24px 22px;
  }
  
  .resolve-body > h3 {
    margin-left: 78px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  
  .resolve-body > h3::before {
    top: -6px;
    left: -78px;
    font-size: 36px;
  }
  
  .resolve-body > h3::after {
    top: -20px;
    left: -16px;
  } 
  
  .resolve-body > p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
  }
  
  .reason-body, .reason-body:nth-child(2n+1) {
    padding: 30px 0;
    width: 88%;
  }

  .reason-body > div h3, .info-weizz > div h2 {
    margin: 26px 0 16px;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  
  .info-weizz > div h2 {margin-top: 0;}

  .reason-body > div p, .info-weizz > div p {
    font-size: 13px;
    line-height: 1.8;
  }
  
  .info-access > h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }
  
  .info-weizz {
    margin: 0 auto 38px;
    width: 88%;
  }
  
  .info-weizz > div {
    margin-bottom: 24px;
    padding: 32px;
    border-radius: 32px;
  }
  
  .info-access div > figure {width: 88%;}
  
  .ggl-map__body {
    padding-bottom: 80%;
    width: 88%;
  }


}


/*-- form --*/

#formWrap {
  width: 100%;
  margin: 0 auto;
}

.form-head {
  padding: 90px 0 40px;
  background: var(--wht);
}

.form-head > h2 {
  font-size: 36px;
  color: var(--d-blue);
  line-height: 1;
}

.consul-attn, .input-attn {
  margin-top: 22px; 
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.input-attn {text-align: left;}

.form-privacy-link a {
  margin: 14px auto 0;
   font-weight: 400;
}

table.formTable{
  width: 700px;
  margin: 50px auto 70px;
  border-collapse:collapse;
}

table.formTable th, table.formTable td{
	padding:10px 0;
}

table.formTable th,
table.formTable th.fw400 {
  max-width: 275px;
  width: 39.2857%;/*275px*/
  font-weight: 600;
  text-align: left;
}

table.formTable th.fw400{
  font-weight: 400;
}

table.formTable td {
  max-width: 425px;
  width: 60.7132%;
  line-height: 2;
}

.btn-wrap {padding: 0 0 100px;}  


@media screen and (max-width: 678px) {
	
  #formWrap {
    width:100%;
    margin:0 auto;
  }
  
  .form-head {padding: 52px 0 40px;}
  .form-head > h2 {font-size: 27px;}
  
  .consul-attn, .input-attn {
    margin-top: 17px;
    font-size: 13px;
  }
  
  table.formTable {
    margin: 34px auto 44px;
    width: 470px;
  }

  table.formTable th, table.formTable td {
    padding: 0 0 10px;
	max-width: 100%;
	width: 100%;
	display: block;
  }

  table.formTable th {
	margin-top: 10px;
	border-bottom: 0;
  }
  
  table.formTable th br {display: none;}
  
  form input[type="text"], form textarea {
	width: 80%;
	padding: 5px;
	font-size: 110%;
	display: block;
  }

  form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display: block;
	width: 100%;
	height: 40px;
  }

}

@media screen and (max-width: 600px) {

  .consul-attn {
    margin: 17px auto 0;
    width: 88%;
    text-align: justify;
  }
  
  .consul-attn br {display:none;}

  table.formTable {
    width: 88%;
  }

}