@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
  変数
*/
/*
  ユーザー定義スタイル
*/
/*
  サイト全体のベーススタイル
*/
html {
  font-size: 62.5%;
  height: auto; }

body {
  background: #faf6ed;
  color: #000;
  font-family: 'Roboto',arial,sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  line-height: 1.67em;
  height: auto; }
  @media screen and (min-width: 767px) {
    body {
      font-size: 1.6em; } }

body * {
  box-sizing: border-box; }

img {
  max-width: 100%;
  width: 100%;
  vertical-align: top; }

/*
  ボディーのレイアウトデザイン
*/
.l-body {
  min-height: 100vh;
  position: relative;
  padding-bottom: 155px;
  background: url(../img/bg_japan.png) no-repeat calc(50% - 400px) top, url(../img/bg_base.jpg) repeat; }
  @media screen and (min-width: 767px) {
    .l-body {
      padding-bottom: 230px; } }

/*
  ヘッダーのレイアウトデザイン
*/
.l-header {
  width: 100%;
  height: 64px;
  margin: auto;
  padding-top: 20px; }
  @media screen and (min-width: 767px) {
    .l-header {
      padding-top: 36px; } }

/*
  コンテナーのレイアウトデザイン
*/
.l-container {
  max-width: 920px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0 20px; }

/*
  メインのレイアウトデザイン
*/
.l-main {
  width: 100%;
  margin: auto;
  position: relative;
  margin-top: 40px; }
  @media screen and (min-width: 767px) {
    .l-main {
      margin-top: 100px; } }

/*
  フッターのレイアウトデザイン
*/
.l-footer {
  width: 100%;
  padding: 20px 0 30px;
  margin: auto;
  background: #fff;
  position: absolute;
  bottom: 0; }
  @media screen and (min-width: 767px) {
    .l-footer {
      padding: 40px 0 30px; } }

/*
  フッターコンテナーのレイアウトデザイン
*/
.l-footerContainer {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  position: relative; }

/*
  ボタンの共通デザイン一覧
*/
.c-button {
  display: inline-block;
  transition: 0.5s;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #a42020;
  border: 1px solid #dfdbd2;
  font-size: 1.8rem; }

.c-button {
  padding: .8em 1.5em;
  border-radius: 4px; }

/*
  チェックボックスの共通デザイン
*/
.c-checkbox {
  display: inline-block; }
  .c-checkbox__checkbox {
    display: none; }
    .c-checkbox__checkbox:checked + label::after {
      opacity: 1;
      transform: rotate(45deg) scale3d(1, 1, 1); }
    .c-checkbox__checkbox:disabled + label:hover,
    .c-checkbox__checkbox:disabled + label:active {
      box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc, inset 2px 2px 5px transparent, inset -5px -5px 10px transparent; }
  .c-checkbox__label {
    color: #000;
    background: #faf6ed;
    box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc, inset 2px 2px 5px transparent, inset -5px -5px 10px transparent;
    cursor: pointer;
    display: inline-block;
    padding: .45em 1em .45em 2.5em;
    position: relative;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    width: auto;
    transition: 0.5s;
    opacity: 1; }
    .c-checkbox__label:hover, .c-checkbox__label:active {
      box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc, inset 2px 2px 5px transparent, inset -5px -5px 10px transparent; }
    .c-checkbox__label::before {
      background: #faf6ed;
      border: 1px solid #dfdbd2;
      content: '';
      display: block;
      height: 16px;
      left: 15px;
      margin-top: -8px;
      position: absolute;
      top: 50%;
      width: 16px; }
    .c-checkbox__label::after {
      border-right: 3px solid #606060;
      border-bottom: 3px solid #606060;
      content: '';
      display: block;
      height: 11px;
      left: 20px;
      margin-top: -7px;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
      transition: transform .1s ease-in-out, opacity .1s ease-in-out;
      width: 6px; }

