@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  --primary-font:
    "游ゴシック体", YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, Meiryo, sans-serif;
  --cormorant-infant-font: "Cormorant Infant", serif;
  --yu-mincho-font:
    "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --primary: #333333;
  --primary-light: #bbbbbb;
  --primary-dark: #1e0405;
  --secondary: #999;
  --secondary-dark: #605858;
  --primary-background-color: #231815;
  --accent-color: #8b7246;
  --border-primary: #dddddd;
  --border-primary-light: #e5e5e5;
  --border-second: #cccccc;
  --white: #ffffff;
  --black: #000;
  --hover-button-light: #f5f5f5;
  --background-red: rgba(218, 49, 12, 0.05);
  --red: #da310c;
  --blue: #0070bf;
  --green: #6fba2c;
  --orange: #ed6104;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  --fonts01: "Noto Sans JP", sans-serif;
  --fonts02: "Outfit", sans-serif;
  --color-brown: #610000;
  --color-yellow1: #ffe900;
  --color-yellow2: #fff591;
  --color-yellow3: #ffea00;
  --color-red: #d60000;
  --color-white: #fcf5e1;
  width: 100%;
  font-weight: 500;
  height: auto;
  line-height: 1.56;
  font-family: var(--fonts01);
  font-feature-settings: "palt";
  color: #303030;
  letter-spacing: 0.1px;
}
body.compact-header .l-container {
  padding-top: 80px;
}
body.compact-header .c-header {
  height: 80px;
}
body.compact-header .c-header .logo img {
  width: 144px;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.compact-header .c-header .logo img {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  body.compact-header .c-header {
    height: 50px;
  }
}

.l-container {
  padding-top: 110px;
  transition: ease-in-out 0.1s;
}

@media screen and (max-width: 768px) {
  .l-container {
    padding-top: 50px !important;
  }
}
.l-content {
  width: 100%;
  max-width: 1000px;
  padding: 0px 20px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------------------
    Sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  width: 100%;
  height: 110px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  background: #fff;
  z-index: 999;
  transition: ease-in-out 0.1s;
}
.c-header .logo img {
  transition: ease-in-out 0.1s;
}

@media screen and (max-width: 768px) {
  .c-header {
    padding: 0px 15px;
    height: 50px;
  }
  .c-header h1 img {
    width: 90px;
    height: auto;
  }
}
.c-header .menu {
  width: calc(100% - 150px);
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-header .menu {
    width: calc(100% - 90px);
  }
  .c-header .menu .c-btn01 {
    font-size: 1rem;
    max-width: 130px;
    height: 30px;
  }
  .c-header .menu .c-btn01::after {
    border-left: 5px solid var(--color-brown);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: calc(50% - 4px);
    right: 10px;
  }
}
.c-header .menu h2 {
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-red);
  border-top: 2px solid var(--color-red);
  border-bottom: 2px solid var(--color-red);
  padding: 5px 0;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-header .menu h2 {
    font-size: 1rem;
    border-top: 1px solid var(--color-red);
    border-bottom: 1px solid var(--color-red);
    margin-right: 10px;
    padding: 3px 0;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  text-align: center;
  background: var(--color-red);
  padding: 0px 0px 30px;
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-footer {
    padding: 0 0 20px;
  }
  .c-footer .logo img {
    width: auto;
    height: 18px;
  }
}
.c-footer .nav {
  width: 100%;
  height: auto;
  background: #e7e7e7;
  margin-bottom: 50px;
  padding: 45px 20px;
}

@media screen and (max-width: 768px) {
  .c-footer .nav {
    margin-bottom: 20px;
    padding: 25px 0px;
  }
}
.c-footer .nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .c-footer .nav ul {
    gap: 30px;
  }
}
.c-footer .nav ul li a {
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
  .c-footer .nav ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-footer .nav ul li a:hover {
    opacity: 0.7;
  }
}
.c-footer .copyright {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-footer .copyright {
    font-size: 1rem;
    margin-top: 1px;
  }
}
.icon-top {
  position: fixed;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  bottom: 30px;
  right: 20px;
  text-align: center;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
  .icon-top {
    width: 44px;
    height: 44px;
  }
}
.icon-top.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 769px) {
  .icon-top.is-show:hover {
    opacity: 0.7;
  }
}
/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
.c-btn01 {
  background: var(--color-yellow1);
  border: 2px solid var(--color-brown);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-brown);
  height: 44px;
  width: 100%;
  max-width: 240px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 0px var(--color-brown);
  box-sizing: border-box;
  position: relative;
  transition: ease-in-out 0.3s;
}

