/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  color: #000;
  --color-red: #E9393B;
  --color-blue: #005BAB;
  --color-beige: #FFF9ED;
  --color-gray: #618897;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

a {
  cursor: pointer;
}

ul {
  list-style: none;
}

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

.main {
  background-color: var(--color-beige);
}

.flex {
  flex: 1;
}
.flex_row {
  display: flex;
}
.flex_column {
  display: flex;
  flex-direction: column;
}

.align_center {
  align-items: center;
}
.align_start {
  align-items: flex-start;
}
.align_end {
  align-items: flex-end;
}

.justify_center {
  justify-content: center;
}
.justify_start {
  justify-content: flex-start;
}
.justify_end {
  justify-content: flex-end;
}
.justify_between {
  justify-content: space-between;
}

.text_red {
  color: var(--color-red);
  font-weight: 700;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_bold_700 {
  font-weight: 700;
}
.text_bold_800 {
  font-weight: 800;
}
.text_xs {
  font-size: 50%;
}
.text_sm {
  font-size: 75%;
}
.text_lg {
  font-size: 125%;
}
.text_xl {
  font-size: 150%;
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.inner {
  width: 67.5rem;
  max-width: 100%;
  padding: 0 1.25rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.display-block {
  display: block;
}

.icon-plus {
  margin: -1rem auto 0;
  background-color: var(--color-beige);
  text-align: center;
}
@media (min-width: 769px) {
  .icon-plus {
    margin: -2rem auto 0;
  }
}
.icon-plus img {
  width: 3.375rem;
  height: auto;
}
@media (min-width: 769px) {
  .icon-plus img {
    width: 6.25rem;
  }
}

.section {
  padding: 2rem 0;
}
@media (min-width: 769px) {
  .section {
    padding: 5rem 0;
  }
}
.section_ribbon {
  margin-top: -2.75rem;
  text-align: center;
}
@media (min-width: 769px) {
  .section_ribbon {
    width: auto;
    height: 8.75rem;
    margin: 0 auto;
    margin-top: -6rem;
  }
}
.section_ribbon img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}
.section_button {
  margin-top: 1.5rem;
  text-align: center;
}
.section_button a {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 1.25em 2em;
  padding-right: 3em;
  border-radius: 3em;
  background: var(--color-blue);
  color: #fff;
  font-size: min(1rem, 4.1025641026vw);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform 0.15s;
}
@media (min-width: 769px) {
  .section_button a {
    width: auto;
    padding: 1em 2em;
    padding-right: 3em;
    font-size: 1.5rem;
  }
}
.section_button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.75em;
  height: 0.75em;
  background: url(../img/img_icon_arrow_wh.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.section_button a:hover {
  transform: translateY(0.25em);
}
.section_title {
  position: relative;
  text-align: center;
  color: var(--color-blue);
  display: block;
  margin: 0 auto 1em;
  padding-bottom: 0.75em;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 769px) {
  .section_title {
    padding-bottom: 0.5em;
    font-size: 2.75rem;
  }
}
.section_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 7.5rem;
  height: 0.25rem;
  transform: translateX(-50%);
  background-color: var(--color-blue);
  border-radius: 2px;
}
.section_subtitle {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  .section_subtitle {
    font-size: 2.25rem;
  }
}
.section_subtext {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .section_subtext {
    font-size: 2.25rem;
  }
}
.section_notice {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .section_notice {
    font-size: 1.125rem;
  }
}

.key-visual {
  position: relative;
  min-height: 200vw;
  padding: 1.25rem 0 2.5rem;
  background: url(../img/bg_kv_sp.jpg) no-repeat center bottom/cover;
}
@media (min-width: 769px) {
  .key-visual {
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: 53.75vw;
    padding: 0;
    background: url(../img/bg_kv_pc.jpg) no-repeat center bottom/cover;
  }
}
@media (min-width: 769px) {
  .key-visual::after {
    content: "";
    width: 82%;
    height: 90%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/bg_kv02_pc.png) no-repeat center/contain;
    pointer-events: none;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 769px) {
  .key-visual .inner {
    position: relative;
    width: 75%;
    height: auto;
  }
}
.key-visual_logo {
  width: 69.2307692308vw;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .key-visual_logo {
    width: 26%;
    margin-left: 0;
    margin-bottom: 8%;
  }
}
.key-visual_logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.key-visual_limited {
  padding-right: 5%;
  margin: 0 -2vw 5vw;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .key-visual_limited {
    width: 60%;
    margin: 0;
    margin-left: -2%;
    padding-right: 0;
  }
}
.key-visual_limited img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.key-visual_title {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .key-visual_title {
    width: 60%;
    margin: 0;
    padding-left: 2%;
    margin-left: -2%;
  }
}
.key-visual_title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  padding-left: 1%;
}
@media (min-width: 769px) {
  .key-visual_title img {
    padding: 1em 0;
  }
}
.key-visual_date {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .key-visual_date {
    width: 60%;
    padding-left: 2%;
    margin-left: -2%;
  }
}
.key-visual_date img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.key-visual_button {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 10vw;
  padding: 0 1.25rem;
  box-sizing: border-box;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .key-visual_button {
    bottom: 8vw;
  }
}
@media (min-width: 769px) {
  .key-visual_button a {
    min-width: 32.5%;
    font-size: 1.6vw;
  }
}
.key-visual_text {
  width: 78%;
  position: absolute;
  left: 50%;
  bottom: 30vw;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .key-visual_text {
    width: 36%;
    left: unset;
    right: 0;
    bottom: 32%;
    transform: unset;
  }
}
.key-visual_text img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 769px) {
  .main_container {
    background: url(../img/bg_page_pc.png) repeat-x center top 2.5rem/contain;
    padding-bottom: 3.75rem;
  }
}

