@keyframes _fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: .5;
  }
}
@media screen and (max-width: 480.98px) {
  ._none-sm {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 960.98px) {
  ._none-md {
    display: none;
  }
}

@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  ._none-lg {
    display: none;
  }
}

@media print, screen and (min-width: 1200px) {
  ._none-xl {
    display: none;
  }
}

#MainArea ._wrapper {
  width: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 961px) {
  #MainVisual {
    background: url("../images/mainVisual_bg.png") repeat 50% 0;
    height: 520px;
    position: relative;
  }
}
@media screen and (max-width: 960.98px) {
  #MainVisual img {
    width: 100%;
  }
}
@media print, screen and (min-width: 961px) {
  #MainVisual img {
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 960.98px) {
  #Feature > ._inner {
    padding: clamp(0px, calc(0px + (58 * max(0px, ((100dvw - 0px) / (768))))), 58px) clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px);
  }
}
@media print, screen and (min-width: 961px) {
  #Feature > ._inner {
    padding: 50px;
  }
}
@media screen and (max-width: 480.98px) {
  #Feature_Heading img {
    width: clamp(0px, calc(0px + (664 * max(0px, ((100dvw - 0px) / (690))))), 664px);
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 960.98px) {
  #Feature_Heading img {
    width: clamp(0px, calc(0px + (664 * max(0px, ((100dvw - 0px) / (690))))), 664px);
    max-width: 469.5px;
  }
}
@media print, screen and (min-width: 961px) {
  #Feature_Heading img {
    width: 100%;
    max-width: 637px;
  }
}
#Feature_Text {
  font-weight: 700;
  color: #404040;
  line-height: 2;
  letter-spacing: .1em;
  margin-top: 2.5em;
  font-size: clamp(0px, calc(0px + (21 * max(0px, ((100dvw - 0px) / (560))))), 2.1rem);
}

#Button-Contact {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  right: 1em;
  bottom: 1em;
  opacity: 0;
  cursor: pointer;
  transition: opacity 400ms, visibility 400ms;
}
@media screen and (max-width: 960.98px) {
  #Button-Contact {
    width: clamp(0px, calc(0px + (200 * max(0px, ((100dvw - 0px) / (768))))), 200px);
  }
}
#Button-Contact._isVisible {
  visibility: visible;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  body:not([data-device="touchDevice"]) #Button-Contact a:hover {
    opacity: .7;
    transition: opacity 400ms;
  }
}
@media screen and (max-width: 960.98px) {
  #Button-Contact img {
    width: 100%;
  }
}

