@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding-left: 0;
}

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,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

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

strong {
  font-weight: bold;
}

a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: c;
  text-decoration: none;
}

a[href^="tel"] {
  color: #000;
}

.contain {
  width: 1440px;
  min-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  appearance: none;
}

input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}

input::placeholder, textarea::placeholder {
  color: #000;
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: #000;
}

.blue {
  color: #1570a6;
}

.yellow {
  color: #fff000;
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}

@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 calc(30/750*100vw);
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  position: relative;
}

.l_header .logo {
  position: absolute;
  top: 18px;
  left: 40px;
}

.l_header .header_top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l_header .header_top-text {
  margin-left: 200px;
  font-size: 1.8rem;
  font-weight: 700;
}

.l_header .header_contact {
  display: flex;
  align-items: center;
  margin: 15px 30px 15px 0;
}

.l_header .header_contact-text {
  font-size: 2.2rem;
  font-weight: 700;
}

.l_header .header_contact-tel {
  display: flex;
  align-items: center;
  line-height: 1;
}

.l_header .header_contact-tel img {
  margin-right: 12px;
}

.l_header .header_contact-tel p {
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
  font-weight: 900;
}

.l_header .header_contact-mail {
  margin-left: 20px;
}

.l_header .header_bottom {
  background: #1570a6;
}

.l_header .gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.l_header .gnav:after {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #0a517b;
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.l_header .gnav li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.l_header .gnav li:before {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #0a517b;
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.l_header .gnav li a {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  width: 165px;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  position: relative;
}

.l_header_sp .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(120/750*100vw);
}

.l_header_sp .header_text {
  margin-left: calc(152/750*100vw);
  font-size: calc(22/750*100vw);
  font-weight: 700;
}

.l_header_sp .logo {
  width: calc(150/750*100vw);
  position: absolute;
  top: calc(15/750*100vw);
  left: calc(15/750*100vw);
}

.l_header_sp .toggle {
  width: calc(120/750*100vw);
  height: calc(120/750*100vw);
  background: #1570a6;
  position: relative;
}

.l_header_sp .toggle span {
  width: calc(50/750*100vw);
  height: calc(3/750*100vw);
  background: #fff;
  display: block;
  position: absolute;
  left: calc(35/750*100vw);
  transition: transform .5s, top .5s, width .5s;
}

.l_header_sp .toggle span:nth-child(1) {
  top: calc(44/750*100vw);
}

.l_header_sp .toggle span:nth-child(2) {
  top: calc(56/750*100vw);
}

.l_header_sp .toggle span:nth-child(3) {
  top: calc(68/750*100vw);
}

.l_header_sp.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l_header_sp.open .toggle span:nth-child(1) {
  top: calc(60/750*100vw);
  transform: rotate(45deg);
}

.l_header_sp.open .toggle span:nth-child(2) {
  top: calc(60/750*100vw);
  width: 0;
  transform: rotate(-45deg);
}

.l_header_sp.open .toggle span:nth-child(3) {
  top: calc(60/750*100vw);
  transform: rotate(-45deg);
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  background: #fff;
  padding: calc(200/750*100vw) 0 calc(42/750*100vw);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  opacity: 0;
  transition-duration: 0.4s;
  transform: translate(0, -100vh);
}

.l_menu_sp.active {
  opacity: 1;
  transform: translate(0, 0);
}

.l_menu_sp .gnav {
  text-align: center;
  font-size: calc(40/750*100vw);
  font-weight: 700;
  margin-bottom: calc(10/750*100vw);
}

.l_menu_sp .gnav li {
  margin-bottom: calc(60/750*100vw);
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer .footer_logo {
  display: flex;
  justify-content: center;
  margin: 60px 0 34px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_logo {
    margin: calc(102/750*100vw) auto calc(75/750*100vw);
    width: calc(167/750*100vw);
  }
}

.l_footer .footer_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_nav {
    display: block;
    margin-bottom: calc(70/750*100vw);
    text-align: center;
  }
}

.l_footer .footer_nav li + li {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_nav li + li {
    margin-left: 0;
    margin-top: calc(50/750*100vw);
  }
}

.l_footer .footer_nav a {
  font-size: 1.8rem;
  font-weight: 700;
  transition: color .5s;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_nav a {
    font-size: calc(30/750*100vw);
  }
}

.l_footer .footer_nav a:hover {
  color: #1570a6;
}

.l_footer .footer_copy {
  text-align: center;
  font-size: 1.5rem;
  color: #4eabe1;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_copy {
    font-size: calc(20/750*100vw);
    margin-bottom: calc(70/750*100vw);
  }
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 998;
}

.l_header {
  z-index: 999;
}

.l_header_sp {
  z-index: 999;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP";
}

a:focus-visible {
  outline-offset: 0;
  outline: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-head {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .l-head {
    margin-bottom: 30px;
  }
}

.l-head_en {
  color: #cb1414;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .l-head_en {
    font-size: 20px;
  }
}

.l-head_ja {
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .l-head_ja {
    font-size: 26px;
  }
}

.l-head_text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .l-head_text {
    font-size: 14px;
  }
}

.header-inner {
  padding: 20px 40px;
}

.header-logo {
  width: 300px;
}

.mv {
  background: #cb1414;
}

.mv-inner {
  text-align: center;
  padding: 40px 0 60px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mv-inner {
    padding: 40px 10px;
  }
}

.mv-image img {
  margin: auto;
  width: 200px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .mv-image img {
    width: 150px;
  }
}

.mv-ttl {
  font-size: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .mv-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.mv-subttl {
  font-size: 30px;
  background: #fff;
  color: #cb1414;
  padding: 10px 30px;
  border-radius: 32px;
  display: inline-block;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .mv-subttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.mv-desc {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .mv-desc {
    font-size: 15px;
  }
}

.about {
  background: #f7f7f7;
}

.about-inner {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-inner {
    padding: 40px 10px;
  }
}

.about-card {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.about-card-inner {
  display: flex;
  align-items: center;
  padding: 20px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .about-card-inner {
    padding: 10px;
    padding-left: 0;
  }
}

.about-card-num {
  padding: 0 30px;
  font-size: 24px;
  color: #cb1414;
  font-family: 'Poppins', sans-serif;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .about-card-num {
    padding: 0 20px;
  }
}

.about-card-text {
  padding: 10px 30px;
  text-align: left;
  border-left: solid 1px #e5e5e5;
  line-height: 2;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .about-card-text {
    font-size: 14px;
    padding: 10px 0 10px 20px;
  }
}

.about-card-text a {
  color: #cb1414;
}

.merit {
  background: linear-gradient(180deg, #fff 0%, #fff 45%, #f7f7f7 45%, #f7f7f7 100%);
}

@media screen and (max-width: 768px) {
  .merit {
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #f7f7f7 15%, #f7f7f7 100%);
  }
}

.merit-inner {
  padding: 80px 0;
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .merit-inner {
    padding: 40px 10px;
  }
}

.merit-text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .merit-text {
    font-size: 15px;
  }
}

.merit-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .merit-flex {
    display: block;
    margin-bottom: 30px;
  }
}

.merit-card {
  width: 300px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .merit-card {
    width: 100%;
    margin-bottom: 30px;
  }
}

.merit-card-inner {
  padding: 40px 30px;
}

@media screen and (max-width: 768px) {
  .merit-card-inner {
    padding: 24px;
  }
}

.merit-card-img img {
  width: 100px;
  height: auto;
  margin: auto;
  margin-bottom: 10px;
}

.merit-card-ttl {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 24px;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 24px;
  min-height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .merit-card-ttl {
    min-height: auto;
  }
}

.merit-card-text {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 1.8;
}

.merit-block {
  padding: 24px;
  background: #cb1414;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .merit-block {
    padding: 16px;
    font-size: 18px;
  }
}

.condition {
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #f7f7f7 45%, #f7f7f7 100%);
}

@media screen and (max-width: 768px) {
  .condition {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #f7f7f7 45%, #f7f7f7 100%);
  }
}

.condition-inner {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .condition-wrap {
    padding: 0 10px;
  }
}

.condition-card {
  background: #cb1414;
  border-radius: 10px;
}

.condition-card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .condition-card-inner {
    display: block;
    padding: 16px;
  }
}

.condition-card-text {
  padding: 10px 30px;
  text-align: left;
  line-height: 1.8;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .condition-card-text {
    border-left: none;
    font-size: 16px;
  }
}

.condition-card-plus {
  font-size: 50px;
}

.condition-card-plus img {
  margin: 25px auto;
}

@media screen and (max-width: 768px) {
  .condition-card-plus img {
    margin: 16px auto;
    width: 30px;
  }
}

.condition-block {
  border: solid 1px #e5e5e5;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-top: 60px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .condition-block {
    margin-top: 40px;
  }
}

.condition-block-text {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .condition-block-text {
    font-size: 18px;
  }
}

.condition-block-text span {
  color: #cb1414;
}

.condition-img img {
  width: 100%;
}

.flow-inner {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow-inner {
    padding: 40px 10px;
  }
}

.flow .l-head_ja span {
  font-size: 20px;
}

.flow-block {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.flow-block-head {
  background: #cb1414;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: 700;
  padding: 8px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow-block-head {
    font-size: 20px;
    text-align: left;
    padding-left: 16px;
  }
}

.flow-block-head span {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .flow-block-head span {
    font-size: 26px;
  }
}

.flow-block-head_comment {
  background: url(../img/flow-comment.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -80px;
  right: 30px;
  color: #000;
  padding: 40px 10px;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .flow-block-head_comment {
    width: 80px;
    height: 80px;
    right: 10px;
    top: -30px;
    padding: 23px 13px;
    font-size: 22px;
  }
}

.flow-block-body {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .flow-block-body {
    padding: 20px;
  }
}

.flow-block-body_card {
  display: flex;
  align-items: center;
  border: solid 1px #e5e5e5;
  border-radius: 8px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .flow-block-body_card {
    padding: 20px;
    display: block;
  }
}

.flow-block-body img {
  margin: 24px auto;
}

.flow-card-num {
  font-size: 24px;
  color: #cb1414;
  font-family: 'Poppins', sans-serif;
  flex-shrink: 0;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .flow-card-num {
    padding: 0 20px;
    border-bottom: solid 1px #e5e5e5;
  }
}

.flow-card-text {
  padding: 10px 20px;
  font-weight: 700;
  text-align: left;
  border-left: solid 1px #e5e5e5;
  line-height: 2;
  letter-spacing: 2px;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .flow-card-text {
    font-size: 14px;
    padding: 0;
    padding-top: 20px;
    border-left: none;
    text-align: center;
  }
}

.flow-card-text span {
  color: #cb1414;
}

.contact {
  background: #f7f7f7;
}

.contact .l-head {
  margin-bottom: 20px;
}

.contact-inner {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-inner {
    padding: 40px 10px;
  }
}

.contact-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 60px;
}

.contact .form {
  width: 100%;
  background: #fff;
  border-radius: 10px;
}


.contact .form .container {
  padding: 40px;
}

.contact .form .container table {
  border-top: none;
  margin: 0;
}

.contact .form .container table tbody tr:first-child {
  border-top: solid 1px #ccc;
}

.contact .form .container table tbody th {
  background: #fff;
  vertical-align: middle;
  padding: 24px;
}

.contact .form .container table tbody th div {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.contact .form .container table tbody th .required {
  margin-left: auto;
  color: #fff;
  background: #f00;
  padding: 4px 16px;
  border-radius: 4px
  font-size: 1.4rem;;
}

.contact .form .container table tbody th .any {
  margin-left: auto;
  color: #fff;
  background: rgb(114, 114, 114);
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 1.4rem;
}


.contact .form .container table tbody td {
  padding: 24px;
}

.contact .form .container table tbody td input,
.contact .form .container table tbody td select,
.contact .form .container table tbody td textarea {
  background: #f6f6f6;
  box-shadow: none;
}

.contact .form .agree_block {
  margin-top: 40px;
}

.contact .form .agree_block p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .form .btn-form {
  margin: auto;
  min-width: 450px;
  margin-top: 60px;
  position: relative;
}

.contact .form .btn-form:before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(-50%, -50%);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contact .form .container table tbody th,
  .contact .form .container table tbody td {
    width: 100%;
    display: block;
  }

  .contact .form .container {
    padding: 30px 16px;
  }

  .contact .form .container table tbody th {
    padding: 16px;
    border-bottom: none;
  }

  .contact .form .container table tbody td {
    padding: 16px;
    padding-top: 0;
  }
  

  .contact .form .btn-form {
    min-width: auto;
    width: 100%;
  }
}


.footer-top {
  background: #4c4c4c;
  padding: 80px 100px;
}

@media screen and (max-width: 768px) {
  .footer-top {
    padding: 40px 10px;
    text-align: center;
  }
}

.footer-top_inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-top_inner {
    display: block;
  }
}

.footer-top-image img {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .footer-top-image img {
    width: 200px;
    margin: auto;
  }
}

.footer-top-text {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-top-text {
    margin-top: 24px;
    font-size: 14px;
  }
}

.footer-top-text span {
  display: block;
  margin-bottom: 16px;
}

.footer-bottom {
  padding: 40px 100px;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 20px 10px;
  }
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-bottom-inner {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}

.footer-bottom .copyright {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
}

@media screen and (max-width: 768px) {
  .footer-bottom .copyright {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom .copyright {
    font-size: 10px;
  }
}

.footer-bottom .privacy {
  font-size: 16px;
}
/*# sourceMappingURL=style.css.map */