@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;
}
.blogBody {
  font-size: medium;
  width: 100%;
  /* children of the <head> element all have display:none */
  /* generic block-level elements */
  /* heading elements */
  /* tables */
  /* for tables without table section elements (can happen with XHTML or dynamically created tables) */
  /* lists */
  /* form elements */
  /* Form controls don't go vertical. */
  /* TODO(crbug.com/880258): Use different styles for
  `-internal-autofill-previewed` and `-internal-autofill-selected`. */
  /* meter */
  /* progress */
  /* inline elements */
  /* states */
  /* HTML5 ruby elements */
  /* other elements */
  /* TODO(foolip): In the Fullscreen spec, there's a ::backdrop block with the
  properties shared with :fullscreen::backdrop (see fullscreen.css). */
  /* page */
  /* Allows thead sections to print at the top of each page. */
}
.blogBody html,
.blogBody body,
.blogBody div,
.blogBody span,
.blogBody applet,
.blogBody object,
.blogBody iframe,
.blogBody h1,
.blogBody h2,
.blogBody h3,
.blogBody h4,
.blogBody h5,
.blogBody h6,
.blogBody p,
.blogBody blockquote,
.blogBody pre,
.blogBody a,
.blogBody button,
.blogBody abbr,
.blogBody acronym,
.blogBody address,
.blogBody big,
.blogBody cite,
.blogBody code,
.blogBody del,
.blogBody dfn,
.blogBody em,
.blogBody img,
.blogBody ins,
.blogBody kbd,
.blogBody q,
.blogBody s,
.blogBody samp,
.blogBody small,
.blogBody strike,
.blogBody strong,
.blogBody sub,
.blogBody sup,
.blogBody tt,
.blogBody var,
.blogBody b,
.blogBody u,
.blogBody i,
.blogBody center,
.blogBody dl,
.blogBody dt,
.blogBody dd,
.blogBody ol,
.blogBody ul,
.blogBody li,
.blogBody fieldset,
.blogBody form,
.blogBody label,
.blogBody legend,
.blogBody table,
.blogBody caption,
.blogBody tbody,
.blogBody tfoot,
.blogBody thead,
.blogBody tr,
.blogBody th,
.blogBody td,
.blogBody article,
.blogBody aside,
.blogBody canvas,
.blogBody details,
.blogBody embed,
.blogBody figure,
.blogBody figcaption,
.blogBody footer,
.blogBody header,
.blogBody hgroup,
.blogBody menu,
.blogBody nav,
.blogBody output,
.blogBody ruby,
.blogBody section,
.blogBody summary,
.blogBody time,
.blogBody mark,
.blogBody audio,
.blogBody video {
  font-size: medium;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.blogBody html {
  display: block;
}
.blogBody head {
  display: none;
}
.blogBody meta {
  display: none;
}
.blogBody title {
  display: none;
}
.blogBody link {
  display: none;
}
.blogBody style {
  display: none;
}
.blogBody script {
  display: none;
}
.blogBody body {
  display: block;
  margin: 8px;
}
.blogBody body:-webkit-full-page-media {
  background-color: 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;
}
.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 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;
}
.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: 2.3em;
  -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.6em;
  }
}
.blogBody h3 {
  display: block;
  font-size: 1.17em;
  -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;
  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;
}
.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);
  border: 1px solid;
  -moz-column-count: initial !important;
       column-count: initial !important;
  -webkit-rtl-ordering: logical;
  flex-direction: column;
  resize: auto;
  cursor: text;
  padding: 2px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.blogBody ::-webkit-input-placeholder {
  -webkit-text-security: none;
  color: #757575;
  direction: inherit !important;
  pointer-events: none !important;
  text-orientation: inherit !important;
  writing-mode: inherit !important;
}
.blogBody input::-webkit-input-placeholder {
  text-overflow: inherit;
  line-height: initial;
  white-space: pre;
  word-wrap: normal;
  overflow: hidden;
  -webkit-user-modify: read-only !important;
}
.blogBody input::-internal-input-suggested {
  text-overflow: inherit;
  white-space: nowrap;
  overflow: hidden;
}
.blogBody input::-internal-input-suggested,
.blogBody textarea::-internal-input-suggested {
  font: -webkit-small-control !important;
  /* Prevent that overflow affects the scrollable area. Without this,
  LayoutBox::*Scroll{Height,Width}() may determine the scroll width/height
  from the scrollable area instead of from the overrides in
  LayoutTextControl{Single,Multi}Line::Scroll{Height,Width}(). */
  overflow: hidden !important;
  overflow-anchor: none;
}
.blogBody input[type=password i] {
  -webkit-text-security: disc !important;
}
.blogBody input[type=password i]::-internal-input-suggested {
  -webkit-text-security: disc !important;
}
.blogBody input[type=hidden i],
.blogBody input[type=image i],
.blogBody input[type=file i] {
  -webkit-appearance: initial;
  /* AutoAppearanceFor() should match to this. */
  padding: initial;
  background-color: initial;
  border: initial;
  cursor: default;
}
.blogBody input[type=file i] {
  align-items: baseline;
  color: inherit;
  overflow: hidden !important;
  text-align: start !important;
  text-overflow: ellipsis;
  white-space: pre;
}
.blogBody input[type=image i] {
  cursor: pointer;
}
.blogBody input:-internal-autofill-previewed,
.blogBody textarea:-internal-autofill-previewed,
.blogBody select:-internal-autofill-previewed {
  -webkit-appearance: menulist-button;
  background-color: #e8f0fe !important;
  background-image: none !important;
  color: -internal-light-dark(black, white) !important;
}
.blogBody input:-internal-autofill-selected,
.blogBody textarea:-internal-autofill-selected,
.blogBody select:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
  background-color: #e8f0fe !important;
  background-image: none !important;
  color: -internal-light-dark(black, white) !important;
}
.blogBody input[type=radio i],
.blogBody input[type=checkbox i] {
  margin: 3px 0.5ex;
  padding: initial;
  background-color: initial;
  border: initial;
  cursor: default;
}
.blogBody input[type=button i],
.blogBody input[type=submit i],
.blogBody input[type=reset i] {
  -internal-empty-line-height: fabricated;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  white-space: pre;
}
.blogBody input[type=file i]::-webkit-file-upload-button {
  -webkit-appearance: auto;
          appearance: auto;
  -webkit-user-modify: read-only !important;
  white-space: nowrap;
  margin: 0;
  -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: 2em;
          margin-block-end: 2em;
}
.blogBody .wp-block-column > h1,
.blogBody .wp-block-column > h2,
.blogBody .wp-block-column > h3,
.blogBody .wp-block-column > h4,
.blogBody .wp-block-column > h5,
.blogBody .wp-block-column > h6 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #ffdc00;
  font-family: "ZenMaruGothic-Light";
  -webkit-font-smoothing: antialiased;
  /* または subpixel-antialiased */
}

.color\:black {
  color: #1b1b1b;
}

.header--scrolled {
  background-color: #ffdc00;
  transition: background-color 0.3s ease;
}

.drawer-nav {
  display: none;
  /* 初期状態ではメニューを非表示に */
  /* その他のスタイル定義 */
}

.drawer-nav.is-active {
  display: block;
  /* アクティブクラスが追加されたときに表示 */
  /* 表示アニメーションなどの追加スタイル */
}