#System > ._inner {
  text-align: center;
  background: url("../images/bg.png") repeat 50% 0;
}
@media screen and (max-width: 960.98px) {
  #System > ._inner {
    background-size: 75%;
  }
}
@media screen and (max-width: 960.98px) {
  #System > ._inner {
    padding: clamp(0px, calc(0px + (58 * max(0px, ((100dvw - 0px) / (768))))), 58px) clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px);
  }
}
@media print, screen and (min-width: 961px) {
  #System > ._inner {
    padding: 42px 0;
  }
}
#System_Heading {
  margin: 0 auto;
}
@media screen and (max-width: 960.98px) {
  #System_Heading {
    width: clamp(0px, calc(0px + (626 * max(0px, ((100dvw - 0px) / (690))))), 626px);
    max-width: 469.5px;
  }
}
@media print, screen and (min-width: 961px) {
  #System_Heading {
    width: 458px;
  }
}
#System_Heading img {
  width: 100%;
}
@media screen and (max-width: 960.98px) {
  #System_Wrapper {
    margin-top: clamp(0px, calc(0px + (56 * max(0px, ((100dvw - 0px) / (690))))), 56px);
  }
}
@media screen and (max-width: 1199.98px) {
  #System_Wrapper {
    margin-top: clamp(0px, calc(0px + (56 * max(0px, ((100dvw - 0px) / (980))))), 56px);
  }
}
@media print, screen and (min-width: 1200px) {
  #System_Wrapper {
    width: 880px;
    margin: 65px auto 0 auto;
    display: flex;
    justify-content: center;
  }
}
#System_Wrapper ._text {
  font-weight: 700;
  color: #404040;
  font-size: clamp(0px, calc(0px + (21 * max(0px, ((100dvw - 0px) / (560))))), 2.1rem);
}
@media screen and (max-width: 960.98px) {
  #System_Wrapper ._text {
    line-height: 2;
    letter-spacing: .1em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #System_Wrapper ._text {
    line-height: 2;
    letter-spacing: .1em;
  }
}
@media print, screen and (min-width: 1200px) {
  #System_Wrapper ._text {
    line-height: 2;
    letter-spacing: .1em;
  }
}
#System_Wrapper ._text em {
  font-size: 150%;
  font-style: normal;
  color: #D6007F;
}
#System_Wrapper ._text em span {
  font-size: 66.66667%;
}
@media screen and (max-width: 960.98px) {
  #System_Wrapper ._image {
    width: clamp(0px, calc(0px + (489 * max(0px, ((100dvw - 0px) / (690))))), 489px);
    max-width: 366.75px;
    margin: clamp(0px, calc(0px + (20 * max(0px, ((100dvw - 0px) / (690))))), 20px) auto 0 auto;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #System_Wrapper ._image {
    width: clamp(0px, calc(0px + (489 * max(0px, ((100dvw - 0px) / (690))))), 489px);
    max-width: 366.75px;
    margin: clamp(0px, calc(0px + (20 * max(0px, ((100dvw - 0px) / (1024))))), 20px) auto 0 auto;
  }
}
@media print, screen and (min-width: 1200px) {
  #System_Wrapper ._image {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  #System_Wrapper ._image img {
    width: 100%;
  }
}
@media screen and (max-width: 960.98px) {
  #System_Wrapper ._i1 {
    padding-bottom: clamp(0px, calc(0px + (34 * max(0px, ((100dvw - 0px) / (768))))), 34px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #System_Wrapper ._i1 {
    padding-bottom: clamp(0px, calc(0px + (34 * max(0px, ((100dvw - 0px) / (1024))))), 34px);
  }
}
@media screen and (max-width: 1199.98px) {
  #System_Wrapper ._i1 {
    position: relative;
  }
  #System_Wrapper ._i1::after {
    background: url("../images/system_arrow-sp.png") no-repeat 0 0;
    background-size: cover;
    width: clamp(0px, calc(0px + (43 * max(0px, ((100dvw - 0px) / (768))))), 43px);
    max-width: 32.25px;
    height: clamp(0px, calc(0px + (65 * max(0px, ((100dvw - 0px) / (768))))), 65px);
    max-height: 48.75px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 1200px) {
  #System_Wrapper ._i1 {
    background: url("../images/system_arrow.png") no-repeat 100% 130px;
    padding-right: 70px;
  }
}
@media print, screen and (min-width: 1200px) {
  #System_Wrapper ._i1 ._image {
    margin-top: 34px;
  }
}
@media screen and (max-width: 960.98px) {
  #System_Wrapper ._i2 {
    margin-top: clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (690))))), 30px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #System_Wrapper ._i2 {
    margin-top: clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (1024))))), 30px);
  }
}
@media print, screen and (min-width: 1200px) {
  #System_Wrapper ._i2 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 960.98px) {
  #Merit > ._inner {
    padding: clamp(0px, calc(0px + (58 * max(0px, ((100dvw - 0px) / (768))))), 58px) clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px);
  }
}
@media print, screen and (min-width: 961px) {
  #Merit > ._inner {
    padding: 60px 30px;
  }
}
#Merit_Heading {
  margin: 0 auto;
}
@media screen and (max-width: 960.98px) {
  #Merit_Heading {
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 960.98px) {
  #Merit_Heading {
    max-width: 517.5px;
  }
}
@media print, screen and (min-width: 961px) {
  #Merit_Heading {
    width: 510px;
  }
}
#Merit_Heading img {
  width: 100%;
}
@media screen and (max-width: 960.98px) {
  #Merit_List {
    margin-top: clamp(0px, calc(0px + (54 * max(0px, ((100dvw - 0px) / (690))))), 54px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Merit_List {
    margin-top: clamp(0px, calc(0px + (54 * max(0px, ((100dvw - 0px) / (980))))), 54px);
  }
}
@media print, screen and (min-width: 1200px) {
  #Merit_List {
    max-width: 980px;
    margin: 66px auto 0 auto;
  }
}
@media screen and (max-width: 960.98px) {
  #Merit_List .merit_item {
    margin-top: clamp(0px, calc(0px + (100 * max(0px, ((100dvw - 0px) / (690))))), 100px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Merit_List .merit_item {
    margin-top: clamp(0px, calc(0px + (100 * max(0px, ((100dvw - 0px) / (980))))), 100px);
  }
}
@media print, screen and (min-width: 1200px) {
  #Merit_List .merit_item {
    margin-top: 60px;
  }
}
#Merit_List .merit_item:first-child {
  margin-top: 0;
}
#Merit_List .merit_item_header {
  border-bottom: 1px solid #0068B5;
  display: flex;
}
@media screen and (max-width: 960.98px) {
  #Merit_List .merit_item_header {
    margin-bottom: clamp(0px, calc(0px + (40 * max(0px, ((100dvw - 0px) / (690))))), 40px);
    padding-bottom: .5em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Merit_List .merit_item_header {
    margin-bottom: clamp(0px, calc(0px + (40 * max(0px, ((100dvw - 0px) / (980))))), 40px);
    padding-bottom: .5em;
  }
}
@media print, screen and (min-width: 1200px) {
  #Merit_List .merit_item_header {
    min-height: 73px;
    margin-bottom: 30px;
    margin-left: 37px;
    padding-bottom: .3em;
    padding-left: 37px;
    position: relative;
    align-items: center;
  }
}
@media screen and (max-width: 1199.98px) {
  #Merit_List .merit_item_num {
    width: clamp(0px, calc(0px + (100 * max(0px, ((100dvw - 0px) / (690))))), 100px);
    max-width: 75px;
  }
}
@media print, screen and (min-width: 1200px) {
  #Merit_List .merit_item_num {
    width: 74px;
    position: absolute;
    bottom: -2px;
    left: -37px;
  }
}
#Merit_List .merit_item_num img {
  width: 100%;
}
#Merit_List .merit_item_heading {
  box-sizing: border-box;
  padding-left: 1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960.98px) {
  #Merit_List .merit_item_heading {
    width: clamp(0px, calc(0px + (590 * max(0px, ((100dvw - 0px) / (690))))), 590px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Merit_List .merit_item_heading {
    width: clamp(0px, calc(0px + (590 * max(0px, ((100dvw - 0px) / (690))))), 590px);
  }
}
#Merit_List .merit_item_heading h3 {
  font-weight: 700;
  color: #404040;
  text-align: left;
  letter-spacing: .1em;
  font-size: clamp(0px, calc(0px + (21 * max(0px, ((100dvw - 0px) / (560))))), 2.1rem);
}
@media screen and (max-width: 960.98px) {
  #Merit_List .merit_item_heading h3 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Merit_List .merit_item_heading h3 {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 1200px) {
  #Merit_List .merit_item_heading h3 {
    line-height: 1.4;
    letter-spacing: .1em;
  }
}
#Merit_List .merit_item_heading h3 em {
  font-size: 150%;
  font-style: normal;
  color: #D6007F;
  line-height: 1.2;
}
#Merit_List .merit_item_heading h3 ._nowrap {
  white-space: nowrap;
}
#Merit_List .merit_item_image img {
  width: 100%;
}
@media screen and (max-width: 960.98px) {
  #Merit_List .merit_item_image img {
    max-width: 521.25px;
  }
}
@media screen and (max-width: 960.98px) {
  #Merit_Example {
    margin-top: clamp(0px, calc(0px + (55 * max(0px, ((100dvw - 0px) / (690))))), 55px);
  }
}
@media print, screen and (min-width: 961px) {
  #Merit_Example {
    margin-top: 36px;
  }
}
#Merit_Example_Heading img {
  width: 100%;
}
@media screen and (max-width: 960.98px) {
  #Merit_Example_Heading img {
    max-width: 520.5px;
  }
}
@media print, screen and (min-width: 961px) {
  #Merit_Example_Heading img {
    max-width: 980px;
  }
}
#Merit_Example_Category {
  max-width: 760px;
  margin: 0 auto;
}
#Merit_Example .merit_example_category_item {
  display: flex;
  justify-content: space-between;
  column-gap: 1em;
}
@media screen and (max-width: 960.98px) {
  #Merit_Example .merit_example_category_item {
    margin-top: clamp(0px, calc(0px + (25 * max(0px, ((100dvw - 0px) / (690))))), 25px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Merit_Example .merit_example_category_item {
    margin-top: clamp(0px, calc(0px + (25 * max(0px, ((100dvw - 0px) / (980))))), 25px);
  }
}
@media print, screen and (min-width: 1200px) {
  #Merit_Example .merit_example_category_item {
    margin-top: 25px;
    align-items: center;
  }
}
@media screen and (max-width: 960.98px) {
  #Merit_Example .merit_example_category_heading {
    width: clamp(0px, calc(0px + (168 * max(0px, ((100dvw - 0px) / (690))))), 168px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Merit_Example .merit_example_category_heading {
    width: clamp(0px, calc(0px + (168 * max(0px, ((100dvw - 0px) / (980))))), 168px);
  }
}
@media print, screen and (min-width: 1200px) {
  #Merit_Example .merit_example_category_heading {
    width: 125px;
  }
}
#Merit_Example .merit_example_category_heading img {
  width: 100%;
}
#Merit_Example .merit_example_category_shops {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960.98px) {
  #Merit_Example .merit_example_category_shops {
    width: 100%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Merit_Example .merit_example_category_shops {
    width: clamp(0px, calc(0px + (792 * max(0px, ((100dvw - 0px) / (980))))), 792px);
  }
}
@media print, screen and (min-width: 1200px) {
  #Merit_Example .merit_example_category_shops {
    width: calc(100% - 145px);
  }
}
#Merit_Example .merit_example_category_shops p {
  color: #404040;
  text-align: left;
  letter-spacing: .1em;
  font-size: clamp(0px, calc(0px + (16 * max(0px, ((100dvw - 0px) / (500))))), 1.6rem);
}
@media screen and (max-width: 960.98px) {
  #Merit_Example .merit_example_category_shops p {
    line-height: 1.4;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Merit_Example .merit_example_category_shops p {
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 1200px) {
  #Merit_Example .merit_example_category_shops p {
    line-height: 1.7;
  }
}
#Merit_Example .merit_example_category_shops p span {
  white-space: nowrap;
}
#Merit_Example #Merit_Example_Category_Note {
  color: #404040;
  text-align: left;
  text-indent: -1em;
  letter-spacing: .05em;
  padding-left: 1em;
  font-size: clamp(0px, calc(0px + (14 * max(0px, ((100dvw - 0px) / (500))))), 1.4rem);
}
@media screen and (max-width: 960.98px) {
  #Merit_Example #Merit_Example_Category_Note {
    line-height: 1.4;
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 961px) {
  #Merit_Example #Merit_Example_Category_Note {
    line-height: 1.6;
    margin-top: 2em;
  }
}

#Case > ._inner {
  text-align: center;
  background: url("../images/bg.png") repeat 50% 0;
}
@media screen and (max-width: 960.98px) {
  #Case > ._inner {
    background-size: 75%;
  }
}
@media screen and (max-width: 960.98px) {
  #Case > ._inner {
    padding: clamp(0px, calc(0px + (58 * max(0px, ((100dvw - 0px) / (768))))), 58px) 0 clamp(0px, calc(0px + (90 * max(0px, ((100dvw - 0px) / (768))))), 90px) 0;
  }
}
@media print, screen and (min-width: 961px) {
  #Case > ._inner {
    padding: 42px 0 82px 0;
  }
}
#Case_Heading {
  margin: 0 auto;
}
@media screen and (max-width: 960.98px) {
  #Case_Heading {
    width: clamp(0px, calc(0px + (449 * max(0px, ((100dvw - 0px) / (768))))), 449px);
    max-width: 336.75px;
  }
}
@media print, screen and (min-width: 961px) {
  #Case_Heading {
    width: 278.25px;
  }
}
#Case_Heading img {
  width: 100%;
}
#Case_Text {
  font-weight: 700;
  color: #404040;
  font-size: clamp(0px, calc(0px + (21 * max(0px, ((100dvw - 0px) / (560))))), 2.1rem);
}
@media screen and (max-width: 960.98px) {
  #Case_Text {
    line-height: 1.4;
    letter-spacing: .05em;
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 961px) {
  #Case_Text {
    line-height: 1.6;
    letter-spacing: .1em;
    margin-top: 2em;
  }
}
@media screen and (max-width: 960.98px) {
  #Case_List {
    margin-top: clamp(0px, calc(0px + (74 * max(0px, ((100dvw - 0px) / (768))))), 74px);
  }
}
@media print, screen and (min-width: 961px) {
  #Case_List {
    max-width: calc(1010px);
    margin: 28px auto 0 auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 1199.98px) {
  #Case_List ul {
    margin: 0 2.4vw;
  }
}
@media print, screen and (min-width: 980px) and (max-width: 1099.9px) {
  #Case_List ul {
    margin: 0 1.5vw;
  }
}
#Case_List ul li {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  #Case_List ul li {
    margin: 0 5.5vw;
  }
}
@media print, screen and (min-width: 768px) {
  #Case_List ul li {
    margin: 0 min(1.53vw, 15px);
  }
}
#Case_List ul li a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  body:not([data-device="touchDevice"]) #Case_List ul li a:hover {
    opacity: .7;
    transition: opacity 400ms;
  }
}
#Case_List ul li ._image img {
  width: 100%;
}
#Case_List ul li ._tag {
  width: clamp(0px, calc(0px + (105 * max(0px, ((100dvw - 0px) / (308))))), 105px);
  position: absolute;
  top: 0;
  left: 0;
}
#Case_List ul li ._tag img {
  width: 100%;
}
#Case_List ul li ._textArea {
  background-color: #0068B5;
  padding: 2em 1.5em;
}
#Case_List ul li ._text {
  color: #FFF;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: .1em;
  min-height: 4.8em;
  font-size: clamp(0px, calc(0px + (18 * max(0px, ((100dvw - 0px) / (500))))), 1.8rem);
}
#Case_List ul li ._name {
  color: #FFF;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-top: 1em;
  font-size: clamp(0px, calc(0px + (18 * max(0px, ((100dvw - 0px) / (500))))), 1.8rem);
}
#Case_List .slick-prev,
#Case_List .slick-next {
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  padding: 0;
  display: block;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
