@charset "UTF-8";
/*
*
* font
*
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/*! destyle.css v3.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;
  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] {
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*
*
* variables
*
*/
:root {
  --font-base: 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  --color-blue:#00469c;
  --color-white: #FFF;
  --color-red: #dc3232;
  --color-green: #107C6F;
  --color-darkblue:#012f68;
  --color-lightgray: #c3c3c3;
  --shadow-box: 0 1px 5px 0 rgba(143, 143, 143, 0.3);
}

/*
*
* base
*
*/
* {
  font-family: var(--font-base);
}

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

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #EEF3F7;
  font-feature-settings: "palt";
}

a {
  color: var(--color-blue);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  transition: 0.3s;
}

.business a {
  color: var(--color-green);
}

label {
  cursor: pointer;
}

i {
  margin: 0 5px;
  line-height: 1;
}

strong {
  font-weight: bold;
}

/*
*
* header
*
*/
.l-header {
  background-color: #FFF;
  border-bottom: solid 3px #BBE3F4;
  padding: 30px 0 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1099px) {
  .l-header {
    border-bottom: none;
    padding: 10px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    margin-bottom: 30px;
    padding: 10px 0 5px;
  }
}
.l-header .inner {
  width: 84.6%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-header .logo {
  width: 195px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 150px;
    height: auto;
  }
}
.l-header .logo img {
  width: 100%;
}

.business .l-header {
  border-bottom: solid 3px #BBF4ED;
}

/*
*
* footer
*
*/
.l-footer {
  width: 84.6%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0px 10px;
  background-color: #FFF;
}
@media screen and (max-width: 1099px) {
  .l-footer {
    width: 90%;
    padding: 30px 30px;
  }
}
.l-footer .sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer .sns {
    justify-content: center;
  }
}
.l-footer .sns li {
  padding: 0 10px;
}
.l-footer .copy {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  color: #333;
  padding: 30px 0;
}
.l-footer .copy a {
  color: var(--color-blue);
}

.business .copy a {
  color: var(--color-green);
}

/*
*
* contents
*
*/
.l-contents {
  width: 84.6%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  line-height: 1.5;
  padding: 60px 60px 100px;
  background-color: #FFF;
}
@media screen and (max-width: 1099px) {
  .l-contents {
    width: 90%;
    padding: 30px 30px 90px;
  }
}
@media screen and (max-width: 767px) {
  .l-contents {
    padding: 30px 15px 60px;
  }
}

/*
*
* pagetop
*
*/
.c-pageTop {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 10000;
  width: 40px;
  height: 40px;
  background: var(--color-blue);
}
.c-pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  background: url(../images/common/icon-arrow-top.svg) no-repeat 50% 50%;
}
.c-pageTop a:hover {
  opacity: 0.7;
}

.business .c-pageTop {
  background: var(--color-green);
}

/*
*
* title
*
*/
.c-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid 8px var(--color-blue);
  padding: 0.5em 0.8em;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-ttl span {
  display: inline-block;
}

.c-subTtl {
  background: #EEF3F7;
  font-weight: bold;
  font-size: 100%;
  padding: 0.7em 1em;
  margin-bottom: 15px;
}

.business .c-ttl {
  border-left: solid 8px var(--color-green);
}

/*
*
* lead
*
*/
.c-lead {
  margin: 5px 0 40px;
  line-height: 2;
}
.c-lead a {
  text-decoration: underline;
}
.c-lead a:hover {
  text-decoration: none;
}

/*
*
* alert
*
*/
.c-alert {
  padding: 10px 15px;
  margin: 5px 0 20px;
  border-radius: 5px;
  position: relative;
  border: 1px solid var(--color-red);
  line-height: 1.8;
}
.c-alert.error {
  color: var(--color-red);
}

/*
*
* box
*
*/
.c-box {
  padding: 30px;
  border: solid 1px #ccc;
  margin-bottom: 60px;
  height: 100%;
  line-height: 2;
}
@media screen and (max-width: 575px) {
  .c-box {
    padding: 15px;
  }
}
.c-box__btn {
  text-align: center;
  padding: 20px 0;
}