.news {
  padding-top: 3.75rem;
}
@media (min-width: 769px) {
  .news {
    padding-top: 6.25rem;
  }
}
.news_title::before {
  content: "";
  width: 100%;
  height: 3em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bg_news_title_sp.png) no-repeat center bottom/contain;
}
@media (min-width: 769px) {
  .news_title::before {
    content: none;
  }
}
.news_attention {
  text-align: center;
}
.news_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25em;
  height: 17em;
  padding: 2em 1em;
  margin-bottom: 2em;
  border: 2px solid var(--color-blue);
  border-radius: 1.25rem;
  background: #fff;
  font-size: 0.875rem;
  overflow: scroll;
}
@media (min-width: 769px) {
  .news_list {
    gap: 1.75em;
    max-width: 50rem;
    height: 8em;
    padding: 2em 3em;
    margin: 0 auto 4em;
  }
}
.news_list_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .news_list_item {
    flex-direction: row;
    align-items: center;
  }
}
.news_list_date {
  margin-bottom: 0.5em;
  color: #484848;
  font-weight: 400;
}
@media (min-width: 769px) {
  .news_list_date {
    width: 10em;
    margin-bottom: 0;
  }
}
.news_list_detail {
  font-weight: 700;
}
.news_points {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 2.5rem;
  color: #595757;
  background: url(../img/bg_news_points_sp.png) no-repeat center top/contain;
  padding-top: 10vw;
}
@media (min-width: 769px) {
  .news_points {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    background: none;
  }
}
.news_points_pic {
  padding: 0 10%;
}
@media (min-width: 769px) {
  .news_points_pic {
    padding: 0 0.625rem;
  }
}
.news_points_text {
  margin-top: 0.5em;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
  word-break: keep-all;
}
@media (min-width: 769px) {
  .news_points_text {
    margin-top: 0.75em;
  }
}
.news_attention {
  margin-top: 2em;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 769px) {
  .news_attention {
    text-align: center;
  }
}

.products_title::before {
  content: "";
  width: 100%;
  height: 3em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bg_products_title_sp.png) no-repeat center bottom/contain;
}
@media (min-width: 769px) {
  .products_title::before {
    content: none;
  }
}
.products_list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.875rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .products_list {
    flex-direction: row;
  }
}
.products_pic {
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .products_pic {
    border-radius: 1.25rem;
  }
}
.products_pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.products_text {
  margin-top: 0.5em;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .products_text {
    margin-top: 1em;
  }
}
.products_price {
  display: block;
  text-align: right;
  font-size: 80%;
}
.products_price .number {
  font-size: 150%;
}
.products_catch {
  text-align: center;
}
.products_catch_text {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 1em;
  margin-top: 3.5em;
  box-sizing: border-box;
  border-radius: 1rem;
  background: var(--color-red);
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 769px) {
  .products_catch_text {
    margin-top: 2em;
    border-radius: 1.25rem;
    font-size: 1.75rem;
  }
}
.products_catch_bubble {
  position: absolute;
  top: 0.75em;
  left: -0.25em;
  width: 4.5em;
  transform: translate(0, -100%);
}
@media (min-width: 769px) {
  .products_catch_bubble {
    top: 0;
    left: 0.5em;
    width: 3.25em;
    transform: translate(-100%, -50%);
  }
}
.products_catch_bubble img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.area_title::before {
  content: "";
  width: 100%;
  height: 3em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bg_area_title_sp.png) no-repeat center bottom/contain;
  transform: translateY(75%);
}
@media (min-width: 769px) {
  .area_title::before {
    content: none;
  }
}
.area_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  margin-bottom: 3.125rem;
}
@media (min-width: 769px) {
  .area_list {
    flex-direction: row;
  }
}
.area_list_title {
  padding: 0.5em 0.75em;
  border-radius: 0.5em;
  margin-bottom: 0.5em;
  background: var(--color-blue);
  color: #fff;
  font-size: 1.25rem;
}
@media (min-width: 769px) {
  .area_list_title {
    margin-bottom: 0;
    margin-right: 1em;
    font-size: 1.75rem;
  }
}
.area_list_desc {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .area_list_desc {
    font-size: 1.875rem;
  }
}
.area_flow_list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 769px) {
  .area_flow_list {
    gap: 2.5rem;
  }
}
.area_flow_list_item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.area_flow_list_item:not(:last-child)::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 1.75rem 2rem 0 2rem;
  border-color: var(--color-gray) transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 98%);
}
@media (min-width: 769px) {
  .area_flow_list_item {
    flex-direction: row;
  }
}
.area_flow_list_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.25em 0;
  background: var(--color-gray);
  border-radius: 1.25rem 1.25rem 0 0;
  border: 3px solid var(--color-gray);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .area_flow_list_title {
    width: 7.5em;
    padding: 0;
    border-radius: 1.25rem 0 0 1.25rem;
    font-size: 1.875rem;
  }
}
.area_flow_list_desc {
  flex: 1;
  padding: 1.25rem;
  border-radius: 0 0 1.25rem 1.25rem;
  border: 3px solid var(--color-gray);
  border-top: 0;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .area_flow_list_desc {
    font-size: 1.25rem;
    border: 3px solid var(--color-gray);
    border-left: 0;
    border-radius: 0 1.25rem 1.25rem 0;
  }
}
.area_flow_list_desc .text_sm {
  font-size: 85%;
}
@media (min-width: 769px) {
  .area_flow_list_desc .text_sm {
    padding: 1em;
  }
}
.area_flow_list_desc_pic {
  margin-top: 1em;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 769px) {
  .area_flow_list_desc_pic {
    margin-top: 0;
  }
}
.area_flow_list_desc_pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 769px) {
  .area_flow_list_desc_pic.pic01 {
    position: absolute;
    bottom: 1.5em;
    right: 0;
    transform: translateX(12%);
  }
}
.area_flow_list_desc_pic.pic02 {
  text-align: center;
}
@media (min-width: 769px) {
  .area_flow_list_desc_pic.pic02 {
    position: absolute;
    bottom: -1em;
    right: 0.5em;
    transform: translateY(50%);
  }
}
.area_flow_list_desc_pic.pic02 img {
  width: 50%;
  height: auto;
}
@media (min-width: 769px) {
  .area_flow_list_desc_pic.pic02 img {
    width: 7.5rem;
  }
}
.area_flow_list_desc_pic.pic03 {
  text-align: center;
}
@media (min-width: 769px) {
  .area_flow_list_desc_pic.pic03 {
    position: absolute;
    bottom: 0;
    right: 15%;
    transform: translateY(50%);
  }
}
.area_flow_list_desc_pic.pic03 img {
  width: 50%;
  height: auto;
}
@media (min-width: 769px) {
  .area_flow_list_desc_pic.pic03 img {
    width: 9.375rem;
  }
}
.area_flow_list_text {
  font-size: 1.125rem;
  line-height: 1.5;
}
.area_flow_button {
  margin: 0;
}
.area_flow_button a {
  width: 100%;
  background: var(--color-red);
  font-size: min(0.8125rem, 3.3333333333vw);
  padding: 0.75em 1em;
  padding-right: 2em;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .area_flow_button a {
    width: auto;
    padding: 0.5em 2em;
    padding-right: 3em;
    font-size: 1.125rem;
  }
}
.area_flow_information_list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 769px) {
  .area_flow_information_list {
    flex-direction: row;
  }
}
.area_flow_information_tel {
  display: flex;
  align-items: center;
  gap: 0.1em;
  font-size: min(2.375rem, 9.7435897436vw);
  font-weight: 700;
  text-decoration: none;
  color: var(--color-red);
  line-height: 1;
}
@media (min-width: 769px) {
  .area_flow_information_tel {
    font-size: 4.125rem;
  }
}
.area_flow_information_tel::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background: url(../img/img_area_red_tel.svg) no-repeat center/contain;
}
.area_flow_information_tel .number {
  display: inline-block;
  padding-bottom: 0.1em;
}
.area_flow_information_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5em 0.5em 0.25em;
  margin: 0 0 0.5em;
  box-sizing: border-box;
  background: var(--color-gray);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .area_flow_information_title {
    width: 10em;
    height: 4em;
    padding: 0.5em;
    padding-right: 0;
    margin: 0.5em 0;
    margin-right: 1.5em;
  }
}
.area_flow_information_title::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 0.75em calc((100vw - 5rem - 6px) / 2) 0 calc((100vw - 5rem) / 2);
  border-color: var(--color-gray) transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 97%);
}
@media (min-width: 769px) {
  .area_flow_information_title::after {
    border-width: 2em 0 2em 1em;
    border-color: transparent transparent transparent var(--color-gray);
    top: 0;
    bottom: unset;
    left: unset;
    right: 0;
    transform: translateX(99%);
  }
}
.area_flow_information_desc {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 769px) {
  .area_flow_information_desc {
    flex-direction: column;
    align-items: flex-start;
  }
}
.area_flow_information_text {
  display: inline-block;
  width: auto;
  font-size: 0.875rem;
  margin: 0.5em auto;
}
@media (min-width: 769px) {
  .area_flow_information_text {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 1.125rem;
  }
}
.area_flow_information_web {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding-top: 3em;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .area_flow_information_web {
    gap: 0.25em;
    padding: 0;
    padding-right: 5rem;
  }
}
.area_flow_information_web::before {
  content: "";
  display: inline-block;
  width: 2.75em;
  height: 2.75em;
  background: url(../img/img_area_red_pc.svg) no-repeat center/contain;
}
@media (min-width: 769px) {
  .area_flow_information_web::before {
    width: 3.25em;
    height: 3.25em;
  }
}
.area_flow_information_web_container {
  flex: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .area_flow_information_web_container {
    flex: unset;
  }
}
.area_flow_information_web_title {
  position: absolute;
  top: 0.75em;
  left: 0;
  font-weight: 700;
}
@media (min-width: 769px) {
  .area_flow_information_web_title {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0.5em;
    font-size: 90%;
  }
}
.area_flow_information_catch {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0.5em 0.5em 1em;
  margin-top: 0;
  margin-bottom: 1em;
  border-bottom: 2px solid;
}
@media (min-width: 769px) {
  .area_flow_information_catch {
    align-items: center;
    flex-direction: row;
    padding: 0.5em 0;
    margin-bottom: 0.75em;
  }
}
.area_flow_information_catch .text_xl {
  font-size: min(1.125rem, 4.6153846154vw);
}
@media (min-width: 769px) {
  .area_flow_information_catch .text_xl {
    font-size: 160%;
  }
}
.area_flow_information_catch .text_sm {
  font-size: min(0.875rem, 3.5897435897vw);
  line-height: 1.35;
}
@media (min-width: 769px) {
  .area_flow_information_catch .text_sm {
    font-size: 80%;
    padding: 0;
  }
}
.area_button {
  margin-top: 2.5rem;
}

.note_title::before {
  content: "";
  width: 100%;
  height: 3em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bg_note_title_sp.png) no-repeat center bottom/contain;
}
@media (min-width: 769px) {
  .note_title::before {
    content: none;
  }
}
.note_list {
  background: #fff;
  padding: 2em 1.5em;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .note_list {
    padding: 1.5em 2em;
    font-size: 1.25rem;
  }
}
.note_list_item {
  text-indent: -1em;
  padding-left: 1em;
}
.note_list_item:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .note_list_item:not(:last-child) {
    margin-bottom: 0.5em;
  }
}

.footer {
  background: #005BAB;
  color: #fff;
}
.footer_wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 0;
}
@media (min-width: 769px) {
  .footer_wrapper {
    flex-direction: row;
  }
}
.footer_left {
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .footer_left {
    flex: 1;
    text-align: left;
  }
}
.footer_right {
  width: 100%;
}
@media (min-width: 769px) {
  .footer_right {
    width: auto;
  }
}
.footer_sns {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .footer_sns {
    margin-bottom: 0;
  }
}
.footer_sns_title {
  margin-bottom: 1em;
  font-size: 1.125rem;
  font-weight: 800;
  text-align: center;
}
.footer_sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.footer_sns_list_item {
  flex: 1;
  text-align: center;
}
.footer_sns_list_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.footer_sns_list_item img {
  width: 2.75rem;
  height: 2.75rem;
}
.footer_sns_list_item .title {
  margin-top: 1em;
  font-size: 0.9375rem;
}
.footer_logo {
  margin-bottom: 1rem;
}
.footer_logo img {
  width: 14.375rem;
  height: auto;
}
@media (min-width: 769px) {
  .footer_logo img {
    width: 22.5rem;
  }
}
.footer_copyright {
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .footer_copyright {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=style.css.map */