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

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-style: italic;
  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;
}

@font-face {
  font-family: "YourFontName";
  src: url("../") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.activities__inner {
  width: 80%;
  margin: auto;
}
.activities__header {
  text-align: center;
}
.activities__header__title {
  font-size: 2em;
  margin-bottom: 10px;
}
.activities__header__subtitle {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.activities__header__border {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  margin-bottom: 30px;
}
.activities__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.activities__content__item {
  width: calc(25% - 20px);
  margin: 10px;
  text-align: center;
}
.activities__content__item__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activities__content__item__mini-title {
  font-size: 1.2em;
  margin: 10px 0;
}
.activities__content__item__text {
  font-size: 1em;
}

.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 {
  color: #000;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
}
.blogBody html {
  display: block;
}
.blogBody #text {
  font-family: "Noto Sans JP";
  color: #000;
}
.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: black;
}
.blogBody p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 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;
  max-width: 100%;
}
.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;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
.blogBody figcaption {
  display: block;
}
.blogBody figure {
  display: block;
}
.blogBody figure figcaption {
  font-size: 12px;
}
.blogBody img {
  max-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: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 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;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
  color: #001455;
}
.blogBody :-webkit-any(article, aside, nav, section) h1 {
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 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;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 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;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 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;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 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;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
}
.blogBody h2 {
  display: block;
  font-size: 1.42em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .blogBody h2 {
    font-size: 1.32em;
  }
}
.blogBody h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 0.8em;
          margin-block-end: 0.8em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}
.blogBody h4 {
  display: block;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}
.blogBody h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}
.blogBody h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}
.blogBody strong,
.blogBody em,
.blogBody kbd {
  font-size: 1em;
  font-weight: bold;
}
.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;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.blogBody ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          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;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}
.blogBody dl {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.blogBody dt {
  display: block;
}
.blogBody ol ul,
.blogBody ul ol,
.blogBody ul ul,
.blogBody ol ol {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 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;
  -webkit-padding-start: 2px;
          padding-inline-start: 2px;
  -webkit-padding-end: 2px;
          padding-inline-end: 2px;
  border: none;
}
.blogBody fieldset {
  display: block;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
  -webkit-margin-end: 2px;
          margin-inline-end: 2px;
  -webkit-padding-before: 0.35em;
          padding-block-start: 0.35em;
  -webkit-padding-start: 0.75em;
          padding-inline-start: 0.75em;
  -webkit-padding-end: 0.75em;
          padding-inline-end: 0.75em;
  -webkit-padding-after: 0.625em;
          padding-block-end: 0.625em;
  min-inline-size: -webkit-min-content;
  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;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
}
.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;
  -webkit-margin-start: 1px;
          margin-inline-start: 1px;
  -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;
}
.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);
  -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;
  -webkit-margin-end: 4px;
          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 {
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  -webkit-padding-end: 24px;
          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;
  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;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 0;
          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 {
  border: 2px inset;
}
.blogBody details {
  display: block;
}
.blogBody summary {
  display: block;
}
.blogBody summary::-webkit-details-marker {
  display: inline-block;
  width: 0.66em;
  height: 0.66em;
  -webkit-margin-end: 0.4em;
          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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-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::-webkit-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.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;
}
.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 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 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 {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  -webkit-margin-after: 0.8em;
          margin-block-end: 0.8em;
}
.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 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blogBody p,
.blogBody span,
.blogBody a,
.blogBody h2,
.blogBody h3,
.blogBody h4,
.blogBody h5,
.blogBody h6 {
  color: #000;
}
.blogBody a {
  font-size: 1em;
  cursor: pointer !important;
  transition: all ease-in-out 0.25s;
}
.blogBody a:hover {
  opacity: 0.25;
}
.blogBody #ez-toc-container {
  box-sizing: border-box;
  width: 100%;
  padding: 1.25vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .blogBody #ez-toc-container {
    padding: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.blogBody #ez-toc-container nav {
  padding-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .blogBody #ez-toc-container nav {
    padding-top: 2.1333333333vw;
  }
}
.blogBody .wp-caption-text,
.blogBody .wp-element-caption {
  margin-top: 0.625vw;
  margin-bottom: 0.625vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .blogBody .wp-caption-text,
.blogBody .wp-element-caption {
    margin-top: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .blogBody .wp-caption-text,
.blogBody .wp-element-caption {
    font-size: 2.6666666667vw;
  }
}

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;
  font-family: "Noto Sans JP";
  line-height: 1.5;
}

body * {
  font-family: "Noto Sans JP";
  line-height: 1.5;
}

body {
  background: #F3F9FF;
}