/*
*
* form
*
*/
.c-form__head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.c-form__tabls {
  margin-bottom: 50px;
}
.c-form__tabls table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .c-form__tabls table {
    border-top: solid 1px #ccc;
  }
}
.c-form__tabls th, .c-form__tabls td {
  border: solid 1px #ccc;
  padding: 0.5em 1em;
  word-break: break-all;
}
@media screen and (max-width: 899px) {
  .c-form__tabls th, .c-form__tabls td {
    width: 100% !important;
    display: block;
    border-top: none;
  }
}
.c-form__tabls th {
  width: 15em;
  font-size: 14px;
  font-size: 1.4rem;
  background: #eef3f7;
  vertical-align: text-top;
}
.c-form__consent {
  text-align: center;
  margin-bottom: 2em;
}
.c-form__consent .c-checkbox span p {
  line-height: 1.5;
}
@media screen and (max-width: 499px) {
  .c-form__consent .c-checkbox span p {
    text-align: left;
  }
}
.c-form__consent .c-checkbox span p br {
  display: none;
}
@media screen and (max-width: 499px) {
  .c-form__consent .c-checkbox span p br {
    display: block;
  }
}
.c-form__btns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .c-form__btns {
    flex-wrap: wrap;
  }
}
.c-form__btns .c-btn {
  order: 3;
  margin: 10px;
}
@media screen and (max-width: 575px) {
  .c-form__btns .c-btn:last-child {
    order: 1;
  }
}
.c-form .must {
  background: #F0598A;
  color: #fff;
  font-weight: normal;
  padding: 0.5em;
  line-height: 1;
  float: right;
  font-size: 84%;
}
.c-form textarea,
.c-form input[type=text],
.c-form input[type=date],
.c-form input[type=datetime-local],
.c-form input[type=time],
.c-form input[type=email],
.c-form input[type=password],
.c-form input[type=number],
.c-form input[type=url],
.c-form input[type=search],
.c-form input[type=tel] {
  padding: 4px 10px;
  width: 100%;
  height: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #F8F8F8;
  box-shadow: 2px 2px 0px 0px #dfdfdf inset;
  margin-bottom: 2px;
}
.c-form textarea {
  height: auto;
}
.c-form input[type=file] {
  margin-bottom: 5px;
}
.c-form input[type=text]:-moz-read-only {
  outline: none;
}
.c-form input[type=text]:read-only {
  outline: none;
}
.c-form select {
  border: 1px solid #dfdfdf;
  padding: 8px 12px 8px 5px;
  border-radius: 4px;
  background: #F8F8F8;
  box-shadow: 1px 1px 0px 0px #dfdfdf inset;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  height: 100%;
  cursor: pointer;
}
.c-form .long {
  width: 80% !important;
}
@media screen and (max-width: 767px) {
  .c-form .long {
    width: 95% !important;
  }
}
.c-form .short {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  .c-form .short {
    width: 40% !important;
  }
}
.c-form ::-moz-placeholder {
  opacity: 0.4;
}
.c-form ::placeholder {
  opacity: 0.4;
}
.c-form .errorText {
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--color-red);
}
.c-form .exText {
  font-size: 12px;
  font-size: 1.2rem;
}
.c-form .exText .red {
  color: var(--color-red);
}

.c-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  align-items: center;
  justify-content: center;
}
.c-spinner .spinner {
  width: 34px;
  height: 34px;
  border: 4px rgba(255, 255, 255, 0.7) solid;
  border-top: 4px var(--color-blue) solid;
  border-radius: 50%;
  animation: sp-anime 1.5s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

/*
*
* button
*
*/
.c-btn {
  width: 250px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  position: relative;
  transition: 0.3s;
  text-align: center;
  font-weight: bold;
  box-shadow: var(--shadow-box);
  border: 1px solid var(--color-lightgray);
  color: #333;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .c-btn {
    padding: 10px 5px;
  }
}
.c-btn:not(:disabled):hover {
  opacity: 0.9;
  transition: 0.3s;
  box-shadow: none;
}
.c-btn[tabindex], .c-btn:disabled {
  opacity: 0.4 !important;
  box-shadow: none;
  cursor: default;
}
.c-btn.--small {
  width: auto;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px 10px;
}
.c-btn.--next i, .c-btn.--back i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.c-btn.--next {
  background-color: var(--color-blue);
  border: 1px solid var(--bgcolor-darkblue);
  color: var(--color-white);
}
.c-btn.--next i {
  right: 10px;
}
.c-btn.--next:not([disabled]):not([tabindex]):hover i {
  right: 5px;
}
.c-btn.--next:disabled {
  border: 1px solid var(--color-lightgray);
  background-color: var(--color-lightgray);
}
.c-btn.--back i {
  left: 10px;
}
.c-btn.--back:not([disabled]):not([tabindex]):hover i {
  left: 5px;
}
.c-btn.--map {
  width: 300px;
  text-align: center;
  background-color: var(--color-blue);
  border: 1px solid var(--bgcolor-darkblue);
  color: var(--color-white);
  background-image: url(../images/common/icon-map.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
}

.c-btn-select-office {
  display: inline-block;
  margin-right: 0.5em;
  background: #EFEFEF;
  border-radius: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  padding: 0.3em 1em;
  font-size: 14px;
  font-size: 1.4rem;
}

.business .c-btn {
  color: #333;
}
.business .c-btn.--next {
  background-color: var(--color-green);
  color: #FFF;
}
.business .c-btn.--map {
  background-color: var(--color-green);
  color: #FFF;
}

/*
*
* checkbox
*
*/
.c-checkbox {
  display: inline-block;
  margin: 3px auto;
}
.c-checkbox a {
  color: var(--color-blue);
}
.c-checkbox a.bold {
  font-weight: bold;
}
.c-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.c-checkbox span {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px;
  border-radius: 4px;
  line-height: 1;
  min-width: 25px;
  padding-left: 30px;
}
.c-checkbox span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid var(--color-blue);
  box-shadow: 2px 2px 0px 0px #dfdfdf inset;
}
.c-checkbox span::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 18px;
  top: 45%;
  transform: translateY(-50%) rotate(-45deg);
  left: 3px;
}
.c-checkbox input:checked + span::before {
  border-bottom: 3px solid var(--color-blue);
  border-left: 3px solid var(--color-blue);
}
.c-checkbox input:disabled + span::after, .c-checkbox input:disabled + span::before {
  opacity: 0.2;
}