/*
  コピーライトの共通デザイン
*/
.c-copyright {
  font-size: 1.2rem; }

/*
  エラーの共通デザイン
*/
.c-errorMessage {
  display: inline-block;
  color: #a42020; }

/*
  入力例の共通デザイン
*/
.c-example {
  font-size: 1.2rem;
  color: #888;
  text-indent: -1.7em;
  margin-left: 1.7em; }
  .c-example::before {
    content: "例) "; }
  @media screen and (min-width: 767px) {
    .c-example {
      font-size: 1.4rem; } }

/*
  Facebookロゴの共通デザイン
*/
.c-facebookLogo {
  color: #2f51a3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  transition: 0.5s;
  display: inline-block; }
  .c-facebookLogo__icon {
    font-size: 2.6rem;
    margin-right: 5px; }
  .c-facebookLogo:hover, .c-facebookLogo:active {
    opacity: 0.7; }

/*
  見出しの共通デザイン一覧
*/
.c-heading1 {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 500; }
  @media screen and (min-width: 767px) {
    .c-heading1 {
      font-size: 3.6rem; } }

.c-heading2 {
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 500; }
  @media screen and (min-width: 767px) {
    .c-heading2 {
      font-size: 2.8rem; } }

.c-heading3 {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500; }
  @media screen and (min-width: 767px) {
    .c-heading3 {
      font-size: 1.8rem; } }

/*
  ハイパーリンクの共通デザイン
*/
.c-hyperlink {
  transition: 0.5s;
  text-decoration: underline;
  color: #cc0000; }
  .c-hyperlink:hover, .c-hyperlink:active {
    opacity: 0.7; }

/*
  リンクボタンの共通デザイン一覧
*/
.c-linkButton {
  transition: 0.5s;
  display: inline-block; }
  .c-linkButton:hover, .c-linkButton:active {
    opacity: 0.7; }

/*
  エラーの共通デザイン
*/
.c-pageErrorMessage {
  font-weight: 900;
  font-size: 1.6rem;
  padding: 1.5em;
  background: #f9d9da;
  color: #a42020;
  border-radius: 7px;
  position: relative;
  letter-spacing: .05em; }
  .c-pageErrorMessage:empty {
    display: none; }
  .c-pageErrorMessage > ul > li {
    text-indent: -2em;
    margin-left: 2em; }
    .c-pageErrorMessage > ul > li::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f071';
      font-size: 1.2em;
      margin-right: .1em; }

/*
  必須アイコンの共通デザイン
*/
.c-required::after {
  content: "required";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: #a42020;
  line-height: 0;
  padding: .8em .6em .9em;
  display: inline-block;
  border-radius: 3px; }

/*
  セレクトボックスの共通デザイン
*/
.c-selectbox {
  display: inline-block;
  position: relative; }
  .c-selectbox__select {
    display: inline-block;
    box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc, inset 2px 2px 5px transparent, inset -5px -5px 10px transparent;
    transition: 0.5s;
    cursor: pointer;
    padding: .45em 2.5em .45em 1em;
    border-radius: 30px;
    position: relative;
    opacity: 1;
    color: #000;
    background: #faf6ed; }
    .c-selectbox__select:hover {
      box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc, inset 2px 2px 5px transparent, inset -5px -5px 10px transparent; }
    .c-selectbox__select:disabled:hover {
      box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc, inset 2px 2px 5px transparent, inset -5px -5px 10px transparent; }
  .c-selectbox::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    position: absolute;
    top: .45em;
    right: 1em;
    pointer-events: none;
    color: #000; }

/*
  テキストエリアの共通デザイン
*/
.c-textarea {
  transition: 0.5s;
  padding: 1.2em 1em;
  border-radius: 4px;
  opacity: 1;
  color: #000;
  background: #fff;
  border: 1px solid #dfdbd2; }
  .c-textarea.input-validation-error {
    background: #f9d9da !important; }
    .c-textarea.input-validation-error:focus {
      box-shadow: -5px -5px 20px transparent, 5px 5px 20px transparent, inset 1px 1px 2px #babecc, inset -1px -1px 2px #ffdfe3; }

/*
  テキストボックスの共通デザイン
*/
.c-textbox {
  transition: 0.5s;
  padding: 1.2em 1em;
  border-radius: 4px;
  opacity: 1;
  color: #000;
  background: #fff;
  border: 1px solid #dfdbd2; }
  .c-textbox.input-validation-error {
    background: #f9d9da !important; }
    .c-textbox.input-validation-error:focus {
      box-shadow: -5px -5px 20px transparent, 5px 5px 20px transparent, inset 1px 1px 2px #babecc, inset -1px -1px 2px #ffdfe3; }

/*
  ボタンのデザイン一覧
*/
.p-buttons--mainColor {
  color: #fff;
  background: #a42020; }
  .p-buttons--mainColor:hover, .p-buttons--mainColor:active {
    background: #000; }

.p-buttons--mainColorInversion {
  color: #a42020;
  background: #fff; }

/*
  会社ロゴのデザイン
*/
.p-corpLogo {
  width: 86px;
  height: auto;
  transition: 0.5s; }
  .p-corpLogo:hover, .p-corpLogo:active {
    opacity: 0.7; }
  @media screen and (min-width: 767px) {
    .p-corpLogo {
      width: 140px; } }

/*
  フッターのデザイン
*/
.p-footer {
  display: flex;
  flex-flow: column;
  justify-content: space-between; }
  @media screen and (min-width: 767px) {
    .p-footer {
      flex-flow: row; } }
  .p-footer__footerInformationLinkList {
    margin-top: 5px;
    text-align: center; }
    @media screen and (min-width: 767px) {
      .p-footer__footerInformationLinkList {
        text-align: right; } }

/*
  フッターインフォメーションのリンクリストのデザイン
*/
.p-footerInformationLinkList {
  display: flex;
  flex-flow: row;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1em; }
  @media screen and (min-width: 767px) {
    .p-footerInformationLinkList {
      margin-left: 50px;
      font-size: 1.4rem;
      justify-content: flex-end; } }
  .p-footerInformationLinkList__item {
    margin-right: .5em; }
    .p-footerInformationLinkList__item::after {
      margin-left: .5em;
      content: "|"; }
    .p-footerInformationLinkList__item:last-child {
      margin-right: -.5em; }
      .p-footerInformationLinkList__item:last-child::after {
        content: ""; }
  .p-footerInformationLinkList__copyright {
    display: inline-block;
    margin-top: 5px;
    font-size: 1.0rem; }
    @media screen and (min-width: 767px) {
      .p-footerInformationLinkList__copyright {
        font-size: 1.2rem; } }

/*
  フッターのリンクリストのデザイン
*/
.p-footerLinkList {
  display: flex;
  flex-flow: row;
  justify-content: center; }
  @media screen and (min-width: 767px) {
    .p-footerLinkList {
      justify-content: left; } }
  .p-footerLinkList__item {
    margin-right: 14px; }
    @media screen and (min-width: 767px) {
      .p-footerLinkList__item {
        margin-right: 40px; } }
  .p-footerLinkList__MEITETSUGroupLogo {
    max-width: 122px;
    width: 100%;
    height: auto; }
    @media screen and (min-width: 767px) {
      .p-footerLinkList__MEITETSUGroupLogo {
        max-width: 208px; } }
  .p-footerLinkList__MeitetsuKyoshoLogo {
    max-width: 60px;
    width: 100%;
    height: auto;
    margin-top: 4px; }
    @media screen and (min-width: 767px) {
      .p-footerLinkList__MeitetsuKyoshoLogo {
        max-width: 101px; } }
  .p-footerLinkList__FacebookLogo {
    font-size: 1.2rem;
    margin-top: .65em; }
    @media screen and (min-width: 767px) {
      .p-footerLinkList__FacebookLogo {
        font-size: 1.6rem; } }
  .p-footerLinkList__FacebookLogoIcon {
    font-size: 1.8rem;
    margin-right: 2px; }
    @media screen and (min-width: 767px) {
      .p-footerLinkList__FacebookLogoIcon {
        font-size: 2.6rem;
        margin-right: 5px; } }

/*
  フォームのデザイン
*/
.p-form {
  width: 100%; }
  .p-form__heading1 {
    width: 100%;
    text-align: center; }
  .p-form__description {
    margin-top: 60px; }
    @media screen and (min-width: 767px) {
      .p-form__description {
        margin-top: 60px; } }
  .p-form__noteList, .p-form__noteList--supplement {
    margin-top: 5px;
    list-style-type: disc;
    margin-left: 1.4em; }
    .p-form__noteList--supplement {
      list-style-type: none;
      margin-left: .25em; }
  .p-form__noteListItem:first-child {
    margin-top: 0; }
  .p-form__noteListItem--supplement {
    position: relative; }
    .p-form__noteListItem--supplement::before {
      content: "*";
      margin-right: .4em;
      position: relative;
      top: .1em; }
  .p-form__inputItems {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    min-height: 60px; }
    .p-form__inputItems:first-child {
      margin-top: 60px; }
  .p-form__inputItemsTitle {
    width: 100%;
    padding-top: 20px;
    position: relative; }
    @media screen and (min-width: 767px) {
      .p-form__inputItemsTitle {
        width: 30%; }
        .p-form__inputItemsTitle:first-of-type {
          margin-top: 0; } }
  .p-form__inputItemsDetail {
    width: 100%;
    padding-top: 10px; }
    @media screen and (min-width: 767px) {
      .p-form__inputItemsDetail {
        width: 70%;
        padding-top: 0; } }
  .p-form__required {
    margin-left: 10px; }
    @media screen and (min-width: 767px) {
      .p-form__required {
        position: absolute;
        right: 20px; } }
  .p-form__errorMessage {
    margin-top: 5px; }
  .p-form__inputItemsConfirm {
    margin-top: 20px;
    width: 100%;
    overflow-wrap: break-word; }
  .p-form__actionButtons {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
    margin: 40px auto 0; }
    @media screen and (min-width: 767px) {
      .p-form__actionButtons {
        flex-flow: row; } }
  .p-form__actionButton {
    margin: 0 auto 15px;
    width: 90%; }
    @media screen and (min-width: 767px) {
      .p-form__actionButton {
        margin: 0 30px 0 0;
        max-width: 256px; }
        .p-form__actionButton:last-child {
          margin-right: 0; } }
  .p-form__message {
    margin-top: 60px;
    text-align: center; }
  .p-form__messageText {
    margin-top: 30px; }

/*
  セレクトボックスのデザイン
*/
.p-selectbox {
  display: inline-block;
  position: relative; }
  .p-selectbox__icon {
    position: relative;
    right: -.2em;
    color: #000; }

/*
  テキストエリアのデザイン一覧
*/
.p-textareas--detailsOfInquiry {
  width: 100%;
  height: 150px; }

/*
  テキストボックスのデザイン一覧
*/
.p-textboxs--email {
  width: 100%; }

.p-textboxs--country {
  width: 100%; }

.p-textboxs--company {
  width: 100%; }

.p-textboxs--department {
  width: 100%; }

.p-textboxs--name {
  width: 100%; }

/*
  デバイス別の表示・非表示
*/
@media screen and (min-width: 767px) {
  .u-device--sp {
    display: none; } }

.u-marginBottom100 {
  margin-bottom: 100px; }

.u-marginBottom60 {
  margin-bottom: 60px; }

.u-marginBottom50 {
  margin-bottom: 50px; }

.u-marginBottom30 {
  margin-bottom: 30px; }