@media print, screen and (max-width: 767.9px) {
  #Case_List .slick-prev,
  #Case_List .slick-next {
    width: clamp(0px, calc(0px + (48 * max(0px, ((100dvw - 0px) / (768))))), 48px);
    height: clamp(0px, calc(0px + (64 * max(0px, ((100dvw - 0px) / (768))))), 64px);
    top: clamp(0px, calc(0px + (250 * max(0px, ((100dvw - 0px) / (768))))), 250px);
  }
}
@media print, screen and (min-width: 768px) {
  #Case_List .slick-prev,
  #Case_List .slick-next {
    width: clamp(0px, calc(0px + (24 * max(0px, ((100dvw - 0px) / (980))))), 24px);
    max-width: 24px;
    height: clamp(0px, calc(0px + (32 * max(0px, ((100dvw - 0px) / (980))))), 32px);
    max-height: 32px;
    top: min(16.727vw, 184px);
  }
}
@media (hover: hover) and (pointer: fine) {
  body:not([data-device="touchDevice"]) #Case_List .slick-prev:hover, body:not([data-device="touchDevice"])
  #Case_List .slick-next:hover {
    opacity: .7;
    transition: opacity 400ms;
  }
}
#Case_List .slick-prev {
  background: url("../images/arrow-prev.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (max-width: 767.9px) {
  #Case_List .slick-prev {
    left: 10.5vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 979.9px) {
  #Case_List .slick-prev {
    left: -1.6vw;
  }
}
@media print, screen and (min-width: 980px) {
  #Case_List .slick-prev {
    left: -1.2vw;
  }
}
@media print, screen and (min-width: 1100px) {
  #Case_List .slick-prev {
    left: -28px;
  }
}
#Case_List .slick-next {
  background: url("../images/arrow-next.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (max-width: 767.9px) {
  #Case_List .slick-next {
    right: 10.5vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 979.9px) {
  #Case_List .slick-next {
    right: -1.6vw;
  }
}
@media print, screen and (min-width: 980px) {
  #Case_List .slick-next {
    right: -1.2vw;
  }
}
@media print, screen and (min-width: 1100px) {
  #Case_List .slick-next {
    right: -28px;
  }
}

