@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*============= END normalize ================*/
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/*=============================================
//
// _layout.css
//
=============================================*/
/* 
 defalut-style
--------------------------------------------*/
/* HTML5 要素をブロック表示に */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* bodyの基本設定 */
html {
  font-size: 62.5%;
  /* 1rem = 10px になる */
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #fff;
}

/* リストのスタイルをリセット */
ol,
ul {
  list-style: none;
}

/* リンクの装飾をリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* 画像の表示調整 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ボックス・フォーム系のリセット */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

/* テーブルの基本設定 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* iframe */
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 
 common-styles
--------------------------------------------*/
body {
  font-size: 1.6rem;
  /* 基本本文16px */
  line-height: 1.6;
}

hr {
  border: none;
  border-top: 3px double #ddd;
  color: #ddd;
  overflow: visible;
  text-align: center;
  height: 5px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.dBlock {
  display: block;
}

.dIBlock {
  display: inline-block;
}

.disc-li {
  list-style-type: disc;
  margin-left: 2em;
}

.check-maru-li li::before {
  content: "\f058";
  font-family: "Font Awesome 7 Free";
  font-size: 0.85em;
  margin-right: 0.5em;
}

.maru {
  width: 50px;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: relative;
}
.maru.green1 {
  background-color: #005326;
}
.maru.primary {
  background-color: #030213;
}
.maru.fff {
  background-color: #fff;
  color: #333;
}
.maru span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.curve3 {
  border-radius: 3px;
}

.curve4 {
  border-radius: 4px;
}

.curve5 {
  border-radius: 5px;
}

.curve6 {
  border-radius: 6px;
}

.curve7 {
  border-radius: 7px;
}

.curve8 {
  border-radius: 8px;
}

.curve9 {
  border-radius: 9px;
}

.curve10 {
  border-radius: 10px;
}

.curve11 {
  border-radius: 11px;
}

.curve12 {
  border-radius: 12px;
}

.curve13 {
  border-radius: 13px;
}

.curve14 {
  border-radius: 14px;
}

.curve15 {
  border-radius: 15px;
}

.font50 {
  font-size: 50%;
}

.font55 {
  font-size: 55%;
}

.font60 {
  font-size: 60%;
}

.font65 {
  font-size: 65%;
}

.font70 {
  font-size: 70%;
}

.font75 {
  font-size: 75%;
}

.font80 {
  font-size: 80%;
}

.font85 {
  font-size: 85%;
}

.font90 {
  font-size: 90%;
}

.font95 {
  font-size: 95%;
}

.font100 {
  font-size: 100%;
}

.font105 {
  font-size: 105%;
}

.font110 {
  font-size: 110%;
}

.font115 {
  font-size: 115%;
}

.font120 {
  font-size: 120%;
}

.font125 {
  font-size: 125%;
}

.font130 {
  font-size: 130%;
}

.font135 {
  font-size: 135%;
}

.font140 {
  font-size: 140%;
}

.font145 {
  font-size: 145%;
}

.font150 {
  font-size: 150%;
}

.font-sm {
  font-size: 40%;
}

.font-2xl {
  font-size: 200%;
}

.font-fff {
  color: #fff;
}

.font-black1 {
  color: #333333;
}

.font-primary {
  color: #030213;
}

a.button {
  border: 1px solid #005326;
  background-color: #005326;
  color: #fff;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  padding: 1rem 1em;
  transition: 0.3s;
  display: inline-block;
}
a.button.bg-fff {
  background-color: #fff;
  border-color: #333333;
  color: #333333;
}
a.button.bg-fff:hover {
  background-color: #F9F9FA;
  color: #030213;
}

.button:hover {
  opacity: 0.88;
}

a {
  transition: 0.3s;
}

.flexbox {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
}

.justy-center {
  justify-content: center;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #F2F2F3;
}

.bg-primary {
  background-color: #030213;
}

.only-tab,
.only-sp {
  display: none;
}

.only-pc,
.sp-none,
.tab-none {
  display: block;
}

.heading01 {
  font-size: 4.8rem;
  color: #fff;
}

.heading02 {
  font-size: 3.6rem;
  font-weight: 450;
  margin-bottom: 1em;
}

.heading03 {
  font-size: 2.4rem;
}

.heading04 {
  font-size: 2rem;
}

.heading05 {
  font-size: 1.6rem;
}

/* 
 タブレット向け */
@media screen and (max-width: 767px) {
  .justy-center {
    align-items: center;
  }
  .only-pc,
.tab-none {
    display: none;
  }
  .only-tab {
    display: block;
  }
  .heading01 {
    font-size: 3.6rem;
  }
  .heading02 {
    font-size: 3rem;
  }
  .heading03 {
    font-size: 2rem;
  }
}
/* 
 スマホ向け */
@media screen and (max-width: 480px) {
  .only-sp {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .heading01 {
    font-size: 3rem;
  }
  .heading02 {
    font-size: 2.4rem;
  }
  .heading03 {
    font-size: 1.8rem;
  }
}
/*
 layout
--------------------------------------------*/
html,
body,
#container,
#container > div {
  height: 100%;
}

.header-container,
.footer-container {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.main-container {
  width: 100%;
  margin: auto;
}

/*
 header,footer
 */
.header,
.header {
  background-color: #fff;
  color: #333333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #ddd;
}

.header-container {
  padding: 1rem 0;
}

.header-flex,
.footer-flex {
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  margin: 0 2%;
}

.header-logo,
.footer-logo {
  align-items: center;
  gap: 0.5rem;
}

.header-logo .maru {
  flex: 0 0 50px;
}
.header-logo .header-logo-in {
  font-size: 1.7rem;
}

#menu {
  width: 50%;
}

.header-menu-flex {
  gap: 0;
  width: 100%;
  justify-content: space-between;
}
.header-menu-flex a {
  padding: 0.6em 0.8em;
  display: inline-flex;
}
.header-menu-flex a:hover {
  color: #030213;
}

.header-menu-left-flex {
  gap: 1.5rem;
  align-items: center;
}
.header-menu-left-flex .flex-in-flex {
  flex-direction: column;
}
.header-menu-left-flex .flex-in-flex a {
  display: inline-flex;
  font-size: 2rem;
  gap: 0.1em;
}
.header-menu-left-flex .flex-in-flex svg {
  width: 2rem;
  height: 3rem;
}

.headermail-flex {
  align-items: center;
  gap: 0.5rem;
  display: inline-flex !important;
}
.headermail-flex svg {
  width: 1.8rem;
}

.footer {
  background-color: #005326;
}
.footer .heading05 {
  color: #fff;
  margin-bottom: 0.8rem;
}
.footer p,
.footer li,
.footer a {
  color: rgba(255, 255, 255, 0.7);
}
.footer a:hover {
  color: rgb(255, 255, 255);
}

.footer-flex {
  gap: 5%;
  padding: 3rem 0;
  align-items: first baseline;
}
.footer-flex .flex-in {
  flex: 0 1 20%;
}
.footer-flex .flex-in:first-child {
  flex: 1 0 10%;
}
.footer-flex .flex-in:not(:first-child) {
  padding: 0 2%;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-flex .flex-in ul {
  font-size: 1.4rem;
  line-height: 1.8;
}

.footer-logo {
  color: #fff;
  margin-bottom: 20px;
}
.footer-logo .logo-title {
  font-size: 2rem;
}
.footer-logo .maru {
  color: #005326;
}

#copy {
  border-top: 1px solid #aaa;
  margin: 0 2%;
}
#copy p,
#copy a {
  color: rgba(255, 255, 255, 0.6);
}
#copy a:hover {
  color: rgb(255, 255, 255);
}
#copy.footercopy-flex {
  justify-content: space-between;
  padding: 40px 0;
  font-size: 1.4rem;
}

