@charset "UTF-8";
:root {
  --color_0101: #f77a00;
  --color_0102: #ccc;
  --color_0103: #ccc;
  --color_0201: #ffd58f;
  --color_0202: #fff9f0;
  --color_0203: #fde4cc;
  --color_0301: #ccc;
  --color_0302: #ccc;
  --color_0303: #ccc;
  --color_0401: #ccc;
  --color_0402: #ccc;
  --color_0403: #ccc;
  --red: #d34543;
  --boder: #e8dad3;
  --text: #160801;
  --bg: #c09783;
  --font_m: "Noto Serif JP", serif;
  --font_n: "Noto Sans JP", sans-serif;
  --font_e: "Roboto", sans-serif;
  --font_ms: "Shippori Mincho", serif;
  --letter-spacing: 0.05em;
}

body {
  background: url(../img/bace/bg.jpg) repeat scroll 0 0;
  color: var(--text);
  font-family: var(--font_m);
  margin: 0;
  padding: 0;
  letter-spacing: var(--letter-spacing);
  overflow: hidden;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    letter-spacing: 0;
  }
}

a {
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:link {
  color: var(--text);
  text-decoration: none;
}

a:visited {
  color: var(--text);
  text-decoration: none;
}

a:active {
  color: var(--text);
  text-decoration: none;
}

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

.red {
  color: var(--red);
}

.bold {
  font-weight: bold;
}

.mini {
  font-size: 0.8em;
}

.m {
  font-family: var(--font_m);
}

.n {
  font-family: var(--font_n);
}

.e {
  font-family: var(--font_e);
}

.ms {
  font-family: var(--font_ms);
}

/* -----------------------------------------------------------
CSS Information

File name:      default.css
Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */
html,
body,
div,
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-style: normal;
  font-weight: normal;
  font-size: 100%;
}

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

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.header {
  padding: 20px;
}
.header .logo {
  width: 200px;
  margin: 0 30px 0 0;
  mix-blend-mode: multiply;
}
.header .header_inner {
  display: flex;
  align-items: center;
}
.header .anniversary {
  font-size: 1.8em;
}
.header .anniversary .number {
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .header {
    padding: 15px 0 5px 0;
  }
  .header .logo {
    margin: auto;
    width: 150px;
  }
  .header .header_inner {
    display: block;
    text-align: center;
  }
  .header .anniversary {
    font-size: 1.3em;
    margin: 0 -1em 0 0;
  }
}

.footer {
  background: #fff;
}
.footer .footer_company {
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 30px 0;
  font-size: 0.9em;
  line-height: 1.5;
}
.footer .footer_company .logo {
  padding: 10px 0;
}
.footer .footer_company .text a {
  background: var(--text);
  color: #fff;
  padding: 4px 20px 4px 15px;
  display: inline-block;
  margin: 10px 0 0 0;
  position: relative;
}
.footer .footer_company .text a::before {
  content: "";
  width: 5px;
  height: 5px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
}
.footer .footer_company .text a:hover {
  opacity: 0.7;
}
.footer .copy {
  text-align: center;
  padding: 0 0 20px 0;
  display: block;
  font-size: 12px;
  color: #888;
}
@media (max-width: 768px) {
  .footer .footer_company {
    display: block;
  }
  .footer .footer_company .logo {
    padding: 0 0 20px 0;
    width: 170px;
    display: block;
    margin: auto;
  }
  .footer .footer_company .text {
    text-align: center;
  }
}

.mv {
  position: relative;
}
.mv .inner {
  padding: 550px 0 0 0;
  z-index: 1;
  position: relative;
}
.mv::before, .mv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
}
.mv::before {
  background: url(../img/mv/bg_01.png) no-repeat scroll top center/100% auto;
  top: 0;
}
.mv::after {
  background: url(../img/mv/bg_02.png) no-repeat scroll top center/100% auto;
  top: 30%;
  max-width: 1600px;
  width: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.mv img {
  width: auto;
}
.mv .main_title {
  position: absolute;
  text-align: center;
  transform: rotate(-2deg);
  animation: yure2 8s ease infinite;
  margin: 0 0 0;
  top: 13%;
  z-index: 1;
}
.mv .main_title .icon_01 {
  position: absolute;
  left: 10px;
  top: -30px;
  animation: yure 8s ease infinite;
}
.mv .main_title .icon_02 {
  position: absolute;
  right: 150px;
  top: -60px;
  animation: yure 8s ease infinite;
}
.mv .main_title .title_01 {
  margin: 0 0 -40px 0;
  animation: yure 8s ease infinite;
}
.mv .main_title .title_02 {
  animation: yure 8s ease infinite;
}
@keyframes yure {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes yure2 {
  0% {
    transform: translateY(-10px) rotate(-2deg);
  }
  50% {
    transform: translateY(10px) rotate(2deg);
  }
  100% {
    transform: translateY(-10px) rotate(-2deg);
  }
}
.mv .or {
  text-align: center;
}
.mv .or .title {
  margin: 0 0 -20px 0;
}
.mv .or .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  margin: auto;
}
.mv .or .text .title {
  width: 95%;
}
.mv .or .text .or_title {
  width: 50%;
}
.mv .or .text .or_or {
  margin: 20px -50px 0 -50px;
  display: block;
}
.mv .register {
  background: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 50px auto;
  padding: 50px 50px 50px 250px;
  position: relative;
}
.mv .register .img {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.mv .register .img img {
  transform: translateY(-10px);
  animation: jouge 8s ease infinite;
}
.mv .register .text .title {
  font-size: 1.4em;
  font-weight: bold;
  color: #f73a00;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
@keyframes jouge {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media (max-width: 768px) {
  .mv::after {
    top: 18%;
  }
  .mv .inner {
    padding: 240px 0 0 0;
  }
  .mv .main_title {
    top: 5%;
  }
  .mv .main_title .title_01 {
    width: 60%;
    margin: 0 0 -30px 0;
  }
  .mv .main_title .title_02 {
    width: 90%;
  }
  .mv .main_title .icon_01 {
    width: 23%;
    left: 5px;
    top: 25px;
  }
  .mv .main_title .icon_02 {
    width: 25%;
    right: 20px;
    top: -25px;
  }
  .mv .or {
    margin: 0 0 50px 0;
  }
  .mv .or .title img {
    width: 80%;
  }
  .mv .or .text .or_title {
    width: 50%;
  }
  .mv .or .text .or_or {
    margin: 0px -50px 0 -50px;
  }
  .mv .or .text .or_or img {
    width: 35%;
  }
  .mv .register {
    margin: 20px 5%;
    padding: 170px 5% 20px 5%;
  }
  .mv .register .img {
    left: 50%;
    top: -5%;
    transform: translate(-50%, 0);
    width: 50%;
  }
  .mv .register .img img {
    width: 100%;
  }
  .mv .register .text .title {
    font-size: 1.2em;
  }
}

.investigation .main_title {
  text-align: center;
  font-size: 1.8em;
  padding: 60px 0;
}
.investigation .main_title .top {
  display: block;
  margin: 0 0 10px 0;
}
.investigation .main_title .bottom {
  background: var(--text);
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  position: relative;
  font-size: 1.2em;
}
.investigation .main_title .bottom::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 25px 19px 0 19px;
  border-color: var(--text) transparent transparent transparent;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}
.investigation .box {
  background: #fff;
  border-radius: 20px;
  padding: 50px 80px;
}
.investigation .list {
  background: var(--color_0202);
  position: relative;
  border-radius: 20px;
  margin: 100px 0 0 0;
  padding: 100px 50px 30px 50px;
}
.investigation .list .title {
  background: #ffd58f;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  font-size: 1.2em;
  border-radius: 50%;
}
.investigation .list .icon {
  position: absolute;
  right: 40px;
  top: -40px;
  animation: investigation_yure 3s ease infinite;
}
@keyframes investigation_yure {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.investigation .list dl {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  grid-gap: 0;
  border-bottom: 1px dashed #e8dad3;
  padding: 15px 50px;
}
.investigation .list dl:last-child {
  border: none;
}
.investigation .list dl dt {
  color: var(--color_0101);
}
@media (max-width: 768px) {
  .investigation .main_title {
    font-size: 1.1em;
    padding: 30px 0 40px 0;
  }
  .investigation .main_title .top {
    margin: 0 0 15px 0;
  }
  .investigation .main_title .bottom {
    padding: 10px 15px;
    font-size: 1em;
  }
  .investigation .main_title .bottom::before {
    border-width: 15px 13px 0 13px;
    bottom: -14px;
  }
  .investigation .box {
    padding: 20px 5%;
  }
  .investigation .list {
    margin: 70px 0 0 0;
    padding: 70px 5% 20px 5%;
  }
  .investigation .list .icon {
    width: 25%;
    right: -5px;
    top: 20px;
  }
  .investigation .list dl {
    padding: 10px;
    display: block;
  }
  .investigation .list dl dt {
    font-size: 0.8em;
    margin: 0 0 5px 0;
  }
  .investigation .list dl dd {
    line-height: 1.5;
  }
}

.graph_data {
  margin: 100px 0;
}
.graph_data .graph_img {
  width: 800px;
  margin: 50px auto;
}
.graph_data .graph_img .note {
  border: 1px solid var(--boder);
  font-size: 0.8em;
  margin: 40px 0 0 0;
  padding: 15px;
  border-radius: 10px;
}
.graph_data .text {
  margin: 0 0 100px 0;
}
@media (max-width: 768px) {
  .graph_data {
    margin: 50px 0 100px 0;
  }
  .graph_data .graph_img {
    width: 100%;
    margin: 20px 0;
  }
  .graph_data .text {
    margin: 0 0 50px 0;
  }
  .graph_data .note {
    margin: 30px 0 0 0;
  }
  .graph_data .inner_mini {
    padding: 0;
  }
}

.result {
  margin: 0 0 100px 0;
}
.result .main_title {
  text-align: center;
  margin: -210px 0 50px 0;
}
.result .main_title img {
  width: auto;
}
.result .main_title .icon {
  width: 400px;
  animation: result_yure 6s ease infinite;
}
@keyframes result_yure {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
.result .main_title .title_01 {
  margin: -50px 0 -40px 0;
  animation: result_yure2 6s ease infinite;
}
@keyframes result_yure2 {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@media (max-width: 768px) {
  .result .main_title {
    margin: -30px 0 30px 0;
  }
  .result .main_title .icon {
    width: 60%;
  }
  .result .main_title .title_01 {
    width: 80%;
    margin: -30px 0 -10px 0;
  }
  .result .main_title .title_02 {
    width: 100%;
  }
}

.company.bg {
  padding-bottom: 120px;
}
.company .title_header p {
  text-align: left;
  font-size: 1em;
  width: 700px;
  margin: 0 auto 40px;
}
.company .benefits {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  margin: 150px 0 0 0;
  padding: 0 0 70px 0;
}
.company .benefits .title {
  background: #fff;
  font-size: 2.2em;
  border-radius: 100px;
  display: inline-block;
  transform: translateY(-40px);
  padding: 15px 70px;
}
.company .benefits .title span {
  color: var(--color_0101);
}
.company ul {
  text-align: left;
  display: inline-block;
  margin: -20px 0 50px 0;
}
.company li {
  font-size: 1.6em;
  padding: 20px 15px 20px 70px;
  position: relative;
  border-bottom: 1px dashed var(--boder);
}
.company li .check {
  position: absolute;
  width: 20px;
  height: 40px;
  left: 20px;
  top: 40%;
  transform: translateY(-50%) rotate(45deg);
}
.company li .check::before, .company li .check::after {
  content: "";
  position: absolute;
  background: var(--color_0101);
  border-radius: 100px;
  right: 0;
  bottom: 0;
}
.company li .check::before {
  width: 100%;
  height: 3px;
}
.company li .check::after {
  width: 3px;
  height: 100%;
}
.company li .boder {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #fde4cc 0%);
}
@media (max-width: 768px) {
  .company .title_header p {
    width: 100%;
    margin: 0 auto 30px;
  }
  .company .benefits {
    margin: 80px 0 0 0;
    padding: 0 5% 30px 5%;
  }
  .company .benefits .title {
    font-size: 1.4em;
    transform: translateY(-40px);
    padding: 15px 30px;
  }
  .company ul {
    margin: -40px 0 20px 0;
  }
  .company li {
    font-size: 1em;
    line-height: 1.3;
    padding: 20px 0 20px 30px;
  }
  .company li .check {
    width: 10px;
    height: 20px;
    left: 10px;
    top: 45%;
  }
}

.taiyaki {
  margin: 100px 0 0 0;
}
.taiyaki .main_img {
  display: flex;
  gap: 60px;
  justify-content: center;
}
.taiyaki .main_img img {
  width: 300px;
  animation: taiyaki 4s ease infinite;
  transform-origin: bottom center;
}
@keyframes taiyaki {
  0% {
    transform: rotate(0) translate(0);
  }
  30% {
    transform: rotate(10deg) translate(10px, -10px);
  }
  50% {
    transform: rotate(0) translate(0, 0);
  }
  70% {
    transform: rotate(-15deg) translate(-10px, -10px);
  }
  100% {
    transform: rotate(0) translate(0, 0);
  }
}
.taiyaki .text_top .title {
  font-weight: bold;
  font-size: 1.2em;
  margin: 30px 0;
}
.taiyaki .list {
  margin: 80px 0;
}
.taiyaki .list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  font-size: 0.9em;
}
.taiyaki .list img {
  border-radius: 10px;
}
.taiyaki .list .text {
  margin: 15px 0 0 0;
}
.taiyaki .list .btn_view {
  text-align: center;
  margin: 40px 0 0 0;
}
@media (max-width: 768px) {
  .taiyaki {
    margin: 20px 0 0 0;
  }
  .taiyaki .main_img {
    gap: 20px;
  }
  .taiyaki .main_img img {
    width: 110px;
  }
  .taiyaki .list {
    margin: 80px 0;
  }
  .taiyaki .list:last-child {
    margin-bottom: 40px;
  }
  .taiyaki .list ul {
    display: block;
  }
  .taiyaki .list li .bold {
    font-size: 1.2em;
  }
  .taiyaki .list li + li {
    margin-top: 30px;
  }
}

.report {
  position: relative;
  padding: 70px 0 100px 0;
}
.report::before {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  mix-blend-mode: multiply;
  position: absolute;
  opacity: 0.1;
}
.report ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  text-align: center;
  margin: 40px 0 0 0;
}
.report li {
  border: 1px solid var(--text);
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 0.9em;
}
@media (max-width: 768px) {
  .report {
    padding: 20px 0 50px 0;
  }
  .report ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 20px 0 0 0;
  }
  .report li {
    font-size: 0.8em;
  }
}

@media (min-width: 768px) {
  #pagetop {
    position: fixed;
    right: 30px;
    bottom: -200px;
    z-index: 1;
    transition: all 500ms cubic-bezier(0.12, 2.07, 0.4, 0.49);
  }
  #pagetop.active {
    bottom: 40px;
  }
  #pagetop a img {
    width: 70px;
    transition: all 500ms cubic-bezier(0.12, 2.07, 0.4, 0.49);
  }
  #pagetop a::before, #pagetop a::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms cubic-bezier(0.12, 2.07, 0.4, 0.49);
  }
  #pagetop a::before {
    background: url(../img/bace/pagetop_02.png) no-repeat scroll center center/100% auto;
    top: 35%;
  }
  #pagetop a::after {
    background: url(../img/bace/pagetop_01.png) no-repeat scroll center center/100% auto;
    top: 80%;
  }
  #pagetop a:hover img {
    transform: translate(-30px, 0) scale(1.5) rotate(15deg);
  }
  #pagetop a:hover::before {
    top: -30%;
    transform: translate(-40%, -50%) rotate(35deg);
  }
  #pagetop a:hover::after {
    top: 150%;
    transform: translate(-40%, -50%) rotate(-20deg);
  }
}
@media (max-width: 768px) {
  #pagetop {
    position: fixed;
    right: 0;
    bottom: -200px;
    z-index: 1;
    transition: all 500ms cubic-bezier(0.12, 2.07, 0.4, 0.49);
  }
  #pagetop.active {
    right: -10px;
    bottom: 10px;
    transform: scale(0.6);
  }
  #pagetop a img {
    width: 70px;
    transform: translate(-30px, 0) scale(1.5) rotate(15deg);
  }
  #pagetop a::before, #pagetop a::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms cubic-bezier(0.12, 2.07, 0.4, 0.49);
  }
  #pagetop a::before {
    background: url(../img/bace/pagetop_02.png) no-repeat scroll center center/100% auto;
    top: -30%;
    transform: translate(-40%, -50%) rotate(35deg);
  }
  #pagetop a::after {
    background: url(../img/bace/pagetop_01.png) no-repeat scroll center center/100% auto;
    top: 150%;
    transform: translate(-40%, -50%) rotate(-20deg);
  }
}