#Flow > ._inner {
  text-align: center;
}
@media screen and (max-width: 960.98px) {
  #Flow > ._inner {
    background-size: 75%;
  }
}
@media screen and (max-width: 960.98px) {
  #Flow > ._inner {
    padding: clamp(0px, calc(0px + (58 * max(0px, ((100dvw - 0px) / (768))))), 58px) clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px);
  }
}
@media print, screen and (min-width: 961px) {
  #Flow > ._inner {
    padding: 42px 30px;
  }
}
#Flow_Heading {
  margin: 0 auto;
}
@media screen and (max-width: 960.98px) {
  #Flow_Heading {
    width: clamp(0px, calc(0px + (493 * max(0px, ((100dvw - 0px) / (690))))), 493px);
    max-width: 369.75px;
  }
}
@media print, screen and (min-width: 961px) {
  #Flow_Heading {
    width: 306px;
  }
}
#Flow_Heading img {
  width: 100%;
}
#Flow ol {
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 960.98px) {
  #Flow ol {
    margin-top: clamp(0px, calc(0px + (46 * max(0px, ((100dvw - 0px) / (690))))), 46px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Flow ol {
    margin-top: clamp(0px, calc(0px + (46 * max(0px, ((100dvw - 0px) / (980))))), 46px);
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow ol {
    margin-top: 56px;
    display: flex;
  }
}
#Flow ol .flow_step {
  background-color: #FFF;
  position: relative;
}
@media screen and (max-width: 960.98px) {
  #Flow ol .flow_step {
    border: .1em solid #0068B5;
    margin-top: clamp(0px, calc(0px + (46 * max(0px, ((100dvw - 0px) / (690))))), 46px);
  }
}
@media screen and (max-width: 1199.98px) {
  #Flow ol .flow_step {
    border-radius: clamp(0px, calc(0px + (10 * max(0px, ((100dvw - 0px) / (768))))), 10px);
    display: flex;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Flow ol .flow_step {
    border: 2px solid #0068B5;
    margin-top: clamp(0px, calc(0px + (46 * max(0px, ((100dvw - 0px) / (980))))), 46px);
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow ol .flow_step {
    background-color: #FFF;
    border: 2px solid #0068B5;
    border-radius: 10px;
    width: 200px;
    margin-right: 40px;
  }
}
#Flow ol .flow_step::after {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  content: "";
}
@media screen and (max-width: 960.98px) {
  #Flow ol .flow_step::after {
    border: .8em solid transparent;
    border-top-color: #0068B5;
    bottom: -1.6em;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Flow ol .flow_step::after {
    border: 1.2em solid transparent;
    border-top-color: #0068B5;
    bottom: -2.4em;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow ol .flow_step::after {
    border: 20px solid transparent;
    border-left-color: #0068B5;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1199.98px) {
  #Flow ol .flow_step:first-child {
    margin-top: 0;
  }
}
#Flow ol .flow_step:last-child {
  background-color: #0068B5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  #Flow ol .flow_step:last-child {
    padding: clamp(0px, calc(0px + (18 * max(0px, ((100dvw - 0px) / (690))))), 18px) 0;
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow ol .flow_step:last-child {
    width: 40px;
    margin-right: 0;
  }
}
#Flow ol .flow_step:last-child::after {
  display: none;
}
#Flow ol .flow_step_num {
  background-color: #0068B5;
  box-sizing: border-box;
}
@media screen and (max-width: 1199.98px) {
  #Flow ol .flow_step_num {
    border-radius: clamp(0px, calc(0px + (6 * max(0px, ((100dvw - 0px) / (768))))), 6px) 0 0 clamp(0px, calc(0px + (6 * max(0px, ((100dvw - 0px) / (768))))), 6px);
    width: clamp(0px, calc(0px + (115 * max(0px, ((100dvw - 0px) / (690))))), 115px);
    padding: 0 clamp(0px, calc(0px + (16 * max(0px, ((100dvw - 0px) / (690))))), 16px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow ol .flow_step_num {
    border-radius: 6px 6px 0 0;
    padding: 14px 0;
  }
}
@media screen and (max-width: 960.98px) {
  #Flow ol .flow_step_num img {
    width: 100%;
    max-width: 60.75px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Flow ol .flow_step_num img {
    width: auto;
    height: clamp(0px, calc(0px + (39 * max(0px, ((100dvw - 0px) / (768))))), 39px);
    max-height: 29.25px;
  }
}
@media screen and (max-width: 1199.98px) {
  #Flow ol .flow_step_content {
    text-align: left;
    box-sizing: border-box;
    width: clamp(0px, calc(0px + (575 * max(0px, ((100dvw - 0px) / (690))))), 575px);
    padding: clamp(0px, calc(0px + (24 * max(0px, ((100dvw - 0px) / (690))))), 24px) clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (690))))), 30px);
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow ol .flow_step_content {
    padding: 30px 12px 24px 12px;
  }
}
@media screen and (max-width: 1199.98px) {
  #Flow ol .flow_step_heading img {
    width: auto;
    height: clamp(0px, calc(0px + (34 * max(0px, ((100dvw - 0px) / (768))))), 34px);
    max-height: 25.5px;
  }
}
#Flow ol .flow_step_text {
  color: #404040;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: .05em;
  font-size: clamp(0px, calc(0px + (16 * max(0px, ((100dvw - 0px) / (480))))), 1.6rem);
}
@media screen and (max-width: 960.98px) {
  #Flow ol .flow_step_text {
    line-height: 1.4;
    margin-top: .5em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Flow ol .flow_step_text {
    line-height: 1.4;
    margin-top: .5em;
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow ol .flow_step_text {
    line-height: 1.6;
    margin-top: 1.5em;
  }
}
#Flow ol .flow_step_note {
  color: #404040;
  text-align: justify;
  text-indent: -1em;
  text-justify: inter-ideograph;
  letter-spacing: .05em;
  padding-left: 1em;
  font-size: clamp(0px, calc(0px + (14 * max(0px, ((100dvw - 0px) / (500))))), 1.4rem);
}
@media screen and (max-width: 960.98px) {
  #Flow ol .flow_step_note {
    line-height: 1.4;
    margin-top: .5em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Flow ol .flow_step_note {
    line-height: 1.4;
    margin-top: .5em;
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow ol .flow_step_note {
    line-height: 1.6;
    margin-top: 1.2em;
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow ol .flow_step_button {
    width: 160px;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
  }
}
#Flow ol .flow_step_button a {
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  background-color: #D6007F;
  font-size: clamp(0px, calc(0px + (18 * max(0px, ((100dvw - 0px) / (500))))), 1.8rem);
}
@media screen and (max-width: 960.98px) {
  #Flow ol .flow_step_button a {
    line-height: 1.4;
    letter-spacing: .05em;
    border-radius: .5em;
    margin-top: 1em;
    padding: .6em 1.5em;
    display: inline-block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Flow ol .flow_step_button a {
    line-height: 1.4;
    letter-spacing: .05em;
    border-radius: .5em;
    margin-top: 1em;
    padding: .6em 1.5em;
    display: inline-block;
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow ol .flow_step_button a {
    line-height: 1.4;
    letter-spacing: .05em;
    border-radius: 5px;
    padding: .5em;
    display: block;
  }
}
@media (hover: hover) and (pointer: fine) {
  body:not([data-device="touchDevice"]) #Flow ol .flow_step_button a:hover {
    opacity: .7;
    transition: opacity 400ms;
  }
}
#Flow #Delivery {
  max-width: 980px;
}
@media screen and (max-width: 960.98px) {
  #Flow #Delivery {
    margin: clamp(0px, calc(0px + (65 * max(0px, ((100dvw - 0px) / (690))))), 65px) auto 0 auto;
  }
}
@media print, screen and (min-width: 961px) {
  #Flow #Delivery {
    margin: 35px auto 0 auto;
  }
}
#Flow #Delivery_Heading {
  margin: 0 auto;
}
@media screen and (max-width: 1199.98px) {
  #Flow #Delivery_Heading {
    width: clamp(0px, calc(0px + (570 * max(0px, ((100dvw - 0px) / (690))))), 570px);
    max-width: 427.5px;
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow #Delivery_Heading {
    width: 380px;
  }
}
#Flow #Delivery_Heading img {
  width: 100%;
}
@media print, screen and (min-width: 961px) {
  #Flow #Delivery_Wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
}
#Flow #Delivery_Wrapper .delivery_item {
  position: relative;
}
@media screen and (max-width: 960.98px) {
  #Flow #Delivery_Wrapper .delivery_item {
    margin-top: clamp(0px, calc(0px + (47 * max(0px, ((100dvw - 0px) / (690))))), 47px);
  }
}
@media print, screen and (min-width: 961px) {
  #Flow #Delivery_Wrapper .delivery_item {
    width: clamp(0px, calc(0px + (474 * max(0px, ((100dvw - 0px) / (980))))), 474px);
  }
}
#Flow #Delivery_Wrapper .delivery_item img {
  width: 100%;
}
#Flow #Delivery_Wrapper .delivery_item_caption {
  font-weight: 700;
  color: #404040;
  text-align: right;
  letter-spacing: .1em;
  position: absolute;
  right: .8em;
  bottom: .8em;
  font-size: clamp(0px, calc(0px + (12 * max(0px, ((100dvw - 0px) / (480))))), 1.2rem);
}
@media screen and (max-width: 960.98px) {
  #Flow #Delivery_Wrapper .delivery_item_caption {
    line-height: 1.4;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Flow #Delivery_Wrapper .delivery_item_caption {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow #Delivery_Wrapper .delivery_item_caption {
    line-height: 1.4;
  }
}
@media screen and (max-width: 960.98px) {
  #Flow .please {
    margin-top: clamp(0px, calc(0px + (48 * max(0px, ((100dvw - 0px) / (690))))), 48px);
  }
}
@media print, screen and (min-width: 961px) {
  #Flow .please {
    margin-top: 75px;
  }
}
#Flow .please_text {
  margin: 0 auto;
}
@media screen and (max-width: 960.98px) {
  #Flow .please_text {
    width: clamp(0px, calc(0px + (566 * max(0px, ((100dvw - 0px) / (690))))), 566px);
    max-width: 424.5px;
  }
}
@media print, screen and (min-width: 961px) {
  #Flow .please_text {
    width: clamp(0px, calc(0px + (746 * max(0px, ((100dvw - 0px) / (980))))), 746px);
    max-width: 746px;
  }
}
#Flow .please_text img {
  width: 100%;
}
#Flow .please_note {
  font-weight: 700;
  color: #404040;
  text-align: right;
  letter-spacing: .1em;
  font-size: clamp(0px, calc(0px + (12 * max(0px, ((100dvw - 0px) / (480))))), 1.2rem);
}
@media screen and (max-width: 960.98px) {
  #Flow .please_note {
    line-height: 1.4;
    margin-top: 1.5em;
    margin-right: 1em;
  }
}
@media print, screen and (min-width: 961px) {
  #Flow .please_note {
    max-width: 980px;
    margin: 1.5em auto 0 auto;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Flow .please_note {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 1200px) {
  #Flow .please_note {
    line-height: 1.4;
  }
}