.copylink-flex {
  gap: 2rem;
}

/*
 main-visual
 */
.mainv {
  height: 600px;
  overflow: hidden;
}

.main-img {
  width: 100%;
}
.main-img img {
  object-fit: cover;
  width: 200%;
  height: 600px;
}

.main-text {
  width: 100%;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-text .title,
.main-text .main-text-p {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.main-text p,
.main-text li,
.main-text a {
  color: #fff;
}
.main-text p.main-text-p {
  font-size: 2.4rem;
}
.main-text .flexbox {
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
.main-text .link-flex {
  gap: 1em;
  margin: 2em auto;
}
.main-text .link-flex .button {
  border: none;
}
.main-text .link-flex .button:hover {
  opacity: 1;
}
.main-text .filter-flex {
  gap: 1.5em;
}
.main-text .filter-flex li {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  /* 半透明が必須！ */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* Safari対応 */
  padding: 2.4rem;
  flex: 0 0 20%;
}

/*
 content
 */
.main-container .box {
  margin: auto;
  padding: 80px 0;
}
.main-container .box:nth-child(2n-1) {
  background-color: #F9F9FA;
}
.main-container p {
  padding-bottom: 1.6em;
}
.main-container p.pb0 {
  padding-bottom: 0;
}

.box-container {
  width: 1600px;
  max-width: 94%;
  margin: auto;
}

/*
 #about
 */
#about .box-container {
  width: 900px;
}

.about-text-box {
  padding: 30px 4%;
  border-radius: 10px;
  border: 1px solid #eee;
}
.about-text-box:not(:last-child) {
  margin-bottom: 30px;
}

.about-flex .flex-in {
  flex: 1 1 auto;
  border-left: 3px solid #030213;
  padding: 0.5rem 2%;
  margin-bottom: 1em;
  gap: 3%;
}

/*
 #service
 */
#service .heading02 {
  margin-bottom: 0;
}

.service-flex {
  flex-wrap: wrap;
  gap: 1.6rem 2%;
}
.service-flex .flex-in {
  border-radius: 15px;
  flex: 1 1 30%;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px 2%;
}

/*
 #flow
 */
#flow .box-container {
  width: 900px;
}
#flow .heading02 {
  margin-bottom: 0;
}

