@charset "UTF-8";
/* reset */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500&display=swap&subset=japanese");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: inherit;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: inherit;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[type=button], [type=reset], [type=submit], [role=button], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

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

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ===============
サイト全体の基本設定
=============== */
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
*/
html {
  font-size: 62.5%;
  background: #333;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

img.imgHover,
input[type=image] {
  transition: 0.4s;
}

img.imgHover:hover,
input[type=image]:hover {
  opacity: 0.8;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
}

#asean_lp {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (min-width: 800px) {
  #asean_lp {
    font-size: 16px;
    font-size: 1rem;
  }
}
#asean_lp,
#asean_lp * {
  box-sizing: border-box;
}
#asean_lp h1,
#asean_lp h2,
#asean_lp h3,
#asean_lp h4,
#asean_lp h5,
#asean_lp h6 {
  margin: 0;
}
#asean_lp p {
  margin: 0;
}
#asean_lp ul,
#asean_lp ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#asean_lp dl,
#asean_lp dt,
#asean_lp dd {
  margin: 0;
  padding: 0;
}
#asean_lp img {
  display: block;
  height: auto;
  max-width: 100%;
}
#asean_lp .container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
#asean_lp .reason-cv {
  position: relative;
}
#asean_lp .reason-cv .cv-btn {
  position: absolute;
  z-index: 999;
  transition: 0.3s;
  left: 11.25%;
  bottom: 11%;
}
#asean_lp .reason-cv .cv-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 799px) {
  #asean_lp .reason-cv .cv-btn {
    width: 76.75vw;
  }
}
#asean_lp .result-cv {
  position: relative;
}
#asean_lp .result-cv .cv-btn {
  position: absolute;
  z-index: 999;
  transition: 0.3s;
  left: 11.25%;
  bottom: 23.5%;
}
#asean_lp .result-cv .cv-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 799px) {
  #asean_lp .result-cv .cv-btn {
    width: 76.75vw;
  }
}
#asean_lp .animation {
  -webkit-animation: anime1 1s ease-in-out 0s infinite alternate;
          animation: anime1 1s ease-in-out 0s infinite alternate;
  transform-origin: center;
}
@-webkit-keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
#asean_lp .qanda {
  margin-top: 60px;
}
#asean_lp .qanda-list {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
#asean_lp .qanda-list__row + .qanda-list__row {
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
  #asean_lp .qanda-list__row + .qanda-list__row {
    margin-top: 25px;
  }
}
#asean_lp .qanda-list__question {
  padding-right: 80px;
  font-size: 2.4em;
  min-height: 2.4em;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 799px) {
  #asean_lp .qanda-list__question {
    font-size: 1.6em;
    padding-right: 60px;
  }
}
#asean_lp .qanda-list__question::before, #asean_lp .qanda-list__question::after {
  content: "";
  display: block;
  position: absolute;
}
#asean_lp .qanda-list__question::before {
  width: 45px;
  height: 45px;
  background-color: #8e8e8e;
  top: 2px;
  right: 10px;
}
@media screen and (max-width: 799px) {
  #asean_lp .qanda-list__question::before {
    width: 30px;
    height: 30px;
  }
}
#asean_lp .qanda-list__question::after {
  width: 25px;
  height: 17px;
  background: url("../img/asean_lp/icon_arrow.png") no-repeat center center/cover;
  top: 16px;
  right: 20px;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 799px) {
  #asean_lp .qanda-list__question::after {
    width: 20px;
    height: 12px;
    top: 11px;
    right: 15px;
  }
}
#asean_lp .qanda-list__question.is-opened::after {
  transform: rotate(0deg);
}
#asean_lp .qanda-list__question:hover {
  opacity: 0.7;
}
#asean_lp .qanda-list__answer {
  font-size: 2em;
  margin-top: 18px;
  display: none;
  padding: 0 3px;
}
@media screen and (max-width: 799px) {
  #asean_lp .qanda-list__answer {
    font-size: 1.4em;
  }
}
#asean_lp .qanda__container {
  background-color: #f1f3f4;
  padding-bottom: 60px;
}
#asean_lp .company-profile .basic_info {
  max-width: 660px;
  margin: 5.8% auto 0;
  font-size: 1.8em;
  padding: 0 20px;
}
@media screen and (max-width: 799px) {
  #asean_lp .company-profile .basic_info {
    font-size: 1.4em;
  }
}
#asean_lp .company-profile .basic_info dl {
  display: table;
  width: 100%;
}
#asean_lp .company-profile .basic_info dl dt {
  display: table-cell;
  width: 130px;
  padding: 8px 0;
}
@media screen and (max-width: 799px) {
  #asean_lp .company-profile .basic_info dl dt {
    width: 100px;
  }
}
#asean_lp .company-profile .basic_info dl dd {
  display: table-cell;
  padding: 8px 0;
}
#asean_lp .company-profile .basic_info dl dd p:not(:first-child) {
  margin-top: 10px;
}
#asean_lp .company-profile .map {
  margin: 0 auto;
  padding: 40px 20px 0;
  height: 400px;
}
#asean_lp #lp_form {
  padding: 8.4% 0 0;
}
#asean_lp #lp_form h2 {
  font-size: 48px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #asean_lp #lp_form h2 {
    font-size: 26px;
  }
}
#asean_lp #lp_form h2::after {
  content: "";
  width: 2px;
  height: 52px;
  display: block;
  margin: 20px auto;
  background: #000;
}
@media screen and (max-width: 640px) {
  #asean_lp #lp_form h2::after {
    width: 0.3125vw;
    height: 8.125vw;
  }
}
#asean_lp #lp_form .contact_intro_hook {
  font-size: 2rem;
  font-weight: 900;
  color: #2B2B2B;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #asean_lp #lp_form .contact_intro_hook {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5rem;
  }
  #asean_lp #lp_form .contact_intro_hook br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  #asean_lp #lp_form .contact_intro_hook {
    text-align: left;
  }
}
#asean_lp #lp_form .contact_intro {
  text-align: center;
  color: #2B2B2B;
  margin-top: 40px;
  font-size: 2em;
}
#asean_lp #lp_form .contact_intro a {
  color: #3399cc;
}
@media screen and (max-width: 800px) {
  #asean_lp #lp_form .contact_intro {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3.34%;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 425px) {
  #asean_lp #lp_form .contact_intro {
    text-align: left;
  }
}
#asean_lp #lp_form .contact_complete {
  text-align: center;
  font-size: 1.6rem;
}
#asean_lp #lp_form .contact_complete p {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #asean_lp #lp_form .contact_complete {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4rem;
    width: 80%;
  }
}
#asean_lp #lp_form .form_wrap {
  margin: 3.75% auto 0;
  max-width: 58.34%;
  color: #2B2B2B;
}
@media screen and (max-width: 800px) {
  #asean_lp #lp_form .form_wrap {
    max-width: 80%;
  }
}
#asean_lp #lp_form .form_wrap form .form_item {
  padding: 40px 0;
  border-top: 1px solid #EAEAEA;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #asean_lp #lp_form .form_wrap form .form_item {
    padding: 30px 0;
  }
}
#asean_lp #lp_form .form_wrap form .form_item dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #asean_lp #lp_form .form_wrap form .form_item dl {
    display: block;
  }
}
#asean_lp #lp_form .form_wrap form .form_item dl dt {
  display: block;
  flex: 0 0 130px;
  font-weight: 500;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  #asean_lp #lp_form .form_wrap form .form_item dl dt {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  #asean_lp #lp_form .form_wrap form .form_item dl dt br {
    display: none;
  }
}
#asean_lp #lp_form .form_wrap form .form_item dl dt.required::after {
  display: block;
  border: none;
  letter-spacing: inherit;
  content: "※必須";
  color: #cc0000;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #asean_lp #lp_form .form_wrap form .form_item dl dt.required::after {
    display: inline-block;
    margin-left: 6px;
  }
}
#asean_lp #lp_form .form_wrap form .form_item dl dd {
  width: auto;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #asean_lp #lp_form .form_wrap form .form_item dl dd {
    font-size: 1.5rem;
  }
}
#asean_lp #lp_form .form_wrap form .form_item dl dd input[type=text],
#asean_lp #lp_form .form_wrap form .form_item dl dd input[type=email],
#asean_lp #lp_form .form_wrap form .form_item dl dd textarea {
  border: 1px solid #eaeaea;
  background: #FDF6F8;
  font-size: 1.8rem;
  padding: 10px 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #asean_lp #lp_form .form_wrap form .form_item dl dd input[type=text],