.c-btn01::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 15px;
  width: 0px;
  height: 0px;
  top: calc(50% - 8px);
  border-left: 9px solid var(--color-brown);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

@media screen and (min-width: 769px) {
  .c-btn01:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 0px var(--color-brown);
  }
}
.c-btn02 {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  font-size: 2.4rem;
  background: var(--color-yellow2);
  color: var(--color-red);
  transition: ease-in-out 0.3s;
}

.c-btn02::after {
  content: ">";
  font-size: 2.4rem;
  position: absolute;
  right: 30px;
}

@media screen and (max-width: 768px) {
  .c-btn02::after {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-btn02 {
    font-size: 1.8rem;
    max-width: 340px;
    height: 50px;
  }
}
.c-btn02 i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
}

.c-btn02 i::before,
.c-btn02 i::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--color-red);
  border-radius: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn02 i::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}

@media screen and (min-width: 769px) {
  .c-btn02:hover {
    opacity: 0.7;
  }
}
.c-btn03 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-red);
  max-width: 230px;
  min-height: 50px;
  border-radius: 30px;
  border: 1px solid var(--color-red);
  transition: ease-in-out 0.3s;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-btn03 {
    font-size: 1.4rem;
    max-width: 200px;
    min-height: 44px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn03:hover {
    opacity: 0.7;
  }
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
   Table
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
  List
------------------------------------------------------------*/
/*------------------------------------------------------------
  Nav
------------------------------------------------------------*/
/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
/*------------------------------------------------------------
   Others
------------------------------------------------------------*/
.c-mainvisual01 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-mainvisual01 .img {
  width: 100%;
  height: auto;
  position: relative;
}

.c-mainvisual01 .img .ttl {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}

.c-mainvisual01 .e-coin {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}

.c-mainvisual01 .e-coin .coin {
  position: absolute;
  animation: fall linear forwards;
  pointer-events: none;
  max-width: 70px !important;
  max-height: 70px !important;
}

@keyframes fall {
  from {
    transform: translateY(-100px) rotate(0deg);
    opacity: 1;
  }
  to {
    transform: translateY(110vh) rotate(360deg);
    opacity: 1;
  }
}
.c-mainvisual01 .e-coin .star {
  position: absolute;
  width: 25px;
  height: 25px;
  opacity: 0;
  pointer-events: none;
  animation: twinkle 2s ease-in-out infinite;
}

@keyframes twinkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
.index-sec1 {
  width: 100%;
  height: auto;
  padding: 50px 0px 125px 0px;
}

@media screen and (max-width: 768px) {
  .index-sec1 {
    padding: 40px 0;
  }
}
.index-sec1 .block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .index-sec1 .block {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.index-sec1 .block h2 {
  width: 110px;
  font-size: 2.9rem;
  color: var(--color-red);
  position: relative;
}

@media screen and (max-width: 768px) {
  .index-sec1 .block h2 {
    font-size: 2.25rem;
  }
}
.index-sec1 .block h2::before,
.index-sec1 .block h2::after {
  width: 100%;
  height: 3px;
  background: var(--color-red);
  position: absolute;
  left: 0;
  top: -25px;
  content: "";
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .index-sec1 .block h2::before,
  .index-sec1 .block h2::after {
    width: 2px;
    height: 100%;
    top: -2px;
    left: 0;
    transform: rotate(-25deg);
  }
}
.index-sec1 .block h2::after {
  top: auto;
  bottom: -25px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .index-sec1 .block h2::after {
    top: -2px;
    bottom: auto;
    left: auto;
    right: 0;
    transform: rotate(20deg);
  }
}
.index-sec1 .block .table {
  width: calc(100% - 135px);
  height: auto;
  text-align: left;
  box-sizing: border-box;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .index-sec1 .block .table {
    width: 100%;
    margin-top: 15px;
  }
}
.index-sec1 .block .table th,
.index-sec1 .block .table td {
  border-bottom: 4px solid #fff;
  padding: 15px 15px;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index-sec1 .block .table th,
  .index-sec1 .block .table td {
    padding: 8px;
    border-bottom: 2px solid #fff;
  }
}
.index-sec1 .block .table th {
  width: 200px;
  text-align: center;
  background: var(--color-red);
  color: #fff;
  font-size: 1.8rem;
  border-right: 4px solid #fff;
}

@media screen and (max-width: 768px) {
  .index-sec1 .block .table th {
    font-size: 1rem;
    width: 75px;
    border-right: 2px solid #fff;
  }
}
.index-sec1 .block .table td {
  width: calc(100% - 200px);
  background: var(--color-white);
}

@media screen and (max-width: 768px) {
  .index-sec1 .block .table td {
    width: calc(100% - 75px);
  }
}
.index-sec1 .block .table td p {
  color: var(--color-red);
  font-size: 2.7rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index-sec1 .block .table td p {
    font-size: 1.1rem;
  }
}
.index-sec1 .block .table td p.txt {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .index-sec1 .block .table td p.txt {
    font-size: 1.25rem;
  }
}
.index-sec1 .block .table td p.txt span {
  font-weight: 700;
}

.index-sec1 .block .table td p.txt .fs1 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .index-sec1 .block .table td p.txt .fs1 {
    font-size: 1.1rem;
  }
}
.index-sec1 .block .table td p.txt .fs2 {
  font-size: 2.2rem;
  font-family: var(--fonts02);
}

@media screen and (max-width: 768px) {
  .index-sec1 .block .table td p.txt .fs2 {
    font-size: 1.15rem;
  }
}
.index-sec1 .block .table td p.txt .fs3 {
  font-size: 2.7rem;
  font-family: var(--fonts02);
}

@media screen and (max-width: 768px) {
  .index-sec1 .block .table td p.txt .fs3 {
    font-size: 1.35rem;
  }
}
.index-sec1 .block .table td p.txt .fs4 {
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .index-sec1 .block .table td p.txt .fs4 {
    font-size: 0.9rem;
  }
}
.index-sec1 .btn {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .index-sec1 .btn {
    margin-top: 30px;
  }
}
.index-sec1 .btn p {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-brown);
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .index-sec1 .btn p {
    font-size: 1.6rem;
    padding-bottom: 7px;
  }
}
.index-sec1 .btn .c-btn01 {
  margin: 0 auto;
  max-width: 440px;
  height: 76px;
  font-size: 2.8rem;
  border-radius: 38px;
  border: 3px solid var(--color-brown);
  box-shadow: 3px 3px 0px var(--color-brown);
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
  .index-sec1 .btn .c-btn01 {
    border: 2px solid var(--color-brown);
    box-shadow: 2px 2px 0px var(--color-brown);
    height: 60px;
    max-width: 340px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .index-sec1 .btn .c-btn01:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 0px var(--color-brown);
  }
}
.index-sec1 .txt1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-brown);
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .txt1 {
    font-size: 1.2rem;
    padding-top: 15px;
  }
}