.header {
  position: fixed;
  top: 0%;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header__name {
  font-size: 1.09375vw;
  color: #1b1b1b;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .header__name {
    font-size: 3.7333333333vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 80%;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .header__inner {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__inner {
    align-items: center;
  }
}
.header__inner--XXX {
  align-items: center;
}
.header__logotop {
  display: flex;
  width: 10.625vw;
  height: 3.125vw;
}
@media screen and (max-width: 800px) {
  .header__logotop {
    width: 36.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__logotop {
    height: 10.6666666667vw;
  }
}
.header__left {
  width: 3.515625vw;
  height: 3.515625vw;
  margin-right: 0.625vw;
}
@media screen and (max-width: 800px) {
  .header__left {
    width: 12vw;
  }
}
@media screen and (max-width: 800px) {
  .header__left {
    height: 12vw;
  }
}
@media screen and (max-width: 800px) {
  .header__left {
    margin-right: 2.1333333333vw;
  }
}
.header__logoText {
  font-family: "ZenMaruGothic";
  width: 12.890625vw;
  height: 1.875vw;
}
@media screen and (max-width: 800px) {
  .header__logoText {
    width: 44vw;
  }
}
@media screen and (max-width: 800px) {
  .header__logoText {
    height: 6.4vw;
  }
}
.header__right {
  display: flex;
}
.header__nav {
  right: 10%;
  display: flex;
  gap: 2.5vw;
  text-align: right;
}
@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;
  }
}
.header__navtext {
  font-size: 1.25vw;
  color: #1b1b1b;
  font-family: "ZenMaruGothic";
}
@media screen and (max-width: 800px) {
  .header__navtext {
    font-size: 4.2666666667vw;
  }
}
.header__navtext--color {
  color: #1b1b1b;
}
.header__navtext--contact {
  color: #f4f2ed;
  background-color: #1b1b1b;
  padding-top: 0.390625vw;
  padding-bottom: 0.390625vw;
  padding-left: 2.1875vw;
  padding-right: 2.1875vw;
  border-radius: 99px;
  border: 1px solid #1b1b1b;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .header__navtext--contact {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .header__navtext--contact {
    padding-left: 7.4666666667vw;
    padding-right: 7.4666666667vw;
  }
}
.header__navtext--contact:hover {
  color: #1b1b1b;
  background-color: #f8f3e9;
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5vw;
  align-items: center;
  position: relative;
  background-color: #f8f3e9;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .about {
    padding-top: 12.8vw;
  }
}
.about__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: overlay;
}
.about__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .about__inner {
    width: 80%;
  }
}
.about__top {
  left: 0;
  width: 86.71875vw;
  height: 56.40625vw;
  margin-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .about__top {
    width: 296vw;
  }
}
@media screen and (max-width: 800px) {
  .about__top {
    height: 192.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .about__top {
    margin-top: 21.3333333333vw;
  }
}
.about__subtitle {
  font-size: 1.09375vw;
}
@media screen and (max-width: 800px) {
  .about__subtitle {
    font-size: 3.7333333333vw;
  }
}
.about__title {
  font-family: "ZenMaruGothic";
  font-size: 2.5vw;
  margin-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .about__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .about__title {
    margin-top: 2.1333333333vw;
  }
}
.about__text {
  font-size: 1.25vw;
  text-align: center;
  line-height: 2.5;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .about__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__text {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__text {
    display: none;
  }
}
.about__textSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .about__textSp {
    display: flex;
    font-size: 1.171875vw;
    text-align: center;
    line-height: 2;
    margin-top: 1.875vw;
    padding-bottom: 11.71875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .about__textSp {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .about__textSp {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .about__textSp {
    padding-bottom: 40vw;
  }
}
.about__left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21.25vw;
  height: 21.328125vw;
  margin-left: 3.59375vw;
}
@media screen and (max-width: 800px) {
  .about__left {
    width: 37.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__left {
    height: 37.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__left {
    margin-left: 0vw;
  }
}
.about__right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10.3125vw;
  height: 26.015625vw;
  margin-right: 8.125vw;
}
@media screen and (max-width: 800px) {
  .about__right {
    width: 18.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .about__right {
    height: 45.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__right {
    margin-right: 6.4vw;
  }
}

.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: #67b5b7;
  border-radius: 0.390625vw;
  border: 0.15625vw solid #67b5b7;
}
@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: #67b5b7;
  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: #67b5b7;
}
@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(#67b5b7, 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 #67b5b7;
  color: #67b5b7;
}
@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: #67b5b7;
    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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f4f2ed;
  padding-top: 7.5vw;
}
@media screen and (max-width: 800px) {
  .footer {
    padding-top: 17.0666666667vw;
  }
}
.footer__name {
  font-size: 1.25vw;
  color: #1b1b1b;
}
@media screen and (max-width: 800px) {
  .footer__name {
    font-size: 4.2666666667vw;
  }
}
.footer__inner {
  width: 78.4375vw;
  padding-top: 12.5vw;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .footer__inner {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__inner {
    padding-top: 21.3333333333vw;
  }
}
.footer__left {
  width: 17%;
}
@media screen and (max-width: 800px) {
  .footer__left {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer__left {
    margin-bottom: 10.6666666667vw;
  }
}
.footer__title {
  font-size: 1.875vw;
  color: #1b1b1b;
  padding-left: 0.625vw;
}
@media screen and (max-width: 800px) {
  .footer__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__title {
    padding-left: 2.1333333333vw;
  }
}
.footer__text {
  font-size: 1.25vw;
  margin-top: 0.625vw;
  line-height: 2;
  color: #1b1b1b;
}
@media screen and (max-width: 800px) {
  .footer__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__text {
    margin-top: 2.1333333333vw;
  }
}
.footer__num {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.footer__tel {
  color: #1b1b1b;
  font-size: 1.875vw;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 800px) {
  .footer__tel {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__tel {
    margin-bottom: 2.1333333333vw;
  }
}
.footer__number {
  color: #1b1b1b;
  font-size: 4.375vw;
  font-family: "Manrope-Bold";
}
@media screen and (max-width: 800px) {
  .footer__number {
    font-size: 9.3333333333vw;
  }
}
.footer__number a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.footer__viewbutton {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .footer__viewbutton {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .footer__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footer__sns {
    align-items: flex-start;
    flex-direction: column;
  }
}
.footer__instagram {
  width: 8.515625vw;
  height: 2.1875vw;
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footer__instagram {
    width: 29.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__instagram {
    height: 7.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__instagram {
    margin-top: 4.2666666667vw;
  }
}
.footer__youtube {
  width: 7.65625vw;
  height: 1.5625vw;
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footer__youtube {
    width: 26.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__youtube {
    height: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__youtube {
    margin-top: 4.2666666667vw;
  }
}
.footer__viewmore {
  font-size: 1.25vw;
  display: inline-block;
  width: 11.09375vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  color: #f4f2ed;
  background-color: black;
  border: 0.078125vw solid #1b1b1b;
  border-radius: 10px;
  text-align: center;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .footer__viewmore {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__viewmore {
    width: 37.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__viewmore {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.footer__viewmore:hover {
  color: #1b1b1b;
  background-color: #f4f2ed;
}
@media screen and (max-width: 800px) {
  .footer__viewmore {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer__viewmore {
    margin-top: 4.2666666667vw;
  }
}
.footer__line {
  display: block;
  margin-top: 1.25vw;
  width: 100%;
  height: 3.75vw;
  background-color: #00c300;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .footer__line {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__line {
    height: 12.8vw;
  }
}
.footer__regal {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  color: white;
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .footer__regal {
    font-size: 4.2666666667vw;
  }
}
.footer__white {
  display: block;
  position: relative;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background-color: white;
  width: 9.765625vw;
  height: 2.421875vw;
  border-radius: 5px;
  transition: width 0.2s ease;
}
@media screen and (max-width: 800px) {
  .footer__white {
    width: 24vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__white {
    height: 8.2666666667vw;
  }
}
.footer .footer__line:hover .footer__white {
  width: 90%;
  height: 2.578125vw;
}
@media screen and (max-width: 800px) {
  .footer .footer__line:hover .footer__white {
    height: 8.8vw;
  }
}
.footer__whiteText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.09375vw;
  color: black;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .footer__whiteText {
    font-size: 2.6666666667vw;
  }
}
.footer .footerunder {
  background-color: #ffdc00;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 800px) {
  .footer .footerunder {
    width: 100vw;
  }
}
.footer .footerunder__back {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
}
.footer .footerunder__background {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__background {
    display: none;
  }
}
.footer .footerunder__backgroundSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__backgroundSp {
    display: flex;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.footer .footerunder__inner {
  width: 80%;
  width: 78.4375vw;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__inner {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__inner {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__inner {
    flex-direction: column;
  }
}
.footer .footerunder__left {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .footerunder___logotop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 13.75vw;
  height: 3.75vw;
}
@media screen and (max-width: 800px) {
  .footer .footerunder___logotop {
    width: 34.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder___logotop {
    height: 9.6vw;
  }
}
.footer .footerunder__corporateName {
  white-space: nowrap;
  color: #1a1a19;
  font-size: 2.5vw;
  font-style: normal;
  font-family: "ZenMaruGothic";
  line-height: 1.5;
  /* 48px */
}
@media screen and (max-width: 800px) {
  .footer .footerunder__corporateName {
    font-size: 6.4vw;
  }
}
.footer .footerunder__logoWrapper {
  margin-top: 2.734375vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__logoWrapper {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__logoWrapper {
    display: flex;
  }
}
.footer .footerunder__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125vw;
  height: 3.125vw;
  margin-right: 1.875vw;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__logo {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__logo {
    height: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__logo {
    margin-right: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__logo--Instagram {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__logo--Instagram {
    margin-right: 0vw;
  }
}
.footer .footerunder__right {
  display: flex;
  flex-direction: column;
}
.footer .footerunder__top {
  display: flex;
  width: 59.140625vw;
  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) {
  .footer .footerunder__top {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__top {
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__top {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__top {
    flex-direction: column;
    border-bottom: 0;
    margin-bottom: 6.25vw;
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__top {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__top {
    padding-bottom: 0vw;
  }
}
.footer .footerunder__sitemap {
  width: 24.765625vw;
  margin-right: 7.5vw;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__sitemap {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__sitemap {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__sitemap {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__sitemap {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__sitemap {
    inline-size: 2;
  }
}
.footer .footerunder__title {
  font-size: 1.09375vw;
  color: #1a1a19;
  opacity: 0.6;
  font-style: normal;
  font-family: "ZenMaruGothic";
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  margin-bottom: 1.25vw;
  margin-top: 1.25vw;
  border-bottom: 0.078125vw solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .footer .footerunder__title {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__title {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__title {
    margin-top: 6.4vw;
  }
}
.footer .footerunder__adress {
  width: 27.109375vw;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__adress {
    width: 80vw;
  }
}
.footer .footerunder__contactWrapper {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__contactWrapper {
    display: none;
  }
}
.footer .footerunder__contactWrapperSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__contactWrapperSp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer .footerunder__contact {
  font-family: "ZenMaruGothic";
  font-size: 1.25vw;
  display: flex;
  color: #f4f2ed;
  background-color: #1b1b1b;
  padding-top: 1.015625vw;
  padding-bottom: 1.015625vw;
  padding-left: 1.71875vw;
  padding-right: 1.71875vw;
  border-radius: 99px;
  border: 1px solid #1b1b1b;
  transition: all 0.25s ease-in;
  width: 10.15625vw;
  padding-top: 0.78125vw;
  padding-left: 1.40625vw;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__contact {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__contact {
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__contact {
    padding-left: 5.8666666667vw;
    padding-right: 5.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__contact {
    width: 34.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__contact {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__contact {
    padding-left: 4.8vw;
  }
}
.footer .footerunder__contact:hover {
  color: #1b1b1b;
  background-color: #f4f2ed;
}
.footer .footerunder__contactSp {
  font-family: "ZenMaruGothic";
  display: none;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__contactSp {
    font-size: 1.25vw;
    display: flex;
    color: #f4f2ed;
    background-color: #1b1b1b;
    padding-top: 1.015625vw;
    padding-bottom: 1.015625vw;
    padding-left: 1.71875vw;
    padding-right: 1.71875vw;
    border-radius: 99px;
    border: 1px solid #1b1b1b;
    transition: all 0.25s ease-in;
    width: 10.15625vw;
    padding-top: 0.78125vw;
    padding-left: 1.40625vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__contactSp {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__contactSp {
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__contactSp {
    padding-left: 5.8666666667vw;
    padding-right: 5.8666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__contactSp {
    width: 34.6666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__contactSp {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__contactSp {
    padding-left: 4.8vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__contactSp {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__contactSp:hover {
    color: #1b1b1b;
    background-color: #f4f2ed;
  }
}
.footer .footerunder__company {
  font-size: 0.9375vw;
  color: #76680f;
  opacity: 0.6;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 18px */
  padding-bottom: 1.25vw;
  margin-bottom: 1.25vw;
  margin-top: 3.28125vw;
  border-bottom: 0.078125vw solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .footer .footerunder__company {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__company {
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__company {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__company {
    margin-top: 11.2vw;
  }
}
.footer .footerunder__text {
  color: #000000;
  font-family: "ZenMaruGothic";
  font-size: 1.09375vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__text {
    font-size: 3.7333333333vw;
  }
}
.footer .footerunder__list {
  display: flex;
}
.footer .footerunder__l {
  display: flex;
  flex-direction: column;
  gap: 0.9375vw;
  margin-right: 5.15625vw;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__l {
    margin-right: 17.6vw;
  }
}
.footer .footerunder__r {
  display: flex;
  flex-direction: column;
  gap: 0.9375vw;
}
.footer .footerunder__page {
  font-family: "ZenMaruGothic";
  color: #1a1a19;
  font-size: 1.09375vw;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__page {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__page {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__page {
    margin-top: 2.1333333333vw;
  }
}
.footer .footerunder__policy {
  display: flex;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__policy {
    margin-bottom: 4.2666666667vw;
  }
}
.footer .footerunder__policytext {
  font-family: "ZenMaruGothic";
  font-size: 0.9375vw;
  color: #1b1b1b;
  margin-right: 3.75vw;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__policytext {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__policytext {
    margin-right: 6.4vw;
  }
}
.footer .footerunder__p {
  display: flex;
  font-family: "ZenMaruGothic";
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__p {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footerunder__b {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__b {
    margin-left: auto;
  }
}
.footer .footerunder__c {
  font-family: "ZenMaruGothic";
  font-size: 0.9375vw;
  color: #1b1b1b;
  line-height: 1.5;
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__c {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__c {
    margin-bottom: 2.5vw;
    text-align: center;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer .footerunder__c {
    margin-bottom: 2.1333333333vw;
  }
}
.footer .footerunder__backTop {
  color: #1b1b1b;
  font-family: "ZenMaruGothic";
  font-size: 0.9375vw;
  margin-right: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__backTop {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__backTop {
    margin-right: 4.2666666667vw;
  }
}
.footer .footerunder__button {
  position: relative;
  width: 2.8125vw;
  height: 2.8125vw;
  background-color: #1b1b1b;
  border: 0.078125vw solid #1b1b1b;
  border-radius: 78.046875vw;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__button {
    width: 9.6vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .footerunder__button {
    height: 9.6vw;
  }
}
.footer .footerunder__button .footerunder__topimg path {
  stroke: #f4f2ed;
}
.footer .footerunder__button:hover {
  color: #1b1b1b;
  background-color: #f4f2ed;
}
.footer .footerunder__button:hover .footerunder__topimg path {
  stroke: #1b1b1b;
}
.footer .footerunder__topimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625vw;
}
@media screen and (max-width: 800px) {
  .footer .footerunder__topimg {
    width: 2.1333333333vw;
  }
}

.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;
}
.card__imgWrapper {
  aspect-ratio: 3/2;
  width: 100%;
  position: relative;
}
.card__img {
  width: 23.4375vw;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .card__img {
    width: 80vw;
  }
}
.card__contents {
  width: 100%;
  background-color: white;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 1.640625vw;
  padding-bottom: 1.171875vw;
  margin-bottom: 3.90625vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .card__contents {
    padding-top: 5.6vw;
  }
}
@media screen and (max-width: 800px) {
  .card__contents {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .card__contents {
    margin-bottom: 13.3333333333vw;
  }
}
.card__text {
  width: 90%;
  display: flex;
}
.card__mes {
  font-size: 1.25vw;
  margin-bottom: 1.953125vw;
}
@media screen and (max-width: 800px) {
  .card__mes {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .card__mes {
    margin-bottom: 6.6666666667vw;
  }
}
.card__company {
  font-size: 0.9375vw;
  color: #767676;
  padding-bottom: 0.625vw;
  margin-bottom: 0.625vw;
  border-bottom: 0.078125vw solid #767676;
}
@media screen and (max-width: 800px) {
  .card__company {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .card__company {
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .card__company {
    margin-bottom: 2.1333333333vw;
  }
}
.card__industries {
  font-size: 0.9375vw;
  color: #767676;
  margin-bottom: 0.390625vw;
}
@media screen and (max-width: 800px) {
  .card__industries {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .card__industries {
    margin-bottom: 1.3333333333vw;
  }
}
.card__employeeNumber {
  font-size: 0.9375vw;
  color: #767676;
}
@media screen and (max-width: 800px) {
  .card__employeeNumber {
    font-size: 3.2vw;
  }
}
.card__text {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.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: #67b5b7;
  border: 0.15625vw solid #67b5b7;
}
@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: #67b5b7;
  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;
  }
}

.service {
  display: flex;
  justify-content: center;
  background-color: #f4f2ed;
  overflow: hidden;
  padding-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .service {
    padding-top: 21.3333333333vw;
  }
}
.service__inner {
  display: flex;
  flex-direction: column;
  width: 78.4375vw;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .service__inner {
    width: 80vw;
  }
}
.service__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .service__block {
    margin-top: 32vw;
  }
}
.service__block:first-of-type {
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .service__block:first-of-type {
    margin-top: 0vw;
  }
}
.service__block--price {
  position: relative;
}
@media screen and (max-width: 800px) {
  .service__block {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 800px) {
  .service__block--reverse {
    flex-direction: column;
  }
}
.service__right {
  position: relative;
  width: 35.15625vw;
  height: 23.828125vw;
  background-color: white;
  border-radius: 15px;
}
@media screen and (max-width: 800px) {
  .service__right {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .service__right {
    height: 54.4vw;
  }
}
@media screen and (max-width: 800px) {
  .service__right {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .service__right {
    margin-bottom: 6.4vw;
  }
}
.service__img {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 32.1875vw;
  height: 20.9375vw;
}
@media screen and (max-width: 800px) {
  .service__img {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .service__img {
    height: 51.7333333333vw;
  }
}
.service__img--foreigner {
  left: 15%;
  width: 24.375vw;
  height: 19.375vw;
}
@media screen and (max-width: 800px) {
  .service__img--foreigner {
    width: 55.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .service__img--foreigner {
    height: 44.2666666667vw;
  }
}
.service__img--online {
  left: 20%;
  width: 21.40625vw;
  height: 21.953125vw;
}
@media screen and (max-width: 800px) {
  .service__img--online {
    width: 47.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .service__img--online {
    height: 48.5333333333vw;
  }
}
.service__img--cun {
  left: 8%;
  width: 30.390625vw;
  height: 21.171875vw;
}
@media screen and (max-width: 800px) {
  .service__img--cun {
    width: 65.6vw;
  }
}
@media screen and (max-width: 800px) {
  .service__img--cun {
    height: 45.6vw;
  }
}
.service__content {
  display: flex;
  flex-direction: column;
  width: 35.15625vw;
}
@media screen and (max-width: 800px) {
  .service__content {
    width: 80vw;
  }
}
.service__title {
  color: #1b1b1b;
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .service__title {
    font-size: 6.4vw;
  }
}
.service__text {
  color: #1b1b1b;
  font-size: 1.25vw;
  margin-top: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .service__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .service__text {
    margin-top: 4.2666666667vw;
  }
}
.service__viewbutton {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .service__viewbutton {
    margin-top: 4.2666666667vw;
  }
}
.service__viewmore {
  display: inline-block;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  width: 9.53125vw;
  font-weight: bold;
  color: #1b1b1b;
  background-color: #fcd475;
  border-radius: 3.90625vw;
  font-size: 1.25vw;
  border-radius: 10px;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .service__viewmore {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .service__viewmore {
    width: 32.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .service__viewmore {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .service__viewmore {
    border-radius: 10px;
  }
}
.service__viewmore:hover {
  color: #f4f2ed;
  background-color: #1b1b1b;
}

.pagenation {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1b1b1b;
}
.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: #1b1b1b;
  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: #1b1b1b;
  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: #f4f2ed;
  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 #f4f2ed;
  border-radius: 78.046875vw;
  color: #f4f2ed;
  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: #f4f2ed;
  color: #f4f2ed;
}
.pagenation__pages ul li span.current {
  background: #1b1b1b;
  color: #f4f2ed;
}
.pagenation__pages ul li span.current:hover {
  background-color: #1b1b1b;
  color: #f4f2ed;
}
.pagenation__pages ul li:hover .arrow-path {
  stroke: #f4f2ed;
}
.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: #f4f2ed;
  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: #f4f2ed;
  background-color: #f78821;
}

.news {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f2ed;
}
@media screen and (max-width: 800px) {
  .news {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.news__inner {
  display: flex;
  justify-content: space-between;
  width: 78.4375vw;
  margin-top: 6.25vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .news__inner {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .news__inner {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .news__inner {
    flex-direction: column;
  }
}
.news__titleBox {
  display: flex;
  flex-direction: column;
}
.news__title {
  font-size: 1.875vw;
  color: #1b1b1b;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .news__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .news__title {
    margin-bottom: 3.125vw;
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .news__title {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .news__title {
    margin-top: 21.3333333333vw;
  }
}
.news__titleLine {
  width: 5.78125vw;
  height: 0.625vw;
  margin-bottom: 1.875vw;
  background: linear-gradient(90deg, #ffba27 0%, rgba(255, 187, 41, 0) 80.73%);
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .news__titleLine {
    width: 19.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .news__titleLine {
    height: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .news__titleLine {
    margin-bottom: 6.4vw;
  }
}
.news__right {
  display: flex;
  flex-direction: column;
  width: 63.59375vw;
}
@media screen and (max-width: 800px) {
  .news__right {
    width: 80vw;
  }
}
.news__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .news__content {
    margin-bottom: 6.4vw;
  }
}
.news__content:last-of-type {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 800px) {
  .news__content:last-of-type {
    margin-bottom: 10.6666666667vw;
  }
}
.news__link {
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease-in;
}
.news__link:hover {
  opacity: 0.5;
}
.news__sub {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 800px) {
  .news__sub {
    margin-bottom: 2.1333333333vw;
  }
}
.news__date {
  font-size: 1.25vw;
  margin-right: 1.25vw;
  color: #1b1b1b;
  opacity: 30%;
}
@media screen and (max-width: 800px) {
  .news__date {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .news__date {
    margin-right: 4.2666666667vw;
  }
}
.news__column {
  font-size: 1.25vw;
  color: #1b1b1b;
  opacity: 30%;
}
@media screen and (max-width: 800px) {
  .news__column {
    font-size: 4.2666666667vw;
  }
}
.news__text {
  font-size: 1.25vw;
  padding-bottom: 2.5vw;
  font-weight: bold;
  color: #1b1b1b;
  border-bottom: 0.078125vw solid rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .news__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .news__text {
    padding-bottom: 8.5333333333vw;
  }
}
.news__viewbutton {
  text-align: right;
}
.news__viewmore {
  display: inline-block;
  font-size: 1.25vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  width: 11.09375vw;
  font-weight: bold;
  color: #1b1b1b;
  border: 0.078125vw solid black;
  border-radius: 10px;
  text-align: center;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .news__viewmore {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .news__viewmore {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .news__viewmore {
    width: 37.8666666667vw;
  }
}
.news__viewmore:hover {
  color: #f4f2ed;
  background-color: #1b1b1b;
}

.newsUnder {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f2ed;
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .newsUnder {
    padding-top: 42.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.newsUnder__inner {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 78.4375vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__inner {
    width: 80vw;
  }
}
.newsUnder__title {
  font-size: 5vw;
  color: #1b1b1b;
  font-weight: bold;
  padding-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__title {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsUnder__title {
    padding-left: 4.2666666667vw;
  }
}
.newsUnder__titleBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 29.6875vw;
  margin-bottom: 3.75vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__titleBox {
    padding-left: 17.0666666667vw;
  }
}
@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-bottom: 4.375vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__terms {
    margin-bottom: 14.9333333333vw;
  }
}
.newsUnder__term {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #1b1b1b;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.newsUnder__term.selected {
  background: #1b1b1b;
}
.newsUnder__term.selected a {
  color: #f4f2ed;
}
.newsUnder__term:hover {
  background: #1b1b1b;
}
.newsUnder__term:hover a {
  color: #f4f2ed;
}
.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;
  color: #1b1b1b;
  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;
  border: 0.078125vw solid rgba(255, 255, 255, 0.3);
  border-radius: 78.046875vw;
  text-align: center;
  color: #1b1b1b;
  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__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: #1b1b1b;
  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: #1b1b1b;
  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 {
  position: relative;
  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;
  border: 0.078125vw solid #1b1b1b;
  border-radius: 78.046875vw;
  color: #1b1b1b;
  cursor: pointer;
  transition: all 0.25s ease-in;
}
@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-color: #1b1b1b;
  color: #f4f2ed;
}
.newsUnder__pages ul li span.current {
  background: #1b1b1b;
  color: #f4f2ed;
}
.newsUnder__pages ul li:hover .arrow-path {
  stroke: #f4f2ed;
}
.newsUnder__pagenation {
  display: flex;
  gap: 1.25vw;
  align-items: center;
  justify-content: center;
}
.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__pages {
  position: relative;
  margin-top: 6.25vw;
  gap: 1.25vw;
}
@media screen and (max-width: 800px) {
  .newsUnder__pages {
    margin-top: 21.3333333333vw;
  }
}
.newsUnder__num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25vw;
  color: #f4f2ed;
}
@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-color: #f4f2ed;
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .contact {
    padding-top: 42.6666666667vw;
  }
}
.contact__inner {
  display: flex;
  flex-direction: column;
  width: 65.625vw;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .contact__inner {
    width: 80vw;
  }
}
.contact__top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .contact__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact__title {
  font-size: 1.875vw;
  margin-right: 3.75vw;
  padding-left: 0.625vw;
  color: #1b1b1b;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .contact__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__title {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__title {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__title {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .contact__title {
    margin-bottom: 2.1333333333vw;
  }
}
.contact__titleLine {
  width: 5.78125vw;
  height: 0.625vw;
  background: linear-gradient(90deg, #ffba27 0%, rgba(255, 187, 41, 0) 80.73%);
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .contact__titleLine {
    width: 19.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__titleLine {
    height: 2.1333333333vw;
  }
}
.contact__titleText {
  font-size: 1.25vw;
  color: #353535;
}
@media screen and (max-width: 800px) {
  .contact__titleText {
    font-size: 4.2666666667vw;
  }
}
.contact__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .contact__col {
    margin-top: 8.5333333333vw;
  }
}
.contact__col textarea {
  resize: none;
}
.contact__col--a {
  align-items: flex-start;
  margin-bottom: 0vw;
}
@media screen and (max-width: 800px) {
  .contact__col--a {
    margin-bottom: 0vw;
  }
}
.contact__col--contents {
  align-items: flex-start;
}
.contact__col--center {
  align-items: center;
}
@media screen and (max-width: 800px) {
  .contact__col {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact__set {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
}
@media screen and (max-width: 800px) {
  .contact__set {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .contact__set {
    margin-bottom: 2.1333333333vw;
  }
}
.contact__name {
  font-size: 1.25vw;
  color: #353535;
}
@media screen and (max-width: 800px) {
  .contact__name {
    font-size: 4.2666666667vw;
  }
}
.contact__required {
  font-size: 1.25vw;
  color: red;
}
@media screen and (max-width: 800px) {
  .contact__required {
    font-size: 4.2666666667vw;
  }
}
.contact__content {
  position: relative;
  width: 61.40625vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  margin-top: 1.25vw;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
}
@media screen and (max-width: 800px) {
  .contact__content {
    width: 71.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__content {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__content {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__content {
    margin-top: 4.2666666667vw;
  }
}
.contact__content--a {
  height: 16.953125vw;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .contact__content--a {
    height: 57.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__content--a {
    margin-bottom: 21.3333333333vw;
  }
}
.contact__text {
  position: absolute;
  top: 39%;
  left: 1%;
  font-size: 0.625vw;
  opacity: 50%;
}
@media screen and (max-width: 800px) {
  .contact__text {
    font-size: 2.1333333333vw;
  }
}
.contact__text--a {
  top: 3%;
}
.contact__innerText {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .contact__innerText {
    margin-left: 4.2666666667vw;
  }
}
.contact__viewbutton {
  align-items: center;
  text-align: center;
  margin-top: 6.25vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .contact__viewbutton {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__viewbutton {
    margin-bottom: 6.4vw;
  }
}
.contact__viewmore {
  display: inline-block;
  width: 11.25vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  color: #1b1b1b;
  border-radius: 10px;
  text-align: center;
  background-color: #f4f2ed !important;
  font-weight: bold;
  border: none !important;
  font-size: 1.25vw;
  transition: all 0.25s ease-in;
  cursor: pointer;
  border: 1px solid #1b1b1b !important;
}
@media screen and (max-width: 800px) {
  .contact__viewmore {
    width: 48vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__viewmore {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__viewmore {
    font-size: 4.2666666667vw;
  }
}
.contact__viewmore:hover {
  color: #f4f2ed;
  background-color: #1b1b1b !important;
}
.contact__time {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  .contact__time {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact__hour {
  font-size: 1.25vw;
  margin-right: 2.5vw;
}
@media screen and (max-width: 800px) {
  .contact__hour {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__hour {
    margin-right: 8.5333333333vw;
  }
}

.wpcf7-form-control-wrap {
  margin-right: 0.625vw;
}
@media screen and (max-width: 800px) {
  .wpcf7-form-control-wrap {
    margin-right: 2.1333333333vw;
  }
}

.wpcf7 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .wpcf7 {
    margin-top: 6.4vw;
  }
}

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

/* 成功時のメッセージの色 */
.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  text-align: center;
  color: green !important;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 3.2vw;
  }
}

/* 失敗時のメッセージの色 */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
  text-align: center;
  color: red !important;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 3.2vw;
  }
}

.wpcf7-list-item-label {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .wpcf7-list-item-label {
    font-size: 4.2666666667vw;
  }
}

.wpcf7-select {
  font-size: 1.25vw;
  padding: 1.25vw;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 800px) {
  .wpcf7-select {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .wpcf7-select {
    padding: 4.2666666667vw;
  }
}

.wpcf7-form-control {
  margin-top: 1.25vw;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .wpcf7-form-control {
    margin-top: 4.2666666667vw;
  }
}

.wpcf7-form-control wpcf7-validates-as-required {
  width: 100%;
}

.contact__col span {
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .contact__col span {
    font-size: 3.2vw;
  }
}

.wpcf7-form-control option {
  color: #353535;
}

.worksSingle {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f2ed;
  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: #1b1b1b;
  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: #1b1b1b;
}
@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: #f4f2ed;
  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: #1b1b1b;
}
@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: #f4f2ed;
  font-size: 1.25vw;
  color: #1b1b1b;
  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: #f4f2ed;
  background-color: #1b1b1b;
}

.newsSingle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .newsSingle {
    padding-top: 42.6666666667vw;
  }
}
.newsSingle__inner {
  width: 78.4375vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .newsSingle__inner {
    width: 80vw;
  }
}
.newsSingle__sub {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 800px) {
  .newsSingle__sub {
    margin-bottom: 2.1333333333vw;
  }
}
.newsSingle__date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375vw;
  color: #1b1b1b;
}
@media screen and (max-width: 800px) {
  .newsSingle__date {
    font-size: 3.2vw;
  }
}
.newsSingle__column {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.25vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  font-size: 0.9375vw;
  color: #f4f2ed;
  background-color: #1b1b1b;
  border-radius: 999px;
}
@media screen and (max-width: 800px) {
  .newsSingle__column {
    margin-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__column {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__column {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsSingle__column {
    font-size: 3.2vw;
  }
}

.recruit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1b1b1b;
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .recruit {
    padding-top: 42.6666666667vw;
  }
}
.recruit__inner {
  display: flex;
  flex-direction: column;
  width: 78.4375vw;
  margin-bottom: 6.25vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .recruit__inner {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__inner {
    margin-bottom: 21.3333333333vw;
  }
}
.recruit__recruit {
  font-size: 5vw;
  margin-bottom: 6.25vw;
  color: #f4f2ed;
}
@media screen and (max-width: 800px) {
  .recruit__recruit {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__recruit {
    margin-bottom: 21.3333333333vw;
  }
}
.recruit__title {
  font-size: 3.125vw;
  margin-bottom: 3.125vw;
  color: #f4f2ed;
}
@media screen and (max-width: 800px) {
  .recruit__title {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__title {
    margin-bottom: 10.6666666667vw;
  }
}
.recruit__text {
  font-size: 1.25vw;
  margin-bottom: 6.25vw;
  color: #f4f2ed;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .recruit__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__text {
    margin-bottom: 21.3333333333vw;
  }
}
.recruit__context {
  font-size: 1.25vw;
  color: #f4f2ed;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .recruit__context {
    font-size: 4.2666666667vw;
  }
}
.recruit__content {
  display: flex;
  gap: 3.125vw;
  border-bottom: 0.078125vw solid rgba(255, 255, 255, 0.3);
  padding-bottom: 2.5vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .recruit__content {
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__content {
    margin-bottom: 8.5333333333vw;
  }
}
.recruit__content:last-child {
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .recruit__content:last-child {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__content {
    flex-direction: column;
    gap: 0vw;
  }
}
.recruit__name {
  color: #f4f2ed;
  font-size: 1.25vw;
  width: 14.0625vw;
}
@media screen and (max-width: 800px) {
  .recruit__name {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__name {
    width: 48vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__name {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .recruit__name {
    margin-bottom: 2.1333333333vw;
  }
}
.recruit__viewbutton {
  text-align: center;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .recruit__viewbutton {
    margin-bottom: 21.3333333333vw;
  }
}
.recruit__viewmore {
  font-size: 1.25vw;
  display: inline-block;
  width: 18.75vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  color: #f4f2ed;
  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) {
  .recruit__viewmore {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__viewmore {
    width: 42.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .recruit__viewmore {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.recruit__viewmore:hover {
  color: #1b1b1b;
  background-color: #f4f2ed;
}

.company {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f4f2ed;
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .company {
    padding-top: 42.6666666667vw;
  }
}
.company__inner {
  display: flex;
  flex-direction: column;
  width: 78.4375vw;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .company__inner {
    width: 80vw;
  }
}
.company__mission {
  display: flex;
  flex-direction: column;
  padding-bottom: 5vw;
  border-bottom: 0.078125vw solid rgba(0, 0, 0, 0.1);
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .company__mission {
    padding-bottom: 17.0666666667vw;
  }
}
.company__mission--vision {
  margin-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .company__mission--vision {
    margin-top: 14.9333333333vw;
  }
}
.company__mission--mission {
  margin-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .company__mission--mission {
    margin-top: 42.6666666667vw;
  }
}
.company__mission--title {
  border-bottom: 0;
  padding-bottom: 0px;
}
.company__missionTitle {
  font-size: 1.875vw;
  font-weight: bold;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .company__missionTitle {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .company__missionTitle {
    margin-bottom: 8.5333333333vw;
  }
}
.company__missionTitle--pro {
  margin-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .company__missionTitle--pro {
    margin-top: 32vw;
  }
}
.company__missionText {
  font-size: 2.5vw;
  font-weight: bold;
  margin-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .company__missionText {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__missionText {
    margin-top: 2.1333333333vw;
  }
}
.company__title {
  font-size: 5vw;
  font-weight: bold;
  color: #1b1b1b;
}
@media screen and (max-width: 800px) {
  .company__title {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__title {
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__title {
    padding-left: 4.2666666667vw;
  }
}
.company__left {
  display: flex;
  flex-direction: column;
  width: 38.671875vw;
}
@media screen and (max-width: 800px) {
  .company__left {
    width: 80vw;
  }
}
.company__company {
  margin-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .company__company {
    margin-top: 21.3333333333vw;
  }
}
.company__infomation {
  font-size: 1.875vw;
  margin-top: 11.25vw;
  color: #1b1b1b;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .company__infomation {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .company__infomation {
    margin-top: 38.4vw;
  }
}
.company__representative {
  font-size: 2.5vw;
  margin-top: 1.25vw;
  color: #1b1b1b;
}
@media screen and (max-width: 800px) {
  .company__representative {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__representative {
    margin-top: 4.2666666667vw;
  }
}
.company__text {
  font-size: 1.25vw;
  margin-top: 3.125vw;
  color: #1b1b1b;
  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__mescon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .company__mescon {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__mescon {
    flex-direction: column;
  }
}
.company__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 47.890625vw;
}
@media screen and (max-width: 800px) {
  .company__right {
    width: 80vw;
  }
}
.company__right span {
  font-size: 1.875vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .company__right span {
    font-size: 6.4vw;
  }
}
.company__imgWrapper {
  width: 35.15625vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .company__imgWrapper {
    width: 80vw;
  }
}
.company__imgWrapper::before {
  display: block;
  content: "";
  padding-top: 121.1111111111%;
}
.company__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) {
  .company__imgWrapper {
    display: none;
  }
}
.company__img {
  border-radius: 15px;
}
@media screen and (max-width: 800px) {
  .company__img {
    display: none;
  }
}
.company__imgWrapperSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .company__imgWrapperSp {
    display: flex;
    width: 33.359375vw;
    position: relative;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__imgWrapperSp {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .company__imgWrapperSp::before {
    display: block;
    content: "";
    padding-top: 76.5807962529%;
  }
}
@media screen and (max-width: 800px) {
  .company__imgWrapperSp > * {
    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) and (max-width: 800px) {
  .company__imgWrapperSp {
    margin-top: 8.5333333333vw;
  }
}
.company__imgSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .company__imgSp {
    display: flex;
    border-radius: 5px;
  }
}
.company__profile {
  display: flex;
  flex-direction: column;
  width: 35.78125vw;
}
@media screen and (max-width: 800px) {
  .company__profile {
    width: 80vw;
  }
}
.company__nameProfile {
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .company__nameProfile {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .company__nameProfile {
    display: none;
  }
}
.company__kana {
  display: none;
}
@media screen and (max-width: 800px) {
  .company__kana {
    display: block;
    font-size: 1.25vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__kana {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__kana {
    margin-top: 4.2666666667vw;
  }
}
.company__nameProfileSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .company__nameProfileSp {
    display: block;
    font-size: 1.875vw;
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__nameProfileSp {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__nameProfileSp {
    margin-top: 2.1333333333vw;
  }
}
.company__mestext {
  font-size: 1.25vw;
  line-height: 2;
  margin-top: 1.25vw;
  color: #1b1b1b;
}
@media screen and (max-width: 800px) {
  .company__mestext {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__mestext {
    margin-top: 4.2666666667vw;
  }
}
.company__mestext--linehigth {
  line-height: 1.5;
}
.company__mestext--box {
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .company__mestext--box {
    margin-top: 8.5333333333vw;
  }
}
.company__name {
  font-size: 1.25vw;
  color: #1b1b1b;
  text-align: end;
}
@media screen and (max-width: 800px) {
  .company__name {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__name {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__name {
    margin-bottom: 2.1333333333vw;
  }
}
.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;
  }
}
.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 {
    flex-direction: column;
  }
}
.company__l {
  font-size: 1.25vw;
  width: 6.09375vw;
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .company__l {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__l {
    width: 20.8vw;
  }
}
.company__r {
  font-size: 1.25vw;
  color: #1b1b1b;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .company__r {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__r {
    width: 17.5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__r {
    width: 59.7333333333vw;
  }
}
.company__r--adress {
  line-height: 1.5;
  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;
  }
}
.company__r--num {
  color: #1b1b1b;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .company__r--num {
    font-size: 4.2666666667vw;
  }
}
.company__r--num a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.company__rr {
  display: flex;
  justify-content: space-between;
}
.company__chizu {
  display: flex;
}
.company__google {
  display: flex;
  gap: 1.25vw;
  align-items: center;
  justify-content: center;
  border: 1px solid #1b1b1b;
  padding-left: 0.9375vw;
  padding-right: 0.9375vw;
  padding-top: 0.3125vw;
  padding-bottom: 0.3125vw;
  border-radius: 10px;
  width: 5.46875vw;
  background-color: #1b1b1b;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .company__google {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .company__google {
    padding-top: 1.0666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .company__google {
    width: 18.6666666667vw;
  }
}
.company__google:hover {
  background-color: #f4f2ed;
}
.company__google:hover .company__map {
  color: #1b1b1b;
}
.company__google:hover .company__maping path {
  fill: #1b1b1b;
}
@media screen and (max-width: 800px) {
  .company__google {
    margin-right: 3.125vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__google {
    margin-right: 10.6666666667vw;
  }
}
.company__map {
  color: #f4f2ed;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .company__map {
    font-size: 4.2666666667vw;
  }
}
.company__maping path {
  width: 1.25vw;
  fill: #f4f2ed;
}
@media screen and (max-width: 800px) {
  .company__maping path {
    width: 4.2666666667vw;
  }
}
.company__message {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .company__message {
    flex-direction: column;
  }
}
.company__messageTitle {
  font-size: 1.875vw;
  color: #1b1b1b;
  font-weight: bold;
  padding-left: 0.625vw;
}
@media screen and (max-width: 800px) {
  .company__messageTitle {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .company__messageTitle {
    padding-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .company__messageTitle {
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .company__messageTitle {
    padding-left: 4.2666666667vw;
  }
}

.serviceUnder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f4f2ed;
  padding-top: 31.25vw;
}
@media screen and (max-width: 800px) {
  .serviceUnder {
    padding-top: 106.6666666667vw;
  }
}
.serviceUnder__container {
  position: relative;
  z-index: 1;
}
.serviceUnder__imgs {
  width: 64.0625vw;
  height: auto;
  -webkit-animation: color-change 5s infinite;
          animation: color-change 5s infinite;
  transform-origin: 50% 50%;
  -webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;
}
@media screen and (max-width: 800px) {
  .serviceUnder__imgs {
    width: 218.6666666667vw;
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 800px) {
  .serviceUnder__imgs {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .serviceUnder__imgs {
    margin-bottom: 21.3333333333vw;
  }
}
.serviceUnder__title {
  font-size: 5vw;
  color: #1b1b1b;
  font-weight: bold;
  padding-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .serviceUnder__title {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceUnder__title {
    padding-left: 2.1333333333vw;
  }
}
.serviceUnder__titleBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 37.5vw;
  margin-bottom: 3.75vw;
}
@media screen and (max-width: 800px) {
  .serviceUnder__titleBox {
    padding-left: 24.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceUnder__titleBox {
    margin-bottom: 12.8vw;
  }
}
.serviceUnder__titleLine {
  width: 28.515625vw;
  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) {
  .serviceUnder__titleLine {
    width: 53.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceUnder__titleLine {
    height: 4.2666666667vw;
  }
}
.serviceUnder__contents {
  width: 90%;
  overflow: hidden;
  margin-left: 10%;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .serviceUnder__contents {
    margin-bottom: 21.3333333333vw;
  }
}
.serviceUnder__contents--left {
  margin-left: 0vw;
}
@media screen and (max-width: 800px) {
  .serviceUnder__contents--left {
    margin-left: 0vw;
  }
}
.serviceUnder__contents:last-child {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 800px) {
  .serviceUnder__contents:last-child {
    margin-bottom: 10.6666666667vw;
  }
}
.serviceUnder__imgWrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 3.125vw;
  aspect-ratio: 1141/392;
}
@media screen and (max-width: 800px) {
  .serviceUnder__imgWrapper {
    margin-bottom: 10.6666666667vw;
  }
}
.serviceUnder__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceUnder__textbox {
  width: 78.4375vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .serviceUnder__textbox {
    width: 80vw;
  }
}
.serviceUnder__textbox--left {
  margin-left: 10.78125vw;
}
@media screen and (max-width: 800px) {
  .serviceUnder__textbox--left {
    margin-left: 9.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceUnder__textbox {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .serviceUnder__left {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .serviceUnder__left {
    margin-bottom: 8.5333333333vw;
  }
}
.serviceUnder__subtext {
  font-size: 1.25vw;
  margin-bottom: 0.625vw;
  color: #1b1b1b;
}
@media screen and (max-width: 800px) {
  .serviceUnder__subtext {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceUnder__subtext {
    margin-bottom: 2.1333333333vw;
  }
}
.serviceUnder__text {
  font-size: 1.875vw;
  color: #1b1b1b;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .serviceUnder__text {
    font-size: 6.4vw;
  }
}
.serviceUnder__content {
  font-size: 1.25vw;
  width: 45.234375vw;
  margin-bottom: 2.5vw;
  color: #1b1b1b;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .serviceUnder__content {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceUnder__content {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceUnder__content {
    margin-bottom: 8.5333333333vw;
  }
}
.serviceUnder__detail {
  display: flex;
  border-bottom: 0.078125vw solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1.25vw;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .serviceUnder__detail {
    padding-bottom: 4.2666666667vw;
  }
}
.serviceUnder__button {
  --color: #1b1b1b;
  --bg-color: #1b1b1b;
  width: 4.375vw;
  height: 4.375vw;
  border: 0.078125vw solid rgba(255, 255, 255, 0.3);
  border-radius: 78.046875vw;
  position: relative;
  background-color: var(--bg-color);
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 800px) {
  .serviceUnder__button {
    width: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceUnder__button {
    height: 14.9333333333vw;
  }
}
.serviceUnder__button:hover {
  --color: #1b1b1b;
  --bg-color: #1b1b1b;
}
.serviceUnder__button .serviceUnder__next path {
  stroke: var(--color);
}
.serviceUnder__next {
  width: 1.875vw;
  position: absolute;
  top: 30%;
  left: 30%;
}
@media screen and (max-width: 800px) {
  .serviceUnder__next {
    width: 6.4vw;
  }
}
@font-face {
  font-family: "SweetSansProMedium";
  src: url("../fonts/SweetSansProMedium.woff") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Bold.woff") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url("../fonts/ZenMaruGothic-Light.woff") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothicBold.woff") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Bold";
  src: url("../fonts/ZManrope-Bold.woff") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.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: #1b1b1b;
    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: #1b1b1b;
}

.drawerNav {
  display: none;
  width: 100%;
  display: flex;
  background-color: #f8f3e9;
  box-sizing: border-box;
  z-index: 6;
}
.drawerNav__menu {
  padding-top: 6.25vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .drawerNav__menu {
    padding-top: 21.3333333333vw;
  }
}
.drawerNav__menu > * + * {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .drawerNav__menu > * + * {
    margin-top: 4.2666666667vw;
  }
}
.drawerNav__itemhome {
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .drawerNav__itemhome {
    margin-top: 8.5333333333vw;
  }
}
.drawerNav__link {
  text-align: center;
  font-family: "ZenMaruGothic";
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .drawerNav__link {
    font-size: 4.2666666667vw;
  }
}
.drawerNav__button {
  display: inline-flex !important;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .drawerNav__button {
    margin-top: 6.4vw;
  }
}
.drawerNav__consultation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 12%;
  border-radius: 99px;
  background: #ffdc00;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .drawerNav__consultation {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .drawerNav__consultation {
    width: 42%;
    transition: all 0.25s ease-in;
  }
}
.drawerNav__consultationlinc {
  display: flex;
  text-align: center;
  align-items: center;
}
.drawerNav__consultationWrapeer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  transition: all 0.25s ease-in;
}
.drawerNav__consultation1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .drawerNav__consultation1 {
    font-size: 4.2666666667vw;
  }
}
.drawerNav__consultation2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  height: 0.78125vw;
  margin-left: 1.171875vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 800px) {
  .drawerNav__consultation2 {
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .drawerNav__consultation2 {
    margin-left: 4vw;
  }
}
.drawerNav__logoWrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2.1875vw;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .drawerNav__logoWrapper {
    margin-top: 7.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .drawerNav__logoWrapper {
    display: flex;
  }
}
.drawerNav__logo {
  width: 3.125vw;
  height: 3.125vw;
  margin-right: 1.875vw;
}
@media screen and (max-width: 800px) {
  .drawerNav__logo {
    width: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .drawerNav__logo {
    height: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .drawerNav__logo {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .drawerNav__logo--n {
    margin-right: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .drawerNav__logo--n {
    margin-right: 6.4vw;
  }
}

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

.blogBody {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f2ed;
}
.blogBody__inner {
  display: flex;
  align-items: center;
  width: 78.4375vw;
  padding-top: 9.375vw;
  margin-bottom: 0vw;
}
@media screen and (max-width: 800px) {
  .blogBody__inner {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .blogBody__inner {
    padding-top: 32vw;
  }
}
@media screen and (max-width: 800px) {
  .blogBody__inner {
    margin-bottom: 0vw;
  }
}

.blog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f4f2ed;
  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;
}
@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;
  margin-top: 2.5vw;
  color: #1b1b1b;
}
@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: #1b1b1b;
}
@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: #f4f2ed;
  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;
  margin-left: 1.875vw;
  color: #1b1b1b;
}
@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-color: #f4f2ed;
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .contactForm {
    padding-top: 42.6666666667vw;
  }
}
.contactForm__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 78.4375vw;
}
@media screen and (max-width: 800px) {
  .contactForm__inner {
    width: 80vw;
  }
}
.contactForm__form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 33.125vw;
}
@media screen and (max-width: 800px) {
  .contactForm__form {
    width: 113.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__form {
    padding-right: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .contactForm__form {
    padding-right: 6.4vw;
  }
}
.contactForm__title {
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .contactForm__title {
    font-size: 8.5333333333vw;
  }
}
.contactForm__titleLine {
  width: 5.78125vw;
  height: 0.625vw;
  background: linear-gradient(90deg, #ffba27 0%, rgba(255, 187, 41, 0) 80.73%);
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .contactForm__titleLine {
    width: 19.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__titleLine {
    height: 2.1333333333vw;
  }
}
.contactForm__text {
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .contactForm__text {
    font-size: 4.2666666667vw;
  }
}
.contactForm__button {
  font-size: 1.25vw;
  font-weight: bold;
  margin-top: 1.875vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  width: 11.09375vw;
  color: #1b1b1b;
  text-align: center;
  border: 1px solid #1b1b1b;
  border-radius: 999px;
}
@media screen and (max-width: 800px) {
  .contactForm__button {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__button {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__button {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__button {
    width: 37.8666666667vw;
  }
}
.contactForm__img {
  width: 39.0625vw;
}
@media screen and (max-width: 800px) {
  .contactForm__img {
    width: 133.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__img {
    display: none;
  }
}

.member {
  background-color: #f4f2ed;
  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: #1b1b1b;
  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;
  }
}

.serviceLower {
  display: flex;
  flex-direction: column;
  background-color: #f4f2ed;
  padding-top: 12.5vw;
}
@media screen and (max-width: 800px) {
  .serviceLower {
    padding-top: 42.6666666667vw;
  }
}
.serviceLower__inner {
  width: 80%;
  margin-left: 10%;
}
.serviceLower__title {
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .serviceLower__title {
    font-size: 8.5333333333vw;
  }
}
.serviceLower__titleText {
  width: 37.578125vw;
  font-size: 1.25vw;
  line-height: 2;
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .serviceLower__titleText {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceLower__titleText {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceLower__titleText {
    margin-top: 4.2666666667vw;
  }
}
.serviceLower__service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 10.625vw;
}
@media screen and (max-width: 800px) {
  .serviceLower__service {
    margin-top: 36.2666666667vw;
  }
}
.serviceLower__service--right {
  margin-left: 10%;
}
@media screen and (max-width: 800px) {
  .serviceLower__service--right {
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 800px) {
  .serviceLower__service {
    flex-direction: column;
    width: 100%;
  }
}
.serviceLower__leftImg {
  width: 45.390625vw;
  position: relative;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 800px) {
  .serviceLower__leftImg {
    width: 100vw;
  }
}
.serviceLower__leftImg::before {
  display: block;
  content: "";
  padding-top: 56.9707401033%;
}
.serviceLower__leftImg > * {
  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) {
  .serviceLower__leftImg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.serviceLower__content {
  width: 35.46875vw;
}
@media screen and (max-width: 800px) {
  .serviceLower__content {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceLower__content {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .serviceLower__content {
    margin-top: 8.5333333333vw;
  }
}
.serviceLower__contentTitle {
  font-size: 1.875vw;
  color: #f78821;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .serviceLower__contentTitle {
    font-size: 6.4vw;
  }
}
.serviceLower__contentText {
  font-size: 1.25vw;
  line-height: 1.5;
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .serviceLower__contentText {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceLower__contentText {
    margin-top: 4.2666666667vw;
  }
}
.serviceLower__contentTitle {
  font-size: 1.875vw;
  color: #f78821;
}
@media screen and (max-width: 800px) {
  .serviceLower__contentTitle {
    font-size: 6.4vw;
  }
}
.serviceLower__button {
  display: flex;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  margin-top: 1.25vw;
  padding-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .serviceLower__button {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceLower__button {
    padding-bottom: 8.5333333333vw;
  }
}
.serviceLower__enter {
  width: 0.390625vw;
  height: 0.390625vw;
  background-color: #f4f2ed;
  border-radius: 999px;
  border: 12px solid #f78821;
}
@media screen and (max-width: 800px) {
  .serviceLower__enter {
    width: 1.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceLower__enter {
    height: 1.3333333333vw;
  }
}
.serviceLower__buttonText {
  font-size: 1.25vw;
  font-weight: bold;
  color: #1b1b1b;
  margin-left: 1.875vw;
}
@media screen and (max-width: 800px) {
  .serviceLower__buttonText {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .serviceLower__buttonText {
    margin-left: 6.4vw;
  }
}

.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: #1b1b1b;
  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: #1b1b1b;
  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: #f4f2ed;
  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;
}
@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;
}
@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: #f4f2ed;
  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: #f4f2ed;
  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;
  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;
  color: #1b1b1b;
  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: #f4f2ed;
  border: 1px solid #1b1b1b;
}

.customers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 7.5vw;
  align-items: center;
  position: relative;
  background-color: #f8f3e9;
}
@media screen and (max-width: 800px) {
  .customers {
    padding-top: 0vw;
  }
}
.customers__background {
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 0;
  mix-blend-mode: overlay;
  opacity: 50%;
}
.customers__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98%;
}
.customers__subtitle {
  font-size: 1.09375vw;
}
@media screen and (max-width: 800px) {
  .customers__subtitle {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .customers__subtitle {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .customers__subtitle {
    margin-top: 17.0666666667vw;
  }
}
.customers__title {
  font-family: "ZenMaruGothic";
  font-size: 2.5vw;
  margin-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .customers__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .customers__title {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .customers__title {
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01);
  }
}
.customers__text {
  font-size: 1.25vw;
  text-align: center;
  margin-top: 1.875vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .customers__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .customers__text {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .customers__text {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .customers__text {
    display: none;
  }
}
.customers__textSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .customers__textSp {
    font-size: 1.25vw;
    display: flex;
    text-align: left;
    margin-top: 1.875vw;
    margin-bottom: 1.875vw;
    width: 80%;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .customers__textSp {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .customers__textSp {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .customers__textSp {
    margin-bottom: 6.4vw;
  }
}
.customers__consultation {
  width: 13%;
  border-radius: 99px;
  background: #ffdc00;
  border: 1px solid #ffdc00;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  transition: all 0.25s ease-in !important;
}
@media screen and (max-width: 800px) {
  .customers__consultation {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.customers__consultation:hover {
  background-color: #f8f3e9;
  border: 1px solid #1b1b1b;
}
@media screen and (max-width: 800px) {
  .customers__consultation {
    width: 42%;
  }
}
.customers__consultationWrapeer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customers__consultation1 {
  color: black;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .customers__consultation1 {
    font-size: 4.2666666667vw;
  }
}
.customers__consultation2 {
  align-items: center;
  width: 10%;
  height: 0.78125vw;
  margin-left: 1.171875vw;
}
@media screen and (max-width: 800px) {
  .customers__consultation2 {
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .customers__consultation2 {
    margin-left: 4vw;
  }
}

.test__fotter {
  display: flex;
  flex-direction: column;
}
.test__logo {
  display: flex;
}

.plan {
  background-color: #f8f3e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 7.5vw;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  .plan {
    padding-top: 17.0666666667vw;
  }
}
.plan__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 80%;
  border-radius: 20px;
}
.plan__all {
  border: 1px solid black;
  border-radius: 20px;
}
.plan__background {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 2.5vw;
  width: 100%;
  z-index: 0;
  mix-blend-mode: overlay;
  opacity: 50%;
}
@media screen and (max-width: 800px) {
  .plan__background {
    margin-bottom: 8.5333333333vw;
  }
}
.plan__subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.09375vw;
}
@media screen and (max-width: 800px) {
  .plan__subtitle {
    font-size: 3.7333333333vw;
  }
}
.plan__title {
  font-family: "ZenMaruGothic";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.5vw;
  margin-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .plan__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__title {
    margin-top: 2.1333333333vw;
  }
}
.plan__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  text-align: center;
  line-height: 2.5;
  margin-top: 1.25vw;
  padding-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .plan__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__text {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__text {
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__text {
    display: none;
  }
}
.plan__textSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .plan__textSp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.09375vw;
    margin-top: 1.25vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__textSp {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__textSp {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__textSp {
    margin-bottom: 6.4vw;
  }
}
.plan__table {
  display: flex;
  justify-content: space-between;
  flex: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0px;
  width: 100%;
}
.plan__table:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.plan__table--gray {
  background-color: #f6f7f7;
  border-radius: 0px;
}
.plan__table--last {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.plan__table--white {
  background-color: #f6f7f7;
  border-radius: 20px;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
}
.plan__cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid black;
}
.plan__cell:last-child {
  border-right: none;
}
@media screen and (max-width: 800px) {
  .plan__cell {
    justify-content: flex-start;
  }
}
.plan__Standard {
  font-family: "ZenMaruGothic";
  font-size: 1.875vw;
  padding-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .plan__Standard {
    font-size: 2.6666666667vw;
  }
}
.plan__Standard:last-child {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .plan__Standard:last-child {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__Standard {
    padding-top: 4.2666666667vw;
  }
}
.plan__Original {
  font-family: "ZenMaruGothic";
  font-size: 1.875vw;
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .plan__Original {
    font-size: 3.7333333333vw;
  }
}
.plan__Original:last-child {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .plan__Original:last-child {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__Original {
    margin-top: 4.2666666667vw;
  }
}
.plan__smile {
  font-size: 1.875vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .plan__smile {
    font-size: 2.6666666667vw;
  }
}
.plan__smile:last-child {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .plan__smile:last-child {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__smile {
    margin-bottom: 6.4vw;
  }
}
.plan__Standarddata {
  font-size: 1.25vw;
  margin-top: 0.625vw;
  margin-bottom: 1.25vw;
  opacity: 40%;
}
@media screen and (max-width: 800px) {
  .plan__Standarddata {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__Standarddata {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__Standarddata {
    margin-bottom: 0vw;
  }
}
.plan__Originaldata {
  font-size: 1.25vw;
  margin-top: 0.625vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .plan__Originaldata {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__Originaldata {
    margin-top: 7.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__Originaldata {
    margin-bottom: 9.8666666667vw;
  }
}
.plan__smiledata {
  font-size: 1.25vw;
  margin-top: 0.625vw;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 800px) {
  .plan__smiledata {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__smiledata {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__smiledata {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__smiledata {
    display: none;
  }
}
.plan__smiledata--text {
  padding-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .plan__smiledata--text {
    padding-bottom: 6.4vw;
  }
}
.plan__smiledataSp {
  flex-direction: column;
  display: none;
}
@media screen and (max-width: 800px) {
  .plan__smiledataSp {
    display: flex;
    text-align: left;
    font-size: 0.78125vw;
    margin-top: 0.625vw;
    margin-bottom: 1.25vw;
    margin-left: 0.625vw;
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__smiledataSp {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__smiledataSp {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__smiledataSp {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__smiledataSp {
    margin-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.plan__shootinglocation {
  font-size: 1.25vw;
  opacity: 40%;
  margin-top: 0.625vw;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 800px) {
  .plan__shootinglocation {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__shootinglocation {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__shootinglocation {
    margin-bottom: 2.1333333333vw;
  }
}
.plan__place {
  font-size: 1.25vw;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .plan__place {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__place {
    margin-bottom: 4.2666666667vw;
  }
}
.plan__placebar {
  font-size: 1.25vw;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .plan__placebar {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__placebar {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__placebar {
    display: none;
  }
}
.plan__placebarSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .plan__placebarSp {
    display: flex;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__placebarSp {
    font-size: 2.6666666667vw;
  }
}
.plan__explanation {
  font-size: 1.25vw;
  margin-bottom: 1.25vw;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .plan__explanation {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__explanation {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__explanation {
    display: none;
  }
}
.plan__explanationSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .plan__explanationSp {
    display: flex;
    width: 80%;
    font-size: 0.78125vw;
    margin-bottom: 1.25vw;
    text-align: left;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__explanationSp {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__explanationSp {
    margin-bottom: 4.2666666667vw;
  }
}
.plan__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid black;
  border-radius: 20px;
  width: 80%;
  margin-top: 1.875vw;
  background-color: #ffffff;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .plan__option {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__option {
    margin-bottom: 6.4vw;
  }
}
.plan__optiontitle {
  font-size: 1.875vw;
  margin-top: 1.25vw;
  font-family: "ZenMaruGothic";
}
@media screen and (max-width: 800px) {
  .plan__optiontitle {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__optiontitle {
    margin-top: 4.2666666667vw;
  }
}
.plan__optiontext {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .plan__optiontext {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__optiontext {
    display: none;
  }
}
.plan__optioncontent {
  font-size: 1.25vw;
  margin-top: 1.875vw;
  margin-bottom: 1.25vw;
  font-family: "ZenMaruGothic";
}
@media screen and (max-width: 800px) {
  .plan__optioncontent {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__optioncontent {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__optioncontent {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__optioncontent {
    display: none;
  }
}
.plan__optiontextSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .plan__optiontextSp {
    text-align: center;
    display: flex;
    font-size: 1.09375vw;
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__optiontextSp {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__optiontextSp {
    margin-top: 2.1333333333vw;
  }
}
.plan__optioncontentSp {
  display: none;
  font-family: "ZenMaruGothic";
}
@media screen and (max-width: 800px) {
  .plan__optioncontentSp {
    display: flex;
    font-size: 1.09375vw;
    margin-top: 1.25vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__optioncontentSp {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__optioncontentSp {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .plan__optioncontentSp {
    margin-bottom: 6.4vw;
  }
}
.plan__reservation {
  width: 12%;
  border-radius: 99px;
  background: #ffdc00;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .plan__reservation {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.plan__reservationlink {
  display: flex;
  align-items: center;
  margin-left: 3.359375vw;
}
@media screen and (max-width: 800px) {
  .plan__reservationlink {
    margin-left: 11.4666666667vw;
  }
}
.plan__reservationname {
  display: flex;
  justify-content: center;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .plan__reservationname {
    font-size: 4.2666666667vw;
  }
}
.plan__arrow {
  align-items: center;
  width: 10%;
  height: 0.78125vw;
  margin-left: 1.171875vw;
}
@media screen and (max-width: 800px) {
  .plan__arrow {
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .plan__arrow {
    margin-left: 4vw;
  }
}

.flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7.5vw;
  background-color: #f8f3e9;
}
@media screen and (max-width: 800px) {
  .flow {
    padding-top: 17.0666666667vw;
  }
}
.flow__background {
  position: absolute;
  width: 100%;
  z-index: 0;
  mix-blend-mode: overlay;
  opacity: 50%;
}
.flow__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.flow__subtitle {
  font-size: 1.09375vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .flow__subtitle {
    font-size: 3.7333333333vw;
  }
}
.flow__title {
  font-family: "ZenMaruGothic";
  font-size: 2.5vw;
  margin-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .flow__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__title {
    margin-top: 2.1333333333vw;
  }
}
.flow__first {
  display: flex;
  align-items: center;
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .flow__first {
    margin-top: 8.5333333333vw;
  }
}
.flow__number {
  width: 10.9375vw;
  height: 10.9375vw;
  font-family: "ZenMaruGothic";
  background-color: #ffdc00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 3.75vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .flow__number {
    width: 13.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__number {
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__number {
    font-size: 4.2666666667vw;
  }
}
.flow__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.flow__list > * + * {
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .flow__list > * + * {
    margin-top: 4.2666666667vw;
  }
}
.flow__content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
}
.flow__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
  margin-left: 3.28125vw;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .flow__img {
    margin-left: 11.2vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__img {
    display: none;
  }
}
.flow__line {
  position: absolute;
  left: 0;
  margin-left: 15.234375vw;
  margin-top: 15.15625vw;
  width: 0.3125vw;
  height: 6.09375vw;
}
@media screen and (max-width: 800px) {
  .flow__line {
    margin-left: 52vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__line {
    margin-top: 51.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__line {
    width: 1.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__line {
    height: 20.8vw;
  }
}
.flow__linelong {
  position: absolute;
  left: 0;
  margin-left: 15.46875vw;
  margin-top: 5.078125vw;
  width: 0.3125vw;
  height: 69.375vw;
}
@media screen and (max-width: 800px) {
  .flow__linelong {
    margin-left: 16.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__linelong {
    margin-top: 24vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__linelong {
    width: 0.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__linelong {
    height: 106.6666666667vw;
  }
}
.flow__firsttext {
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .flow__firsttext {
    font-size: 6.4vw;
  }
}
.flow__imgfirst {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12.890625vw;
  height: 10.46875vw;
  margin-left: 17.109375vw;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .flow__imgfirst {
    width: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgfirst {
    height: 14.9333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgfirst {
    margin-left: 19.2vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgfirst {
    margin-bottom: 4.2666666667vw;
  }
}
.flow__imgsecond {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9.21875vw;
  height: 11.71875vw;
  margin-left: 17.109375vw;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .flow__imgsecond {
    width: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgsecond {
    height: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgsecond {
    margin-left: 19.2vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgsecond {
    margin-bottom: 9.8666666667vw;
  }
}
.flow__imgthird {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15.078125vw;
  height: 12.5vw;
  margin-left: 17.109375vw;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .flow__imgthird {
    width: 19.2vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgthird {
    height: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgthird {
    margin-left: 19.2vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgthird {
    margin-bottom: 4.2666666667vw;
  }
}
.flow__imgfourth {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12.734375vw;
  height: 12.8125vw;
  margin-left: 17.109375vw;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .flow__imgfourth {
    width: 16.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgfourth {
    height: 16.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgfourth {
    margin-left: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgfourth {
    margin-bottom: 4.2666666667vw;
  }
}
.flow__imgfifth {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7.109375vw;
  height: 11.71875vw;
  margin-left: 17.109375vw;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 800px) {
  .flow__imgfifth {
    width: 9.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgfifth {
    height: 16.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgfifth {
    margin-left: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .flow__imgfifth {
    margin-bottom: 4.2666666667vw;
  }
}
.flow__imgSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .flow__imgSp {
    display: flex;
    width: 18.28125vw;
    height: 6.71875vw;
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .flow__imgSp {
    width: 62.4vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .flow__imgSp {
    height: 22.9333333333vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .flow__imgSp {
    margin-left: 4.2666666667vw;
  }
}
.flow__imgsecondSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .flow__imgsecondSp {
    display: flex;
    width: 18.28125vw;
    height: 10.703125vw;
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .flow__imgsecondSp {
    width: 62.4vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .flow__imgsecondSp {
    height: 36.5333333333vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .flow__imgsecondSp {
    margin-left: 4.2666666667vw;
  }
}

.gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f8f3e9;
  position: relative;
}
.gallery__background {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: 50%;
}
.gallery__subtitle {
  font-size: 1.09375vw;
  margin-top: 7.5vw;
}
@media screen and (max-width: 800px) {
  .gallery__subtitle {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .gallery__subtitle {
    margin-top: 17.0666666667vw;
  }
}
.gallery__title {
  font-family: "ZenMaruGothic";
  font-size: 2.5vw;
  margin-top: 0.625vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .gallery__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .gallery__title {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .gallery__title {
    margin-bottom: 6.4vw;
  }
}
.gallery__photo {
  display: flex;
  margin-right: 1.875vw;
}
@media screen and (max-width: 800px) {
  .gallery__photo {
    margin-right: 6.4vw;
  }
}
.gallery__photofirst {
  width: 43.359375vw;
  height: 28.203125vw;
}
@media screen and (max-width: 800px) {
  .gallery__photofirst {
    width: 73.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .gallery__photofirst {
    height: 48vw;
  }
}
.gallery__photosecond {
  width: 43.359375vw;
  height: 28.203125vw;
}
@media screen and (max-width: 800px) {
  .gallery__photosecond {
    width: 73.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .gallery__photosecond {
    height: 48vw;
  }
}
.gallery__photothird {
  width: 43.359375vw;
  height: 28.203125vw;
}
@media screen and (max-width: 800px) {
  .gallery__photothird {
    width: 73.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .gallery__photothird {
    height: 48vw;
  }
}
.gallery__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ffffff;
  border-radius: 20px;
  width: 80%;
  height: 28.28125vw;
  margin-top: 1.875vw;
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
  .gallery__inner {
    height: 96.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .gallery__inner {
    margin-top: 6.4vw;
  }
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  width: 43.359375vw;
  height: 28.203125vw;
  z-index: 3 !important;
}
@media screen and (max-width: 800px) {
  .swiper-slide {
    width: 73.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .swiper-slide {
    height: 48vw;
  }
}
.swiper-slide--fv {
  width: 86.71875vw;
  height: 56.40625vw;
  margin-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .swiper-slide--fv {
    width: 100vw;
  }
}
@media screen and (max-width: 800px) {
  .swiper-slide--fv {
    height: 115.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .swiper-slide--fv {
    margin-top: 21.3333333333vw;
  }
}

.qa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f8f3e9;
}
.qa__background {
  position: absolute;
  width: 100%;
  z-index: 0;
  mix-blend-mode: overlay;
  opacity: 50%;
}
.qa__title {
  font-family: "ZenMaruGothic";
  font-size: 2.5vw;
  margin-top: 7.5vw;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 800px) {
  .qa__title {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .qa__title {
    margin-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .qa__title {
    margin-bottom: 0vw;
  }
}
.qa__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ffffff;
  border-radius: 20px;
  width: 80%;
  height: 5.625vw;
  overflow: hidden;
  /* 内部のコンテンツがはみ出ないようにする */
  margin-top: 1.875vw;
  background-color: #ffffff;
  position: relative;
  transition: height 0.5s ease-in-out;
  /* 高さの変更にトランジションを追加 */
}
@media screen and (max-width: 800px) {
  .qa__list {
    height: 19.2vw;
  }
}
@media screen and (max-width: 800px) {
  .qa__list {
    margin-top: 6.4vw;
  }
}
.qa__list__list--active {
  height: 200px;
  /* アクティブ時の高さ */
}
@media screen and (max-width: 800px) {
  .qa__list {
    width: 90%;
  }
}
.qa__inner {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1.25vw;
  margin-left: 3.125vw;
  margin-right: 3.125vw;
  display: flex;
  justify-content: space-between;
  width: 92%;
}
@media screen and (max-width: 800px) {
  .qa__inner {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .qa__inner {
    margin-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .qa__inner {
    margin-right: 4.8vw;
  }
}
.qa__text {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .qa__text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .qa__text {
    width: 80%;
    margin-right: 1.71875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .qa__text {
    margin-right: 5.8666666667vw;
  }
}
.qa__button {
  display: flex;
  text-align: right;
  width: 3.125vw;
  height: 3.125vw;
  background-color: #ffdc00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .qa__button {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .qa__button {
    height: 8.5333333333vw;
  }
}
.qa__plus {
  width: 1.09375vw;
}
@media screen and (max-width: 800px) {
  .qa__plus {
    width: 3.2vw;
  }
}
.qa__buttonminus {
  display: flex;
  text-align: right;
  width: 3.125vw;
  height: 3.125vw;
  background-color: #ffdc00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .qa__buttonminus {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .qa__buttonminus {
    height: 8.5333333333vw;
  }
}
.qa__minus {
  width: 1.09375vw;
  height: 1.09375vw;
}
@media screen and (max-width: 800px) {
  .qa__minus {
    width: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .qa__minus {
    height: 3.2vw;
  }
}
.qa__answer {
  max-height: 0;
  /* 初期状態では回答を非表示にする */
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  /* max-heightの変更にトランジションを追加 */
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .qa__answer {
    margin-top: 8.5333333333vw;
  }
}
.qa__answer__answer--active {
  max-height: 200px;
  /* アクティブ時のmax-height、内容に応じて調整する */
}
@media screen and (max-width: 800px) {
  .qa__answer__answer--active {
    max-height: 150px;
  }
}
.qa__answerText {
  font-size: 1.25vw;
  width: 92%;
  margin-left: 3.125vw;
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .qa__answerText {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .qa__answerText {
    margin-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .qa__answerText {
    margin-top: 1.0666666667vw;
  }
}

.topview {
  position: relative;
  background-color: #ffdc00;
  /* スライダーのトラックとサムをカスタマイズ */
  /* 各ブラウザごとのスライダー要素のスタイル */
  /* IEのトラックのカスタムスタイルは高さの指定に注意が必要です */
}
.topview__back {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
}
.topview__background {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.topview .topview__top,
.topview .topview__topSp,
.topview .topview__top--alternate,
.topview .topview__top--alternateSp {
  /* 既存のスタイル */
  z-index: 2;
  /* これらの要素を背景画像よりも前面に配置 */
}
.topview__topSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .topview__topSp {
    display: flex;
    width: 29.296875vw;
    height: 33.90625vw;
    overflow: scroll;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .topview__topSp {
    width: 100vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .topview__topSp {
    height: 115.7333333333vw;
  }
}
.topview__top--alternate {
  width: 86.71875vw;
  height: 56.40625vw;
  margin-top: 6.25vw;
  overflow: scroll;
  max-height: 722vw;
}
@media screen and (max-width: 800px) {
  .topview__top--alternate {
    width: 100vw;
  }
}
@media screen and (max-width: 800px) {
  .topview__top--alternate {
    height: 115.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .topview__top--alternate {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .topview__top--alternate {
    display: none;
  }
}
.topview__top--alternateSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .topview__top--alternateSp {
    display: flex;
    width: 29.296875vw;
    height: 33.90625vw;
    overflow: scroll;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .topview__top--alternateSp {
    width: 100vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .topview__top--alternateSp {
    height: 115.7333333333vw;
  }
}
.topview__buttonAll {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 4;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1.875vw;
  margin-right: 2.734375vw;
}
@media screen and (max-width: 800px) {
  .topview__buttonAll {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .topview__buttonAll {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .topview__buttonAll {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    left: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.topview__buttonAll > .swiper-scrollbar {
  position: static;
  margin-bottom: 0vw;
}
@media screen and (max-width: 800px) {
  .topview__buttonAll > .swiper-scrollbar {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .topview__buttonAll > .swiper-scrollbar {
    width: 30%;
  }
}
.topview__button {
  display: flex;
  justify-content: space-between;
  width: 7.5vw;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .topview__button {
    width: 25.6vw;
  }
}
@media screen and (max-width: 800px) {
  .topview__button {
    margin-top: 0vw;
  }
}
.topview__topleft {
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (max-width: 800px) {
  .topview__topleft {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .topview__topleft {
    height: 8.5333333333vw;
  }
}
.topview__topright {
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (max-width: 800px) {
  .topview__topright {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .topview__topright {
    height: 8.5333333333vw;
  }
}
.topview .slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 114px;
  /* 幅を114ピクセルに設定 */
  height: 6px;
  /* 高さを6ピクセルに設定 */
  background: #ffdc00;
  /* トラックの背景色 */
  border: 1px solid #000;
  /* トラックの境界線 */
  border-radius: 3px;
  /* トラックの角を丸める */
  outline: none;
  /* アウトラインを無くす */
}
.topview .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #000;
  border: 1px solid #000;
  /* サムの境界線 */
  border-radius: 3px;
  /* サムの角を丸める */
  width: 25px;
  /* サムの幅 */
  height: 6px;
  /* サムの高さ */
  cursor: pointer;
}
.topview .slider:focus,
.topview .slider:active {
  outline: none;
}
.topview .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  /* サムの幅 */
  height: 6px;
  /* サムの高さをトラックと同じに */
  background: #000;
  border-radius: 3px;
  /* サムの端に適度な丸みをつける */
  cursor: pointer;
  border: 1px solid #000;
}
.topview .slider::-moz-range-thumb {
  width: 25px;
  height: 6px;
  background: #000;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #000;
}
.topview .slider::-ms-thumb {
  width: 25px;
  height: 6px;
  background: #000;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #000;
}
.topview .slider::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 14px 0;
  /* トラックの実質的な高さを調整 */
  color: transparent;
  height: 6px;
}
.topview .slider::-ms-fill-lower {
  background: #ffdc00;
  border-radius: 3px;
}
.topview .slider::-ms-fill-upper {
  background: #ffdc00;
  border-radius: 3px;
}
.topview__slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1.875vw;
  margin-right: 2.5vw;
}
@media screen and (max-width: 800px) {
  .topview__slider {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .topview__slider {
    margin-right: 8.5333333333vw;
  }
}
.topview__imgSp {
  display: block;
  width: 29.296875vw;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .topview__imgSp {
    width: 100vw;
  }
}

.swiper-slide--fv {
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .swiper-slide--fv {
    display: none;
  }
}

.swiper-slide--sp1 {
  display: none;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .swiper-slide--sp1 {
    display: block;
    width: 100%;
    height: auto;
    align-self: flex-end;
    transition: opacity 0.5s ease;
  }
}

.swiper-slide--sp2 {
  display: none;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .swiper-slide--sp2 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 80px;
    transition: opacity 0.5s ease;
  }
}

.swiper-slide--fv img {
  z-index: 3;
  /* 画像をさらに前面に表示 */
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-scrollbar {
  margin-bottom: 3.75vw;
}
@media screen and (max-width: 800px) {
  .swiper-scrollbar {
    margin-bottom: 12.8vw;
  }
}

.swiper-scrollbar {
  border: 1px solid black;
  box-sizing: border-box;
  background: #ffdc00;
}

.swiper-scrollbar-drag {
  background: black;
  /* スクロールバーの色を赤に設定 */
}

.merit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f8f3e9;
}
.merit__back {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
}
.merit__background {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.merit__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 20px;
  width: 80%;
  height: 28.28125vw;
  margin-top: 3.125vw;
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
  .merit__inner {
    height: 136vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__inner {
    margin-top: 17.0666666667vw;
  }
}
.merit__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .merit__content {
    align-items: center;
  }
}
.merit__contenttitle {
  display: flex;
  font-family: "ZenMaruGothic";
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  font-size: 1.875vw;
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .merit__contenttitle {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__contenttitle {
    margin-top: 6.4vw;
  }
}
.merit__contenttext {
  font-size: 1.25vw;
  margin-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .merit__contenttext {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__contenttext {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__contenttext {
    display: none;
  }
}
.merit__contenttextSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .merit__contenttextSp {
    display: flex;
    font-size: 1.09375vw;
    margin-top: 1.25vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__contenttextSp {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__contenttextSp {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__contenttextSp {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.merit__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 58.671875vw;
}
@media screen and (max-width: 800px) {
  .merit__detail {
    width: 80vw;
  }
}
.merit__contentmerit {
  display: flex;
  font-family: "ZenMaruGothic";
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .merit__contentmerit {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__contentmerit {
    margin-top: 6.4vw;
  }
}
.merit__img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.875vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .merit__img {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__img {
    margin-bottom: 6.4vw;
  }
}
.merit__imgcontent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .merit__imgcontent--sp {
    display: none;
  }
}
.merit__imgcontentSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .merit__imgcontentSp {
    display: flex;
    margin-top: 2.5vw;
    justify-content: center;
    align-items: center;
    gap: 3.75vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__imgcontentSp {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__Sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.merit__imgcamera {
  width: 5.3125vw;
  height: 4.765625vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .merit__imgcamera {
    width: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgcamera {
    height: 11.4666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgcamera {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgcamera {
    display: none;
  }
}
.merit__imgcameraSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .merit__imgcameraSp {
    display: flex;
    width: 3.75vw;
    height: 3.359375vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__imgcameraSp {
    width: 12.8vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__imgcameraSp {
    height: 11.4666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__imgcameraSp {
    margin-bottom: 6.4vw;
  }
}
.merit__imgbeginnermark {
  width: 3.984375vw;
  height: 5.078125vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .merit__imgbeginnermark {
    width: 13.6vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgbeginnermark {
    height: 17.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgbeginnermark {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgbeginnermark {
    display: none;
  }
}
.merit__imgbeginnermarkSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .merit__imgbeginnermarkSp {
    display: flex;
    width: 2.5vw;
    height: 3.125vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__imgbeginnermarkSp {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__imgbeginnermarkSp {
    height: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__imgbeginnermarkSp {
    margin-bottom: 6.4vw;
  }
}
.merit__imgphoto {
  width: 4.453125vw;
  height: 4.453125vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .merit__imgphoto {
    width: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgphoto {
    height: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgphoto {
    margin-bottom: 4.2666666667vw;
  }
}
.merit__imggoods {
  width: 7.109375vw;
  height: 5.625vw;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .merit__imggoods {
    width: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imggoods {
    height: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imggoods {
    margin-bottom: 2.1333333333vw;
  }
}
.merit__imgshake {
  width: 4.921875vw;
  height: 4.375vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 800px) {
  .merit__imgshake {
    width: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgshake {
    height: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgshake {
    margin-bottom: 4.2666666667vw;
  }
}
.merit__imgtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .merit__imgtext {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgtext {
    display: none;
  }
}
.merit__imgtextphoto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .merit__imgtextphoto {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgtextphoto {
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__imgtextphoto {
    margin-left: 4.2666666667vw;
  }
}
.merit__imgtextgoods {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .merit__imgtextgoods {
    font-size: 3.2vw;
  }
}
.merit__imgtextshake {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.9375vw;
}
@media screen and (max-width: 800px) {
  .merit__imgtextshake {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .merit__imgtextshake {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__imgtextshake {
    margin-right: 4.2666666667vw;
  }
}
.merit__imgtextSp {
  display: none;
}
@media screen and (max-width: 800px) {
  .merit__imgtextSp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .merit__imgtextSp {
    font-size: 3.2vw;
  }
}

.fixed-image {
  position: fixed;
  right: 5%;
  /* 右端からの距離 */
  bottom: 5%;
  /* 下端からの距離 */
  z-index: 5;
  /* 必要に応じて調整 */
}
.fixed-image__img {
  width: 3.75vw;
  height: 3.75vw;
  transition: all 0.25s;
}
@media screen and (max-width: 800px) {
  .fixed-image__img {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .fixed-image__img {
    height: 8.5333333333vw;
  }
}
.fixed-image__img:hover {
  opacity: 40%;
}