#asean_lp #lp_form .form_wrap form .form_item dl dd input[type=email],
#asean_lp #lp_form .form_wrap form .form_item dl dd textarea {
    font-size: 1.5rem;
  }
}
#asean_lp #lp_form .form_wrap form .form_item dl dd textarea {
  min-height: 350px;
}
#asean_lp #lp_form .form_wrap form .form_item dl dd .mwform-tel-field {
  align-items: center;
}
#asean_lp #lp_form .form_wrap form .form_item dl dd input[name=email_check] {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #asean_lp #lp_form .form_wrap form .form_item dl dd input[name=email_check] {
    margin-top: 15px;
  }
}
#asean_lp #lp_form .form_wrap form .form_item dl dd .error {
  display: inline-block;
  background: #e60000;
  color: #FFF;
  padding: 0 8px;
  font-size: 1.4rem;
  margin-top: 4px;
}
#asean_lp #lp_form .form_wrap form .form_item.f_mail dl, #asean_lp #lp_form .form_wrap form .form_item.f_inquiry dl {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #asean_lp #lp_form .form_wrap form .form_item.f_mail dl dt br, #asean_lp #lp_form .form_wrap form .form_item.f_inquiry dl dt br {
    display: none;
  }
}
#asean_lp #lp_form .form_wrap form .form_item.f_tel dl dd input[type=text] {
  width: 90px;
}
@media screen and (max-width: 768px) {
  #asean_lp #lp_form .form_wrap form .form_item.f_tel dl dd input[type=text] {
    width: 80px;
  }
}
#asean_lp #lp_form .form_wrap form .form_button_area {
  margin-top: 10px;
  text-align: center;
}
#asean_lp #lp_form .form_wrap form .form_button {
  background: #FF3470;
  color: #FFF;
  border: 2px solid #FF3470;
  border-radius: 35px;
  font-size: 2rem;
  padding: 12px 10px;
  margin: 0 auto;
  width: 50%;
  min-width: 260px;
  transition: all 0.4s ease-in-out;
}
#asean_lp #lp_form .form_wrap form .form_button:hover {
  background: #FFF;
  color: #FF3470;
}
@media screen and (max-width: 768px) {
  #asean_lp #lp_form .form_wrap form .form_button {
    font-size: 1.8rem;
  }
}
#asean_lp #lp_form .form_wrap form .form_button.btn_back {
  background: #FFF;
  color: #333;
  min-width: 210px;
  width: 17.5%;
  border-color: #333;
}
#asean_lp #lp_form .form_wrap form .form_button.btn_back:hover {
  color: #FFF;
  background: #333;
}
#asean_lp #lp_form .form_wrap .mw_wp_form_confirm .form_item dl {
  align-items: center !important;
}
#asean_lp #lp_form .form_wrap .mw_wp_form_confirm .form_item dd {
  padding-left: 40px;
  font-size: 1.6em;
}
#asean_lp #lp_form .form_wrap .mw_wp_form_confirm .form_button_area {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  #asean_lp #lp_form .form_wrap .mw_wp_form_confirm .form_button_area {
    flex-direction: column;
  }
  #asean_lp #lp_form .form_wrap .mw_wp_form_confirm .form_button_area .btn_back {
    margin-top: 10px;
  }
}
#asean_lp #lp_form .form_wrap .mw_wp_form_confirm .f_checker {
  display: none;
}