.business .c-checkbox a {
  color: var(--color-green);
}
.business .c-checkbox span::after {
  border: 1px solid var(--color-green);
}
.business .c-checkbox input:checked + span::before {
  border-bottom: 3px solid var(--color-green);
  border-left: 3px solid var(--color-green);
}

/*
*
* radio
*
*/
.c-radio {
  display: flex;
  flex-wrap: wrap;
}
.c-radio input {
  opacity: 0;
  position: absolute;
}
.c-radio label {
  position: relative;
  cursor: pointer;
  margin: 2px 0;
}
.c-radio label:last-child span {
  padding-right: 0px;
}
.c-radio span {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
  line-height: 1;
  height: 30px;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-radio span::before {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 100vh;
  line-height: 1;
  background-color: var(--color-white);
  border: 1px solid var(--bordercolor-input);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
  content: "";
}
.c-radio input:checked + span::before {
  border: 1px solid var(--color-blue);
  box-shadow: none;
}
.c-radio input:checked + span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100vh;
  top: 9px;
  left: 3px;
  background-color: var(--color-blue);
}

.business .c-radio input:checked + span::before {
  border: 1px solid var(--color-green);
}
.business .c-radio input:checked + span::after {
  background-color: var(--color-green);
}

/*
*
* selectbox
*
*/
.c-selectbox {
  display: flex;
  align-items: center;
}

/*
*
* modal
*
*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 499px) {
  .c-modal {
    padding: 20px 20px;
  }
}
.c-modal.is-open {
  display: flex;
}
.c-modal__wrapper {
  padding: 30px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: var(--shadow-box);
  min-width: 400px;
}
@media screen and (max-width: 575px) {
  .c-modal__wrapper {
    padding: 15px;
  }
}
@media screen and (max-width: 499px) {
  .c-modal__wrapper {
    width: 100%;
    min-width: 100%;
  }
}
.c-modal__wrapper.full {
  overflow-x: auto;
  max-height: 95vh;
}
.c-modal .scroll {
  height: 100%;
  overflow-x: auto;
}

body.is-lock {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

/*
*
* fileInput
*
*/
.c-fileInput {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  padding: 10px 5px;
  width: 200px;
  background: #F8F8F8;
  box-shadow: 1px 1px 0px 0px #dfdfdf;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}
.c-fileInput input {
  display: none;
}

/*
*
* contact
*
*/
.c-close {
  position: relative;
}
.c-close span {
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  display: block;
  top: -10px;
  right: -10px;
  font-size: 40px;
  line-height: 1;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
}

.select-office {
  display: flex;
  align-items: center;
}

.select-office-step-conts {
  display: none;
}

.select-office-step-conts.active {
  display: block;
}

.map-wrap {
  display: table;
  margin: 0 auto;
  position: relative;
}

.map-wrap svg {
  width: 80vh;
  height: auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .map-wrap svg {
    width: 60vh;
  }
}
@media screen and (max-width: 767px) {
  .map-wrap svg {
    width: 40vh !important;
  }
}
@media screen and (max-width: 575px) {
  .map-wrap svg {
    width: 100% !important;
  }
}

.map-wrap .map-button {
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 0 1em;
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .map-wrap .map-button {
    font-size: 12px;
  }
}
.map-button.niigata {
  position: absolute;
  top: 40%;
  left: 55%;
}

.map-button.nagano {
  position: absolute;
  top: 70%;
  left: 38%;
}

.map-button.gumma {
  position: absolute;
  top: 60%;
  left: 60%;
}

.map-button.yamanashi {
  position: absolute;
  top: 86%;
  left: 52%;
}

.area-cancel {
  display: block;
  width: 300px;
  background: #888;
  color: #FFF;
  padding: 0.5em 2em;
  text-align: center;
  margin: 1em auto 2em;
}
@media screen and (max-width: 575px) {
  .area-cancel {
    width: 100%;
  }
}

.map-button.niigata-b {
  position: absolute;
  top: 40%;
  left: 54%;
}

.map-button.nagano-b {
  position: absolute;
  top: 66%;
  left: 39%;
}

.map-button.gumma-b {
  position: absolute;
  top: 58%;
  left: 58%;
}

.map-button.yamanashi-b {
  position: absolute;
  top: 79%;
  left: 51%;
}

.map-button.gifu-b {
  position: absolute;
  top: 79%;
  left: 18%;
}

.map-button.tochigi-b {
  position: absolute;
  top: 54%;
  left: 75%;
}

.map-button.ibaraki-b {
  position: absolute;
  top: 65%;
  left: 85%;
  text-align: center;
  white-space: nowrap;
}

.map-button.ibaraki-b span {
  display: block;
}

.map-button.saitama-b {
  position: absolute;
  top: 70%;
  left: 66%;
}

.map-button.tokyo-b {
  position: absolute;
  top: 80%;
  left: 67%;
}

.map-button.other-b {
  position: absolute;
  left: 15%;
  top: 35%;
  pointer-events: auto;
  color: #000;
}

.city-map-wrap {
  position: relative;
}

.map-city-marker {
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
}

.map-city-marker::before {
  content: "●";
}

.map-city-marker.nagano-city {
  left: 52%;
  top: 21%;
}

.map-city-marker.matsumoto-city {
  left: 34%;
  top: 46%;
}

.map-city-marker.saku-city {
  left: 69%;
  top: 44%;
}

.map-city-marker.iida-city {
  left: 41%;
  top: 88%;
}

.map-city-marker.joetsu-city {
  left: 30%;
  top: 75%;
}
.map-city-marker.niigata-city {
  left: 60%;
  top: 40%;
}
.map-city-marker.nagaoka-city {
  left: 51%;
  top: 61%;
}

.map-city-marker.kofu-city {
  left: 41%;
  top: 38%;
}

.map-city-marker.honjo-city {
  left: 34%;
  top: 33%;
}

.map-city-marker.kuki-city {
  left: 75%;
  top: 43%;
}

.map-city-marker.tachikawa-city {
  left: 47%;
  top: 46%;
}

select#selected-office {
  display: none;
}

