@charset "UTF-8";
:root {
  /* color*/
  --base-color-primary: #1E32A5;
  --base-color-secondary: #EDEFF8;
  --base-color-tertiary: #F7F5D6;
  --base-color-quaternary: #D9EFDE;
  --base-color-white: #FFFFFF;
  --base-color-chatbot: #286EBE;
  --font-color-primary: #1E32A5;
  --font-color-black: #333;
  --font-color-white: #FFFFFF;
  --btn-color-primary: #1E32A5;
  --btn-color-secondary: #ECE496;
  --btn-color-tertiary: #DADEF0;
  --btn-color-danger: #BE375A;
  --btn-color-white: #FFFFFF;
  --btn-color-brand: #04127C;
  --btn-border-color-primary: #1E32A5;
  --btn-border-color-secondary: #ECE496;
  --btn-border-color-tertiary: #DADEF0;
  --btn-border-color-danger: #BE375A;
  --btn-border-color-brand: #04127C;
  /* page-width*/
  --page-width: 1240px;
  --page-width-md: 840px;
  /* gutter*/
  --gutter-lg: 60px;
  --gutter-md: 40px;
  --gutter-sm: clamp-px(18);
  /* transition animation */
  --transition-animation: .2s ease;
}

html,
body {
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
  color: var(--font-color-black);
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 500;
}