#Contact > ._inner {
  background-color: #0068B5;
}
@media screen and (max-width: 960.98px) {
  #Contact > ._inner {
    padding: clamp(0px, calc(0px + (58 * max(0px, ((100dvw - 0px) / (768))))), 58px) clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px);
  }
}
@media print, screen and (min-width: 961px) {
  #Contact > ._inner {
    padding: 55px 30px;
  }
}
#Contact_Heading {
  margin: 0 auto;
}
@media screen and (max-width: 960.98px) {
  #Contact_Heading {
    width: clamp(0px, calc(0px + (462 * max(0px, ((100dvw - 0px) / (690))))), 462px);
    max-width: 346.5px;
  }
}
@media print, screen and (min-width: 961px) {
  #Contact_Heading {
    width: 282px;
  }
}
#Contact_Heading img {
  width: 100%;
}
#Contact_Text {
  font-weight: 700;
  color: #FFF;
  margin-top: 2em;
  font-size: clamp(0px, calc(0px + (21 * max(0px, ((100dvw - 0px) / (500))))), 2.1rem);
}
@media screen and (max-width: 960.98px) {
  #Contact_Text {
    line-height: 1.6;
    letter-spacing: .1em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Contact_Text {
    line-height: 1.6;
    letter-spacing: .1em;
  }
}
@media print, screen and (min-width: 1200px) {
  #Contact_Text {
    line-height: 1.8;
    letter-spacing: .18em;
  }
}
#Contact_Wrapper {
  max-width: 980px;
}
@media screen and (max-width: 960.98px) {
  #Contact_Wrapper {
    margin-top: clamp(0px, calc(0px + (60 * max(0px, ((100dvw - 0px) / (690))))), 60px);
  }
}
@media print, screen and (min-width: 961px) {
  #Contact_Wrapper {
    margin: 48px auto 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
#Contact_Wrapper .contact_item {
  background-color: #FFF;
}
@media screen and (max-width: 960.98px) {
  #Contact_Wrapper .contact_item {
    border: .1em solid #FFF;
    border-radius: .6em;
  }
}
@media print, screen and (min-width: 961px) {
  #Contact_Wrapper .contact_item {
    border: 3px solid #FFF;
    border-radius: 10px;
    width: clamp(0px, calc(0px + (472 * max(0px, ((100dvw - 0px) / (980))))), 472px);
  }
}
#Contact_Wrapper .contact_item a {
  text-decoration: none;
}
#Contact_Wrapper .contact_item_heading {
  background-color: #D6007F;
}
@media screen and (max-width: 960.98px) {
  #Contact_Wrapper .contact_item_heading {
    border-radius: .6em .6em 0 0;
    padding: clamp(0px, calc(0px + (20 * max(0px, ((100dvw - 0px) / (690))))), 20px) 0;
  }
}
@media print, screen and (min-width: 961px) {
  #Contact_Wrapper .contact_item_heading {
    border-radius: 8px 8px 0 0;
    padding: 16px 0 13px 0;
  }
}
@media screen and (max-width: 960.98px) {
  #Contact_Wrapper .contact_item_heading img {
    width: auto;
    height: clamp(0px, calc(0px + (34 * max(0px, ((100dvw - 0px) / (690))))), 34px);
    max-height: 25.5px;
  }
}
@media print, screen and (min-width: 961px) {
  #Contact_Wrapper .contact_item_heading img {
    width: auto;
    height: clamp(0px, calc(0px + (21 * max(0px, ((100dvw - 0px) / (980))))), 21px);
    max-height: 21px;
  }
}
#Contact_Wrapper .contact_item_content {
  padding-bottom: 1em;
}
@media screen and (max-width: 960.98px) {
  #Contact_Wrapper .contact_item._web .contact_item_image {
    width: clamp(0px, calc(0px + (441 * max(0px, ((100dvw - 0px) / (690))))), 441px);
    margin: clamp(0px, calc(0px + (76 * max(0px, ((100dvw - 0px) / (690))))), 76px) auto 0 auto;
  }
}
@media print, screen and (min-width: 961px) {
  #Contact_Wrapper .contact_item._web .contact_item_image {
    width: clamp(0px, calc(0px + (302 * max(0px, ((100dvw - 0px) / (474))))), 302px);
    margin: clamp(0px, calc(0px + (54 * max(0px, ((100dvw - 0px) / (474))))), 54px) auto 0 auto;
  }
}
#Contact_Wrapper .contact_item._web .contact_item_image img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  body:not([data-device="touchDevice"]) #Contact_Wrapper .contact_item._web a:hover {
    opacity: .7;
    transition: opacity 400ms;
  }
}
#Contact_Wrapper .contact_item._web .contact_item_link {
  color: #0068B5;
  text-align: right;
  letter-spacing: .1em;
  background: url("../images/icon-link.svg") no-repeat 100% 50%;
  background-size: 1em;
  margin-right: 1em;
  padding-right: 1.5em;
  font-size: clamp(0px, calc(0px + (16 * max(0px, ((100dvw - 0px) / (500))))), 1.6rem);
}
@media screen and (max-width: 960.98px) {
  #Contact_Wrapper .contact_item._web .contact_item_link {
    line-height: 1.4;
    margin-top: 2em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Contact_Wrapper .contact_item._web .contact_item_link {
    line-height: 1.4;
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 1200px) {
  #Contact_Wrapper .contact_item._web .contact_item_link {
    line-height: 1.4;
    margin-top: 2em;
  }
}
@media screen and (max-width: 960.98px) {
  #Contact_Wrapper .contact_item._tel {
    margin-top: clamp(0px, calc(0px + (40 * max(0px, ((100dvw - 0px) / (690))))), 40px);
  }
}
#Contact_Wrapper .contact_item._tel .contact_item_text {
  color: #000;
  letter-spacing: .1em;
  font-size: clamp(0px, calc(0px + (18 * max(0px, ((100dvw - 0px) / (500))))), 1.8rem);
}
@media screen and (max-width: 960.98px) {
  #Contact_Wrapper .contact_item._tel .contact_item_text {
    line-height: 1.6;
    margin-top: 1.5em;
  }
}
@media print, screen and (min-width: 961px) {
  #Contact_Wrapper .contact_item._tel .contact_item_text {
    line-height: 1.6;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 960.98px) {
  #Contact_Wrapper .contact_item._tel .contact_item_no {
    margin-top: clamp(0px, calc(0px + (38 * max(0px, ((100dvw - 0px) / (690))))), 38px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Contact_Wrapper .contact_item._tel .contact_item_no {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 1200px) {
  #Contact_Wrapper .contact_item._tel .contact_item_no {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 960.98px) {
  #Contact_Wrapper .contact_item._tel .contact_item_no img {
    width: clamp(0px, calc(0px + (442 * max(0px, ((100dvw - 0px) / (690))))), 442px);
    max-width: 331.5px;
  }
}
@media print, screen and (min-width: 961px) {
  #Contact_Wrapper .contact_item._tel .contact_item_no img {
    width: clamp(0px, calc(0px + (306 * max(0px, ((100dvw - 0px) / (472))))), 306px);
    max-width: 306px;
  }
}
#Contact_Wrapper .contact_item._tel .contact_item_time {
  color: #000;
  letter-spacing: .1em;
  font-size: clamp(0px, calc(0px + (16 * max(0px, ((100dvw - 0px) / (500))))), 1.6rem);
}
@media screen and (max-width: 960.98px) {
  #Contact_Wrapper .contact_item._tel .contact_item_time {
    line-height: 1.4;
    margin-top: 1.5em;
    margin-bottom: .2em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Contact_Wrapper .contact_item._tel .contact_item_time {
    line-height: 1.4;
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 1200px) {
  #Contact_Wrapper .contact_item._tel .contact_item_time {
    line-height: 1.4;
    margin-top: 1.5em;
  }
}

#Management {
  color: #000;
  letter-spacing: .1em;
  font-size: clamp(0px, calc(0px + (16 * max(0px, ((100dvw - 0px) / (500))))), 1.6rem);
}
@media screen and (max-width: 960.98px) {
  #Management {
    line-height: 1.4;
    margin: 2em 0;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199.98px) {
  #Management {
    line-height: 1.4;
    margin: 2em 0;
  }
}
@media print, screen and (min-width: 1200px) {
  #Management {
    line-height: 1.4;
    margin: 2em 0;
  }
}

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