footer.l_footer {
  background: #2B2B2B;
  margin-top: 60px;
  color: #FFF;
  text-align: center;
}
footer.l_footer #side_btn {
  position: fixed;
  right: 12px;
  bottom: 50%;
  z-index: 999;
  transform: translate(calc(100% - 54px), 50%);
}
@media screen and (max-width: 800px) {
  footer.l_footer #side_btn {
    display: none !important;
  }
}
footer.l_footer #side_btn .s_lpb {
  background: #FFF;
  box-shadow: 0 0 0 3px inset #ff3471;
  position: relative;
  display: flex;
  align-items: stretch;
  left: 0;
  transition: all 0.4s ease-in-out;
}
footer.l_footer #side_btn .s_lpb.active {
  left: calc(-100% + 54px);
}
footer.l_footer #side_btn .s_lpb .s_lpb_trg {
  cursor: pointer;
}
footer.l_footer #side_btn .s_lpb .lpb_btn {
  left: 100%;
  top: 0;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 0;
  color: #000;
  width: 200px;
}
footer.l_footer #side_btn .s_lpb .lpb_btn .num {
  display: block;
  font-size: 22px;
  line-height: 1;
}
footer.l_footer #side_btn .s_lpb .lpb_btn .time {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 3px;
}
footer.l_footer #side_btn .s_phone {
  background: #FFF;
  box-shadow: 0 0 0 3px inset #ff3471;
  position: relative;
  display: flex;
  align-items: stretch;
  left: 0;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
footer.l_footer #side_btn .s_phone.active {
  left: calc(-100% + 66px);
}
footer.l_footer #side_btn .s_phone .s_phone_trg {
  cursor: pointer;
}
footer.l_footer #side_btn .s_phone .tel_btn {
  left: 100%;
  top: 0;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  color: #000;
  width: auto;
}
footer.l_footer #side_btn .s_phone .tel_btn .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.2;
}
footer.l_footer #side_btn .s_phone .tel_btn .time {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.2;
  margin-left: 10px;
  margin-top: 3px;
}
footer.l_footer #side_btn .s_mail,
footer.l_footer #side_btn .s_top {
  margin-top: 2px;
}
footer.l_footer .l_footer_logo {
  display: inline-block;
  width: 95px;
  padding-top: 29px;
  height: 0;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background: url(../img/logo_wht.svg) 0 0 no-repeat;
  background-size: contain;
}
footer.l_footer .l_footer_profile {
  padding: 44px 0 36px;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_profile {
    padding: 8% 0 17.5%;
  }
}
footer.l_footer .l_footer_copyright {
  font-size: 1.3rem;
}
footer.l_footer #footer_btn {
  background: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 10;
}
footer.l_footer #footer_btn .f_phone {
  margin-right: 0.3%;
}
footer.l_footer #footer_btn .f_mail {
  margin-right: 0.5%;
}
@media print, screen and (min-width: 801px) {
  footer.l_footer #footer_btn {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  footer.l_footer #footer_btn {
    display: flex !important;
  }
}

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