@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  border-width: 0;
}

a {
  text-decoration: none;
}

.blogBody {
  font-size: medium;
  width: 100%;
  /* children of the <head> element all have display:none */
  /* generic block-level elements */
  /* heading elements */
  /* tables */
  /* for tables without table section elements (can happen with XHTML or dynamically created tables) */
  /* lists */
  /* form elements */
  /* Form controls don't go vertical. */
  /* TODO(crbug.com/880258): Use different styles for
  `-internal-autofill-previewed` and `-internal-autofill-selected`. */
  /* meter */
  /* progress */
  /* inline elements */
  /* states */
  /* HTML5 ruby elements */
  /* other elements */
  /* TODO(foolip): In the Fullscreen spec, there's a ::backdrop block with the
  properties shared with :fullscreen::backdrop (see fullscreen.css). */
  /* page */
  /* Allows thead sections to print at the top of each page. */
}
.blogBody html,
.blogBody body,
.blogBody div,
.blogBody span,
.blogBody applet,
.blogBody object,
.blogBody iframe,
.blogBody h1,
.blogBody h2,
.blogBody h3,
.blogBody h4,
.blogBody h5,
.blogBody h6,
.blogBody p,
.blogBody blockquote,
.blogBody pre,
.blogBody a,
.blogBody button,
.blogBody abbr,
.blogBody acronym,
.blogBody address,
.blogBody big,
.blogBody cite,
.blogBody code,
.blogBody del,
.blogBody dfn,
.blogBody em,
.blogBody img,
.blogBody ins,
.blogBody kbd,
.blogBody q,
.blogBody s,
.blogBody samp,
.blogBody small,
.blogBody strike,
.blogBody strong,
.blogBody sub,
.blogBody sup,
.blogBody tt,
.blogBody var,
.blogBody b,
.blogBody u,
.blogBody i,
.blogBody center,
.blogBody dl,
.blogBody dt,
.blogBody dd,
.blogBody ol,
.blogBody ul,
.blogBody li,
.blogBody fieldset,
.blogBody form,
.blogBody label,
.blogBody legend,
.blogBody table,
.blogBody caption,
.blogBody tbody,
.blogBody tfoot,
.blogBody thead,
.blogBody tr,
.blogBody th,
.blogBody td,
.blogBody article,
.blogBody aside,
.blogBody canvas,
.blogBody details,
.blogBody embed,
.blogBody figure,
.blogBody figcaption,
.blogBody footer,
.blogBody header,
.blogBody hgroup,
.blogBody menu,
.blogBody nav,
.blogBody output,
.blogBody ruby,
.blogBody section,
.blogBody summary,
.blogBody time,
.blogBody mark,
.blogBody audio,
.blogBody video {
  font-size: medium;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.blogBody html {
  display: block;
}
.blogBody head {
  display: none;
}
.blogBody meta {
  display: none;
}
.blogBody title {
  display: none;
}
.blogBody link {
  display: none;
}
.blogBody style {
  display: none;
}
.blogBody script {
  display: none;
}
.blogBody body {
  display: block;
  margin: 8px;
}
.blogBody body:-webkit-full-page-media {
  background-color: rgb(0, 0, 0);
}
.blogBody p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .blogBody p {
    font-size: 14px;
  }
}
.blogBody span {
  font-size: inherit;
}
.blogBody div {
  display: block;
}
.blogBody layer {
  display: block;
}
.blogBody article,
.blogBody aside,
.blogBody footer,
.blogBody header,
.blogBody hgroup,
.blogBody main,
.blogBody nav,
.blogBody section {
  display: block;
}
.blogBody marquee {
  display: inline-block;
  width: -webkit-fill-available;
}
.blogBody address {
  display: block;
}
.blogBody blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
.blogBody figcaption {
  display: block;
}
.blogBody figure {
  display: block;
  width: 100%;
}
.blogBody q {
  display: inline;
}
.blogBody q:before {
  content: open-quote;
}
.blogBody q:after {
  content: close-quote;
}
.blogBody center {
  display: block;
  /* special centering to be able to emulate the html4/netscape behaviour */
  text-align: -webkit-center;
}
.blogBody hr {
  display: block;
  overflow: hidden;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  border-style: inset;
  border-width: 1px;
}
.blogBody map {
  display: inline;
}
.blogBody video {
  -o-object-fit: contain;
     object-fit: contain;
}
.blogBody h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.blogBody :-webkit-any(article, aside, nav, section) h1 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.blogBody :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) h1 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.blogBody :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) h1 {
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}
.blogBody :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) h1 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
.blogBody :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) h1 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}
.blogBody h2 {
  display: block;
  font-size: 2.3em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .blogBody h2 {
    font-size: 1.6em;
  }
}
.blogBody h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.blogBody h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.blogBody h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.blogBody h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.blogBody strong,
.blogBody em,
.blogBody kbd {
  font-size: 1em;
}
.blogBody table {
  display: table;
  border-color: gray;
  box-sizing: border-box;
  text-indent: initial;
}
.blogBody thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.blogBody tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.blogBody tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.blogBody table > tr {
  vertical-align: middle;
}
.blogBody col {
  display: table-column;
}
.blogBody colgroup {
  display: table-column-group;
}
.blogBody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.blogBody td,
.blogBody th {
  display: table-cell;
  vertical-align: inherit;
}
.blogBody th {
  font-weight: bold;
  text-align: -internal-center;
}
.blogBody caption {
  display: table-caption;
  text-align: -webkit-center;
}
.blogBody ul,
.blogBody menu,
.blogBody dir {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.blogBody ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.blogBody li {
  display: list-item;
  text-align: -webkit-match-parent;
  line-height: 1.8;
}
.blogBody ul ul,
.blogBody ol ul {
  list-style-type: circle;
}
.blogBody ol ol ul,
.blogBody ol ul ul,
.blogBody ul ol ul,
.blogBody ul ul ul {
  list-style-type: square;
}
.blogBody dd {
  display: block;
  margin-inline-start: 40px;
}
.blogBody dl {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.blogBody dt {
  display: block;
}
.blogBody ol ul,
.blogBody ul ol,
.blogBody ul ul,
.blogBody ol ol {
  margin-block-start: 0;
  margin-block-end: 0;
}
.blogBody form {
  display: block;
  margin-top: 0em;
}
.blogBody :-webkit-any(table, thead, tbody, tfoot, tr) > form:-internal-is-html {
  display: none !important;
}
.blogBody label {
  cursor: default;
}
.blogBody legend {
  display: block;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border: none;
}
.blogBody fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: -moz-min-content;
  min-inline-size: min-content;
}
.blogBody button {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.blogBody input,
.blogBody textarea,
.blogBody select,
.blogBody button,
.blogBody meter,
.blogBody progress {
  -webkit-writing-mode: horizontal-tb !important;
}
.blogBody input,
.blogBody textarea,
.blogBody select,
.blogBody button {
  margin: 0em;
  font: -webkit-small-control;
  text-rendering: auto; /* FIXME: Remove when tabs work with optimizeLegibility. */
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  text-align: start;
}
.blogBody input[type=hidden i] {
  display: none;
}
.blogBody input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 1px;
  background-color: -internal-light-dark(white, black);
  border: 2px inset;
  -webkit-rtl-ordering: logical;
  cursor: text;
}
.blogBody input[type=search i] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
}
.blogBody input::-webkit-textfield-decoration-container {
  display: flex !important;
  align-items: center;
  -webkit-user-modify: read-only !important;
  content: none !important;
  writing-mode: inherit !important;
  -internal-align-self-block: center;
}
.blogBody input::-webkit-clear-button {
  -webkit-appearance: auto;
          appearance: auto;
  display: inline-block;
  cursor: default;
  flex: none;
  -webkit-user-modify: read-only !important;
  margin-inline-start: 2px;
  opacity: 0;
}
.blogBody input:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-clear-button {
  opacity: 1;
  pointer-events: auto;
}
.blogBody input[type=search i]::-webkit-search-cancel-button {
  -webkit-appearance: auto;
          appearance: auto;
  display: block;
  cursor: default;
  flex: none;
  -webkit-user-modify: read-only !important;
  margin-inline-start: 1px;
  opacity: 0;
  -webkit-user-select: none !important;
          user-select: none !important;
}
.blogBody input[type=search i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: auto;
}
.blogBody input::-webkit-inner-spin-button {
  -webkit-appearance: auto;
          appearance: auto;
  display: inline-block;
  cursor: default;
  flex: none;
  align-self: stretch;
  -webkit-user-modify: read-only !important;
  opacity: 0;
}
.blogBody input:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-inner-spin-button {
  opacity: 1;
  pointer-events: auto;
}
.blogBody select {
  border-radius: 5px;
}
.blogBody textarea {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background-color: -internal-light-dark(white, black);
  border: 1px solid;
  -moz-column-count: initial !important;
       column-count: initial !important;
  -webkit-rtl-ordering: logical;
  flex-direction: column;
  resize: auto;
  cursor: text;
  padding: 2px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.blogBody ::-webkit-input-placeholder {
  -webkit-text-security: none;
  color: #757575;
  direction: inherit !important;
  pointer-events: none !important;
  text-orientation: inherit !important;
  writing-mode: inherit !important;
}
.blogBody input::-webkit-input-placeholder {
  text-overflow: inherit;
  line-height: initial;
  white-space: pre;
  word-wrap: normal;
  overflow: hidden;
  -webkit-user-modify: read-only !important;
}
.blogBody input::-internal-input-suggested {
  text-overflow: inherit;
  white-space: nowrap;
  overflow: hidden;
}
.blogBody input::-internal-input-suggested,
.blogBody textarea::-internal-input-suggested {
  font: -webkit-small-control !important;
  /* Prevent that overflow affects the scrollable area. Without this,
  LayoutBox::*Scroll{Height,Width}() may determine the scroll width/height
  from the scrollable area instead of from the overrides in
  LayoutTextControl{Single,Multi}Line::Scroll{Height,Width}(). */
  overflow: hidden !important;
  overflow-anchor: none;
}
.blogBody input[type=password i] {
  -webkit-text-security: disc !important;
}
.blogBody input[type=password i]::-internal-input-suggested {
  -webkit-text-security: disc !important;
}
.blogBody input[type=hidden i],
.blogBody input[type=image i],
.blogBody input[type=file i] {
  -webkit-appearance: initial; /* AutoAppearanceFor() should match to this. */
  padding: initial;
  background-color: initial;
  border: initial;
  cursor: default;
}
.blogBody input[type=file i] {
  align-items: baseline;
  color: inherit;
  overflow: hidden !important;
  text-align: start !important;
  text-overflow: ellipsis;
  white-space: pre;
}
.blogBody input[type=image i] {
  cursor: pointer;
}
.blogBody input:-internal-autofill-previewed,
.blogBody textarea:-internal-autofill-previewed,
.blogBody select:-internal-autofill-previewed {
  -webkit-appearance: menulist-button;
  background-color: #e8f0fe !important;
  background-image: none !important;
  color: -internal-light-dark(black, white) !important;
}
.blogBody input:-internal-autofill-selected,
.blogBody textarea:-internal-autofill-selected,
.blogBody select:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
  background-color: #e8f0fe !important;
  background-image: none !important;
  color: -internal-light-dark(black, white) !important;
}
.blogBody input[type=radio i],
.blogBody input[type=checkbox i] {
  margin: 3px 0.5ex;
  padding: initial;
  background-color: initial;
  border: initial;
  cursor: default;
}
.blogBody input[type=button i],
.blogBody input[type=submit i],
.blogBody input[type=reset i] {
  -internal-empty-line-height: fabricated;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  white-space: pre;
}
.blogBody input[type=file i]::-webkit-file-upload-button {
  -webkit-appearance: auto;
          appearance: auto;
  -webkit-user-modify: read-only !important;
  white-space: nowrap;
  margin: 0;
  margin-inline-end: 4px;
  font-size: inherit;
}
.blogBody input[type=button i],
.blogBody input[type=submit i],
.blogBody input[type=reset i],
.blogBody input[type=file i]::-webkit-file-upload-button,
.blogBody button {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: -internal-light-dark(ButtonText, #aaaaaa);
  padding: 2px 6px 3px 6px;
  border: 2px outset ButtonFace;
  background-color: ButtonFace;
  box-sizing: border-box;
}
.blogBody input[type=range i] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto; /* AutoAppearanceFor() should match to this. */
  padding: initial;
  border: initial;
  margin: 2px;
  color: #909090;
  cursor: default;
}
.blogBody input[type=range i]::-webkit-slider-container,
.blogBody input[type=range i]::-webkit-media-slider-container {
  -webkit-appearance: inherit;
          appearance: inherit;
  flex: 1;
  min-inline-size: 0;
  box-sizing: border-box;
  -webkit-user-modify: read-only !important;
  display: flex;
}
.blogBody input[type=range i]:-internal-has-datalist::-webkit-slider-container {
  /*
  * See LayoutThemeDefault. "22px" is
  * 2 * (SliderTickOffsetFromTrackCenter() + SliderTickSize().Height()).
  */
  min-block-size: 22px;
}
.blogBody input[type=range i]::-webkit-slider-runnable-track {
  flex: 1;
  min-inline-size: 0;
  -webkit-align-self: center;
  box-sizing: border-box;
  -webkit-user-modify: read-only !important;
  display: block;
}
.blogBody input[type=range i]::-webkit-slider-thumb,
.blogBody input[type=range i]::-webkit-media-slider-thumb {
  -webkit-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
  -webkit-user-modify: read-only !important;
  display: block;
}
.blogBody input[type=button i]:disabled,
.blogBody input[type=submit i]:disabled,
.blogBody input[type=reset i]:disabled,
.blogBody input[type=file i]:disabled::-webkit-file-upload-button,
.blogBody button:disabled,
.blogBody select:disabled,
.blogBody optgroup:disabled,
.blogBody option:disabled,
.blogBody select[disabled] > option {
  color: -internal-light-dark(GrayText, #aaa);
}
.blogBody input[type=button i]:active,
.blogBody input[type=submit i]:active,
.blogBody input[type=reset i]:active,
.blogBody input[type=file i]:active::-webkit-file-upload-button,
.blogBody button:active {
  border-style: inset;
}
.blogBody input[type=button i]:active:disabled,
.blogBody input[type=submit i]:active:disabled,
.blogBody input[type=reset i]:active:disabled,
.blogBody input[type=file i]:active:disabled::-webkit-file-upload-button,
.blogBody button:active:disabled {
  border-style: outset;
}
.blogBody input:disabled,
.blogBody textarea:disabled {
  color: -internal-light-dark(#545454, #aaa);
  cursor: default;
}
.blogBody option:-internal-spatial-navigation-focus {
  outline: -internal-light-dark(black, white) dashed 1px;
  outline-offset: -1px;
}
.blogBody datalist {
  display: none;
}
.blogBody area {
  display: inline;
}
.blogBody area:-webkit-any-link {
  cursor: pointer;
}
.blogBody param {
  display: none;
}
.blogBody input[type=checkbox i] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
}
.blogBody input[type=radio i] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
}
.blogBody input[type=color i] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 44px;
  height: 23px;
  background-color: ButtonFace;
  /* Same as native_theme_base. */
  border: 1px #a9a9a9 solid;
  padding: 1px 2px;
  cursor: default;
}
.blogBody input[type=color i]::-webkit-color-swatch-wrapper {
  display: flex;
  padding: 4px 2px;
  box-sizing: border-box;
  -webkit-user-modify: read-only !important;
  width: 100%;
  height: 100%;
}
.blogBody input[type=color i]::-webkit-color-swatch {
  background-color: #000000;
  border: 1px solid #777777;
  flex: 1;
  min-width: 0;
  -webkit-user-modify: read-only !important;
}
.blogBody input[type=color i][list] {
  -webkit-appearance: menulist; /* AutoAppearanceFor() should match to this. */
  width: 88px;
  height: 23px;
}
.blogBody input[type=color i][list]::-webkit-color-swatch-wrapper {
  padding-inline-start: 8px;
  padding-inline-end: 24px;
}
.blogBody input[type=color i][list]::-webkit-color-swatch {
  border-color: #000000;
}
.blogBody input::-webkit-calendar-picker-indicator {
  display: inline-block;
  width: 0.66em;
  height: 0.66em;
  padding: 0.17em 0.34em;
  -webkit-user-modify: read-only !important;
  opacity: 0;
  cursor: default;
}
.blogBody input::-webkit-calendar-picker-indicator:hover {
  background-color: #eee;
}
.blogBody input:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-calendar-picker-indicator,
.blogBody input::-webkit-calendar-picker-indicator:focus {
  opacity: 1;
  pointer-events: auto;
}
.blogBody input[type=date i]:disabled::-webkit-clear-button,
.blogBody input[type=date i]:disabled::-webkit-inner-spin-button,
.blogBody input[type=datetime-local i]:disabled::-webkit-clear-button,
.blogBody input[type=datetime-local i]:disabled::-webkit-inner-spin-button,
.blogBody input[type=month i]:disabled::-webkit-clear-button,
.blogBody input[type=month i]:disabled::-webkit-inner-spin-button,
.blogBody input[type=week i]:disabled::-webkit-clear-button,
.blogBody input[type=week i]:disabled::-webkit-inner-spin-button,
.blogBody input:disabled::-webkit-calendar-picker-indicator,
.blogBody input[type=date i][readonly]::-webkit-clear-button,
.blogBody input[type=date i][readonly]::-webkit-inner-spin-button,
.blogBody input[type=datetime-local i][readonly]::-webkit-clear-button,
.blogBody input[type=datetime-local i][readonly]::-webkit-inner-spin-button,
.blogBody input[type=month i][readonly]::-webkit-clear-button,
.blogBody input[type=month i][readonly]::-webkit-inner-spin-button,
.blogBody input[type=week i][readonly]::-webkit-clear-button,
.blogBody input[type=week i][readonly]::-webkit-inner-spin-button,
.blogBody input[readonly]::-webkit-calendar-picker-indicator {
  visibility: hidden;
}
.blogBody select {
  -webkit-appearance: menulist; /* AutoAppearanceFor() should match to this. */
  box-sizing: border-box;
  align-items: center;
  border: 1px solid;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: -internal-light-dark(black, white);
  background-color: -internal-light-dark(white, black);
  cursor: default;
}
.blogBody select:not(:-internal-list-box) {
  overflow: visible !important;
}
.blogBody select:-internal-list-box {
  -webkit-appearance: listbox; /* AutoAppearanceFor() should match to this. */
  align-items: flex-start;
  border: 1px inset gray;
  border-radius: initial;
  overflow-x: hidden;
  overflow-y: scroll;
  vertical-align: text-bottom;
  white-space: nowrap;
}
.blogBody optgroup {
  font-weight: bolder;
  display: block;
}
.blogBody option {
  font-weight: normal;
  display: block;
  padding: 0 2px 1px 2px;
  white-space: nowrap;
  min-height: 1.2em;
}
.blogBody select:-internal-list-box optgroup option:before {
  content: "    ";
}
.blogBody select:-internal-list-box option,
.blogBody select:-internal-list-box optgroup {
  line-height: initial !important;
}
.blogBody select:-internal-list-box:focus option:checked {
  background-color: -internal-active-list-box-selection !important;
  color: -internal-active-list-box-selection-text !important;
}
.blogBody select:-internal-list-box:focus option:checked:disabled {
  background-color: -internal-inactive-list-box-selection !important;
}
.blogBody select:-internal-list-box option:checked {
  background-color: -internal-inactive-list-box-selection !important;
  color: -internal-inactive-list-box-selection-text !important;
}
.blogBody select:-internal-list-box:disabled option:checked,
.blogBody select:-internal-list-box option:checked:disabled {
  color: gray !important;
}
.blogBody select:-internal-list-box hr {
  border-style: none;
  margin-block-start: 0.5em;
  margin-block-end: 0;
}
.blogBody select:-internal-list-box:focus option:-internal-multi-select-focus {
  outline: auto 1px -webkit-focus-ring-color;
  outline-offset: -1px;
}
.blogBody output {
  display: inline;
}
.blogBody meter {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
  display: inline-block;
  height: 1em;
  width: 5em;
  vertical-align: -0.2em;
  -webkit-user-modify: read-only !important;
}
.blogBody meter::-webkit-meter-inner-element {
  -webkit-appearance: inherit;
          appearance: inherit;
  box-sizing: inherit;
  display: none;
  -webkit-user-modify: read-only !important;
  height: 100%;
  width: 100%;
}
.blogBody meter::-webkit-meter-inner-element:-internal-shadow-host-has-appearance {
  display: block;
}
.blogBody meter::-internal-fallback:-internal-shadow-host-has-appearance {
  display: none;
}
.blogBody meter::-webkit-meter-bar {
  background: linear-gradient(to bottom, #ddd, #eee 20%, #ccc 45%, #ccc 55%, #ddd);
  height: 100%;
  width: 100%;
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody meter::-webkit-meter-optimum-value {
  background: linear-gradient(to bottom, #ad7, #cea 20%, #7a3 45%, #7a3 55%, #ad7);
  height: 100%;
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody meter::-webkit-meter-suboptimum-value {
  background: linear-gradient(to bottom, #fe7, #ffc 20%, #db3 45%, #db3 55%, #fe7);
  height: 100%;
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody meter::-webkit-meter-even-less-good-value {
  background: linear-gradient(to bottom, #f77, #fcc 20%, #d44 45%, #d44 55%, #f77);
  height: 100%;
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody progress {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
  display: inline-block;
  height: 1em;
  width: 10em;
  vertical-align: -0.2em;
}
.blogBody progress::-webkit-progress-inner-element {
  box-sizing: inherit;
  -webkit-user-modify: read-only;
  height: 100%;
  width: 100%;
}
.blogBody progress::-webkit-progress-bar {
  background-color: gray;
  height: 100%;
  width: 100%;
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody progress::-webkit-progress-value {
  background-color: green;
  height: 100%;
  width: 50%; /* should be removed later */
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody u,
.blogBody ins {
  text-decoration: underline;
}
.blogBody abbr[title],
.blogBody acronym[title] {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blogBody strong,
.blogBody b {
  font-weight: bold;
}
.blogBody i,
.blogBody cite,
.blogBody em,
.blogBody var,
.blogBody address,
.blogBody dfn {
  font-style: italic;
}
.blogBody pre,
.blogBody xmp,
.blogBody plaintext,
.blogBody listing {
  display: block;
  white-space: pre;
  margin: 1em 0;
}
.blogBody mark {
  background-color: yellow;
  color: black;
}
.blogBody big {
  font-size: larger;
}
.blogBody small {
  font-size: smaller;
}
.blogBody s,
.blogBody strike,
.blogBody del {
  text-decoration: line-through;
}
.blogBody sub {
  vertical-align: sub;
  font-size: smaller;
}
.blogBody sup {
  vertical-align: super;
  font-size: smaller;
}
.blogBody nobr {
  white-space: nowrap;
}
.blogBody :-internal-spatial-navigation-interest {
  outline: auto 1px -webkit-focus-ring-color !important;
  box-shadow: none !important;
}
.blogBody :focus {
  outline: auto 1px -webkit-focus-ring-color;
}
.blogBody html:focus,
.blogBody body:focus {
  outline: none;
}
.blogBody embed:focus,
.blogBody iframe:focus,
.blogBody object:focus {
  outline: none;
}
.blogBody input:focus,
.blogBody textarea:focus,
.blogBody select:focus {
  outline-offset: -2px;
}
.blogBody input[type=button i]:focus,
.blogBody input[type=checkbox i]:focus,
.blogBody input[type=file i]:focus,
.blogBody input[type=hidden i]:focus,
.blogBody input[type=image i]:focus,
.blogBody input[type=radio i]:focus,
.blogBody input[type=reset i]:focus,
.blogBody input[type=submit i]:focus,
.blogBody input[type=file i]:focus::-webkit-file-upload-button {
  outline-offset: 0;
}
.blogBody a:-webkit-any-link {
  color: #0073aa;
  text-decoration: underline;
  cursor: pointer;
  word-break: break-all;
}
.blogBody p.has-text-color a {
  color: inherit;
}
.blogBody a:-webkit-any-link:active {
  color: -webkit-activelink;
}
.blogBody a:-webkit-any-link:read-write {
  cursor: text;
}
.blogBody ruby,
.blogBody rt {
  text-indent: 0; /* blocks used for ruby rendering should not trigger this */
}
.blogBody rt {
  line-height: normal;
}
.blogBody ruby > rt {
  display: block;
  font-size: 50%;
  text-align: start;
}
.blogBody rp {
  display: none;
}
.blogBody noframes {
  display: none;
}
.blogBody frameset,
.blogBody frame {
  display: block;
}
.blogBody frameset {
  border-color: inherit;
}
.blogBody iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.blogBody details {
  display: block;
}
.blogBody summary {
  display: block;
}
.blogBody summary::-webkit-details-marker {
  display: inline-block;
  width: 0.66em;
  height: 0.66em;
  margin-inline-end: 0.4em;
}
.blogBody template {
  display: none;
}
.blogBody bdi,
.blogBody output {
  unicode-bidi: -webkit-isolate;
}
.blogBody bdo {
  unicode-bidi: bidi-override;
}
.blogBody textarea[dir=auto i] {
  unicode-bidi: -webkit-plaintext;
}
.blogBody dialog:not([open]) {
  display: none;
}
.blogBody dialog {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: -internal-light-dark(white, black);
  color: -internal-light-dark(black, white);
}
.blogBody dialog:-internal-modal {
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  /* 6px + 2em = border + padding, as by default box-sizing is content-box. */
  max-width: calc(100% - 6px - 2em);
  max-height: calc(100% - 6px - 2em);
}
.blogBody dialog::backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.blogBody slot {
  display: contents;
}
@page {
  .blogBody {
    /* FIXME: Define the right default values for page properties. */
    size: auto;
    margin: auto;
    padding: 0px;
    border-width: 0px;
  }
}
@media print {
  .blogBody thead {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .blogBody tfoot {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.blogBody .wp-block-pullquote {
  margin: 0 0 1em 0;
  padding: 3em 0;
  text-align: center;
  border-top: 4px solid;
  border-bottom: 4px solid;
}
.blogBody .wp-block-pullquote.alignleft,
.blogBody .wp-block-pullquote.alignright {
  max-width: 420px;
}
.blogBody .wp-block-pullquote.alignleft p,
.blogBody .wp-block-pullquote.alignright p {
  font-size: 1.25em;
}
.blogBody .wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6;
}
.blogBody .wp-block-pullquote cite,
.blogBody .wp-block-pullquote footer {
  position: relative;
}
.blogBody .wp-block-pullquote .has-text-color a {
  color: inherit;
}
.blogBody .wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.blogBody .wp-block-pullquote.is-style-solid-color {
  border: none;
}
.blogBody .wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.blogBody .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}
.blogBody .wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.blogBody .wp-block-pullquote cite {
  color: inherit;
}
.blogBody .wp-block-quote {
  border-left: 0.25em solid;
  margin: 0 0 1.75em;
  padding-left: 1em;
}
.blogBody .wp-block-table td,
.blogBody .wp-block-table th {
  border: 1px solid;
}
.blogBody .wp-block-table td,
.blogBody .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
  word-break: normal;
  line-height: 1.8;
}
.blogBody .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.blogBody .wp-block-columns {
  display: flex;
  margin-bottom: 2em;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .blogBody .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.blogBody .wp-block-columns p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.blogBody .wp-block-column {
  overflow: hidden;
}
.blogBody .size-full img {
  width: 100%;
}
.blogBody h2,
.blogBody h3,
.blogBody h4,
.blogBody h5,
.blogBody h6 {
  margin-block-start: 2em;
  margin-block-end: 2em;
}
.blogBody .wp-block-column > h1,
.blogBody .wp-block-column > h2,
.blogBody .wp-block-column > h3,
.blogBody .wp-block-column > h4,
.blogBody .wp-block-column > h5,
.blogBody .wp-block-column > h6 {
  margin-block-start: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
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 {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a {
  color: #000;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
}

.drawerNav {
  width: 80%;
  padding-top: 7.5vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}
@media screen and (max-width: 800px) {
  .drawerNav {
    padding-top: 25.6vw;
  }
}
@media screen and (max-width: 800px) {
  .drawerNav {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
.drawerNav__menu > * + * {
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .drawerNav__menu > * + * {
    margin-top: 4.2666666667vw;
  }
}
.drawerNav__link {
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .drawerNav__link {
    font-size: 3.2vw;
  }
}
.drawerNav__button {
  display: inline-flex !important;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .drawerNav__button {
    margin-top: 6.4vw;
  }
}

.drawer--left .drawer-nav {
  left: -90vw;
}

.hamburger {
  display: none;
  position: relative;
}
.hamburger.active span:nth-of-type(1) {
  transform: translateY(2.1vw) rotate(45deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  transform: translateY(-2.1vw) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .hamburger {
    display: block;
    z-index: 109000;
    cursor: pointer;
    width: 1.875vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .hamburger {
    width: 6.4vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .hamburger {
    height: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .hamburger span {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
  }
  .hamburger span:nth-child(1) {
    top: 0%;
  }
  .hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .hamburger span:nth-of-type(3) {
    top: 100%;
  }
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  height: 3.4375vw;
  font-size: 0.9375vw;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .button {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .button {
    height: 11.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .button {
    font-size: 3.2vw;
  }
}
.button--white {
  border: 1px solid #eeeeed;
}
.button--white:hover {
  color: #185abc;
  background-color: #faf9fa;
}
.button--blue {
  background: #007aff;
  color: #ffffff;
}
.button--blue:hover {
  background-color: #185abc;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.sectionTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sectionTitle__title {
  font-size: 2.5vw;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sectionTitle__title {
    font-size: 8.5333333333vw;
  }
}
.sectionTitle__sub {
  font-size: 1.25vw;
  margin-top: 1.25vw;
  color: #a5a4a1;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .sectionTitle__sub {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .sectionTitle__sub {
    margin-top: 4.2666666667vw;
  }
}
.sectionTitle span {
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  display: inline-block;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.hero__container {
  padding-top: 6.25vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .hero__container {
    padding-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .hero__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.hero__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .hero__top {
    width: 80%;
  }
}
.hero__text {
  font-size: 1.25vw;
  line-height: 2;
  margin-top: 1.875vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .hero__text {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .hero__text {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .hero__text br {
    display: none;
  }
}
.hero__button {
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .hero__button {
    margin-top: 8.5333333333vw;
  }
}
.hero__slider {
  padding-top: 5vw;
}
@media screen and (max-width: 800px) {
  .hero__slider {
    padding-top: 17.0666666667vw;
  }
}

.heroSlider {
  overflow: hidden;
}
.heroSlider__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .heroSlider__wrapper {
    padding-bottom: 21.3333333333vw;
  }
}
.heroSlider__wrapper > * + * {
  margin-left: 5.625vw;
}
@media screen and (max-width: 800px) {
  .heroSlider__wrapper > * + * {
    margin-left: 6.4vw;
  }
}
.heroSlider__slide {
  width: 45.46875vw;
  flex-shrink: 0;
  position: relative;
  filter: drop-shadow(-20px 20px 32px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 800px) {
  .heroSlider__slide {
    width: 74.6666666667vw;
  }
}
.heroSlider__slideVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .heroSlider__slideVideo {
    display: none;
  }
}
.heroSlider__slideVideoThumbnail {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .heroSlider__slideVideoThumbnail {
    display: block;
  }
}
.heroSlider__slideImage {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about__container {
  padding-top: 9.375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 11%;
  padding-right: 4%;
}
@media screen and (max-width: 800px) {
  .about__container {
    padding-top: 32vw;
  }
}
@media screen and (max-width: 800px) {
  .about__container {
    width: 80%;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }
}
.about__textContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 37%;
  line-height: 1.5;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .about__textContainer {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .about__textContainer {
    width: 100%;
  }
}
.about__textWrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about__small {
  color: #007aff;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .about__small {
    font-size: 3.2vw;
  }
}
.about__title {
  margin-top: 1.25vw;
  font-size: 2.5vw;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .about__title {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__title {
    font-size: 6.4vw;
  }
}
.about__detail {
  margin-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .about__detail {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__detail {
    font-size: 3.2vw;
  }
}
.about__button {
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .about__button {
    margin-top: 8.5333333333vw;
  }
}
.about__imageContainer {
  width: 46%;
}
@media screen and (max-width: 800px) {
  .about__imageContainer {
    width: 100%;
  }
}
.about__image {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.strength {
  display: flex;
  justify-content: center;
  align-items: center;
}
.strength__list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .strength__list {
    margin-top: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .strength__list {
    flex-direction: column;
  }
}
.strength__item {
  width: 30%;
}
@media screen and (max-width: 800px) {
  .strength__item {
    width: 100%;
  }
}

.strengthItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strengthItem__title {
  margin-top: 3.125vw;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .strengthItem__title {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .strengthItem__title {
    font-size: 4.2666666667vw;
  }
}
.strengthItem__text {
  margin-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .strengthItem__text {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .strengthItem__text {
    font-size: 4.2666666667vw;
  }
}

.feature {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature__title {
  width: 80%;
}
.feature__container {
  width: 80%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .feature__container {
    width: 100%;
    overflow: hidden;
  }
}
.feature__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .feature__list {
    margin-top: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .feature__list {
    flex-direction: column;
  }
}
.feature__item {
  width: 100%;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .feature__item {
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .feature__item {
    width: 100%;
  }
}

.featureItem {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .featureItem {
    flex-direction: column;
  }
}
.featureItem > * + * {
  margin-left: 3.125vw;
}
@media screen and (max-width: 800px) {
  .featureItem > * + * {
    margin-left: 0vw;
  }
}
.featureItem__textWrapper {
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .featureItem__textWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .featureItem__container {
    margin-left: 10%;
  }
}
.featureItem__title {
  display: flex;
  align-items: center;
}
.featureItem__title img {
  display: block;
  margin-right: 0.625vw;
  height: 1.40625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 800px) {
  .featureItem__title img {
    margin-right: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .featureItem__title img {
    height: 4.8vw;
  }
}
.featureItem__title h3 {
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .featureItem__title h3 {
    font-size: 4.2666666667vw;
  }
}
.featureItem__detail {
  margin-top: 1.25vw;
  font-size: 0.9375vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .featureItem__detail {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .featureItem__detail {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .featureItem__detail {
    width: 90%;
  }
}
.featureItem__humanImage {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .featureItem__humanImage--pc {
    display: none;
  }
}
.featureItem__humanImage--sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .featureItem__humanImage--sp {
    display: block;
    width: 11.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .featureItem__humanImage--sp {
    width: 38.4vw;
  }
}
.featureItem__imgWrapper {
  width: 75%;
  display: flex;
  position: relative;
}
.featureItem__imgWrapper > * + * {
  margin-left: 0vw;
}
@media screen and (max-width: 800px) {
  .featureItem__imgWrapper > * + * {
    margin-left: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .featureItem__imgWrapper {
    width: 100%;
    align-items: flex-end;
  }
}
.featureItem__img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  filter: drop-shadow(-20px 20px 32px rgba(0, 0, 0, 0.16));
}
.featureItem__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .featureItem__video {
    display: none;
    transform: translate(-5%, -50%);
    width: 100%;
  }
}
.featureItem__videoThumbnail {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .featureItem__videoThumbnail {
    display: block;
    transform: translate(-5%, -50%);
    width: 100%;
  }
}
.featureItem__link {
  display: inline-block;
  margin-top: 1.25vw;
  color: #007aff;
  font-size: 1.25vw;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 800px) {
  .featureItem__link {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .featureItem__link {
    font-size: 4.2666666667vw;
  }
}
.featureItem__link:hover {
  opacity: 0.5;
}

.kit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .kit {
    margin-top: 10.6666666667vw;
  }
}
.kit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 52px;
  margin-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .kit__list {
    margin-top: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .kit__list {
    grid-template-columns: 1fr;
  }
}
.kitItem__title {
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .kitItem__title {
    font-size: 4.2666666667vw;
  }
}
.kitItem__titleContainer {
  display: flex;
  align-items: center;
}
.kitItem__icon {
  display: block;
  width: 3.515625vw;
  margin-right: 1.25vw;
}
@media screen and (max-width: 800px) {
  .kitItem__icon {
    width: 12vw;
  }
}
@media screen and (max-width: 800px) {
  .kitItem__icon {
    margin-right: 4.2666666667vw;
  }
}
.kitItem__detail {
  margin-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .kitItem__detail {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .kitItem__detail {
    font-size: 4.2666666667vw;
  }
}

.support {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.support__list {
  width: 100%;
  margin-top: 4.375vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
}
@media screen and (max-width: 800px) {
  .support__list {
    margin-top: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .support__list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.support__item {
  width: 100%;
  background: #faf9fa;
  border: 1px solid #eeeeed;
  border-radius: 10px;
  position: relative;
  padding: 1.875vw;
}
@media screen and (max-width: 800px) {
  .support__item {
    padding: 6.4vw;
  }
}
.support__item--big {
  grid-area: 2/1/5/3;
}
@media screen and (max-width: 800px) {
  .support__item--big {
    height: 96vw;
    grid-area: auto;
  }
}
.support__company {
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .support__company {
    margin-top: 6.4vw;
  }
}
.support__pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 1.875vw !important;
}
@media screen and (max-width: 800px) {
  .support__pagination {
    bottom: 6.4vw !important;
  }
}

.supportItem {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.supportItem__percent {
  color: #007aff;
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .supportItem__percent {
    font-size: 12.8vw;
  }
}
.supportItem__title {
  margin-top: 1.25vw;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .supportItem__title {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .supportItem__title {
    font-size: 4.2666666667vw;
  }
}
.supportItem__detail {
  margin-top: 0.625vw;
  font-size: 0.9375vw;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .supportItem__detail {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .supportItem__detail {
    font-size: 3.2vw;
  }
}
.supportItem__person {
  display: flex;
  align-items: center;
}
.supportItem__person > * + * {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .supportItem__person > * + * {
    margin-left: 4.2666666667vw;
  }
}
.supportItem__personIcon {
  width: 2.8125vw;
  height: 2.8125vw;
  background: #faf9fa;
  border-radius: 999px;
}
@media screen and (max-width: 800px) {
  .supportItem__personIcon {
    width: 9.6vw;
  }
}
@media screen and (max-width: 800px) {
  .supportItem__personIcon {
    height: 9.6vw;
  }
}
.supportItem__nameContainer {
  display: flex;
  flex-direction: column;
}
.supportItem__name {
  margin-top: 0.3125vw;
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .supportItem__name {
    margin-top: 1.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .supportItem__name {
    font-size: 3.2vw;
  }
}
.supportItem__organization {
  color: #a5a4a1;
  font-size: 0.9375vw;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .supportItem__organization {
    font-size: 3.2vw;
  }
}
.supportItem__slider {
  width: 100%;
}
.supportItem__slideWrapper {
  width: 100%;
}
.supportItem__slideImage {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 615/495;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.supportItem__slideTitle {
  margin-top: 1.875vw;
  font-size: 0.9375vw;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .supportItem__slideTitle {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .supportItem__slideTitle {
    font-size: 3.2vw;
  }
}

.medium {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #faf9fa;
}
.medium__container {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .medium__container {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.medium__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
  grid-template-rows: 1fr;
  width: 100%;
  margin-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .medium__list {
    margin-top: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .medium__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    grid-row-gap: 48px;
  }
}
.medium__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.medium__icon {
  width: 7.03125vw;
}
@media screen and (max-width: 800px) {
  .medium__icon {
    width: 24vw;
  }
}
.medium__iconName {
  margin-top: 0.625vw;
  font-size: 0.9375vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .medium__iconName {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .medium__iconName {
    font-size: 3.2vw;
  }
}
.medium__buttonContainer {
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .medium__buttonContainer {
    margin-top: 10.6666666667vw;
  }
}

.voice {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.voice__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voice__title {
  width: 80%;
}
.voice__slider {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  margin-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .voice__slider {
    margin-top: 14.9333333333vw;
  }
}
.voice__sliderWrapper {
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.voice__sliderWrapper > * + * {
  margin-left: 2.5vw;
}
@media screen and (max-width: 800px) {
  .voice__sliderWrapper > * + * {
    margin-left: 8.5333333333vw;
  }
}
.voice__item {
  width: 18.75vw;
}
@media screen and (max-width: 800px) {
  .voice__item {
    width: 64vw;
  }
}
.voice__item:first-child {
  margin-left: 10%;
}
.voice__item:last-child {
  margin-right: 10%;
}

.voiceItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eeeeed;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  transition: 0.2s ease-in-out;
}
.voiceItem:hover {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}
.voiceItem__logoWrapper {
  width: 100%;
  background: #faf9fa;
  border-bottom: 1px solid #eeeeed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.375vw;
}
@media screen and (max-width: 800px) {
  .voiceItem__logoWrapper {
    height: 32vw;
  }
}
.voiceItem__logo {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 60%;
  max-width: 80%;
  mix-blend-mode: multiply;
}
.voiceItem__textWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  flex: 1;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .voiceItem__textWrapper {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .voiceItem__textWrapper {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}
.voiceItem__quote {
  position: absolute;
  top: 7%;
  left: 6%;
  z-index: -1;
  width: 1.875vw;
}
@media screen and (max-width: 800px) {
  .voiceItem__quote {
    width: 6.4vw;
  }
}
.voiceItem__excerpt {
  font-size: 0.9375vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .voiceItem__excerpt {
    font-size: 3.2vw;
  }
}
.voiceItem__info {
  display: flex;
  flex-direction: column;
}
.voiceItem__info > * + * {
  margin-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .voiceItem__info > * + * {
    margin-top: 2.1333333333vw;
  }
}
.voiceItem__client, .voiceItem__name {
  line-height: 1.5;
  font-size: 0.9375vw;
  color: #a5a4a1;
}
@media screen and (max-width: 800px) {
  .voiceItem__client, .voiceItem__name {
    font-size: 3.2vw;
  }
}
.voiceItem__bottom {
  display: flex;
  align-items: center;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .voiceItem__bottom {
    margin-top: 6.4vw;
  }
}
.voiceItem__bottom > * + * {
  margin-left: 0.625vw;
}
@media screen and (max-width: 800px) {
  .voiceItem__bottom > * + * {
    margin-left: 2.1333333333vw;
  }
}
.voiceItem__iconWrapper {
  position: relative;
  width: 3.4375vw;
  height: 3.4375vw;
  overflow: hidden;
  border-radius: 999px;
}
.voiceItem__iconWrapper::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.voiceItem__iconWrapper > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .voiceItem__iconWrapper {
    width: 11.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .voiceItem__iconWrapper {
    height: 11.7333333333vw;
  }
}

.news {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.news__container {
  align-items: flex-end;
}
.news__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .news__head {
    flex-direction: column;
  }
}
.news__title {
  font-size: 2.5vw;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .news__title {
    font-size: 8.5333333333vw;
  }
}
.news__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625vw;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .news__tags {
    margin-top: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .news__tags {
    gap: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .news__tag {
    width: 47.5%;
  }
}
.news__link {
  flex-shrink: 0;
  cursor: pointer;
}
.news__list {
  width: 100%;
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .news__list {
    margin-top: 10.6666666667vw;
  }
}
.news__item {
  position: relative;
}
.news__item::marker {
  content: none;
}
.news__item::before, .news__item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.news__item::before {
  top: 0;
}
.news__item:last-child {
  bottom: 0;
}
.news__button {
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .news__button {
    margin-top: 10.6666666667vw;
  }
}

.newsItem li::marker {
  content: none;
}
.newsItem__wrapper {
  width: 100%;
}
.newsItem__article {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .newsItem__article {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.newsItem__article:hover {
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .newsItem__article {
    align-items: flex-start;
    flex-direction: column;
  }
}
.newsItem__knowledgeArticle {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.25s ease-in;
}
.newsItem__knowledgeArticle:hover {
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .newsItem__knowledgeArticle {
    align-items: flex-start;
    flex-direction: column;
  }
}
.newsItem__info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .newsItem__info {
    width: 100%;
    justify-content: space-between;
  }
}
.newsItem__date {
  width: 12.5vw;
  font-size: 1.25vw;
  line-height: 2;
  color: #a5a4a1;
}
@media screen and (max-width: 800px) {
  .newsItem__date {
    width: 42.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__date {
    font-size: 4.2666666667vw;
  }
}
.newsItem__title {
  font-size: 1.25vw;
  line-height: 2;
  margin-left: 4.375vw;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .newsItem__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__title {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__title {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__tag {
    min-width: 40%;
  }
}

.faq {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq__list {
  width: 100%;
  margin-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .faq__list {
    margin-top: 14.9333333333vw;
  }
}
.faq__item {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faqItem {
  display: flex;
  align-items: flex-start;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .faqItem {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.faqItem__circle {
  position: relative;
  border-radius: 999px;
  border: 1px solid #007aff;
  width: 3.4375vw;
  height: 3.4375vw;
  margin-right: 1.25vw;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .faqItem__circle {
    width: 9.6vw;
  }
}
@media screen and (max-width: 800px) {
  .faqItem__circle {
    height: 9.6vw;
  }
}
@media screen and (max-width: 800px) {
  .faqItem__circle {
    margin-right: 4.2666666667vw;
  }
}
.faqItem__circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10%;
  height: 10%;
  border-radius: 999px;
  background-color: #007aff;
  transform: translate(-50%, -50%);
}
.faqItem__qa {
  display: flex;
  flex-direction: column;
}
.faqItem__q {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.faqItem__q p {
  display: flex;
  align-items: flex-start;
  padding-top: 0.3125vw;
  font-size: 1.25vw;
  line-height: 2;
  color: #007aff;
}
@media screen and (max-width: 800px) {
  .faqItem__q p {
    padding-top: 1.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .faqItem__q p {
    font-size: 3.2vw;
  }
}
.faqItem__q p::before {
  content: "Q.";
  display: block;
  margin-right: 0.625vw;
}
@media screen and (max-width: 800px) {
  .faqItem__q p::before {
    margin-right: 2.1333333333vw;
  }
}
.faqItem__a {
  display: flex;
  font-size: 1.25vw;
  margin-top: 0;
  line-height: 2;
  color: #000;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 800px) {
  .faqItem__a {
    font-size: 3.2vw;
  }
}
.faqItem__a.open {
  height: 300px;
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .faqItem__a.open {
    margin-top: 4.2666666667vw;
  }
}
.faqItem__a::before {
  display: block;
  content: "A.";
  color: #000;
  margin-right: 0.625vw;
}
@media screen and (max-width: 800px) {
  .faqItem__a::before {
    margin-right: 2.1333333333vw;
  }
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.banner__container {
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
}
@media screen and (max-width: 800px) {
  .banner__container {
    padding-top: 32vw;
    padding-bottom: 32vw;
  }
}
.banner__smartPhone {
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25vw;
}
@media screen and (max-width: 800px) {
  .banner__smartPhone {
    width: 85.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .banner__smartPhone {
    display: none;
  }
}
.banner__smartPhone--left {
  left: 0;
  top: 0;
  transform: translate(-17%, 0%);
}
.banner__smartPhone--left img:last-child {
  transform: translateY(40%);
}
.banner__smartPhone--right {
  right: 0;
  bottom: 0;
  transform: translate(20%, 17%);
}
.banner__smartPhone--right img:first-child {
  transform: translateY(-40%);
}
.banner__smartPhoneImg {
  display: block;
  width: 45%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(-20px 20px 32px rgba(0, 0, 0, 0.16));
}
.banner__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.banner__icons img {
  display: block;
  width: 3.125vw;
}
@media screen and (max-width: 800px) {
  .banner__icons img {
    width: 15.4666666667vw;
  }
}
.banner__title {
  margin-top: 4.375vw;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .banner__title {
    margin-top: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .banner__title {
    font-size: 10.6666666667vw;
  }
}
.banner__button {
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .banner__button {
    margin-top: 8.5333333333vw;
  }
}

.tagArchive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tagArchive__container {
  padding-top: 5vw;
  padding-bottom: 9.375vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .tagArchive__container {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .tagArchive__container {
    padding-bottom: 32vw;
  }
}
.tagArchive .container {
  align-items: normal;
}
.tagArchive__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .tagArchive__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tagArchive__title {
  display: flex;
  justify-content: center;
  margin-bottom: 6.640625vw;
}
@media screen and (max-width: 800px) {
  .tagArchive__title {
    margin-bottom: 22.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .tagArchive__title {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 3.515625vw;
    margin-top: 3.515625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .tagArchive__title {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .tagArchive__title {
    margin-top: 12vw;
  }
}
.tagArchive__title h1 {
  font-size: 3.125vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .tagArchive__title h1 {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .tagArchive__title h1 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .tagArchive__title h1 {
    font-size: 6.4vw;
  }
}
.tagArchive__title p {
  margin-left: 1.875vw;
  font-size: 1.25vw;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .tagArchive__title p {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .tagArchive__title p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .tagArchive__title p {
    display: flex;
    align-items: flex-start;
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .tagArchive__title p {
    margin-top: 2.1333333333vw;
  }
}
.tagArchive__sidebar {
  width: 20%;
}
@media screen and (max-width: 800px) {
  .tagArchive__sidebar {
    width: 100%;
  }
}
.tagArchive__tags {
  display: flex;
  gap: 2.1333333333vw;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .tagArchive__tags {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .tagArchive__tags {
    width: 100%;
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.tagArchive__tags li {
  width: 47.5%;
}
.tagArchive__list {
  margin-top: 2.5vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .tagArchive__list {
    margin-top: 8.5333333333vw;
  }
}
.tagArchive .page-numbers {
  display: flex;
  gap: 1.875vw;
}
.tagArchive .page-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid #007aff;
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (max-width: 800px) {
  .tagArchive .page-numbers li {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .tagArchive .page-numbers li {
    height: 8.5333333333vw;
  }
}
.tagArchive .page-numbers li span.current {
  color: #ffffff;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .tagArchive .page-numbers li span.current {
    font-size: 3.2vw;
  }
}
.tagArchive .page-numbers li a {
  padding: 1.09375vw;
  font-size: 0.703125vw;
}
@media screen and (max-width: 800px) {
  .tagArchive .page-numbers li a {
    padding: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .tagArchive .page-numbers li a {
    font-size: 2.4vw;
  }
}
.tagArchive .page-numbers li:has(> span.page-numbers.current) {
  background-color: #007aff;
}
.tagArchive .page-numbers li:has(> span.page-numbers.current) {
  background-color: #007aff;
}
.tagArchive ul.page-numbers {
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .tagArchive ul.page-numbers {
    margin-bottom: 6.4vw;
  }
}
.tagArchive__search {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 800px) {
  .tagArchive__search {
    margin-bottom: 5.3333333333vw;
  }
}
.tagArchive__search h3 {
  font-size: 1.5625vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .tagArchive__search h3 {
    font-size: 5.3333333333vw;
  }
}

.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #007aff;
  min-width: 9.375vw;
  height: 2.8125vw;
  color: #007aff;
  font-size: 0.9375vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 800px) {
  .tag {
    height: 9.6vw;
  }
}
@media screen and (max-width: 800px) {
  .tag {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .tag {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.tag:hover {
  color: #185abc;
  background-color: #faf9fa;
}
.tag.selected {
  background-color: #007aff;
  color: #ffffff;
}
.tag.selected:hover {
  border: 1px solid #185abc;
  background-color: #185abc;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.categoryArchive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.categoryArchive__container {
  padding-top: 5vw;
  padding-bottom: 9.375vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .categoryArchive__container {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .categoryArchive__container {
    padding-bottom: 32vw;
  }
}
.categoryArchive .container {
  align-items: normal;
}
.categoryArchive__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .categoryArchive__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.categoryArchive__title {
  display: flex;
  justify-content: center;
  margin-bottom: 6.640625vw;
}
@media screen and (max-width: 800px) {
  .categoryArchive__title {
    margin-bottom: 22.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .categoryArchive__title {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 3.515625vw;
    margin-top: 3.515625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .categoryArchive__title {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .categoryArchive__title {
    margin-top: 12vw;
  }
}
.categoryArchive__title h1 {
  font-size: 3.125vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .categoryArchive__title h1 {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .categoryArchive__title h1 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .categoryArchive__title h1 {
    font-size: 6.4vw;
  }
}
.categoryArchive__title p {
  margin-left: 1.875vw;
  font-size: 1.25vw;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .categoryArchive__title p {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .categoryArchive__title p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .categoryArchive__title p {
    display: flex;
    align-items: flex-start;
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .categoryArchive__title p {
    margin-top: 2.1333333333vw;
  }
}
.categoryArchive__sidebar {
  width: 20%;
}
@media screen and (max-width: 800px) {
  .categoryArchive__sidebar {
    width: 100%;
  }
}
.categoryArchive__tags {
  display: flex;
  gap: 2.1333333333vw;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .categoryArchive__tags {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .categoryArchive__tags {
    width: 100%;
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.categoryArchive__tags li {
  width: 47.5%;
}
.categoryArchive__list {
  margin-top: 2.5vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .categoryArchive__list {
    margin-top: 8.5333333333vw;
  }
}
.categoryArchive .page-numbers {
  display: flex;
  gap: 1.875vw;
}
.categoryArchive .page-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid #007aff;
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (max-width: 800px) {
  .categoryArchive .page-numbers li {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .categoryArchive .page-numbers li {
    height: 8.5333333333vw;
  }
}
.categoryArchive .page-numbers li span.current {
  color: #ffffff;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .categoryArchive .page-numbers li span.current {
    font-size: 3.2vw;
  }
}
.categoryArchive .page-numbers li a {
  padding: 1.09375vw;
  font-size: 0.703125vw;
}
@media screen and (max-width: 800px) {
  .categoryArchive .page-numbers li a {
    padding: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .categoryArchive .page-numbers li a {
    font-size: 2.4vw;
  }
}
.categoryArchive .page-numbers li:has(> span.page-numbers.current) {
  background-color: #007aff;
}
.categoryArchive .page-numbers li:has(> span.page-numbers.current) {
  background-color: #007aff;
}
.categoryArchive ul.page-numbers {
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .categoryArchive ul.page-numbers {
    margin-bottom: 6.4vw;
  }
}
.categoryArchive__search {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 800px) {
  .categoryArchive__search {
    margin-bottom: 5.3333333333vw;
  }
}
.categoryArchive__search h3 {
  font-size: 1.5625vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .categoryArchive__search h3 {
    font-size: 5.3333333333vw;
  }
}

.articleSingle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  flex: 1;
}
.articleSingle__inner {
  width: 80%;
  display: flex;
  flex-direction: column;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .articleSingle__inner {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .articleSingle__inner {
    flex-direction: column;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .articleSingle__inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.articleSingle__inner--pt0 {
  padding-top: 0;
}
.articleSingle__imgWrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #eeeeed;
}
.articleSingle__imgWrapper::before {
  display: block;
  content: "";
  padding-top: 62.5%;
}
.articleSingle__imgWrapper > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articleSingle__content {
  margin-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .articleSingle__content {
    margin-top: 14.9333333333vw;
  }
}
.articleSingle__button {
  padding-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .articleSingle__button {
    padding-top: 12.8vw;
  }
}
.articleSingle__button .arrowButton__text {
  color: #000;
}
.articleSingle__button .arrowButton__arrow line {
  stroke: #000;
}

.articlesArchive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.articlesArchive__container {
  padding-top: 5vw;
  padding-bottom: 9.375vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .articlesArchive__container {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .articlesArchive__container {
    padding-bottom: 32vw;
  }
}
.articlesArchive .container {
  align-items: normal;
}
.articlesArchive__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .articlesArchive__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.articlesArchive__title {
  display: flex;
  justify-content: center;
  margin-bottom: 3.515625vw;
}
@media screen and (max-width: 800px) {
  .articlesArchive__title {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 800px) {
  .articlesArchive__title {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 3.515625vw;
    margin-top: 3.515625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .articlesArchive__title {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .articlesArchive__title {
    margin-top: 12vw;
  }
}
.articlesArchive__title h1 {
  font-size: 3.125vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .articlesArchive__title h1 {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .articlesArchive__title h1 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .articlesArchive__title h1 {
    font-size: 6.4vw;
  }
}
.articlesArchive__title p {
  margin-left: 1.875vw;
  font-size: 1.25vw;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .articlesArchive__title p {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .articlesArchive__title p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .articlesArchive__title p {
    display: flex;
    align-items: flex-start;
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .articlesArchive__title p {
    margin-top: 2.1333333333vw;
  }
}
.articlesArchive__sidebar {
  width: 20%;
}
@media screen and (max-width: 800px) {
  .articlesArchive__sidebar {
    width: 100%;
  }
}
.articlesArchive__tags {
  display: flex;
  gap: 2.1333333333vw;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .articlesArchive__tags {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .articlesArchive__tags {
    width: 100%;
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.articlesArchive__tags li {
  width: 47.5%;
}
.articlesArchive__list {
  margin-top: 2.5vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .articlesArchive__list {
    margin-top: 8.5333333333vw;
  }
}
.articlesArchive .page-numbers {
  display: flex;
  gap: 1.875vw;
}
.articlesArchive .page-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid #007aff;
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (max-width: 800px) {
  .articlesArchive .page-numbers li {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .articlesArchive .page-numbers li {
    height: 8.5333333333vw;
  }
}
.articlesArchive .page-numbers li span.current {
  color: #ffffff;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .articlesArchive .page-numbers li span.current {
    font-size: 3.2vw;
  }
}
.articlesArchive .page-numbers li a {
  padding: 1.09375vw;
  font-size: 0.703125vw;
}
@media screen and (max-width: 800px) {
  .articlesArchive .page-numbers li a {
    padding: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .articlesArchive .page-numbers li a {
    font-size: 2.4vw;
  }
}
.articlesArchive .page-numbers li:has(> span.page-numbers.current) {
  background-color: #007aff;
}
.articlesArchive .page-numbers li:has(> span.page-numbers.current) {
  background-color: #007aff;
}
.articlesArchive ul.page-numbers {
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .articlesArchive ul.page-numbers {
    margin-bottom: 6.4vw;
  }
}
.articlesArchive__search {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 800px) {
  .articlesArchive__search {
    margin-bottom: 5.3333333333vw;
  }
}
.articlesArchive__search h3 {
  font-size: 1.5625vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .articlesArchive__search h3 {
    font-size: 5.3333333333vw;
  }
}
.articlesArchive:after {
  background: #007aff;
  top: 20%;
  content: "";
  height: 17.1875vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .articlesArchive:after {
    height: 58.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .articlesArchive:after {
    top: 8%;
  }
}

.featuredArticles {
  position: relative;
  margin-bottom: 3.90625vw;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .featuredArticles {
    margin-bottom: 13.3333333333vw;
  }
}
.featuredArticles a {
  color: #ffffff;
}
.featuredArticles p {
  color: #ffffff !important;
}
.featuredArticles .articleItem__category {
  background-color: #ffffff;
  color: #007aff;
  padding: 0.390625vw;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .featuredArticles .articleItem__category {
    padding: 1.3333333333vw;
  }
}
.featuredArticles__title {
  font-size: 2.1875vw;
  font-weight: 700;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 800px) {
  .featuredArticles__title {
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .featuredArticles__title {
    margin-bottom: 5.3333333333vw;
  }
}
.featuredArticles .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.featuredArticles .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.featuredArticles .swiper-slide {
  display: flex;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .featuredArticles .swiper-slide {
    flex: 0 0 100%;
  }
}
.featuredArticles .swiper-slide .articleItem__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.featuredArticles .swiper-slide .articleItem__imgWrapper {
  height: 16.171875vw;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .featuredArticles .swiper-slide .articleItem__imgWrapper {
    height: 55.2vw;
  }
}
.featuredArticles .swiper-slide .articleItem__imgWrapper img {
  width: 100%;
  height: 16.171875vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .featuredArticles .swiper-slide .articleItem__imgWrapper img {
    height: 55.2vw;
  }
}
.featuredArticles .swiper-slide .articleItem__content {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featuredArticles .swiper-slide .articleItem__title {
  font-size: 1.5625vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .featuredArticles .swiper-slide .articleItem__title {
    font-size: 5.3333333333vw;
  }
}
.featuredArticles .swiper-slide .articleItem__date {
  font-size: 1.09375vw;
  color: #000;
}
@media screen and (max-width: 800px) {
  .featuredArticles .swiper-slide .articleItem__date {
    font-size: 3.7333333333vw;
  }
}
.featuredArticles .swiper-button-next,
.featuredArticles .swiper-button-prev {
  color: #185abc;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}
.featuredArticles .swiper-button-next:after,
.featuredArticles .swiper-button-prev:after {
  font-size: 1.5625vw;
  background-color: #ffffff;
  padding: 0.78125vw;
  border-radius: 5px;
  border: 2px solid #eeeeed;
}
@media screen and (max-width: 800px) {
  .featuredArticles .swiper-button-next:after,
  .featuredArticles .swiper-button-prev:after {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .featuredArticles .swiper-button-next:after,
  .featuredArticles .swiper-button-prev:after {
    padding: 2.6666666667vw;
  }
}
.featuredArticles .swiper-button-next {
  right: 0;
}
.featuredArticles .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 800px) {
  .featuredArticles .swiper-slide .articleItem__imgWrapper {
    height: 150px;
  }
}

.contentWithSidebar {
  display: flex;
  flex-wrap: wrap;
}
.contentWithSidebar .contentArea {
  width: 70%;
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .contentArea {
    width: 100%;
  }
}
.contentWithSidebar .search__textArea {
  width: 15.625vw;
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .search__textArea {
    width: 53.3333333333vw;
  }
}
.contentWithSidebar .search__form {
  margin-top: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .search__form {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contentWithSidebar {
    flex-direction: column;
  }
}
.contentWithSidebar .widget_categories {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .widget_categories {
    margin-bottom: 5.3333333333vw;
  }
}
.contentWithSidebar .widget_tags {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .widget_tags {
    margin-bottom: 5.3333333333vw;
  }
}
.contentWithSidebar .widget_list {
  margin-bottom: 1.5625vw;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .widget_list {
    margin-bottom: 5.3333333333vw;
  }
}
.contentWithSidebar .widget_list a {
  font-size: 1.09375vw;
  font-weight: bold;
  color: #185abc;
  background-color: #faf9fa;
  padding-left: 0.46875vw;
  padding-right: 0.46875vw;
  padding-top: 0.46875vw;
  padding-bottom: 0.46875vw;
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .widget_list a {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .widget_list a {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .widget_list a {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
  }
}
.contentWithSidebar .tagCloud a {
  font-size: 1.09375vw;
  font-weight: bold;
  color: #185abc;
  line-height: 24px;
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .tagCloud a {
    font-size: 3.7333333333vw;
  }
}
.contentWithSidebar .widgetTitle {
  font-size: 1.5625vw;
  font-weight: 700;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .widgetTitle {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .widgetTitle {
    margin-bottom: 5.3333333333vw;
  }
}
.contentWithSidebar .widget_tagsMisc {
  font-size: 1.5625vw;
  color: #000;
}
@media screen and (max-width: 800px) {
  .contentWithSidebar .widget_tagsMisc {
    font-size: 5.3333333333vw;
  }
}
.contentWithSidebar__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.newsSingle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  flex: 1;
}
.newsSingle__inner {
  width: 80%;
  display: flex;
  flex-direction: column;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .newsSingle__inner {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__inner {
    flex-direction: column;
  }
}
.newsSingle__inner--pt0 {
  padding-top: 0;
}
.newsSingle__imgWrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #eeeeed;
}
.newsSingle__imgWrapper::before {
  display: block;
  content: "";
  padding-top: 62.5%;
}
.newsSingle__imgWrapper > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsSingle__content {
  margin-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .newsSingle__content {
    margin-top: 14.9333333333vw;
  }
}
.newsSingle__button {
  padding-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .newsSingle__button {
    padding-top: 12.8vw;
  }
}
.newsSingle__button .arrowButton__text {
  color: #000;
}
.newsSingle__button .arrowButton__arrow line {
  stroke: #000;
}

.newsArchive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.newsArchive__container {
  padding-top: 5vw;
  padding-bottom: 9.375vw;
}
@media screen and (max-width: 800px) {
  .newsArchive__container {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .newsArchive__container {
    padding-bottom: 32vw;
  }
}
.newsArchive__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .newsArchive__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.newsArchive__title {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  .newsArchive__title {
    align-items: flex-start;
    flex-direction: column;
  }
}
.newsArchive__title h1 {
  font-size: 1.875vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .newsArchive__title h1 {
    font-size: 6.4vw;
  }
}
.newsArchive__title p {
  margin-left: 1.875vw;
  font-size: 1.25vw;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .newsArchive__title p {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .newsArchive__title p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .newsArchive__title p {
    display: flex;
    align-items: flex-start;
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .newsArchive__title p {
    margin-top: 2.1333333333vw;
  }
}
.newsArchive__tags {
  display: flex;
  gap: 2.1333333333vw;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .newsArchive__tags {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsArchive__tags {
    width: 100%;
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.newsArchive__tags li {
  width: 47.5%;
}
.newsArchive__list {
  margin-top: 2.5vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .newsArchive__list {
    margin-top: 8.5333333333vw;
  }
}
.newsArchive .page-numbers {
  display: flex;
  gap: 1.875vw;
}
.newsArchive .page-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid #007aff;
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (max-width: 800px) {
  .newsArchive .page-numbers li {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsArchive .page-numbers li {
    height: 8.5333333333vw;
  }
}
.newsArchive .page-numbers li span.current {
  color: #ffffff;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .newsArchive .page-numbers li span.current {
    font-size: 3.2vw;
  }
}
.newsArchive .page-numbers li a {
  padding: 1.09375vw;
  font-size: 0.703125vw;
}
@media screen and (max-width: 800px) {
  .newsArchive .page-numbers li a {
    padding: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsArchive .page-numbers li a {
    font-size: 2.4vw;
  }
}
.newsArchive .page-numbers li:has(> span.page-numbers.current) {
  background-color: #007aff;
}
.newsArchive .page-numbers li:has(> span.page-numbers.current) {
  background-color: #007aff;
}
.newsArchive ul.page-numbers {
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .newsArchive ul.page-numbers {
    margin-bottom: 6.4vw;
  }
}

.newsSingleWrapper {
  display: flex;
  background: #faf9fa;
}
@media screen and (max-width: 800px) {
  .newsSingleWrapper {
    display: flex;
    flex-direction: column;
  }
}

.newsSingleLeftWrapper {
  display: flex;
}

.newsSingleLeft__container {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 800px) {
  .newsSingleLeft__container {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .newsSingleLeft__container {
    margin-bottom: 4.2666666667vw;
  }
}
.newsSingleLeft__container .newsSingleLeft__search-container {
  display: flex;
  justify-content: center;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .newsSingleLeft__container .newsSingleLeft__search-container {
    margin-top: 6.4vw;
  }
}
.newsSingleLeft__container .newsSingleLeft__search-box {
  width: 100%;
  padding: 13px;
  border-radius: 5px;
  border: 1px solid var(--border, #eeeeed);
  background: #fff;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .newsSingleLeft__container .newsSingleLeft__search-box {
    font-size: 3.2vw;
  }
}
.newsSingleLeft__container .newsSingleLeft__dropdown {
  margin-bottom: 5px;
}
.newsSingleLeft__container .newsSingleLeft__dropdown.clicked .newsSingleLeft__dropdown-content {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.newsSingleLeft__container .newsSingleLeft__dropdown .newsSingleLeft__dropdown-toggle {
  margin-top: 1.25vw;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 0.625vw;
  transition: color 0.3s ease;
}
@media screen and (max-width: 800px) {
  .newsSingleLeft__container .newsSingleLeft__dropdown .newsSingleLeft__dropdown-toggle {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingleLeft__container .newsSingleLeft__dropdown .newsSingleLeft__dropdown-toggle {
    padding-bottom: 2.1333333333vw;
  }
}
.newsSingleLeft__container .newsSingleLeft__dropdown .newsSingleLeft__dropdown-toggle .newsSingleLeft__dropdown-arrow {
  margin-right: 10px;
  transition: transform 0.3s ease;
}
.newsSingleLeft__container .newsSingleLeft__dropdown .newsSingleLeft__dropdown-toggle .newsSingleLeft__dropdown-title {
  color: var(--item, #a5a4a1);
  font-size: 0.9375vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .newsSingleLeft__container .newsSingleLeft__dropdown .newsSingleLeft__dropdown-toggle .newsSingleLeft__dropdown-title {
    font-size: 3.2vw;
  }
}
.newsSingleLeft__container .newsSingleLeft__dropdown.clicked .newsSingleLeft__dropdown-title {
  color: rgba(0, 0, 0, 0.75);
}
.newsSingleLeft__container .newsSingleLeft__dropdown-content {
  display: none;
}
.newsSingleLeft__container .newsSingleLeft__dropdown-content a {
  color: var(--item, #a5a4a1);
  text-decoration: none;
  display: block;
  margin: 5px 0;
}
.newsSingleLeft__container .newsSingleLeft__dropdown-content a:hover {
  text-decoration: underline;
}
.newsSingleLeft__container .newsSingleLeft__dropdown-content .newsSingleLeft__dropdown-text {
  display: inline-block;
  font-size: 0.9375vw;
  font-weight: 400;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
}
@media screen and (max-width: 800px) {
  .newsSingleLeft__container .newsSingleLeft__dropdown-content .newsSingleLeft__dropdown-text {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingleLeft__container .newsSingleLeft__dropdown-content .newsSingleLeft__dropdown-text {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingleLeft__container .newsSingleLeft__dropdown-content .newsSingleLeft__dropdown-text {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.newsSingleLeft__container .newsSingleLeft__dropdown-content .newsSingleLeft__dropdown-text.current {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: underline;
}

.pageHeader {
  display: flex;
  justify-content: center;
  background: #faf9fa;
  width: 100%;
  font-family: "YuGothic", sans-serif;
}
.pageHeader__inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: column;
  width: 80%;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .pageHeader__inner {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__inner {
    flex-direction: column;
  }
}
.pageHeader__select {
  display: flex;
}
.pageHeader__select > * + * {
  border-left: 1px solid #000;
}
.pageHeader__select li {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .pageHeader__select li {
    padding-left: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__select li {
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__select li {
    font-size: 4.2666666667vw;
  }
}
.pageHeader__title {
  padding-top: 0vw;
  font-size: 9.375vw;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .pageHeader__title {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__title {
    font-size: 12.8vw;
  }
}
.pageHeader__subTitle {
  font-size: 1.875vw;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .pageHeader__subTitle {
    font-size: 4.2666666667vw;
  }
}
.pageHeader__blogDetail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageHeader__blogDetail > * + * {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .pageHeader__blogDetail > * + * {
    margin-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__blogDetail {
    align-items: baseline;
  }
}
.pageHeader__category {
  flex-shrink: 0;
}
.pageHeader__date {
  color: #000;
  font-size: 1.875vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .pageHeader__date {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__date {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .pageHeader__date {
    margin-right: 4.2666666667vw;
  }
}
.pageHeader__title {
  margin-top: 1.25vw;
  color: #000;
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .pageHeader__title {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__title {
    font-size: 8.5333333333vw;
  }
}
.pageHeader__category {
  background: #ffffff;
}
.pageHeader__category:hover {
  opacity: 1;
}
.pageHeader__categories {
  display: flex; /* Flexboxを使用して要素を横に並べる */
  flex-wrap: wrap; /* コンテンツが多い場合には折り返す */
  gap: 10px; /* タグ間の隙間 */
}

.logoSlider {
  display: flex;
  width: 100%;
  height: 2.8125vw;
}
@media screen and (max-width: 800px) {
  .logoSlider {
    height: 9.6vw;
  }
}
.logoSlider__container {
  display: flex;
  width: 500%;
  gap: 2.1333333333vw;
  animation: logoSlider 15s linear infinite;
  animation-fill-mode: forwards;
}
.logoSlider__logoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  height: 100%;
  flex-shrink: 0;
  min-height: 2.8125vw;
}
@media screen and (max-width: 800px) {
  .logoSlider__logoWrapper {
    min-height: 9.6vw;
  }
}
.logoSlider__logo {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes logoSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.supportCompany {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #faf9fa;
  border: 1px solid #eeeeed;
  border-radius: 10px;
  padding: 1.875vw;
}
@media screen and (max-width: 800px) {
  .supportCompany {
    padding: 6.4vw;
  }
}
.supportCompany__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .supportCompany__container {
    flex-direction: column;
  }
}
.supportCompany__number {
  color: #007aff;
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .supportCompany__number {
    font-size: 12.8vw;
  }
}
.supportCompany__title {
  margin-top: 1.25vw;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .supportCompany__title {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .supportCompany__title {
    font-size: 4.2666666667vw;
  }
}
.supportCompany__attention {
  display: block;
  margin-top: 0.625vw;
  font-size: 0.78125vw;
  color: #a5a4a1;
}
@media screen and (max-width: 800px) {
  .supportCompany__attention {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .supportCompany__attention {
    font-size: 2.6666666667vw;
  }
}
.supportCompany__detail {
  margin-top: 0.625vw;
  font-size: 0.9375vw;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .supportCompany__detail {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .supportCompany__detail {
    font-size: 3.2vw;
  }
}
.supportCompany__button {
  display: inline-flex;
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .supportCompany__button {
    margin-top: 8.5333333333vw;
  }
}
.supportCompany__textArea {
  width: 20%;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .supportCompany__textArea {
    width: 100%;
  }
}
.supportCompany__logoArea {
  width: 72.5%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 1.0666666667vw;
  grid-row-gap: 1.0666666667vw;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .supportCompany__logoArea {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .supportCompany__logoArea {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 6.4vw;
    grid-row-gap: 6.4vw;
  }
}
.supportCompany__logoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  height: 100%;
  min-height: 6.25vw;
}
@media screen and (max-width: 800px) {
  .supportCompany__logoWrapper {
    min-height: 21.3333333333vw;
  }
}
.supportCompany__logo {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.search__inner {
  background: #faf9fa;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .search__inner {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.search__form {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .search__form {
    margin-top: 10.6666666667vw;
  }
}
.search__form > * + * {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .search__form > * + * {
    margin-left: 4.2666666667vw;
  }
}
.search__textAreaContainer {
  position: relative;
}
.search__textArea {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #eeeeed;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  width: 46.875vw;
  height: 4.375vw;
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .search__textArea {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .search__textArea {
    width: 53.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .search__textArea {
    height: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .search__textArea {
    font-size: 4.2666666667vw;
  }
}
.search__textArea::-moz-placeholder {
  font-size: 1.25vw;
  line-height: 2;
}
.search__textArea::placeholder {
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .search__textArea::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .search__textArea::placeholder {
    font-size: 4.2666666667vw;
  }
}
.search__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.375vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 1.25vw;
  background: #007aff;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 800px) {
  .search__submit {
    height: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .search__submit {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .search__submit {
    font-size: 4.2666666667vw;
  }
}
.search__submit:hover {
  background-color: #185abc;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.search__titleContainer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.search__titleImage {
  width: 5.9375vw;
}
@media screen and (max-width: 800px) {
  .search__titleImage {
    width: 20.2666666667vw;
  }
}
.search__title {
  font-size: 3.125vw;
  line-height: 1.5;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .search__title {
    font-size: 6.4vw;
  }
}
.search__title span {
  font-size: 3.125vw;
  line-height: 1.5;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .search__title span {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .search__title span {
    display: block;
    font-size: 3.125vw;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .search__title span {
    font-size: 6.4vw;
  }
}
.search__resultsConatiner {
  display: none;
  position: absolute;
  top: 4.375vw;
  width: 100%;
  max-height: 15vw;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  border: 1px solid #ddd;
  z-index: 1000;
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .search__resultsConatiner {
    top: 14.9333333333vw;
    max-height: 51.2vw;
  }
}
.search__resultsConatiner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search__resultsConatiner li {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.search__resultsConatiner li:last-child {
  border-bottom: none;
}
.search__resultsConatiner li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 1.25vw;
  padding: 1.25vw;
}
@media screen and (max-width: 800px) {
  .search__resultsConatiner li a {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .search__resultsConatiner li a {
    padding: 4.2666666667vw;
  }
}
.search__resultsConatiner li a:hover {
  background-color: #f0f0f0;
}
.search__resultsConatiner .search-result-none {
  color: #999;
  font-size: 1.25vw;
  padding: 1.25vw;
}
@media screen and (max-width: 800px) {
  .search__resultsConatiner .search-result-none {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .search__resultsConatiner .search-result-none {
    padding: 4.2666666667vw;
  }
}

.has-results #search-results-container {
  display: block;
}

.functions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.functions__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  max-width: none;
  padding-bottom: 5vw;
}
@media screen and (max-width: 800px) {
  .functions__container {
    padding-bottom: 17.0666666667vw;
  }
}
.functions__title {
  width: 100%;
  word-wrap: break-word;
  font-size: 2.5vw;
  text-align: left;
  padding-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .functions__title {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .functions__title {
    padding-bottom: 8.5333333333vw;
  }
}
.functions__title span {
  font-size: inherit;
}
.functions__list {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .functions__list {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .functions__list > * + * {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .functions__list > * + * {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .functions__list {
    flex-direction: column;
  }
}
.functions__item {
  width: 30%;
  border: 1px solid #eeeeed;
  background: #faf9fa;
  border-radius: 5px;
  margin-right: 3.125vw;
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 800px) {
  .functions__item {
    margin-right: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .functions__item {
    width: 100%;
  }
}

.functionsItem__link {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1.875vw;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 800px) {
  .functionsItem__link {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .functionsItem__link {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .functionsItem__link {
    padding-bottom: 10.6666666667vw;
  }
}
.functionsItem__img {
  height: 5vw;
}
@media screen and (max-width: 800px) {
  .functionsItem__img {
    height: 17.0666666667vw;
  }
}
.functionsItem__title {
  padding-top: 3.125vw;
  font-size: 1.875vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .functionsItem__title {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .functionsItem__title {
    font-size: 6.4vw;
  }
}
.functionsItem__detail {
  padding-top: 0.625vw;
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .functionsItem__detail {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .functionsItem__detail {
    font-size: 4.2666666667vw;
  }
}
.functionsItem__pageNumber {
  display: inline-block;
  padding-top: 1.25vw;
  font-size: 1.25vw;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 800px) {
  .functionsItem__pageNumber {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .functionsItem__pageNumber {
    font-size: 4.2666666667vw;
  }
}

.mediaBigSlider {
  overflow: hidden;
}
.mediaBigSlide {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}
.mediaBigSlide__container {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
}
.mediaBigSlide__container::before {
  display: block;
  content: "";
  padding-top: 61.2738853503%;
}
.mediaBigSlide__container > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mediaBigSlide__bottom {
  display: flex;
  width: 100%;
  padding-top: 3.75vw;
  padding-bottom: 3.75vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media screen and (max-width: 800px) {
  .mediaBigSlide__bottom {
    padding-top: 12.8vw;
    padding-bottom: 12.8vw;
  }
}
.mediaBigSlide__readButton {
  display: flex;
}

.headTitle__titleContaniner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.headTitle__titleImage {
  width: 5.9375vw;
}
@media screen and (max-width: 800px) {
  .headTitle__titleImage {
    width: 20.2666666667vw;
  }
}
.headTitle__titleImage--mirror {
  transform: scale(-1, 1);
}
.headTitle__title {
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  font-size: 3.125vw;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .headTitle__title {
    margin-left: 0vw;
    margin-right: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .headTitle__title {
    font-size: 8.5333333333vw;
  }
}

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 7.5vw;
}
@media screen and (max-width: 800px) {
  .contact {
    padding-top: 25.6vw;
  }
}
.contact__container {
  display: grid;
  grid-template-rows: 1fr;
  width: 80%;
  max-width: 80%;
  padding-top: 5vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .contact__container {
    padding-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__container {
    padding-bottom: 21.3333333333vw;
  }
}
.contact__container--singleItem {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1280px) {
  .contact__container {
    grid-template-columns: 1fr;
  }
}
.contact__container > * + * {
  margin-left: 3%;
}
@media screen and (max-width: 800px) {
  .contact__container > * + * {
    margin-left: 0;
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .contact__container > * + * {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__container {
    flex-direction: column;
  }
}
.contact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 12vw;
}
.contact__title {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 800px) {
  .contact__title {
    font-size: 8.5333333333vw;
  }
}
.contact__checkbox .wpcf7-list-item-label {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .contact__checkbox .wpcf7-list-item-label {
    font-size: 4.2666666667vw;
  }
}
.contact__subText {
  padding-top: 1.25vw;
  font-size: 1.25vw;
  text-align: center;
  line-height: 1.5;
  width: 90%;
}
@media screen and (max-width: 800px) {
  .contact__subText {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__subText {
    font-size: 4.2666666667vw;
  }
}
.contact__embed {
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .contact__embed {
    margin-top: 6.4vw;
  }
}
.contact__timeRex {
  height: -moz-fit-content;
  height: fit-content;
}
.contact__form {
  align-self: baseline;
  flex: 1;
}

.contactForm .wpcf7-list-item {
  display: block;
}
.contactForm__container {
  padding: 1.25vw;
  margin-top: 1.875vw;
  border: 1px solid #eeeeed;
  border-radius: 5px;
  background: #faf9fa;
}
@media screen and (max-width: 800px) {
  .contactForm__container {
    padding: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__container {
    margin-top: 6.4vw;
  }
}
.contactForm__container .wpcf7-response-output[aria-hidden=true] {
  padding-top: 2.5vw;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  font-size: 0.9375vw;
  border: none;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .contactForm__container .wpcf7-response-output[aria-hidden=true] {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__container .wpcf7-response-output[aria-hidden=true] {
    font-size: 3.2vw;
  }
}
.contactForm__list > * + * {
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .contactForm__list > * + * {
    margin-top: 4.2666666667vw;
  }
}
.contactForm__item {
  width: 100%;
}
.contactForm__label {
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .contactForm__label {
    font-size: 4.2666666667vw;
  }
}
.contactForm__label span {
  padding-left: 0.3125vw;
  color: red;
  font-size: 0.9375vw;
  vertical-align: super;
}
@media screen and (max-width: 800px) {
  .contactForm__label span {
    padding-left: 1.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__label span {
    font-size: 3.2vw;
  }
}
.contactForm__field {
  display: flex;
  width: 100%;
  padding-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .contactForm__field {
    padding-top: 2.1333333333vw;
  }
}
.contactForm__field span {
  width: 100%;
}
.contactForm__field span[data-name=your-last-name] {
  margin-left: 5%;
}
.contactForm__field .wpcf7-not-valid-tip {
  padding-top: 0.625vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .contactForm__field .wpcf7-not-valid-tip {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__field .wpcf7-not-valid-tip {
    font-size: 3.2vw;
  }
}
.contactForm__input {
  width: 100%;
  height: 4.375vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  font-size: 1.25vw;
  line-height: 2;
  border: 1px solid #eeeeed;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .contactForm__input {
    height: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__input {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__input {
    font-size: 4.2666666667vw;
  }
}
.contactForm__input--textArea {
  resize: none;
  min-height: 20vw;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
}
@media screen and (max-width: 800px) {
  .contactForm__input--textArea {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__input--textArea {
    min-height: 60vw;
  }
}
.contactForm__checkbox {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625vw;
}
.contactForm__checkbox.single {
  grid-template-columns: 1fr;
}
.contactForm__checkbox input[type=checkbox] {
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  width: 1.875vw;
  height: 1.875vw;
  margin: 0;
  border: 1px solid #a5a4a1;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  .contactForm__checkbox input[type=checkbox] {
    width: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__checkbox input[type=checkbox] {
    height: 6.4vw;
  }
}
.contactForm__checkbox input[type=checkbox]:checked {
  background: #007aff;
}
.contactForm__checkbox label {
  display: flex;
  align-items: center;
}
.contactForm__checkbox .wpcf7-list-item-label {
  margin-left: 0.625vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .contactForm__checkbox .wpcf7-list-item-label {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__checkbox .wpcf7-list-item-label {
    font-size: 4.2666666667vw;
  }
}
.contactForm__checkbox .wpcf7-list-item-label a {
  margin-left: 0.625vw;
  font-size: 1.25vw;
  color: #007aff;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .contactForm__checkbox .wpcf7-list-item-label a {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__checkbox .wpcf7-list-item-label a {
    font-size: 4.2666666667vw;
  }
}
.contactForm__radio {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactForm__radio--introduction {
  flex-direction: column;
}
.contactForm__radio--introduction label {
  display: flex;
  align-items: center;
}
.contactForm__radio--introduction input {
  flex-shrink: 0;
}
.contactForm__radio .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.contactForm__radio .wpcf7-list-item input {
  display: block;
  width: 1.875vw;
  height: 1.875vw;
}
@media screen and (max-width: 800px) {
  .contactForm__radio .wpcf7-list-item input {
    width: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__radio .wpcf7-list-item input {
    height: 6.4vw;
  }
}
.contactForm__radio .wpcf7-list-item-label {
  font-size: 1.25vw;
  padding-left: 0.625vw;
}
@media screen and (max-width: 800px) {
  .contactForm__radio .wpcf7-list-item-label {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__radio .wpcf7-list-item-label {
    padding-left: 2.1333333333vw;
  }
}
.contactForm__radio .wpcf7-list-item-label a {
  margin-left: 0.625vw;
  font-size: 1.25vw;
  color: #007aff;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .contactForm__radio .wpcf7-list-item-label a {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__radio .wpcf7-list-item-label a {
    font-size: 4.2666666667vw;
  }
}
.contactForm__radio span + span {
  margin-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .contactForm__radio span + span {
    margin-top: 2.1333333333vw;
  }
}
.contactForm__button {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .contactForm__button {
    padding-top: 4.2666666667vw;
  }
}
.contactForm__button .wpcf7-spinner {
  display: none;
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.thanks__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  padding-top: 5vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .thanks__container {
    padding-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .thanks__container {
    padding-bottom: 21.3333333333vw;
  }
}
.thanks__main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.thanks__title {
  font-size: 1.875vw;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .thanks__title {
    font-size: 6.4vw;
  }
}
.thanks__image {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 3.125vw;
  height: 31.25vw;
}
@media screen and (max-width: 800px) {
  .thanks__image {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .thanks__image {
    height: 106.6666666667vw;
  }
}
.thanks__back {
  display: inline-block;
  margin-top: 2.5vw;
  color: #007aff;
  font-size: 1.25vw;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 800px) {
  .thanks__back {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .thanks__back {
    font-size: 4.2666666667vw;
  }
}
.thanks__back:hover {
  opacity: 0.5;
}

.noResults {
  display: flex;
}
@media screen and (max-width: 800px) {
  .noResults {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.noResults__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 5vw;
  width: 38%;
  word-wrap: break-word;
}
@media screen and (max-width: 800px) {
  .noResults__container {
    padding-bottom: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .noResults__container {
    width: 100%;
  }
}
.noResults__title {
  width: 100%;
  font-size: 2.5vw;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .noResults__title {
    font-size: 8.5333333333vw;
  }
}
.noResults__title span {
  font-size: inherit;
}
@media screen and (max-width: 800px) {
  .noResults__title {
    text-align: center;
  }
}
.noResults__subtitle {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.25vw;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .noResults__subtitle {
    font-size: 4.2666666667vw;
  }
}
.noResults__subtitle span {
  font-size: inherit;
}
@media screen and (max-width: 800px) {
  .noResults__subtitle {
    flex-direction: column;
    line-height: 1.5;
  }
}
@media screen and (max-width: 800px) {
  .noResults__imageWrapper {
    display: flex;
    justify-content: center;
  }
}
.noResults__image {
  width: 62%;
  position: relative;
  margin-top: 5.078125vw;
  margin-bottom: 6.015625vw;
}
.noResults__image::before {
  display: block;
  content: "";
  padding-top: 70.8333333333%;
}
.noResults__image > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .noResults__image {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 800px) {
  .noResults__image {
    margin-bottom: 20.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .noResults__image {
    height: 80%;
    position: relative;
  }
  .noResults__image::before {
    display: block;
    content: "";
    padding-top: 70.8333333333%;
  }
  .noResults__image > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sidebarForm {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .sidebarForm {
    margin-top: 10.6666666667vw;
  }
}
.sidebarForm > * + * {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .sidebarForm > * + * {
    margin-left: 4.2666666667vw;
  }
}
.sidebarForm__textAreaContainer {
  position: relative;
  width: 100%;
}
.sidebarForm__textArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #eeeeed;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  width: 100%;
  height: 4.375vw;
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .sidebarForm__textArea {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .sidebarForm__textArea {
    height: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .sidebarForm__textArea {
    font-size: 4.2666666667vw;
  }
}
.sidebarForm__textArea::-moz-placeholder {
  font-size: 1.25vw;
  line-height: 2;
}
.sidebarForm__textArea::placeholder {
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .sidebarForm__textArea::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .sidebarForm__textArea::placeholder {
    font-size: 4.2666666667vw;
  }
}

.pageSeminarHeader {
  justify-content: center;
  background: #fff;
  width: 100%;
  font-family: "YuGothic", sans-serif;
  margin-top: 6.25vw;
  margin-bottom: 4.25vw;
}
@media screen and (max-width: 800px) {
  .pageSeminarHeader {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
.pageSeminarHeader__inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: column;
  width: 80%;
  margin: 0 auto !important;
}
.pageSeminarHeader__inner .pageHeader__category {
  margin: 15px 0;
}
@media screen and (max-width: 800px) {
  .pageSeminarHeader__inner {
    width: 90%;
  }
  .pageSeminarHeader__inner h1 {
    font-size: 20px !important;
  }
}
.pageSeminarHeader__thumbnail {
  display: flex;
  justify-content: center;
}
.pageSeminarHeader__thumbnail img {
  width: 80%;
}
.pageSeminarHeader__thumbnail.full img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .pageSeminarHeader__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .pageSeminarHeader__inner {
    padding-bottom: 0vw !important;
  }
  .pageSeminarHeader .seminarSingle__inner {
    padding-top: 0vw !important;
  }
}
.pageSeminarHeader__select {
  display: flex;
}
.pageSeminarHeader__select > * + * {
  border-left: 1px solid #000;
}
.pageSeminarHeader__select li {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .pageSeminarHeader__select li {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
.pageSeminarHeader__title {
  padding-top: 0vw;
  font-size: 9.375vw;
  line-height: 1.5;
  margin-top: 1.25vw;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .pageSeminarHeader__title {
    padding-top: 4.2666666667vw;
    font-size: 12.8vw;
    margin-top: 4.2666666667vw;
    font-size: 8.5333333333vw;
  }
}
.pageSeminarHeader__subTitle {
  font-size: 1.875vw;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .pageSeminarHeader__subTitle {
    font-size: 4.2666666667vw;
  }
}
.pageSeminarHeader__blogDetail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageSeminarHeader__blogDetail > * + * {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .pageSeminarHeader__blogDetail > * + * {
    margin-left: 4.2666666667vw;
  }
}
.pageSeminarHeader__category {
  flex-shrink: 0;
  background: #ffffff;
}
.pageSeminarHeader__category:hover {
  opacity: 1;
}
.pageSeminarHeader__date {
  color: #000;
  font-size: 1.875vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .pageSeminarHeader__date {
    font-size: 6.4vw;
  }
}

.privacy {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  .privacy {
    padding-top: 80px;
  }
}
.privacy__body__subtitle {
  font-size: 1.09375vw;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #007aff;
}
@media screen and (max-width: 800px) {
  .privacy__body__subtitle {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .privacy__body__subtitle {
    margin-bottom: 0;
  }
}
.privacy__body__title {
  font-size: 2.5vw;
  line-height: 1.5;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .privacy__body__title {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .privacy__body__title {
    font-size: 1.875vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) and (max-width: 800px) {
  .privacy__body__title {
    font-size: 6.4vw;
  }
}
.privacy__body__text {
  font-size: 1.09375vw;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .privacy__body__text {
    font-size: 3.7333333333vw;
  }
}
.privacy__body__line {
  width: 0%;
  height: 2px;
  background-color: #007aff;
  margin: 56px 0;
  animation: line 1s forwards;
}

@keyframes line {
  100% {
    width: 100%;
  }
}
.article {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.article__body__box {
  width: 100%;
  margin-bottom: 40px;
}
.article__body__box__titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.article__body__box__titleBox__title {
  font-size: 1.09375vw;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .article__body__box__titleBox__title {
    font-size: 3.7333333333vw;
  }
}
.article__body__box__titleBox__line {
  width: 2px;
  height: 24px;
  background-color: #007aff;
  margin-right: 8px;
}
.article__body__box__text {
  font-size: 1.09375vw;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .article__body__box__text {
    font-size: 3.7333333333vw;
  }
}
.article__body__box__text p, .article__body__box__text a {
  font-size: 1.09375vw;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .article__body__box__text p, .article__body__box__text a {
    font-size: 3.7333333333vw;
  }
}
.article__body__box__text a {
  color: #007aff;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 800px) {
  .header {
    height: 17.0666666667vw;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  position: relative;
}
.header__logoArea {
  display: block;
  width: 6.25vw;
}
@media screen and (max-width: 800px) {
  .header__logoArea {
    width: 21.3333333333vw;
  }
}
.header__logoArea img {
  width: 100%;
}
.header__nav {
  display: flex;
}
@media screen and (max-width: 800px) {
  .header__nav {
    display: none;
  }
}
.header__nav > * + * {
  margin-left: 2.5vw;
}
@media screen and (max-width: 800px) {
  .header__nav > * + * {
    margin-left: 8.5333333333vw;
  }
}
.header__list {
  display: flex;
  align-items: center;
}
.header__list > * + * {
  margin-left: 2.5vw;
}
@media screen and (max-width: 800px) {
  .header__list > * + * {
    margin-left: 8.5333333333vw;
  }
}
.header__link {
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .header__link {
    font-size: 3.2vw;
  }
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #faf9fa;
}
.footer__container {
  padding-top: 3.75vw;
  padding-bottom: 3.75vw;
}
@media screen and (max-width: 800px) {
  .footer__container {
    padding-top: 12.8vw;
    padding-bottom: 12.8vw;
  }
}
.footer__container > * + * {
  border-top: 1px solid #eeeeed;
}
.footer__navList {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer__navList {
    flex-direction: column;
  }
}
.footer__navList > * + * {
  margin-left: 4.375vw;
}
@media screen and (max-width: 800px) {
  .footer__navList > * + * {
    margin-left: 0vw;
  }
}
.footer__nav {
  min-width: 20%;
  padding-bottom: 3.75vw;
}
@media screen and (max-width: 800px) {
  .footer__nav {
    padding-bottom: 12.8vw;
  }
}
.footer__navTitle {
  font-weight: bold;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footer__navTitle {
    font-size: 4.2666666667vw;
  }
}
.footer__list {
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footer__list {
    margin-top: 4.2666666667vw;
  }
}
.footer__item {
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
}
@media screen and (max-width: 800px) {
  .footer__item {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.footer__link {
  font-size: 0.9375vw;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .footer__link {
    font-size: 3.2vw;
  }
}
.footer__link:hover {
  opacity: 0.5;
}
.footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.75vw;
}
@media screen and (max-width: 800px) {
  .footer__bottom {
    padding-top: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__bottom {
    flex-direction: column;
  }
}
.footer__sns {
  display: flex;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .footer__sns {
    margin-top: 10.6666666667vw;
  }
}
.footer__sns > * + * {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footer__sns > * + * {
    margin-left: 4.2666666667vw;
  }
}
.footer__snsIcon {
  transition: 0.25s all ease-in;
}
.footer__snsIcon:hover {
  opacity: 0.5;
}
.footer__company {
  margin-top: 1.25vw;
  display: flex;
  flex-direction: column;
  font-size: 0.9375vw;
  color: #a5a4a1;
}
@media screen and (max-width: 800px) {
  .footer__company {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__company {
    font-size: 3.2vw;
  }
}
.footer__company span {
  line-height: 1.5;
}
.footer__sub {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .footer__sub {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__small {
  display: block;
  font-size: 0.9375vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .footer__small {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__small {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__info {
    width: 100%;
  }
}

section + section {
  margin-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  section + section {
    margin-top: 32vw;
  }
}

.sideBar {
  position: static;
  top: 0;
  background: #faf9fa;
  display: flex;
  flex-direction: column;
  transition: opacity 0.5s;
  width: 20%;
  z-index: 1;
  border-right: 1px solid #eeeeed;
  border-bottom: 1px solid #eeeeed;
}
@media screen and (max-width: 800px) {
  .sideBar {
    width: 100%;
    display: flex;
  }
}
.sideBar__inner {
  position: sticky;
  top: 5vw;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .sideBar__inner {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .sideBar__inner {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .sideBar__inner {
    top: 17.0666666667vw;
  }
}
.sideBar__form {
  width: 100%;
}
.sideBar__input {
  width: 100%;
  height: 3.4375vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  font-size: 1.25vw;
  border-radius: 5px;
  border: 1px solid #eeeeed;
}
@media screen and (max-width: 800px) {
  .sideBar__input {
    height: 11.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .sideBar__input {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .sideBar__input {
    font-size: 4.2666666667vw;
  }
}
.sideBar__input::-moz-placeholder {
  font-size: 1.25vw;
}
.sideBar__input::placeholder {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .sideBar__input::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .sideBar__input::placeholder {
    font-size: 4.2666666667vw;
  }
}

.main {
  overflow: hidden;
}
.main--noHidden {
  overflow: visible;
}
.main__container {
  position: relative;
}
.main__container--sideBar {
  display: flex;
}
@media screen and (max-width: 800px) {
  .main__container--sideBar {
    flex-direction: column;
  }
}
.main__body {
  width: 80%;
  margin: 0 auto;
}
.main__abstractImg {
  position: absolute;
  z-index: -1;
  display: block;
}
.main__abstractImg:nth-child(1) {
  width: 93.75vw;
  top: 20vw;
  right: -50vw;
}
@media screen and (max-width: 800px) {
  .main__abstractImg:nth-child(1) {
    width: 320vw;
  }
}
@media screen and (max-width: 800px) {
  .main__abstractImg:nth-child(1) {
    top: 60vw;
  }
}
.main__abstractImg:nth-child(2) {
  width: 21.875vw;
  top: 121vw;
  left: -12vw;
}
@media screen and (max-width: 800px) {
  .main__abstractImg:nth-child(2) {
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .main__abstractImg:nth-child(2) {
    top: 460vw;
    left: -40vw;
  }
}
.main__abstractImg:nth-child(3) {
  width: 93.75vw;
  top: 185vw;
  right: -32vw;
}
@media screen and (max-width: 800px) {
  .main__abstractImg:nth-child(3) {
    width: 320vw;
  }
}
@media screen and (max-width: 800px) {
  .main__abstractImg:nth-child(3) {
    top: 929vw;
  }
}
.main__abstractImg:nth-child(4) {
  width: 21.875vw;
  top: 348vw;
  left: -9vw;
}
@media screen and (max-width: 800px) {
  .main__abstractImg:nth-child(4) {
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .main__abstractImg:nth-child(4) {
    top: 1400vw;
  }
}

.articleItem {
  list-style: none;
  width: calc(45% - 8px);
  margin-left: 1.171875vw;
  margin-right: 1.171875vw;
}
@media screen and (max-width: 800px) {
  .articleItem {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .articleItem {
    width: 100%;
  }
}
.articleItem__title {
  font-size: 1.5625vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .articleItem__title {
    font-size: 5.3333333333vw;
  }
}
.articleItem__imgWrapper {
  width: 100%;
  height: auto;
  background-color: red;
}
.articleItem__imgWrapper img {
  width: 100%;
  height: 16.171875vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .articleItem__imgWrapper img {
    height: 55.2vw;
  }
}
.articleItem__tags {
  margin-bottom: 0.390625vw;
}
@media screen and (max-width: 800px) {
  .articleItem__tags {
    margin-bottom: 1.3333333333vw;
  }
}
.articleItem__categories {
  margin-bottom: 0.390625vw;
}
@media screen and (max-width: 800px) {
  .articleItem__categories {
    margin-bottom: 1.3333333333vw;
  }
}
.articleItem__tag {
  font-size: 0.9375vw;
  color: #185abc;
  margin-bottom: 0.390625vw;
}
@media screen and (max-width: 800px) {
  .articleItem__tag {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .articleItem__tag {
    margin-bottom: 1.3333333333vw;
  }
}
.articleItem__category {
  font-size: 0.9375vw;
  color: #185abc;
  margin-bottom: 0.390625vw;
}
@media screen and (max-width: 800px) {
  .articleItem__category {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .articleItem__category {
    margin-bottom: 1.3333333333vw;
  }
}
.articleItem__link {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .articleItem__link {
    margin-bottom: 2.6666666667vw;
  }
}
.articleItem__date {
  font-size: 0.9375vw;
  color: #000;
}
@media screen and (max-width: 800px) {
  .articleItem__date {
    font-size: 3.2vw;
  }
}

.latestArticles {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .latestArticles {
    flex-direction: column;
  }
}
.latestArticles__title {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 800px) {
  .latestArticles__title {
    margin-bottom: 5.3333333333vw;
  }
}
.latestArticles h2 {
  font-size: 2.1875vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .latestArticles h2 {
    font-size: 7.4666666667vw;
  }
}
.latestArticles__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}