.index-sec2 {
  width: 100%;
  height: auto;
  display: block;
  background: var(--color-red);
  padding: 100px 0px 120px;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

@media screen and (max-width: 768px) {
  .index-sec2 {
    padding: 40px 0px 45px;
  }
}
.index-sec2 h2 {
  padding: 0px 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index-sec2 h2 img {
    width: 347px;
  }
}
.index-sec2 .block {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .index-sec2 .block {
    gap: 10px;
    margin-top: 20px;
  }
}
.index-sec2 .block .item1 {
  width: 100%;
  height: auto;
  min-height: 130px;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}
.index-sec2 .block .item1 .ic {
  position: absolute;
  right: -140px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .ic {
    right: -14px;
    top: -25px;
  }
  .index-sec2 .block .item1 .ic img {
    width: 64px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 {
    min-height: 70px;
  }
}
.index-sec2 .block .item1:last-child .txt::after {
  display: none;
}

.index-sec2 .block .item1 .number {
  width: 110px;
  background: var(--color-brown);
  color: #fff;
  font-weight: 700;
  font-size: 3.7rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .number {
    font-size: 1.9rem;
    width: 40px;
  }
}
.index-sec2 .block .item1 .number span {
  width: 100%;
  height: auto;
  display: block;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .number span {
    font-size: 1.1rem;
  }
}
.index-sec2 .block .item1 .ttl {
  width: calc(48% - 110px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .ttl {
    width: calc(48% - 40px);
  }
}
.index-sec2 .block .item1 .ttl p {
  font-size: 3.2rem;
  line-height: 1.15;
  font-weight: 700;
  color: var(--color-red);
}

@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .ttl p {
    font-size: 1.4rem;
  }
}
.index-sec2 .block .item1 .ttl span {
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .ttl span {
    font-size: 2rem;
  }
}
.index-sec2 .block .item1 .txt {
  width: 52%;
  height: auto;
  color: var(--color-yellow3);
  font-family: var(--fonts02);
  font-size: 7rem;
  font-weight: 700;
  position: relative;
  border: 2px solid #fff;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .txt {
    font-size: 3.5rem;
  }
}
.index-sec2 .block .item1 .txt span {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: var(--fonts01);
}

@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .txt span {
    font-size: 1.6rem;
  }
}
.index-sec2 .block .item1 .txt small {
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  position: absolute;
  top: 8px;
  left: 35px;
}