@font-face {
  font-family: "circular-std";
  src: url("../fonts/circular-std-medium-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "circular-std-book";
  src: url("../fonts/CircularStd-Book.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicAntique";
  src: url("../fonts/ZenKakuGothicAntique-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicAntique";
  src: url("../fonts/ZenKakuGothicAntique-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicAntique";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicAntique";
  src: url("../fonts/ZenKakuGothicAntique-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  /* Extra Bold */
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  /* Extra Light */
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  /* Light */
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.ttf") format("truetype");
  font-style: normal;
}
/* Noto Sans JP fonts definition */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  /* Light */
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  /* Medium */
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  /* Bold */
}
/* Noto Serif JP fonts definition */
@font-face {
  font-family: "Noto Serif JP", serif;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-weight: 700;
  /* Bold */
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: url("../fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
  /* Light */
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
  /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
  /* Regular */
  font-style: normal;
}
/* Crimson Text */
@font-face {
  font-family: "Crimson Text", serif;
  src: url("../fonts/CrimsonText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Crimson Text", serif;
  src: url("../fonts/CrimsonText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Roboto Condensed */
@font-face {
  font-family: "Roboto Condensed", serif;
  src: url("../fonts/RobotoCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
.color\:black {
  color: #001455;
}

.header--scrolled {
  background-color: #fff;
  transition: background-color 0.3s ease;
  z-index: 99;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 20, 85, 0.08);
  z-index: 99;
  height: 5vw;
  background-color: white;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header {
    height: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header {
    position: fixed;
    box-shadow: none;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .header__inner {
    align-items: center;
  }
}
.header__navItem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.header__navItem:hover .dropDown {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .header__navItem--arrow {
    display: none;
  }
}
.header__navItem--arrow::after {
  content: "";
  display: block;
  background-image: url("../images/arrow.png");
  background-size: cover;
  width: 0.625vw;
  height: 0.3125vw;
  position: absolute;
  left: 50%;
  bottom: 0.625vw;
  transform: translateX(-50%);
  color: #000;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 800px) {
  .header__navItem--arrow::after {
    width: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .header__navItem--arrow::after {
    height: 1.0666666667vw;
  }
}
.header__navItem--arrow:hover::after {
  transform: translateX(-50%) rotate(180deg);
}
.header__navtext {
  position: relative;
  color: #000;
  font-style: normal;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  font-size: 1.09375vw;
  color: #000;
}
@media screen and (max-width: 800px) {
  .header__navtext {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__navtext {
    font-size: 3.7333333333vw;
  }
}
.header__navtext--contact {
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  padding-left: 1.71875vw;
  padding-right: 1.71875vw;
  margin-left: 1.25vw;
  color: #fff;
  border: 1px solid #0063B3;
  background-color: #0063B3;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .header__navtext--contact {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .header__navtext--contact {
    padding-left: 5.8666666667vw;
    padding-right: 5.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__navtext--contact {
    margin-left: 0vw;
  }
}
.header__navtext--contact:hover {
  color: #0063B3;
  border: 1px solid #0063B3;
  background-color: #fff;
}
.header__dropdown {
  position: absolute;
  z-index: -1;
  top: 5vw;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.5s ease;
}
.header__dropdown:hover {
  display: block;
}
@media screen and (max-width: 800px) {
  .header__dropdown {
    display: none;
  }
}
.header__dropdownText {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.015625vw;
  padding-bottom: 1.015625vw;
  padding-left: 0.9375vw;
  padding-right: 0.9375vw;
  font-size: 0.78125vw;
  color: #000;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .header__dropdownText {
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__dropdownText {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .header__dropdownText {
    font-size: 2.6666666667vw;
  }
}
.header__dropdownText:hover {
  background-color: #0063B3;
  color: #fff;
}
.header__dropdownText--underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header__logoLink {
  width: 22%;
}
.header__logoImg {
  display: block;
  width: 16.328125vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 800px) {
  .header__logoImg {
    width: 55.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .header__logoImg {
    width: 11.71875vw;
    margin-left: 1.875vw;
    position: relative;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .header__logoImg {
    width: 40vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .header__logoImg {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .header__logoImg::before {
    display: block;
    content: "";
    padding-top: 16%;
  }
}
@media screen and (max-width: 800px) {
  .header__logoImg > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.header__logoImg2 {
  display: block;
  width: 10vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 800px) {
  .header__logoImg2 {
    width: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .header__logoImg2 {
    display: none;
  }
}
.header__logo {
  width: 10.9375vw;
  margin-left: 1.875vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .header__logo {
    width: 37.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .header__logo {
    margin-left: 0vw;
  }
}
.header__logo::before {
  display: block;
  content: "";
  padding-top: 16%;
}
.header__logo > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 8.59375vw;
}
@media screen and (max-width: 800px) {
  .header__left {
    width: 29.3333333333vw;
  }
}
.header__left--logo {
  display: none;
}
.header__left--l {
  display: none;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__nav {
  display: flex;
  align-items: center;
  height: 5vw;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .header__nav {
    height: 17.0666666667vw;
  }
}
.header__nav > * + * {
  margin-left: 0.625vw;
}
@media screen and (max-width: 800px) {
  .header__nav > * + * {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .header__nav {
    display: none;
  }
}
.header__nav--under {
  position: relative;
  flex-direction: row;
  top: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .header__nav {
    display: none;
  }
}
.header__imgsp {
  display: none;
}
@media screen and (max-width: 800px) {
  .header__imgsp {
    display: flex;
    width: 1.09375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .header__imgsp {
    width: 3.7333333333vw;
  }
}

.about {
  position: relative;
}
.about__backImg1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 28.046875vw;
}
@media screen and (max-width: 800px) {
  .about__backImg1 {
    width: 40vw;
  }
}
@media screen and (max-width: 800px) {
  .about__backImg1 {
    top: -7px;
    right: 0px;
  }
}
.about__backImg2 {
  position: absolute;
  top: 33%;
  left: 0px;
  width: 24.921875vw;
}
@media screen and (max-width: 800px) {
  .about__backImg2 {
    width: 40vw;
  }
}
@media screen and (max-width: 800px) {
  .about__backImg2 {
    top: 53%;
    left: 0%;
  }
}
.about__inner {
  width: 80%;
  margin: auto;
  margin-bottom: 9.375vw;
}
@media screen and (max-width: 800px) {
  .about__inner {
    margin-bottom: 32vw;
  }
}
.about__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about__title {
  font-size: 1.25vw;
  margin-top: 6.25vw;
  color: #001455;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .about__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__title {
    margin-top: 21.3333333333vw;
  }
}
.about__subtitle {
  font-size: 3.125vw;
  margin-top: 0.625vw;
  color: #001455;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .about__subtitle {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .about__subtitle {
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 800px) {
  .about__subtitle {
    background-color: white;
  }
}
.about__subtitle .br-indent {
  display: none;
}
@media (max-width: 1000px) {
  .about__subtitle .br-indent {
    display: inline;
  }
}
.about__subtitle--purpose {
  font-size: 2.5vw;
  color: #001455;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .about__subtitle--purpose {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .about__subtitle--purpose {
    padding-top: 1.015625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .about__subtitle--purpose {
    padding-top: 3.4666666667vw;
  }
}
.about__border {
  width: 6.25vw;
  height: 4px;
  background-color: #001455;
  border-radius: 999px;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .about__border {
    width: 11.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__border {
    margin-top: 2.1333333333vw;
  }
}
.about__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #001455;
  margin-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .about__content {
    margin-top: 10.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .about__content {
    flex-direction: column;
  }
}
.about__content--2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #001455;
  margin-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .about__content--2 {
    margin-top: 10.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .about__content--2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.about__image {
  width: 35.15625vw;
  height: 26.640625vw;
}
@media screen and (max-width: 800px) {
  .about__image {
    width: 80.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__image {
    height: 58.4vw;
  }
}
.about__image--2 {
  margin-top: 3.125vw;
  width: 35.15625vw;
  height: 26.640625vw;
}
@media screen and (max-width: 800px) {
  .about__image--2 {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__image--2 {
    width: 80.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__image--2 {
    height: 58.4vw;
  }
}
.about__explanation {
  display: flex;
  flex-direction: column;
  color: #001455;
}
.about__text {
  font-size: 1.25vw;
  width: 39.0625vw;
  line-height: 2;
  color: #001455;
  padding-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .about__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__text {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .about__text {
    padding-top: 4.2666666667vw;
  }
}

.download {
  display: flex;
  justify-content: center;
}
.download__inner {
  width: 78.4375vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .download__inner {
    width: 80.8vw;
  }
}
@media screen and (max-width: 800px) {
  .download__inner {
    flex-direction: column;
    align-items: center;
  }
}
.download__contents {
  display: flex;
  flex-direction: column;
  padding-top: 6.015625vw;
}
@media screen and (max-width: 800px) {
  .download__contents {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .download__contents {
    flex-direction: column;
  }
}
.download__title {
  font-size: 1.875vw;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .download__title {
    font-size: 4.2666666667vw;
  }
}
.download__imgtitle {
  width: 26.5625vw;
  margin-bottom: 6.40625vw;
}
@media screen and (max-width: 800px) {
  .download__imgtitle {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .download__imgtitle {
    margin-bottom: 12.5333333333vw;
  }
}
.download__buttons {
  display: flex;
  gap: 2.109375vw;
}
@media screen and (max-width: 800px) {
  .download__buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .download__buttons {
    padding-bottom: 8.5333333333vw;
  }
}
.download__button {
  width: 14.609375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.234375vw;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  background-color: white;
  color: #0063B3;
  border-radius: 0.390625vw;
  border: 0.15625vw solid #0063B3;
}
@media screen and (max-width: 800px) {
  .download__button {
    width: 49.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .download__button {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.download__button--blue {
  background-color: #0063B3;
  color: white;
  gap: 1.09375vw;
}
.download__buttontext {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .download__buttontext {
    font-size: 4.2666666667vw;
  }
}
.download__buttonarow {
  width: 1.796875vw;
}
@media screen and (max-width: 800px) {
  .download__buttonarow {
    width: 6.1333333333vw;
  }
}
.download__imgcross {
  width: 43.046875vw;
}
@media screen and (max-width: 800px) {
  .download__imgcross {
    width: 80.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .download__imgcross {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .download__imgcross {
    padding-bottom: 10.6666666667vw;
  }
}

.cunseling {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6.640625vw;
  padding-top: 5.703125vw;
  background: linear-gradient(#67b5b7 0%, #d4eaeb 35.11%, #ecf6f6 46.23%, #fff 100%);
}
@media screen and (max-width: 800px) {
  .cunseling {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .cunseling {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .cunseling {
    background: linear-gradient(#67b5b7 0%, #d4eaeb 35.11%, #ecf6f6 46.23%, #fff 100%);
  }
}
.cunseling__inner {
  display: flex;
  justify-content: space-between;
  width: 78.4375vw;
}
@media screen and (max-width: 800px) {
  .cunseling__inner {
    width: 83.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .cunseling__inner {
    flex-direction: column-reverse;
  }
}
.cunseling__imgwrapp {
  width: 34.53125vw;
  box-shadow: -1.5625vw -1.5625vw 3.125vw rgba(85, 157, 159, 0.4);
}
@media screen and (max-width: 800px) {
  .cunseling__imgwrapp {
    width: 82.1333333333vw;
  }
}
.cunseling__contents {
  margin-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .cunseling__contents {
    margin-top: 2.1333333333vw;
  }
}
.cunseling__title {
  width: 35.3125vw;
  font-size: 2.5vw;
  margin-bottom: 4.53125vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .cunseling__title {
    width: 83.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .cunseling__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .cunseling__title {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .cunseling__title {
    line-height: 1.5;
  }
}
.cunseling__details {
  display: flex;
  width: 31.40625vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .cunseling__details {
    width: 80.8vw;
  }
}
@media screen and (max-width: 800px) {
  .cunseling__details {
    margin-bottom: 8.5333333333vw;
  }
}
.cunseling__num {
  font-size: 3.59375vw;
  margin-right: 2.03125vw;
  color: #0063B3;
}
@media screen and (max-width: 800px) {
  .cunseling__num {
    font-size: 7.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .cunseling__num {
    margin-right: 6.9333333333vw;
  }
}
.cunseling__subtitle {
  font-size: 1.875vw;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .cunseling__subtitle {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .cunseling__subtitle {
    margin-bottom: 4.2666666667vw;
  }
}
.cunseling__text {
  font-size: 0.9375vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .cunseling__text {
    font-size: 3.2vw;
  }
}
.cunseling__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.328125vw;
}
@media screen and (max-width: 800px) {
  .cunseling__buttons {
    justify-content: flex-start;
  }
}
.cunseling__button {
  width: 15.78125vw;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#0063B3, white);
  gap: 1.09375vw;
  border-radius: 0.390625vw;
  color: white;
}
@media screen and (max-width: 800px) {
  .cunseling__button {
    width: 53.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .cunseling__button {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.cunseling__button--blue {
  border: 0.15625vw solid #0063B3;
  color: #0063B3;
}
@media screen and (max-width: 800px) {
  .cunseling__button {
    display: none;
  }
}
.cunseling__button--sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .cunseling__button--sp {
    display: flex;
    background-color: #0063B3;
    color: white;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .cunseling__button--sp {
    margin-bottom: 10.6666666667vw;
  }
}
.cunseling__buttontext {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .cunseling__buttontext {
    font-size: 4.2666666667vw;
  }
}
.cunseling__buttonarow {
  width: 1.796875vw;
}
@media screen and (max-width: 800px) {
  .cunseling__buttonarow {
    width: 6.1333333333vw;
  }
}

.footer {
  margin-top: 12.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0063B3;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .footer {
    margin-top: 32vw;
  }
}
.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 5vw;
  padding-bottom: 5.078125vw;
}
@media screen and (max-width: 800px) {
  .footer__inner {
    padding-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__inner {
    padding-bottom: 17.3333333333vw;
  }
}
.footer__title {
  font-size: 2.5vw;
  font-weight: 300;
  color: #fff;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footer__title {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__title {
    padding-bottom: 4.2666666667vw;
  }
}
.footer__text {
  font-size: 1.25vw;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .footer__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__text {
    line-height: 32px;
    text-align: center;
    width: 18.75vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer__text {
    width: 64vw;
  }
}
.footer__sp-br {
  display: none;
}
@media screen and (max-width: 800px) {
  .footer__sp-br {
    display: block;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .footer__right {
    justify-content: flex-end;
  }
}
.footer__tell {
  font-size: 1.875vw;
  margin-bottom: 0.9375vw;
  color: #fff;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .footer__tell {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__tell {
    margin-bottom: 2.1333333333vw;
  }
}
.footer__mail {
  font-size: 1.875vw;
  color: #fff;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .footer__mail {
    font-size: 5.3333333333vw;
  }
}
.footer__num {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.footer__tel {
  color: #000;
  font-size: 1.875vw;
  margin-bottom: 0.9375vw;
  margin-right: 0vw;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .footer__tel {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__tel {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__tel {
    margin-right: 1.0666666667vw;
  }
}
.footer__number {
  color: #000;
  font-size: 4.375vw;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .footer__number {
    font-size: 9.3333333333vw;
  }
}
.footer__number a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
}
.footer__viewmore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.875vw;
  width: 12.890625vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  margin-top: 2.5vw;
  border: 1px solid #fff;
  background-size: cover;
  background-color: #fff;
  color: #0063B3;
  text-align: center;
  transition: all 0.5s ease-in, border 0s;
}
@media screen and (max-width: 800px) {
  .footer__viewmore {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__viewmore {
    width: 44vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__viewmore {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__viewmore {
    margin-top: 8.5333333333vw;
  }
}
.footer__viewmore:hover {
  background-color: #0063B3;
  color: #fff;
  border: 1px solid #fff;
}

.footerunder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #F3F9FF;
}
@media screen and (max-width: 800px) {
  .footerunder {
    width: 100vw;
  }
}
.footerunder__inner {
  width: 78.4375vw;
  margin-top: 6.25vw;
  margin-bottom: 3.125vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .footerunder__inner {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__inner {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__inner {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__inner {
    flex-direction: column;
  }
}
.footerunder__img {
  display: block;
  width: 16.171875vw;
  margin-bottom: 2.03125vw;
}
@media screen and (max-width: 800px) {
  .footerunder__img {
    width: 55.2vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__img {
    margin-bottom: 6.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__img {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footerunder__img {
    margin-bottom: 8.5333333333vw;
  }
}
.footerunder__right {
  display: flex;
  flex-direction: column;
}
.footerunder__top {
  display: flex;
  justify-content: space-between;
  width: 59.140625vw;
  padding-bottom: 5vw;
  margin-bottom: 1.875vw;
  border-bottom: 0.078125vw solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .footerunder__top {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__top {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__top {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__top {
    flex-direction: column;
    border-bottom: 0;
    margin-bottom: 1.875vw;
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footerunder__top {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footerunder__top {
    padding-bottom: 0vw;
  }
}
.footerunder__sitemap {
  width: 24.765625vw;
}
@media screen and (max-width: 800px) {
  .footerunder__sitemap {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__sitemap {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footerunder__sitemap {
    margin-bottom: 14.9333333333vw;
  }
}
.footerunder__adress {
  width: 27.109375vw;
}
@media screen and (max-width: 800px) {
  .footerunder__adress {
    width: 80vw;
  }
}
.footerunder__title {
  font-size: 0.9375vw;
  font-weight: 400;
  color: #000;
  opacity: 60%;
  padding-bottom: 1.25vw;
  margin-bottom: 1.25vw;
  border-bottom: 0.078125vw solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .footerunder__title {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__title {
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__title {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__title {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footerunder__title {
    margin-top: 6.4vw;
  }
}
.footerunder__text {
  font-weight: 500;
  color: #000;
  font-size: 0.9375vw;
  line-height: 2;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .footerunder__text {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__text {
    margin-top: 6.4vw;
  }
}
.footerunder__list {
  display: flex;
  justify-content: space-between;
}
.footerunder__l {
  color: #000;
  display: flex;
  flex-direction: column;
}
.footerunder__middle {
  display: flex;
  flex-direction: column;
  color: #000;
  margin-right: 4.6875vw;
}
@media screen and (max-width: 800px) {
  .footerunder__middle {
    margin-right: 16vw;
  }
}
.footerunder__r {
  display: flex;
  flex-direction: column;
  color: #000;
}
@media screen and (max-width: 800px) {
  .footerunder__r {
    display: none;
  }
}
.footerunder__page {
  font-weight: 500;
  color: #000;
  font-size: 1.09375vw;
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footerunder__page {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__page {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__page {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footerunder__page {
    font-size: 3.7333333333vw;
  }
}
.footerunder__pageSP {
  display: none;
}
@media screen and (max-width: 800px) {
  .footerunder__pageSP {
    display: block;
    white-space: nowrap;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__spNone {
    display: none;
  }
}
.footerunder__policy {
  display: flex;
  justify-content: left;
  padding-top: 5.078125vw;
  padding-bottom: 4.84375vw;
}
@media screen and (max-width: 800px) {
  .footerunder__policy {
    padding-top: 17.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__policy {
    padding-bottom: 16.5333333333vw;
  }
}
.footerunder__policytext {
  font-size: 0.9375vw;
  margin-right: 3.75vw;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 800px) {
  .footerunder__policytext {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__policytext {
    margin-right: 8.5333333333vw;
  }
}
.footerunder__policytext--2 {
  font-size: 0.9375vw;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 800px) {
  .footerunder__policytext--2 {
    font-size: 3.2vw;
  }
}
.footerunder__p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .footerunder__p {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footerunder__b {
  z-index: 999;
  display: flex;
  align-items: center;
  right: 4%;
  bottom: 40px;
}
@media screen and (max-width: 800px) {
  .footerunder__b {
    margin-left: auto;
  }
}
.footerunder__c {
  font-size: 0.9375vw;
  color: #000;
  opacity: 60%;
}
@media screen and (max-width: 800px) {
  .footerunder__c {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__c {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footerunder__c {
    margin-bottom: 8.5333333333vw;
  }
}
.footerunder__back {
  margin-right: 1.25vw;
  color: #000;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .footerunder__back {
    margin-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__back {
    font-size: 3.2vw;
  }
}
.footerunder__button {
  position: relative;
  width: 2.8125vw;
  height: 2.8125vw;
  background-color: #0063B3;
  border: 1px solid #0063B3;
  border-radius: 78.046875vw;
  transition: all 0.5s ease-in, border 0s;
}
@media screen and (max-width: 800px) {
  .footerunder__button {
    width: 9.6vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__button {
    height: 9.6vw;
  }
}
.footerunder__button .footerunder__topimg path {
  stroke: #fff;
}
.footerunder__button:hover {
  background-color: #fff;
  color: #0063B3;
  border: 1px solid #0063B3;
  border-radius: 999px;
}
.footerunder__button:hover .footerunder__topimg path {
  stroke: #000;
}
.footerunder__buttonText {
  margin-right: 1.015625vw;
  font-size: 0.9375vw;
  color: #000;
}
@media screen and (max-width: 800px) {
  .footerunder__buttonText {
    margin-right: 3.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footerunder__buttonText {
    font-size: 3.2vw;
  }
}
.footerunder__topimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footerunder__leftSNS {
  display: flex;
  flex-direction: column;
}
.footerunder__leftSNS > * + * {
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footerunder__leftSNS > * + * {
    margin-top: 4.2666666667vw;
  }
}
.footerunder__link {
  display: flex;
  align-items: center;
  color: #000;
}
.footerunder__link span {
  font-size: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .footerunder__link span {
    font-size: 2.6666666667vw;
  }
}
.footerunder__link > * + * {
  margin-left: 0.625vw;
}
@media screen and (max-width: 800px) {
  .footerunder__link > * + * {
    margin-left: 2.1333333333vw;
  }
}
.footerunder__snsImg {
  display: flex;
  height: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footerunder__snsImg {
    height: 4.2666666667vw;
  }
}

.char {
  display: inline-block;
  opacity: 0;
}

.enText {
  font-family: "circular-std-book" !important;
}

.fv {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 55.9375vw;
  overflow: hidden;
  background: url("../images/osc-top.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .fv {
    height: 151.2vw;
  }
}
.fv__inner {
  width: 80%;
  padding-bottom: 3.75vw;
}
@media screen and (max-width: 800px) {
  .fv__inner {
    padding-bottom: 12.8vw;
  }
}
.fv__textWrapper {
  overflow: hidden;
}
.fv__text {
  letter-spacing: 4px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.fv__text span {
  font-size: 3.125vw;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .fv__text span {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .fv__text {
    justify-content: flex-start;
    font-weight: 500;
  }
}
.fv__text--2 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-family: "circular-std-book";
}
.fv__text--2 span {
  font-family: inherit;
  font-size: 1.5625vw;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .fv__text--2 span {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .fv__text--2 {
    justify-content: flex-start;
  }
}

.headerAnother {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.078125vw;
  box-shadow: 6px 6px 12px rgba(252, 202, 1, 0.3);
}
@media screen and (max-width: 800px) {
  .headerAnother {
    height: 17.3333333333vw;
  }
}
.headerAnother__imglogo {
  width: 7.34375vw;
  margin-left: 2.65625vw;
}
@media screen and (max-width: 800px) {
  .headerAnother__imglogo {
    width: 25.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .headerAnother__imglogo {
    margin-left: 9.0666666667vw;
  }
}
.headerAnother__navbox {
  display: flex;
  align-items: center;
  gap: 1.875vw;
  margin-right: 1.328125vw;
}
@media screen and (max-width: 800px) {
  .headerAnother__navbox {
    margin-right: 4.5333333333vw;
  }
}
.headerAnother__nav {
  display: flex;
  justify-content: flex-end;
  gap: 1.875vw;
}
.headerAnother__navtext {
  color: black;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .headerAnother__navtext {
    font-size: 3.2vw;
  }
}
.headerAnother__buttons {
  display: flex;
  gap: 1.875vw;
}
.headerAnother__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.875vw;
  width: 9.53125vw;
  padding-top: 1.09375vw;
  padding-bottom: 1.09375vw;
  background-color: #fcd475;
  filter: drop-shadow(0px 3px 6px rgba(252, 202, 1, 0.16));
}
@media screen and (max-width: 800px) {
  .headerAnother__button {
    width: 32.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .headerAnother__button {
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
  }
}
.headerAnother__button--white {
  background-color: white;
  color: #fcd475;
  border: 0.078125vw solid #fcd475;
}
.headerAnother__buttontext {
  font-size: 0.9375vw;
  color: white;
}
@media screen and (max-width: 800px) {
  .headerAnother__buttontext {
    font-size: 3.2vw;
  }
}
.headerAnother__buttontext--black {
  color: black;
}

.main {
  padding-bottom: 15.625vw;
}
@media screen and (max-width: 800px) {
  .main {
    padding-bottom: 53.3333333333vw;
  }
}
.main__titlebox {
  margin-top: 6.25vw;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .main__titlebox {
    margin-top: 21.3333333333vw;
    margin-bottom: 21.3333333333vw;
  }
}
.main__title {
  font-size: 2.5vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .main__title {
    font-size: 8.5333333333vw;
  }
}
.main__subtitle {
  font-size: 1.25vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .main__subtitle {
    font-size: 4.2666666667vw;
  }
}
.main__cc {
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .main__cc {
    margin-bottom: 21.3333333333vw;
  }
}
.main__cctitle {
  font-size: 2.5vw;
  margin-bottom: 2.65625vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .main__cctitle {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .main__cctitle {
    margin-bottom: 9.0666666667vw;
  }
}
.main__cctext {
  font-size: 1.25vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .main__cctext {
    font-size: 4.2666666667vw;
  }
}
.main__contents {
  display: flex;
  align-items: center;
  width: 71.796875vw;
}
@media screen and (max-width: 800px) {
  .main__contents {
    width: 245.0666666667vw;
  }
}
.main__contents {
  display: flex;
  align-items: center;
}
.main__contentstitle {
  margin-left: 17.265625vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .main__contentstitle {
    margin-left: 58.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .main__contentstitle {
    font-size: 4.2666666667vw;
  }
}
.main__contentstext {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .main__contentstext {
    font-size: 4.2666666667vw;
  }
}
.main__contentstextbox {
  padding-top: 1.71875vw;
  padding-bottom: 1.71875vw;
}
@media screen and (max-width: 800px) {
  .main__contentstextbox {
    padding-top: 5.8666666667vw;
    padding-bottom: 5.8666666667vw;
  }
}

.join {
  height: 33.28125vw;
  background-color: #fffdf2;
  display: flex;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 800px) {
  .join {
    height: 113.6vw;
  }
}
.join__titlebox {
  margin-top: 6.40625vw;
  margin-left: 6.953125vw;
}
@media screen and (max-width: 800px) {
  .join__titlebox {
    margin-top: 21.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .join__titlebox {
    margin-left: 23.7333333333vw;
  }
}
.join__joinus {
  font-size: 1.875vw;
  margin-bottom: 1.796875vw;
  color: #fcd475;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .join__joinus {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .join__joinus {
    margin-bottom: 6.1333333333vw;
  }
}
.join__title {
  font-size: 3.125vw;
}
@media screen and (max-width: 800px) {
  .join__title {
    font-size: 10.6666666667vw;
  }
}
.join__buttonbox {
  margin-top: 11.640625vw;
  margin-right: 10.078125vw;
}
@media screen and (max-width: 800px) {
  .join__buttonbox {
    margin-top: 39.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .join__buttonbox {
    margin-right: 34.4vw;
  }
}
.join__text {
  margin-bottom: 4.765625vw;
  font-size: 1.25vw;
  line-height: 3;
}
@media screen and (max-width: 800px) {
  .join__text {
    margin-bottom: 16.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .join__text {
    font-size: 4.2666666667vw;
  }
}
.join__buttonend {
  display: flex;
  justify-content: flex-end;
}
.join__button {
  width: 11.71875vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  color: white;
  background-color: #fcd475;
  filter: drop-shadow(6px 6px 12px rgba(252, 202, 1, 0.3));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.875vw;
}
@media screen and (max-width: 800px) {
  .join__button {
    width: 40vw;
  }
}
@media screen and (max-width: 800px) {
  .join__button {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.join__buttontext {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .join__buttontext {
    font-size: 4.2666666667vw;
  }
}

.footerAnother {
  height: 31.09375vw;
  background-color: #fcd475;
}
@media screen and (max-width: 800px) {
  .footerAnother {
    height: 106.1333333333vw;
  }
}
.footerAnother__footerbox {
  display: flex;
  align-items: flex-start;
  padding-top: 6.796875vw;
  padding-left: 8.75vw;
  gap: 6.40625vw;
}
@media screen and (max-width: 800px) {
  .footerAnother__footerbox {
    padding-top: 23.2vw;
  }
}
@media screen and (max-width: 800px) {
  .footerAnother__footerbox {
    padding-left: 29.8666666667vw;
  }
}
.footerAnother__imglogo {
  width: 12.34375vw;
}
@media screen and (max-width: 800px) {
  .footerAnother__imglogo {
    width: 42.1333333333vw;
  }
}
.footerAnother__colbox {
  margin-bottom: 3.671875vw;
}
@media screen and (max-width: 800px) {
  .footerAnother__colbox {
    margin-bottom: 12.5333333333vw;
  }
}
.footerAnother__colbox:last-child {
  margin-bottom: 0;
}
.footerAnother__coltext {
  font-size: 1.25vw;
  margin-bottom: 0.625vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .footerAnother__coltext {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footerAnother__coltext {
    margin-bottom: 2.1333333333vw;
  }
}
.footerAnother__coltexta {
  font-size: 1.09375vw;
  color: black;
}
@media screen and (max-width: 800px) {
  .footerAnother__coltexta {
    font-size: 3.7333333333vw;
  }
}

.table {
  width: 71.796875vw;
  margin: 0 auto;
  border-top: 0.078125vw solid #fcd475;
  border-bottom: 0.078125vw solid #fcd475;
}
@media screen and (max-width: 800px) {
  .table {
    width: 245.0666666667vw;
  }
}
.table__row {
  display: flex;
  border-bottom: 0.078125vw solid #fcd475;
}
.table__row:last-child {
  border-bottom: none;
}
.table__th {
  width: 13.046875vw;
  padding-top: 1.71875vw;
  padding-bottom: 1.71875vw;
  font-size: 1.25vw;
  padding-left: 2.34375vw;
  font-weight: bold;
  border-right: 0.078125vw solid #fcd475;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .table__th {
    width: 44.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .table__th {
    padding-top: 5.8666666667vw;
    padding-bottom: 5.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .table__th {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .table__th {
    padding-left: 8vw;
  }
}
.table__td {
  width: 58.75vw;
  padding-top: 1.71875vw;
  padding-bottom: 1.71875vw;
  padding-left: 5.703125vw;
}
@media screen and (max-width: 800px) {
  .table__td {
    width: 200.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .table__td {
    padding-top: 5.8666666667vw;
    padding-bottom: 5.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .table__td {
    padding-left: 19.4666666667vw;
  }
}
.table__listtitle {
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .table__listtitle {
    font-size: 4.2666666667vw;
  }
}
.table__listitem {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 800px) {
  .table__listitem {
    font-size: 4.2666666667vw;
  }
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card__img {
  width: 80%;
}
@media screen and (max-width: 800px) {
  .card__img {
    padding-top: 3.75vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .card__img {
    padding-top: 12.8vw;
  }
}
.card__title {
  font-size: 1.25vw;
  padding-top: 2.5vw;
  color: #001455;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .card__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .card__title {
    padding-top: 3.2vw;
  }
}
.card__detail {
  font-size: 1.25vw;
  line-height: 2;
  width: 100%;
  text-align: center;
  padding-top: 1.875vw;
  color: #001455;
}
@media screen and (max-width: 800px) {
  .card__detail {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .card__detail {
    padding-top: 2.1333333333vw;
  }
}

.swiper-container {
  width: 23.4375vw;
  height: auto;
  /* 必要に応じて高さを調整します */
}
@media screen and (max-width: 800px) {
  .swiper-container {
    width: 80vw;
  }
}

.swiper-slide {
  width: 25.078125vw;
  display: flex;
  justify-content: flex-start;
  /* カードをスライドの中央に配置 */
  box-sizing: border-box;
  margin-right: 3.75vw;
}
@media screen and (max-width: 800px) {
  .swiper-slide {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .swiper-slide {
    margin-right: 12.8vw;
  }
}

.whatIsThis2Slider {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.whatIsThis2Slider__wrapper {
  max-width: 100%;
}
.whatIsThis2Slider__sliderwrap {
  position: relative;
}
.whatIsThis2Slider__prev {
  width: 1.796875vw;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -1.796875vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .whatIsThis2Slider__prev {
    width: 6.1333333333vw;
  }
}
.whatIsThis2Slider__next {
  width: 1.796875vw;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -1.796875vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .whatIsThis2Slider__next {
    width: 6.1333333333vw;
  }
}
.whatIsThis2Slider__card {
  width: 30%;
  margin-right: 5%;
  /* space between */
}
.whatIsThis2Slider__card:last-child {
  margin-right: 0;
}

.whatIsThis2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6.640625vw;
  padding-bottom: 5vw;
}
@media screen and (max-width: 800px) {
  .whatIsThis2 {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2 {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2 {
    background-color: rgba(103, 181, 183, 0.05);
  }
}
.whatIsThis2__inner {
  display: flex;
  flex-direction: column;
  width: 78.4375vw;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__inner {
    width: 80.2666666667vw;
  }
}
.whatIsThis2__subtitle {
  display: flex;
  justify-content: center;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__subtitle {
    font-size: 3.2vw;
  }
}
.whatIsThis2__title {
  font-size: 2.5vw;
  line-height: 2;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2__title {
    margin-bottom: 10.6666666667vw;
  }
}
.whatIsThis2__whitebox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 23.4375vw;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__whitebox {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2__whitebox {
    margin-bottom: 1.328125vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .whatIsThis2__whitebox {
    margin-bottom: 4.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2__whitebox:last-chile {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .whatIsThis2__whitebox:last-chile {
    margin-bottom: 0vw;
  }
}
.whatIsThis2__oji {
  width: 100%;
}
.whatIsThis2__name {
  background-color: white;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.whatIsThis2__name1 {
  font-size: 1.25vw;
  line-height: 1.5;
  padding-top: 1.640625vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  margin-bottom: 1.953125vw;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__name1 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2__name1 {
    padding-top: 5.6vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2__name1 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2__name1 {
    margin-bottom: 6.6666666667vw;
  }
}
.whatIsThis2__name2 {
  font-size: 0.9375vw;
  color: #767676;
  border-bottom: 0.078125vw solid #767676;
  padding-top: 1.640625vw;
  padding-bottom: 1.015625vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__name2 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2__name2 {
    padding-top: 5.6vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2__name2 {
    padding-bottom: 3.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2__name2 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.whatIsThis2__name2:last-child {
  border-bottom: 0;
  padding-bottom: 1.171875vw;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__name2:last-child {
    padding-bottom: 4vw;
  }
}
.whatIsThis2__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.328125vw;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__buttons {
    display: none;
  }
}
.whatIsThis2__button {
  width: 15.78125vw;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  gap: 1.09375vw;
  border-radius: 0.390625vw;
  color: #0063B3;
  border: 0.15625vw solid #0063B3;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__button {
    width: 53.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .whatIsThis2__button {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.whatIsThis2__button--white {
  background-color: #0063B3;
  color: white;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__button--white {
    display: none;
  }
}
.whatIsThis2__buttontext {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__buttontext {
    font-size: 4.2666666667vw;
  }
}
.whatIsThis2__buttonarow {
  width: 1.796875vw;
}
@media screen and (max-width: 800px) {
  .whatIsThis2__buttonarow {
    width: 6.1333333333vw;
  }
}

.pagenation {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #001455;
}
.pagenation--under {
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .pagenation--under {
    padding-top: 42.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pagenation__inner {
  display: flex;
  flex-direction: column;
  width: 78.4375vw;
  margin-bottom: 6.25vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .pagenation__inner {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation__inner {
    margin-bottom: 21.3333333333vw;
  }
}
.pagenation__button {
  position: relative;
  margin-left: 17.96875vw;
  margin-bottom: 1.25vw;
  width: 4.6875vw;
  height: 4.6875vw;
}
@media screen and (max-width: 800px) {
  .pagenation__button {
    margin-left: 61.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation__button {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation__button {
    width: 16vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation__button {
    height: 16vw;
  }
}
.pagenation__back {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #001455;
  width: 4.6875vw;
  height: 4.6875vw;
  border: 0.078125vw solid rgba(255, 255, 255, 0.3);
  border-radius: 78.046875vw;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .pagenation__back {
    width: 16vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation__back {
    height: 16vw;
  }
}
.pagenation__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5625vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .pagenation__arrow {
    width: 5.3333333333vw;
  }
}
.pagenation__arrow .arrow-path {
  stroke: #001455;
  transition: stroke 0.5s ease;
}
.pagenation__pagenation {
  display: flex;
  gap: 1.25vw;
  margin-bottom: 6.25vw;
  margin-top: 3.125vw;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .pagenation__pagenation {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation__pagenation {
    margin-top: 10.6666666667vw;
  }
}
.pagenation__white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 78.046875vw;
}
.pagenation__pages {
  position: relative;
  gap: 1.25vw;
}
.pagenation__pages ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  gap: 1.25vw;
}
.pagenation__pages ul li {
  position: relative;
}
.pagenation__pages ul li a,
.pagenation__pages ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.375vw;
  height: 4.375vw;
  font-size: 1.25vw;
  border: 0.078125vw solid #fff;
  border-radius: 78.046875vw;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .pagenation__pages ul li a,
.pagenation__pages ul li span {
    width: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation__pages ul li a,
.pagenation__pages ul li span {
    height: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation__pages ul li a,
.pagenation__pages ul li span {
    font-size: 4.2666666667vw;
  }
}
.pagenation__pages ul li a:hover,
.pagenation__pages ul li span:hover {
  background-color: #fff;
  color: #fff;
}
.pagenation__pages ul li span.current {
  background: #001455;
  color: #fff;
}
.pagenation__pages ul li span.current:hover {
  background-color: #001455;
  color: #fff;
}
.pagenation__pages ul li:hover .arrow-path {
  stroke: #fff;
}
.pagenation__viewbutton {
  text-align: right;
}
.pagenation__viewmore {
  display: inline-block;
  width: 9.84375vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  color: #f78821;
  border: 0.078125vw solid rgba(255, 255, 255, 0.3);
  background-color: #fff;
  border-radius: 78.046875vw;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 800px) {
  .pagenation__viewmore {
    width: 33.6vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation__viewmore {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.pagenation__viewmore:hover {
  color: #fff;
  background-color: #f78821;
}

.news {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .news {
    margin-top: 32vw;
  }
}
.news__inner {
  display: flex;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .news__inner {
    display: flex;
    flex-direction: column;
  }
}
.news__left {
  display: flex;
  flex-direction: column;
  margin-right: 5vw;
}
@media screen and (max-width: 800px) {
  .news__left {
    margin-right: 17.0666666667vw;
  }
}
.news__right {
  display: flex;
  flex-direction: column;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .news__right {
    width: 100%;
  }
}
.news__title {
  font-size: 1.875vw;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .news__title {
    font-size: 4.2666666667vw;
  }
}
.news__subtitle {
  font-size: 2.5vw;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .news__subtitle {
    font-size: 8.5333333333vw;
  }
}
.news__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .news__list {
    margin-top: 10.6666666667vw;
  }
}
.news__list > * + * {
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .news__list > * + * {
    margin-top: 8.5333333333vw;
  }
}
.news__item {
  width: 100%;
}
.news__buttonWrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 3.75vw;
}
@media screen and (max-width: 800px) {
  .news__buttonWrapper {
    margin-top: 12.8vw;
  }
}
.news__buttonWrapper--left {
  display: flex;
  justify-content: flex-start;
}
.news__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  font-size: 1.25vw;
  color: #0063B3;
  border: 1px solid #0063B3;
  background-color: transparent;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .news__button {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .news__button {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .news__button {
    font-size: 4.2666666667vw;
  }
}
.news__button:hover {
  color: #fff;
  background-color: #0063B3;
}

.newsUnder {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .newsUnder {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.newsUnder__inner {
  margin-top: 5vw;
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 80%;
  padding-bottom: 9.375vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__inner {
    margin-top: 25.6vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__inner {
    padding-bottom: 21.3333333333vw;
  }
}
.newsUnder__title {
  font-size: 5vw;
  color: #000;
}
@media screen and (max-width: 800px) {
  .newsUnder__title {
    font-size: 10.6666666667vw;
  }
}
.newsUnder__titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.75vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__titleBox {
    margin-bottom: 12.8vw;
  }
}
.newsUnder__titleLine {
  width: 13.28125vw;
  height: 2.34375vw;
  background: linear-gradient(90deg, #ffba27 0%, rgba(255, 187, 41, 0) 80.73%);
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .newsUnder__titleLine {
    width: 45.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__titleLine {
    height: 4.2666666667vw;
  }
}
.newsUnder__terms {
  display: flex;
  gap: 1.25vw;
  flex-wrap: wrap;
  margin-top: 4.0625vw;
  margin-bottom: 4.375vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__terms {
    margin-top: 13.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__terms {
    margin-bottom: 14.9333333333vw;
  }
}
.newsUnder__term {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  cursor: pointer;
  transition: all 0.5s ease-in, border 0s;
}
.newsUnder__term.selected {
  background: #0063B3;
  border: 1px solid #e8e8e8;
  background-size: cover;
}
.newsUnder__term.selected a {
  color: #fff;
}
.newsUnder__term:hover {
  background: #0063B3;
  color: #fff;
  border: 1px solid #e8e8e8;
  background-size: cover;
}
.newsUnder__term:hover a {
  color: #fff;
}
.newsUnder__termLink {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  background: #ba3131;
  color: #fff;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 800px) {
  .newsUnder__termLink {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__termLink {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.newsUnder__name {
  width: 7.578125vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__name {
    width: 25.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__name {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__name {
    font-size: 2.6666666667vw;
  }
}
.newsUnder__contents > * + * {
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__contents > * + * {
    margin-top: 10.6666666667vw;
  }
}
.newsUnder__content {
  margin-bottom: 1.875vw;
  padding-bottom: 2.5vw;
  border-bottom: 0.078125vw solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 800px) {
  .newsUnder__content {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__content {
    padding-bottom: 8.5333333333vw;
  }
}
.newsUnder__date {
  font-size: 1.25vw;
  margin-bottom: 1.25vw;
  color: #000;
  opacity: 30%;
}
@media screen and (max-width: 800px) {
  .newsUnder__date {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__date {
    margin-bottom: 4.2666666667vw;
  }
}
.newsUnder__text {
  color: #000;
  font-size: 1.25vw;
  padding-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__text {
    padding-bottom: 8.5333333333vw;
  }
}
.newsUnder__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5625vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__arrow {
    width: 5.3333333333vw;
  }
}
.newsUnder__pages {
  gap: 1.25vw;
}
.newsUnder__pages ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  gap: 1.25vw;
}
.newsUnder__pages ul li {
  position: relative;
}
.newsUnder__pages ul li a,
.newsUnder__pages ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.375vw;
  height: 4.375vw;
  font-size: 1.25vw;
  background-image: none;
  border: 1px solid #0000004d;
  color: #000;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease-in, border 0s;
}
@media screen and (max-width: 800px) {
  .newsUnder__pages ul li a,
.newsUnder__pages ul li span {
    width: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__pages ul li a,
.newsUnder__pages ul li span {
    height: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__pages ul li a,
.newsUnder__pages ul li span {
    font-size: 4.2666666667vw;
  }
}
.newsUnder__pages ul li a:hover,
.newsUnder__pages ul li span:hover {
  background-image: url("../images/button-background.jpg");
  background-color: #0063B3;
  color: #fff;
  border: 1px solid #0063B3;
  background-size: cover;
}
.newsUnder__pages ul li span.current {
  background-image: url("../images/button-background.jpg");
  background-color: #0063B3;
  color: #fff;
  border: 1px solid #0063B3;
  background-size: cover;
}
.newsUnder__pages ul li:hover .arrow-path {
  stroke: #fff;
}
.newsUnder__pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5vw;
  gap: 1.25vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__pagenation {
    padding-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__pagenation {
    gap: 4.2666666667vw;
  }
}
.newsUnder__prev {
  position: relative;
  width: 4.140625vw;
  height: 4.140625vw;
  border: 0.078125vw solid rgba(255, 255, 255, 0.3);
  border-radius: 78.046875vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__prev {
    width: 14.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__prev {
    height: 14.1333333333vw;
  }
}
.newsUnder__next {
  position: relative;
  width: 4.140625vw;
  height: 4.140625vw;
  border: 0.078125vw solid rgba(255, 255, 255, 0.3);
  border-radius: 78.046875vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__next {
    width: 14.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__next {
    height: 14.1333333333vw;
  }
}
.newsUnder__white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 78.046875vw;
}
.newsUnder__num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25vw;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .newsUnder__num {
    font-size: 4.2666666667vw;
  }
}
.newsUnder__page1 {
  position: relative;
  width: 4.140625vw;
  height: 4.140625vw;
  border: 0.078125vw solid rgba(255, 255, 255, 0.3);
  border-radius: 78.046875vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__page1 {
    width: 14.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__page1 {
    height: 14.1333333333vw;
  }
}
.newsUnder__page2 {
  position: relative;
  width: 4.140625vw;
  height: 4.140625vw;
  border: 0.078125vw solid rgba(255, 255, 255, 0.3);
  border-radius: 78.046875vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__page2 {
    width: 14.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__page2 {
    height: 14.1333333333vw;
  }
}
.newsUnder__page3 {
  position: relative;
  width: 4.140625vw;
  height: 4.140625vw;
  border: 0.078125vw solid rgba(255, 255, 255, 0.3);
  border-radius: 78.046875vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__page3 {
    width: 14.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__page3 {
    height: 14.1333333333vw;
  }
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F3F9FF;
}
.contact__inner {
  display: flex;
  flex-direction: column;
  width: 59%;
  padding-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .contact__inner {
    padding-top: 14.4vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__inner {
    width: 80%;
  }
}
.contact__contactWrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.contact__contactWrapper:after {
  content: "";
  position: absolute;
  bottom: 0%;
  width: 14%;
  /* border-bottomの長さを調整 */
  border-bottom: 1px solid #fff;
  /* border-bottomのスタイル */
}
.contact__contact {
  font-size: 2.5vw;
  margin-bottom: 2.5vw;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 800px) {
  .contact__contact {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__contact {
    margin-bottom: 8.5333333333vw;
  }
}
.contact__top {
  margin-top: 3.28125vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .contact__top {
    margin-top: 11.2vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact__title {
  font-size: 1.875vw;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .contact__title {
    font-size: 6.4vw;
  }
}
.contact__text {
  color: #000;
  font-weight: 400;
  font-size: 1.25vw;
  padding-left: 2.5vw;
  padding-top: 0vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .contact__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__text {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__text {
    padding-top: 2.1333333333vw;
  }
}
.contact__form {
  width: 100%;
  padding-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .contact__form {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__form {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .contact__form {
    margin-bottom: 32vw;
  }
}

.worksSingle {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .worksSingle {
    padding-top: 42.6666666667vw;
  }
}
.worksSingle__inner {
  width: 78.4375vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .worksSingle__inner {
    width: 80vw;
  }
}
.worksSingle__company {
  font-size: 1.25vw;
  margin-bottom: 0.625vw;
  color: #001455;
  opacity: 30%;
}
@media screen and (max-width: 800px) {
  .worksSingle__company {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .worksSingle__company {
    margin-bottom: 2.1333333333vw;
  }
}
.worksSingle__title {
  font-size: 2.5vw;
  margin-bottom: 1.875vw;
  display: flex;
  justify-content: flex-start;
  color: #001455;
}
@media screen and (max-width: 800px) {
  .worksSingle__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .worksSingle__title {
    margin-bottom: 6.4vw;
  }
}
.worksSingle__imgWrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.390625vw;
}
.worksSingle__imgWrapper::before {
  display: block;
  content: "";
  padding-top: 62.5%;
}
.worksSingle__imgWrapper > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.worksSingle__img {
  width: 100%;
  height: 100%;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .worksSingle__img {
    margin-bottom: 8.5333333333vw;
  }
}
.worksSingle__content {
  font-size: 1.25vw;
  margin-bottom: 6.25vw;
  margin-top: 3.125vw;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .worksSingle__content {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .worksSingle__content {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .worksSingle__content {
    margin-top: 10.6666666667vw;
  }
}
.worksSingle__content p {
  font-size: 1.25vw;
  color: #001455;
}
@media screen and (max-width: 800px) {
  .worksSingle__content p {
    font-size: 4.2666666667vw;
  }
}
.worksSingle__collection {
  display: flex;
  justify-content: center;
}
.worksSingle__text {
  border-radius: 78.046875vw;
  text-align: center;
  width: 18.75vw;
  background-color: #fff;
  font-size: 1.25vw;
  color: #001455;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  border: 0.078125vw solid black;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .worksSingle__text {
    width: 42.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .worksSingle__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .worksSingle__text {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.worksSingle__text:hover {
  color: #fff;
  background-color: #001455;
}

.newsSingle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 9.375vw;
  background: #F3F9FF;
  position: relative;
}
@media screen and (max-width: 800px) {
  .newsSingle {
    padding-top: 32vw;
  }
}
.newsSingle__backImg1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 28.046875vw;
}
@media screen and (max-width: 800px) {
  .newsSingle__backImg1 {
    width: 40vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__backImg1 {
    top: -7px;
    right: 0px;
  }
}
.newsSingle__backImg2 {
  position: absolute;
  top: 33%;
  left: 0px;
  width: 24.921875vw;
}
@media screen and (max-width: 800px) {
  .newsSingle__backImg2 {
    width: 40vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__backImg2 {
    top: 53%;
    left: 0%;
  }
}
.newsSingle__inner {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding-bottom: 12.5vw;
}
@media screen and (max-width: 800px) {
  .newsSingle__inner {
    padding-bottom: 42.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__inner {
    width: 80%;
  }
}
.newsSingle__sub {
  display: flex;
  align-items: center;
}
.newsSingle__sub > * + * {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .newsSingle__sub > * + * {
    margin-left: 4.2666666667vw;
  }
}
.newsSingle__date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .newsSingle__date {
    font-size: 4.2666666667vw;
  }
}
.newsSingle__term {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.9375vw;
  padding-right: 0.9375vw;
  padding-top: 0.46875vw;
  padding-bottom: 0.46875vw;
  font-size: 0.9375vw;
  background-color: #0063B3;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  .newsSingle__term {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__term {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__term {
    font-size: 3.2vw;
  }
}
.newsSingle__title {
  display: flex;
  padding-top: 1.25vw;
  padding-bottom: 1.875vw;
  font-size: 2.5vw;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .newsSingle__title {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__title {
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__title {
    font-size: 6.4vw;
  }
}
.newsSingle__imgWrapper {
  width: 100%;
  margin-top: 5vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .newsSingle__imgWrapper {
    margin-top: 17.0666666667vw;
  }
}
.newsSingle__imgWrapper::before {
  display: block;
  content: "";
  padding-top: 50%;
}
.newsSingle__imgWrapper > * {
  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) {
  .newsSingle__imgWrapper {
    position: relative;
  }
  .newsSingle__imgWrapper::before {
    display: block;
    content: "";
    padding-top: 47.1115537849%;
  }
  .newsSingle__imgWrapper > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.newsSingle__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .newsSingle__img {
    margin-bottom: 8.5333333333vw;
  }
}
.newsSingle__content {
  font-size: 1.25vw;
  margin-bottom: 6.25vw;
  margin-top: 3.125vw;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .newsSingle__content {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__content {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__content {
    margin-top: 10.6666666667vw;
  }
}
.newsSingle__collection {
  display: flex;
  justify-content: center;
}
.newsSingle__text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4.375vw;
  padding-right: 4.375vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  font-size: 1.875vw;
  color: #fff;
  letter-spacing: 0.1em;
  border: 1px solid #0063B3;
  background-color: #0063B3;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .newsSingle__text {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__text {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__text {
    font-size: 4.2666666667vw;
  }
}
.newsSingle__text:hover {
  color: #0063B3;
  background-color: #fff;
}

.recruit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F3F9FF;
  /* ページトップ */
  /* メッセージ */
  /* 求める人物像 */
  /* 募集要項 */
}
.recruit__top {
  position: relative;
}
@media screen and (max-width: 800px) {
  .recruit__top {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .recruit__top {
    margin-top: 17.0666666667vw;
  }
}
.recruit__topImg {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recruit__topImg {
    display: none;
  }
}
.recruit__topImgSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .recruit__topImgSp {
    display: block;
    width: 100%;
  }
}
.recruit__topTitle {
  position: absolute;
  top: 50%;
  /* 上端を親要素の上下の中央に設定 */
  left: 50%;
  /* 左端を親要素の左右の中央に設定 */
  transform: translate(-50%, -50%);
}
.recruit__topText {
  font-size: 3.75vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 9.6px;
}
@media screen and (max-width: 800px) {
  .recruit__topText {
    font-size: 8.5333333333vw;
  }
}
.recruit__topEnText {
  font-size: 1.875vw;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .recruit__topEnText {
    font-size: 4.2666666667vw;
  }
}
.recruit__msgWrapper {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .recruit__msgWrapper {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.recruit__msgWrapper > * + * {
  padding-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .recruit__msgWrapper > * + * {
    padding-top: 21.3333333333vw;
  }
}
.recruit__msgInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recruit__msgTitle {
  position: relative;
  font-size: 1.875vw;
  padding-bottom: 1.875vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .recruit__msgTitle {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__msgTitle {
    padding-bottom: 6.4vw;
  }
}
.recruit__msgTitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 96px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.recruit__msgText {
  width: 79%;
  font-size: 1.25vw;
  line-height: 32px;
  padding-top: 1.875vw;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .recruit__msgText {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__msgText {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__msgText {
    width: 100%;
  }
}
.recruit__humanWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  box-shadow: 0px 8px 16px 0px #d1e0ef;
}
.recruit__humanInner {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.125vw;
  padding-bottom: 4.375vw;
}
@media screen and (max-width: 800px) {
  .recruit__humanInner {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__humanInner {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__humanInner {
    width: 80%;
  }
}
.recruit__humanTitle {
  font-size: 1.875vw;
  font-weight: 700;
  color: #0063B3;
}
@media screen and (max-width: 800px) {
  .recruit__humanTitle {
    font-size: 6.4vw;
  }
}
.recruit__humanList {
  list-style: disc;
  list-style-position: outside;
}
.recruit__humanListItem {
  padding-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .recruit__humanListItem {
    padding-top: 9.6vw;
  }
}
.recruit__humanListItem::marker {
  color: #0063B3;
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .recruit__humanListItem::marker {
    font-size: 4.2666666667vw;
  }
}
.recruit__itemTitle {
  font-size: 1.875vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .recruit__itemTitle {
    font-size: 4.2666666667vw;
  }
}
.recruit__itemTxt {
  font-size: 1.25vw;
  font-weight: 300;
  padding-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .recruit__itemTxt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__itemTxt {
    padding-top: 4.2666666667vw;
  }
}
.recruit__requirementWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recruit__requirementInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .recruit__requirementInner {
    padding-top: 32vw;
  }
}
.recruit__requirementEnTitle {
  font-size: 1.25vw;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .recruit__requirementEnTitle {
    font-size: 4.2666666667vw;
  }
}
.recruit__requirementTitle {
  font-size: 2.5vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .recruit__requirementTitle {
    font-size: 8.5333333333vw;
  }
}
.recruit__requirementTable {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 6.25vw;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .recruit__requirementTable {
    padding-top: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__requirementTable {
    padding-bottom: 17.0666666667vw;
  }
}
.recruit__requirementTableRow {
  display: flex;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  border-top: 1px solid #0000001a;
}
@media screen and (max-width: 800px) {
  .recruit__requirementTableRow {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__requirementTableRow {
    flex-direction: column;
  }
}
.recruit__requirementTableHead {
  min-width: 10.625vw;
  font-size: 1.25vw;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .recruit__requirementTableHead {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__requirementTableHead {
    min-width: 21.3333333333vw;
  }
}
.recruit__requirementTableData {
  font-weight: 300;
  font-size: 1.25vw;
  font-weight: 300;
  padding-top: 0vw;
}
@media screen and (max-width: 800px) {
  .recruit__requirementTableData {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__requirementTableData {
    padding-top: 2.1333333333vw;
  }
}
.recruit__requirementTableDataSalary {
  display: flex;
}
.recruit__requirementTableData p {
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .recruit__requirementTableData p {
    font-size: 4.2666666667vw;
  }
}
.recruit__requirementTableData span {
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .recruit__requirementTableData span {
    font-size: 4.2666666667vw;
  }
}
.recruit__requirementList {
  list-style: disc;
  list-style-position: inside;
}
.recruit__requirementListItem {
  font-size: 1.25vw;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .recruit__requirementListItem {
    font-size: 4.2666666667vw;
  }
}
.recruit__requirementTableDataLink {
  font-size: 1.25vw;
  font-weight: 300;
  color: #336699;
  -webkit-text-decoration: underline solid #336699;
          text-decoration: underline solid #336699;
}
@media screen and (max-width: 800px) {
  .recruit__requirementTableDataLink {
    font-size: 4.2666666667vw;
  }
}
.recruit__formatLink {
  font-size: 1.25vw;
  font-weight: 300;
  color: #000;
  -webkit-text-decoration: underline solid #000;
          text-decoration: underline solid #000;
}
@media screen and (max-width: 800px) {
  .recruit__formatLink {
    font-size: 4.2666666667vw;
  }
}
.recruit__requirementBtnLink {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.875vw;
  width: 18.75vw;
  height: 4.375vw;
  border: 1px solid #0063B3;
  font-weight: 400;
  color: #fff;
  background: #0063B3;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media screen and (max-width: 800px) {
  .recruit__requirementBtnLink {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__requirementBtnLink {
    width: 64vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__requirementBtnLink {
    height: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__requirementBtnLink {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .recruit__requirementBtnLink {
    margin-bottom: 32vw;
  }
}
.recruit__requirementBtnLink:hover {
  color: #0063B3;
  background: #fff;
  border: 1px solid #0063B3;
}

.tab-btn {
  display: none;
  /*タブの切り替えを制御するラジオボタンを非表示に*/
}

.tab-list-wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
  /* デフォルトの値をクリア */
  margin: 0;
  /* デフォルトの値をクリア */
  list-style-type: none;
  /* デフォルトの値をクリア */
}
@media screen and (max-width: 800px) {
  .tab-list-wrap {
    width: 100%;
    gap: 8px;
  }
}

.tab-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 9.375vw;
  height: 3.4375vw;
  margin-top: 1.875vw;
  font-size: 1.25vw;
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
  background: #F3F9FF;
  box-sizing: border-box;
  /* borderの値を横幅に含める */
  cursor: pointer;
  transition: all 0.25s ease;
}
@media screen and (max-width: 800px) {
  .tab-list {
    width: 27.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .tab-list {
    height: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .tab-list {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .tab-list {
    font-size: 3.7333333333vw;
  }
}
.tab-list:hover {
  color: #fff;
  background: #0063B3;
  border: 1px solid #0063B3;
}

.tab-content-wrap {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .tab-content-wrap {
    width: 80%;
  }
}

#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3 {
  /* 対応するボタンにチェックが入ったとき */
  color: #fff;
  background: #0063B3;
  border: 1px solid #0063B3;
}

#tab-btn1:checked ~ .tab-content-wrap #table1,
#tab-btn2:checked ~ .tab-content-wrap #table2,
#tab-btn3:checked ~ .tab-content-wrap #table3 {
  /* 対応するボタンにチェックが入ったとき */
  display: flex;
}

.company {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F3F9FF;
  /* ページトップ */
}
.company__top {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .company__top {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__top {
    margin-top: 17.0666666667vw;
  }
}
.company__topImg {
  width: 100%;
  height: 29.375vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .company__topImg {
    height: 53.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__topImg {
    display: none;
  }
}
.company__topImgSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .company__topImgSp {
    display: block;
    width: 100%;
  }
}
.company__topTitle {
  position: absolute;
  top: 50%;
  /* 上端を親要素の上下の中央に設定 */
  left: 50%;
  /* 左端を親要素の左右の中央に設定 */
  transform: translate(-50%, -50%);
}
.company__topText {
  font-size: 3.75vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 9.6px;
}
@media screen and (max-width: 800px) {
  .company__topText {
    font-size: 8.5333333333vw;
  }
}
.company__topEnText {
  font-size: 1.875vw;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .company__topEnText {
    font-size: 4.2666666667vw;
  }
}
.company__inner {
  padding-top: 6.25vw;
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .company__inner {
    padding-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__inner {
    width: 80%;
  }
}
.company__subTitle {
  font-size: 1.875vw;
  color: #000;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .company__subTitle {
    font-size: 6.4vw;
  }
}
.company__title {
  font-size: 2.5vw;
  color: #000;
  font-weight: 700;
  line-height: 2;
  /* 64px */
}
@media screen and (max-width: 800px) {
  .company__title {
    font-size: 8.5333333333vw;
  }
}
.company__company {
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .company__company {
    margin-top: 6.4vw;
  }
}
.company__text {
  font-size: 1.25vw;
  margin-top: 3.125vw;
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .company__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__text {
    margin-top: 10.6666666667vw;
  }
}
.company__content {
  display: flex;
  align-items: center;
  gap: 5vw;
  padding-bottom: 2.5vw;
  margin-bottom: 2.5vw;
  border-bottom: 0.078125vw solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .company__content {
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__content {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.company__content:first-of-type {
  border-top: 0.078125vw solid rgba(0, 0, 0, 0.1);
  margin-top: 1.25vw;
  padding-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .company__content:first-of-type {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__content:first-of-type {
    padding-top: 8.5333333333vw;
  }
}
.company__content--top {
  padding-top: 2.5vw;
  border-top: 0.078125vw solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .company__content--top {
    padding-top: 8.5333333333vw;
  }
}
.company__content--map {
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .company__content--map {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.company__l {
  font-size: 1.25vw;
  font-weight: 700;
  width: 17.5vw;
  color: #000;
}
@media screen and (max-width: 800px) {
  .company__l {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__l {
    width: 19.2vw;
  }
}
@media screen and (max-width: 800px) {
  .company__l {
    width: 100%;
  }
}
.company__l--bank {
  display: flex;
  gap: 56px;
}
.company__r {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 800px) {
  .company__r {
    font-size: 3.7333333333vw;
  }
}
.company__r__rWrapper {
  display: flex;
  flex-direction: column;
}
.company__r--adress {
  margin-left: 5vw;
}
@media screen and (max-width: 800px) {
  .company__r--adress {
    margin-left: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__r--adress {
    margin-left: 0;
    margin-top: 8px;
  }
}
.company__r--link {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
  font-size: 1.25vw;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
@media screen and (max-width: 800px) {
  .company__r--link {
    font-size: 4.2666666667vw;
  }
}
.company__r--link:hover {
  text-decoration: none !important;
  transform: translateY(-2px);
}
.company__rrWrapper {
  display: flex;
  gap: 48px;
}
.company__rr {
  font-size: 1.25vw;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .company__rr {
    font-size: 3.7333333333vw;
  }
}
.company__chizu {
  display: flex;
}
@media screen and (max-width: 800px) {
  .company__chizu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.company__map {
  color: #fff;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .company__map {
    font-size: 4.2666666667vw;
  }
}
.company__mapLogo {
  width: 20px;
  height: 24px;
}
.company__mapLogoLink {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.625vw;
  margin-left: 5vw;
}
@media screen and (max-width: 800px) {
  .company__mapLogoLink {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__mapLogoLink {
    margin-left: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__mapLogoLink {
    margin-left: 0;
  }
}
.company__mapLink {
  font-size: 1.25vw;
  font-weight: 500;
  color: #336699;
  -webkit-text-decoration: underline solid #336699;
          text-decoration: underline solid #336699;
  padding-left: 8px;
}
@media screen and (max-width: 800px) {
  .company__mapLink {
    font-size: 3.7333333333vw;
  }
}
.company__philosophy {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  padding-top: 2.5vw;
  padding-bottom: 9.375vw;
}
@media screen and (max-width: 800px) {
  .company__philosophy {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__philosophy {
    padding-bottom: 32vw;
  }
}
.company__philosophyLink {
  font-size: 1.25vw;
  font-weight: 500;
  color: #336699;
  -webkit-text-decoration: underline solid #336699;
          text-decoration: underline solid #336699;
}
@media screen and (max-width: 800px) {
  .company__philosophyLink {
    font-size: 4.2666666667vw;
  }
}
.company__law {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  padding-top: 2.5vw;
  padding-bottom: 9.375vw;
}
@media screen and (max-width: 800px) {
  .company__law {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__law {
    padding-bottom: 32vw;
  }
}
.company__lawLink {
  font-size: 1.25vw;
  font-weight: 500;
  color: #336699;
  -webkit-text-decoration: underline solid #336699;
          text-decoration: underline solid #336699;
}
@media screen and (max-width: 800px) {
  .company__lawLink {
    font-size: 4.2666666667vw;
  }
}
.company__historyWrapper {
  display: flex;
  flex-direction: column;
}
.company__historyContent {
  display: flex;
  justify-content: space-between;
}
.company__historyContent:first-of-type {
  border-top: 0.078125vw solid rgba(0, 0, 0, 0.1);
  margin-top: 1.875vw;
  padding-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .company__historyContent:first-of-type {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .company__historyContent:first-of-type {
    padding-top: 8.5333333333vw;
  }
}
.company__historyDate {
  font-size: 1.25vw;
  width: 8.125vw;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  /* 32px */
}
@media screen and (max-width: 800px) {
  .company__historyDate {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__historyDate {
    width: 24.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__historyDate {
    margin-right: 0.625vw;
    color: #000;
    font-weight: 400;
    line-height: 2;
    /* 28px */
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__historyDate {
    margin-right: 2.1333333333vw;
  }
}
.company__history {
  font-size: 1.25vw;
  width: 70.46875vw;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  /* 32px */
}
@media screen and (max-width: 800px) {
  .company__history {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__history {
    width: 60.2666666667vw;
  }
}
.company__linkUnderline {
  font-size: 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  /* 32px */
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .company__linkUnderline {
    font-size: 3.7333333333vw;
  }
}
.company__supplyWrapper {
  margin-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .company__supplyWrapper {
    margin-top: 27.7333333333vw;
  }
}
.company__supplyContent {
  display: flex;
  flex-direction: column;
  padding-top: 2.8125vw;
  padding-bottom: 2.8125vw;
  border-top: 0.078125vw solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .company__supplyContent {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.company__supplyTitle {
  font-size: 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  /* 24px */
}
@media screen and (max-width: 800px) {
  .company__supplyTitle {
    font-size: 4.2666666667vw;
  }
}
.company__supplyText {
  font-size: 1.09375vw;
  margin-left: 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  /* 28px */
}
@media screen and (max-width: 800px) {
  .company__supplyText {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__supplyText {
    margin-left: 1.3333333333vw;
  }
}

.companyFv {
  margin-left: 10%;
  margin-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .companyFv {
    margin-top: 32vw;
  }
}
.companyFv__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42.890625vw;
}
@media screen and (max-width: 800px) {
  .companyFv__inner {
    height: 154.4vw;
  }
}
@media screen and (max-width: 800px) {
  .companyFv__inner {
    margin-top: 12.5vw;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .companyFv__inner {
    margin-top: 42.6666666667vw;
  }
}
.companyFv__left {
  width: 80%;
  height: 30.625vw;
  margin-right: -147px;
  z-index: 10;
  background-color: #F3F9FF;
  box-shadow: -16px 16px 40px 0px #d1e0ef;
}
@media screen and (max-width: 800px) {
  .companyFv__left {
    height: 104.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .companyFv__left {
    z-index: auto;
    position: static;
    width: auto;
    height: auto;
    box-shadow: none;
    margin-top: 3.125vw;
    margin-right: 0px;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .companyFv__left {
    margin-top: 10.6666666667vw;
  }
}
.companyFv__leftInner {
  width: 72%;
  margin: auto;
  margin-top: 5.625vw;
}
@media screen and (max-width: 800px) {
  .companyFv__leftInner {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .companyFv__leftInner {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }
}
.companyFv__fvImg {
  display: block;
  width: 100%;
}
.companyFv__right {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .companyFv__right {
    margin-top: 9.375vw;
    z-index: auto;
    position: static;
    display: block;
    width: 100%;
    box-shadow: none;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .companyFv__right {
    margin-top: 32vw;
  }
}
.companyFv__enTitle {
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .companyFv__enTitle {
    font-size: 4.2666666667vw;
  }
}
.companyFv__title {
  font-size: 3.125vw;
  font-weight: 700;
  letter-spacing: 4px;
}
@media screen and (max-width: 800px) {
  .companyFv__title {
    font-size: 8.5333333333vw;
  }
}
.companyFv__text {
  font-size: 1.25vw;
  padding-top: 1.25vw;
  line-height: 2;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .companyFv__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .companyFv__text {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .companyFv__text {
    padding-bottom: 10.6666666667vw;
  }
}
.companyFv__buttonWrapper {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .companyFv__buttonWrapper {
    justify-content: flex-end;
  }
}
.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: #001455;
    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%;
  }
}
.hamburger--black span {
  background-color: #001455;
}

@media screen and (max-width: 800px) {
  .header.scrolled {
    background-color: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 20, 85, 0.08);
    /* Add back the box shadow if necessary */
  }
}

.drawerNav {
  width: 80%;
  padding-top: 6.875vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  box-sizing: border-box;
  z-index: 11;
}
@media screen and (max-width: 800px) {
  .drawerNav {
    padding-top: 23.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .drawerNav {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
.drawerNav__item a {
  color: #000;
}
.drawerNav__link {
  font-size: 1.5625vw;
  color: #000;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .drawerNav__link {
    font-size: 5.3333333333vw;
  }
}
.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: -100vw;
  z-index: 11;
}

.blog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding-top: 12.5vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .blog {
    padding-top: 42.6666666667vw;
  }
}
.blog__inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 78.4375vw;
}
@media screen and (max-width: 800px) {
  .blog__inner {
    width: 80vw;
  }
}
.blog__title {
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .blog__title {
    font-size: 8.5333333333vw;
  }
}
.blog__card {
  display: flex;
  flex-direction: column;
  margin-top: 2.5vw;
  width: 25.078125vw;
}
@media screen and (max-width: 800px) {
  .blog__card {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .blog__card {
    width: 80vw;
  }
}
.blog__imgWrapper {
  width: 24.921875vw;
  position: relative;
  border: 2px solid white;
  border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .blog__imgWrapper {
    width: 80vw;
  }
}
.blog__imgWrapper::before {
  display: block;
  content: "";
  padding-top: 67.0846394984%;
}
.blog__imgWrapper > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__contentTitle {
  font-size: 1.25vw;
  font-weight: bold;
  margin-top: 2.5vw;
  color: #001455;
}
@media screen and (max-width: 800px) {
  .blog__contentTitle {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .blog__contentTitle {
    margin-top: 8.5333333333vw;
  }
}
.blog__content {
  font-size: 1.25vw;
  line-height: 2;
  margin-top: 0.625vw;
  color: #001455;
}
@media screen and (max-width: 800px) {
  .blog__content {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .blog__content {
    margin-top: 2.1333333333vw;
  }
}
.blog__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2.5vw;
  padding-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .blog__button {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .blog__button {
    padding-bottom: 8.5333333333vw;
  }
}
.blog__enter {
  width: 0.390625vw;
  height: 0.390625vw;
  background-color: #fff;
  border-radius: 999px;
  border: 12px solid #f78821;
}
@media screen and (max-width: 800px) {
  .blog__enter {
    width: 1.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .blog__enter {
    height: 1.3333333333vw;
  }
}
.blog__buttonText {
  font-size: 1.25vw;
  font-weight: bold;
  margin-left: 1.875vw;
  color: #001455;
}
@media screen and (max-width: 800px) {
  .blog__buttonText {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .blog__buttonText {
    margin-left: 6.4vw;
  }
}

.contactForm {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F3F9FF;
}
.contactForm__acceptance {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .contactForm__acceptance {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__acceptance {
    flex-direction: column;
  }
}
.contactForm__acceptance .wpcf7-list-item {
  margin: auto;
}
.contactForm__acceptance .wpcf7-list-item > label {
  display: flex;
  align-items: center;
}
.contactForm__privacyPolicy {
  font-size: 1.25vw;
  color: #ba3131;
  opacity: 0.6;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 24px */
}
@media screen and (max-width: 800px) {
  .contactForm__privacyPolicy {
    font-size: 4.2666666667vw;
  }
}
.contactForm__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.contactForm__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contactForm__item + .contactForm__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .contactForm__item + .contactForm__item {
    margin-top: 8.5333333333vw;
  }
}
.contactForm__itemTitle {
  font-size: 1.25vw;
  color: #353535;
  font-weight: 500;
  opacity: 0.6;
  line-height: 1.5;
  /* 24px */
}
@media screen and (max-width: 800px) {
  .contactForm__itemTitle {
    font-size: 4.2666666667vw;
  }
}
.contactForm__itemTitle span {
  padding-left: 0.625vw;
  font-size: 1.25vw;
  color: #ba3131;
  font-weight: 500;
  line-height: 1.5;
  /* 24px */
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .contactForm__itemTitle span {
    padding-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__itemTitle span {
    font-size: 4.2666666667vw;
  }
}
.contactForm__input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  margin-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 1.5;
  color: #353535;
  font-style: normal;
  font-weight: 500;
  background: #fff;
  opacity: 0.8;
  resize: none;
}
@media screen and (max-width: 800px) {
  .contactForm__input {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__input {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__input {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__input {
    font-size: 4.2666666667vw;
  }
}
.contactForm__select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  margin-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 1.5;
  background: #fff;
  font-style: normal;
  font-weight: 500;
  color: #585858;
  border-radius: 5px;
  border: 1px solid #2e2e31;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 800px) {
  .contactForm__select {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__select {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__select {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__select {
    font-size: 4.2666666667vw;
  }
}
.contactForm__select option {
  color: #2e2e31;
  background: #1a1a1a;
}
.contactForm__button {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .contactForm__button {
    padding-top: 14.9333333333vw;
  }
}
.contactForm__button :hover {
  color: #0063B3;
  background: #fff;
  border: 1px solid #0063B3;
  transition: all 0.25s ease;
}
.contactForm__privacy {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border: 1px solid rgba(53, 53, 53, 0.6);
}
.contactForm__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.4375vw;
  padding-left: 3.4375vw;
  padding-right: 3.4375vw;
  font-size: 1.09375vw;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: #0063B3;
  border: 1px solid #0063B3;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .contactForm__submit {
    height: 11.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__submit {
    padding-left: 11.7333333333vw;
    padding-right: 11.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__submit {
    font-size: 3.7333333333vw;
  }
}
.contactForm__submit :hover {
  color: #0063B3;
  background: #fff;
  border: 1px solid #fff;
}

.wpcf7-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7-list-item input {
  display: block;
  width: 24px;
  height: 24px;
}

.wpcf7-list-item-label {
  font-size: 1.25vw;
  color: var(--font, #353535);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 24px */
}
@media screen and (max-width: 800px) {
  .wpcf7-list-item-label {
    font-size: 4.2666666667vw;
  }
}
.wpcf7-list-item-label span {
  font-size: 1.25vw;
  padding-left: 0.625vw;
  color: #ba3131;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 24px */
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .wpcf7-list-item-label span {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .wpcf7-list-item-label span {
    padding-left: 2.1333333333vw;
  }
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wpcf7-form textarea {
  border: none;
  /* ボーダーを消す */
}

.wpcf7-spinner {
  display: none !important;
  visibility: hidden !important;
}

.wpcf7-not-valid-tip {
  padding-top: 0.625vw;
  font-size: 12px !important;
}
@media screen and (max-width: 800px) {
  .wpcf7-not-valid-tip {
    padding-top: 2.1333333333vw;
  }
}

.wpcf7-response-output {
  text-align: center;
  color: #dc3232;
  margin-top: 16px !important;
  font-size: 16px !important;
  border: none !important;
}

.member {
  background-color: #fff;
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .member {
    padding-top: 42.6666666667vw;
  }
}
.member__employee {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .member__employee {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .member__employee {
    flex-direction: column;
  }
}
.member__card {
  margin-top: 2.5vw;
  display: flex;
  flex-direction: column;
  width: 32.33%;
  box-sizing: border-box;
  margin-right: 1%;
  margin-bottom: 2%;
}
@media screen and (max-width: 800px) {
  .member__card {
    margin-top: 8.5333333333vw;
  }
}
.member__card:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .member__card {
    width: 100%;
    margin-right: 0;
  }
}
.member__imgWrapper {
  width: 23.4375vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .member__imgWrapper {
    width: 80vw;
  }
}
.member__imgWrapper::before {
  display: block;
  content: "";
  padding-top: 130%;
}
.member__imgWrapper > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member__post {
  font-size: 0.9375vw;
  color: #a8a8a8;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .member__post {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .member__post {
    margin-top: 6.4vw;
  }
}
.member__name {
  font-size: 1.875vw;
  color: #001455;
  font-weight: bold;
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .member__name {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .member__name {
    margin-top: 4.2666666667vw;
  }
}

.professor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .professor {
    margin-top: 42.6666666667vw;
  }
}
.professor__inner {
  width: 80%;
}
.professor__title {
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .professor__title {
    font-size: 8.5333333333vw;
  }
}
.professor__terms {
  display: flex;
  margin-top: 1.875vw;
  margin-right: 1.25vw;
}
@media screen and (max-width: 800px) {
  .professor__terms {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .professor__terms {
    margin-right: 4.2666666667vw;
  }
}
.professor__boder {
  display: flex;
}
.professor__termLink {
  text-align: center;
  width: 7.578125vw;
  font-size: 1.25vw;
  color: #f78821;
  border: 1px solid #f78821;
  border-radius: 5px;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .professor__termLink {
    width: 25.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .professor__termLink {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .professor__termLink {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.professor__cardBox {
  display: flex;
  flex-wrap: wrap;
}
.professor__card {
  margin-top: 3.125vw;
  width: 23.4375vw;
  margin-right: 4.375vw;
}
@media screen and (max-width: 800px) {
  .professor__card {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .professor__card {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .professor__card {
    margin-right: 14.9333333333vw;
  }
}
.professor__card:nth-child(3n) {
  margin-right: 0;
}
.professor__imgWrapper {
  width: 23.4375vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .professor__imgWrapper {
    width: 80vw;
  }
}
.professor__imgWrapper::before {
  display: block;
  content: "";
  padding-top: 130.6666666667%;
}
.professor__imgWrapper > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.professor__img {
  width: 100%;
  border-radius: 5px;
}
.professor__prefecture {
  font-size: 0.9375vw;
  color: #a8a8a8;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .professor__prefecture {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .professor__prefecture {
    margin-top: 6.4vw;
  }
}
.professor__name {
  font-size: 1.875vw;
  margin-top: 0.625vw;
  color: #001455;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .professor__name {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .professor__name {
    margin-top: 2.1333333333vw;
  }
}
.professor__text {
  font-size: 0.9375vw;
  margin-top: 0.625vw;
  color: #001455;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .professor__text {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .professor__text {
    margin-top: 2.1333333333vw;
  }
}

.blogLower {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .blogLower {
    padding-top: 42.6666666667vw;
  }
}
.blogLower__inner {
  width: 80%;
}
.blogLower__title {
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .blogLower__title {
    font-size: 6.4vw;
  }
}
.blogLower__titleText {
  font-size: 1.25vw;
  margin-top: 1.25vw;
  line-height: 2;
  width: 54.6875vw;
}
@media screen and (max-width: 800px) {
  .blogLower__titleText {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .blogLower__titleText {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .blogLower__titleText {
    width: 80vw;
  }
}
.blogLower__terms {
  display: flex;
  align-items: flex-start;
  margin-top: 3.125vw;
  margin-right: 1.25vw;
}
@media screen and (max-width: 800px) {
  .blogLower__terms {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .blogLower__terms {
    margin-right: 4.2666666667vw;
  }
}
.blogLower__boder {
  display: flex;
}
.blogLower__termLink {
  text-align: center;
  width: 7.578125vw;
  font-size: 1.25vw;
  color: #f78821;
  border: 1px solid #f78821;
  border-radius: 5px;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .blogLower__termLink {
    width: 25.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .blogLower__termLink {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .blogLower__termLink {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.blogLower__cardBox {
  display: flex;
  flex-wrap: wrap;
}
.blogLower__card {
  margin-right: 1.875vw;
}
@media screen and (max-width: 800px) {
  .blogLower__card {
    margin-right: 6.4vw;
  }
}
.blogLower__cardBox > div:nth-child(3n) .blog__card {
  margin-right: 0;
}

.blogSingle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .blogSingle {
    padding-top: 42.6666666667vw;
  }
}
.blogSingle__inner {
  width: 70%;
}
.blogSingle__title {
  font-size: 2.5vw;
}
@media screen and (max-width: 800px) {
  .blogSingle__title {
    font-size: 8.5333333333vw;
  }
}
.blogSingle__imgWrapper {
  width: 100%;
  position: relative;
}
.blogSingle__imgWrapper::before {
  display: block;
  content: "";
  padding-top: 46.015936255%;
}
.blogSingle__imgWrapper > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogSingle__img {
  width: 100%;
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .blogSingle__img {
    margin-top: 6.4vw;
  }
}
.blogSingle__content p {
  font-size: 1.25vw;
  margin-top: 5vw;
}
@media screen and (max-width: 800px) {
  .blogSingle__content p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .blogSingle__content p {
    margin-top: 8.5333333333vw;
  }
}

.access {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .access {
    padding-top: 10.6666666667vw;
  }
}
.access__inner {
  width: 80%;
  z-index: 2;
}
.access__title {
  font-size: 2.5vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .access__title {
    font-size: 8.5333333333vw;
  }
}
.access__text {
  font-size: 1.25vw;
  margin-top: 1.25vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .access__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .access__text {
    margin-top: 4.2666666667vw;
  }
}
.access__map {
  width: 100%;
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .access__map {
    margin-top: 8.5333333333vw;
  }
}
.access__viewbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .access__viewbutton {
    margin-top: 8.5333333333vw;
  }
}
.access__viewmore {
  background-color: #fcd475;
  text-align: center;
  width: 14.0625vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  font-size: 1.25vw;
  font-weight: bold;
  color: #001455;
  border-radius: 10px;
  transition: all 0.25s ease-in;
  border: 1px solid #fcd475;
}
@media screen and (max-width: 800px) {
  .access__viewmore {
    width: 48vw;
  }
}
@media screen and (max-width: 800px) {
  .access__viewmore {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .access__viewmore {
    font-size: 4.2666666667vw;
  }
}
.access__viewmore:hover {
  background-color: #fff;
  border: 1px solid #001455;
}

.sectionTitle {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #001455;
}
.sectionTitle__title {
  font-size: 1.25vw;
  margin-top: 9.375vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .sectionTitle__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .sectionTitle__title {
    margin-top: 32vw;
  }
}
.sectionTitle__subtitle {
  font-size: 3.125vw;
  margin-top: 0.625vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .sectionTitle__subtitle {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .sectionTitle__subtitle {
    margin-top: 0.8vw;
  }
}
.sectionTitle__border {
  width: 6.25vw;
  height: 4px;
  background-color: #001455;
  border-radius: 999px;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .sectionTitle__border {
    width: 11.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .sectionTitle__border {
    margin-top: 2.1333333333vw;
  }
}

.newsItem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsItem__article {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.newsItem__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.875vw;
  padding-right: 9.375vw;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
@media screen and (max-width: 800px) {
  .newsItem__link {
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__link {
    padding-right: 6.4vw;
  }
}
.newsItem__link:hover {
  opacity: 0.5;
}
.newsItem__info {
  display: flex;
  align-items: center;
}
.newsItem__info > * + * {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .newsItem__info > * + * {
    margin-left: 4.2666666667vw;
  }
}
.newsItem__date {
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  .newsItem__date {
    font-size: 4.2666666667vw;
  }
}
.newsItem__term {
  padding-left: 0.625vw;
  padding-right: 0.625vw;
  padding-top: 0.3125vw;
  padding-bottom: 0.3125vw;
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .newsItem__term {
    padding-left: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__term {
    padding-top: 1.0666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__term {
    font-size: 4.2666666667vw;
  }
}
.newsItem__title {
  padding-top: 0.625vw;
  font-size: 1.25vw;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 800px) {
  .newsItem__title {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__title {
    -webkit-line-clamp: 3;
    font-weight: 300;
  }
}

.newsCard {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsCard__article {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.newsCard__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.875vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  transition: all 0.5s ease;
}
@media screen and (max-width: 800px) {
  .newsCard__link {
    padding-bottom: 6.4vw;
  }
}
.newsCard__link img {
  transition: all ease 0.5s;
}
.newsCard__link:hover img {
  transform: scale(1.05);
}
.newsCard__link:hover .newsCard__title,
.newsCard__link:hover .newsCard__info {
  opacity: 0.5;
}
.newsCard__title {
  padding-top: 1.25vw;
  font-size: 1.25vw;
  color: #000;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  letter-spacing: 0.1em;
  line-height: 1.5;
  transition: all ease 0.5s;
}
@media screen and (max-width: 800px) {
  .newsCard__title {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsCard__title {
    font-size: 4.2666666667vw;
  }
}
.newsCard__imgWrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 0.5px solid rgba(0, 20, 85, 0.3);
  position: relative;
}
.newsCard__imgWrapper::before {
  display: block;
  content: "";
  padding-top: 56.3333333333%;
}
.newsCard__imgWrapper > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsCard__img {
  width: 100%;
  transition: all ease 0.5s;
}
.newsCard__info {
  display: flex;
  align-items: center;
  font-weight: 400;
  padding-top: 1.25vw;
  transition: all ease 0.5s;
}
@media screen and (max-width: 800px) {
  .newsCard__info {
    padding-top: 4.2666666667vw;
  }
}
.newsCard__info > * + * {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .newsCard__info > * + * {
    margin-left: 4.2666666667vw;
  }
}
.newsCard__date {
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .newsCard__date {
    font-size: 4.2666666667vw;
  }
}
.newsCard__term {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.3);
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .newsCard__term {
    font-size: 4.2666666667vw;
  }
}

.privacyPolicy {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  position: relative;
}
.privacyPolicy__inner {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-top: 6.25vw;
  padding-bottom: 12.5vw;
}
@media screen and (max-width: 800px) {
  .privacyPolicy__inner {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .privacyPolicy__inner {
    padding-bottom: 42.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .privacyPolicy__inner {
    width: 80%;
  }
}
.privacyPolicy__titleContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.privacyPolicy__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
}
.privacyPolicy__title--sub {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .privacyPolicy__title--sub {
    font-size: 4.2666666667vw;
  }
}
.privacyPolicy__title--main {
  font-size: 3.125vw;
}
@media screen and (max-width: 800px) {
  .privacyPolicy__title--main {
    font-size: 8.5333333333vw;
  }
}
.privacyPolicy__content {
  padding-top: 3.125vw;
  color: #000 !important;
}
@media screen and (max-width: 800px) {
  .privacyPolicy__content {
    padding-top: 6.4vw;
  }
}

.service__inner {
  margin-top: 9.375vw;
  width: 80%;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 800px) {
  .service__inner {
    margin-top: 32vw;
  }
}
@media screen and (max-width: 800px) {
  .service__inner {
    display: flex;
    flex-direction: column;
  }
}
.service__left {
  width: 31%;
  margin-right: 13.59375vw;
}
@media screen and (max-width: 800px) {
  .service__left {
    margin-right: 46.4vw;
  }
}
.service__img {
  width: 24.375vw;
  height: 25.3125vw;
}
@media screen and (max-width: 800px) {
  .service__img {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .service__img {
    height: 86.4vw;
  }
}
.service__titleEng {
  font-size: 1.875vw;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .service__titleEng {
    font-size: 6.4vw;
  }
}
.service__titleEng--big {
  font-size: 2.5vw;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .service__titleEng--big {
    font-size: 4.2666666667vw;
  }
}
.service__title {
  font-size: 2.5vw;
  color: #000;
  font-weight: 700;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 800px) {
  .service__title {
    font-size: 8.5333333333vw;
  }
}
.service__title--big {
  font-size: 3.75vw;
  color: #000;
  font-weight: 700;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 800px) {
  .service__title--big {
    font-size: 8.5333333333vw;
  }
}
.service__title--link {
  font-size: 2.5vw;
  color: #000;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .service__title--link {
    font-size: 4.2666666667vw;
  }
}
.service__title--underline {
  font-size: 2.5vw;
  color: #000;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .service__title--underline {
    font-size: 4.2666666667vw;
  }
}
.service__text {
  margin-top: 1.875vw;
  margin-bottom: 1.875vw;
  font-size: 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  /* 32px */
}
@media screen and (max-width: 800px) {
  .service__text {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .service__text {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .service__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .service__top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.service__first {
  margin-top: 5vw;
  margin-left: 10%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .service__first {
    margin-top: 25.6vw;
  }
}
@media screen and (max-width: 800px) {
  .service__first {
    margin-left: 0%;
  }
}
.service__second {
  margin-top: 6.25vw;
  margin-right: 10%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .service__second {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .service__second {
    margin-right: 0%;
  }
}
.service__imgWrapper {
  margin-top: 4.6875vw;
  width: 100%;
  height: 30.625vw;
}
@media screen and (max-width: 800px) {
  .service__imgWrapper {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .service__imgWrapper {
    height: 34.1333333333vw;
  }
}
.service__firstImg {
  width: 100%;
}
.service__textWrapper {
  margin-top: 3.125vw;
  margin-right: 10%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .service__textWrapper {
    margin-top: 10.6666666667vw;
  }
}
.service__textWrapper--2 {
  margin-top: 3.125vw;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .service__textWrapper--2 {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .service__textWrapper--2 {
    margin-top: 1.25vw;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) and (max-width: 800px) {
  .service__textWrapper--2 {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .service__textWrapper {
    margin-top: 1.25vw;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .service__textWrapper {
    margin-top: 4.2666666667vw;
  }
}
.service__subTitle {
  font-size: 2.5vw;
  color: #000;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .service__subTitle {
    font-size: 6.4vw;
  }
}
.service__textRightWrapper {
  width: 57%;
}
@media screen and (max-width: 800px) {
  .service__textRightWrapper {
    margin-top: 1.25vw;
    width: 100%;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .service__textRightWrapper {
    margin-top: 4.2666666667vw;
  }
}
.service__explain {
  font-size: 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  /* 32px */
}
@media screen and (max-width: 800px) {
  .service__explain {
    font-size: 4.2666666667vw;
  }
}
.service__buttonWrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 3.75vw;
}
@media screen and (max-width: 800px) {
  .service__buttonWrapper {
    margin-top: 12.8vw;
  }
}
.service__buttonWrapper--left {
  display: flex;
  justify-content: flex-start;
}
.service__button {
  width: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  font-size: 1.09375vw;
  color: #ba3131;
  border: 1px solid #ba3131;
  background-color: transparent;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .service__button {
    width: 34.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .service__button {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .service__button {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .service__button {
    font-size: 3.7333333333vw;
  }
}
.service__button:hover {
  color: #fff;
  background-color: #ba3131;
}

.imports__marginTop {
  margin-top: 3.75vw;
}
@media screen and (max-width: 800px) {
  .imports__marginTop {
    margin-top: 6.4vw;
  }
}
.imports__inner {
  position: relative;
  width: 80%;
  margin: auto;
}
.imports__imgWrapper {
  box-sizing: border-box;
  position: relative;
}
.imports__imgWrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 20px solid #ba3131;
  box-sizing: border-box;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.imports__imgWrapper:hover::before {
  opacity: 1;
}
.imports__fvImg {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .imports__fvImg {
    display: none;
  }
}
.imports__fvSpImg {
  display: none;
}
@media screen and (max-width: 800px) {
  .imports__fvSpImg {
    display: block;
    width: 100%;
  }
}
.imports__textWrapper {
  position: absolute;
  bottom: 29%;
  right: 10%;
}
@media screen and (max-width: 800px) {
  .imports__textWrapper {
    right: 5%;
    bottom: 15%;
    width: 20.703125vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .imports__textWrapper {
    width: 70.6666666667vw;
  }
}
.imports__fvTitle {
  font-size: 2.5vw;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 800px) {
  .imports__fvTitle {
    font-size: 6.4vw;
  }
}
.imports__fvSubTitle {
  font-size: 1.875vw;
  color: #fff;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .imports__fvSubTitle {
    font-size: 4.2666666667vw;
  }
}
.imports__fvText {
  margin-top: 1.25vw;
  font-size: 1.25vw;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  /* 24px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 800px) {
  .imports__fvText {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .imports__fvText {
    font-size: 3.7333333333vw;
  }
}
.imports__fvText2 {
  font-size: 1.25vw;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  /* 24px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 800px) {
  .imports__fvText2 {
    font-size: 3.7333333333vw;
  }
}

.environment__inner {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 9.375vw;
  height: 42.890625vw;
}
@media screen and (max-width: 800px) {
  .environment__inner {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__inner {
    height: 164.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__inner {
    flex-direction: column;
    justify-content: space-between;
  }
}
.environment__fvImg {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .environment__fvImg {
    width: 90%;
  }
}
.environment__fvSpImg {
  display: none;
}
@media screen and (max-width: 800px) {
  .environment__fvSpImg {
    display: block;
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }
}
.environment__right {
  width: 80%;
  height: 30.625vw;
  margin-left: -147px;
  margin-right: 10vw;
  z-index: 10;
  background-color: #F3F9FF;
  box-shadow: 16px 16px 40px 0px #d1e0ef;
}
@media screen and (max-width: 800px) {
  .environment__right {
    height: 104.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__right {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__right {
    width: 80%;
    margin-left: 0px;
    box-shadow: none;
  }
}
.environment__rightInner {
  width: 80%;
  margin: auto;
  margin-top: 5.625vw;
}
@media screen and (max-width: 800px) {
  .environment__rightInner {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__rightInner {
    width: 100%;
  }
}
.environment__left {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .environment__left {
    width: auto;
  }
}
.environment__buttonWrapper {
  display: flex;
  justify-content: flex-end;
}
.environment__top {
  height: 29.296875vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .environment__top {
    height: 53.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__top {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .environment__top {
    margin-top: 17.0666666667vw;
  }
}
.environment__topImg {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .environment__topImg {
    display: none;
  }
}
.environment__spImg {
  display: none;
}
@media screen and (max-width: 800px) {
  .environment__spImg {
    display: block;
    width: 100%;
  }
}
.environment__topText {
  position: absolute;
  top: 50%;
  /* 上端を親要素の上下の中央に設定 */
  left: 50%;
  /* 左端を親要素の左右の中央に設定 */
  transform: translate(-50%, -50%);
  font-size: 5vw;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .environment__topText {
    font-size: 6.4vw;
  }
}
.environment__singleInner {
  padding-top: 6.25vw;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .environment__singleInner {
    padding-top: 17.0666666667vw;
  }
}
.environment__subTitle {
  font-size: 1.875vw;
  color: #000;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .environment__subTitle {
    font-size: 6.4vw;
  }
}
.environment__title {
  font-size: 2.5vw;
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  /* 64px */
}
@media screen and (max-width: 800px) {
  .environment__title {
    font-size: 8.5333333333vw;
  }
}
.environment__imgWholeWrapper {
  margin-top: 1.875vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .environment__imgWholeWrapper {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__imgWholeWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
.environment__imgWrapper {
  width: 18.75vw;
  height: 14.0625vw;
}
@media screen and (max-width: 800px) {
  .environment__imgWrapper {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__imgWrapper {
    height: 60vw;
  }
}
.environment__companyLogo {
  width: 100%;
}
.environment__comment {
  margin-top: 3.125vw;
  font-size: 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 32px */
}
@media screen and (max-width: 800px) {
  .environment__comment {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__comment {
    font-size: 4.2666666667vw;
  }
}
.environment__text {
  font-size: 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  /* 32px */
}
@media screen and (max-width: 800px) {
  .environment__text {
    font-size: 4.2666666667vw;
  }
}
.environment__text:first-of-type {
  border-top: 0.078125vw solid rgba(0, 0, 0, 0.1);
  margin-top: 1.25vw;
  padding-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .environment__text:first-of-type {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__text:first-of-type {
    padding-top: 4.2666666667vw;
  }
}
.environment__text:last-of-type {
  border-bottom: 0.078125vw solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25vw;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .environment__text:last-of-type {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__text:last-of-type {
    padding-bottom: 4.2666666667vw;
  }
}
.environment__comment2 {
  font-size: 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .environment__comment2 {
    font-size: 4.2666666667vw;
  }
}
.environment__comment2--highlight {
  font-size: 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  /* 32px */
}
@media screen and (max-width: 800px) {
  .environment__comment2--highlight {
    font-size: 4.2666666667vw;
  }
}
.environment__comment3 {
  margin-top: 1.25vw;
  font-size: 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 24px */
}
@media screen and (max-width: 800px) {
  .environment__comment3 {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__comment3 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .environment__comment3 {
    display: none;
  }
}
.environment__comment3SP {
  display: none;
}
@media screen and (max-width: 800px) {
  .environment__comment3SP {
    display: block;
    white-space: nowrap;
    margin-top: 1.875vw;
    font-size: 1.25vw;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 24px */
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .environment__comment3SP {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .environment__comment3SP {
    font-size: 4.2666666667vw;
  }
}

.social__inner {
  padding-top: 6.25vw;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .social__inner {
    padding-top: 17.0666666667vw;
  }
}
.social__subTitle {
  font-size: 1.875vw;
  color: #000;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .social__subTitle {
    font-size: 6.4vw;
  }
}
.social__title {
  font-size: 2.5vw;
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  /* 64px */
}
@media screen and (max-width: 800px) {
  .social__title {
    font-size: 8.5333333333vw;
  }
}
.social__contentWrapper {
  display: flex;
  flex-direction: column;
}
.social__date {
  margin-top: 3.125vw;
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.3);
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .social__date {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .social__date {
    font-size: 4.2666666667vw;
  }
}
.social__textWrapper {
  display: flex;
  flex-direction: column;
}
.social__text {
  font-size: 1.25vw;
  padding-top: 0.625vw;
  padding-bottom: 1.875vw;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 24px */
}
@media screen and (max-width: 800px) {
  .social__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .social__text {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .social__text {
    padding-bottom: 6.4vw;
  }
}
.social__underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.social__imgWholeWrapper {
  display: flex;
}
@media screen and (max-width: 800px) {
  .social__imgWholeWrapper {
    display: flex;
    flex-direction: column;
  }
}
.social__imgWrapperHeight {
  height: 20.3125vw;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .social__imgWrapperHeight {
    height: 69.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .social__imgWrapperHeight {
    height: auto;
  }
}
.social__imgWrapper {
  display: flex;
  align-items: center;
  margin-top: 2.34375vw;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 800px) {
  .social__imgWrapper {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 800px) {
  .social__imgWrapper {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .social__imgWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.social__leftWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1.875vw;
}
@media screen and (max-width: 800px) {
  .social__leftWrapper {
    margin-right: 6.4vw;
  }
}
.social__rightWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.social__image1 {
  height: 20.234375vw;
}
@media screen and (max-width: 800px) {
  .social__image1 {
    height: 69.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .social__image1 {
    width: 23.4375vw;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .social__image1 {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .social__image1 {
    margin-bottom: 8vw;
  }
}
.social__image2 {
  height: 14.53125vw;
}
@media screen and (max-width: 800px) {
  .social__image2 {
    height: 49.6vw;
  }
}
.social__imgTextWrapper {
  display: flex;
}
.social__kazWrapper {
  margin-top: 6.25vw;
  margin-bottom: 3.75vw;
}
@media screen and (max-width: 800px) {
  .social__kazWrapper {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .social__kazWrapper {
    margin-bottom: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .social__kazTitle {
    width: 50%;
  }
}
.social__kazImgWrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 21px;
  grid-row-gap: 24px;
}
@media screen and (max-width: 800px) {
  .social__kazImgWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}
.social__kazImg {
  width: 11.71875vw;
  height: 11.71875vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .social__kazImg {
    width: 25.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .social__kazImg {
    height: 25.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .social__kazImg {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.goods {
  margin-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .goods {
    margin-top: 21.3333333333vw;
  }
}
.goods__inner {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .goods__inner {
    display: flex;
    flex-direction: column;
  }
}
.goods__title {
  margin-top: 3.75vw;
  font-size: 1.875vw;
  color: #000;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .goods__title {
    margin-top: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .goods__title {
    font-size: 5.3333333333vw;
  }
}
.goods__contents {
  margin-top: 3.125vw;
  display: flex;
}
@media screen and (max-width: 800px) {
  .goods__contents {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .goods__contents {
    display: flex;
    flex-direction: column;
  }
}
.goods__imgWrapper {
  width: 50%;
  margin-right: 1.875vw;
}
@media screen and (max-width: 800px) {
  .goods__imgWrapper {
    margin-right: 6.4vw;
  }
}
.goods__image {
  width: 39.0625vw;
}
@media screen and (max-width: 800px) {
  .goods__image {
    width: 80vw;
  }
}
.goods__textWrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .goods__textWrapper {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .goods__textWrapper {
    margin-top: 8.5333333333vw;
  }
}
.goods__text {
  font-size: 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .goods__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .goods__text {
    margin-bottom: 6.4vw;
  }
}
.goods__link {
  font-size: 1.25vw;
  color: #ba3131;
  font-style: normal;
  font-weight: 300;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media screen and (max-width: 800px) {
  .goods__link {
    font-size: 4.2666666667vw;
  }
}

.fvService {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fvService__inner {
  width: 34%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .fvService__inner {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .fvService__inner {
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .fvService__inner {
    width: 80%;
  }
}
.fvService__enTitle {
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .fvService__enTitle {
    font-size: 4.2666666667vw;
  }
}
.fvService__title {
  font-weight: 500;
  letter-spacing: 4.8px;
  font-size: 3.75vw;
}
@media screen and (max-width: 800px) {
  .fvService__title {
    font-size: 8.5333333333vw;
  }
}
.fvService__text {
  width: 100%;
  font-size: 1.25vw;
  text-align: center;
  padding-top: 1.25vw;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .fvService__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .fvService__text {
    padding-top: 4.2666666667vw;
  }
}
.fvService__span {
  display: block;
}
@media screen and (max-width: 800px) {
  .fvService__span {
    display: none;
  }
}
.fvService__spanSP {
  display: none;
}
@media screen and (max-width: 800px) {
  .fvService__spanSP {
    display: block;
  }
}

.fvAchieve {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/osc-top-achieve.jpg");
  background-size: cover;
}
.fvAchieve__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .fvAchieve__inner {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .fvAchieve__inner {
    padding-bottom: 21.3333333333vw;
  }
}
.fvAchieve__enTitle {
  font-size: 1.875vw;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .fvAchieve__enTitle {
    font-size: 4.2666666667vw;
  }
}
.fvAchieve__title {
  font-size: 3.125vw;
  color: #fff;
  letter-spacing: 9.6px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .fvAchieve__title {
    font-size: 8.5333333333vw;
  }
}
.fvAchieve__link {
  font-size: 1.25vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  margin-top: 2.5vw;
  text-align: center;
  color: #0063b3;
  border: 1px solid #0063B3;
  background: #fff;
  transition: all 0.25s ease;
}
@media screen and (max-width: 800px) {
  .fvAchieve__link {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .fvAchieve__link {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .fvAchieve__link {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .fvAchieve__link {
    margin-top: 10.6666666667vw;
  }
}
.fvAchieve__link:hover {
  background-color: #0063B3;
  color: #fff;
}

.philosophy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F3F9FF;
}
.philosophy__top {
  position: relative;
}
@media screen and (max-width: 800px) {
  .philosophy__top {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .philosophy__top {
    margin-top: 17.0666666667vw;
  }
}
.philosophy__topImg {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .philosophy__topImg {
    display: none;
  }
}
.philosophy__topImgSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .philosophy__topImgSp {
    display: block;
    width: 100%;
    height: 200px;
  }
}
.philosophy__topTitle {
  position: absolute;
  top: 50%;
  /* 上端を親要素の上下の中央に設定 */
  left: 50%;
  /* 左端を親要素の左右の中央に設定 */
  transform: translate(-50%, -50%);
}
.philosophy__topText {
  font-size: 3.75vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 9.6px;
}
@media screen and (max-width: 800px) {
  .philosophy__topText {
    font-size: 8.5333333333vw;
  }
}
.philosophy__topEnText {
  font-size: 1.875vw;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .philosophy__topEnText {
    font-size: 4.2666666667vw;
  }
}
.philosophy__content {
  width: 80%;
}
.philosophy__explanation {
  width: 100%;
  padding-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .philosophy__explanation {
    padding-top: 21.3333333333vw;
  }
}
.philosophy__explanationText {
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 64px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .philosophy__explanationText {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .philosophy__explanationText {
    line-height: 40px;
  }
}
.philosophy__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .philosophy__title {
    padding-top: 21.3333333333vw;
  }
}
.philosophy__titleText {
  font-size: 3.75vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .philosophy__titleText {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .philosophy__titleText {
    font-weight: 500;
  }
}
.philosophy__titleEnText {
  font-size: 1.875vw;
  line-height: 31.2px;
}
@media screen and (max-width: 800px) {
  .philosophy__titleEnText {
    font-size: 4.2666666667vw;
  }
}
.philosophy__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .philosophy__items {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .philosophy__items {
    flex-direction: column;
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .philosophy__items {
    margin-bottom: 32vw;
  }
}
.philosophy__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.philosophy__itemCircle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 17.578125vw;
  height: 17.578125vw;
  box-sizing: border-box;
  box-shadow: -4px -4px 8px 0px #ffffff;
  box-shadow: 4px 4px 8px 0px #00000040;
}
@media screen and (max-width: 800px) {
  .philosophy__itemCircle {
    width: 60vw;
  }
}
@media screen and (max-width: 800px) {
  .philosophy__itemCircle {
    height: 60vw;
  }
}
@media screen and (max-width: 800px) {
  .philosophy__itemCircle {
    margin-top: 40px;
  }
}
.philosophy__itemCircle--green {
  border: 8px solid #61c3d5;
}
.philosophy__itemCircle--blue {
  border: 8px solid #61a4d4;
}
.philosophy__itemCircle--purple {
  border: 8px solid #8c95c7;
}
.philosophy__itemName {
  font-size: 2.5vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .philosophy__itemName {
    font-size: 8.5333333333vw;
  }
}
.philosophy__itemEnName {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .philosophy__itemEnName {
    font-size: 4.2666666667vw;
  }
}
.philosophy__itemText {
  font-size: 1.875vw;
  font-weight: 500;
  padding-top: 1.875vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .philosophy__itemText {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .philosophy__itemText {
    padding-top: 6.4vw;
  }
}

.achieve {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F3F9FF;
  /* ページトップ */
  /* テーブル（共通） */
  /* テーブル（システムの紹介） */
  /* テーブル（技術の紹介） */
}
.achieve__top {
  position: relative;
}
@media screen and (max-width: 800px) {
  .achieve__top {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .achieve__top {
    margin-top: 17.0666666667vw;
  }
}
.achieve__topImg {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .achieve__topImg {
    display: none;
  }
}
.achieve__topImgSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .achieve__topImgSp {
    display: block;
    width: 100%;
  }
}
.achieve__topTitle {
  position: absolute;
  top: 50%;
  /* 上端を親要素の上下の中央に設定 */
  left: 50%;
  /* 左端を親要素の左右の中央に設定 */
  transform: translate(-50%, -50%);
}
.achieve__topText {
  font-size: 3.75vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 9.6px;
}
@media screen and (max-width: 800px) {
  .achieve__topText {
    font-size: 8.5333333333vw;
  }
}
.achieve__topEnText {
  font-size: 1.875vw;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .achieve__topEnText {
    font-size: 4.2666666667vw;
  }
}
.achieve__inner {
  width: 80%;
}
.achieve__tableTitle {
  margin-top: 9.375vw;
  font-size: 1.875vw;
  font-weight: 700;
}
.achieve__tableTitle--1 {
  margin-top: 6.25vw;
  font-size: 1.875vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .achieve__tableTitle--1 {
    margin-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__tableTitle--1 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__tableTitle {
    margin-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__tableTitle {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__tableTitle {
    white-space: nowrap;
  }
}
@media screen and (max-width: 800px) {
  .achieve__tableWrapper {
    overflow-x: auto;
  }
}
.achieve__sysTable {
  width: 100%;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .achieve__sysTable {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__sysTable {
    width: 1000px;
  }
}
.achieve__sysTable thead {
  width: 100%;
}
.achieve__sysTable tbody {
  width: 100%;
}
.achieve__sysTableRow > * {
  border-left: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
}
.achieve__sysTableHead {
  min-width: 8.75vw;
  font-size: 1.25vw;
  font-weight: 700;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 1.25vw;
  vertical-align: middle;
  text-align: left;
  background: #dbeaf7;
}
@media screen and (max-width: 800px) {
  .achieve__sysTableHead {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__sysTableHead {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__sysTableHead {
    padding-left: 2.1333333333vw;
  }
}
.achieve__sysTableHead:nth-child(1) {
  width: 9%;
}
.achieve__sysTableHead:nth-child(2) {
  width: 13%;
}
.achieve__sysTableHead:nth-child(3) {
  width: 25%;
}
.achieve__sysTableHead:nth-child(4) {
  width: 53%;
}
.achieve__sysTableData {
  font-size: 1.25vw;
  font-weight: 500;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 1.25vw;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .achieve__sysTableData {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__sysTableData {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__sysTableData {
    padding-left: 2.1333333333vw;
  }
}
.achieve__techTable {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .achieve__techTable {
    padding-top: 4.2666666667vw;
  }
}
.achieve__techTable thead {
  width: 100%;
}
.achieve__techTable tbody {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .achieve__techTable {
    width: 1000px;
  }
}
.achieve__techTableRow {
  display: flex;
  width: 100%;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
}
.achieve__techTableHead {
  width: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 6.875vw;
  padding-left: 1.25vw;
  font-size: 1.25vw;
  font-weight: 500;
  background: #dbeaf7;
  border-right: 1px solid #0000001a;
}
@media screen and (max-width: 800px) {
  .achieve__techTableHead {
    height: 13.6vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__techTableHead {
    padding-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__techTableHead {
    font-size: 3.2vw;
  }
}
.achieve__techTableData {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .achieve__techTableData {
    padding-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__techTableData {
    font-size: 3.2vw;
  }
}
.achieve__techLink {
  display: flex;
  justify-content: flex-end;
}
.achieve__techLinkTxt {
  margin-top: 2.5vw;
  font-size: 1.25vw;
  font-weight: 400;
  color: #336699;
  -webkit-text-decoration: underline solid #336699;
          text-decoration: underline solid #336699;
}
@media screen and (max-width: 800px) {
  .achieve__techLinkTxt {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__techLinkTxt {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .achieve__techLinkTxt {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .achieve__techLinkTxt {
    margin-bottom: 32vw;
  }
}
.achieve__adjustFw {
  font-weight: 500 !important;
}

.achieveList {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F3F9FF;
  /* ページトップ */
  /* テーブル（共通） */
  /* テーブル（システムの紹介） */
}
.achieveList__top {
  position: relative;
}
@media screen and (max-width: 800px) {
  .achieveList__top {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .achieveList__top {
    margin-top: 17.0666666667vw;
  }
}
.achieveList__topImg {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .achieveList__topImg {
    display: none;
  }
}
.achieveList__topImgSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .achieveList__topImgSp {
    display: block;
    width: 100%;
  }
}
.achieveList__topTitle {
  position: absolute;
  top: 50%;
  /* 上端を親要素の上下の中央に設定 */
  left: 50%;
  /* 左端を親要素の左右の中央に設定 */
  transform: translate(-50%, -50%);
}
.achieveList__topText {
  font-size: 3.75vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .achieveList__topText {
    font-size: 8.5333333333vw;
  }
}
.achieveList__topEnText {
  font-size: 1.875vw;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .achieveList__topEnText {
    font-size: 4.2666666667vw;
  }
}
.achieveList__inner {
  width: 80%;
}
@media screen and (max-width: 800px) {
  .achieveList__inner {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .achieveList__inner {
    margin-bottom: 32vw;
  }
}
.achieveList__tableWrapper {
  margin-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .achieveList__tableWrapper {
    margin-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achieveList__tableWrapper {
    overflow-x: auto;
  }
}
.achieveList__tableTitle {
  font-size: 1.875vw;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .achieveList__tableTitle {
    font-size: 4.2666666667vw;
  }
}
.achieveList__techTable {
  width: 100%;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .achieveList__techTable {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achieveList__techTable {
    width: 1000px;
  }
}
.achieveList__techTable thead {
  width: 100%;
}
.achieveList__techTable tbody {
  width: 100%;
}
.achieveList__techTableRow > * + * {
  border-left: 1px solid #0000001a;
}
.achieveList__techTableHead {
  min-width: 112;
  font-size: 1.25vw;
  font-weight: 700;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 1.25vw;
  vertical-align: middle;
  text-align: left;
  background: #dbeaf7;
  border-bottom: 1px solid #0000001a;
}
@media screen and (max-width: 800px) {
  .achieveList__techTableHead {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .achieveList__techTableHead {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achieveList__techTableHead {
    padding-left: 2.1333333333vw;
  }
}
.achieveList__techTableData {
  font-size: 1.25vw;
  font-weight: 500;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 1.25vw;
  vertical-align: middle;
  border-left: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
}
@media screen and (max-width: 800px) {
  .achieveList__techTableData {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .achieveList__techTableData {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .achieveList__techTableData {
    padding-left: 2.1333333333vw;
  }
}
.achieveList__techTableData span {
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .achieveList__techTableData span {
    font-size: 3.2vw;
  }
}
.achieveList__adjustFw {
  font-weight: 500;
}

.qualification {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F3F9FF;
  /* ページトップ */
  /* テーブル */
}
.qualification__top {
  position: relative;
}
@media screen and (max-width: 800px) {
  .qualification__top {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .qualification__top {
    margin-top: 17.0666666667vw;
  }
}
.qualification__topImg {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .qualification__topImg {
    display: none;
  }
}
.qualification__topImgSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .qualification__topImgSp {
    display: block;
    width: 100%;
  }
}
.qualification__topTitle {
  width: 100%;
  position: absolute;
  top: 50%;
  /* 上端を親要素の上下の中央に設定 */
  left: 50%;
  /* 左端を親要素の左右の中央に設定 */
  transform: translate(-50%, -50%);
}
.qualification__topText {
  font-size: 3.75vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .qualification__topText {
    font-size: 8.5333333333vw;
  }
}
.qualification__topEnText {
  font-size: 1.875vw;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .qualification__topEnText {
    font-size: 4.2666666667vw;
  }
}
.qualification__inner {
  width: 80%;
}
@media screen and (max-width: 800px) {
  .qualification__inner {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .qualification__inner {
    margin-bottom: 32vw;
  }
}
.qualification__tableWrapper {
  margin-top: 9.375vw;
}
.qualification__tableWrapper--1 {
  margin-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .qualification__tableWrapper--1 {
    margin-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .qualification__tableWrapper--1 {
    overflow-x: auto;
  }
}
@media screen and (max-width: 800px) {
  .qualification__tableWrapper {
    margin-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .qualification__tableWrapper {
    overflow-x: auto;
  }
}
.qualification__tableTitle {
  font-size: 1.875vw;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .qualification__tableTitle {
    font-size: 6.4vw;
  }
}
.qualification__qualTable {
  width: 1000px;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .qualification__qualTable {
    margin-top: 6.4vw;
  }
}
.qualification__qualTable thead {
  width: 100%;
}
.qualification__qualTable tbody {
  width: 100%;
}
.qualification__qualTableRow > * + * {
  border-left: 1px solid #0000001a;
}
.qualification__qualTableHead {
  font-size: 1.25vw;
  font-weight: 500;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 1.875vw;
  vertical-align: middle;
  text-align: left;
  background: #dbeaf7;
  border-bottom: 1px solid #0000001a;
}
@media screen and (max-width: 800px) {
  .qualification__qualTableHead {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .qualification__qualTableHead {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .qualification__qualTableHead {
    padding-left: 6.4vw;
  }
}
.qualification__qualTableHead:nth-child(1) {
  width: 40%;
}
.qualification__qualTableHead:nth-child(2) {
  width: 20%;
}
.qualification__qualTableHead:nth-child(3) {
  width: 40%;
}
.qualification__qualTableData {
  font-size: 1.25vw;
  font-weight: 500;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 1.875vw;
  vertical-align: middle;
  border-left: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
}
@media screen and (max-width: 800px) {
  .qualification__qualTableData {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .qualification__qualTableData {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .qualification__qualTableData {
    padding-left: 6.4vw;
  }
}
.qualification__adjustFw {
  font-weight: 700;
}

.interview {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F3F9FF;
  /* ページトップ */
  /* グリッド */
}
.interview__top {
  position: relative;
}
@media screen and (max-width: 800px) {
  .interview__top {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .interview__top {
    margin-top: 17.0666666667vw;
  }
}
.interview__topImg {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .interview__topImg {
    display: none;
  }
}
.interview__topImgSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .interview__topImgSp {
    display: block;
    width: 100%;
  }
}
.interview__topTitle {
  width: 100%;
  position: absolute;
  top: 50%;
  /* 上端を親要素の上下の中央に設定 */
  left: 50%;
  /* 左端を親要素の左右の中央に設定 */
  transform: translate(-50%, -50%);
}
.interview__topText {
  font-size: 3.75vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .interview__topText {
    font-size: 8.5333333333vw;
  }
}
.interview__topEnText {
  font-size: 1.875vw;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .interview__topEnText {
    font-size: 4.2666666667vw;
  }
}
.interview__parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3.125vw;
  grid-row-gap: 3.125vw;
  width: 80%;
  padding-top: 6.25vw;
  padding-bottom: 9.375vw;
}
@media screen and (max-width: 800px) {
  .interview__parent {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .interview__parent {
    padding-bottom: 32vw;
  }
}
@media screen and (max-width: 800px) {
  .interview__parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column-gap: 10.6666666667vw;
    grid-row-gap: 10.6666666667vw;
  }
}
.interview__child {
  width: 100%;
}
.interview__imgWrapper {
  width: 30%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.interview__childImg {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview__childTitle {
  font-size: 1.25vw;
  font-weight: 700;
  padding-top: 0.625vw;
  color: #000;
}
@media screen and (max-width: 800px) {
  .interview__childTitle {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .interview__childTitle {
    padding-top: 2.1333333333vw;
  }
}
.interview__childTitle::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 0.625vw;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 800px) {
  .interview__childTitle::after {
    padding-bottom: 2.1333333333vw;
  }
}
.interview__childLabel {
  padding-top: 0.625vw;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 800px) {
  .interview__childLabel {
    padding-top: 2.1333333333vw;
  }
}
.interview__childLabelPosition {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .interview__childLabelPosition {
    font-size: 4.2666666667vw;
  }
}
.interview__childLabelHistory {
  float: right;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .interview__childLabelHistory {
    font-size: 4.2666666667vw;
  }
}

.interviewSingle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #F3F9FF;
}
@media screen and (max-width: 800px) {
  .interviewSingle {
    background-color: #F3F9FF;
  }
}
.interviewSingle__content {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .interviewSingle__content {
    display: flex;
    width: auto;
    flex-direction: column;
  }
}
.interviewSingle__imgWrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 9%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .interviewSingle__imgWrapper {
    position: static;
    height: 15.625vw;
    margin-top: 128px;
    text-align: left;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .interviewSingle__imgWrapper {
    height: 53.3333333333vw;
  }
}
.interviewSingle__imgWrapper img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.interviewSingle__main {
  background-color: #F3F9FF;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 50%;
  box-sizing: border-box;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .interviewSingle__main {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .interviewSingle__main {
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .interviewSingle__main {
    width: 80%;
    margin: auto;
    margin-top: 60px;
  }
}
.interviewSingle__titleWrapper {
  margin-top: 8.125vw;
}
@media screen and (max-width: 800px) {
  .interviewSingle__titleWrapper {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .interviewSingle__titleWrapper {
    border: none;
    display: flex;
    margin-top: 3.125vw;
    top: 4.1%;
    left: 50%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .interviewSingle__titleWrapper {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .interviewSingle__titleWrapper:after {
    display: none;
  }
}
.interviewSingle__title {
  font-size: 1.875vw;
  margin-bottom: 4.375vw;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .interviewSingle__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .interviewSingle__title {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .interviewSingle__title {
    color: #000;
    text-align: center;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
  }
}
.interviewSingle__background {
  width: 100%;
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .interviewSingle__background {
    margin-top: 10.6666666667vw;
  }
}
.interviewSingle__background > * + * {
  margin-top: 3.90625vw;
}
@media screen and (max-width: 800px) {
  .interviewSingle__background > * + * {
    margin-top: 13.3333333333vw;
  }
}
.interviewSingle__background li {
  width: 100%;
}
.interviewSingle__background p {
  width: 100%;
}
.interviewSingle__descriptionWrapper {
  display: flex;
  flex-direction: column;
}
.interviewSingle__descriptionTitle {
  color: #000;
  font-size: 1.25vw;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .interviewSingle__descriptionTitle {
    font-size: 4.2666666667vw;
  }
}
.interviewSingle__question {
  position: relative;
  color: #000;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: anywhere;
  box-sizing: border-box;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .interviewSingle__question {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .interviewSingle__question {
    padding-bottom: 4.2666666667vw;
  }
}
.interviewSingle__question::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
}
.interviewSingle__answer {
  color: #000;
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 2;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: anywhere;
  box-sizing: border-box;
  padding-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .interviewSingle__answer {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .interviewSingle__answer {
    padding-top: 4.2666666667vw;
  }
}

.js-entertainmentImgPc {
  display: none;
}
@media screen and (max-width: 800px) {
  .js-entertainmentImgPc {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .js-entertainmentImgSp {
    display: none;
  }
}

.frontPage {
  width: 100%;
  background: #F3F9FF;
  /* ページ上部 */
  /* システム開発 */
  /* 開発実績 */
  /* 会社概要 */
  /* 採用情報 */
  /* 共通 */
}
.frontPage__containerTop {
  position: relative;
}
.frontPage__topImg {
  width: 100%;
  height: 55.9375vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .frontPage__topImg {
    height: 190.9333333333vw;
  }
}
.frontPage__topTitle {
  position: absolute;
  left: 38%;
  bottom: 15%;
  font-weight: 700;
  font-size: 3.125vw;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .frontPage__topTitle {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .frontPage__topTitle {
    font-weight: 500;
  }
}
.frontPage__topEnTitle {
  position: absolute;
  left: 30%;
  bottom: 10%;
  font-weight: 400;
  font-size: 1.5625vw;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  .frontPage__topEnTitle {
    font-size: 3.2vw;
  }
}
.frontPage__containerComment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}
.frontPage__achieveImg {
  width: 100%;
  height: 29.21875vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .frontPage__achieveImg {
    height: 99.7333333333vw;
  }
}
.frontPage__containerCompany {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.frontPage__companyImg {
  height: 42.890625vw;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .frontPage__companyImg {
    height: 146.4vw;
  }
}
.frontPage__recruitCompany {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.frontPage__recruitImg {
  width: 60%;
  height: 42.890625vw;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .frontPage__recruitImg {
    height: 146.4vw;
  }
}
.frontPage__enTitle {
  font-weight: 400;
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .frontPage__enTitle {
    font-size: 6.4vw;
  }
}
.frontPage__title {
  font-weight: 500;
  font-size: 3.75vw;
}
@media screen and (max-width: 800px) {
  .frontPage__title {
    font-size: 12.8vw;
  }
}
.frontPage__txt {
  font-weight: 400;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .frontPage__txt {
    font-size: 4.2666666667vw;
  }
}
.frontPage __link {
  font-weight: 500;
  font-size: 1.25vw;
  color: #0063b3;
}
@media screen and (max-width: 800px) {
  .frontPage __link {
    font-size: 4.2666666667vw;
  }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--left .drawer-nav {
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

.drawer--right .drawer-nav {
  right: -16.25rem;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px 0.75rem 30px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translateZ(0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.drawer-dropdown.open .drawer-caret {
  transform: rotate(180deg);
}

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}