<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 0.875rem;
  font-weight: normal;
  line-height: 2.1429;
  overflow-x: hidden;
  min-width: 320px;
  letter-spacing: 0.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 {
  transition: opacity 0.3s;
  opacity: 1;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes scbefore {
  0% {
    top: -46px;
  }
  25% {
    top: -46px;
  }
  50% {
    top: -46px;
  }
  100% {
    top: 0;
  }
}
@keyframes scafter {
  0% {
    top: 0;
  }
  25% {
    top: 46px;
  }
  50% {
    top: 46px;
  }
  100% {
    top: 46px;
  }
}
@keyframes tabchange {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes UpToDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes DownToUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    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 {
  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: 0.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: 0.35em 0.75em 0.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: 0.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: fit-content;
  height: -moz-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 */
  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: 0.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;
  transition: all ease 0.5s;
  letter-spacing: 0.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-column ul {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  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;
  flex-flow: column;
}

.common-column ul p {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4286;
  margin-top: 4px;
  letter-spacing: 0.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;
}

.about-company .text-area p:not(:first-child) {
  padding-left: 1em;
}

.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: flex;
  padding-left: 0;
  list-style-type: none;
  flex-flow: wrap;
}

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

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

.common-footer .copyrights {
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 1;
  margin-top: 28px;
  text-align: center;
  letter-spacing: 0.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: 0.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 &gt; .inner {
  display: flex;
  align-items: center;
  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 &gt; ul {
  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;
  transition: all 0.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: 13px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  padding: 5px 2px 4px 21px;
  text-align: left;
  background: url(../img/common/icon_gnavi04.png) 3px 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 {
  transition: all 0.3s ease;
  transform: translateY(-100%);
  border-top: 4px solid #ba454b;
  background: #faebed;
}

.common-header .header-sp.-active {
  transition: all 0.3s ease;
  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: 0.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: 0.6875rem;
  line-height: 1.4546;
  padding: 0 0 0 60px;
  color: #595757;
  background: none;
}

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

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

.bread-crumb p {
  font-size: 0.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: 0.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: flex;
  padding-top: 16px;
  justify-content: space-between;
}

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

.button-cont .button.-red {
  transition: all ease 0.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: "";
  transition: all ease 0.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 {
  transition: all ease 0.5s;
  color: #ba454b;
  border: 2px solid #ba454b;
  background-color: #fff;
}

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

.button-cont .button.-white {
  transition: all ease 0.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: "";
  transition: all ease 0.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 {
  transition: all ease 0.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 &gt; .lists {
  padding-left: 0;
  list-style-type: none;
}

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

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

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

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

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

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

.cmn-mv .inner {
  display: flex;
  width: 96%;
  height: 208px;
  margin-left: auto;
  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: 0.23em;
}

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

.main-block {
  display: flex;
  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 {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.cmn-modal.micromodal-slide[aria-hidden=false] .modal-container.-slide {
  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 {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.cmn-modal.micromodal-slide[aria-hidden=true] .modal-container.-slide {
  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: flex;
  background: rgba(0, 0, 0, 0.4);
  will-change: transform;
  align-items: 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;
  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 &gt; .inner {
  width: 93.1343%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.cmn-modal .header {
  display: flex;
  align-items: center;
  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: 0.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: 0.875rem;
  line-height: 1.8571;
  letter-spacing: 0.14em;
}

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

.cmn-modal .content p.note {
  font-size: 0.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: flex;
  width: 100%;
  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: 0.875rem;
  line-height: 1;
  letter-spacing: 0.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: 0.1em;
}

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

.point-sec .textarea,
.contact-head .textarea {
  font-size: 1rem;
  line-height: 1.8125;
  margin-top: 22px;
  letter-spacing: 0.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 &gt; ul,
.contact-head .modallinks &gt; ul {
  padding-left: 0;
  list-style-type: none;
}

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

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

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

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

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

.select-area .faq-select::before {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 10px;
  height: 16px;
  margin: auto;
  content: "";
  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: 0.14em;
  color: #c2baab;
}

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

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

.car-insurance .process-links ul {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  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: 0.875rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: flex;
  height: 56px;
  padding-left: 6.3063%;
  color: #c2baab;
  border: 2px solid #f4f4f4;
  border-radius: 2px;
  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: "";
  transition: all ease 0.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: 0.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;
  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 &gt; li {
  position: relative;
  transition: all ease 0.5s;
  border: 2px solid #fff;
  border-radius: 2px;
}

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

.contact-form .form-link .links &gt; li::before,
.contact-form .form-link .links &gt; 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 &gt; li::before {
  opacity: 1;
  background-image: url(../img/arrow-baige.svg);
}

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

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

.contact-form .form-link .attention {
  margin-top: 0.5rem;
  padding-left: 0;
}

.contact-form .form-link .attention &gt; li {
  list-style-type: none;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.5;
}

.contact-form .form-area .contact-head .headline {
  padding-left: 14px;
  opacity: 0.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: 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: 0.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: 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: flex;
  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: "";
  transform: rotate(90deg);
  background-image: url(../img/arrow-blk.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

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

.contact-form .form-wrapper dd.checkboxarea &gt; .box {
  font-size: 1rem;
  line-height: 1;
  display: flex;
  width: auto;
  letter-spacing: 0.12em;
}

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

.contact-form .form-wrapper dd.checkboxarea &gt; .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: 0.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: 0.06em;
  border-radius: 2px;
  background-color: #f4f4f4;
}

.contact-form .form-wrapper dd input::-moz-placeholder,
.contact-form .form-wrapper dd textarea::-moz-placeholder,
.contact-form .form-wrapper dd select::-moz-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::-moz-placeholder, .contact-form .form-wrapper dd textarea::-moz-placeholder, .contact-form .form-wrapper dd select::-moz-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: "";
  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;
  transition: all ease 0.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;
  transition: all ease 0.5s;
  text-align: center;
  letter-spacing: 0.12em;
  color: #ba454b;
}

.contact-form .cmn-textlink {
  color: #357ae8;
}

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

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

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

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

.denwa-otoiawase .phone-contact &gt; ul .wrap {
  display: flex;
  margin-top: 30px;
}

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

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

.denwa-otoiawase .phone-contact &gt; ul .info {
  margin-left: 10px;
  flex: 1 1;
}

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

.denwa-otoiawase .phone-contact &gt; ul .info p {
  font-size: 0.875rem;
  line-height: 1.5714;
  margin-top: 10px;
  letter-spacing: 0.13em;
}

.faq-otoiawase {
  padding-bottom: 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;
  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: 0.8;
  border-radius: 2px;
  background-color: #fff;
}

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

.fixed-area .fixed-pc .top.-active a::after {
  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: 0.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 {
  transform: rotate(-45deg);
}

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

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

.fixed-area .fixed-pc .bottom {
  position: relative;
  margin-top: 16px;
  animation-name: fade-out;
  animation-duration: 0.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;
  padding-bottom: 5px;
}

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

.fixed-area .fixed-sp a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
  display: inline-flex;
  width: 50%;
  height: 40px;
  letter-spacing: 0.12em;
  color: #fff;
  align-items: 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;
}

.fixed-area .fixed-sp .title {
  text-align: center;
  color: #fff;
  padding-top: 5px;
  font-size: 13px;
}

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;
}

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

.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;
  box-shadow: 0 0 16px -6px rgba(204, 204, 204, 0.4);
}

.index-member .member-wrapper &gt; .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: 0.18em;
}

.index-member .member-wrapper .textarea p {
  font-size: 0.875rem;
  line-height: 1.8571;
  margin-top: 12px;
  letter-spacing: 0.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: 0.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: 0.1em;
  border-radius: 2px;
  background-color: #f4f4f4;
}

.index-member .member-wrapper .member-form .content dd input::-moz-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: 0.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: 0.1em;
  color: #fff;
  border-radius: 2px;
  background-color: #ba454b;
}

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

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

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

.member-footer &gt; .links li a {
  letter-spacing: 0.14em;
}

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

.index-mv {
  position: relative;
  margin-bottom: 30px;
}

.index-mv &gt; .inner {
  width: 100%;
  margin: 0px auto;
}

.index-mv &gt; .inner h1 {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.75;
  position: absolute;
  width: 80%;
  top: 10vw;
  left: 10%;
}

.index-mv .mv-title &gt; .main {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.75;
  position: absolute;
  width: 80%;
  top: 10vw;
  left: 10%;
}

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

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

.index-mv .mv_banner {
  max-width: 360px;
  position: absolute;
  right: auto;
  top: 106%;
}

.thanks-message {
  margin-bottom: 30px;
}
.thanks-message .inner {
  text-align: center;
  font-size: 1rem;
  padding: 1rem;
}
.thanks-message a {
  color: #357ae8;
}

.index-about &gt; .inner {
  padding: 0 5%;
}

.index-about &gt; .inner .hdl-ttl {
  background: #015a84;
  padding: 15px 5%;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.index-about_dantaihoken &gt; .inner .hdl-ttl {
  background: #6199A0;
}

.index-about &gt; .inner .img {
  position: relative;
  margin-bottom: 20px;
}

.index-about .about-question .question-box {
  margin-bottom: 20px;
}

.index-about .about-question .question-box p {
  font-size: 16px;
}

.index-about .about-question .button a {
  border: solid 3px #c01921;
  background: #c01921 url(../img/common/arrow-white.svg) no-repeat 96% center;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 5px 0 5px 5%;
  line-height: 1.4rem;
  margin: 20px 0 5px 0;
}

.index-about .about-question .button a &gt; span {
  font-size: 12px;
}

.index-about .about-question .question-box h3 {
  text-align: center;
}

.index-about .about-question .question-box .caution {
  text-align: center;
  display: block;
}

.index-about .about-question .button.simulation a {
  background: url(../img/icon_simulation.svg) no-repeat 6vw center/4%;
}

.index-about .about-question .product-button a {
  background: #c9c1b4 url(../img/common/arrow-white.svg) no-repeat 96% center;
  width: 70%;
  display: block;
  color: #fff;
  margin: 20px auto 30px auto;
  padding: 0px 5%;
  font-size: 18px;
  font-weight: 500;
  transition: all ease 0.5s;
  border: 2px solid #c2baab;
}

.index-about .about-question .product-button a:hover {
  color: #c2baab;
  background: #fff url(../../shain/img/arrow-baige.svg) no-repeat 96% center;
  border: 2px solid #c2baab;
}

.index-news {
  padding: 30px 5%;
}

.index-news .hdl-ttl {
  border-bottom: 4px #c01921 solid;
  color: #c01921;
  padding: 10px 5%;
  margin-bottom: 10px;
  text-align: center;
}

.index-news .left-box .hdl-subttl {
  text-align: center;
}

.index-news .left-box p {
  text-align: center;
  line-height: 1.8em;
}

.index-news .application-button a {
  background: #c9c1b4 url(../img/common/arrow-white.svg) no-repeat 96% center;
  width: 100%;
  display: block;
  color: #fff;
  margin: 10px 0;
  padding: 10px 5%;
  font-size: 18px;
  font-weight: 500;
  transition: all ease 0.5s;
  border: 2px solid #c2baab;
}

.index-news .application-button a:hover {
  color: #c2baab;
  background: #fff url(../../shain/img/arrow-baige.svg) no-repeat 96% center;
  border: 2px solid #c2baab;
}

.index-news .aboutseminar-button a {
  background: #c01921 url(../img/common/arrow-white.svg) no-repeat 96% center;
  width: 70%;
  max-width: 280px;
  display: block;
  color: #fff;
  margin: 10px 0;
  padding: 3px 5%;
  font-size: 16px;
  font-weight: 500;
  transition: all ease 0.5s;
  border: 2px solid #c01921;
  margin: 10px auto 30px auto;
}

.index-news .right-box {
  background-color: #fff;
  padding: 10px 3% 10px 3%;
}

.index-news .right-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
}

.index-news .right-box ul li {
  line-height: 1.7em;
  background: url(../img/underline.svg) repeat-x 0 bottom;
  padding: 10px 1%;
}

.index-news .right-box ul li span {
  color: #c01921;
  font-weight: 600;
}

.index-news .text-thanks {
  font-size: 1.17em;
  font-weight: 700;
  text-align: center;
}
.index-news .archive-video {
  display: flex;
  margin: 0 0 20px 0;
}
.index-news .archive-video :nth-child(1) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .index-news .archive-video :nth-child(1) {
    margin-right: 10px;
  }
}

.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 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.index-video .slick-track {
  display: flex;
}

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

.index-video p span.new {
  color: #d54188;
}

.index-useful {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.index-useful .inner {
  margin-bottom: 0.5rem;
  padding: 3em 2em;
  border: 3px solid #F4F4F4;
  align-items: center;
  border-radius: 10px;
  justify-content: flex-start;
}

.index-useful h2 {
  color: #62a5b5;
  border-bottom: #62a5b5 solid 4px;
  padding-bottom: 8px;
}

.index-useful .textarea {
  margin: 20px 0;
}

.index-useful .flex-wrap {
  display: flex;
}

.index-useful .flex-wrap.flex-box {
  width: 50%;
}

.index-useful .flex-wrap.flex-box.column {
  padding-right: 20px;
  flex-direction: column;
}

.index-useful .flex-wrap.flex-box.osusume {
  padding: 20px;
  margin-top: 20px;
  background: #f4f4f4;
}

.index-useful .flex-wrap.flex-box.osusume h3 {
  text-align: center;
  font-size: 1.2rem;
  padding: 0 0 10px 0;
  border-bottom: 3px dotted #F4F4F4;
  color: #ba454b;
}

.index-useful .flex-wrap.flex-box.osusume .article-wrap {
  width: 100%;
  padding: 20px;
  background: #fff;
}

.index-useful .flex-wrap.flex-box.osusume .article-wrap .article-box {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 3px dotted #F4F4F4;
  background: url(../img/arrow-blk.svg) no-repeat 96% center;
}

.index-useful .flex-wrap.flex-box.osusume .article-wrap .article-box img {
  width: 25%;
  margin-right: 5%;
}

.index-useful .flex-wrap.flex-box.osusume .article-wrap .article-box p {
  width: 70%;
  padding-right: 10%;
  line-height: 1.5em;
}

.index-useful a.button {
  margin: 20px auto 0 auto;
  display: block;
  position: relative;
  border: 2px solid #ba454b;
  background: #c01921 url(../img/common/arrow-white.svg) no-repeat 96% center;
  border-radius: 2px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  padding: 0.5em 2em;
  width: 300px;
  max-width: 100%;
  transition: 0.5s;
}

.menu-cont {
  margin-bottom: 60px;
}

.menu-cont &gt; .inner {
  padding: 0 5%;
}

.menu-cont ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.menu-cont ul li {
  width: 47.4359%;
  text-align: center;
}

.menu-cont ul li &gt; a {
  display: block;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  border: 2px solid #f4f4f4;
  background-color: #fff;
  flex-flow: column;
  position: relative;
}

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

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

.menu-cont ul .image {
  width: 43.2432%;
  margin: auto;
}

.menu-cont ul p.title {
  font-size: 0.775rem;
  font-weight: bold;
  line-height: 1.4286;
  margin-top: 4px;
  letter-spacing: 0.02em;
}

.menu-cont ul p.detail {
  font-size: 0.7rem;
  line-height: 1.4286;
  margin-top: 4px;
  letter-spacing: 0.02em;
}

.menu-cont ul li .reference {
  display: inline;
  font-size: 0.7rem;
  padding: 0;
  border: none;
  position: relative;
  z-index: 1;
  bottom: 53px;
  line-height: 1.5em;
  display: inline-block;
}

.menu-cont ul li .reference a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .menu-cont .text-area {
    margin-top: 20px;
  }
}
.kv-wrap {
  background: #000;
}

.kv-wrap &gt; 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 &gt; .item {
  position: relative;
  padding: 24px 12px;
  border: 2px solid #f4f4f4;
}

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

.service-list.limited &gt; .item {
  background: #f4f4f4;
}

.service-list .headline &gt; a {
  display: flex;
}

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

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

.service-list .headline .service-ttl .ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  letter-spacing: 0.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: 0.75rem;
  line-height: 1.8333;
  letter-spacing: 0.16em;
}

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

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

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

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

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

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

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

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

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

.service-list .links &gt; ul .modal-btn::before,
.service-list .links &gt; 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 &gt; ul .modal-btn::after {
  transform: rotate(90deg);
}

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

.service-list .links &gt; 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: flex;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: 0.09em;
  opacity: 0;
  color: #fff;
  align-items: 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: 0.16em;
  }
  .common-link a:hover {
    transition: all ease 0.5s;
    opacity: 0.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 {
    align-items: baseline;
  }
  .common-column.-colm02 .box {
    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 {
    transition: all ease 0.5s;
  }
  .common-column ul a:hover {
    transition: all ease 0.5s;
    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: 0.09em;
  }
  .common-footer .inner {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .common-footer .footer-map {
    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 {
    transition: all ease 0.5s;
  }
  .common-footer .footer-map a:hover {
    transition: all ease 0.5s;
    opacity: 0.4;
  }
  .common-footer .copyrights {
    font-size: 0.875rem;
    line-height: 1;
    margin-top: 14px;
    letter-spacing: 0.17em;
  }
  .common-header {
    position: inherit;
  }
  .bread-crumb {
    height: 32px;
    padding-left: 0;
  }
  .bread-crumb a {
    font-size: 0.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 &gt; .lists a {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: flex;
    height: 56px;
    padding-left: 24px;
    transition: all ease 0.5s;
    transition: all ease 0.5s;
    letter-spacing: 0.14em;
    color: #c2baab;
    border: 2px solid #f4f4f4;
    border-radius: 2px;
    align-items: center;
  }
  .category-list &gt; .lists a:hover {
    transition: all ease 0.5s;
    color: #fff;
    background-color: #c2baab;
  }
  .category-list &gt; .lists a:hover::before {
    transition: all ease 0.5s;
    opacity: 0;
  }
  .category-list &gt; .lists a:hover::after {
    transition: all ease 0.5s;
    opacity: 1;
  }
  .category-list &gt; .lists a::before,
  .category-list &gt; .lists a::after {
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 10px;
    height: 15px;
    margin: auto;
    content: "";
    transition: all ease 0.5s;
    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: 0.17em;
  }
  .cmn-mv .mv-title .sub {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.25em;
  }
  .main-block {
    flex-flow: inherit;
  }
  .main-block .block-left {
    max-width: 600px;
  }
  .main-block .block-right {
    position: sticky;
    top: 50px;
    display: table;
    width: 33.3333%;
    width: 320px;
    margin-bottom: 0;
    margin-left: 4.1667%;
    flex: 1 1;
  }
  .cmn-modal .modal-container {
    padding: 40px;
  }
  .cmn-modal .modal-container &gt; .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;
    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 {
    transform: rotate(90deg);
  }
  .point-sec + .point-sec,
  .contact-head + .point-sec {
    margin-top: 64px;
  }
  .point-sec .headline,
  .contact-head .headline {
    display: inline-flex;
  }
  .point-sec .headline .accent .point,
  .contact-head .headline .accent .point {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.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: 0.13em;
  }
  .point-sec .modallinks.-blue .modal-btn:hover,
  .contact-head .modallinks.-blue .modal-btn:hover {
    transition: all ease 0.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 {
    transition: all ease 0.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 {
    transition: all ease 0.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 {
    transition: all ease 0.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 &gt; ul,
  .contact-head .modallinks &gt; ul {
    display: flex;
  }
  .point-sec .modallinks &gt; ul &gt; li,
  .contact-head .modallinks &gt; ul &gt; li {
    width: 32.7083%;
  }
  .point-sec .modallinks &gt; ul &gt; li + li,
  .contact-head .modallinks &gt; ul &gt; li + li {
    margin-top: 0;
    margin-left: 8px;
  }
  .point-sec .modallinks &gt; ul .modal-btn:hover,
  .contact-head .modallinks &gt; ul .modal-btn:hover {
    transition: all ease 0.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%;
    transition: all ease 0.5s;
  }
  .car-insurance .process-links ul .procedure:hover {
    transition: all ease 0.5s;
    color: #fff;
    background-color: #c2baab;
  }
  .car-insurance .process-links ul .procedure:hover::before {
    transition: all ease 0.5s;
    opacity: 0;
  }
  .car-insurance .process-links ul .procedure:hover::after {
    transition: all ease 0.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: 0.25em;
  }
  .contact-form .form-link .links {
    display: flex;
  }
  .contact-form .form-link .links &gt; li {
    width: 32.7083%;
  }
  .contact-form .form-link .links &gt; li:hover {
    transition: all ease 0.5s;
    border: 2px solid #c2baab;
    background-color: #c2baab;
  }
  .contact-form .form-link .links &gt; li:hover a {
    transition: all ease 0.5s;
    color: #fff;
  }
  .contact-form .form-link .links &gt; li:hover::before {
    opacity: 0;
  }
  .contact-form .form-link .links &gt; li:hover::after {
    transition: all ease 0.5s;
    opacity: 1;
  }
  .contact-form .form-link .links &gt; li + li {
    margin-top: 0;
    margin-left: 0.8333%;
  }
  .contact-form .form-link .attention {
    display: flex;
  }
  .contact-form .form-link .attention &gt; li {
    width: 32.7083%;
  }
  .contact-form .form-link .attention &gt; li + li {
    margin-left: 0.8333%;
  }
  .contact-form .form-area .contact-head {
    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: 0.12em;
  }
  .contact-form .form-wrapper .submit-btn:hover {
    transition: all ease 0.5s;
    background-color: #ba454b;
  }
  .contact-form .form-wrapper .submit-btn:hover input {
    transition: all ease 0.5s;
    color: #fff;
  }
  .denwa-otoiawase {
    padding-top: 60px;
  }
  .denwa-otoiawase .phone-contact &gt; ul li + li {
    margin-top: 120px;
  }
  .denwa-otoiawase .phone-contact &gt; ul li + li::before {
    top: -60px;
  }
  .denwa-otoiawase .phone-contact &gt; ul .ttl {
    font-size: 1.5rem;
    line-height: 2;
    padding-bottom: 10px;
    letter-spacing: 0.17em;
  }
  .denwa-otoiawase .phone-contact &gt; ul .image {
    width: 80px;
    margin-top: -4px;
  }
  .denwa-otoiawase .phone-contact &gt; ul .info a {
    font-size: 3rem;
    line-height: 1;
  }
  .denwa-otoiawase .phone-contact &gt; 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-member {
    max-width: 960px;
    padding-top: 120px;
    padding-bottom: 32px;
  }
  .index-member .member-wrapper &gt; .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: 0.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 &gt; .links {
    display: flex;
    max-width: inherit;
    margin-left: 0;
    justify-content: center;
  }
  .member-footer &gt; .links li + li {
    margin-top: 0;
    margin-left: 24px;
  }
  .index-mv {
    background: #ffede7;
    padding: 18px 0;
  }
  .index-mv_dantaihoken {
    padding: 18px 20px;
  }
  .index-mv &gt; .inner {
    max-width: 1120px;
    position: relative;
  }
  .index-mv &gt; .inner h1 {
    font-size: 0.875rem;
    line-height: 1.7143;
    letter-spacing: 0.14em;
    top: 1.8vw;
    left: 3vw;
    margin: 0 auto;
  }
  .index-mv_dantaihoken &gt; .inner h1 {
    top: 7%;
    left: 5%;
    margin: 0 auto;
  }
  .index-mv .mv-title &gt; .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: 0.12em;
  }
  .index-mv .mv_banner {
    max-width: 360px;
    position: absolute;
    right: 60px;
    top: 100px;
  }
  .index-about &gt; .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px 20px 50px;
  }
  .index-about_dantaihoken &gt; .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 960px;
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
  .index-about &gt; .inner .hdl-ttl {
    width: 100%;
  }
  .index-about &gt; .inner .img {
    max-width: 460px;
    width: 45%;
    padding-top: 0;
    margin-right: 5%;
  }
  .index-about &gt; .inner .about-question {
    max-width: 460px;
    width: 50%;
  }
  .index-about &gt; .inner .about-question h3 {
    font-size: 18px;
  }
  .index-about .about-question .button a {
    padding: 10px 0 10px 0;
  }
  .index-about .about-question .product-button a {
    width: 100%;
    max-width: 230px;
    margin: 15px 0 0 auto;
    padding: 3px 5%;
  }
  .index-news .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
  }
  .index-news .inner .hdl-ttl {
    width: 100%;
    padding: 10px 0px;
    text-align: left;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
  }
  .index-news .inner .left-box {
    max-width: 365px;
    width: 38%;
  }
  .index-news .inner .right-box {
    max-width: 560px;
    width: 60%;
    margin-left: 2%;
  }
  .index-news .right-box ul {
    font-size: 16px;
  }
  .index-news .aboutseminar-button a {
    width: 100%;
    max-width: 230px;
    margin: 20px auto 0 auto;
  }
  .index-news .application-button a {
    width: 100%;
    max-width: 230px;
    padding: 3px 5%;
    margin: 0 0 10px auto;
  }
  .index-video .video-wrap {
    margin: 0;
    padding-top: 26px;
  }
  .index-video .video-slide {
    margin: 0;
  }
  .index-video .video video:hover {
    box-sizing: border-box;
    border: 3px solid #ba454b;
  }
  .index-video .slick-slide {
    margin: 0 1.0417%;
  }
  .menu-cont &gt; .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .menu-cont ul li {
    width: 23.125%;
    margin-bottom: 20px;
  }
  .menu-cont ul li + li {
    margin-left: 2.5%;
  }
  .menu-cont ul li:nth-child(2n) {
    margin-left: 2.5%;
  }
  .menu-cont ul li:nth-child(n+3) {
    margin-top: 0;
  }
  .menu-cont ul li:nth-child(5n) {
    margin-left: 0;
  }
  .menu-cont ul p.title {
    font-size: 1rem;
    line-height: 1.5;
    padding-right: 4px;
    padding-left: 4px;
    letter-spacing: 0.09em;
  }
  .menu-cont ul p.detail {
    font-size: 0.9rem;
  }
  .index-links &gt; .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .index-links ul li {
    width: 23.125%;
    margin-bottom: 20px;
  }
  .index-links ul li:nth-child(n+3) {
    margin-top: 0;
  }
  .index-links ul li:nth-child(5n) {
    margin-left: 0;
  }
  .index-links ul p.title {
    font-size: 1rem;
    line-height: 1.5;
    padding-right: 4px;
    padding-left: 4px;
    letter-spacing: 0.09em;
  }
  .index-links ul p.detail {
    font-size: 0.9rem;
  }
  .service-area {
    width: 100%;
  }
  .service-area + .service-area {
    margin-top: 48px;
  }
  .service-list {
    margin-top: 28px;
  }
  .service-list &gt; .item {
    padding: 36px 6.6667%;
  }
  .service-list &gt; .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: 0.1em;
  }
  .service-list .headline .service-ttl p {
    font-size: 0.75rem;
    line-height: 2.5;
    margin-top: -6px;
    letter-spacing: 0.13em;
  }
  .service-list .contents {
    margin-top: 14px;
  }
  .service-list .contents p,
  .service-list .contents ul {
    letter-spacing: 0.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: 0.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 &gt; .inner {
    padding-top: 5px;
    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: 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;
    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 &gt; ul {
    display: flex;
    justify-content: flex-end;
  }
  .service-list .links &gt; ul li {
    width: 47.6923%;
  }
  .service-list .links &gt; 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: flex;
    border: none;
    justify-content: space-between;
    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: flex;
  flex-wrap: wrap;
  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(33.3333333333% - 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%;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 80px;
  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(33.3333333333% - 16px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(118, 118, 118, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: 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: flex;
    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: flex;
  justify-content: center;
}

.new-employee-banner .inner {
  margin: 0 auto;
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  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: flex;
  justify-content: flex-start;
  padding: 1em 5% !important;
  background: #f7f7f7;
  align-items: center;
}

.linkHeaderSP li {
  margin: 0 2.6666666667%;
}

.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: 0.5em;
}

.linkHeaderPC {
  display: flex;
  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: 0.25em 1em;
  border-radius: 5px;
}
.linkHeaderPC li:last-child {
  border-left: 1px solid #ccc;
  padding-left: 0.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;
  }
}
/* SS追記 */
.new-employee-pagelink .attention {
  display: flex;
  justify-content: space-around;
  padding-top: 0.75rem;
}

.new-employee-pagelink .attention p {
  width: calc(33.3333333333% - 16px);
  text-align: center;
  line-height: 1.4;
  font-size: 0.75rem;
}

.new-employee-pagelink .inner:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .new-employee-pagelink .attention p {
    width: calc(50% - 8px);
  }
}
.new-employee-movie .inner .container .item video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.4rem;
}

.new-employee-movie .inner {
  justify-content: space-evenly;
}

.new-employee-movie .inner .container {
  width: calc(50% - 64px);
}

@media screen and (max-width: 767px) {
  .new-employee-movie .inner .container {
    width: 100%;
    margin-bottom: 32px;
  }
}
/* end SS追記 */
.golfer-insurance .textarea {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 10px;
  letter-spacing: 0.13em;
}
.golfer-insurance .cmn-mv .inner {
  background-image: url(../img/golfer-mv.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #EEFAF7;
}
.golfer-insurance .cmn-mv .inner .mv-title {
  color: #000;
}
.golfer-insurance .btn {
  margin: 3rem auto;
}
.golfer-insurance .btn ul {
  padding: 0;
  text-align: center;
}
.golfer-insurance .btn ul li {
  list-style: none;
  max-width: 675px;
  margin: 3rem auto 0;
}
.golfer-insurance .btn ul li a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.16em;
  border: 2px solid #F4F4F4;
  padding: 2rem;
  position: relative;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .golfer-insurance .btn ul li a {
    font-size: 20px;
  }
}
.golfer-insurance .btn ul li a::before {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 27px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .golfer-insurance .btn ul li a::before {
    left: 3%;
    width: 40px;
    height: 40px;
  }
}
.golfer-insurance .btn ul li a::after {
  position: absolute;
  content: "";
  top: 45%;
  transform: translateY(-50%);
  right: 27px;
  width: 20px;
  height: 30px;
  width: 15px;
  height: 15px;
  border-top: 4px solid #c2baab;
  border-right: 4px solid #c2baab;
  transform: rotate(45deg);
}
.golfer-insurance .btn ul li a:hover {
  transition: all ease 0.5s;
  color: #fff;
  background-color: #c2baab;
}
.golfer-insurance .btn ul li a:hover::after {
  content: "";
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}
.golfer-insurance .btn ul li.web a::before {
  background-image: url(../img/contact-icon05.svg);
}
.golfer-insurance .btn ul li.about a::before {
  background-image: url(../img/shain/service-figure06.svg);
}
.golfer-insurance .btn ul li span.pdf::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  content: "";
  background-image: url(../img/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.golfer-insurance .footer-contact ul {
  justify-content: space-between;
}
.golfer-insurance .footer-contact ul li {
  width: 48.5%;
}
.golfer-insurance .footer-contact ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.golfer-insurance .footer-contact ul li a .image {
  width: 20%;
  max-width: 90px;
}
.golfer-insurance .footer-contact ul li a .txt {
  width: 75%;
  text-align: left;
}
.golfer-insurance .footer-contact ul li a .txt .tel {
  font-size: 25px;
}
.golfer-insurance .footer-contact ul li a .txt .attention {
  font-weight: normal;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .golfer-insurance .footer-contact ul li {
    width: 100%;
  }
  .golfer-insurance .footer-contact ul li + li {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.index-limitedvideo {
  margin-bottom: 0;
  padding-bottom: 0;
}

.index-video .video-limitedvideo {
  display: flex;
}
.index-video .video-limitedvideo .box {
  margin: 0 1.0417%;
}
@media screen and (max-width: 768px) {
  .index-video .video-limitedvideo {
    flex-direction: column;
  }
  .index-video .video-limitedvideo .box {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}

@media screen and (max-width: 768px) {
  .index-useful {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .index-useful .inner {
    padding: 2em 2em;
  }
  .index-useful .flex-wrap {
    flex-direction: column;
  }
  .index-useful .flex-wrap.flex-box.column {
    width: 100%;
    padding-right: 0px;
  }
  .index-useful .flex-wrap.flex-box.osusume {
    padding: 10px;
  }
  .index-useful .flex-wrap.flex-box {
    width: 100%;
  }
  .index-useful .flex-wrap.flex-box.osusume .article-wrap {
    margin-top: 0px;
  }
  .index-useful .flex-wrap.flex-box.osusume .article-wrap .article-box {
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 8% 10px 0;
    line-height: 1.4rem;
  }
  .index-useful .flex-wrap.flex-box.osusume .article-wrap .article-box p {
    padding-right: 0%;
  }
}
.mfp-iframe-holder .mfp-content {
  height: 85vw;
  max-height: 650px;
}
.mfp-iframe-holder .mfp-close {
  top: -44px;
  right: 0;
  background: #ff5722;
  width: 44px;
  padding: 0;
  text-align: center;
  opacity: 1;
  font-size: 44px;
  border-radius: 6px 6px 0 0;
}
.mfp-iframe-holder .mfp-close:hover {
  opacity: 0.65;
}

@media screen and (max-width: 768px) {
  .mfp-iframe-holder .mfp-content {
    height: 110vw;
  }
}
body.movie {
  margin: 0;
  padding: 0.5em;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
body.movie video {
  width: 100%;
}
body.movie .inner {
  margin: 0 auto;
  padding: 0.5em;
  max-width: 900px;
}
body.movie h1 {
  font-size: 16px;
  margin: 0.25em 0;
}
body.movie p {
  font-size: 14px;
  margin: 0;
}
body.movie .fc-red,
body.movie .fc-red a {
  color: rgb(186, 69, 75);
}

.index-about .reason-box {
  padding: 0 3% 0px 3%;
}
@media screen and (min-width: 769px) {
  .index-about .reason-box {
    text-align: center;
    padding: 0 50px 20px 50px;
    display: flex;
    flex-wrap: wrap;
  }
}
.index-about .reason-box p {
  width: 100%;
  margin-bottom: 0px;
  font-size: 16px;
}
.index-about .reason-box .reason-box01 {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .index-about .reason-box .reason-box01 {
    width: 50%;
    margin-bottom: 0px;
  }
}
.index-about .reason-box .reason-box02 {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .index-about .reason-box .reason-box02 {
    width: 50%;
    max-width: 422px;
    display: flex;
    align-items: center;
  }
}
.index-about .reason-box .reason-box02 ul {
  list-style: none;
  padding: 0;
}
.index-about .reason-box .reason-box02 ul li {
  margin-bottom: 0px;
  letter-spacing: -0.02rem;
}

.top-banners {
  padding: 18px 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top-banners {
    width: 100%;
    margin: 20px 0 40px 0;
  }
}
.top-banners ul {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .top-banners ul {
    margin: 0 auto;
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.top-banners ul li {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  .top-banners ul li {
    width: 48%;
    margin: 0px 0 20px 0;
  }
}

/* // 保険診断 */
.index-shindan h2 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 769px) {
  .index-shindan h2 {
    font-size: 25px;
    margin-top: 30px;
  }
}
.index-shindan h2 span {
  color: #005DB3;
  display: block;
}
.index-shindan h2 span:before {
  content: "　";
  background: url(../img/icon_recommend.svg) no-repeat 0 0;
  background-size: contain;
  width: 80px;
  height: 39px;
  display: inline-block;
  position: relative;
  bottom: 0px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .index-shindan h2 span:before {
    width: 114px;
    height: 59px;
    bottom: 8px;
  }
}
.index-shindan .hoken-shindan-section {
  max-width: 960px;
  border-radius: 20px;
  background: #f6f5f4;
  margin: 30px auto 50px auto;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-shindan .hoken-shindan-section {
    width: 90%;
    padding: 10px;
    margin: 30px auto 40px auto;
  }
}
.index-shindan .hoken-shindan-section .hoken-shindan-block {
  border: solid 2px #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .index-shindan .hoken-shindan-section .hoken-shindan-block {
    flex-direction: column;
  }
}
.index-shindan .hoken-shindan-section .illust01 {
  max-width: 194px;
  width: 20%;
  position: absolute;
  left: 20px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .index-shindan .hoken-shindan-section .illust01 {
    top: 10px;
  }
}
.index-shindan .hoken-shindan-section .illust02 {
  max-width: 234px;
  width: 26%;
  margin: 20px 0 20px 6%;
}
@media screen and (max-width: 768px) {
  .index-shindan .hoken-shindan-section .illust02 {
    margin: 0%;
    position: absolute;
    top: 10px;
    right: 7%;
    width: 12%;
  }
}
.index-shindan .hoken-shindan-section .box {
  max-width: 429px;
  text-align: center;
  margin-left: 6%;
}
@media screen and (max-width: 768px) {
  .index-shindan .hoken-shindan-section .box {
    margin-left: 0;
  }
}
.index-shindan .hoken-shindan-section .ttl {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .index-shindan .hoken-shindan-section .ttl {
    width: 60%;
    margin: 0 auto 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .index-shindan .hoken-shindan-section .text {
    font-size: 0.8em;
  }
}
.index-shindan .hoken-shindan-section .button a {
  background: #325bbb url(../img/hoken_shindan/img_arrow.svg) no-repeat 90% center/30px;
  fill: #fff;
  border-radius: 10px;
  color: #fff;
  max-width: 342px;
  width: 100%;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .index-shindan .hoken-shindan-section .button a {
    background: #325bbb url(../img/hoken_shindan/img_arrow.svg) no-repeat 90% center/5vw;
    width: 90%;
    padding: 5px 0;
    font-size: 1.2em;
  }
}
.index-shindan .hoken-shindan-section .button .note {
  width: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .index-shindan .hoken-shindan-section .button .note {
    width: 5vw;
  }
}

.links-box {
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  .links-box {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 40px;
  }
}
.links-box ul {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .links-box ul {
    display: flex;
    justify-content: space-between;
  }
}
.links-box ul li {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  .links-box ul li {
    width: 48%;
    margin: 0px 0;
  }
}

.index-links {
  margin-bottom: 60px;
}

.index-links &gt; .inner .hdl-ttl3 {
  font-size: 1.2rem;
  text-align: left;
  background: #FFECD1;
  color: #000;
  border-radius: 8px;
}
.index-links &gt; .inner .hdl-ttl3 span {
  font-size: 1rem;
  font-weight: lighter;
}

.index-links &gt; .inner .hdl-ttl4 {
  background: #E0F4DB;
}

.index-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.index-links ul li &gt; a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  border: 2px solid #f4f4f4;
  background-color: #fff;
  flex-flow: row;
  position: relative;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
}

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

.index-links ul .image {
  width: 40%;
  padding-right: 30px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index-links ul .image_seimeihoken img {
  padding: 0px 12px;
}

.index-links ul .image_injury img {
  padding: 0px 24px;
}

.index-links ul .image_insurance img {
  margin: -10px;
}

.index-links ul p.title {
  width: 56%;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: left;
  padding-right: 30px;
  height: 80px;
  display: flex;
  align-items: center;
}

.index-links .arrow {
  width: 3%;
}

.index-links ul p.detail {
  font-size: 0.7rem;
  line-height: 1.4286;
  margin-top: 4px;
  letter-spacing: 0.02em;
}

.index-links ul li .reference {
  display: inline;
  font-size: 0.7rem;
  padding: 0;
  border: none;
  position: relative;
  z-index: 1;
  bottom: 53px;
  line-height: 1.5em;
  display: inline-block;
}

.index-links ul li .reference a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .index-links .text-area {
    margin-top: 20px;
  }
  .index-links ul li &gt; a {
    padding: 28px 20px;
  }
  .index-links ul .image {
    width: 36%;
    max-width: 140px;
    padding-right: 20px;
  }
  .index-links ul .image_seimeihoken img {
    padding: 0px 6px;
  }
  .index-links ul .image_injury img {
    padding: 0px 16px;
  }
  .index-links ul p.title {
    width: 60%;
    padding-right: 10px;
  }
  .index-links .arrow {
    width: 4%;
  }
}
</pre></body></html>