@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .txt small {
    font-size: 1.2rem;
    left: 10px;
  }
}
.index-sec2 .block .item1 .txt::after {
  content: "+";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 42px;
  font-family: var(--fonts02);
  color: var(--color-red);
  right: calc(50% - 12px);
  bottom: -31px;
}

@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .txt::after {
    width: 20px;
    height: 20px;
    font-size: 2.4rem;
    line-height: 20px;
    right: calc(50% - 10px);
    bottom: -17px;
  }
}
.index-sec2 .txt1 {
  text-align: left;
  margin-top: 40px;
  width: 100%;
  height: auto;
  max-width: 850px;
  margin: 0 auto;
  background: #fff;
  margin-top: 20px;
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .index-sec2 .txt1 {
    padding: 10px 15px;
  }
}
.index-sec2 .txt1 p {
  color: var(--color-red);
  font-size: 1.3rem;
  line-height: 1.7;
  position: relative;
  padding-left: 15px;
}
.index-sec2 .txt1 p b {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec2 .txt1 p b {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .index-sec2 .txt1 p {
    font-size: 1rem;
    padding-left: 10px;
  }
}
.index-sec2 .txt1 p::before {
  content: "※";
  position: absolute;
  left: 0;
  color: var(--color-red);
  font-size: 1.3rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .index-sec2 .txt1 p::before {
    font-size: 1rem;
  }
}
.index-sec2 .ttl2 {
  width: 100%;
  max-width: 850px;
  height: auto;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .index-sec2 .ttl2 {
    padding-top: 50px;
  }
}
.index-sec2 .ttl2::before {
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(50% + 40px);
}

@media screen and (max-width: 768px) {
  .index-sec2 .ttl2::before {
    height: 1px;
    top: calc(50% + 25px);
  }
}
.index-sec2 .ttl2 h3 {
  width: auto;
  display: inline-block;
  background: var(--color-red);
  padding: 0px 10px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .index-sec2 .ttl2 h3 {
    font-size: 1.9rem;
  }
}
.index-sec2 .block2 {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .index-sec2 .block2 {
    margin-top: 35px;
  }
}
.index-sec2 .block2 .c-btn02 {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .index-sec2 .block2 .c-btn02 {
    margin-top: 10px;
  }
}
.index-sec3 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: var(--color-white);
}

@media screen and (max-width: 768px) {
  .index-sec3 {
    padding: 50px 0;
  }
}
.index-sec3 img {
  margin: 0 auto;
}

.index-sec3 .ttl1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .index-sec3 .ttl1 {
    flex-wrap: wrap;
  }
}
.index-sec3 .ttl1 h2 {
  color: var(--color-red);
}

.index-sec3 .ttl1 h2 span {
  width: 100%;
  height: auto;
  display: block;
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .index-sec3 .ttl1 h2 span {
    font-size: 2rem;
  }
}
.index-sec3 .ttl1 h2 span.fs {
  width: auto;
  display: inline-block;
  font-size: 4.7rem;
  font-weight: 700;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .index-sec3 .ttl1 h2 span.fs {
    font-size: 2.8rem;
  }
}
.index-sec3 .ttl1 h2 span.fs::before {
  width: 100%;
  height: 10px;
  background: var(--color-yellow1);
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 10px;
  content: "";
}

@media screen and (max-width: 768px) {
  .index-sec3 .ttl1 h2 span.fs::before {
    height: 5px;
    bottom: 5px;
  }
}
.index-sec3 .ttl1 h2 span.fs small {
  font-size: 7rem;
  font-weight: 700;
  font-family: var(--fonts02);
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .index-sec3 .ttl1 h2 span.fs small {
    font-size: 4.4rem;
  }
}
.index-sec3 .ttl1 .img {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .index-sec3 .ttl1 .img {
    padding-left: 0;
    padding-top: 15px;
  }
  .index-sec3 .ttl1 .img img {
    width: 207px;
    height: auto;
  }
}
.index-sec3 .img1 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .index-sec3 .img1 {
    margin-top: 30px;
  }
  .index-sec3 .img1 img {
    width: 345px;
    height: auto;
  }
}
.index-sec3 .ttl2 {
  width: 100%;
  max-width: 920px;
  height: auto;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .index-sec3 .ttl2 {
    margin-top: 30px;
  }
}
.index-sec3 .ttl2::before {
  width: 100%;
  height: 2px;
  background: var(--color-red);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .index-sec3 .ttl2::before {
    height: 1px;
  }
}
.index-sec3 .ttl2 h3 {
  width: auto;
  display: inline-block;
  background: var(--color-white);
  padding: 0px 10px;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-red);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .index-sec3 .ttl2 h3 {
    font-size: 1.9rem;
  }
}
.index-sec3 .txt1 {
  font-size: 1.7rem;
  font-weight: 400;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  max-width: 870px;
  padding: 48px 0px 0px;
  color: var(--color-brown);
}

@media screen and (max-width: 768px) {
  .index-sec3 .txt1 {
    font-size: 1.3rem;
    padding: 20px 0 0;
  }
}
.index-sec3 .note {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  color: var(--color-brown);
  max-width: 870px;
  padding: 15px 0px 35px;
}

