@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
html.noscroll {
  overflow: hidden;
}

body {
  background-color: #FAF8F5;
  color: #222;
  font-family: "Noto Sans JP", serif, "游ゴシック";
  font-optical-sizing: auto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 1.975;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

a {
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

input[type=submit],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

object {
  pointer-events: none;
}

h2,
h3,
h4 {
  font-weight: 400;
}

label {
  cursor: pointer;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

.pc-only {
  display: block;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto {
  position: relative;
  width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-width: 0;
}

.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb56 {
  margin-bottom: 5.6rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mt110 {
  margin-top: 11rem;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.eventnone {
  opacity: 0.5;
  pointer-events: none;
}

.fadeIn.is-show {
  animation: fadeIn 1.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
}

.fadeUp.is-show {
  animation: fadeUp 1.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-footer {
  padding: 0 0 4rem;
}

.l-footer-image {
  background: #000;
  position: relative;
}
.l-footer-image .footer-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  left: 0;
  object-fit: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: 1;
}

.l-footer-image-sec {
  color: #fff;
  margin: 0 auto;
  padding: 4rem 0 6rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
  z-index: 2;
}
.l-footer-image-sec .title_contact {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 80px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.l-footer-image-sec .title_contact:after {
  background: #E37C22;
  border-radius: 50%;
  bottom: -50px;
  content: " ";
  display: inline-block;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 30px;
}
.l-footer-image-sec .banner_contact_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 96%;
}
.l-footer-image-sec .contact_banner {
  margin-top: 20px;
  width: 46%;
}
.l-footer-image-sec .contact_banner a {
  align-items: center;
  border-bottom: 10px dotted #E37C22;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 3.4rem;
  font-weight: bold;
  gap: 1rem;
  justify-content: center;
  padding: 2rem 2rem 1rem;
}
.l-footer-image-sec .contact_banner a img {
  height: 80px;
  width: 80px;
}

.l-footer-info {
  align-items: center;
  display: flex;
  gap: 4rem;
  padding: 4rem 4rem 0;
}
.l-footer-info > div {
  flex: 1;
}

.l-footer-address {
  line-height: 1.4;
  margin-top: 3rem;
}

.l-footer-nav {
  display: flex;
  gap: 20px 0;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 2rem;
}
.l-footer-nav li:not(:last-child) {
  border-right: 1px solid #ccc;
}
.l-footer-nav a {
  display: block;
  font-size: 1.4rem;
  padding: 0 2rem;
  text-align: center;
}

.copy {
  color: #3D8B91;
  font-size: 1.2rem;
  padding: 0 2rem;
  text-align: right;
}
.copy br {
  display: none;
}

html {
  margin-top: 0 !important;
}

.l-header {
  display: block;
  left: 0;
  padding: 14px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 999;
}
.l-header.fixed {
  background: #FAF8F5;
}

.c-hamburger {
  background-color: transparent;
  border: transparent;
  cursor: pointer;
  height: inherit;
  margin: 0;
  position: relative;
  width: inherit;
}

.c-hamburger span {
  background: black;
  display: block;
  height: 2px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: all 0.4s;
  width: 24px;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}

.p-header__title {
  align-items: center;
  display: flex;
  gap: 10px 20px;
  justify-content: center;
}
.p-header__title span {
  font-size: 1.4rem;
  font-weight: 700;
}

.p-header__nav {
  align-items: center;
  background: transparent;
  display: flex;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: -100%;
  top: 0;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
  width: 100%;
  z-index: 10;
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding: 0 20px;
}

.p-header__hamburger {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 95px;
  z-index: 100;
}

.p-header__nav.is-active {
  background-color: #fff;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
}

.p-nav__list {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

.p-nav__item {
  position: relative;
  width: 100%;
}

.p-nav__link {
  color: black;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 18px;
  text-align: center;
  width: 100%;
}
.p-nav__link span {
  color: #E37C22;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.inner {
  margin: 0 auto;
  width: min(120rem, 96%);
}

.c-accordion {
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: 1.6rem 2rem;
}

.c-accordion-title {
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1.7;
  padding: 0 4rem 0 5.8rem;
  position: relative;
}
.c-accordion-title:before {
  background: url(../images/svg/icon-q.svg) no-repeat center center/contain;
  content: "";
  height: 4.3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 4.3rem;
}
.c-accordion-title .icon-arrow-down {
  aspect-ratio: 1;
  width: 2.8rem;
  fill: #3D8B91;
  position: absolute;
  right: 2rem;
  top: 1rem;
  transition: all 250ms ease;
}
.c-accordion-title.open .icon-arrow-down {
  transform: rotate(180deg);
  transition: all 250ms ease;
}

.c-accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.c-accordion-body p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: 6rem;
  position: relative;
}
.c-accordion-body p:before {
  align-items: center;
  background: #3D8B91;
  border-radius: 100vmax;
  color: #fff;
  content: "A";
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  height: 3.8rem;
  justify-content: center;
  left: -5.2rem;
  position: absolute;
  top: 0.5rem;
  width: 3.8rem;
}

.c-accordion-body.show {
  grid-template-rows: 1fr;
  padding: 1.6rem 0;
}

.c-accordion-body > div {
  overflow: hidden;
}

.c-breadcrumbs {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 100vmax;
  color: rgba(54, 54, 54, 0.6);
  display: flex;
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 1rem 4rem;
  width: min(120rem, 96%);
}
.c-breadcrumbs a {
  font-size: 1.3rem;
  margin-right: 0.6rem;
}

.c-textlink {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  line-height: 1.4;
  padding-right: 3rem;
  position: relative;
}
.c-textlink:after {
  background: url(../images/svg/icon-arrow.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
}

.c-more-btn {
  background-color: #fff;
  border-radius: 100vmax;
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 1.4rem 1.8em 1.4rem 2.4em;
  position: relative;
  text-align: center;
}
.c-more-btn.border-orange {
  border: 2px solid #E37C22;
}
.c-more-btn .icon-arrow {
  aspect-ratio: 22/18;
  width: 2.2rem;
  fill: #E37C22;
}

.p-area-flow {
  background-color: #f5f5f5;
  padding-bottom: 48px;
  padding-top: 64px;
}

.p-area-flow__lead {
  font-size: 1.6rem;
  text-align: center;
}

.p-area-flow__list {
  margin-top: 36px;
}

.p-area-flow__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 32px 48px 220px;
  position: relative;
}

.p-area-flow__contents {
  flex: 1;
}

.p-area-flow__item .p-area-flow__step {
  background-color: #f7e9e8;
}

.p-area-flow__item .p-area-flow__step::before {
  border-top-color: #f7e9e8;
}

.p-area-flow__item:last-child .p-area-flow__step {
  bottom: 0;
}

.p-area-flow__item:last-child .p-area-flow__step::before {
  content: none;
}

.p-area-flow__item:not(:first-child) {
  margin-top: 40px;
}

.p-area-flow__step {
  align-items: center;
  background-color: #ccc;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 7.2rem;
  justify-content: center;
  left: 20px;
  line-height: 1.1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 170px;
}

.p-area-flow__step::before {
  border-left: 85px solid transparent;
  border-right: 85px solid transparent;
  border-top: 50px solid #ccc;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}

.p-area-flow__step span {
  font-size: 2.4rem;
}

.p-area-flow__headline {
  color: #dd2723;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-area-flow__text {
  margin-top: 12px;
}

.p-area-flow__text sup {
  color: #666;
  font-size: 80%;
  vertical-align: top;
}

.p-area-flow__notes {
  margin-top: 16px;
}

.p-area-flow__notes li {
  color: #666;
  font-size: 1.3rem;
  padding-left: 2.75em;
  text-indent: -2.75em;
}

.p-area-flow__btn {
  margin-top: 64px;
}

.p-area-flow .c-headline.-sub {
  margin-bottom: 12px;
  margin-top: 64px;
}

.p-area-flow__docnumber {
  color: #666;
  font-size: 1.3rem;
  margin-top: 2em;
  text-align: right;
}
/* -------------------------------------------*/
/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.contact-sec01 {
  background-color: #F9F8F8;
  border-radius: 2rem;
  margin: 0 auto 6vw;
  padding: 6vw 0;
  width: 96%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border: 1px solid #bebebe;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 0.6rem 1rem;
  width: 100%;
}

.Form-wrap {
  border: 1px solid #C1C1C1;
  border-radius: 1.6rem;
  margin-bottom: 2.4rem;
  padding: 2.4rem 4rem;
}

.Form-Item {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}
.Form-Item:not(:last-of-type) {
  margin-bottom: 1.4rem;
}
.Form-Item p:not(.Form-Item-Label) {
  width: calc(100% - 240px);
}

.Form-Item-Label {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  width: 24rem;
}
.Form-Item-Label.full {
  width: 100%;
}
.Form-Item-Label small {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

.Form-Item-Label-Required {
  background-color: #3D8B91;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.note {
  font-size: 1.6rem;
  margin: 1.8rem 0;
}

.c-contact-agree {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 4rem;
  margin-top: 4rem;
  text-align: center;
}
.c-contact-agree p {
  text-align: center;
}
.c-contact-agree a {
  text-decoration: underline;
}

.Form-filebox {
  background: #f5f5f5;
  display: flex;
  margin: 0 0 1.4rem;
  padding: 1.4rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.Form-filebox-label {
  width: 15rem;
}

input[type=file]::file-selector-button {
  height: 40px;
  margin-right: 1rem;
  opacity: 0;
  position: relative;
  width: 80px;
}

input[type=file]::before {
  align-items: center;
  background: #E37C22;
  border-radius: 10em;
  color: white;
  content: "参照";
  cursor: pointer;
  display: grid;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  position: absolute;
  text-align: center;
  width: 80px;
}

.confirm_area .Form-Item-Label-Required {
  display: none;
}
.confirm_area .confirm_area-read {
  margin-bottom: 6rem;
  text-align: center;
}

.button-wrap {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 4rem auto;
}

input.confirm_button {
  background: #E37C22;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  padding: 1.8rem 8rem;
}
input.confirm_button:disabled {
  background-color: #bebebe;
  cursor: inherit;
}

input.submit-btn {
  background: #E37C22;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  padding: 1.8rem 8rem;
}

input.back_button {
  background: #646464;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  padding: 1.8rem 8rem;
}

.wpcf7-submit {
  background: #E60012;
  border-radius: 8px;
  color: #fff;
  padding: 0.4rem 4rem;
}

.back_button {
  background: #000;
  border-radius: 8px;
  color: #fff;
  padding: 0.4rem 4rem;
}

.back-link {
  margin-top: 4rem;
  text-align: center;
}
.back-link a {
  color: #0029af;
  text-decoration: underline;
}

.selectbox {
  align-items: center;
  display: inline-flex;
  position: relative;
  width: 100%;
}

.selectbox::after {
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  width: 10px;
}

.selectbox .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  color: #333333;
  cursor: pointer;
  font-size: 1.6rem;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  width: 100%;
}
.selectbox select option {
  font-size: 1.6rem;
}

.c-mv1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 4rem;
  padding-top: 10vw;
  position: relative;
  width: min(70rem, 100%);
}

.c-page-header-default {
  margin-top: 18.6rem;
}
.c-page-header-default .c-page-header__title {
  margin-bottom: 2rem;
}
.c-page-header-default .c-page-header__text {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-header-image {
  height: 400px;
  margin-top: 18.6rem;
  width: 100%;
}
.c-header-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-header-image .c-page-header__text {
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  left: 0;
  line-height: 1.4;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: min(120rem, 100%);
}

.c-sec-title,
.c-sec-subtitle {
  font-weight: 700;
}

.c-sec-title {
  color: #3D8B91;
  font-size: 3.4rem;
  line-height: 1.4;
  margin: 0 auto 6vw;
  padding-left: 2rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-sec-title:before {
  background: url(../images/common/title-bg.svg) no-repeat center center/cover;
  content: "";
  height: 12rem;
  left: -5rem;
  position: absolute;
  top: -2.6rem;
  width: 12rem;
  z-index: -1;
}
.c-sec-title span {
  color: #E37C22;
  display: block;
  font-size: 2rem;
  font-weight: 500;
}

.c-sec-text {
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 2rem;
}

.p-contact {
  background-color: #f6eee8;
  padding: 10vw 0;
}

.p-contact__wrap {
  background-color: #fff;
  border-radius: 2rem;
  padding: 10vw;
}

.top-mv {
  margin-bottom: 6vw;
  overflow: hidden;
  position: relative;
}

.top-mv-wrap {
  height: 88vh;
  margin: auto;
  position: relative;
  width: 96%;
}
.top-mv-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide {
  clip-path: url(#clipping);
}

.top-mv .slide {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1.5s ease-in-out;
  width: 100%;
  z-index: 1;
}

.top-mv .slide.active {
  opacity: 1;
  z-index: 2;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-mv__text {
  left: 5%;
  position: absolute;
  top: 75%;
  z-index: 3;
}

.top-mv__title {
  color: #3D8B91;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3.4rem;
}
.top-mv__title br {
  display: none;
}

.top-mv__subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.top-news {
  display: flex;
  justify-content: flex-end;
  margin-right: 4vw;
}

.top-news__wrap {
  display: flex;
  gap: 4rem;
}

h2.top-news__title {
  font-size: 2.4rem;
}

span.top-news__item-date {
  font-size: 1.4rem;
  line-height: 1;
}

h3.top-news__item-title {
  line-height: 1.4;
}

/*/ グッドケアについて
///////////////////////////////////////////////////*/
.top-about {
  margin-bottom: 50rem;
  position: relative;
}
.top-about:before {
  background: url(../images/common/line-bg01.png) no-repeat center center/cover;
  content: "";
  height: 56.6rem;
  left: 0;
  position: absolute;
  top: 60%;
  width: 67rem;
  z-index: -1;
}

.top-about__content {
  align-items: center;
  background-color: #f6eee8;
  border-radius: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8vw 6vw;
  position: relative;
}
.top-about__content .top-about__title {
  color: #79913d;
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 3.4rem;
  width: min(40rem, 100%);
}
.top-about__content .top-about__text {
  flex: 1;
  font-size: 1.8rem;
}
.top-about__content .top-about__img {
  border-radius: 0 0 4rem 4rem;
  position: absolute;
  right: 0;
  top: calc(100% - 6rem);
  width: 46rem;
  z-index: 2;
}

/*/ サービス
///////////////////////////////////////////////////*/
.top-service {
  margin-bottom: 10rem;
  position: relative;
}
.top-service:before {
  background: url(../images/common/line-bg02.png) no-repeat center center/cover;
  content: "";
  height: 65.6rem;
  position: absolute;
  right: -20rem;
  top: -14%;
  width: 49rem;
  z-index: -1;
}

.top-service-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}

.top-service__image {
  margin-top: -30%;
  width: 50%;
}
.top-service__image .service-image01,
.top-service__image .service-image02 {
  border-radius: 4rem;
}
.top-service__image .service-image02 {
  margin-left: -30%;
  margin-top: 9%;
}

.top-service__content {
  width: 50%;
}

.top-service__title {
  font-size: 2rem;
  font-weight: 600;
}
.top-service__title span {
  border-bottom: 2px dotted #79913d;
  display: inline;
}

.top-service-article {
  align-items: center;
  background-color: #fff;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  padding: 4vw 6vw;
}
.top-service-article .top-service-article__image {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 4rem;
  width: 30rem;
}
.top-service-article .top-service-article__image img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.top-service-article .top-service-article__content {
  flex: 1;
}
.top-service-article .top-service-article__title {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.top-service-article .top-service-article__title:before {
  align-items: center;
  background: url(../images/common/number-bg.svg) no-repeat center center/cover;
  color: #fff;
  content: attr(data-number);
  display: flex;
  flex-direction: column;
  font-size: 2.8rem;
  font-weight: 600;
  height: 6.6rem;
  justify-content: center;
  margin-right: 1.6rem;
  width: 6.4rem;
}
.top-service-article .top-service-article__text {
  padding-left: 4rem;
}
.top-service-article.reverse {
  flex-direction: row-reverse;
}
.top-service-article.reverse .top-service-article__image {
  margin-left: 4rem;
  margin-right: 0;
}
.top-service-article.reverse .top-service-article__text {
  padding-left: 0;
  padding-right: 4rem;
}

.top-service-article__list {
  margin-left: 5rem;
}
.top-service-article__list li {
  display: flex;
  margin-bottom: 0.6rem;
}
.top-service-article__list li:before {
  content: "・";
  margin-right: 0.6rem;
}

.download-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 8vw auto;
}
.download-btn .info-download-btn {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 2rem;
  justify-content: center;
  padding: 2rem 4rem;
  width: 43rem;
}
.download-btn .info-download-btn.bg-pink {
  background-color: #ED6B73;
  border-radius: 1rem 0 0 1rem;
  transition: background-color 0.3s ease-in-out;
}
.download-btn .info-download-btn.bg-pink:hover {
  background-color: #D65A62;
}
.download-btn .info-download-btn.bg-green {
  background-color: #A4CF42;
  border-radius: 0 1rem 1rem 0;
  transition: background-color 0.3s ease-in-out;
}
.download-btn .info-download-btn.bg-green:hover {
  background-color: #88B933;
}
.download-btn .info-download-btn img {
  height: 3.4rem;
  width: 3.4rem;
}
.download-btn .info-download-btn span {
  border-bottom: 2px dotted #fff;
}

.top-company {
  padding: 10rem 0;
  position: relative;
}

.top-company__content {
  background-color: #f6eee8;
  border-radius: 6rem;
  margin: 0 auto;
  padding: 4vw 5vw;
  position: relative;
  width: min(70rem, 100%);
}
.top-company__content:before {
  border: 2px dotted rgba(179, 206, 135, 0.6784313725);
  border-radius: 6rem;
  content: "";
  height: 100%;
  left: -1.4rem;
  position: absolute;
  top: -1.4rem;
  width: 100%;
}

.top-company__list {
  position: relative;
  z-index: 5;
}
.top-company__list:not(:last-child) {
  margin-bottom: 4rem;
}

.top-company__item {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.top-company__title {
  color: #79913d;
  font-weight: 600;
  width: 10rem;
}

.top-company__text {
  flex: 1;
  margin-left: 2rem;
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}

@media screen and (375px <= width <= 767px){
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.6;
    overflow-x: hidden;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .l-footer {
    padding: 4rem 0 0;
  }
  .l-footer-image-sec .title_contact {
    font-size: 18px;
  }
  .l-footer-image-sec .title_contact:after {
    height: 15px;
    width: 15px;
  }
  .l-footer-image-sec .banner_contact_wrap {
    flex-direction: column;
  }
  .l-footer-image-sec .contact_banner {
    width: 100%;
  }
  .l-footer-image-sec .contact_banner a {
    border-bottom: 4px dotted #E37C22;
    font-size: 2.4rem;
    padding: 2rem 2rem 1rem;
  }
  .l-footer-image-sec .contact_banner a img {
    height: 60px;
    width: 60px;
  }
  .l-footer-info {
    display: block;
    padding: 0 4rem;
  }
  .l-footer-info > div {
    margin-bottom: 2rem;
    text-align: center;
  }
  .l-footer-address {
    text-align: center;
  }
  .l-footer-nav {
    display: none;
  }
  .copy {
    padding-bottom: 3rem;
    text-align: center;
  }
  .copy br {
    display: block;
  }
  .p-header__title {
    gap: 10px 10px;
    width: 25rem;
  }
  .p-header__title span {
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
  }
  .p-nav__item {
    margin-bottom: 2rem;
  }
  .inner {
    padding: 0 4vw;
  }
  .c-accordion-title {
    font-size: 1.8rem;
    line-height: 1.7;
    padding: 0 2rem 0 3.2rem;
  }
  .c-accordion-title:before {
    height: 2.3rem;
    top: 0.7rem;
    width: 2.3rem;
  }
  .c-accordion-title .icon-arrow-down {
    right: 0rem;
    top: 1rem;
    width: 2rem;
  }
  .c-accordion-body p {
    font-size: 1.5rem;
    margin-left: 3rem;
  }
  .c-accordion-body p:before {
    content: "A";
    font-size: 1.3rem;
    height: 2.2rem;
    left: -2.8rem;
    top: 0.5rem;
    width: 2.2rem;
  }
  .c-textlink {
    font-size: 1.8rem;
  }
  .c-textlink .icon-arrow {
    width: 1.6rem;
  }
  .c-more-btn {
    font-size: 1.8rem;
    width: 100%;
  }
  .c-more-btn .icon-arrow {
    width: 1.8rem;
  }
  .c-page-header-default {
    margin-bottom: 4rem;
    margin-top: 10.6rem;
  }
  .c-page-header-default .c-page-header__title {
    font-size: 3.2rem;
  }
  .c-page-header-default .c-page-header__text {
    font-size: 1.8rem;
  }
  .c-header-image {
    height: 160px;
    margin-bottom: 4rem;
    margin-top: 10.6rem;
  }
  .c-header-image .c-page-header__text {
    font-size: 2.8rem;
    padding: 0 2rem;
  }
  .c-sec-text {
    font-size: 1.6rem;
  }
  .top-about {
    margin-bottom: 4rem;
  }
  .top-service-wrap {
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .top-service__image {
    display: flex;
    margin-top: 0;
    width: 100%;
  }
  .top-service__image .service-image01,
  .top-service__image .service-image02 {
    border-radius: 0;
    flex: 1;
    width: 50%;
  }
  .top-service__image .service-image02 {
    margin-left: 0;
    margin-top: 0;
  }
  .top-service__content {
    margin-top: 4rem;
    width: 100%;
  }
  .top-service-article {
    flex-direction: column-reverse;
    margin-bottom: 4rem;
  }
  .top-service-article .top-service-article__image {
    margin-right: 0;
    margin-top: 4rem;
    width: 100%;
  }
  .top-company__content {
    border-radius: 2rem;
    margin: 0 auto;
    padding: 4vw 5vw;
    position: relative;
    width: min(70rem, 100%);
  }
  .top-company__content:before {
    border: 2px dotted rgba(179, 206, 135, 0.6784313725);
    border-radius: 2rem;
    content: "";
    height: 100%;
    left: -0.4rem;
    position: absolute;
    top: -0.4rem;
    width: 100%;
  }
  .top-company__item {
    margin-bottom: 1.2rem;
  }
  .top-company__title {
    width: 8rem;
  }
  .top-company__text {
    margin-left: 0;
  }
}

@media screen and (375px <= width <= 1199px){
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .c-sec-title {
    font-size: 2.6rem;
    margin: 0 auto 4vw;
  }
  .c-sec-title:before {
    height: 5rem;
    left: -2rem;
    top: 1rem;
    width: 5rem;
  }
  .c-sec-title span {
    font-size: 1.5rem;
  }
  .top-about__content {
    border-radius: 2rem 2rem 0 0;
    flex-direction: column;
  }
  .top-about__content .top-about__title {
    font-size: 2.4rem;
    margin-bottom: 3.4rem;
    text-align: center;
    width: 100%;
  }
  .top-about__content .top-about__text {
    flex: 1;
    font-size: 1.6rem;
  }
  .top-about__content .top-about__img {
    border-radius: 0;
    margin-top: 4rem;
    max-width: 100%;
    position: relative;
    top: inherit;
    width: 100%;
  }
  .top-service-article .top-service-article__title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .top-service-article .top-service-article__title:before {
    content: none;
  }
  .top-service-article .top-service-article__text {
    padding-left: 0;
  }
  .top-service-article.reverse {
    flex-direction: column-reverse;
  }
  .top-service-article__list {
    margin-left: 0;
  }
  .download-btn {
    flex-direction: column;
    margin: 4rem auto;
  }
  .download-btn .info-download-btn {
    margin: 0 auto 2rem;
    width: 90%;
  }
  .download-btn .info-download-btn.bg-pink {
    border-radius: 1rem;
  }
  .download-btn .info-download-btn.bg-green {
    border-radius: 1rem;
  }
}

@media screen and (min-width: 768px){
  .l-header {
    padding: 20px;
  }
  .p-header__hamburger {
    display: none;
  }
  .p-nav__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    width: 100%;
  }
  .p-header__nav {
    height: inherit;
    opacity: 1;
    position: static;
    width: initial;
  }
  .p-nav__list {
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px){
  .inner {
    padding: 0 6vw;
  }
}

@media screen and (768px <= width <= 1199px){
  .c-accordion-title {
    font-size: 2.2rem;
    line-height: 1.7;
    padding: 0 2rem 0 4.2rem;
  }
  .c-accordion-title:before {
    height: 3.3rem;
    top: 0rem;
    width: 3.3rem;
  }
  .c-accordion-title .icon-arrow-down {
    right: 0rem;
    top: 1rem;
    width: 2rem;
  }
  .c-accordion-body p {
    font-size: 1.8rem;
    margin-left: 5rem;
  }
  .c-accordion-body p:before {
    content: "A";
    font-size: 1.6rem;
    height: 3.2rem;
    left: -4.8rem;
    top: 0.5rem;
    width: 3.2rem;
  }
  .c-textlink {
    font-size: 1.8rem;
  }
  .c-textlink .icon-arrow {
    width: 2rem;
  }
  .c-more-btn {
    font-size: 2rem;
  }
  .c-more-btn .icon-arrow {
    width: 2rem;
  }
  .c-header-image {
    height: 300px;
  }
  .c-header-image .c-page-header__text {
    font-size: 4.2rem;
    padding: 0 2rem;
  }
  .top-about {
    margin-bottom: 22vw;
  }
}

@media only screen and (max-width: 767px){
  .p-area-flow {
    padding-bottom: 5.3333333333vw;
    padding-top: 9.6vw;
  }
  .p-area-flow__lead {
    font-size: 4vw;
  }
  .p-area-flow__list {
    margin-top: 4.8vw;
  }
  .p-area-flow__item {
    border-radius: 2.6666666667vw;
    padding: 4vw 4vw 4vw 26.6666666667vw;
  }
  .p-area-flow__item:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  .p-area-flow__step {
    bottom: 1.3333333333vw;
    font-size: 12vw;
    left: 3.2vw;
    width: 20vw;
  }
  .p-area-flow__step::before {
    border-left-width: 10vw;
    border-right-width: 10vw;
    border-top-width: 6.6666666667vw;
  }
  .p-area-flow__step span {
    font-size: 4vw;
  }
  .p-area-flow__headline {
    font-size: 4vw;
  }
  .p-area-flow__text {
    margin-top: 1.0666666667vw;
  }
  .p-area-flow__notes {
    margin-top: 3.2vw;
  }
  .p-area-flow__notes li {
    font-size: 2.6666666667vw;
  }
  .p-area-flow__btn {
    margin-top: 5.3333333333vw;
  }
  .p-area-flow .c-headline.-sub {
    margin-bottom: 1.6vw;
    margin-top: 7.4666666667vw;
  }
  .p-area-flow__docnumber {
    font-size: 2.6666666667vw;
  }
}

@media (max-width: 768px){
  .Form-wrap {
    border: none;
    padding: 0;
  }
  .Form-Item {
    flex-direction: column;
    gap: 1rem;
  }
  .Form-Item:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  .Form-Item p:not(.Form-Item-Label) {
    width: 100%;
  }
  .Form-Item-Label {
    width: 100%;
  }
  .Form-Item-Label br {
    display: none;
  }
  .Form-Item-Label small {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .Form-Item-Label-Required {
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: 1.4rem;
    padding: 0.5rem 0.8rem;
    position: relative;
    right: 0;
    top: -3px;
  }
  .note {
    display: block;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .Form-filebox {
    flex-direction: column;
    gap: 1.4rem;
    max-width: 100%;
  }
  input[type=file]::before {
    height: 30px;
    width: 70px;
  }
  .selectbox {
    max-width: 100%;
    width: 100%;
  }
  .selectbox select {
    width: 100%;
  }
  .c-mv1 {
    margin-bottom: 2rem;
    padding-top: 10rem;
  }
  .top-mv {
    margin-bottom: 6rem;
  }
  .top-mv-wrap {
    height: 68vh;
    margin: 0 auto 30px;
  }
  .slide {
    border-radius: 0 0 40px 40px;
    clip-path: none;
    overflow: hidden;
  }
  .top-mv__text {
    left: inherit;
    padding: 0 4%;
    position: relative;
    text-align: center;
    top: inherit;
    z-index: inherit;
  }
  .top-mv__title {
    font-size: 3.4rem;
    margin-bottom: 1.4rem;
  }
  .top-mv__title br {
    display: block;
  }
  .top-mv__subtitle {
    font-size: 1.6rem;
  }
}

@media (max-width: 1400px) and (min-width: 1025px){
  .top-mv__title {
    font-size: 4.4rem;
  }
}

@media (max-width: 1024px) and (min-width: 769px){
  .top-mv-wrap {
    height: 78vh;
    margin: 0 auto 40px;
    width: 96%;
  }
  .slide {
    border-radius: 0 0 40px 40px;
    clip-path: none;
    overflow: hidden;
  }
  .top-mv__text {
    left: inherit;
    padding: 0 4%;
    position: relative;
    top: inherit;
    z-index: inherit;
  }
  .top-mv__title {
    font-size: 3.6rem;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