.area-click-msg {
  text-align: center;
}

.area-detail {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
  width: 90%;
  max-width: 600px;
  z-index: 2;
  border: 1px solid #DDD;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

.area-detail * {
  box-sizing: border-box;
}

.area-detail .name {
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.area-detail .decide-office {
  width: 100%;
  background: #00469C;
  color: #FFF;
  padding: 0.5em;
  text-align: center;
  margin-top: 1.5em;
}

.area-detail .office-cancel {
  width: 100%;
  background: #888;
  color: #FFF;
  padding: 0.5em;
  text-align: center;
  margin-top: 0.5em;
}

.btn-select-office {
  display: inline-block;
  margin-right: 0.5em;
  background: #EFEFEF;
  border-radius: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  padding: 0.3em 1em;
}

.business .area-detail .decide-office {
  background-color: var(--color-green);
}

.c-file {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.c-file p {
  margin-right: 10px;
}

/*
*
* utility text
*
*/
.u-text--ssm {
  font-size: 10px;
  font-size: 1rem;
}

.u-text--sm {
  font-size: 11px;
  font-size: 1.1rem;
}

.u-text--lg {
  font-size: 13px;
  font-size: 1.3rem;
}

.u-text--left {
  text-align: left !important;
}

.u-text--center {
  text-align: center !important;
}

.u-text--right {
  text-align: right !important;
}

.u-text-Indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-text-exp {
  font-size: 12px;
  font-size: 1.2rem;
  opacity: 0.9;
  margin: 2px 0;
}

.u-text-help {
  opacity: 0.9;
  display: flex;
  align-items: flex-start;
}
.u-text-help::before {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  margin-right: 3px;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

/*
*
* utility hidden
*
*/
.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: inline-block;
  }
}

.u-pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

/*
*
* utility width
*
*/
.u-ssm {
  width: 100px;
}

.u-sm {
  min-width: 200px;
  max-width: 250px;
}
@media screen and (max-width: 575px) {
  .u-sm {
    max-width: 100%;
  }
}

.u-md {
  min-width: 250px;
  max-width: 450px;
}
@media screen and (max-width: 575px) {
  .u-md {
    max-width: 100%;
  }
}

.u-lg {
  min-width: 300px;
  max-width: 700px;
}
@media screen and (max-width: 575px) {
  .u-lg {
    max-width: 100%;
  }
}

/*
*
* utility flex
*
*/
.u-flex {
  display: flex;
}
.u-flex.--center {
  align-items: center;
}
.u-flex.--wrap {
  flex-wrap: wrap;
}