@media screen and (max-width: 768px) {
  .index-sec3 .note {
    font-size: 1rem;
    padding: 5px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec3 .img2 img {
    width: 340px;
  }
}
.index-sec4 {
  width: 100%;
  height: auto;
  background: var(--color-red);
  padding: 100px 0px 140px;
}

@media screen and (max-width: 768px) {
  .index-sec4 {
    padding: 40px 0px 50px;
  }
  .index-sec4 h2 img {
    width: 335px;
    height: auto;
  }
}
.index-sec4 .block {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .index-sec4 .block {
    margin-top: 30px;
  }
}
.index-sec4 .item1 {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 {
    margin-top: 10px;
  }
}
.index-sec4 .item1 .ttl {
  width: 100%;
  height: auto;
  min-height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 3px solid var(--color-brown);
  background: #fff;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .ttl {
    border: 2px solid var(--color-brown);
    min-height: 80px;
  }
}
@media screen and (min-width: 769px) {
  .index-sec4 .item1 .ttl:hover {
    opacity: 0.7;
  }
}
.index-sec4 .item1 .ttl .number {
  position: absolute;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  font-size: 3.8rem;
  font-weight: 500;
  font-family: var(--fonts02);
  left: 0;
  top: 0;
  color: #fff;
  background: var(--color-brown);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .ttl .number {
    width: 28px;
    height: 28px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
.index-sec4 .item1 .ttl h3 {
  font-size: 3.6rem;
  color: var(--color-brown);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .ttl h3 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.index-sec4 .item1 .ttl h3 span {
  color: var(--color-red);
  font-weight: 700;
  font-size: 3.6rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .ttl h3 span {
    font-size: 1.8rem;
  }
}
.index-sec4 .item1 .ttl h3 span small {
  color: var(--color-red);
  font-weight: 500;
  font-size: 4.4rem;
  font-family: var(--fonts02);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .ttl h3 span small {
    font-size: 2.4rem;
  }
}
.index-sec4 .item1 .ttl i {
  width: 40px;
  height: 50px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .ttl i {
    width: 20px;
    height: 20px;
    right: 2px;
    top: calc(50% - 10px);
  }
}
.index-sec4 .item1 .ttl i::before,
.index-sec4 .item1 .ttl i::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background-color: var(--color-brown);
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .ttl i::before,
  .index-sec4 .item1 .ttl i::after {
    width: 16px;
    height: 2px;
  }
}
.index-sec4 .item1 .ttl i::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.index-sec4 .item1 .ttl.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}

.index-sec4 .item1 .content {
  width: 100%;
  height: auto;
  border: 3px solid var(--color-brown);
  border-top: 0;
  background: #fff;
  padding: 50px 60px;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content {
    border: 2px solid var(--color-brown);
    border-top: 0;
    padding: 15px 20px;
  }
}
.index-sec4 .item1 .content .ttl1 {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--color-brown);
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl1 {
    text-align: left;
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
}
.index-sec4 .item1 .content .ttl1 span {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--color-red);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl1 span {
    font-size: 1.3rem;
  }
}
.index-sec4 .item1 .content .ttl6 {
  font-size: 2.4rem;
  color: var(--color-brown);
  margin-bottom: 30px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl6 {
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
}
.index-sec4 .item1 .content .box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 3px dotted var(--color-brown);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .box {
    padding-bottom: 15px;
    border-bottom: 2px dotted var(--color-brown);
  }
}
.index-sec4 .item1 .content .box .item2 {
  width: 20%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .box .item2 {
    margin-top: 18px;
    width: 33.3333333333%;
  }
  .index-sec4 .item1 .content .box .item2:nth-child(4),
  .index-sec4 .item1 .content .box .item2:nth-child(5) {
    width: 125px;
  }
  .index-sec4 .item1 .content .box .item2 img {
    width: 75px;
    height: auto;
  }
}
.index-sec4 .item1 .content .box .item2 p {
  font-size: 1.6rem;
  color: var(--color-brown);
  font-weight: 700;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .box .item2 p {
    font-size: 1.3rem;
  }
}
.index-sec4 .item1 .content .ttl5 {
  width: 100%;
  height: auto;
  background: var(--color-white);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-brown);
  text-align: left;
  padding: 10px 0px;
  padding-left: 40px;
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl5 {
    font-size: 1.5rem;
    margin-top: 30px;
    padding-left: 20px;
  }
}
.index-sec4 .item1 .content .ttl5::before {
  width: 12px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--color-red);
  content: "";
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl5::before {
    width: 8px;
  }
}
.index-sec4 .item1 .content .ttl5 span {
  font-size: 3.2rem;
  color: var(--color-red);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl5 span {
    font-size: 1.8rem;
  }
}
.index-sec4 .item1 .content .txt1 {
  width: 100%;
  max-width: 700px;
  height: auto;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  margin: 0 auto;
  margin-top: 30px;
  color: var(--color-brown);
}
.index-sec4 .item1 .content .txt1 b {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .txt1 b {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .txt1 {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}
.index-sec4 .item1 .content .ttl2 {
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 50px auto 40px;
  position: relative;
  z-index: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl2 {
    margin: 20px auto 20px;
  }
}
.index-sec4 .item1 .content .ttl2::before {
  width: 100%;
  height: 1px;
  background: var(--color-red);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 17px;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl2::before {
    bottom: 12px;
  }
}
.index-sec4 .item1 .content .ttl2 h5 {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-red);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl2 h5 {
    font-size: 1.6rem;
  }
}
.index-sec4 .item1 .content .ttl2 h5 span {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-brown);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl2 h5 span {
    font-size: 1.2rem;
  }
}
.index-sec4 .item1 .content .note {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.3rem;
  margin-top: 25px;
  color: var(--color-brown);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .note {
    font-size: 0.9rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .img2 img {
    width: 310px;
  }
}
.index-sec4 .item1 .content .ttl3 {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 50px;
  color: var(--color-red);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl3 {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}
.index-sec4 .item1 .content .ttl3 span {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl3 span {
    font-size: 1.3rem;
  }
}
.index-sec4 .item1 .content .btn {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .btn {
    margin-top: 25px;
  }
}
.index-sec4 .item1 .content .ttl4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 50px;
  position: relative;
  color: var(--color-brown);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl4 {
    margin-top: 25px;
    font-size: 1.6rem;
  }
}
.index-sec4 .item1 .content .ttl4::after {
  content: "";
  width: 50px;
  height: 5px;
  background: var(--color-red);
  position: absolute;
  left: calc(50% - 25px);
  bottom: -8px;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .ttl4::after {
    width: 40px;
    height: 4px;
  }
}
.index-sec4 .item1 .content .box2 {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .box2 {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.index-sec4 .item1 .content .box2 .img {
  width: 180px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .box2 .img {
    width: 115px;
  }
}
.index-sec4 .item1 .content .box2 .txt {
  width: calc(100% - 180px);
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .box2 .txt {
    width: 100%;
    padding-left: 0;
  }
}
.index-sec4 .item1 .content .box2 .txt p {
  padding-top: 20px;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-brown);
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .box2 .txt p {
    font-size: 1.3rem;
  }
}
.index-sec4 .item1 .content .img1 {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .img1 {
    padding-top: 25px;
  }
  .index-sec4 .item1 .content .img1 img {
    width: 307px;
    height: auto;
  }
}
.index-sec4 .item1 .content .link01 {
  font-size: 1.6rem;
  color: #0051ff;
  margin-top: 50px;
  display: inline-block;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1 .content .link01 {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .index-sec4 .item1 .content .link01:hover {
    opacity: 0.7;
  }
}
.index-sec4 .item1:nth-child(3) .ttl1 {
  padding-bottom: 5px;
}

.index-sec4 .item1:nth-child(3) .note {
  text-align: center;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .index-sec4 .item1:nth-child(3) .note {
    text-align: left;
  }
}
.index-sec5 {
  width: 100%;
  height: auto;
  padding: 100px 0px;
  background: var(--color-white);
}

@media screen and (max-width: 768px) {
  .index-sec5 {
    padding: 50px 0px;
  }
}
.index-sec5 .item1 {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 40px 20px 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 {
    padding: 20px;
  }
}
.index-sec5 .item1:first-child {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1:first-child {
    margin-bottom: 15px;
  }
  .index-sec5 .item1:first-child .ttl img {
    width: 220px;
  }
}
.index-sec5 .item1 .ttl {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 .ttl img {
    width: 197px;
  }
}
@media screen and (min-width: 769px) {
  .index-sec5 .item1 .ttl:hover {
    opacity: 0.7;
  }
}
.index-sec5 .item1 .ttl h2 {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--color-brown);
  padding: 5px 10px;
  display: inline-block;
  margin: 0 auto;
  border-top: 2px solid var(--color-brown);
  border-bottom: 2px solid var(--color-brown);
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 .ttl h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.index-sec5 .item1 .ttl p {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-brown);
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 .ttl p {
    font-size: 1.4rem;
  }
}
.index-sec5 .item1 .ttl.is-open i::after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}

.index-sec5 .item1 .content .txt {
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
  font-size: 1.7rem;
  width: 100%;
  height: auto;
  max-width: 670px;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 .content .txt {
    font-size: 1.2rem;
    padding-top: 25px;
  }
}
.index-sec5 .item1 .content .ttl1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 40px;
  position: relative;
  color: var(--color-brown);
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 .content .ttl1 {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}
.index-sec5 .item1 .content .ttl1::after {
  content: "";
  width: 50px;
  height: 5px;
  background: var(--color-red);
  position: absolute;
  left: calc(50% - 25px);
  bottom: -8px;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 .content .ttl1::after {
    width: 40px;
    height: 4px;
  }
}
.index-sec5 .item1 .content .img {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 .content .img {
    padding-top: 20px;
    max-width: 325px;
    margin: 0 auto;
  }
}
.index-sec5 .item1 .content .btn2 {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 .content .btn2 {
    margin-top: 5px;
    max-width: 325px;
  }
}
.index-sec5 .item1 .content .btn2 .c-btn03 {
  width: 28%;
  min-height: 40px;
  margin: 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 .content .btn2 .c-btn03 {
    font-size: 0.9rem;
    min-height: 20px;
  }
}
.index-sec5 .item1 .content .img3 {
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 .content .img3 {
    padding-top: 2px;
    max-width: 325px;
    margin: 0 auto;
  }
}
.index-sec5 .item1 .content .btn {
  margin-top: 40px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 .content .btn {
    margin-top: 20px;
    padding-top: 5px;
  }
}
.index-sec5 .item1 i {
  width: 77px;
  height: 77px;
  display: block;
  position: absolute;
  background: url(../images/sec5-ic1.png) no-repeat center;
  background-size: 100% auto;
  right: 0px;
  bottom: 0;
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 i {
    width: 50px;
    height: 50px;
  }
}
.index-sec5 .item1 i::before,
.index-sec5 .item1 i::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  right: 10px;
  top: 55px;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 i::before,
  .index-sec5 .item1 i::after {
    width: 16px;
    height: 2px;
    top: 30px;
    right: 6px;
  }
}
.index-sec5 .item1 i::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
  top: 56px;
}