.move {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.19, 0.75, 0, 1.3);
}
.move.move-on {
  animation: move 1.3s cubic-bezier(0.19, 0.75, 0, 1.3) 1 forwards;
}
@keyframes move {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.zoom {
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.00001);
}
.zoom:hover {
  transform: scale(1.05);
}
.btn_view .btn {
  background: var(--text);
  padding: 20px 100px 20px 60px;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 1.4em;
}
.btn_view .btn span {
  position: relative;
  z-index: 1;
}
.btn_view .btn::before, .btn_view .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn_view .btn::before {
  background: var(--color_0202);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  right: 5%;
}
.btn_view .btn::after {
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent var(--text) transparent;
  right: 10%;
}
.btn_view .btn:hover {
  color: var(--text);
}
.btn_view .btn:hover::before {
  width: 98%;
  height: 90%;
  right: 1%;
}
@media (max-width: 768px) {
  .btn_view .btn {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 70px 20px 30px;
    font-size: 1em;
  }
  .btn_view .btn::after {
    right: 10.5%;
  }
}

.title_header {
  text-align: center;
}
.title_header .title_dot {
  text-align: center;
  margin: 30px 0;
  font-size: 2.4em;
  line-height: 1.5;
}
.title_header .title_dot .dot {
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 20px 0 0 0;
}
.title_header .title_dot .dot span {
  width: 15px;
  height: 15px;
  background: var(--color_0201);
  border-radius: 50%;
  animation: dot 3s ease infinite;
}
@keyframes dot {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.title_header .title_dot .dot span:nth-child(1) {
  animation-delay: 500ms;
}
.title_header .title_dot .dot span:nth-child(2) {
  animation-delay: 600ms;
}
.title_header .title_dot .dot span:nth-child(3) {
  animation-delay: 700ms;
}
.title_header p {
  font-size: 1.2em;
  margin: 0 0 10px 0;
}
.title_header .note {
  font-size: 0.8em;
}
.title_header .bar {
  background: var(--text);
  color: #fff;
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 0.8em;
  margin: 0 0 10px 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .title_header .title_dot {
    margin: 20px 0;
    font-size: 1.3em;
    font-weight: bold;
  }
  .title_header .title_dot .dot span {
    width: 9px;
    height: 9px;
  }
  .title_header p {
    font-size: 1em;
    text-align: left;
  }
}

.title_bar {
  border-left: 3px solid var(--color_0101);
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px 0 5px 20px;
  margin: 30px 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .title_bar {
    font-size: 1em;
  }
}

.title_line {
  text-align: center;
  font-size: 1.6em;
  margin: 30px 0;
}
.title_line span {
  position: relative;
}
.title_line span::before, .title_line span::after {
  content: "";
  top: 55%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  position: absolute;
  background: var(--text);
}
.title_line span::before {
  left: -120px;
}
.title_line span::after {
  right: -120px;
}
@media (max-width: 768px) {
  .title_line {
    font-size: 1em;
    margin: 60px 0;
  }
  .title_line span {
    padding: 10px 0;
  }
  .title_line span::before, .title_line span::after {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
  }
  .title_line span::before {
    top: -10px;
  }
  .title_line span::after {
    right: auto;
    top: auto;
    bottom: -10px;
  }
}

.bg {
  position: relative;
  padding: 100px 0;
}
.bg .bg_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  mix-blend-mode: multiply;
  opacity: 0.1;
  margin: 150px 0 0 0;
  z-index: -1;
}
.bg .bg_inner::before, .bg .bg_inner::after {
  content: "";
  position: absolute;
}
.bg .bg_inner::before {
  background: url(../img/bace/bg.png) no-repeat scroll top center/100% auto;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
}
.bg .bg_inner::after {
  background: url(../img/bace/bg_bottom.png) no-repeat scroll top center/100% auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
}
@media (max-width: 768px) {
  .bg {
    margin: 0;
    padding: 10px 0 80px 0;
  }
  .bg .bg_inner {
    margin: 20px 0 0 0;
  }
  .bg .bg_inner::before {
    top: -80px;
    height: 90px;
  }
  .bg .bg_inner::after {
    height: 70px;
  }
}

@media (min-width: 768px) {
  .inner {
    min-width: 900px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
    z-index: 1;
    position: relative;
    box-sizing: border-box;
  }
  .inner_mini {
    min-width: 700px;
    max-width: 800px;
    margin: 0 auto;
    width: 95%;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
  }
  .sp {
    display: none;
  }
}
@media (min-width: 2000px) {
  .inner {
    width: 1300px;
  }
}
@media (max-width: 768px) {
  .inner,
  .inner_mini {
    padding: 0 5%;
    margin: 0;
  }
  .inner .inner_mini,
  .inner_mini .inner_mini {
    padding: 0;
  }
  .pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */