@charset "UTF-8";
.-en {
  font-family: 'Avenir','Helvetica neue',Helvetica,'游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.site-cont {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: .875rem;
  font-weight: normal;
  line-height: 2.1429;
  overflow-x: hidden;
  min-width: 320px;
  letter-spacing: .1em;
  letter-spacing: 0;
  color: #000;
  /* Lazyload
  ------------------------------------------ */
}

.site-cont a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.site-cont h1,
.site-cont h2,
.site-cont h3,
.site-cont h4,
.site-cont h5,
.site-cont h6,
.site-cont p,
.site-cont ul,
.site-cont ol,
.site-cont dl {
  margin: 0;
}

.site-cont figure {
  margin: 0;
}

.site-cont img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.site-cont p {
  margin: 0;
}

.site-cont .lazyload,
.site-cont .lazyloading {
  opacity: 0;
}

.site-cont .lazyloaded {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes scbefore {
  0% {
    top: -46px;
  }
  25% {
    top: -46px;
  }
  50% {
    top: -46px;
  }
  100% {
    top: 0;
  }
}

@keyframes scbefore {
  0% {
    top: -46px;
  }
  25% {
    top: -46px;
  }
  50% {
    top: -46px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes scafter {
  0% {
    top: 0;
  }
  25% {
    top: 46px;
  }
  50% {
    top: 46px;
  }
  100% {
    top: 46px;
  }
}

@keyframes scafter {
  0% {
    top: 0;
  }
  25% {
    top: 46px;
  }
  50% {
    top: 46px;
  }
  100% {
    top: 46px;
  }
}

@-webkit-keyframes tabchange {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tabchange {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes UpToDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpToDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes DownToUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownToUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
.site-cont {
  /**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
  /**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
  /* Sections
  * ========================================================================== */
  /**
  * Remove the margin in all browsers (opinionated).
  */
  /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
  /* Grouping content
  * ========================================================================== */
  /**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
  /**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
  /**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
  /**
  * Add the correct display in IE.
  */
  /**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics
  * ========================================================================== */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /* Embedded content
  * ========================================================================== */
  /*
  * Change the alignment on media elements in all browsers (opinionated).
  */
  /**
  * Add the correct display in IE 9-.
  */
  /**
  * Add the correct display in iOS 4-7.
  */
  /**
  * Remove the border on iframes in all browsers (opinionated).
  */
  /**
  * Remove the border on images within links in IE 10-.
  */
  /**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
  /**
  * Hide the overflow in IE.
  */
  /* Tabular data
  * ========================================================================== */
  /**
  * Collapse border spacing in all browsers (opinionated).
  */
  /* Forms
  * ========================================================================== */
  /**
  * Remove the margin on controls in Safari.
  */
  /**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
  /**
  * Correct the inability to style buttons in iOS and Safari.
  */
  /**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
  /**
  * Show the overflow in Edge 18- and IE.
  */
  /**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
  /**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
  /**
  * Remove the inheritance of text transform in Firefox.
  */
  /**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
  /**
  * Remove the padding in IE 10-.
  */
  /**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
  /**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
  /**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
  /**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
  /**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
  /**
  * Remove the additional :invalid styles in Firefox.
  */
  /* Interactive
  * ========================================================================== */
  /*
  * Add the correct display in Edge 18- and IE.
  */
  /*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
  /*
  * Add the correct display in all browsers.
  */
  /* Scripting
  * ========================================================================== */
  /**
  * Add the correct display in IE 9-.
  */
  /**
  * Add the correct display in IE.
  */
  /* User interaction
  * ========================================================================== */
  /*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
  /**
  * Add the correct display in IE 10-.
  */
  /* Accessibility
  * ========================================================================== */
  /**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
  /*
  * Change the cursor on control elements in all browsers (opinionated).
  */
  /*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
  /*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
}

.site-cont *,
.site-cont ::before,
.site-cont ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-cont ::before,
.site-cont ::after {
  /* 1 */
  vertical-align: inherit;
  text-decoration: inherit;
  /* 2 */
}

.site-cont html {
  /* 1 */
  line-height: 1.5;
  overflow-x: hidden;
  cursor: default;
  /* 5 */
  word-break: break-word;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

body {
  margin: 0;
}

.site-cont body {
  margin: 0;
}

.site-cont h1 {
  font-size: 2em;
  margin: .67em 0;
}

.site-cont dl dl,
.site-cont dl ol,
.site-cont dl ul,
.site-cont ol dl,
.site-cont ul dl {
  margin: 0;
}

.site-cont ol ol,
.site-cont ol ul,
.site-cont ul ol,
.site-cont ul ul {
  margin: 0;
}

.site-cont hr {
  /* 1 */
  overflow: visible;
  height: 0;
  /* 2 */
}

.site-cont main {
  display: block;
}

.site-cont nav ol,
.site-cont nav ul {
  padding: 0;
  list-style: none;
}

.site-cont pre {
  font-family: monospace,monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

.site-cont abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration: underline dotted;
}

.site-cont b,
.site-cont strong {
  font-weight: bolder;
}

.site-cont code,
.site-cont kbd,
.site-cont samp {
  font-family: monospace,monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

.site-cont small {
  font-size: 80%;
}

.site-cont audio,
.site-cont canvas,
.site-cont iframe,
.site-cont img,
.site-cont svg,
.site-cont video {
  vertical-align: middle;
}

.site-cont audio,
.site-cont video {
  display: inline-block;
}

.site-cont audio:not([controls]) {
  display: none;
  height: 0;
}

.site-cont iframe {
  border-style: none;
}

.site-cont img {
  border-style: none;
}

.site-cont svg:not([fill]) {
  fill: currentColor;
}

.site-cont svg:not(:root) {
  overflow: hidden;
}

.site-cont table {
  border-collapse: collapse;
}

.site-cont button,
.site-cont input,
.site-cont select {
  margin: 0;
}

.site-cont button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

.site-cont button,
.site-cont [type='button'],
.site-cont [type='reset'],
.site-cont [type='submit'] {
  -webkit-appearance: button;
}

.site-cont fieldset {
  /* 1 */
  padding: .35em .75em .625em;
  border: 1px solid #a0a0a0;
  /* 2 */
}

.site-cont input {
  overflow: visible;
}

.site-cont legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

.site-cont progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

.site-cont select {
  text-transform: none;
}

.site-cont textarea {
  /* 1 */
  overflow: auto;
  margin: 0;
  /* 2 */
  resize: vertical;
  /* 3 */
}

.site-cont [type='checkbox'],
.site-cont [type='radio'] {
  padding: 0;
}

.site-cont [type='search'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

.site-cont ::-webkit-inner-spin-button,
.site-cont ::-webkit-outer-spin-button {
  height: auto;
}

.site-cont ::-webkit-input-placeholder {
  opacity: .54;
  color: inherit;
}

.site-cont ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.site-cont ::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

.site-cont ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.site-cont :-moz-focusring {
  outline: 1px dotted ButtonText;
}

.site-cont :-moz-ui-invalid {
  box-shadow: none;
}

.site-cont details {
  display: block;
}

.site-cont dialog {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  color: black;
  border: solid;
  background-color: white;
}

.site-cont dialog:not([open]) {
  display: none;
}

.site-cont summary {
  display: list-item;
}

.site-cont canvas {
  display: inline-block;
}

.site-cont template {
  display: none;
}

.site-cont a,
.site-cont area,
.site-cont button,
.site-cont input,
.site-cont label,
.site-cont select,
.site-cont summary,
.site-cont textarea,
.site-cont [tabindex] {
  /* 1 */
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  /* 2 */
}

.site-cont [hidden] {
  display: none;
}

.site-cont [aria-busy='true'] {
  cursor: progress;
}

.site-cont [aria-controls] {
  cursor: pointer;
}

.site-cont [aria-disabled='true'],
.site-cont [disabled] {
  cursor: not-allowed;
}

.site-cont [aria-hidden='false'][hidden] {
  display: initial;
}

.site-cont [aria-hidden='false'][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.site-cont input,
.site-cont button,
.site-cont select,
.site-cont textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.site-cont textarea {
  resize: vertical;
}

.site-cont input[type='radio'] {
  display: none;
}

.site-cont input[type='submit'],
.site-cont input[type='button'],
.site-cont label,
.site-cont button,
.site-cont select {
  cursor: pointer;
}

.site-cont select::-ms-expand {
  display: none;
}

.main-cont {
  margin-top: 66px;
}

.main-cont.-member {
  margin-top: 0;
}

.common-section {
  width: 83.2%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bg-grey {
  background-color: #f4f4f4;
}

.hdl-ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: .2em;
}

.common-link {
  text-align: right;
}

.common-link a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-top: 8px;
  margin-right: 20px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  letter-spacing: .12em;
}

.common-link a::before {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 10px;
  height: 14px;
  margin: auto;
  content: '';
  background-image: url(../img/arrow-blk.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.cmn-textlink {
  font-weight: bold;
  text-decoration: underline;
  color: #1d3994;
}

.common-underline {
  position: relative;
}

.common-underline::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-image: url(../img/underline.svg);
}

.common-column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.common-column ul li {
  width: 47.4359%;
}

.common-column ul li:nth-child(2n) {
  margin-left: 5.1282%;
}

.common-column ul li:nth-child(n+3) {
  margin-top: 16px;
}

.common-column ul .image {
  width: 43.2432%;
  margin: auto;
}

.common-column ul a {
  display: block;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  border: 2px solid #f4f4f4;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.common-column ul p {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.4286;
  margin-top: 4px;
  letter-spacing: .12em;
}

.online-list .box {
  margin-top: 18px;
}

.about-company .container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}

.about-company h2 {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 4px;
}

.about-company .box {
  margin-top: 16px;
  padding: 24px;
  background: #fff;
}

.about-company .text-area {
  margin-bottom: 40px;
}

.common-footer {
  border-top: 2px solid #f4f4f4;
}

.common-footer .inner {
  width: 90.6667%;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 20px;
}

.common-footer .footer-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style-type: none;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.common-footer .footer-map li:nth-child(2n) {
  margin-left: 24px;
}

.common-footer .footer-map a {
  font-size: .875rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: .12em;
}

.common-footer .copyrights {
  font-size: .625rem;
  font-weight: normal;
  line-height: 1;
  margin-top: 28px;
  text-align: center;
  letter-spacing: .22em;
}

.common-header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  background: #fff;
}

.common-header::before {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  content: '';
  border-top: 4px solid #ba454b;
}

.common-header .header {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.common-header .header-sitemap {
  display: none;
}

.common-header .header-sitemap a {
  font-size: .8125rem;
  line-height: 1;
  padding-left: 11px;
  background: url(../img/common/icon_header01.png) left no-repeat;
}

.common-header .header-upper {
  padding: 18px 20px 13px 13px;
}

.common-header .header-upper > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.common-header .header-upper .googleSearch {
  display: none;
}

.common-header .header-upper .googleSearch #gsc-iw-id1 {
  height: 30px;
}

.common-header .header-upper .header-logo {
  width: 230px;
}

.common-header .header-upper .nav-toggle {
  width: 37px;
  padding: 0;
}

.common-header .header-lower {
  margin: 10px auto 10px;
}

.common-header .header-lower > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.common-header .header-lower li {
  border-left: 2px dotted #ba454b;
}

.common-header .header-lower li:last-child {
  border-right: 2px dotted #ba454b;
}

.common-header .header-lower li.selected a {
  color: #ba454b;
}

.common-header .header-lower li.selected a::before {
  width: 100%;
  height: 3px;
  background: #c93947;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
}

.common-header .header-lower li:hover a {
  color: #ba454b;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.common-header .header-lower li:hover a::before {
  width: 100%;
  height: 3px;
  background: #c93947;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
}

.common-header .header-lower a {
  font-size: .8313rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  display: block;
  padding: 5px 8px 4px 26px;
  text-align: left;
  background: url(../img/common/icon_gnavi04.png) 6px 5px no-repeat;
}

.common-header .nav-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 20px;
}

.common-header .header-sp {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-top: 4px solid #ba454b;
  background: #faebed;
}

.common-header .header-sp.-active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.common-header .header-sp .nav-logo {
  width: 190px;
  width: 190px;
  margin-top: 6px;
  margin-bottom: 25px;
  margin-left: 28px;
}

.common-header .header-sp .nav-close {
  position: absolute;
  top: 17px;
  right: 25px;
  width: 28px;
  width: 28px;
}

.common-header .header-sp .list {
  overflow: auto;
  height: 100%;
}

.common-header .header-sp .list a {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  padding: 10px 40px 12px 61px;
  color: #ba454b;
  background: url(../img/common/icon_gnavi04.png) 40px center no-repeat;
}

.common-header .header-sp .list.-lower a {
  font-size: .6875rem;
  line-height: 1.4546;
  padding: 0 0 0 60px;
  color: #595757;
  background: none;
}

.bread-crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-left: 8.5333%;
  background-color: #ba454b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bread-crumb .inner {
  max-width: 1020px;
}

.bread-crumb p {
  font-size: .6875rem;
  line-height: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.bread-crumb span {
  margin: 0 5px;
}

.bread-crumb a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  overflow-x: auto;
  letter-spacing: .12em;
  color: #fff;
}

.bread-crumb a::before {
  position: absolute;
  top: 5px;
  right: -20px;
  width: 12px;
  height: 16px;
  content: '';
  background-image: url(../img/common/arrow-white.svg);
  background-size: contain;
}

.button-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.button-cont .button {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 164px;
  height: 56px;
  padding-left: 20px;
  letter-spacing: .1em;
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-cont .button.-red {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #fff;
  border: 2px solid #ba454b;
  background-color: #ba454b;
}

.button-cont .button.-red::before,
.button-cont .button.-red::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  width: 16px;
  height: 20px;
  margin: auto;
  content: '';
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-cont .button.-red::before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 32px;
  width: 16px;
  height: 20px;
  margin: auto;
  content: '';
  background-image: url(../img/bx-lock_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.button-cont .button.-red::after {
  z-index: -1;
  background-image: url(../img/bx-lock_red.svg);
}

.button-cont .button.-red:hover {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #ba454b;
  border: 2px solid #ba454b;
  background-color: #fff;
}

.button-cont .button.-red:hover::after {
  z-index: 2;
}

.button-cont .button.-white {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #ba454b;
  border: 2px solid #ba454b;
  background-color: #fff;
}

.button-cont .button.-white::before,
.button-cont .button.-white::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 18px;
  height: 19px;
  margin: auto;
  content: '';
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-cont .button.-white::before {
  z-index: 1;
  background-image: url(../img/bx-user_red.svg);
}

.button-cont .button.-white::after {
  z-index: -1;
  background-image: url(../img/bx-user_white.svg);
}

.button-cont .button.-white:hover {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #fff;
  border: 2px solid #ba454b;
  background-color: #ba454b;
}

.button-cont .button.-white:hover::after {
  z-index: 2;
}

.category-list {
  margin-top: 24px;
}

.category-list > .lists {
  padding-left: 0;
  list-style-type: none;
}

.category-list > .lists li + li {
  margin-top: 8px;
}

.category-list > .lists a::before {
  z-index: 1;
  background-image: url(../img/arrow-baige.svg);
}

.category-list > .lists a::after {
  opacity: 0;
  background-image: url(../img/arrow-white.svg);
}

.category-list > .lists a.is-active {
  color: #fff;
  background-color: #c2baab;
}

.category-list > .lists a.is-active::before {
  opacity: 0;
}

.category-list > .lists a.is-active::after {
  opacity: 1;
}

.cmn-mv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: 208px;
  margin-left: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cmn-mv .inner.-beige {
  background-color: #c2baab;
}

.cmn-mv .inner.-blue {
  background-color: #c0ced9;
}

.cmn-mv .inner.-pink {
  background-color: #d9c0d5;
}

.cmn-mv .inner.-orange {
  background-color: #d9c9c0;
}

.cmn-mv .inner.-green {
  background-color: #c0d9c0;
}

.cmn-mv .mv-title {
  font-weight: bold;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 4.2667%;
  color: #fff;
}

.cmn-mv .mv-title .main {
  font-size: 2.25rem;
  line-height: 1.1667;
  margin-bottom: 6px;
  letter-spacing: .23em;
}

.cmn-mv .mv-title .sub {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .23em;
}

.main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

.main-block .block-right {
  margin-bottom: 34px;
}

.cmn-modal {
  display: none;
}

.cmn-modal.is-open {
  display: block;
}

.cmn-modal.micromodal-slide[aria-hidden='false'] .modal-overlay,
.cmn-modal.micromodal-slide[aria-hidden='false'] .modal-container {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.cmn-modal.micromodal-slide[aria-hidden='false'] .modal-container.-slide {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.cmn-modal.micromodal-slide[aria-hidden='true'] .modal-overlay,
.cmn-modal.micromodal-slide[aria-hidden='true'] .modal-container {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.cmn-modal.micromodal-slide[aria-hidden='true'] .modal-container.-slide {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.cmn-modal .modal-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  will-change: transform;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn-modal .modal-container {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  width: 91.4667%;
  max-width: 840px;
  max-height: 80vh;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 2px;
  background-color: #fff;
  will-change: transform;
}

.cmn-modal .modal-container.-beige {
  border: 3px solid #c2baab;
}

.cmn-modal .modal-container.-beige header .title {
  border-bottom: 4px solid #c2baab;
}

.cmn-modal .modal-container.-blue {
  border: 3px solid #5a7b95;
}

.cmn-modal .modal-container.-blue header .title {
  border-bottom: 4px solid #5a7b95;
}

.cmn-modal .modal-container.-pink {
  border: 3px solid #ba6bad;
}

.cmn-modal .modal-container.-pink header .title {
  border-bottom: 4px solid #ba6bad;
}

.cmn-modal .modal-container.-orange {
  border: 3px solid #956f5a;
}

.cmn-modal .modal-container.-orange header .title {
  border-bottom: 4px solid #956f5a;
}

.cmn-modal .modal-container.-green {
  border: 3px solid #5a955a;
}

.cmn-modal .modal-container.-green header .title {
  border-bottom: 4px solid #5a955a;
}

.cmn-modal .modal-container > .inner {
  width: 93.1343%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.cmn-modal .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn-modal .header ~ .header {
  margin-top: 30px;
}

.cmn-modal .header .title {
  font-size: 1.5rem;
  line-height: 1.3333;
  padding-bottom: 6px;
  letter-spacing: .16em;
}

.cmn-modal .content {
  margin-top: 16px;
}

.cmn-modal .content .box + .box,
.cmn-modal .content .box + .textarea,
.cmn-modal .content .textarea + .box,
.cmn-modal .content .textarea + .textarea {
  margin-top: 20px;
}

.cmn-modal .content h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.cmn-modal .content .textarea p + p {
  margin-top: 0;
}

.cmn-modal .content p {
  font-size: .875rem;
  line-height: 1.8571;
  letter-spacing: .14em;
}

.cmn-modal .content p + p {
  margin-top: 25px;
}

.cmn-modal .content p.note {
  font-size: .75rem;
  line-height: 1.8333;
}

.cmn-modal .content p strong {
  font-weight: bold;
}

.cmn-modal .content p strong.red {
  color: #ba454b;
}

.cmn-modal .content img {
  margin: 8px 0;
}

.cmn-modal .modal-close {
  width: 93.1343%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.cmn-modal .modal-close::before {
  display: none;
}

.cmn-modal .modal-close.-beige button {
  background-color: #c2baab;
}

.cmn-modal .modal-close.-blue button {
  background-color: #5a7b95;
}

.cmn-modal .modal-close.-pink button {
  background-color: #ba6bad;
}

.cmn-modal .modal-close.-orange button {
  background-color: #956f5a;
}

.cmn-modal .modal-close.-green button {
  background-color: #5a955a;
}

.cmn-modal .modal-close button {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  height: 56px;
  margin-top: 50px;
  color: #fff;
  border-radius: 2px;
  background-color: #5a7b95;
}

.point-sec + .point-sec,
.contact-head + .point-sec {
  margin-top: 68px;
}

.point-sec .headline,
.contact-head .headline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point-sec .headline::before,
.contact-head .headline::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
}

.point-sec .headline.-beige,
.contact-head .headline.-beige {
  color: #c2baab;
}

.point-sec .headline.-beige::before,
.contact-head .headline.-beige::before {
  background-color: #c2baab;
}

.point-sec .headline.-blue,
.contact-head .headline.-blue {
  color: #5a7b95;
}

.point-sec .headline.-blue::before,
.contact-head .headline.-blue::before {
  background-color: #5a7b95;
}

.point-sec .headline.-pink,
.contact-head .headline.-pink {
  color: #ba6bad;
}

.point-sec .headline.-pink::before,
.contact-head .headline.-pink::before {
  background-color: #ba6bad;
}

.point-sec .headline.-orange,
.contact-head .headline.-orange {
  color: #956f5a;
}

.point-sec .headline.-orange::before,
.contact-head .headline.-orange::before {
  background-color: #956f5a;
}

.point-sec .headline.-green,
.contact-head .headline.-green {
  color: #5a955a;
}

.point-sec .headline.-green::before,
.contact-head .headline.-green::before {
  background-color: #5a955a;
}

.point-sec .headline .accent,
.contact-head .headline .accent {
  font-weight: bold;
  display: block;
  margin-top: 4px;
}

.point-sec .headline .accent span,
.contact-head .headline .accent span {
  display: block;
}

.point-sec .headline .accent .point,
.contact-head .headline .accent .point {
  font-size: .875rem;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.point-sec .headline .accent .num,
.contact-head .headline .accent .num {
  font-size: 2.5rem;
  line-height: 1;
  line-height: 1;
  margin-top: 3px;
  white-space: nowrap;
  letter-spacing: .1em;
}

.point-sec .headline .ttl,
.contact-head .headline .ttl {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-left: 8px;
  letter-spacing: .16em;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.point-sec .textarea,
.contact-head .textarea {
  font-size: 1rem;
  line-height: 1.8125;
  margin-top: 22px;
  letter-spacing: .13em;
}

.point-sec .modallinks,
.contact-head .modallinks {
  margin-top: 16px;
}

.point-sec .modallinks.-blue .modal-btn,
.contact-head .modallinks.-blue .modal-btn {
  color: #5a7b95;
}

.point-sec .modallinks.-blue .modal-btn::before,
.point-sec .modallinks.-blue .modal-btn::after,
.contact-head .modallinks.-blue .modal-btn::before,
.contact-head .modallinks.-blue .modal-btn::after {
  background-color: #5a7b95;
}

.point-sec .modallinks.-pink .modal-btn,
.contact-head .modallinks.-pink .modal-btn {
  color: #ba6bad;
}

.point-sec .modallinks.-pink .modal-btn::before,
.point-sec .modallinks.-pink .modal-btn::after,
.contact-head .modallinks.-pink .modal-btn::before,
.contact-head .modallinks.-pink .modal-btn::after {
  background-color: #ba6bad;
}

.point-sec .modallinks.-orange .modal-btn,
.contact-head .modallinks.-orange .modal-btn {
  color: #956f5a;
}

.point-sec .modallinks.-orange .modal-btn::before,
.point-sec .modallinks.-orange .modal-btn::after,
.contact-head .modallinks.-orange .modal-btn::before,
.contact-head .modallinks.-orange .modal-btn::after {
  background-color: #956f5a;
}

.point-sec .modallinks.-green .modal-btn,
.contact-head .modallinks.-green .modal-btn {
  color: #5a955a;
}

.point-sec .modallinks.-green .modal-btn::before,
.point-sec .modallinks.-green .modal-btn::after,
.contact-head .modallinks.-green .modal-btn::before,
.contact-head .modallinks.-green .modal-btn::after {
  background-color: #5a955a;
}

.point-sec .modallinks > ul,
.contact-head .modallinks > ul {
  padding-left: 0;
  list-style-type: none;
}

.point-sec .modallinks > ul > li + li,
.contact-head .modallinks > ul > li + li {
  margin-top: 8px;
}

.point-sec .modallinks > ul .modal-btn,
.contact-head .modallinks > ul .modal-btn {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5625;
  position: relative;
  width: 100%;
  height: 80px;
  padding-left: 7.6923%;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  text-align: left;
  letter-spacing: .12em;
  border: 2px solid #f4f4f4;
  border-radius: 2px;
}

.point-sec .modallinks > ul .modal-btn::before,
.point-sec .modallinks > ul .modal-btn::after,
.contact-head .modallinks > ul .modal-btn::before,
.contact-head .modallinks > ul .modal-btn::after {
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  content: '';
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.point-sec .modallinks > ul .modal-btn::after,
.contact-head .modallinks > ul .modal-btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.select-area .faq-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  padding-left: 16px;
  border: 2px solid #f4f4f4;
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-area .faq-select::before {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 10px;
  height: 16px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../img/arrow-baige.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.select-area .faq-select select {
  font-weight: bold;
  width: 100%;
  height: 100%;
  letter-spacing: .14em;
  color: #c2baab;
}

.car-insurance .textarea {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 10px;
  letter-spacing: .13em;
}

.car-insurance .process-links {
  margin-top: 14px;
}

.car-insurance .process-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style-type: none;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.car-insurance .process-links ul li {
  width: 47.4359%;
}

.car-insurance .process-links ul li:nth-child(2n) {
  margin-left: 5.1282%;
}

.car-insurance .process-links ul li:nth-child(n+3) {
  margin-top: 10px;
}

.car-insurance .process-links ul .procedure {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-left: 6.3063%;
  color: #c2baab;
  border: 2px solid #f4f4f4;
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.car-insurance .process-links ul .procedure::before,
.car-insurance .process-links ul .procedure::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 8px;
  height: 10px;
  margin: auto;
  content: '';
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  background-repeat: no-repeat;
  background-size: contain;
}

.car-insurance .process-links ul .procedure::before {
  z-index: 1;
  background-image: url(../img/arrow-baige.svg);
}

.car-insurance .process-links ul .procedure::after {
  opacity: 0;
  background-image: url(../img/arrow-white.svg);
}

.contact-details .details-intro {
  position: relative;
}

.contact-details .details-intro::before {
  position: absolute;
  z-index: -1;
  top: -70px;
  left: 0;
  width: 100%;
  height: 72px;
  content: '';
  background-color: #f4f4f4;
}

.contact-details .details-intro .intro-column .box {
  margin-top: 20px;
}

.contact-details .details-change .textarea {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 14px;
  letter-spacing: .12em;
}

.contact-details .details-change .textarea p ~ p {
  margin-top: 14px;
}

.contact-details .details-change .textarea ul {
  font-size: 1rem;
  line-height: 1.875;
  padding-left: 0;
  list-style-type: none;
}

.contact-details .details-change .textarea ul li {
  position: relative;
  margin-left: 24px;
}

.contact-details .details-change .textarea ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.8em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact-details .details-change .change-column {
  margin-top: 28px;
}

.contact-form .form-intro {
  position: relative;
}

.contact-form .form-intro::before {
  position: absolute;
  z-index: -1;
  top: -70px;
  left: 0;
  width: 100%;
  height: 72px;
  content: '';
  background-color: #f4f4f4;
}

.contact-form .form-link {
  margin-top: 12px;
}

.contact-form .form-link .links {
  padding-left: 0;
  list-style-type: none;
}

.contact-form .form-link .links > li {
  position: relative;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  border: 2px solid #fff;
  border-radius: 2px;
}

.contact-form .form-link .links > li + li {
  margin-top: 12px;
}

.contact-form .form-link .links > li::before,
.contact-form .form-link .links > li::after {
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  width: 12px;
  height: 17px;
  margin: auto;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-form .form-link .links > li::before {
  opacity: 1;
  background-image: url(../img/arrow-baige.svg);
}

.contact-form .form-link .links > li::after {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  opacity: 0;
  background-image: url(../img/arrow-white.svg);
}

.contact-form .form-link .links > li a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-left: 22px;
  letter-spacing: .12em;
  color: #c2baab;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form .form-area .contact-head .headline {
  padding-left: 14px;
  opacity: .4;
}

.contact-form .form-area .contact-head .headline + .headline {
  margin-top: 20px;
}

.contact-form .form-area .contact-head .headline.-active {
  opacity: 1;
}

.contact-form .contact-errorList {
  list-style: none;
  padding-left: 0;
  color: #ba454b;
  margin-bottom: 40px;
}

.contact-form .form-wrapper {
  padding-top: 42px;
}

.contact-form .form-wrapper .content {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.contact-form .form-wrapper .row.-column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .form-wrapper .row.-column02 .box + .box {
  margin-left: 12px;
}

.contact-form .form-wrapper .row + .row {
  margin-top: 22px;
}

.contact-form .form-wrapper .box {
  width: 100%;
}

.contact-form .form-wrapper dt {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: .12em;
}

.contact-form .form-wrapper dt .required {
  margin-left: 5px;
  color: #ba454b;
}

.contact-form .form-wrapper dt .any {
  margin-left: 5px;
  color: #ccc;
}

.contact-form .form-wrapper dd {
  margin-left: 0;
}

.contact-form .form-wrapper dd.-column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .form-wrapper dd.-column3 .-year {
  width: 160px;
}

.contact-form .form-wrapper dd.-column3 .-month {
  width: 124px;
}

.contact-form .form-wrapper dd.-column3 .-day {
  width: 124px;
}

.contact-form .form-wrapper dd.-column3 .birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact-form .form-wrapper dd.-column3 .birth input {
  margin-right: 4px;
}

.contact-form .form-wrapper dd.-column3 .birth + .birth {
  margin-left: 24px;
}

.contact-form .form-wrapper dd.selectform {
  position: relative;
}

.contact-form .form-wrapper dd.selectform::before {
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  width: 12px;
  height: 20px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../img/arrow-blk.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-form .form-wrapper dd.checkboxarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: 4px;
}

.contact-form .form-wrapper dd.checkboxarea > .box {
  font-size: 1rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  letter-spacing: .12em;
}

.contact-form .form-wrapper dd.checkboxarea > .box + .box {
  margin-left: 30px;
}

.contact-form .form-wrapper dd.checkboxarea > .box .text {
  margin-top: 2px;
  margin-left: 6px;
}

.contact-form .form-wrapper dd.checkboxarea.-privacy .text {
  font-size: 1rem;
  line-height: 1.5625;
  margin-top: -8px;
  margin-left: 10px;
  letter-spacing: .25em;
}

.contact-form .form-wrapper dd input,
.contact-form .form-wrapper dd textarea,
.contact-form .form-wrapper dd select {
  font-size: 1rem;
  line-height: 1.875;
  width: 100%;
  padding-left: 10px;
  letter-spacing: .06em;
  border-radius: 2px;
  background-color: #f4f4f4;
}

.contact-form .form-wrapper dd input:-ms-input-placeholder,
.contact-form .form-wrapper dd textarea:-ms-input-placeholder,
.contact-form .form-wrapper dd select:-ms-input-placeholder {
  color: #ccc;
}

.contact-form .form-wrapper dd input::-webkit-input-placeholder,
.contact-form .form-wrapper dd textarea::-webkit-input-placeholder,
.contact-form .form-wrapper dd select::-webkit-input-placeholder {
  color: #ccc;
}

.contact-form .form-wrapper dd input::-ms-input-placeholder,
.contact-form .form-wrapper dd textarea::-ms-input-placeholder,
.contact-form .form-wrapper dd select::-ms-input-placeholder {
  color: #ccc;
}

.contact-form .form-wrapper dd input::placeholder,
.contact-form .form-wrapper dd textarea::placeholder,
.contact-form .form-wrapper dd select::placeholder {
  color: #ccc;
}

.contact-form .form-wrapper dd input {
  height: 48px;
  white-space: nowrap;
}

.contact-form .form-wrapper dd input.checkbox {
  font: inherit;
  position: relative;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form .form-wrapper dd input.checkbox::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  content: '';
  border: 2px solid #000;
  border-radius: 4px;
  background: #fff;
}

.contact-form .form-wrapper dd input.checkbox::after {
  position: absolute;
  top: 40%;
  left: 7px;
  display: block;
  display: block;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  border-right: 2px solid #ba454b;
  border-bottom: 2px solid #ba454b;
}

.contact-form .form-wrapper dd input.checkbox:checked::after {
  opacity: 1;
}

.contact-form .form-wrapper dd select {
  height: 48px;
}

.contact-form .form-wrapper dd textarea {
  height: 160px;
  padding-top: 10px;
}

.contact-form .form-wrapper .submit-btn {
  width: 240px;
  margin: 40px auto 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  border: 2px solid #ba454b;
  border-radius: 2px;
}

.contact-form .form-wrapper .submit-btn input {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  width: 240px;
  height: 52px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  text-align: center;
  letter-spacing: .12em;
  color: #ba454b;
}

.denwa-otoiawase .phone-contact > ul {
  padding-left: 0;
  list-style-type: none;
}

.denwa-otoiawase .phone-contact > ul li {
  position: relative;
}

.denwa-otoiawase .phone-contact > ul li + li {
  margin-top: 60px;
}

.denwa-otoiawase .phone-contact > ul li + li::before {
  position: absolute;
  top: -30px;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #f4f4f4;
}

.denwa-otoiawase .phone-contact > ul .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.denwa-otoiawase .phone-contact > ul .ttl {
  font-size: 1.25rem;
  line-height: 1.7;
  display: inline;
  padding-bottom: 6px;
  letter-spacing: .2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0, #62a5b5));
  background: linear-gradient(transparent 90%, #62a5b5 0);
}

.denwa-otoiawase .phone-contact > ul .image {
  width: 50px;
}

.denwa-otoiawase .phone-contact > ul .info {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.denwa-otoiawase .phone-contact > ul .info a {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  letter-spacing: .08em;
}

.denwa-otoiawase .phone-contact > ul .info p {
  font-size: .875rem;
  line-height: 1.5714;
  margin-top: 10px;
  letter-spacing: .13em;
}

.faq-otoiawase {
  padding-bottom: 64px;
}

.faq-otoiawase .index-faq + .index-faq {
  margin-top: 64px;
}

.fixed-area {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
}

.fixed-area .fixed-pc {
  padding: 24px 24px 30px 24px;
  border: 2px solid #f4f4f4;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 16px -6px rgba(204, 204, 204, 0.2);
          box-shadow: 0 0 16px -6px rgba(204, 204, 204, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.fixed-area .fixed-pc::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .8;
  border-radius: 2px;
  background-color: #fff;
}

.fixed-area .fixed-pc .top.-active a::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fixed-area .fixed-pc .top.-active a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fixed-area .fixed-pc .top a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5556;
  display: block;
  width: 100%;
  height: 100%;
  letter-spacing: .1em;
}

.fixed-area .fixed-pc .top a::before,
.fixed-area .fixed-pc .top a::after {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 2px;
  content: '';
  background-color: #000;
}

.fixed-area .fixed-pc .top a::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fixed-area .fixed-pc .top a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fixed-area .fixed-pc .top a span {
  color: #ba454b;
}

.fixed-area .fixed-pc .bottom {
  position: relative;
  margin-top: 16px;
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
}

.fixed-area .fixed-pc .bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-image: url(../img/underline.svg);
}

.fixed-area .fixed-pc .bottom.-active {
  display: none;
}

.fixed-area .fixed-pc .bottom .fixed-link {
  line-height: 1;
  margin-top: 16px;
  padding-right: 4px;
}

.fixed-area .fixed-sp {
  background-color: #ba454b;
}

.fixed-area .fixed-sp .button-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}

.fixed-area .fixed-sp a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  height: 72px;
  letter-spacing: .12em;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-area .fixed-sp a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}

.fixed-area .fixed-sp a.-login {
  padding-left: 30px;
}

.fixed-area .fixed-sp a.-login::before {
  left: calc(50% - 44px);
  width: 16px;
  height: 20px;
  background-image: url(../img/bx-lock_white.svg);
}

.fixed-area .fixed-sp a.-signup {
  padding-left: 32px;
}

.fixed-area .fixed-sp a.-signup::before {
  left: calc(50% - 62px);
  width: 18px;
  height: 20px;
  background-image: url(../img/bx-user_white.svg);
}

.fixed-area .fixed-sp a.-signup::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 28px;
  margin: auto;
  content: '';
  background-color: #fff;
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
button,
select {
  cursor: pointer;
}

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

.index-about .about-cont .box {
  padding-top: 18px;
}

.index-about .about-cont + .about-cont {
  padding-top: 40px;
}

.footer-contact .box {
  margin-top: 18px;
}

.index-faq .faq-list {
  padding-left: 0;
  list-style-type: none;
}

.index-faq .faq-list li {
  padding-top: 20px;
  padding-bottom: 26px;
}

.index-faq .faq-list li + li {
  padding-top: 30px;
}

.index-faq .question {
  position: relative;
  display: block;
  padding-left: 36px;
}

.index-faq .question::before {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 28px;
  height: 32px;
  content: '';
  background-image: url(../img/qa-question.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.index-faq .question p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
  padding-left: 12px;
  letter-spacing: .1em;
}

.index-faq .answer {
  position: relative;
  display: none;
  margin-top: 16px;
  padding-left: 36px;
}

.index-faq .answer::before {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 28px;
  height: 32px;
  content: '';
  background-image: url(../img/qa-answer.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.index-faq .answer p {
  font-size: 1rem;
  line-height: 1.75;
  padding-left: 12px;
  letter-spacing: .1em;
}

.index-faq .faq-link {
  padding-top: 18px;
  padding-right: 6px;
}

.page-member {
  background-color: #f4f4f4;
}

.index-member {
  width: 91.4667%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.index-member .member-wrapper {
  border: 3px solid #f4f4f4;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px -6px rgba(204, 204, 204, 0.4);
          box-shadow: 0 0 16px -6px rgba(204, 204, 204, 0.4);
}

.index-member .member-wrapper > .inner {
  width: 91.2536%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0;
}

.index-member .member-wrapper .logo {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.index-member .member-wrapper .textarea {
  margin-top: 46px;
}

.index-member .member-wrapper .textarea .ttl {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .18em;
}

.index-member .member-wrapper .textarea p {
  font-size: .875rem;
  line-height: 1.8571;
  margin-top: 12px;
  letter-spacing: .1em;
}

.index-member .member-wrapper .member-form {
  margin-top: 28px;
}

.index-member .member-wrapper .member-form .content .row + .row {
  margin-top: 20px;
}

.index-member .member-wrapper .member-form .content dt {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em;
}

.index-member .member-wrapper .member-form .content dd {
  margin-top: 8px;
  margin-left: 0;
}

.index-member .member-wrapper .member-form .content dd input {
  font-size: 1rem;
  line-height: 1.625;
  width: 100%;
  height: 48px;
  padding-left: 12px;
  letter-spacing: .1em;
  border-radius: 2px;
  background-color: #f4f4f4;
}

.index-member .member-wrapper .member-form .content dd input:-ms-input-placeholder {
  color: #ccc;
}

.index-member .member-wrapper .member-form .content dd input::-webkit-input-placeholder {
  color: #ccc;
}

.index-member .member-wrapper .member-form .content dd input::-ms-input-placeholder {
  color: #ccc;
}

.index-member .member-wrapper .member-form .content dd input::placeholder {
  color: #ccc;
}

.index-member .member-wrapper .member-form .content .text {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 10px;
  letter-spacing: .14em;
}

.index-member .member-wrapper .submit-btn {
  margin-top: 35px;
  text-align: center;
}

.index-member .member-wrapper .submit-btn input {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  width: 240px;
  height: 56px;
  letter-spacing: .1em;
  color: #fff;
  border-radius: 2px;
  background-color: #ba454b;
}

.member-footer {
  padding: 40px 0;
  text-align: center;
  border-top: 2px solid #fff;
}

.member-footer > .links {
  max-width: 240px;
  margin-left: 4.2667%;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
  text-align: left;
}

.member-footer > .links li + li {
  margin-top: 6px;
}

.member-footer > .links li a {
  letter-spacing: .14em;
}

.member-footer .copyright {
  font-size: .875rem;
  line-height: 1.8571;
  letter-spacing: .14em;
}

.index-mv {
  position: relative;
  padding-top: 383px;
  background-image: url(../img/index-mv_sp.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.index-mv > .inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 91.4667%;
  margin: auto;
}

.index-mv > .inner h1 {
  font-size: .75rem;
  font-weight: normal;
  line-height: 1.75;
  margin-top: 12px;
}

.index-mv .mv-title > .main {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 26px;
  letter-spacing: .16em;
}

.index-mv .mv-title .sub {
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.8571;
  margin-top: 10px;
  letter-spacing: .14em;
}

.index-news {
  padding-top: 80px;
}

.index-news .news-list {
  padding-left: 0;
  list-style-type: none;
}

.index-news .news-list li {
  padding-top: 20px;
  padding-bottom: 24px;
}

.index-news .news-list li + li {
  padding-top: 28px;
  padding-bottom: 26px;
}

.index-news .news-list li a {
  display: block;
}

.index-news .time {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
  color: #c2baab;
}

.index-news .title {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 8px;
  letter-spacing: .12em;
}

.index-news .news-link {
  padding-top: 18px;
  padding-right: 6px;
}

.index-video .video-wrap {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-top: 16px;
}

.index-video .video-slide {
  margin: 0 14% 0 3%;
}

.index-video .video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.index-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-video .slick-slide {
  margin: 0 .5333%;
}

.index-video .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-video p {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 10px;
  letter-spacing: .1em;
}

.kv-wrap {
  background: #000;
}

.kv-wrap > p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.service-area + .service-area {
  margin-top: 34px;
}

.service-area .service-list {
  margin-top: 24px;
  padding-left: 0;
  list-style-type: none;
}

.service-list > .item {
  position: relative;
  padding: 24px 12px;
  border: 2px solid #f4f4f4;
}

.service-list > .item + .item {
  margin-top: 16px;
}

.service-list .headline > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-list .headline .icon {
  width: 44px;
  margin-left: -4px;
}

.service-list .headline .service-ttl {
  margin-left: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.service-list .headline .service-ttl .ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  letter-spacing: .13em;
}

.service-list .headline .service-ttl .ttl::before {
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  width: 14px;
  height: 17px;
  margin: auto;
  content: '';
  background-image: url(../img/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.service-list .headline .service-ttl p {
  font-size: .75rem;
  line-height: 1.8333;
  letter-spacing: .16em;
}

.service-list .contents {
  margin-top: 16px;
}

.service-list .contents p,
.service-list .contents ul {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: .14em;
}

.service-list .contents ul {
  margin-top: 8px;
  padding-left: 0;
  list-style-type: none;
}

.service-list .links {
  margin-top: 16px;
}

.service-list .links > ul {
  padding-left: 0;
  list-style-type: none;
}

.service-list .links > ul li {
  width: 100%;
  max-width: 320px;
}

.service-list .links > ul li + li {
  margin-top: 8px;
}

.service-list .links > ul button,
.service-list .links > ul a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  padding-left: 24px;
  letter-spacing: .14em;
  border-radius: 2px;
  background-color: #f4f4f4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-list .links > ul .modal-btn {
  position: relative;
}

.service-list .links > ul .modal-btn::before,
.service-list .links > ul .modal-btn::after {
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  content: '';
  background-color: #000;
}

.service-list .links > ul .modal-btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.service-list .links > ul .link-btn {
  position: relative;
}

.service-list .links > ul .link-btn::before {
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  width: 13px;
  height: 18px;
  margin: auto;
  content: '';
  background-image: url(../img/arrow-blk.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.service-list .detail-pdf {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  letter-spacing: .09em;
  opacity: 0;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._se {
  display: block !important;
}

._sp {
  display: block !important;
}

._pc {
  display: none !important;
}

._tablet-only {
  display: none;
}

._pc-only {
  display: none;
}

._sp-only {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .site-cont a:hover {
    text-decoration: none;
  }
  .site-cont a[href^='tel:'] {
    text-decoration: none;
    pointer-events: none;
    color: #000;
  }
  .main-cont {
    margin-top: 0;
  }
  .common-section {
    max-width: 960px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .hdl-ttl {
    font-size: 1.5rem;
    line-height: 1.4167;
    letter-spacing: .16em;
  }
  .common-link a:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: .4;
  }
  .cmn-textlink:hover {
    text-decoration: none;
  }
  .common-column.-colm01 li {
    width: 23.125%;
  }
  .common-column.-colm01 li + li {
    margin-left: 2.5%;
  }
  .common-column.-colm01 li:nth-child(n+3) {
    margin-top: 0;
  }
  .common-column.-colm01 .box {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .common-column.-colm02 .box {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .common-column ul li:nth-child(n+3) {
    margin-top: 24px;
  }
  .common-column ul .image {
    width: 36.6972%;
  }
  .common-column ul a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
  }
  .common-column ul a:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-box-shadow: 0 0 16px 4px rgba(204, 204, 204, 0.35);
            box-shadow: 0 0 16px 4px rgba(204, 204, 204, 0.35);
  }
  .common-column ul p {
    font-size: 1rem;
    line-height: 1.5;
    padding-right: 4px;
    padding-left: 4px;
    letter-spacing: .09em;
  }
  .common-footer .inner {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .common-footer .footer-map {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common-footer .footer-map li:nth-child(2n) {
    margin-left: 24px;
  }
  .common-footer .footer-map li + li {
    margin-left: 24px;
  }
  .common-footer .footer-map a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
  }
  .common-footer .footer-map a:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: .4;
  }
  .common-footer .copyrights {
    font-size: .875rem;
    line-height: 1;
    margin-top: 14px;
    letter-spacing: .17em;
  }
  .common-header {
    position: inherit;
  }
  .bread-crumb {
    height: 32px;
    padding-left: 0;
  }
  .bread-crumb a {
    font-size: .6875rem;
    font-weight: normal;
    line-height: 1;
  }
  .bread-crumb a::before {
    display: none;
  }
  .bread-crumb a:first-child {
    padding-left: 18px;
    background: url(../img/common/icon_home.png) left no-repeat;
  }
  .button-cont {
    padding-top: 20px;
  }
  .category-list > .lists a {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding-left: 24px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    transition: all ease .5s;
    letter-spacing: .14em;
    color: #c2baab;
    border: 2px solid #f4f4f4;
    border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .category-list > .lists a:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;
    background-color: #c2baab;
  }
  .category-list > .lists a:hover::before {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
  }
  .category-list > .lists a:hover::after {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 1;
  }
  .category-list > .lists a::before,
  .category-list > .lists a::after {
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 10px;
    height: 15px;
    margin: auto;
    content: '';
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cmn-mv .inner {
    width: 88.8889%;
    height: 460px;
  }
  .cmn-mv .mv-title {
    margin-bottom: 62px;
    margin-left: 80px;
  }
  .cmn-mv .mv-title .main {
    font-size: 3rem;
    line-height: 1.2083;
    margin-bottom: 0;
    letter-spacing: .17em;
  }
  .cmn-mv .mv-title .sub {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: .25em;
  }
  .main-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: inherit;
            flex-flow: inherit;
  }
  .main-block .block-left {
    max-width: 600px;
  }
  .main-block .block-left .index-faq {
    width: 100%;
  }
  .main-block .block-right {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    display: table;
    width: 33.3333%;
    width: 320px;
    margin-bottom: 0;
    margin-left: 4.1667%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .cmn-modal .modal-container {
    padding: 40px;
  }
  .cmn-modal .modal-container > .inner {
    width: 100%;
    max-width: inherit;
    margin: 0;
  }
  .cmn-modal .header ~ .header {
    margin-top: 40px;
  }
  .cmn-modal .header .title {
    font-size: 1.375rem;
    line-height: 1.3636;
  }
  .cmn-modal .content {
    margin-top: 20px;
  }
  .cmn-modal .content img {
    margin: 12px 0;
  }
  .cmn-modal .modal-close {
    width: 56px;
    max-width: inherit;
    margin: 0;
  }
  .cmn-modal .modal-close.-beige button {
    background-color: transparent;
  }
  .cmn-modal .modal-close.-blue button {
    background-color: transparent;
  }
  .cmn-modal .modal-close.-pink button {
    background-color: transparent;
  }
  .cmn-modal .modal-close.-orange button {
    background-color: transparent;
  }
  .cmn-modal .modal-close.-green button {
    background-color: transparent;
  }
  .cmn-modal .modal-close button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 56px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: transparent;
  }
  .cmn-modal .modal-close button::before,
  .cmn-modal .modal-close button::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    content: '';
    background-color: #000;
  }
  .cmn-modal .modal-close button::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .point-sec + .point-sec,
  .contact-head + .point-sec {
    margin-top: 64px;
  }
  .point-sec .headline,
  .contact-head .headline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .point-sec .headline .accent .point,
  .contact-head .headline .accent .point {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: .1em;
  }
  .point-sec .headline .accent .num,
  .contact-head .headline .accent .num {
    font-size: 3rem;
    line-height: 1;
  }
  .point-sec .headline .ttl,
  .contact-head .headline .ttl {
    font-size: 1.5rem;
    line-height: 1.3333;
    margin-top: 20px;
  }
  .point-sec .textarea,
  .contact-head .textarea {
    letter-spacing: .13em;
  }
  .point-sec .modallinks.-blue .modal-btn:hover,
  .contact-head .modallinks.-blue .modal-btn:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;
    background-color: #5a7b95;
  }
  .point-sec .modallinks.-blue .modal-btn:hover::before,
  .point-sec .modallinks.-blue .modal-btn:hover::after,
  .contact-head .modallinks.-blue .modal-btn:hover::before,
  .contact-head .modallinks.-blue .modal-btn:hover::after {
    background-color: #fff;
  }
  .point-sec .modallinks.-pink .modal-btn:hover,
  .contact-head .modallinks.-pink .modal-btn:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;
    background-color: #ba6bad;
  }
  .point-sec .modallinks.-pink .modal-btn:hover::before,
  .point-sec .modallinks.-pink .modal-btn:hover::after,
  .contact-head .modallinks.-pink .modal-btn:hover::before,
  .contact-head .modallinks.-pink .modal-btn:hover::after {
    background-color: #fff;
  }
  .point-sec .modallinks.-orange .modal-btn:hover,
  .contact-head .modallinks.-orange .modal-btn:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;
    background-color: #956f5a;
  }
  .point-sec .modallinks.-orange .modal-btn:hover::before,
  .point-sec .modallinks.-orange .modal-btn:hover::after,
  .contact-head .modallinks.-orange .modal-btn:hover::before,
  .contact-head .modallinks.-orange .modal-btn:hover::after {
    background-color: #fff;
  }
  .point-sec .modallinks.-green .modal-btn:hover,
  .contact-head .modallinks.-green .modal-btn:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;
    background-color: #5a955a;
  }
  .point-sec .modallinks.-green .modal-btn:hover::before,
  .point-sec .modallinks.-green .modal-btn:hover::after,
  .contact-head .modallinks.-green .modal-btn:hover::before,
  .contact-head .modallinks.-green .modal-btn:hover::after {
    background-color: #fff;
  }
  .point-sec .modallinks > ul,
  .contact-head .modallinks > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .point-sec .modallinks > ul > li,
  .contact-head .modallinks > ul > li {
    width: 32.7083%;
  }
  .point-sec .modallinks > ul > li + li,
  .contact-head .modallinks > ul > li + li {
    margin-top: 0;
    margin-left: 8px;
  }
  .point-sec .modallinks > ul .modal-btn:hover,
  .contact-head .modallinks > ul .modal-btn:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
  }
  .select-area {
    width: 320px;
  }
  .car-insurance .process-links {
    margin-top: 7px;
  }
  .car-insurance .process-links ul li {
    width: 23.125%;
  }
  .car-insurance .process-links ul li:nth-child(2n) {
    margin-left: 2.5%;
  }
  .car-insurance .process-links ul li:nth-child(n+3) {
    margin-top: 0;
  }
  .car-insurance .process-links ul li + li {
    margin-left: 2.5%;
  }
  .car-insurance .process-links ul .procedure {
    font-size: 1rem;
    line-height: 1;
    padding-left: 10.8108%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
  }
  .car-insurance .process-links ul .procedure:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;
    background-color: #c2baab;
  }
  .car-insurance .process-links ul .procedure:hover::before {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
  }
  .car-insurance .process-links ul .procedure:hover::after {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 1;
  }
  .car-insurance .process-links ul .procedure::before,
  .car-insurance .process-links ul .procedure::after {
    right: 27px;
    width: 10px;
    height: 15px;
  }
  .contact-details .details-intro::before {
    top: -119px;
    height: 121px;
  }
  .contact-details .details-change .textarea p ~ p {
    margin-top: 30px;
  }
  .contact-form .form-intro::before {
    top: -119px;
    height: 121px;
  }
  .contact-form .form-intro .textarea p {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: .25em;
  }
  .contact-form .form-link .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-form .form-link .links > li {
    width: 32.7083%;
  }
  .contact-form .form-link .links > li:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border: 2px solid #c2baab;
    background-color: #c2baab;
  }
  .contact-form .form-link .links > li:hover a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;
  }
  .contact-form .form-link .links > li:hover::before {
    opacity: 0;
  }
  .contact-form .form-link .links > li:hover::after {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 1;
  }
  .contact-form .form-link .links > li + li {
    margin-top: 0;
    margin-left: .8333%;
  }
  .contact-form .form-area .contact-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-form .form-area .contact-head .headline {
    width: 33.3333%;
    padding-left: 24px;
  }
  .contact-form .form-area .contact-head .headline + .headline {
    margin-top: 0;
  }
  .contact-form .form-wrapper .row.-column02 .box + .box {
    margin-left: 40px;
  }
  .contact-form .form-wrapper dd input,
  .contact-form .form-wrapper dd textarea,
  .contact-form .form-wrapper dd select {
    padding-left: 16px;
    letter-spacing: .12em;
  }
  .contact-form .form-wrapper .submit-btn:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #ba454b;
  }
  .contact-form .form-wrapper .submit-btn:hover input {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;
  }
  .denwa-otoiawase {
    padding-top: 60px;
  }
  .denwa-otoiawase .phone-contact > ul li + li {
    margin-top: 120px;
  }
  .denwa-otoiawase .phone-contact > ul li + li::before {
    top: -60px;
  }
  .denwa-otoiawase .phone-contact > ul .ttl {
    font-size: 1.5rem;
    line-height: 2;
    padding-bottom: 10px;
    letter-spacing: .17em;
  }
  .denwa-otoiawase .phone-contact > ul .image {
    width: 80px;
    margin-top: -4px;
  }
  .denwa-otoiawase .phone-contact > ul .info a {
    font-size: 3rem;
    line-height: 1;
  }
  .denwa-otoiawase .phone-contact > ul .info p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
  }
  .faq-otoiawase {
    padding-bottom: 80px;
  }
  .fixed-area {
    right: 24px;
    bottom: 24px;
    left: auto;
    width: 392px;
  }
  .fixed-area .fixed-pc .bottom {
    margin-top: 14px;
  }
  .index-about .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index-about .about-cont {
    width: 47.9167%;
  }
  .index-about .about-cont .box {
    padding-top: 26px;
  }
  .index-about .about-cont + .about-cont {
    margin-left: 4.1667%;
    padding-top: 0;
  }
  .index-faq {
    width: 62.5%;
  }
  .index-faq .faq-list {
    padding-top: 12px;
  }
  .index-faq .faq-list li {
    padding-bottom: 30px;
  }
  .index-faq .faq-list li a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
  }
  .index-faq .faq-list li a:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: .4;
  }
  .index-faq .question p {
    letter-spacing: .12em;
  }
  .index-faq .faq-link {
    padding-top: 26px;
  }
  .index-info .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index-member {
    max-width: 960px;
    padding-top: 120px;
    padding-bottom: 32px;
  }
  .index-member .member-wrapper > .inner {
    width: 66.6667%;
    padding: 80px 0;
  }
  .index-member .member-wrapper .logo {
    max-width: 640px;
  }
  .index-member .member-wrapper .textarea {
    margin-top: 123px;
  }
  .index-member .member-wrapper .textarea .ttl {
    font-size: 1.5rem;
    line-height: 1;
  }
  .index-member .member-wrapper .textarea p {
    font-size: 1rem;
    line-height: 1.625;
    margin-top: 15px;
    letter-spacing: .12em;
  }
  .index-member .member-wrapper .member-form {
    margin-top: 32px;
  }
  .index-member .member-wrapper .member-form .content .row + .row {
    margin-top: 30px;
  }
  .index-member .member-wrapper .member-form .content dd input {
    padding-left: 16px;
  }
  .index-member .member-wrapper .submit-btn {
    margin-top: 25px;
  }
  .member-footer {
    padding: 23px 0;
  }
  .member-footer > .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: inherit;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .member-footer > .links li + li {
    margin-top: 0;
    margin-left: 24px;
  }
  .index-mv {
    padding-top: 487px;
    background-image: url(../img/index-mv.jpg);
    background-position: top center;
    background-size: cover;
  }
  .index-mv > .inner {
    max-width: 1120px;
  }
  .index-mv > .inner h1 {
    font-size: .875rem;
    line-height: 1.7143;
    margin-top: 16px;
    letter-spacing: .14em;
  }
  .index-mv .mv-title > .main {
    font-size: 2.25rem;
    line-height: 1.5556;
    margin-top: 62px;
  }
  .index-mv .mv-title .sub {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 6px;
    letter-spacing: .12em;
  }
  .index-news {
    width: 33.3333%;
    margin-left: 4.1667%;
    padding-top: 0;
  }
  .index-news .news-list {
    padding-top: 12px;
  }
  .index-news .news-list li a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
  }
  .index-news .news-list li a:hover {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: .4;
  }
  .index-news .time {
    letter-spacing: .12em;
  }
  .index-news .news-link {
    padding-top: 26px;
  }
  .index-video .video-wrap {
    margin: 0;
    padding-top: 26px;
  }
  .index-video .video-slide {
    margin: 0;
  }
  .index-video .video iframe:hover {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 3px solid #ba454b;
  }
  .index-video .slick-slide {
    margin: 0 1.0417%;
  }
  .service-area {
    width: 100%;
  }
  .service-area + .service-area {
    margin-top: 48px;
  }
  .service-list {
    margin-top: 28px;
  }
  .service-list > .item {
    padding: 36px 6.6667%;
  }
  .service-list > .item + .item {
    margin-top: 26px;
  }
  .service-list .headline .icon {
    width: 56px;
  }
  .service-list .headline .service-ttl {
    margin-left: 12px;
  }
  .service-list .headline .service-ttl .ttl::before {
    right: -20px;
    width: 16px;
    height: 20px;
  }
  .service-list .headline .service-ttl .ttl {
    font-size: 1.5rem;
    line-height: 1.4167;
    margin-top: 6px;
    letter-spacing: .1em;
  }
  .service-list .headline .service-ttl p {
    font-size: .75rem;
    line-height: 2.5;
    margin-top: -6px;
    letter-spacing: .13em;
  }
  .service-list .contents {
    margin-top: 14px;
  }
  .service-list .contents p,
  .service-list .contents ul {
    letter-spacing: .12em;
  }
  .service-list .contents li + li {
    margin-top: 2px;
  }
  .service-list .detail-pdf.-active {
    z-index: 1;
    opacity: 1;
  }
  .service-list .detail-pdf.-active::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .4;
    background-color: #000;
  }
  ._sp {
    display: none !important;
  }
  ._pc {
    display: block !important;
  }
}

@media print, screen and (min-width: 1024px) {
  .common-header::before {
    border-top: none;
  }
  .common-header .header-upper > .inner {
    padding-top: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-header .header-upper .googleSearch {
    display: block;
    margin-top: 0.5rem;
    width: 250px;
  }
  .common-header .header-upper .googleSearch .gsc-control-cse {
    padding: 0em !important;
    width: auto !important;
  }
  .common-header .header-upper #gs_tti50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-header .header-upper .gsc-search-button-v2 {
    font-size: 0;
    padding: 6px 27px;
    width: auto;
    vertical-align: middle;
    border: 1px solid #666;
    border-radius: 2px;
    border-color: #666666;
    background-color: #CECECE;
    background-image: none;
    -webkit-filter: none;
            filter: none;
  }
  .common-header .header-upper .gsc-search-button-v2 svg {
    fill: #FFFFFF;
  }
  .common-header .header-upper .header-logo {
    width: 361px;
  }
  .common-header .header-upper .nav-toggle {
    display: none;
  }
  .service-list .links {
    margin-top: 26px;
  }
  .service-list .links > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .service-list .links > ul li {
    width: 47.6923%;
  }
  .service-list .links > ul li + li {
    margin-top: 0;
    margin-left: 24px;
  }
  ._pc-only {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .common-header .header-sitemap {
    display: block;
    text-align: right;
  }
  .common-header .header-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .index-mv {
    background-size: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bread-crumb {
    padding-left: 20px;
  }
  ._tablet-only {
    display: block;
  }
}

@media print, screen and (min-width: 321px) {
  ._se {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  ._sp-only {
    display: block;
  }
  .bread-crumb {
    display: none;
  }
}

.new-employee-mv .inner {
  padding-top: 112px;
  padding-bottom: 112px;
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  .new-employee-mv .inner {
    padding-top: 16px;
    padding-bottom: 56px;
    max-width: calc(100% - 20px);
  }
}

.new-employee-movie {
  margin-bottom: 112px;
}

@media screen and (max-width: 767px) {
  .new-employee-movie {
    margin-bottom: 64px;
  }
}

.new-employee-movie h2 {
  text-align: center;
  margin-bottom: 56px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .new-employee-movie h2 {
    margin-bottom: 32px;
    font-size: 1.625rem;
  }
}

.new-employee-movie .inner {
  margin: 0 auto;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .new-employee-movie .inner {
    max-width: calc(100% - 20px);
  }
}

.new-employee-movie .inner .container {
  width: calc(100% / 3 - 16px);
}

@media screen and (max-width: 767px) {
  .new-employee-movie .inner .container {
    width: 100%;
    margin-bottom: 32px;
  }
  .new-employee-movie .inner .container:last-of-type {
    margin-bottom: 0;
  }
}

.new-employee-movie .inner .container .item {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}

.new-employee-movie .inner .container .item iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.4rem;
}

.new-employee-movie .inner .container p {
  font-size: 1rem;
  font-weight: bold;
}

.new-employee-pagelink {
  position: relative;
  background: #E7F4FF;
}

.new-employee-pagelink .decoration {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 60px;
  background: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.new-employee-pagelink .decoration::before,
.new-employee-pagelink .decoration::after {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background: #E7F4FF;
  left: -60px;
  top: 0;
  border-radius: 50%;
}

.new-employee-pagelink .decoration::before {
  left: -60px;
  top: 0;
}

.new-employee-pagelink .decoration::after {
  left: 60px;
  top: 0;
}

.new-employee-pagelink .inner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .new-employee-pagelink .inner {
    max-width: calc(100% - 20px);
    padding: 80px 0 48px;
  }
}

.new-employee-pagelink .inner .container {
  width: calc(100% / 3 - 16px);
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px rgba(118, 118, 118, 0.2);
          box-shadow: 0 5px 20px rgba(118, 118, 118, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 72px;
  padding-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .new-employee-pagelink .inner .container {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .new-employee-pagelink .inner .container:nth-of-type(1) {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
  .new-employee-pagelink .inner .container:nth-of-type(2) {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
  .new-employee-pagelink .inner .container:nth-of-type(3) {
    width: 100%;
  }
  .new-employee-pagelink .inner .container:nth-of-type(3) .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .new-employee-pagelink .inner .container:nth-of-type(3) .icon1 {
    margin-right: 20px;
  }
  .new-employee-pagelink .inner .container:nth-of-type(3) .icon2 {
    margin-top: 0;
    margin-left: 32px;
  }
}

.new-employee-pagelink .inner .container .item p {
  font-size: 1.125rem;
  font-weight: bold;
}

.new-employee-pagelink .inner .container .icon1 {
  width: 80px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .new-employee-pagelink .inner .container .icon1 {
    width: 64px;
    margin-bottom: 12px;
  }
}

.new-employee-pagelink .inner .container .icon2 {
  width: 24px;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .new-employee-pagelink .inner .container .icon2 {
    width: 24px;
    margin-top: 12px;
  }
}

.new-employee-pagelink .inner .container picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-employee-banner .inner {
  margin: 0 auto;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .new-employee-banner .inner {
    max-width: calc(100% - 20px);
    margin-top: 44px;
    margin-bottom: 72px;
  }
}

.new-employee-plan .inner {
  margin: 0 auto;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .new-employee-plan .inner {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.new-employee-plan h2 {
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .new-employee-plan h2 {
    font-size: 1.625rem;
  }
}

.new-employee-plan img {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .new-employee-plan img {
    margin-bottom: 24px;
  }
}

.new-employee-plan p {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .new-employee-plan .textarea {
    margin: 0 auto;
    max-width: calc(100% - 10px);
  }
}

.linkHeaderSP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 5% !important;
  background: #f7f7f7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.linkHeaderSP li {
  margin: 0 2.6666666666667%;
}

.linkHeaderSP li:first-child {
  margin-left: 0;
}

.linkHeaderSP li:last-child {
  margin-right: 0;
}

.linkHeaderSP li a {
  padding: 4px 0 !important;
  background: none !important;
  text-decoration: underline !important;
  color: #333 !important;
  font-weight: bold !important;
}

.linkHeaderSP li.saiyou a {
  color: #fff !important;
  background: #3264B4 !important;
  font-size: 11px !important;
  padding: 0.5em 1em !important;
  border-radius: 5px !important;
  border-right: 1px solid #ccc !important;
  text-decoration: none !important;
}

.linkHeaderSP li:last-child {
  border-left: 1px solid #ccc;
  padding-left: .5em;
}

.linkHeaderPC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 15px;
  padding-left: 0;
  line-height: 1.4;
}

.linkHeaderPC li {
  list-style-type: none;
}

.linkHeaderPC li:not(:last-child) {
  padding-right: 1em;
}

.linkHeaderPC li.saiyou a {
  color: #fff;
  background: #3264B4;
  font-size: 13px;
  padding: .25em 1em;
  border-radius: 5px;
}

.linkHeaderPC li:last-child {
  border-left: 1px solid #ccc;
  padding-left: .5em;
}

.linkHeaderPC li a {
  color: #666;
  line-height: 1;
  font-weight: bold;
  font-size: 0.875em;
}

@media screen and (max-width: 1024px) {
  .linkHeaderPC {
    display: none;
  }
}