.flow-order-cont {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 15px 0;
  padding: 2rem 2%;
}
.flow-order-cont p {
  padding-bottom: 0 !important;
}
.flow-order-cont .flex-text {
  flex: 1 1 auto;
}
.flow-order-cont .flex-image {
  flex: 0 0 20%;
}

.flow-flex {
  gap: 2%;
}
.flow-flex .maru {
  flex: 0 0 50px;
}

.flow-block {
  margin: auto;
  background-color: #fff;
  padding: 1em 3%;
}

/*
 #price
 */
#price .box-container {
  width: 900px;
}
#price .heading02 {
  margin-bottom: 0;
}

p.price-head-txt {
  padding-bottom: 0.8em;
}

.price-cont1 {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 2em 3%;
  margin-bottom: 30px;
}

.price-cont2,
.price-cont3 {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 1.5em 3%;
}

.price-list1 {
  border-left: 4px solid #030213;
  padding: 10px;
  margin-bottom: 15px;
}

.price-list2 {
  background-color: #F9F9FA;
  padding: 15px 2%;
}
.price-list2 p {
  padding-bottom: 0;
}
.price-list2 p,
.price-list2 li {
  font-size: 1.5rem;
}

.price-flex {
  gap: 30px;
  margin-bottom: 30px;
}
.price-flex .flex-in {
  flex: 1 1 50%;
}

.price-dl-flex {
  flex-wrap: wrap;
  font-size: 1.5rem;
  flex-direction: row !important;
}
.price-dl-flex dt,
.price-dl-flex dd {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.8rem 0 0.4rem;
}
.price-dl-flex dt {
  flex: 0 0 60%;
}
.price-dl-flex dd {
  flex: 0 0 40%;
}

.price-notes {
  padding: 1.5em 2%;
}

/*
 #faq
 */
#faq .box-container {
  width: 900px;
}
#faq .heading02 {
  margin-bottom: 0;
}

/*
 #contact
 */
#contact .box-container {
  width: 900px;
}
#contact .heading02 {
  margin-bottom: 0;
}

.contact-cont {
  border: 1px solid #eee;
  padding: 2em 3%;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.contact-flex {
  justify-content: center;
  align-items: anchor-center;
  gap: 0.5%;
}
.contact-flex.tel svg {
  width: 30px;
  height: 30px;
}
.contact-flex.tel span {
  font-size: 3.6rem;
}
.contact-flex.time {
  margin-bottom: 15px;
  flex-direction: row !important;
}
.contact-flex.time svg {
  width: 16px;
  height: 16px;
}
.contact-flex.time span {
  font-size: 1.8rem;
}
.contact-flex.mail {
  margin-bottom: 30px;
}
.contact-flex.mail svg {
  width: 30px;
  height: 30px;
}
.contact-flex.mail .mail-flex {
  padding-right: 5%;
  padding-left: 3%;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.contact-flex.place {
  flex-direction: column;
}
.contact-flex.place .place-heading {
  color: #fff;
  background-color: #005326;
  padding: 0.8rem;
  margin: 0.8rem 0;
}
.contact-flex.place .place-heading + p {
  padding-bottom: 0.8rem !important;
}
.contact-flex.place .flex-in {
  width: 600px;
  max-width: 100%;
  flex: 1 1 auto;
}
.contact-flex.place .flex-in.iframe-wrapper {
  width: 600px;
}

.contact-notes {
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 2em 3%;
}

.contact-notes-ul {
  margin-bottom: 2.5rem;
}
.contact-notes-ul .check {
  display: inline-block;
  margin-right: 0.5em;
}

.contact-notes-title {
  margin-bottom: 1em;
}

/*
 media-max: 767px
 タブレット向け */
@media screen and (max-width: 767px) {
  .header-menu-left-flex {
    gap: 0.5rem;
    align-items: stretch;
  }
  .flex-in-flex a {
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #ddd;
  }
  .footer-flex {
    flex-direction: column;
    gap: 0;
  }
  .footer-flex .flex-in {
    padding: 1em 2% !important;
    width: 100%;
    border-left: none !important;
  }
  .footer-flex .flex-in, .footer-flex .flex-in:first-child {
    flex: 1 1 auto;
  }
  .footer-flex .flex-in:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #copy.footercopy-flex {
    flex-direction: column;
    align-items: center;
  }
  .main-text {
    top: 50%;
  }
  .main-text .title,
.main-text .main-text-p {
    color: #030213;
    text-shadow: 0px 0px 7px rgb(255, 255, 255);
  }
  .main-text .flexbox {
    flex-direction: column;
    gap: 0.5em;
  }
  .main-text .link-flex {
    margin: 0.8em auto;
  }
  .main-text .filter-flex li {
    padding: 0.7em 5vw;
    width: 90%;
  }
  .main-container .box {
    padding: 4rem 0;
  }
  .main-container .flexbox {
    flex-direction: column;
  }
  .about-text-box {
    padding: 2.5rem 5vw;
  }
  .service-flex .flex-in {
    flex: 1 1 auto;
    padding: 2.5rem 5vw;
  }
  .flow-order-cont {
    padding: 2.5rem 5vw;
  }
  .flow-order-cont .flex-image {
    flex: 1 1 auto;
    width: 60%;
    margin: 1em auto 0;
  }
  .flow-order-cont .flex-image img {
    width: 100%;
  }
  .flow-flex {
    align-items: center;
    gap: 0.5em;
  }
  .flow-flex .heading04 {
    text-align: center;
    margin-bottom: 0.5em;
  }
  .price-flex {
    gap: 2rem;
  }
  .price-flex .flex-in {
    flex: 1 1 auto;
    width: 100%;
  }
  .price-cont1 {
    margin-bottom: 2rem;
  }
  .price-cont1,
.price-cont2,
.price-cont3 {
    padding: 2.5rem 5vw;
  }
}
/* 
 スマホ向け */
@media screen and (max-width: 480px) {
  .flow-order-cont .flex-image {
    width: 85%;
  }
}

/*# sourceMappingURL=main.css.map */