@media screen and (max-width: 768px) {
  .index-sec5 .item1 i::after {
    top: 31px;
  }
}
.index-sec6 {
  width: 100%;
  height: auto;
  display: block;
  padding: 100px 0px;
}

@media screen and (max-width: 768px) {
  .index-sec6 {
    padding: 40px 0;
  }
}
.index-sec6 h2 {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .index-sec6 h2 {
    font-size: 2.2rem;
    padding-bottom: 0;
  }
}
.index-sec6 b {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .index-sec6 b {
    font-size: 1.3rem;
    padding-top: 20px;
  }
}
.index-sec6 p {
  text-align: left;
  font-size: 1.7rem;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
}

.index-sec6 p::before {
  content: "・";
  position: absolute;
  left: 5px;
}

@media screen and (max-width: 768px) {
  .index-sec6 p {
    font-size: 1.3rem;
  }
}
.index-sec6 p a {
  color: #00abfb;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
}

@media screen and (min-width: 769px) {
  .index-sec6 p a:hover {
    opacity: 0.7;
  }
}
.c-modal01 {
  display: none;
  text-align: center;
}

.c-modal01.active {
  display: block;
  z-index: 99999;
  position: relative;
}

.c-modal01[aria-hidden=false] .c-modal01__wap {
  animation: mmfadeIn 0.3s;
}

.c-modal01[aria-hidden=false] .c-modal01__content {
  animation: mmslideIn 0.3s;
}

.c-modal01[aria-hidden=true] .c-modal01__wap {
  animation: mmfadeOut 0.3s;
  opacity: 0;
}

.c-modal01[aria-hidden=true] .c-modal01__content {
  animation: mmslideOut 0.3s;
}

.c-modal01__wap {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.c-modal01__wap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}

.c-modal01__content {
  background: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0);
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  position: relative;
  width: calc(100% - 40px);
  max-width: 880px;
  z-index: 999999;
  padding: 50px 120px;
}

@media screen and (max-width: 768px) {
  .c-modal01__content {
    padding: 20px 15px;
  }
}
.c-modal01__content .c-close {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 30px;
  height: 30px;
  font-size: 3.5rem;
  font-weight: 400;
  z-index: 99;
  line-height: 1;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
  .c-modal01__content .c-close {
    top: 10px;
    right: 10px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .c-modal01__content .c-close:hover {
    opacity: 0.5;
  }
}
.c-modal01__content .item {
  position: relative;
}

.c-modal01__content .item h4 {
  font-size: 2.4rem;
  color: var(--color-red);
}

@media screen and (max-width: 768px) {
  .c-modal01__content .item h4 {
    font-size: 1.5rem;
    padding-top: 10px;
  }
}
.c-modal01__content .item .block {
  width: 100%;
  height: auto;
  display: flex;
  gap: 20px;
  margin: 30px auto 0px;
}

@media screen and (max-width: 768px) {
  .c-modal01__content .item .block {
    gap: 8px;
    margin-top: 20px;
  }
}
.c-modal01__content .item .block .card1 {
  width: calc(50% - 10px);
  box-sizing: border-box;
  border: 2px solid var(--color-brown);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .c-modal01__content .item .block .card1 {
    border: 1px solid var(--color-brown);
    width: calc(50% - 4px);
  }
}
.c-modal01__content .item .block .card1 h5 {
  background: var(--color-brown);
  width: 100%;
  height: 74px;
  display: block;
  color: #fff;
  font-size: 2.3rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 10px 0px 12px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .c-modal01__content .item .block .card1 h5 {
    font-size: 1.3rem;
    height: 42px;
  }
}
.c-modal01__content .item .block .card1 h5 span {
  width: 100%;
  height: auto;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-modal01__content .item .block .card1 h5 span {
    font-size: 0.8rem;
    letter-spacing: -0.01px;
  }
}
.c-modal01__content .item .block .card1 .txt {
  padding: 15px 5px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-modal01__content .item .block .card1 .txt {
    padding: 10px 5px;
  }
}
.c-modal01__content .item .block .card1 .txt p {
  width: 100%;
  font-size: 1.4rem;
  color: var(--color-brown);
}

@media screen and (max-width: 768px) {
  .c-modal01__content .item .block .card1 .txt p {
    font-size: 1rem;
  }
}
.c-modal01__content .item .block .card1 .txt p span {
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  height: auto;
  display: block;
  line-height: 1.3;
  color: var(--color-red);
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .c-modal01__content .item .block .card1 .txt p span {
    font-size: 1.6rem;
    padding-bottom: 2px;
  }
}
.c-modal01__content .item .txt {
  font-size: 1.4rem;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-modal01__content .item .txt {
    font-size: 1rem;
    padding-top: 10px;
  }
}
/* modal */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 99999999;
}

@media (max-width: 640px) {
  .modal-container {
    padding: 0;
  }
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.-active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 900px;
}

@media (max-width: 640px) {
  .modal-body {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .modal-content {
    padding: 0;
    width: 100%;
    border-radius: 3px;
    height: 75vh;
  }
}
.js-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 44px;
  height: 44px;
  font-size: 2.5rem;
  z-index: 999999999;
  color: #fff;
  cursor: pointer;
  background: url(../images/card/close.png) no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .js-modal-close {
    right: -15px;
  }
}
.nuro {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
@media screen and (max-width: 768px) {
  .nuro {
    height: 40px;
  }
  .nuro img {
    width: 155px;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */