@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

body {
  line-height: 1.5;
}

ol, 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;
}

input, button {
  background: none;
  border: none;
  outline: none;
}

button {
  font-size: inherit;
  line-height: inherit;
}

textarea {
  resize: none;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

html, body {
  font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "meiryo", sans-serif;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  line-height: calc(22 / 12);
  background: #000;
}

a {
  text-decoration: none;
  transition: all .3s;
}

@media (min-width: 768px) {
  a:hover {
    opacity: .7;
  }
}

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

@media (max-width: 767px) {
  .section {
    padding: 50px 0 60px;
  }
}

@media (min-width: 768px) {
  .section {
    padding: 50px 0 70px;
  }
}

@media (min-width: 1201px) {
  .section {
    padding: 70px 0 90px;
  }
}

.container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}

@media (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 72px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 85px;
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .container {
    max-width: 1060px;
  }
}

@media (min-width: 1201px) {
  .container {
    padding-left: 30px;
  }
}

@media (min-width: 1401px) {
  .container {
    max-width: calc(1440px - 320px);
  }
}

@media (min-width: 1025px) {
  .container._sm {
    max-width: 1060px;
  }
}

@media (max-width: 767px) {
  .section_title {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .section_title {
    margin-bottom: 30px;
  }
}

@media (min-width: 1201px) {
  .section_title {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .section_title:not(.align-left) {
    text-align: center;
  }
}

.section_title h2 {
  display: inline-block;
  font-weight: 700;
  font-family: "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .section_title h2 {
    font-size: 21px;
  }
}

@media (min-width: 768px) {
  .section_title h2 {
    font-size: 32px;
  }
}

.section_title h2 span {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  line-height: calc(56 / 32);
}

.section_title h2 span::after {
  content: '';
  width: 100%;
  background: #CEA525;
  position: absolute;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .section_title h2 span::after {
    height: 10px;
    bottom: 2px;
  }
}

@media (min-width: 768px) {
  .section_title h2 span::after {
    height: 15px;
    bottom: 4px;
  }
}

@media (min-width: 768px) {
  .show_sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden_sp {
    display: none;
  }
}

.show_pc {
  display: none;
}

@media (min-width: 1201px) {
  .show_pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .show_tabup {
    display: none;
  }
}

.imgWrap {
  display: block;
  position: relative;
}

.imgWrap img, .imgWrap span.img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.imgWrap img {
  object-fit: cover;
}

.imgWrap span.img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bg-wrapper01::before {
  background: rgba(0, 0, 0, 0.5);
}

.bg-wrapper02 {
  background-size: auto;
}

.bg-wrapper02::before {
  background: linear-gradient(270deg, rgba(0, 17, 78, 0.7) 0%, rgba(0, 8, 38, 0.7) 29.17%, rgba(0, 0, 0, 0.7) 48.96%, rgba(0, 9, 39, 0.7) 69.27%, rgba(0, 17, 78, 0.7) 100%);
}

@media (min-width: 768px) {
  .flex-md {
    display: flex;
    flex-wrap: wrap;
  }
}

.dl_button {
  display: inline-block;
}

@media (max-width: 767px) {
  .dl_button {
    max-width: 190px;
  }
}

@media (min-width: 768px) {
  .dl_button {
    max-width: 200px;
  }
}

@media (min-width: 1201px) {
  .dl_button {
    max-width: 224px;
  }
}

.dl_button a {
  display: block;
}

@media (min-width: 768px) {
  .divider {
    border-left: 1px solid #ffffff;
    padding-left: 16px;
  }
}

@media (min-width: 1201px) {
  .divider {
    padding-left: 24px;
  }
}

.side-logo {
  position: fixed;
  z-index: 10;
}

@media (max-width: 767px) {
  .side-logo {
    left: -20px;
    bottom: 60px;
    transform: rotate(-90deg);
  }
}

@media (min-width: 768px) {
  .side-logo {
    top: calc(50% + 70px);
    left: -15px;
    transform: translateY(-50%) rotate(-90deg);
  }
}

.side-logo img {
  width: 93px;
}

.side-line {
  width: 2px;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 77px;
  z-index: 10;
}

@media (max-width: 767px) {
  .side-line {
    left: 50px;
  }
}

@media (min-width: 768px) {
  .side-line {
    left: 55px;
  }
}

@media (min-width: 1201px) {
  .side-line {
    left: 77px;
  }
}

.header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
}

@media (max-width: 767px) {
  .header {
    height: 83px;
  }
}

@media (min-width: 768px) {
  .header {
    height: 70px;
  }
}

.header_container {
  height: 100%;
  display: flex;
}

@media (max-width: 767px) {
  .header_container {
    padding: 0 12px;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .header_container {
    align-items: center;
    padding: 0 30px;
    max-width: 1260px;
    margin: auto;
  }
}

.header_logo {
  max-width: 120px;
}

@media (max-width: 767px) {
  .header_logo {
    margin-bottom: 10px;
  }
}

.header_logo a {
  display: block;
}

@media (max-width: 767px) {
  .header_nav {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: all .5s;
    background: #000000;
    position: fixed;
    top: 83px;
    right: -100%;
    z-index: 998;
  }
  .header_nav.active {
    right: 0;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .header_nav {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .header_nav_list {
    padding: 80px 15px;
  }
}

@media (min-width: 768px) {
  .header_nav_list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .header_nav li {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .header_nav li + li {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .header_nav li + li {
    margin-left: 15px;
  }
}

@media (min-width: 1201px) {
  .header_nav li + li {
    margin-left: 20px;
  }
}

.header_nav_link {
  display: block;
  color: #000000;
  font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "meiryo", sans-serif;
  position: relative;
  overflow: hidden;
  padding: .5em 0;
}

@media (max-width: 767px) {
  .header_nav_link {
    color: #ffffff;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .header_nav_link {
    font-size: 10px;
  }
}

@media (min-width: 980px) {
  .header_nav_link {
    font-size: 14px;
  }
}

@media (min-width: 1201px) {
  .header_nav_link {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .header_nav_link::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #8A2C42;
    position: absolute;
    left: -100%;
    bottom: 0;
    transition: left .5s;
  }
}

.header_nav_link:hover {
  opacity: 1;
}

@media (min-width: 1025px) {
  .header_nav_link:hover::after {
    left: 0;
  }
}

.header_hamburger {
  cursor: pointer;
  background: transparent;
  width: 43px;
  height: 43px;
  position: fixed;
  right: 12px;
  top: 30px;
  z-index: 999;
  border: 2px solid #000000;
}

@media (min-width: 768px) {
  .header_hamburger {
    display: none;
  }
}

.header_hamburger .menu_bar {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  width: 100%;
  z-index: 999;
}

.header_hamburger_trigger {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  transition: all 0.2s;
}

.header_hamburger_trigger span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s;
}

.header_hamburger_trigger > span {
  text-align: center;
  width: 35px;
}

.header_hamburger_line {
  height: 30px;
  margin: 0px auto;
  position: relative;
  width: 30px;
}

.header_hamburger_line::after {
  bottom: -5px;
  color: #000000;
  content: "menu";
  font-size: 10px;
  font-weight: bold;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scale(0.8);
  letter-spacing: 0.24em;
}

.header_hamburger_line span {
  background: #000000;
  height: 2px;
  position: absolute;
  right: 0;
  width: 100%;
}

.header_hamburger_line span:nth-of-type(2) {
  top: 7px;
}

.header_hamburger_line span:nth-of-type(3) {
  top: 14px;
}

.header_hamburger_line.active::after {
  content: '';
}

.header_hamburger_line.active span:first-of-type {
  top: 4px;
  transform: translateY(7px) rotate(-45deg);
}

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

.header_hamburger_line.active span:nth-of-type(3) {
  top: 15px;
  transform: translateY(-4px) rotate(45deg);
}

.fv {
  position: relative;
  background: url(../images/bg-fv.jpg) no-repeat bottom/cover;
}

@media (max-width: 767px) {
  .fv {
    margin-top: 83px;
    padding: 40px 0 60px;
  }
}

@media (min-width: 768px) {
  .fv {
    margin-top: 70px;
    padding: 70px 0;
  }
}

@media (min-width: 1201px) {
  .fv {
    padding: 100px 0;
  }
}

.fv::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(3, 0, 21, 0.536) 45.31%, rgba(7, 0, 47, 0.8) 100%);
}

@media (min-width: 768px) {
  .fv_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (min-width: 1025px) {
  .fv_cont {
    width: 90%;
    margin-left: auto;
  }
}

@media (min-width: 1201px) {
  .fv_cont {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .fv_image {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .fv_texts {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .fv_texts {
    width: 45%;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .fv_texts .section_title h2 {
    font-size: 30px;
  }
}

@media (min-width: 1201px) {
  .fv_texts .section_title h2 {
    font-size: 40px;
  }
}

.fv_copy {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .fv_text {
    margin-top: 24px;
  }
}

.fv .dl_button {
  margin-top: 24px;
}

.concerns {
  position: relative;
  background: url(../images/bg-buildings.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .concerns {
    background-image: url(../images/bg-buildings-sp.jpg);
  }
}

.concerns::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(4, 0, 27, 0.6);
  z-index: 1;
}

@media (max-width: 767px) {
  .concerns .concerns_slide_container {
    padding-right: 35px;
  }
}

@media (min-width: 768px) {
  .concerns .concerns_slide_container {
    padding-right: 50px;
    padding-left: 85px;
    margin: 0 auto;
    max-width: 1300px;
  }
}

.concerns .concerns_slide .slick-track {
  display: flex;
}

.concerns .concerns_slide .slick-slide {
  height: auto !important;
}

@media (max-width: 767px) {
  .concerns .concerns_slide .slick-slide {
    margin: 0 5px;
  }
}

@media (min-width: 768px) {
  .concerns .concerns_slide .slick-slide {
    margin: 0 20px;
  }
}

.concerns .concerns_slide .slick-prev {
  display: none !important;
}

.concerns .concerns_slide .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: -20px;
  width: 20px;
  height: 20px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
}

.concerns_item {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  height: 100%;
}

@media (max-width: 767px) {
  .concerns_item {
    padding: 27px 20px 47px;
  }
}

@media (min-width: 768px) {
  .concerns_item {
    padding: 27px 20px;
  }
}

.concerns_item_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.concerns_text {
  font-size: 11px;
  line-height: calc(20 / 12);
}

.concerns_by {
  text-align: right;
  font-size: 15px;
  margin-top: 20px;
}

.concerns_by span {
  display: inline-block;
  position: relative;
  padding-left: 78px;
}

.concerns_by span::before {
  content: '';
  width: 63px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .concerns_footer {
    margin-top: 64px;
  }
}

@media (min-width: 768px) {
  .concerns_footer {
    margin-top: 50px;
  }
}

.concerns_footer .flex-md {
  align-items: stretch;
}

@media (max-width: 767px) {
  .concerns_footer .section_title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .concerns_footer_image {
    max-width: 480px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .concerns_footer_image {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .concerns_footer_text {
    margin-top: 27px;
  }
}

@media (min-width: 768px) {
  .concerns_footer_text {
    width: 65%;
    margin-left: auto;
  }
}

.app {
  background: rgba(0, 0, 0, 0.8) url(../images/app-bg.jpg) no-repeat center center/cover;
  position: relative;
}

.app .price {
  color: #FFF;
}

.app .price .section_title h2 span {
  padding: 0 15px;
}

.app .price_top {
  display: flex;
}

@media (max-width: 767px) {
  .app .price_top {
    align-items: center;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .app .price_top {
    align-items: flex-end;
    justify-content: center;
  }
}

.app .price_top .unit {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .app .price_top .unit {
    width: 58px;
    height: 58px;
    line-height: 55px;
    font-size: 20px;
    border: 1.5px solid #FFF;
  }
}

@media (min-width: 768px) {
  .app .price_top .unit {
    width: 80px;
    height: 80px;
    line-height: 74px;
    font-size: 24px;
    border: 3px solid #FFF;
  }
}

@media (min-width: 1201px) {
  .app .price_top .unit {
    width: 103px;
    height: 103px;
    line-height: 97px;
    font-size: 35px;
  }
}

.app .price_top p {
  font-weight: 700;
  line-height: 1;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .app .price_top p {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .app .price_top p {
    font-size: 48px;
  }
}

@media (min-width: 1201px) {
  .app .price_top p {
    font-size: 68px;
  }
}

@media (max-width: 767px) {
  .app .price_lead {
    font-size: 19px;
    line-height: calc(31 / 19);
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .app .price_lead {
    text-align: center;
    font-size: 28px;
    line-height: calc(64 / 44);
    margin-top: 20px;
  }
}

@media (min-width: 1201px) {
  .app .price_lead {
    font-size: 44px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .app .price_image {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .app .price_image {
    text-align: center;
    max-width: 600px;
    margin: 20px auto 0;
  }
}

@media (max-width: 767px) {
  .app .app-info {
    margin-top: 64px;
  }
}

@media (min-width: 768px) {
  .app .app-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .app_image {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .app_image {
    width: 50%;
  }
}

@media (min-width: 1201px) {
  .app_image img {
    transform: scale(1.1);
  }
}

@media (min-width: 768px) {
  .app_text {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .app_text .section_title {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .app_text .section_title {
    margin-top: 64px;
    margin-bottom: 20px;
  }
}

.app_text p {
  max-width: 462px;
}

@media (min-width: 768px) {
  .app_text p {
    line-height: calc(42 / 22);
    font-size: 18px;
  }
}

@media (min-width: 1201px) {
  .app_text p {
    font-size: 22px;
  }
}

.app_text .dl_button {
  margin-top: 22px;
}

.app .logo.hidden_sp {
  max-width: 253px;
}

.app .logo.show_sp {
  max-width: 140px;
}

.feature {
  position: relative;
  background: linear-gradient(270deg, #00114E 0%, #000826 29.17%, #000000 48.96%, #000927 69.27%, #00114E 100%);
}

@media (max-width: 767px) {
  .feature .section_title {
    margin-bottom: 40px;
  }
}

.feature_item {
  position: relative;
}

@media (max-width: 767px) {
  .feature_item + .feature_item {
    margin-top: 64px;
  }
}

@media (min-width: 768px) {
  .feature_item {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}

@media (min-width: 1201px) {
  .feature_item {
    padding: 65px 0;
  }
}

@media (min-width: 768px) {
  .feature_item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .feature_item:nth-child(2n) .feature_item_image {
    padding-right: 38px;
  }
}

@media (min-width: 768px) {
  .feature_item:nth-child(2n-1) .feature_item_image {
    padding-left: 38px;
  }
}

@media (max-width: 767px) {
  .feature_item_text {
    margin-bottom: 22px;
  }
}

@media (min-width: 768px) {
  .feature_item_text {
    width: 50%;
    max-width: 700px;
  }
}

.feature_item_text .point {
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .feature_item_text .point {
    max-width: 126px;
  }
}

@media (min-width: 768px) {
  .feature_item_text .point {
    max-width: 133px;
  }
}

.feature_item_text h3 {
  line-height: 1.75;
  font-weight: 600;
  font-family: "Hiragino Mincho Pro", "Noto Serif JP", serif;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .feature_item_text h3 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .feature_item_text h3 {
    font-size: 22px;
  }
}

@media (min-width: 980px) {
  .feature_item_text h3 {
    font-size: 26px;
  }
}

@media (min-width: 1201px) {
  .feature_item_text h3 {
    font-size: 30px;
  }
}

@media (min-width: 1401px) {
  .feature_item_text h3 {
    font-size: 32px;
  }
}

.feature_item_text h3 span {
  display: inline-block;
}

.feature_item_text p {
  color: #ffffff;
}

@media (max-width: 767px) {
  .feature_item_text p {
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .feature_item_text p {
    font-size: 16px;
    line-height: calc(32 / 18);
  }
}

@media (min-width: 1201px) {
  .feature_item_text p {
    font-size: 18px;
  }
}

.feature_item_image {
  border-radius: 45px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}

@media (min-width: 768px) {
  .feature_item_image {
    width: 50%;
  }
}

@media (min-width: 1401px) {
  .feature_item_image {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .flow .section__title {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .flow_list {
    border: 2px solid #ffffff;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 30px 20px;
  }
}

@media (min-width: 980px) {
  .flow_list {
    justify-content: center;
    padding: 40px;
  }
}

.flow_item {
  position: relative;
  display: flex;
}

@media (max-width: 767px) {
  .flow_item {
    align-items: flex-end;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .flow_item {
    width: 30%;
    min-height: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .flow_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .flow_item:not(:last-child) {
    margin-right: 3%;
  }
}

@media (min-width: 1025px) {
  .flow_item:not(:last-child) {
    margin-right: 2%;
  }
}

@media (max-width: 767px) {
  .flow_item:first-child .flow_item_image img {
    width: 70%;
    margin: auto;
    transform: translateX(10px);
  }
}

@media (min-width: 768px) {
  .flow_item:first-child .flow_item_image {
    max-width: 120px;
  }
}

@media (min-width: 1025px) {
  .flow_item:first-child .flow_item_image {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .flow_item:nth-child(2) .flow_item_image img {
    width: 70%;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .flow_item:nth-child(2) .flow_item_image {
    max-width: 120px;
  }
  .flow_item:nth-child(2) .flow_item_image img {
    transform: translateX(-10px);
  }
}

@media (min-width: 1025px) {
  .flow_item:nth-child(2) .flow_item_image {
    max-width: 150px;
  }
}

.flow_item:last-child .flow_item_image {
  display: grid;
  place-items: center;
}

@media (min-width: 768px) {
  .flow_item:last-child .flow_item_image {
    max-width: 180px;
  }
  .flow_item:last-child .flow_item_image img {
    transform: translateX(10px);
  }
}

@media (min-width: 1025px) {
  .flow_item:last-child .flow_item_image {
    max-width: 200px;
  }
}

.flow_item:not(:last-child)::after {
  content: '';
  width: 15px;
  height: 15px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  position: absolute;
}

@media (max-width: 767px) {
  .flow_item:not(:last-child)::after {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -25px;
  }
}

@media (min-width: 768px) {
  .flow_item:not(:last-child)::after {
    right: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

@media (max-width: 767px) {
  .flow_item_image {
    flex: 0 0 30%;
  }
}

@media (min-width: 768px) {
  .flow_item_image {
    margin: auto;
    flex: 0 0 80%;
  }
}

@media (max-width: 767px) {
  .flow_item_text {
    flex: 0 0 60%;
    margin-left: 16px;
  }
}

@media (min-width: 768px) {
  .flow_item_text {
    margin-top: 20px;
    flex: 0 0 20%;
    display: grid;
    place-items: center;
  }
}

.flow_item_text h3 {
  font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "meiryo", sans-serif;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .flow_item_text h3 {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .flow_item_text h3 {
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .flow_item_text h3 {
    font-size: 22px;
  }
}

.voice_item {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

@media (max-width: 767px) {
  .voice_item {
    padding: 27px 20px 47px;
  }
}

@media (min-width: 768px) {
  .voice_item {
    padding: 34px 47px 20px 60px;
  }
}

@media (max-width: 767px) {
  .voice_item + .voice_item {
    margin-top: 27px;
  }
}

@media (min-width: 768px) {
  .voice_item + .voice_item {
    margin-top: 30px;
  }
}

@media (min-width: 1201px) {
  .voice_item + .voice_item {
    margin-top: 45px;
  }
}

.voice_title {
  font-family: "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  .voice_title {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .voice_title {
    font-size: 22px;
  }
}

@media (min-width: 1201px) {
  .voice_title {
    font-size: 24px;
  }
}

.voice_text {
  font-size: 12px;
  line-height: calc(20 / 12);
  margin-top: 20px;
}

.voice_by {
  text-align: right;
  font-size: 16px;
  margin-top: 20px;
}

.voice_by span {
  display: inline-block;
  position: relative;
  padding-left: 78px;
}

.voice_by span::before {
  content: '';
  width: 63px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq {
  padding: 25px 0;
}

@media (min-width: 768px) {
  .faq {
    padding: 50px 0 70px;
  }
}

@media (min-width: 1201px) {
  .faq {
    padding: 70px 0 90px;
  }
}

.faq_list {
  max-width: 975px;
  margin: auto;
}

.faq_item + li {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .faq_item + li {
    margin-top: 14px;
  }
}

.faq_item_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background: #000000;
  padding: 11px 34px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .faq_item_top {
    padding: 8px 15px;
  }
}

@media (min-width: 768px) {
  .faq_item_top {
    font-size: 16px;
  }
}

@media (min-width: 1201px) {
  .faq_item_top {
    font-size: 20px;
  }
}

.faq_item_top p {
  font-weight: 700;
}

.faq_item_top .arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
  transition: transform .3s;
}

@media (max-width: 767px) {
  .faq_item_top .arrow {
    width: 8px;
    height: 8px;
    border-width: 3px;
  }
}

.faq_item_top .arrow.open {
  transform: rotate(45deg);
}

.faq_item_bottom {
  display: none;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background: #000000;
  padding: 13px 34px;
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .faq_item_bottom {
    padding: 8px 15px;
  }
}

.faq_item_bottom strong {
  font-weight: 600;
}

.foot_appeal_box {
  width: 100%;
  background: transparent;
  border-radius: 34px;
  position: relative;
  border: 2px solid #ffffff;
}

@media (max-width: 767px) {
  .foot_appeal_box {
    border-radius: 19px;
    padding: 15px 20px;
    max-width: calc(100% - 20px);
    margin: auto;
  }
}

@media (min-width: 768px) {
  .foot_appeal_box {
    padding: 30px 35px 30px 40px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    margin: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .foot_appeal_box {
    max-width: calc(100% - 40px);
  }
}

@media (min-width: 1201px) {
  .foot_appeal_box {
    padding: 40px 55px 40px 70px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1399px) {
  .foot_appeal_box {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1401px) {
  .foot_appeal_box {
    padding: 50px 60px 50px 80px;
  }
}

@media (min-width: 768px) {
  .foot_appeal_text {
    width: 55%;
    margin-right: auto;
  }
}

.foot_appeal_text .section_title {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .foot_appeal_text .section_title h2 span::after {
    height: 20px;
    bottom: 0px;
  }
}

.foot_appeal_text p {
  color: #ffffff;
  font-size: 12px;
  line-height: calc(22 / 12);
}

@media (max-width: 767px) {
  .foot_appeal_text p {
    margin: 15px 0 30px;
  }
}

@media (min-width: 768px) {
  .foot_appeal_text p {
    margin: 20px 0 10px;
    font-size: 18px;
    line-height: calc(42 / 22);
    max-width: 462px;
  }
}

@media (min-width: 1201px) {
  .foot_appeal_text p {
    margin: 30px 0 15px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .foot_appeal_image {
    margin: 30px 0 15px;
  }
}

@media (min-width: 768px) {
  .foot_appeal_image {
    width: 45%;
  }
}

@media (min-width: 1201px) {
  .foot_appeal_image {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .foot_appeal .logo {
    max-width: 100px;
  }
}

@media (min-width: 768px) {
  .foot_appeal .logo {
    max-width: 200px;
  }
}

@media (min-width: 1201px) {
  .foot_appeal .logo {
    max-width: 250px;
  }
}

.foot_appeal .deco {
  background: url(../images/deco.png) no-repeat center center/cover;
  position: absolute;
}

@media (max-width: 767px) {
  .foot_appeal .deco {
    width: 64px;
    height: 64px;
  }
}

@media (min-width: 768px) {
  .foot_appeal .deco {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1201px) {
  .foot_appeal .deco {
    width: 160px;
    height: 160px;
  }
}

.foot_appeal .deco.deco01 {
  top: -20px;
  left: -20px;
}

@media (min-width: 1201px) {
  .foot_appeal .deco.deco01 {
    top: -40px;
    left: -40px;
  }
}

.foot_appeal .deco.deco02 {
  transform: rotate(90deg);
  right: -20px;
  top: -20px;
}

@media (min-width: 1201px) {
  .foot_appeal .deco.deco02 {
    right: -40px;
    top: -40px;
  }
}

.foot_appeal .deco.deco03 {
  transform: rotate(180deg);
  bottom: -20px;
  right: -20px;
}

@media (min-width: 1201px) {
  .foot_appeal .deco.deco03 {
    bottom: -40px;
    right: -40px;
  }
}

.foot_appeal .deco.deco04 {
  transform: rotate(-90deg);
  bottom: -20px;
  left: -20px;
}

@media (min-width: 1201px) {
  .foot_appeal .deco.deco04 {
    bottom: -40px;
    left: -40px;
  }
}

.footer {
  background: #FFF;
  position: relative;
  z-index: 11;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .footer > .container {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .footer_nav_list {
    display: flex;
  }
}

.footer_nav_item a {
  display: block;
  color: #2A3B4C;
}

@media (max-width: 767px) {
  .footer_nav_item a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 1em 0;
  }
}

@media (min-width: 768px) {
  .footer_nav_item a {
    padding: 0 2em;
  }
}

.footer_copyright {
  text-align: center;
  margin: 0.5em;
  color: #2A3B4C;
}

@media (min-width: 768px) {
  .footer_copyright {
    padding-top: 1em;
  }
}
/*# sourceMappingURL=style.css.map */