body * {
  box-sizing: border-box;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th, td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  clear: both;
  content: "";
  content: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

a {
  color: #1E32A5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

._color_white {
  color: var(--font-color-white) !important;
}

._bg_primary {
  background-color: var(--base-color-primary) !important;
}

._bg_secondary {
  background-color: var(--base-color-secondary) !important;
}

._bg_tertiary {
  background-color: var(--base-color-tertiary) !important;
}

._bg_quaternary {
  background-color: var(--base-color-quaternary) !important;
}

._bg_white {
  background-color: var(--base-color-white) !important;
}

._fw_medium {
  font-weight: 500 !important;
}

._fw_bold {
  font-weight: 700 !important;
}

@media (min-width: 1200px) {
  ._fz_15\@md- {
    font-size: 0.9375rem;
  }
}

._mt_0 {
  margin-top: 0px !important;
}
@media not all and (min-width: 1200px) {
  ._mt_0\@-md {
    margin-top: clamp-px(0) !important;
  }
}
@media (min-width: 1200px) {
  ._mt_0\@md- {
    margin-top: 0px !important;
  }
}
@media (min-width: px) {
  ._mt_0\@lg- {
    margin-top: 0px !important;
  }
}

._mb_0 {
  margin-bottom: 0px !important;
}
@media not all and (min-width: 1200px) {
  ._mb_0\@-md {
    margin-bottom: clamp-px(0) !important;
  }
}
@media (min-width: 1200px) {
  ._mb_0\@md- {
    margin-bottom: 0px !important;
  }
}
@media (min-width: px) {
  ._mb_0\@lg- {
    margin-bottom: 0px !important;
  }
}

._pt_0 {
  padding-top: 0px !important;
}
@media not all and (min-width: 1200px) {
  ._pt_0\@-md {
    padding-top: clamp-px(0) !important;
  }
}
@media (min-width: 1200px) {
  ._pt_0\@md- {
    padding-top: 0px !important;
  }
}
@media (min-width: px) {
  ._pt_0\@lg- {
    padding-top: 0px !important;
  }
}

._pb_0 {
  padding-bottom: 0px !important;
}
@media not all and (min-width: 1200px) {
  ._pb_0\@-md {
    padding-bottom: clamp-px(0) !important;
  }
}
@media (min-width: 1200px) {
  ._pb_0\@md- {
    padding-bottom: 0px !important;
  }
}
@media (min-width: px) {
  ._pb_0\@lg- {
    padding-bottom: 0px !important;
  }
}

._pl_0 {
  padding-left: 0px !important;
}
@media not all and (min-width: 1200px) {
  ._pl_0\@-md {
    padding-left: clamp-px(0) !important;
  }
}
@media (min-width: 1200px) {
  ._pl_0\@md- {
    padding-left: 0px !important;
  }
}
@media (min-width: px) {
  ._pl_0\@lg- {
    padding-left: 0px !important;
  }
}

._pr_0 {
  padding-right: 0px !important;
}
@media not all and (min-width: 1200px) {
  ._pr_0\@-md {
    padding-right: clamp-px(0) !important;
  }
}
@media (min-width: 1200px) {
  ._pr_0\@md- {
    padding-right: 0px !important;
  }
}
@media (min-width: px) {
  ._pr_0\@lg- {
    padding-right: 0px !important;
  }
}

._mt_10 {
  margin-top: 10px !important;
}
@media not all and (min-width: 1200px) {
  ._mt_10\@-md {
    margin-top: clamp-px(10) !important;
  }
}
@media (min-width: 1200px) {
  ._mt_10\@md- {
    margin-top: 10px !important;
  }
}
@media (min-width: px) {
  ._mt_10\@lg- {
    margin-top: 10px !important;
  }
}

._mb_10 {
  margin-bottom: 10px !important;
}
@media not all and (min-width: 1200px) {
  ._mb_10\@-md {
    margin-bottom: clamp-px(10) !important;
  }
}
@media (min-width: 1200px) {
  ._mb_10\@md- {
    margin-bottom: 10px !important;
  }
}
@media (min-width: px) {
  ._mb_10\@lg- {
    margin-bottom: 10px !important;
  }
}

._pt_10 {
  padding-top: 10px !important;
}
@media not all and (min-width: 1200px) {
  ._pt_10\@-md {
    padding-top: clamp-px(10) !important;
  }
}
@media (min-width: 1200px) {
  ._pt_10\@md- {
    padding-top: 10px !important;
  }
}
@media (min-width: px) {
  ._pt_10\@lg- {
    padding-top: 10px !important;
  }
}

._pb_10 {
  padding-bottom: 10px !important;
}
@media not all and (min-width: 1200px) {
  ._pb_10\@-md {
    padding-bottom: clamp-px(10) !important;
  }
}
@media (min-width: 1200px) {
  ._pb_10\@md- {
    padding-bottom: 10px !important;
  }
}
@media (min-width: px) {
  ._pb_10\@lg- {
    padding-bottom: 10px !important;
  }
}

._pl_10 {
  padding-left: 10px !important;
}
@media not all and (min-width: 1200px) {
  ._pl_10\@-md {
    padding-left: clamp-px(10) !important;
  }
}
@media (min-width: 1200px) {
  ._pl_10\@md- {
    padding-left: 10px !important;
  }
}
@media (min-width: px) {
  ._pl_10\@lg- {
    padding-left: 10px !important;
  }
}

._pr_10 {
  padding-right: 10px !important;
}
@media not all and (min-width: 1200px) {
  ._pr_10\@-md {
    padding-right: clamp-px(10) !important;
  }
}
@media (min-width: 1200px) {
  ._pr_10\@md- {
    padding-right: 10px !important;
  }
}
@media (min-width: px) {
  ._pr_10\@lg- {
    padding-right: 10px !important;
  }
}

._mt_20 {
  margin-top: 20px !important;
}
@media not all and (min-width: 1200px) {
  ._mt_20\@-md {
    margin-top: clamp-px(20) !important;
  }
}
@media (min-width: 1200px) {
  ._mt_20\@md- {
    margin-top: 20px !important;
  }
}
@media (min-width: px) {
  ._mt_20\@lg- {
    margin-top: 20px !important;
  }
}

._mb_20 {
  margin-bottom: 20px !important;
}
@media not all and (min-width: 1200px) {
  ._mb_20\@-md {
    margin-bottom: clamp-px(20) !important;
  }
}
@media (min-width: 1200px) {
  ._mb_20\@md- {
    margin-bottom: 20px !important;
  }
}
@media (min-width: px) {
  ._mb_20\@lg- {
    margin-bottom: 20px !important;
  }
}

._pt_20 {
  padding-top: 20px !important;
}
@media not all and (min-width: 1200px) {
  ._pt_20\@-md {
    padding-top: clamp-px(20) !important;
  }
}
@media (min-width: 1200px) {
  ._pt_20\@md- {
    padding-top: 20px !important;
  }
}
@media (min-width: px) {
  ._pt_20\@lg- {
    padding-top: 20px !important;
  }
}

._pb_20 {
  padding-bottom: 20px !important;
}
@media not all and (min-width: 1200px) {
  ._pb_20\@-md {
    padding-bottom: clamp-px(20) !important;
  }
}
@media (min-width: 1200px) {
  ._pb_20\@md- {
    padding-bottom: 20px !important;
  }
}
@media (min-width: px) {
  ._pb_20\@lg- {
    padding-bottom: 20px !important;
  }
}

._pl_20 {
  padding-left: 20px !important;
}
@media not all and (min-width: 1200px) {
  ._pl_20\@-md {
    padding-left: clamp-px(20) !important;
  }
}
@media (min-width: 1200px) {
  ._pl_20\@md- {
    padding-left: 20px !important;
  }
}
@media (min-width: px) {
  ._pl_20\@lg- {
    padding-left: 20px !important;
  }
}

._pr_20 {
  padding-right: 20px !important;
}
@media not all and (min-width: 1200px) {
  ._pr_20\@-md {
    padding-right: clamp-px(20) !important;
  }
}
@media (min-width: 1200px) {
  ._pr_20\@md- {
    padding-right: 20px !important;
  }
}
@media (min-width: px) {
  ._pr_20\@lg- {
    padding-right: 20px !important;
  }
}

._mt_30 {
  margin-top: 30px !important;
}
@media not all and (min-width: 1200px) {
  ._mt_30\@-md {
    margin-top: clamp-px(30) !important;
  }
}
@media (min-width: 1200px) {
  ._mt_30\@md- {
    margin-top: 30px !important;
  }
}
@media (min-width: px) {
  ._mt_30\@lg- {
    margin-top: 30px !important;
  }
}

._mb_30 {
  margin-bottom: 30px !important;
}
@media not all and (min-width: 1200px) {
  ._mb_30\@-md {
    margin-bottom: clamp-px(30) !important;
  }
}
@media (min-width: 1200px) {
  ._mb_30\@md- {
    margin-bottom: 30px !important;
  }
}
@media (min-width: px) {
  ._mb_30\@lg- {
    margin-bottom: 30px !important;
  }
}

._pt_30 {
  padding-top: 30px !important;
}
@media not all and (min-width: 1200px) {
  ._pt_30\@-md {
    padding-top: clamp-px(30) !important;
  }
}
@media (min-width: 1200px) {
  ._pt_30\@md- {
    padding-top: 30px !important;
  }
}
@media (min-width: px) {
  ._pt_30\@lg- {
    padding-top: 30px !important;
  }
}

._pb_30 {
  padding-bottom: 30px !important;
}
@media not all and (min-width: 1200px) {
  ._pb_30\@-md {
    padding-bottom: clamp-px(30) !important;
  }
}
@media (min-width: 1200px) {
  ._pb_30\@md- {
    padding-bottom: 30px !important;
  }
}
@media (min-width: px) {
  ._pb_30\@lg- {
    padding-bottom: 30px !important;
  }
}

._pl_30 {
  padding-left: 30px !important;
}
@media not all and (min-width: 1200px) {
  ._pl_30\@-md {
    padding-left: clamp-px(30) !important;
  }
}
@media (min-width: 1200px) {
  ._pl_30\@md- {
    padding-left: 30px !important;
  }
}
@media (min-width: px) {
  ._pl_30\@lg- {
    padding-left: 30px !important;
  }
}

._pr_30 {
  padding-right: 30px !important;
}
@media not all and (min-width: 1200px) {
  ._pr_30\@-md {
    padding-right: clamp-px(30) !important;
  }
}
@media (min-width: 1200px) {
  ._pr_30\@md- {
    padding-right: 30px !important;
  }
}
@media (min-width: px) {
  ._pr_30\@lg- {
    padding-right: 30px !important;
  }
}

._mt_40 {
  margin-top: 40px !important;
}
@media not all and (min-width: 1200px) {
  ._mt_40\@-md {
    margin-top: clamp-px(40) !important;
  }
}
@media (min-width: 1200px) {
  ._mt_40\@md- {
    margin-top: 40px !important;
  }
}
@media (min-width: px) {
  ._mt_40\@lg- {
    margin-top: 40px !important;
  }
}

._mb_40 {
  margin-bottom: 40px !important;
}
@media not all and (min-width: 1200px) {
  ._mb_40\@-md {
    margin-bottom: clamp-px(40) !important;
  }
}
@media (min-width: 1200px) {
  ._mb_40\@md- {
    margin-bottom: 40px !important;
  }
}
@media (min-width: px) {
  ._mb_40\@lg- {
    margin-bottom: 40px !important;
  }
}

._pt_40 {
  padding-top: 40px !important;
}
@media not all and (min-width: 1200px) {
  ._pt_40\@-md {
    padding-top: clamp-px(40) !important;
  }
}
@media (min-width: 1200px) {
  ._pt_40\@md- {
    padding-top: 40px !important;
  }
}
@media (min-width: px) {
  ._pt_40\@lg- {
    padding-top: 40px !important;
  }
}

._pb_40 {
  padding-bottom: 40px !important;
}
@media not all and (min-width: 1200px) {
  ._pb_40\@-md {
    padding-bottom: clamp-px(40) !important;
  }
}
@media (min-width: 1200px) {
  ._pb_40\@md- {
    padding-bottom: 40px !important;
  }
}
@media (min-width: px) {
  ._pb_40\@lg- {
    padding-bottom: 40px !important;
  }
}

._pl_40 {
  padding-left: 40px !important;
}
@media not all and (min-width: 1200px) {
  ._pl_40\@-md {
    padding-left: clamp-px(40) !important;
  }
}
@media (min-width: 1200px) {
  ._pl_40\@md- {
    padding-left: 40px !important;
  }
}
@media (min-width: px) {
  ._pl_40\@lg- {
    padding-left: 40px !important;
  }
}

._pr_40 {
  padding-right: 40px !important;
}
@media not all and (min-width: 1200px) {
  ._pr_40\@-md {
    padding-right: clamp-px(40) !important;
  }
}
@media (min-width: 1200px) {
  ._pr_40\@md- {
    padding-right: 40px !important;
  }
}
@media (min-width: px) {
  ._pr_40\@lg- {
    padding-right: 40px !important;
  }
}

._mt_50 {
  margin-top: 50px !important;
}
@media not all and (min-width: 1200px) {
  ._mt_50\@-md {
    margin-top: clamp-px(50) !important;
  }
}
@media (min-width: 1200px) {
  ._mt_50\@md- {
    margin-top: 50px !important;
  }
}
@media (min-width: px) {
  ._mt_50\@lg- {
    margin-top: 50px !important;
  }
}

._mb_50 {
  margin-bottom: 50px !important;
}
@media not all and (min-width: 1200px) {
  ._mb_50\@-md {
    margin-bottom: clamp-px(50) !important;
  }
}
@media (min-width: 1200px) {
  ._mb_50\@md- {
    margin-bottom: 50px !important;
  }
}
@media (min-width: px) {
  ._mb_50\@lg- {
    margin-bottom: 50px !important;
  }
}

._pt_50 {
  padding-top: 50px !important;
}
@media not all and (min-width: 1200px) {
  ._pt_50\@-md {
    padding-top: clamp-px(50) !important;
  }
}
@media (min-width: 1200px) {
  ._pt_50\@md- {
    padding-top: 50px !important;
  }
}
@media (min-width: px) {
  ._pt_50\@lg- {
    padding-top: 50px !important;
  }
}

._pb_50 {
  padding-bottom: 50px !important;
}
@media not all and (min-width: 1200px) {
  ._pb_50\@-md {
    padding-bottom: clamp-px(50) !important;
  }
}
@media (min-width: 1200px) {
  ._pb_50\@md- {
    padding-bottom: 50px !important;
  }
}
@media (min-width: px) {
  ._pb_50\@lg- {
    padding-bottom: 50px !important;
  }
}

._pl_50 {
  padding-left: 50px !important;
}
@media not all and (min-width: 1200px) {
  ._pl_50\@-md {
    padding-left: clamp-px(50) !important;
  }
}
@media (min-width: 1200px) {
  ._pl_50\@md- {
    padding-left: 50px !important;
  }
}
@media (min-width: px) {
  ._pl_50\@lg- {
    padding-left: 50px !important;
  }
}

._pr_50 {
  padding-right: 50px !important;
}
@media not all and (min-width: 1200px) {
  ._pr_50\@-md {
    padding-right: clamp-px(50) !important;
  }
}
@media (min-width: 1200px) {
  ._pr_50\@md- {
    padding-right: 50px !important;
  }
}
@media (min-width: px) {
  ._pr_50\@lg- {
    padding-right: 50px !important;
  }
}

._mt_60 {
  margin-top: 60px !important;
}
@media not all and (min-width: 1200px) {
  ._mt_60\@-md {
    margin-top: clamp-px(60) !important;
  }
}
@media (min-width: 1200px) {
  ._mt_60\@md- {
    margin-top: 60px !important;
  }
}
@media (min-width: px) {
  ._mt_60\@lg- {
    margin-top: 60px !important;
  }
}

._mb_60 {
  margin-bottom: 60px !important;
}
@media not all and (min-width: 1200px) {
  ._mb_60\@-md {
    margin-bottom: clamp-px(60) !important;
  }
}
@media (min-width: 1200px) {
  ._mb_60\@md- {
    margin-bottom: 60px !important;
  }
}
@media (min-width: px) {
  ._mb_60\@lg- {
    margin-bottom: 60px !important;
  }
}

._pt_60 {
  padding-top: 60px !important;
}
@media not all and (min-width: 1200px) {
  ._pt_60\@-md {
    padding-top: clamp-px(60) !important;
  }
}
@media (min-width: 1200px) {
  ._pt_60\@md- {
    padding-top: 60px !important;
  }
}
@media (min-width: px) {
  ._pt_60\@lg- {
    padding-top: 60px !important;
  }
}

._pb_60 {
  padding-bottom: 60px !important;
}
@media not all and (min-width: 1200px) {
  ._pb_60\@-md {
    padding-bottom: clamp-px(60) !important;
  }
}
@media (min-width: 1200px) {
  ._pb_60\@md- {
    padding-bottom: 60px !important;
  }
}
@media (min-width: px) {
  ._pb_60\@lg- {
    padding-bottom: 60px !important;
  }
}

._pl_60 {
  padding-left: 60px !important;
}
@media not all and (min-width: 1200px) {
  ._pl_60\@-md {
    padding-left: clamp-px(60) !important;
  }
}
@media (min-width: 1200px) {
  ._pl_60\@md- {
    padding-left: 60px !important;
  }
}
@media (min-width: px) {
  ._pl_60\@lg- {
    padding-left: 60px !important;
  }
}

._pr_60 {
  padding-right: 60px !important;
}
@media not all and (min-width: 1200px) {
  ._pr_60\@-md {
    padding-right: clamp-px(60) !important;
  }
}
@media (min-width: 1200px) {
  ._pr_60\@md- {
    padding-right: 60px !important;
  }
}
@media (min-width: px) {
  ._pr_60\@lg- {
    padding-right: 60px !important;
  }
}

._mt_70 {
  margin-top: 70px !important;
}
@media not all and (min-width: 1200px) {
  ._mt_70\@-md {
    margin-top: clamp-px(70) !important;
  }
}
@media (min-width: 1200px) {
  ._mt_70\@md- {
    margin-top: 70px !important;
  }
}
@media (min-width: px) {
  ._mt_70\@lg- {
    margin-top: 70px !important;
  }
}

._mb_70 {
  margin-bottom: 70px !important;
}
@media not all and (min-width: 1200px) {
  ._mb_70\@-md {
    margin-bottom: clamp-px(70) !important;
  }
}
@media (min-width: 1200px) {
  ._mb_70\@md- {
    margin-bottom: 70px !important;
  }
}
@media (min-width: px) {
  ._mb_70\@lg- {
    margin-bottom: 70px !important;
  }
}

._pt_70 {
  padding-top: 70px !important;
}
@media not all and (min-width: 1200px) {
  ._pt_70\@-md {
    padding-top: clamp-px(70) !important;
  }
}
@media (min-width: 1200px) {
  ._pt_70\@md- {
    padding-top: 70px !important;
  }
}
@media (min-width: px) {
  ._pt_70\@lg- {
    padding-top: 70px !important;
  }
}

._pb_70 {
  padding-bottom: 70px !important;
}
@media not all and (min-width: 1200px) {
  ._pb_70\@-md {
    padding-bottom: clamp-px(70) !important;
  }
}
@media (min-width: 1200px) {
  ._pb_70\@md- {
    padding-bottom: 70px !important;
  }
}
@media (min-width: px) {
  ._pb_70\@lg- {
    padding-bottom: 70px !important;
  }
}

._pl_70 {
  padding-left: 70px !important;
}
@media not all and (min-width: 1200px) {
  ._pl_70\@-md {
    padding-left: clamp-px(70) !important;
  }
}
@media (min-width: 1200px) {
  ._pl_70\@md- {
    padding-left: 70px !important;
  }
}
@media (min-width: px) {
  ._pl_70\@lg- {
    padding-left: 70px !important;
  }
}

._pr_70 {
  padding-right: 70px !important;
}
@media not all and (min-width: 1200px) {
  ._pr_70\@-md {
    padding-right: clamp-px(70) !important;
  }
}
@media (min-width: 1200px) {
  ._pr_70\@md- {
    padding-right: 70px !important;
  }
}
@media (min-width: px) {
  ._pr_70\@lg- {
    padding-right: 70px !important;
  }
}

._mt_80 {
  margin-top: 80px !important;
}
@media not all and (min-width: 1200px) {
  ._mt_80\@-md {
    margin-top: clamp-px(80) !important;
  }
}
@media (min-width: 1200px) {
  ._mt_80\@md- {
    margin-top: 80px !important;
  }
}
@media (min-width: px) {
  ._mt_80\@lg- {
    margin-top: 80px !important;
  }
}

._mb_80 {
  margin-bottom: 80px !important;
}
@media not all and (min-width: 1200px) {
  ._mb_80\@-md {
    margin-bottom: clamp-px(80) !important;
  }
}
@media (min-width: 1200px) {
  ._mb_80\@md- {
    margin-bottom: 80px !important;
  }
}
@media (min-width: px) {
  ._mb_80\@lg- {
    margin-bottom: 80px !important;
  }
}

._pt_80 {
  padding-top: 80px !important;
}
@media not all and (min-width: 1200px) {
  ._pt_80\@-md {
    padding-top: clamp-px(80) !important;
  }
}
@media (min-width: 1200px) {
  ._pt_80\@md- {
    padding-top: 80px !important;
  }
}
@media (min-width: px) {
  ._pt_80\@lg- {
    padding-top: 80px !important;
  }
}

._pb_80 {
  padding-bottom: 80px !important;
}
@media not all and (min-width: 1200px) {
  ._pb_80\@-md {
    padding-bottom: clamp-px(80) !important;
  }
}
@media (min-width: 1200px) {
  ._pb_80\@md- {
    padding-bottom: 80px !important;
  }
}
@media (min-width: px) {
  ._pb_80\@lg- {
    padding-bottom: 80px !important;
  }
}

._pl_80 {
  padding-left: 80px !important;
}
@media not all and (min-width: 1200px) {
  ._pl_80\@-md {
    padding-left: clamp-px(80) !important;
  }
}
@media (min-width: 1200px) {
  ._pl_80\@md- {
    padding-left: 80px !important;
  }
}
@media (min-width: px) {
  ._pl_80\@lg- {
    padding-left: 80px !important;
  }
}

._pr_80 {
  padding-right: 80px !important;
}
@media not all and (min-width: 1200px) {
  ._pr_80\@-md {
    padding-right: clamp-px(80) !important;
  }
}
@media (min-width: 1200px) {
  ._pr_80\@md- {
    padding-right: 80px !important;
  }
}
@media (min-width: px) {
  ._pr_80\@lg- {
    padding-right: 80px !important;
  }
}

._mt_90 {
  margin-top: 90px !important;
}
@media not all and (min-width: 1200px) {
  ._mt_90\@-md {
    margin-top: clamp-px(90) !important;
  }
}
@media (min-width: 1200px) {
  ._mt_90\@md- {
    margin-top: 90px !important;
  }
}
@media (min-width: px) {
  ._mt_90\@lg- {
    margin-top: 90px !important;
  }
}

._mb_90 {
  margin-bottom: 90px !important;
}
@media not all and (min-width: 1200px) {
  ._mb_90\@-md {
    margin-bottom: clamp-px(90) !important;
  }
}
@media (min-width: 1200px) {
  ._mb_90\@md- {
    margin-bottom: 90px !important;
  }
}
@media (min-width: px) {
  ._mb_90\@lg- {
    margin-bottom: 90px !important;
  }
}

._pt_90 {
  padding-top: 90px !important;
}
@media not all and (min-width: 1200px) {
  ._pt_90\@-md {
    padding-top: clamp-px(90) !important;
  }
}
@media (min-width: 1200px) {
  ._pt_90\@md- {
    padding-top: 90px !important;
  }
}
@media (min-width: px) {
  ._pt_90\@lg- {
    padding-top: 90px !important;
  }
}

._pb_90 {
  padding-bottom: 90px !important;
}
@media not all and (min-width: 1200px) {
  ._pb_90\@-md {
    padding-bottom: clamp-px(90) !important;
  }
}
@media (min-width: 1200px) {
  ._pb_90\@md- {
    padding-bottom: 90px !important;
  }
}
@media (min-width: px) {
  ._pb_90\@lg- {
    padding-bottom: 90px !important;
  }
}

._pl_90 {
  padding-left: 90px !important;
}
@media not all and (min-width: 1200px) {
  ._pl_90\@-md {
    padding-left: clamp-px(90) !important;
  }
}
@media (min-width: 1200px) {
  ._pl_90\@md- {
    padding-left: 90px !important;
  }
}
@media (min-width: px) {
  ._pl_90\@lg- {
    padding-left: 90px !important;
  }
}

._pr_90 {
  padding-right: 90px !important;
}
@media not all and (min-width: 1200px) {
  ._pr_90\@-md {
    padding-right: clamp-px(90) !important;
  }
}
@media (min-width: 1200px) {
  ._pr_90\@md- {
    padding-right: 90px !important;
  }
}
@media (min-width: px) {
  ._pr_90\@lg- {
    padding-right: 90px !important;
  }
}

._mt_100 {
  margin-top: 100px !important;
}
@media not all and (min-width: 1200px) {
  ._mt_100\@-md {
    margin-top: clamp-px(100) !important;
  }
}
@media (min-width: 1200px) {
  ._mt_100\@md- {
    margin-top: 100px !important;
  }
}
@media (min-width: px) {
  ._mt_100\@lg- {
    margin-top: 100px !important;
  }
}

._mb_100 {
  margin-bottom: 100px !important;
}
@media not all and (min-width: 1200px) {
  ._mb_100\@-md {
    margin-bottom: clamp-px(100) !important;
  }
}
@media (min-width: 1200px) {
  ._mb_100\@md- {
    margin-bottom: 100px !important;
  }
}
@media (min-width: px) {
  ._mb_100\@lg- {
    margin-bottom: 100px !important;
  }
}

._pt_100 {
  padding-top: 100px !important;
}
@media not all and (min-width: 1200px) {
  ._pt_100\@-md {
    padding-top: clamp-px(100) !important;
  }
}
@media (min-width: 1200px) {
  ._pt_100\@md- {
    padding-top: 100px !important;
  }
}
@media (min-width: px) {
  ._pt_100\@lg- {
    padding-top: 100px !important;
  }
}

._pb_100 {
  padding-bottom: 100px !important;
}
@media not all and (min-width: 1200px) {
  ._pb_100\@-md {
    padding-bottom: clamp-px(100) !important;
  }
}
@media (min-width: 1200px) {
  ._pb_100\@md- {
    padding-bottom: 100px !important;
  }
}
@media (min-width: px) {
  ._pb_100\@lg- {
    padding-bottom: 100px !important;
  }
}

._pl_100 {
  padding-left: 100px !important;
}
@media not all and (min-width: 1200px) {
  ._pl_100\@-md {
    padding-left: clamp-px(100) !important;
  }
}
@media (min-width: 1200px) {
  ._pl_100\@md- {
    padding-left: 100px !important;
  }
}
@media (min-width: px) {
  ._pl_100\@lg- {
    padding-left: 100px !important;
  }
}

._pr_100 {
  padding-right: 100px !important;
}
@media not all and (min-width: 1200px) {
  ._pr_100\@-md {
    padding-right: clamp-px(100) !important;
  }
}
@media (min-width: 1200px) {
  ._pr_100\@md- {
    padding-right: 100px !important;
  }
}
@media (min-width: px) {
  ._pr_100\@lg- {
    padding-right: 100px !important;
  }
}

/* ---------------------------------------------
*   table用width調整
--------------------------------------------- */
.w-0 {
  width: 0% !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

/* ---------------------------------------------
*   調整用padding
--------------------------------------------- */
.pdt-pc--80 {
  padding-top: 80px !important;
}

@media screen and (max-width: 640px) {
  .pdt-sp--60 {
    padding-top: 60px !important;
  }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
  margin-top: 0 !important;
}

.mgt-pc--5 {
  margin-top: 5px !important;
}

.mgt-pc--10 {
  margin-top: 10px !important;
}

.mgt-pc--15 {
  margin-top: 15px !important;
}

.mgt-pc--20 {
  margin-top: 20px !important;
}

.mgt-pc--25 {
  margin-top: 25px !important;
}

.mgt-pc--30 {
  margin-top: 30px !important;
}

.mgt-pc--35 {
  margin-top: 35px !important;
}

.mgt-pc--40 {
  margin-top: 40px !important;
}

.mgt-pc--45 {
  margin-top: 45px !important;
}

.mgt-pc--50 {
  margin-top: 50px !important;
}

.mgt-pc--55 {
  margin-top: 55px !important;
}

.mgt-pc--60 {
  margin-top: 60px !important;
}

.mgt-pc--65 {
  margin-top: 65px !important;
}

.mgt-pc--70 {
  margin-top: 70px !important;
}

.mgt-pc--75 {
  margin-top: 75px !important;
}

.mgt-pc--80 {
  margin-top: 80px !important;
}

.mgt-pc--85 {
  margin-top: 85px !important;
}

.mgt-pc--90 {
  margin-top: 90px !important;
}

.mgt-pc--95 {
  margin-top: 95px !important;
}

.mgt-pc--100 {
  margin-top: 100px !important;
}

.mgt-pc--105 {
  margin-top: 105px !important;
}

.mgt-pc--110 {
  margin-top: 110px !important;
}

.mgt-pc--115 {
  margin-top: 115px !important;
}

.mgt-pc--120 {
  margin-top: 120px !important;
}

.mgt-pc--125 {
  margin-top: 125px !important;
}

.mgt-pc--130 {
  margin-top: 130px !important;
}

.mgt-pc--135 {
  margin-top: 135px !important;
}

.mgt-pc--140 {
  margin-top: 140px !important;
}

.mgt-pc--145 {
  margin-top: 145px !important;
}

.mgt-pc--150 {
  margin-top: 150px !important;
}

.mgt-pc--155 {
  margin-top: 155px !important;
}

.mgt-pc--160 {
  margin-top: 160px !important;
}

.mgt-pc--165 {
  margin-top: 165px !important;
}

.mgt-pc--170 {
  margin-top: 170px !important;
}

.mgt-pc--175 {
  margin-top: 175px !important;
}

.mgt-pc--180 {
  margin-top: 180px !important;
}

.mgt-pc--185 {
  margin-top: 185px !important;
}

.mgt-pc--190 {
  margin-top: 190px !important;
}

.mgt-pc--195 {
  margin-top: 195px !important;
}

.mgt-pc--200 {
  margin-top: 200px !important;
}

.mgt-pc--205 {
  margin-top: 205px !important;
}

.mgt-pc--210 {
  margin-top: 210px !important;
}

.mgt-pc--215 {
  margin-top: 215px !important;
}

.mgt-pc--220 {
  margin-top: 220px !important;
}

.mgt-pc--225 {
  margin-top: 225px !important;
}

.mgt-pc--230 {
  margin-top: 230px !important;
}

.mgt-pc--235 {
  margin-top: 235px !important;
}

.mgt-pc--240 {
  margin-top: 240px !important;
}

.mgt-pc--245 {
  margin-top: 245px !important;
}

.mgt-pc--250 {
  margin-top: 250px !important;
}

@media screen and (max-width: 640px) {
  .mgt-sp--0 {
    margin-top: 0 !important;
  }
  .mgt-sp--5 {
    margin-top: 1.33333vw !important;
  }
  .mgt-sp--10 {
    margin-top: 2.66667vw !important;
  }
  .mgt-sp--15 {
    margin-top: 4vw !important;
  }
  .mgt-sp--20 {
    margin-top: 5.33333vw !important;
  }
  .mgt-sp--25 {
    margin-top: 6.66667vw !important;
  }
  .mgt-sp--30 {
    margin-top: 8vw !important;
  }
  .mgt-sp--35 {
    margin-top: 9.33333vw !important;
  }
  .mgt-sp--40 {
    margin-top: 10.66667vw !important;
  }
  .mgt-sp--45 {
    margin-top: 12vw !important;
  }
  .mgt-sp--50 {
    margin-top: 13.33333vw !important;
  }
  .mgt-sp--55 {
    margin-top: 14.66667vw !important;
  }
  .mgt-sp--60 {
    margin-top: 16vw !important;
  }
  .mgt-sp--65 {
    margin-top: 17.33333vw !important;
  }
  .mgt-sp--70 {
    margin-top: 18.66667vw !important;
  }
  .mgt-sp--75 {
    margin-top: 20vw !important;
  }
  .mgt-sp--80 {
    margin-top: 21.33333vw !important;
  }
  .mgt-sp--85 {
    margin-top: 22.66667vw !important;
  }
  .mgt-sp--90 {
    margin-top: 24vw !important;
  }
  .mgt-sp--95 {
    margin-top: 25.33333vw !important;
  }
  .mgt-sp--100 {
    margin-top: 26.66667vw !important;
  }
  .mgt-sp--105 {
    margin-top: 28vw !important;
  }
  .mgt-sp--110 {
    margin-top: 29.33333vw !important;
  }
  .mgt-sp--115 {
    margin-top: 30.66667vw !important;
  }
  .mgt-sp--120 {
    margin-top: 32vw !important;
  }
  .mgt-sp--125 {
    margin-top: 33.33333vw !important;
  }
  .mgt-sp--130 {
    margin-top: 34.66667vw !important;
  }
  .mgt-sp--135 {
    margin-top: 36vw !important;
  }
  .mgt-sp--140 {
    margin-top: 37.33333vw !important;
  }
  .mgt-sp--145 {
    margin-top: 38.66667vw !important;
  }
  .mgt-sp--150 {
    margin-top: 40vw !important;
  }
  .mgt-sp--155 {
    margin-top: 41.33333vw !important;
  }
  .mgt-sp--160 {
    margin-top: 42.66667vw !important;
  }
  .mgt-sp--165 {
    margin-top: 44vw !important;
  }
  .mgt-sp--170 {
    margin-top: 45.33333vw !important;
  }
  .mgt-sp--175 {
    margin-top: 46.66667vw !important;
  }
  .mgt-sp--180 {
    margin-top: 48vw !important;
  }
  .mgt-sp--185 {
    margin-top: 49.33333vw !important;
  }
  .mgt-sp--190 {
    margin-top: 50.66667vw !important;
  }
  .mgt-sp--195 {
    margin-top: 52vw !important;
  }
  .mgt-sp--200 {
    margin-top: 53.33333vw !important;
  }
  .mgt-sp--205 {
    margin-top: 54.66667vw !important;
  }
  .mgt-sp--210 {
    margin-top: 56vw !important;
  }
  .mgt-sp--215 {
    margin-top: 57.33333vw !important;
  }
  .mgt-sp--220 {
    margin-top: 58.66667vw !important;
  }
  .mgt-sp--225 {
    margin-top: 60vw !important;
  }
  .mgt-sp--230 {
    margin-top: 61.33333vw !important;
  }
  .mgt-sp--235 {
    margin-top: 62.66667vw !important;
  }
  .mgt-sp--240 {
    margin-top: 64vw !important;
  }
  .mgt-sp--245 {
    margin-top: 65.33333vw !important;
  }
  .mgt-sp--250 {
    margin-top: 66.66667vw !important;
  }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important;
}

.mgb-pc--5 {
  margin-bottom: 5px !important;
}

.mgb-pc--10 {
  margin-bottom: 10px !important;
}

.mgb-pc--15 {
  margin-bottom: 15px !important;
}

.mgb-pc--20 {
  margin-bottom: 20px !important;
}

.mgb-pc--25 {
  margin-bottom: 25px !important;
}

.mgb-pc--30 {
  margin-bottom: 30px !important;
}

.mgb-pc--35 {
  margin-bottom: 35px !important;
}

.mgb-pc--40 {
  margin-bottom: 40px !important;
}

.mgb-pc--45 {
  margin-bottom: 45px !important;
}

.mgb-pc--50 {
  margin-bottom: 50px !important;
}

.mgb-pc--55 {
  margin-bottom: 55px !important;
}

.mgb-pc--60 {
  margin-bottom: 60px !important;
}

.mgb-pc--65 {
  margin-bottom: 65px !important;
}

.mgb-pc--70 {
  margin-bottom: 70px !important;
}

.mgb-pc--75 {
  margin-bottom: 75px !important;
}

.mgb-pc--80 {
  margin-bottom: 80px !important;
}

.mgb-pc--85 {
  margin-bottom: 85px !important;
}

.mgb-pc--90 {
  margin-bottom: 90px !important;
}

.mgb-pc--95 {
  margin-bottom: 95px !important;
}

.mgb-pc--100 {
  margin-bottom: 100px !important;
}

.mgb-pc--105 {
  margin-bottom: 105px !important;
}

.mgb-pc--110 {
  margin-bottom: 110px !important;
}

.mgb-pc--115 {
  margin-bottom: 115px !important;
}

.mgb-pc--120 {
  margin-bottom: 120px !important;
}

.mgb-pc--125 {
  margin-bottom: 125px !important;
}

.mgb-pc--130 {
  margin-bottom: 130px !important;
}

.mgb-pc--135 {
  margin-bottom: 135px !important;
}

.mgb-pc--140 {
  margin-bottom: 140px !important;
}

.mgb-pc--145 {
  margin-bottom: 145px !important;
}

.mgb-pc--150 {
  margin-bottom: 150px !important;
}

.mgb-pc--155 {
  margin-bottom: 155px !important;
}

.mgb-pc--160 {
  margin-bottom: 160px !important;
}

.mgb-pc--165 {
  margin-bottom: 165px !important;
}

.mgb-pc--170 {
  margin-bottom: 170px !important;
}

.mgb-pc--175 {
  margin-bottom: 175px !important;
}

.mgb-pc--180 {
  margin-bottom: 180px !important;
}

.mgb-pc--185 {
  margin-bottom: 185px !important;
}

.mgb-pc--190 {
  margin-bottom: 190px !important;
}

.mgb-pc--195 {
  margin-bottom: 195px !important;
}

.mgb-pc--200 {
  margin-bottom: 200px !important;
}

.mgb-pc--205 {
  margin-bottom: 205px !important;
}

.mgb-pc--210 {
  margin-bottom: 210px !important;
}

.mgb-pc--215 {
  margin-bottom: 215px !important;
}

.mgb-pc--220 {
  margin-bottom: 220px !important;
}

.mgb-pc--225 {
  margin-bottom: 225px !important;
}

.mgb-pc--230 {
  margin-bottom: 230px !important;
}

.mgb-pc--235 {
  margin-bottom: 235px !important;
}

.mgb-pc--240 {
  margin-bottom: 240px !important;
}

.mgb-pc--245 {
  margin-bottom: 245px !important;
}

.mgb-pc--250 {
  margin-bottom: 250px !important;
}

@media screen and (max-width: 640px) {
  .mgb-sp--0 {
    margin-bottom: 0 !important;
  }
  .mgb-sp--5 {
    margin-bottom: 1.33333vw !important;
  }
  .mgb-sp--10 {
    margin-bottom: 2.66667vw !important;
  }
  .mgb-sp--15 {
    margin-bottom: 4vw !important;
  }
  .mgb-sp--20 {
    margin-bottom: 5.33333vw !important;
  }
  .mgb-sp--25 {
    margin-bottom: 6.66667vw !important;
  }
  .mgb-sp--30 {
    margin-bottom: 8vw !important;
  }
  .mgb-sp--35 {
    margin-bottom: 9.33333vw !important;
  }
  .mgb-sp--40 {
    margin-bottom: 10.66667vw !important;
  }
  .mgb-sp--45 {
    margin-bottom: 12vw !important;
  }
  .mgb-sp--50 {
    margin-bottom: 13.33333vw !important;
  }
  .mgb-sp--55 {
    margin-bottom: 14.66667vw !important;
  }
  .mgb-sp--60 {
    margin-bottom: 16vw !important;
  }
  .mgb-sp--65 {
    margin-bottom: 17.33333vw !important;
  }
  .mgb-sp--70 {
    margin-bottom: 18.66667vw !important;
  }
  .mgb-sp--75 {
    margin-bottom: 20vw !important;
  }
  .mgb-sp--80 {
    margin-bottom: 21.33333vw !important;
  }
  .mgb-sp--85 {
    margin-bottom: 22.66667vw !important;
  }
  .mgb-sp--90 {
    margin-bottom: 24vw !important;
  }
  .mgb-sp--95 {
    margin-bottom: 25.33333vw !important;
  }
  .mgb-sp--100 {
    margin-bottom: 26.66667vw !important;
  }
  .mgb-sp--105 {
    margin-bottom: 28vw !important;
  }
  .mgb-sp--110 {
    margin-bottom: 29.33333vw !important;
  }
  .mgb-sp--115 {
    margin-bottom: 30.66667vw !important;
  }
  .mgb-sp--120 {
    margin-bottom: 32vw !important;
  }
  .mgb-sp--125 {
    margin-bottom: 33.33333vw !important;
  }
  .mgb-sp--130 {
    margin-bottom: 34.66667vw !important;
  }
  .mgb-sp--135 {
    margin-bottom: 36vw !important;
  }
  .mgb-sp--140 {
    margin-bottom: 37.33333vw !important;
  }
  .mgb-sp--145 {
    margin-bottom: 38.66667vw !important;
  }
  .mgb-sp--150 {
    margin-bottom: 40vw !important;
  }
  .mgb-sp--155 {
    margin-bottom: 41.33333vw !important;
  }
  .mgb-sp--160 {
    margin-bottom: 42.66667vw !important;
  }
  .mgb-sp--165 {
    margin-bottom: 44vw !important;
  }
  .mgb-sp--170 {
    margin-bottom: 45.33333vw !important;
  }
  .mgb-sp--175 {
    margin-bottom: 46.66667vw !important;
  }
  .mgb-sp--180 {
    margin-bottom: 48vw !important;
  }
  .mgb-sp--185 {
    margin-bottom: 49.33333vw !important;
  }
  .mgb-sp--190 {
    margin-bottom: 50.66667vw !important;
  }
  .mgb-sp--195 {
    margin-bottom: 52vw !important;
  }
  .mgb-sp--200 {
    margin-bottom: 53.33333vw !important;
  }
  .mgb-sp--205 {
    margin-bottom: 54.66667vw !important;
  }
  .mgb-sp--210 {
    margin-bottom: 56vw !important;
  }
  .mgb-sp--215 {
    margin-bottom: 57.33333vw !important;
  }
  .mgb-sp--220 {
    margin-bottom: 58.66667vw !important;
  }
  .mgb-sp--225 {
    margin-bottom: 60vw !important;
  }
  .mgb-sp--230 {
    margin-bottom: 61.33333vw !important;
  }
  .mgb-sp--235 {
    margin-bottom: 62.66667vw !important;
  }
  .mgb-sp--240 {
    margin-bottom: 64vw !important;
  }
  .mgb-sp--245 {
    margin-bottom: 65.33333vw !important;
  }
  .mgb-sp--250 {
    margin-bottom: 66.66667vw !important;
  }
}
._ta_l {
  text-align: left !important;
}
@media (min-width: 1200px) {
  ._ta_l\@md- {
    text-align: left !important;
  }
}
@media not all and (min-width: 1200px) {
  ._ta_l\@-md {
    text-align: left !important;
  }
}

._ta_c {
  text-align: center !important;
}
@media (min-width: 1200px) {
  ._ta_c\@md- {
    text-align: center !important;
  }
}
@media not all and (min-width: 1200px) {
  ._ta_c\@-md {
    text-align: center !important;
  }
}

._ta_r {
  text-align: right !important;
}
@media (min-width: 1200px) {
  ._ta_r\@md- {
    text-align: right !important;
  }
}
@media not all and (min-width: 1200px) {
  ._ta_r\@-md {
    text-align: right !important;
  }
}

@media not all and (min-width: 641px) {
  ._sp-ta_l {
    text-align: left !important;
  }
}

._va_t {
  vertical-align: top !important;
}

._va_m {
  vertical-align: middle !important;
}

._va_b {
  vertical-align: bottom !important;
}

._display_inline-block {
  display: inline-block;
}

._display_none {
  display: none !important;
}
@media (min-width: 1200px) {
  ._display_none\@md- {
    display: none !important;
  }
}
@media not all and (min-width: 1200px) {
  ._display_none\@-md {
    display: none !important;
  }
}
@media (min-width: px) {
  ._display_none\@lg- {
    display: none !important;
  }
}

@media all and (min-width: 1025px) {
  ._pc-display_none {
    display: none !important;
  }
}

@media not all and (min-width: 1025px) {
  ._tab-display_none {
    display: none !important;
  }
}

@media all and (min-width: 641px) {
  ._upper-sp-display_none {
    display: none !important;
  }
}

@media not all and (min-width: 641px) {
  ._sp-display_none {
    display: none !important;
  }
}

._sr_only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
@media (min-width: 1200px) {
  ._sr_only\@md- {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
  }
}

._wb_keep-all {
  word-break: keep-all;
}

._ws_nowrap {
  white-space: nowrap;
}

._letter-spacing_0 {
  letter-spacing: 0 !important;
}

._width_full {
  width: 100% !important;
}

._justyfy_start {
  justify-content: flex-start !important;
}

._justyfy_center {
  justify-content: center !important;
}

header {
  height: 140px;
}
@media not all and (min-width: 1025px) {
  header {
    height: 60px;
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.header-inner {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 80px;
  position: relative;
  z-index: 1000;
  background-color: #fff;
}
@media not all and (min-width: 1025px) {
  .header-inner {
    display: flex;
    padding: 0 0 0 10px;
  }
}
.header-logo > a {
  display: block;
  width: 330px;
}
@media not all and (min-width: 1200px) {
  .header-logo > a {
    width: 284px;
  }
}
@media not all and (min-width: 1025px) {
  .header-logo._general h1 img {
    max-width: 50%;
  }
}
.header-cta._pc {
  display: flex;
  align-items: center;
}
@media not all and (min-width: 1025px) {
  .header-cta._pc {
    display: none;
  }
}
.header-cta._sp {
  background-color: var(--base-color-white);
  margin: 24px 0 30px;
  padding: 20px;
  border-radius: 10px;
}
@media all and (min-width: 1025px) {
  .header-cta._sp {
    display: none;
  }
}
.header-contact-area {
  margin: 0 20px 0;
}
@media not all and (min-width: 1025px) {
  .header-contact-area {
    margin: 14px 0 0 0;
    color: var(--font-color-black) !important;
  }
}
.header-contact-area .tel {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.3;
}
@media not all and (min-width: 1200px) {
  .header-contact-area .tel {
    font-size: 1.25rem;
  }
}
.header-contact-area .tel::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/common/icon_tel.svg) no-repeat;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.header-contact-area .reception {
  font-size: 0.875rem;
  font-weight: bold;
}
@media not all and (min-width: 1025px) {
  .header-contact-area .reception {
    text-align: center;
    margin-top: 10px;
  }
}
.header-contact-area .btn.has-tel-icon::before {
  filter: invert(13%) sepia(69%) saturate(3996%) hue-rotate(230deg) brightness(97%) contrast(95%);
}
.header-btn-area {
  display: flex;
}
@media not all and (min-width: 1025px) {
  .header-btn-area {
    margin-top: 20px;
  }
}
@media not all and (min-width: 1025px) {
  .header-btn-area .btn {
    width: 50% !important;
  }
}
.header-btn-area .btn:nth-child(2) {
  margin: 0 0 0 20px;
}
@media all and (min-width: 1025px) {
  .header-btn-area .btn:nth-child(2) {
    margin: 0 10px;
  }
}

.header-sp-menu-wrapper {
  background-color: var(--base-color-primary);
}

.header-sp-menu .menu-list {
  display: flex;
  justify-content: space-between;
}
.header-sp-menu .menu-list-link {
  font-size: 0.75rem;
  color: var(--font-color-white);
}
@media all and (min-width: 1025px) {
  .header-sp-menu {
    display: none !important;
  }
}

.sp-menu-text {
  color: var(--font-color-black);
  font-weight: bold;
}

.hamburger-menu {
  width: 60px;
  height: 60px;
  display: block;
  background-color: var(--base-color-primary);
}
@media all and (min-width: 1025px) {
  .hamburger-menu {
    display: none !important;
  }
}
.hamburger-menu-btn {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  transition: opacity var(--transition-animation);
  width: 100%;
}
.hamburger-menu-btn.active .line {
  background-color: transparent;
}
.hamburger-menu-btn.active .line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger-menu-btn.active .line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger-menu .line {
  background-color: #FFFFFF;
  display: block;
  height: 3px;
  margin-bottom: 13px;
  margin-top: 10px;
  position: relative;
  width: 30px;
}
.hamburger-menu .line::before, .hamburger-menu .line::after {
  background-color: #FFFFFF;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: top 0.3s ease, transform 0.3s ease;
  width: 30px;
}
.hamburger-menu .line::before {
  top: -8px;
}
.hamburger-menu .line::after {
  top: 8px;
}

.fixed {
  height: 100%;
  overflow: hidden;
}

.sp-menu-overlay {
  transition: background-color var(--transition-animation);
}
.sp-menu-overlay.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}
@media not all and (min-width: 1025px) {
  .footer-inner {
    flex-direction: column;
    padding: 40px;
  }
}
.footer-copy {
  font-size: 0.75rem;
  font-weight: 400;
}

.footer-list {
  display: flex;
}
@media not all and (min-width: 1025px) {
  .footer-list {
    margin-bottom: 40px;
  }
}
.footer-list > li {
  margin-right: 50px;
  font-size: 0.875rem;
}
@media not all and (min-width: 1025px) {
  .footer-list > li {
    font-size: 0.75rem;
  }
}
.footer-list > li:last-child {
  margin-right: 0;
}
.footer-list .footer-link {
  color: #000;
}

.main {
  padding-top: 140px;
  position: relative;
}
@media not all and (min-width: 1025px) {
  .main {
    padding-top: 60px;
  }
}

.article-wrapper {
  display: grid;
}
@media all and (min-width: 1025px) {
  .article-wrapper {
    grid-template-columns: 1fr 400px;
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media not all and (min-width: 1025px) {
  .article-wrapper {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 1025px) {
  .article-wrapper.type-half {
    grid-template-columns: 1fr 1fr;
  }
  .article-wrapper.type-half .article-item {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media not all and (min-width: 1025px) {
  .article-wrapper.type-half {
    grid-template-columns: 1fr;
  }
}

.article-item {
  position: relative;
}
@media all and (min-width: 1025px) {
  .article-item._nav {
    order: 2;
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media not all and (min-width: 1025px) {
  .article-item._nav {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1025px) {
  .article-item._nav.is-fixed .box {
    width: 350px;
    position: sticky;
    right: auto;
    top: 220px;
  }
}
@media all and (min-width: 1025px) {
  .article-item._contents {
    order: 1;
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media not all and (min-width: 1025px) {
  ._login .article-item:first-child {
    order: 2;
  }
  ._login .article-item:last-child {
    order: 1;
    margin-bottom: 40px;
    justify-self: center;
  }
}

.article-nav-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 0 15px;
  position: relative;
}
.article-nav-list li::after {
  position: absolute;
  right: 1px;
  top: 20px;
  margin-top: 5px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 2px;
  border-color: transparent transparent var(--base-color-primary) var(--base-color-primary);
  transform: rotate(-45deg);
  content: "";
}
.article-nav-list li:first-child {
  padding-top: 0;
}
.article-nav-list li:first-child::after {
  top: 0;
}
.article-nav-list li > a {
  font-weight: bold;
  display: block;
  padding-right: 12px;
}

.login .btn.has-tel-icon::before {
  filter: invert(17%) sepia(54%) saturate(5243%) hue-rotate(229deg) brightness(77%) contrast(89%);
}

.login-frame {
  width: 480px;
  height: 240px !important;
  border: none;
}
@media not all and (min-width: 641px) {
  .login-frame {
    width: 100%;
  }
}

.box._login-box {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.form-label {
  margin-bottom: 5px;
}
.input-item + .form-label {
  margin-top: 20px;
}

.input-item > input {
  border: 1px solid #C2C2C2;
  outline: 1px solid #C2C2C2;
  border-radius: 4px;
  width: 100%;
  padding: 8.5px;
  font-size: 1.125rem;
}

.form-btn-wrapper {
  display: flex;
  margin: 20px -10px;
}
.form-btn-wrapper > .btn {
  width: 180px;
  padding: 12px 0 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1rem;
}

.login-info p + .secondary-heading {
  margin: 60px 0 10px;
}

@media all and (min-width: 1025px) {
  .header-gnavi {
    overflow: hidden;
    max-height: 60px;
  }
}
@media not all and (min-width: 1025px) {
  .header-gnavi {
    position: relative;
  }
}
.header-gnavi .gnavi-area {
  background-color: var(--base-color-primary);
  color: var(--font-color-white);
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
@media not all and (min-width: 1025px) {
  .header-gnavi .gnavi-area {
    display: block;
    position: absolute;
    overflow: auto;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 60px);
    left: 0;
    top: calc(-100vh + 60px);
    transition: top 0.5s;
    padding: 22px 20px 30px;
  }
}
@media not all and (min-width: 1025px) {
  .header-gnavi .gnavi-area.active {
    top: 0 !important;
  }
}
.header-gnavi .gnavi-list {
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
}
@media all and (min-width: 1025px) {
  .header-gnavi .gnavi-list {
    justify-content: center;
    align-items: flex-end;
  }
}
@media not all and (min-width: 1025px) {
  .header-gnavi .gnavi-list {
    margin-left: -11px;
    margin-right: -11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media not all and (min-width: 1200px) {
  .header-gnavi .gnavi-list > li {
    white-space: nowrap;
  }
}
@media all and (min-width: 1025px) {
  .header-gnavi .gnavi-list > li {
    height: 60px;
  }
}
@media not all and (min-width: 1025px) {
  .header-gnavi .gnavi-list > li {
    margin-right: 0;
    padding-left: 11px;
    padding-right: 11px;
    width: 50%;
    height: 54px;
  }
  .header-gnavi .gnavi-list > li:first-child {
    order: 1;
    width: 100% !important;
  }
  .header-gnavi .gnavi-list > li:nth-child(2) {
    order: 2;
  }
  .header-gnavi .gnavi-list > li:nth-child(3) {
    order: 3;
  }
  .header-gnavi .gnavi-list > li:nth-child(4) {
    order: 6;
  }
  .header-gnavi .gnavi-list > li:nth-child(5) {
    order: 4;
  }
  .header-gnavi .gnavi-list > li:nth-child(6) {
    order: 5;
  }
  .header-gnavi .gnavi-list > li:nth-child(7) {
    order: 7;
  }
  .header-gnavi .gnavi-list > li:nth-child(8) {
    order: 8;
  }
  .header-gnavi .gnavi-list > li:last-child {
    order: 9;
  }
}
.header-gnavi .gnavi-link {
  text-decoration: none;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px 25px 8px;
  position: relative;
  height: 100%;
}
@media all and (max-width: 1208px) {
  .header-gnavi .gnavi-link {
    padding: 12px 16px 8px;
  }
}
@media not all and (min-width: 1200px) {
  .header-gnavi .gnavi-link {
    align-items: flex-start;
  }
}
@media not all and (min-width: 1025px) {
  .header-gnavi .gnavi-link {
    padding: 6px 0 4px;
    border-bottom: 1px solid #FFFFFF;
  }
}
.header-gnavi .gnavi-link:hover {
  text-decoration: none;
}

.gnavi-link-text {
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--font-color-white);
}
@media all and (min-width: 1025px) {
  .gnavi-link-text::before {
    content: "";
    bottom: -8px;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    transform: scale(0, 1);
    transition: transform var(--transition-animation);
  }
}
.gnavi-link:hover .gnavi-link-text::before {
  transform: scale(1, 1);
}
.gnavi-link-text .subtext {
  font-weight: 500;
  font-size: 0.75rem;
  display: block;
}
.is-current .gnavi-link-text::before {
  content: "";
  bottom: -8px;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  transform: none;
}
@media not all and (min-width: 641px) {
  .is-current .gnavi-link-text::before {
    bottom: -5px;
  }
}
.has-arrow .gnavi-link-text::after {
  position: absolute;
  right: -18px;
  bottom: 12px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 2px;
  border-color: transparent transparent #FFFFFF #FFFFFF;
  transform: rotate(-45deg);
  content: "";
}

.footer-gnavi .gnavi-area {
  background-color: var(--base-color-primary);
  color: var(--font-color-white);
  padding: 28px 20px;
}
@media not all and (min-width: 1025px) {
  .footer-gnavi .gnavi-area {
    padding: 60px 40px;
  }
}
.footer-gnavi .gnavi-title {
  font-weight: bold;
}
@media all and (min-width: 1025px) {
  .footer-gnavi .gnavi-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer-gnavi .gnavi-title .sub-title {
  font-size: 0.875rem;
}
@media not all and (min-width: 1025px) {
  .footer-gnavi .gnavi-title .sub-title {
    display: block;
  }
}
.footer-gnavi .gnavi-title .main-title {
  font-size: 1.375rem;
}
@media all and (min-width: 1025px) {
  .footer-gnavi .gnavi-title .main-title {
    margin-left: 20px;
  }
}
.footer-gnavi .gnavi-list {
  display: flex;
}
@media all and (min-width: 1025px) {
  .footer-gnavi .gnavi-list {
    justify-content: center;
    align-items: flex-end;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media not all and (min-width: 1025px) {
  .footer-gnavi .gnavi-list {
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.footer-gnavi .gnavi-list > li {
  font-weight: bold;
  margin-right: 25px;
  margin-left: 25px;
}
@media not all and (min-width: 1200px) {
  .footer-gnavi .gnavi-list > li {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media not all and (min-width: 1025px) {
  .footer-gnavi .gnavi-list > li {
    margin-top: 15px;
    white-space: nowrap;
    width: calc(50% - 30px);
  }
}
@media not all and (min-width: 1025px) {
  .footer-gnavi .gnavi-list > li:first-child {
    order: 1;
  }
  .footer-gnavi .gnavi-list > li:nth-child(2) {
    order: 3;
  }
  .footer-gnavi .gnavi-list > li:nth-child(3) {
    order: 5;
  }
  .footer-gnavi .gnavi-list > li:nth-child(4) {
    order: 7;
  }
  .footer-gnavi .gnavi-list > li:nth-child(5) {
    order: 2;
  }
  .footer-gnavi .gnavi-list > li:nth-child(6) {
    order: 4;
  }
  .footer-gnavi .gnavi-list > li:nth-child(7) {
    order: 6;
  }
  .footer-gnavi .gnavi-list > li:last-child {
    order: 8;
  }
}
.footer-gnavi .gnavi-list > li:last-child {
  margin-right: 0;
}
.footer-gnavi .gnavi-link:hover {
  text-decoration: none;
}
.footer-gnavi .gnavi-link-text::before {
  height: 1px;
}

.mv-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mv-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (min-width: 1025px) {
  .mv-contents {
    position: absolute;
    padding: 90px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 565px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media not all and (min-width: 1025px) {
  .mv-contents {
    color: var(--font-color-primary);
    padding: 30px 20px 20px;
  }
}
.mv-title {
  font-size: clamp(1.25rem, 1.9vw, 2.25rem);
  font-weight: bold;
  text-align: center;
}
@media not all and (min-width: 1025px) {
  .mv-title {
    font-size: 1.25rem;
  }
}
.mv-lead {
  font-size: clamp(1rem, 1.3vw, 0.875rem);
  font-weight: bold;
  line-height: 2.25;
  text-align: center;
  margin: 30px 0;
  color: #000;
}
@media not all and (min-width: 1200px) {
  .mv-lead {
    font-size: 0.875rem;
  }
}
@media not all and (min-width: 1025px) {
  .mv-lead {
    color: var(--font-color-primary);
  }
}
.mv-btn-area {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media not all and (min-width: 1025px) {
  .mv-btn-area {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.mv .btn {
  padding: 20px;
  width: 300px;
  max-height: 60px;
  margin-left: 15px;
  margin-right: 15px;
}
@media not all and (min-width: 1025px) {
  .mv .btn {
    line-height: 1;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media not all and (min-width: 641px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media not all and (min-width: 641px) {
  .section:last-of-type {
    padding-bottom: 134px;
  }
}
.section.bg-primary {
  background-color: var(--base-color-primary);
  color: var(--font-color-white);
}
.section.bg-secondary {
  background-color: var(--base-color-secondary);
}
.section.bg-tertiary {
  background-color: var(--base-color-tertiary);
}
.section.bg-quaternary {
  background-color: var(--base-color-quaternary);
}
@media not all and (min-width: 641px) {
  .section._news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section.pb-0 {
  padding-bottom: 0px;
}
.section._page-head {
  display: flex;
  justify-content: center;
}

.section-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.type-narrow2 .section-inner {
  max-width: 960px;
}
.type-narrow .section-inner {
  max-width: 840px;
}

.section-inner-box {
  background-color: #FFFFFF;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.section-inner-box .box {
  background-color: #EDEFF8;
}
@media screen and (max-width: 640px) {
  .section-inner-box {
    padding: 30px;
  }
}

.breacrumb {
  background-color: var(--base-color-secondary);
}
.breacrumb-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
.breacrumb-list {
  display: flex;
  padding: 0 20px;
}
.breacrumb-list-item {
  margin-right: 44px;
  position: relative;
  font-size: 0.875rem;
}
.breacrumb-list-item:last-child {
  margin-right: 0;
}
.breacrumb-list-item:last-child::after {
  display: none;
}
.breacrumb-list-item::after {
  content: "";
  top: 50%;
  right: -22px;
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-color: #858585 #858585 transparent transparent;
  border-radius: 1px;
  transform: rotate(45deg) translateY(-50%);
  margin-top: -1px;
}
@media not all and (min-width: 641px) {
  .breacrumb {
    display: none;
  }
}

.page-heading-wrapper {
  position: relative;
}
@media all and (min-width: 641px) {
  .page-heading-wrapper {
    padding-left: 140px;
  }
}
@media not all and (min-width: 641px) {
  .page-heading-wrapper {
    margin-top: -30px;
  }
}
@media all and (min-width: 641px) {
  .page-heading-wrapper.no-lead {
    min-height: 100px;
    display: flex;
    align-items: center;
  }
}
.page-heading-wrapper.no-icon {
  padding-left: 0;
}
.page-heading-wrapper.no-icon::before {
  display: none;
}
.page-heading-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media not all and (min-width: 641px) {
  .page-heading-wrapper::before {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
  }
}
.info .page-heading-wrapper::before {
  background-image: url(../images/page_heading_info.png);
}
.faq .page-heading-wrapper::before {
  background-image: url(../images/page_heading_faq.png);
}
.toiawase .page-heading-wrapper::before {
  background-image: url(../images/page_heading_toiawase.png);
}
.moushikomi .page-heading-wrapper::before, .henkou_moushikomi .page-heading-wrapper::before, .shinki_moushikomi .page-heading-wrapper::before, .riyousya_henkou .page-heading-wrapper::before {
  background-image: url(../images/page_heading_moushikomi.png);
}
.manual .page-heading-wrapper::before {
  background-image: url(../images/page_heading_manual.png);
}
.link .page-heading-wrapper::before {
  background-image: url(../images/page_heading_link.png);
}
.yakkan .page-heading-wrapper::before {
  background-image: url(../images/page_heading_yakkan.png);
}
.login .page-heading-wrapper::before {
  background-image: url(../images/page_heading_login.png);
}
.estimate .page-heading-wrapper::before {
  background-image: url(../images/page_heading_toiawase.png);
}

.page-heading {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media not all and (min-width: 641px) {
  .page-heading {
    font-size: 1.5rem;
    text-align: center;
  }
}

.primary-heading {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  color: var(--font-color-black);
}
@media not all and (min-width: 641px) {
  .primary-heading {
    font-size: 1.25rem;
  }
}
.primary-heading.font-white {
  color: #fff;
}

.secondary-heading {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}
@media not all and (min-width: 641px) {
  .secondary-heading {
    font-size: 1.25rem;
  }
}
@media not all and (min-width: 641px) {
  .secondary-heading.sp-medium {
    font-size: 1.125rem;
  }
}
.secondary-heading.type-small {
  font-size: 1.25rem;
}
@media not all and (min-width: 641px) {
  .secondary-heading.type-small {
    font-size: 1rem;
  }
}

.tertiary-heading {
  font-size: 1.125rem;
  font-weight: bold;
}

.link-heading {
  font-size: 1.25rem;
  color: var(--font-color-primary);
  font-weight: bold;
  text-align: center;
  padding-left: 75px;
}
@media not all and (min-width: 641px) {
  .link-heading {
    padding-left: 60px;
    font-size: 1rem;
  }
}
.link-heading > a {
  position: relative;
}
.link-heading > a::before {
  content: "";
  top: -12px;
  left: -75px;
  position: absolute;
}
@media not all and (min-width: 641px) {
  .link-heading > a::before {
    top: -8px;
    left: -60px;
  }
}
.link-heading._faq > a::before {
  width: 65px;
  height: 53px;
  background: url(../images/common/icon_faq.png) no-repeat;
  background-size: contain;
}
@media not all and (min-width: 641px) {
  .link-heading._faq > a::before {
    width: 50px;
    height: 40px;
  }
}

.btn {
  background-color: var(--btn-color-primary);
  color: var(--font-color-white);
  border: 1px solid var(--btn-border-color-primary);
  border-radius: 40px;
  padding: 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  transition: background-color var(--transition-animation), border-color var(--transition-animation), color var(--transition-animation);
  position: relative;
  overflow: hidden;
}
.btn-text {
  z-index: 10;
  position: relative;
}
.header .btn {
  width: 160px;
  padding: 10px 15px;
  max-height: 40px;
}
.btn:hover {
  text-decoration: none;
}
@media all and (min-width: 641px) {
  .btn:hover {
    border-color: #1A34CE;
    background-color: #1A34CE;
  }
}
.btn.has-tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.has-tel-icon::before {
  position: relative;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/common/icon_tel.svg) no-repeat;
  margin-right: 6px;
  position: relative;
  top: -1px;
  left: 0;
  z-index: 3;
}
.btn._width_normal {
  max-width: 360px;
}
.btn._width_normal:not(._align_left) {
  margin-left: auto;
  margin-right: auto;
}
@media not all and (min-width: 641px) {
  .btn._width_normal {
    max-width: 200px;
  }
}

.btn-secondary {
  background-color: var(--btn-color-secondary);
  color: var(--font-color-primary);
  border-color: var(--btn-border-color-secondary);
}
@media all and (min-width: 641px) {
  .btn-secondary:hover {
    border-color: #FFF275;
    background-color: #FFF275;
  }
}

.btn-tertiary {
  background-color: var(--btn-color-tertiary);
  color: var(--font-color-primary);
  border-color: var(--btn-border-color-tertiary);
}
@media all and (min-width: 641px) {
  .btn-tertiary:hover {
    border-color: #C9D2FC;
    background-color: #C9D2FC;
  }
}

.btn-white {
  color: var(--font-color-primary);
  background-color: var(--btn-color-white);
  border-color: var(--btn-border-color-lightblue);
}
@media all and (min-width: 641px) {
  .btn-white:hover {
    border-color: var(--btn-border-color-primary);
    background-color: var(--btn-color-primary);
    color: var(--font-color-white);
  }
}

.btn-red {
  color: var(--btn-color-white);
  background-color: var(--btn-color-danger);
  border-color: var(--btn-color-white);
}
@media all and (min-width: 641px) {
  .btn-red:hover {
    border-color: #e94470;
    background-color: #e94470;
  }
}

.helpdesk .btn {
  padding: 10px;
  margin-top: 17px;
}
@media not all and (min-width: 641px) {
  .helpdesk .btn {
    width: 70%;
    min-width: 180px;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.btn-form-clear {
  color: var(--font-color-primary);
  font-weight: bold;
  font-size: 1rem;
  margin-left: 30px;
}
@media not all and (min-width: 641px) {
  .btn-form-clear {
    font-size: 0.875rem;
    margin-left: 15px;
  }
}

.colbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media not all and (min-width: 641px) {
  .colbox {
    flex-direction: column;
  }
}
.colbox.adjust-height > .col > * {
  height: 100%;
}
@media all and (min-width: 641px) {
  .colbox.col-2 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media all and (min-width: 641px) {
  .colbox.col-2 > .col {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .colbox.col-2 > .col:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media not all and (min-width: 641px) {
  .colbox.col-2 > .col:not(:first-child) {
    margin-top: 20px;
  }
}
@media all and (min-width: 641px) {
  .colbox.col-2 > .col._width_minimum {
    width: 340px !important;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media not all and (min-width: 1025px) {
  .colbox.col-2 > .col._width_minimum:nth-child(2) {
    margin-top: 30px;
  }
}
@media all and (min-width: 641px) {
  .colbox.col-3 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (min-width: 641px) {
  .colbox.col-3 > .col {
    width: 33.3333333333%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media not all and (min-width: 641px) {
  .colbox.col-3 > .col:not(:first-child) {
    margin-top: 20px;
  }
}
.colbox.col-4 {
  margin-left: -20px;
  margin-right: -20px;
}
@media not all and (min-width: 641px) {
  .colbox.col-4 {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
}
.colbox.col-4 .col {
  width: 25%;
  margin-left: 20px;
  margin-right: 20px;
}
@media not all and (min-width: 641px) {
  .colbox.col-4 .col {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
  .colbox.col-4 .col:nth-child(n+3) {
    margin-top: 40px;
  }
}

.news-colbox {
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
@media not all and (min-width: 641px) {
  .news-colbox {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.news-colbox > .col {
  margin-left: 20px;
  margin-right: 20px;
}
@media not all and (min-width: 641px) {
  .news-colbox > .col {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 55px;
  }
}
.news-colbox > .col.news-image {
  max-width: 125px;
  min-width: 100px;
}
@media all and (min-width: 641px) {
  .news-colbox > .col.news-image {
    min-width: 300px;
    max-width: 300px;
    margin-right: 30px;
  }
}
@media all and (min-width: 641px) {
  .news-colbox > .col.news-contents {
    margin-left: 30px;
  }
}
.news-colbox .news-date {
  font-size: 0.75rem;
}
@media not all and (min-width: 641px) {
  .news-colbox .news-date {
    position: absolute;
    top: 0;
    left: 12px;
  }
}
.news-colbox .news-title {
  font-size: 1.25rem;
  font-weight: bold;
}
@media not all and (min-width: 641px) {
  .news-colbox .news-title {
    font-size: 1rem;
    position: absolute;
    top: 1em;
    left: 12px;
    margin-top: 5px;
  }
}
.news-colbox .news-text {
  margin: 20px 0;
  font-weight: 400;
}
@media not all and (min-width: 641px) {
  .news-colbox .news-text {
    font-size: 0.875rem;
    margin: 15px 0 10px;
  }
}
.news-colbox .news-link {
  font-weight: bold;
}
@media not all and (min-width: 641px) {
  .news-colbox .news-link {
    font-size: 0.875rem;
  }
}
.news-colbox + .news-colbox {
  margin-top: 30px;
}

.site-list-colbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media not all and (min-width: 641px) {
  .site-list-colbox {
    flex-direction: column;
  }
}
.site-list-colbox .col {
  width: calc(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
@media not all and (min-width: 1025px) {
  .site-list-colbox .col {
    width: calc(50% - 40px);
  }
}
@media not all and (min-width: 641px) {
  .site-list-colbox .col {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.site-list-colbox .list-inner {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.site-list-colbox .list-link {
  display: inline-block;
  width: auto;
  font-size: 1.075rem;
}
@media not all and (min-width: 641px) {
  .site-list-colbox .list-link {
    font-size: 1rem;
  }
}
.site-list-colbox .new-window-icon {
  display: inline-block;
  position: relative;
  padding-right: 0;
  margin-left: 5px;
  vertical-align: middle;
}
.site-list-colbox .new-window-icon::after {
  position: absolute;
  content: "";
  width: 20.5px;
  height: 15.5px;
  top: 5px;
  right: -20px;
  background: url(../images/top/icon_new_window.svg) no-repeat center center/cover;
  background-size: contain;
}

.service-site-colbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media not all and (min-width: 641px) {
  .service-site-colbox {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.service-site-colbox .service-site-box {
  width: calc(50% - 60px);
  max-width: 250px;
  margin-left: 30px;
  margin-right: 30px;
}
@media all and (min-width: 641px) {
  .service-site-colbox .service-site-box:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media not all and (min-width: 1025px) {
  .service-site-colbox .service-site-box {
    width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
  .service-site-colbox .service-site-box:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media all and (max-width: 765px) {
  .service-site-colbox .service-site-box:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media not all and (min-width: 641px) {
  .service-site-colbox .service-site-box {
    width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
}
.service-site-colbox .service-site-image {
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.service-site-colbox .service-site-image:hover {
  opacity: 0.7;
}
.service-site-colbox .service-site-image:hover img {
  opacity: 1 !important;
}
.service-site-colbox .service-site-image img {
  display: block;
}

.helpdesk .colbox .col {
  display: flex;
  width: calc(33.3333333333% - 30px);
}
@media not all and (min-width: 1025px) {
  .helpdesk .colbox .col {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
  .helpdesk .colbox .col:last-child {
    margin-bottom: 0;
  }
}
@media not all and (min-width: 641px) {
  .helpdesk .colbox .col {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.helpdesk .colbox .box {
  display: flex;
  flex-direction: column;
}
.helpdesk .colbox .box .text {
  flex-grow: 1;
}

.box {
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
}
@media not all and (min-width: 641px) {
  .box {
    padding: 20px;
  }
}
.box.p-large {
  padding: 60px;
}
@media not all and (min-width: 641px) {
  .box.p-large {
    padding: 30px;
  }
}
@media not all and (min-width: 641px) {
  .box.sp-py-large {
    padding: 30px 20px;
  }
}
.box.no-shadow {
  box-shadow: none;
}
.col-2 .box {
  padding: 20px 30px;
}
@media not all and (min-width: 641px) {
  .col-2 .box {
    padding: 20px;
  }
}
@media all and (min-width: 641px) {
  .col-2 .box._padding-reverse {
    padding: 30px 20px;
  }
}
.col-3 .box {
  padding: 30px 40px;
}
@media not all and (min-width: 641px) {
  .col-3 .box {
    padding: 30px 25px;
  }
}

.whychoose-box {
  display: flex;
  justify-content: space-between;
}
@media not all and (min-width: 641px) {
  .whychoose-box {
    flex-wrap: wrap;
  }
}
.whychoose-box-image {
  text-align: center;
}
.whychoose-box-text {
  font-weight: bold;
  margin-top: 20px;
}
@media not all and (min-width: 641px) {
  .whychoose-box-text {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}

.function-box {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.function-box > .col {
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
.function-box-image {
  text-align: center;
}
.function-box .col:nth-child(2) .function-box-image {
  position: relative;
}
.function-box .col:nth-child(2) .function-box-image::before {
  content: "";
  top: 50%;
  left: -10px;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/top/index_function_arrow.png) no-repeat;
}
@media not all and (min-width: 1025px) {
  .function-box .col:nth-child(2) .function-box-image::before {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
}
.function-box-desc {
  margin-top: 20px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media not all and (min-width: 641px) {
  .function-box-desc {
    margin-top: 15px;
  }
}

.clip-box {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
@media all and (min-width: 641px) {
  .clip-box {
    align-items: center;
  }
}
.clip-box > div[class^=clip-box-] {
  margin-left: 10px;
  margin-right: 10px;
}
.clip-box-image {
  min-width: 90px;
}
@media not all and (min-width: 641px) {
  .clip-box-image {
    min-width: 70px;
  }
}
.clip-box-content .title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 18px;
}
@media not all and (min-width: 641px) {
  .clip-box-content .title {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
.clip-box-content .text {
  font-size: 1.125rem;
}
@media not all and (min-width: 641px) {
  .clip-box-content .text {
    font-size: 0.875rem;
  }
}

.text-link {
  color: var(--font-color-primary);
}
.text-link[target=_blank]::after {
  content: "外部サイトへ";
  display: inline-block;
  flex-shrink: 0;
  margin-left: 0.25em;
  height: 1.1em;
  width: 1em;
  vertical-align: -0.2em;
  text-indent: -100vw;
  overflow: hidden;
  background-color: #000000;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  mask-image: url("../images/common/icon_new-window.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("../images/common/icon_new-window.svg");
}
.bg-primary .text-link {
  color: var(--font-color-white);
  text-decoration: underline;
}
.bg-primary .text-link[target=_blank]::after {
  background-color: #fff;
}
.bg-primary .text-link:hover {
  text-decoration: none;
}
.whychoose-box-text .text-link[target=_blank]::after {
  width: 20px;
  margin-left: 10px;
}
.text-link._type-large {
  font-size: 1.125rem;
  font-weight: bold;
}

.text-arrow-link {
  color: var(--font-color-primary);
}
.text-arrow-link::before {
  display: inline-block;
  content: "";
  flex-shrink: 0;
  margin-right: 1em;
  height: 1.1em;
  width: 1em;
  vertical-align: -0.2em;
  text-indent: -100vw;
  overflow: hidden;
  background-color: #1E32A5;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  mask-image: url("../images/common/icon_arrow_link.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("../images/common/icon_arrow_link.svg");
}

.floating-chat {
  width: 360px;
}
@media not all and (min-width: 641px) {
  .floating-chat {
    width: 100%;
  }
}
.floating-chat.floating-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 998;
}
@media not all and (min-width: 641px) {
  .floating-chat.floating-fixed {
    bottom: 0;
  }
}
.floating-chat-link:hover {
  text-decoration: none !important;
}
.floating-chat-inner {
  background-color: var(--base-color-chatbot);
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  transition: background-color var(--transition-animation);
}
@media all and (min-width: 641px) {
  .floating-chat-inner {
    border-top-left-radius: 10px;
  }
}
.floating-chat-link:hover .floating-chat-inner {
  background-color: #2C80DF;
}
.floating-chat-desc {
  color: var(--font-color-white);
  font-weight: bold;
  font-size: 0.875rem;
}
.floatin-chat-link:hover .floating-chat-desc {
  text-decoration: none !important;
}
.floating-chat-icon {
  transition: transform var(--transition-animation);
  transform-origin: bottom right;
}
.floating-chat-link:hover .floating-chat-icon {
  transform: scale(1.5);
}
.floating-chat.floating-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-area {
  display: flex;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
@media not all and (min-width: 1025px) {
  .contact-area {
    flex-direction: column;
  }
}
.contact-area > * {
  margin-left: 20px;
  margin-right: 20px;
}
@media not all and (min-width: 1025px) {
  .contact-area > *:last-child .btn {
    margin-bottom: 15px;
  }
}
.contact-area .btn {
  max-width: 340px;
  font-size: 1.375rem;
  padding: 25px;
}
@media all and (min-width: 1025px) {
  .contact-area .btn {
    width: calc(33.3333333333% - 20px);
  }
}
@media not all and (min-width: 1025px) {
  .contact-area .btn {
    font-size: 1.125rem;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 30px;
  }
}
.contact-area .btn.has-tel-icon::before {
  filter: invert(17%) sepia(54%) saturate(5243%) hue-rotate(229deg) brightness(77%) contrast(89%);
  margin-right: 15px;
}
@media not all and (min-width: 380px) {
  .contact-area .btn.has-tel-icon::before {
    margin-right: 6px;
  }
}

.tel-area {
  font-weight: bold;
}
@media all and (min-width: 1025px) {
  .tel-area {
    max-width: 340px;
  }
}
@media not all and (min-width: 1025px) {
  .tel-area {
    text-align: center;
  }
}
@media all and (min-width: 1025px) {
  .estimate .tel-area {
    max-width: 100%;
  }
}
.tel-area > .desc {
  font-size: 0.875rem;
}
.tel-area > .tel {
  font-size: 1.625rem;
  padding-left: 28px;
  position: relative;
  display: inline-block;
}
.tel-area > .tel::before {
  content: "";
  top: 8px;
  left: 0;
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_tel.svg) no-repeat;
  background-size: contain;
}
.estimate .tel-area > .tel {
  display: block;
  text-align: center;
}
.estimate .tel-area > .tel::before {
  position: relative;
  top: 0;
  margin-right: 5px;
  display: inline-block;
}
.tel-area > .reception {
  font-size: 0.75rem;
}
@media not all and (min-width: 1025px) {
  .tel-area > .reception {
    font-size: 1rem;
  }
}

.page-lead {
  font-size: 1.25rem;
  font-weight: bold;
}
@media not all and (min-width: 641px) {
  .page-lead {
    text-align: center;
    font-size: 0.875rem;
  }
}

.list-text {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media not all and (min-width: 641px) {
  .list-text {
    font-size: 0.875rem;
  }
}

@media not all and (min-width: 641px) {
  .helpdesk .colbox.col-3 > .col {
    margin-bottom: 10px;
  }
  .helpdesk .colbox.col-3 > .col:not(:first-child) {
    margin-top: 10px;
  }
  .helpdesk .colbox.col-3 > .col:last-child {
    margin-bottom: 0;
  }
}
.helpdesk .box {
  box-shadow: none;
}
.helpdesk .box .title {
  text-align: center;
}
.helpdesk .text {
  font-size: 1.00rem;
  font-weight: 500;
}
.helpdesk .tel-area {
  text-align: center;
}
.helpdesk .tel-area .text {
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}

.text-thin {
  font-size: 0.875rem;
  font-weight: normal;
}

.text-small {
  font-size: 0.875rem;
}

.text-red {
  color: var(--btn-color-danger);
}

@media not all and (min-width: 641px) {
  .table-wrapper {
    overflow-x: scroll;
  }
}

.primary-table {
  table-layout: fixed;
  border: 2px var(--base-color-secondary) solid;
  width: 100%;
}
@media not all and (min-width: 641px) {
  .primary-table {
    width: 1200px;
  }
}
.primary-table th, .primary-table td {
  border-left: 1px solid rgba(226, 227, 229, 0.5);
  padding: 20px 25px;
}
.primary-table th:first-child, .primary-table td:first-child {
  border-left: none;
}
.primary-table thead tr {
  background-color: var(--base-color-primary);
}
.primary-table thead th, .primary-table thead td {
  color: var(--font-color-white);
  font-weight: bold;
}
.primary-table tbody tr {
  background-color: #FFFFFF;
}
.primary-table tbody tr:nth-child(even) {
  background-color: #F6F7FB;
}
.primary-table tbody th, .primary-table tbody td {
  font-weight: 500;
}

.disc-list li {
  margin-left: 20px;
  list-style-type: disc;
  padding-left: 0.5em;
}

.annotation-list {
  font-size: 0.875rem;
  font-weight: 400;
}
.annotation-list-item {
  display: flex;
}
.annotation-list-symbol {
  margin-right: 8px;
  flex-shrink: 0;
}
.annotation-list .text-link {
  word-break: break-all;
}
.annotation-list.font-normal {
  font-size: 1rem;
  font-weight: 500;
}

.horizontal-list .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 0;
}
@media not all and (min-width: 641px) {
  .horizontal-list .row {
    padding: 15px 0;
    flex-direction: column;
  }
}
.horizontal-list .row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.horizontal-list .row:last-child {
  margin-bottom: 0;
}
.horizontal-list-term {
  flex-shrink: 1;
  margin-right: 4%;
}
@media all and (min-width: 641px) {
  .horizontal-list-term {
    width: 120px;
  }
}
@media not all and (min-width: 641px) {
  .horizontal-list-term {
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
}
.horizontal-list-data {
  font-size: 1.125rem;
}
@media all and (min-width: 641px) {
  .horizontal-list-data {
    width: calc(100% - 120px - 50px);
  }
}
@media not all and (min-width: 641px) {
  .horizontal-list-data {
    font-size: 0.875rem;
  }
}
.horizontal-list._border-top_none .row:first-child {
  border-top: none;
}
.horizontal-list._sp_flex_row .row {
  flex-direction: row;
}

.faq-list .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 0;
  padding: 0 !important;
}
@media not all and (min-width: 641px) {
  .faq-list .row {
    padding: 15px 0;
    flex-direction: column;
  }
}
.faq-list .row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.faq-list .row:last-child {
  margin-bottom: 0;
}
.faq-list-question {
  padding: 24px 0;
  font-weight: bold;
  font-size: 1.125rem;
  color: #000;
  position: relative;
  cursor: pointer;
  display: flex;
}
@media not all and (min-width: 641px) {
  .faq-list-question {
    padding-bottom: 20px;
    font-size: 1rem;
  }
}
.faq-list-question::before, .faq-list-question::after {
  content: "";
  top: 32px;
  right: 10px;
  position: absolute;
  width: 20px;
  height: 2px;
  margin-top: 3px;
  border-top: 2px solid #000;
}
@media not all and (min-width: 641px) {
  .faq-list-question::before, .faq-list-question::after {
    width: 14px;
  }
}
.faq-list-question::after {
  transform: translate(-1px, -1px) rotate(90deg);
  transition: transform var(--transition-animation);
}
.faq-list-question.is-open::after {
  transform: translate(0, 0) rotate(0deg);
}
.faq-list-question .faq-text {
  padding-right: 40px;
  max-width: calc(100% - 110px);
}
@media not all and (min-width: 641px) {
  .faq-list-question .faq-text {
    padding-right: 30px;
    max-width: calc(100% - 110px);
  }
}
.faq-list .icon-question {
  flex: 0 1 auto;
  margin-right: 10px;
  font-size: 1.125rem;
  color: var(--font-color-white);
  font-weight: bold;
  background-color: #000;
  width: 75px;
  height: 30px;
  border-radius: 50%;
  padding: 4px 8px;
  display: inline-block;
  line-height: 1.2;
}
.faq-list-ansewr {
  display: none;
  padding-bottom: 24px;
}
@media not all and (min-width: 641px) {
  .faq-list-ansewr {
    padding-bottom: 20px;
    font-size: 0.875rem;
  }
}
.faq-list .icon-ansewr {
  margin-right: 10px;
  font-size: 1.125rem;
  color: #000;
  font-weight: bold;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 4px 8px;
  border: 1px solid #AFAFAF;
  display: inline-block;
  line-height: 1.2;
}

@media all and (min-width: 1025px) {
  .flow-link {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.flow-link-inner {
  display: flex;
  counter-reset: number;
  max-width: 100%;
}
@media not all and (min-width: 1025px) {
  .flow-link-inner {
    margin-left: -20px;
    margin-right: -20px;
    flex-direction: column;
  }
}
.flow-link .col {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
@media all and (min-width: 1025px) {
  .flow-link .col {
    flex: 1 0 21%;
  }
}
@media not all and (min-width: 1025px) {
  .flow-link .col {
    flex: 0 0 21%;
  }
}
@media not all and (min-width: 1025px) {
  .flow-link .col {
    width: 100%;
    margin-bottom: 40px;
  }
  .flow-link .col:last-child {
    margin-bottom: 0;
  }
}
.flow-link .col::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
@media all and (min-width: 1025px) {
  .flow-link .col::after {
    border-left: 20px solid #000000;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
}
@media not all and (min-width: 1025px) {
  .flow-link .col::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000000;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.flow-link .col:last-child::after {
  display: none;
}
.flow-link .col > a {
  height: 100%;
  display: block;
}
.flow-link .col > a:hover * {
  text-decoration: underline;
}
.flow-link .box {
  padding: 20px;
  height: inherit;
  position: relative;
}
.flow-link .box::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: bold;
  font-size: 1.25rem;
  color: #000;
}
@media not all and (min-width: 1025px) {
  .flow-link .box::before {
    font-size: 1rem;
  }
}
.flow-link .box::after {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 2px;
  border-color: transparent transparent var(--font-color-primary) var(--font-color-primary);
  transform: rotate(-45deg);
  content: "";
  margin-top: 5px;
}
@media not all and (min-width: 1025px) {
  .flow-link .box::after {
    margin-top: 3px;
  }
}
.flow-link-text {
  font-weight: bold;
  display: inline-block;
  padding: 0 18px 0 40px;
  font-size: 1.25rem;
}
@media not all and (min-width: 1025px) {
  .flow-link-text {
    padding: 0 18px 0 20px;
    font-size: 1rem;
  }
}

@media all and (min-width: 1025px) {
  .flow-link-vertical {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.flow-link-vertical-inner {
  counter-reset: number;
}
@media not all and (min-width: 1025px) {
  .flow-link-vertical-inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.flow-link-vertical .col {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
  position: relative;
}
@media not all and (min-width: 1025px) {
  .flow-link-vertical .col {
    margin-bottom: 40px;
  }
}
.flow-link-vertical .col::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
@media all and (min-width: 1025px) {
  .flow-link-vertical .col::after {
    border-top: 20px solid #000000;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media not all and (min-width: 1025px) {
  .flow-link-vertical .col::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000000;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.flow-link-vertical .col:last-child {
  margin-bottom: 0px;
}
.flow-link-vertical .col:last-child::after {
  display: none;
}
.flow-link-vertical .col > a {
  height: 100%;
  display: block;
}
.flow-link-vertical .col > a:hover * {
  text-decoration: underline;
}
.flow-link-vertical .box {
  padding: 20px;
  height: inherit;
  position: relative;
}
.flow-link-vertical .box::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: bold;
  font-size: 1.25rem;
  color: #000;
}
@media not all and (min-width: 1025px) {
  .flow-link-vertical .box::before {
    font-size: 1rem;
  }
}
.flow-link-vertical-text {
  font-weight: bold;
  display: inline-block;
  padding: 0 18px 0 40px;
  font-size: 1.25rem;
}
@media not all and (min-width: 1025px) {
  .flow-link-vertical-text {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
