@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP);
@media screen and (max-width: 737px) {
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
}
@media screen and (min-width: 738px) {
  .sp {
    display: none !important;
  }
}
body {
  font-family: "Noto Serif JP", serif;
}

body {
  color: #000;
  position: relative;
}
body a, body button {
  color: #000;
}
@media screen and (min-width: 738px) {
  body {
    min-width: 1200px;
  }
}

.contents, .top__sec03 > div, .top__sec02 > div, .top__sec01 > div, .mainvis > div, .header > div {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 738px) {
  .contents, .top__sec03 > div, .top__sec02 > div, .top__sec01 > div, .mainvis > div, .header > div {
    width: 1200px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 737px) {
  .contents, .top__sec03 > div, .top__sec02 > div, .top__sec01 > div, .mainvis > div, .header > div {
    width: 100%;
    padding: 0 15px;
  }
}

span, strong {
  font-size: inherit;
}

/*  */
#lower .bread > ul > li > a, #lower .bread > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 737px) {
  #lower .bread > ul > li > a, #lower .bread > ul > li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.mainvis > div > div p, .mainvis > div > div h4 span.size small, .mainvis > div > div h4 span.size, .mainvis > div > div h4, .mainvis > div dl div dd, .mainvis > div dl div dt, .mainvis > div h2 {
  text-shadow: 0 0 2px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 6px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 12px rgba(255, 255, 255, 0.8), 0 1px 14px rgba(255, 255, 255, 0.8), 0 1px 16px rgba(255, 255, 255, 0.8), 0 1px 18px rgba(255, 255, 255, 0.8);
}

.top__sec03_flow li span, .mainvis > div > div h4 span.circle, .mainvis > div dl div dd span .circle {
  color: #fff;
  background-color: #080404;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 1px 0 #080404;
}

.top__sec03 > div > h3, .top__sec02 > div h3, .top__sec01 > div h3 {
  font-size: 32px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.top__sec03 > div > h3::before, .top__sec02 > div h3::before, .top__sec01 > div h3::before, .top__sec03 > div > h3::after, .top__sec02 > div h3::after, .top__sec01 > div h3::after {
  content: "";
  width: 95px;
  height: 3px;
  display: block;
  background-color: #8e49b7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top__sec03 > div > h3::before, .top__sec02 > div h3::before, .top__sec01 > div h3::before {
  left: -133px;
}
.top__sec03 > div > h3::after, .top__sec02 > div h3::after, .top__sec01 > div h3::after {
  right: -133px;
}

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: 62.5%;
  vertical-align: baseline;
  font-weight: normal;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

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

input[type=text], input[type=tel], input[type=email], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  outline: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline: none;
  outline-offset: -2px;
}

input[type=radio], input[type=check] {
  margin: 0;
  padding: 0;
}

textarea {
  font-family: sans-serif;
}

main {
  display: block;
}

/* general */
@media screen and (min-width: 738px) {
  a:hover, button:hover {
    opacity: 0.8;
  }
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
}

/* header */
@media screen and (min-width: 738px) {
  .header {
    height: 105px;
  }
}
@media screen and (max-width: 737px) {
  .header {
    height: 60px;
    position: relative;
    z-index: 1100;
    background: #fff;
  }
}
.header > div {
  display: flex;
  justify-content: space-between;
}
.header > div h2 {
  display: flex;
  align-items: end;
}
@media screen and (min-width: 738px) {
  .header > div h2 {
    gap: 0 33px;
    padding-top: 19px;
  }
}
@media screen and (max-width: 737px) {
  .header > div h2 {
    gap: 0 10px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 737px) {
  .header > div h2 img {
    width: 130px;
    height: auto;
  }
}
@media screen and (min-width: 738px) {
  .header > div h2 span {
    font-size: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 737px) {
  .header > div h2 span {
    font-size: 10px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 737px) {
  .header > div nav {
    display: none;
  }
}
.header > div nav {
  padding-top: 30px;
}
.header > div nav ul {
  display: flex;
  align-items: center;
  gap: 0 45px;
}
.header > div nav ul li a {
  font-size: 15px;
  font-weight: 500;
}
.header > div nav ul li:nth-last-child(1) {
  border-radius: 8px;
  background-image: -moz-linear-gradient(-30deg, rgba(193, 55, 132, 0.85098) 0%, rgba(142, 73, 183, 0.78) 35%, rgba(142, 73, 183, 0.78) 35%, rgba(61, 69, 196, 0.73) 77%, rgba(21, 28, 153, 0.70196) 100%);
  background-image: -webkit-linear-gradient(-30deg, rgba(193, 55, 132, 0.85098) 0%, rgba(142, 73, 183, 0.78) 35%, rgba(142, 73, 183, 0.78) 35%, rgba(61, 69, 196, 0.73) 77%, rgba(21, 28, 153, 0.70196) 100%);
  background-image: -ms-linear-gradient(-30deg, rgba(193, 55, 132, 0.85098) 0%, rgba(142, 73, 183, 0.78) 35%, rgba(142, 73, 183, 0.78) 35%, rgba(61, 69, 196, 0.73) 77%, rgba(21, 28, 153, 0.70196) 100%);
  box-shadow: 0px 3px 9.11px 1.89px rgba(8, 1, 3, 0.17);
  width: 206px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  margin-left: 22.5px;
}
.header > div nav ul li:nth-last-child(1) a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

@media screen and (min-width: 738px) {
  .menu_btn {
    display: none;
  }
}
@media screen and (max-width: 737px) {
  .menu_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1200;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 1111;
  }
  .menu_btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    margin: 5px auto;
    transition: transform 0.3s, opacity 0.3s;
  }
  .menu_btn.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu_btn.open span:nth-child(2) {
    opacity: 0;
  }
  .menu_btn.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

.menu {
  display: none;
}
@media screen and (min-width: 738px) {
  .menu {
    display: none !important;
  }
}
@media screen and (max-width: 737px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: rgba(255, 255, 255, 0.97);
    padding: 80px 30px 40px;
    box-sizing: border-box;
    overflow-y: auto;
  }
  .menu ul {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
  }
  .menu ul li {
    text-align: center;
  }
  .menu ul li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 0;
  }
  .menu ul li:nth-last-child(1) {
    margin-top: 20px;
    border-radius: 8px;
    background-image: linear-gradient(-30deg, rgba(193, 55, 132, 0.85098) 0%, rgba(142, 73, 183, 0.78) 35%, rgba(61, 69, 196, 0.73) 77%, rgba(21, 28, 153, 0.70196) 100%);
    box-shadow: 0px 3px 9.11px 1.89px rgba(8, 1, 3, 0.17);
  }
  .menu ul li:nth-last-child(1) a {
    color: #fff;
    font-size: 18px;
    padding: 16px 0;
  }
}

.mainvis {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 738px) {
  .mainvis {
    padding: 100px 0 85px;
    background: url("../img/top/mainvis.jpg") no-repeat center 0/cover;
  }
}
@media screen and (max-width: 737px) {
  .mainvis {
    padding: 25px 0 80px;
    background: url("../img/top/sp_mainvis.jpg") no-repeat center 0/cover;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.mainvis > div h2 {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .mainvis > div h2 {
    font-size: 39px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div h2 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 18px;
  }
}
.mainvis > div h3 {
  line-height: 1;
}
.mainvis > div h3 span {
  font-weight: 700;
  display: inline-block;
  background-color: #fff;
}
@media screen and (min-width: 738px) {
  .mainvis > div h3 span {
    font-size: 103px;
    padding: 8px;
  }
  .mainvis > div h3 span:nth-of-type(2) {
    margin-left: 70px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div h3 span {
    font-size: 45px;
    padding: 5px 6px;
  }
  .mainvis > div h3 span:nth-of-type(2) {
    margin-left: 47px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 738px) {
  .mainvis > div dl {
    margin-top: 100px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.mainvis > div dl div {
  display: flex;
}
@media screen and (min-width: 738px) {
  .mainvis > div dl div {
    gap: 0 33px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl div {
    gap: 0 14px;
  }
}
.mainvis > div dl div dt {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .mainvis > div dl div dt {
    font-size: 30px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl div dt {
    font-size: 18px;
  }
}
.mainvis > div dl div dd {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .mainvis > div dl div dd {
    font-size: 37.5px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl div dd {
    font-size: 32px;
  }
}
.mainvis > div dl div dd span {
  line-height: 1;
  display: inline;
}
@media screen and (min-width: 738px) {
  .mainvis > div dl div dd span {
    font-size: 71px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl div dd span {
    font-size: 60px;
    font-weight: 900;
    margin: 0 0 0 12.5px;
  }
}
.mainvis > div dl div dd span small {
  vertical-align: middle;
}
@media screen and (min-width: 738px) {
  .mainvis > div dl div dd span small {
    font-size: 32px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 55px 0 20px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl div dd span small {
    font-size: 24px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 10px 0 18px;
  }
}
@media screen and (min-width: 738px) {
  .mainvis > div dl div dd p {
    font-size: 37.5px;
    display: inline;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl div dd p {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    display: block;
  }
}
.mainvis > div dl div dd address {
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .mainvis > div dl div dd address {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl div dd address {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
}
@media screen and (min-width: 738px) {
  .mainvis > div dl div:nth-of-type(1) {
    align-items: end;
  }
  .mainvis > div dl div:nth-of-type(1) dt {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl div:nth-of-type(1) dt {
    padding-top: 35px;
  }
}
.mainvis > div dl div:nth-of-type(2) {
  align-items: start;
}
@media screen and (min-width: 738px) {
  .mainvis > div dl div:nth-of-type(2) {
    margin-top: 57px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl div:nth-of-type(2) {
    margin-top: 25px;
  }
}
@media screen and (min-width: 738px) {
  .mainvis > div dl div:nth-of-type(2) dt {
    padding-top: 5px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl div:nth-of-type(2) dt {
    padding-top: 0;
  }
}
@media screen and (min-width: 738px) {
  .mainvis > div dl div:nth-of-type(2) dd {
    font-size: 30px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div dl div:nth-of-type(2) dd {
    font-size: 18px;
  }
}
@media screen and (min-width: 738px) {
  .mainvis > div > div {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    gap: 24px 30px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div > div img {
    width: 154px;
    height: auto;
  }
}
.mainvis > div > div h4 {
  font-weight: 700;
}
.mainvis > div > div h4 b {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .mainvis > div > div h4 b {
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div > div h4 b {
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
}
.mainvis > div > div h4 span {
  position: relative;
}
@media screen and (min-width: 738px) {
  .mainvis > div > div h4 span {
    top: 10px;
  }
}
.mainvis > div > div h4 span.size {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .mainvis > div > div h4 span.size {
    font-size: 53px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div > div h4 span.size {
    font-size: 45px;
  }
}
.mainvis > div > div h4 span.size small {
  font-weight: 700;
  font-size: 20px;
}
.mainvis > div > div h4 span.circle {
  position: relative;
}
@media screen and (min-width: 738px) {
  .mainvis > div > div h4 span.circle {
    font-size: 24px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    top: 5px;
    margin-left: 17px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div > div h4 span.circle {
    font-size: 16px;
    width: 23px;
    height: 23px;
    line-height: 21px;
    top: -5px;
    margin-left: 10px;
  }
}
.mainvis > div > div p {
  font-weight: 700;
  line-height: 1.333;
  text-align: center;
}
@media screen and (min-width: 738px) {
  .mainvis > div > div p {
    font-size: 18px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div > div p {
    font-size: 14px;
    line-height: 1.75;
    width: 100%;
  }
}
.mainvis > div > div p span {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .mainvis > div > div p span {
    font-size: 24px;
  }
}
@media screen and (max-width: 737px) {
  .mainvis > div > div p span {
    font-size: 18px;
  }
}

@media screen and (min-width: 738px) {
  .top__sec01 {
    padding: 110px 0 100px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec01 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 737px) {
  .top__sec01 > div h3 {
    font-size: 22px;
  }
  .top__sec01 > div h3::before, .top__sec01 > div h3::after {
    width: 35px;
    height: 2px;
  }
  .top__sec01 > div h3::before {
    left: -50px;
  }
  .top__sec01 > div h3::after {
    right: -50px;
  }
}
.top__sec01 > div h4 {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 738px) {
  .top__sec01 > div h4 {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 75px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec01 > div h4 {
    font-size: 13px;
    line-height: 1.9;
    margin-top: 30px;
  }
  .top__sec01 > div h4 br {
    display: none;
  }
}
.top__sec02 {
  background-color: #f6f6f6;
}
@media screen and (min-width: 738px) {
  .top__sec02 {
    padding: 122px 0 190px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div h3 {
    font-size: 22px;
  }
  .top__sec02 > div h3::before, .top__sec02 > div h3::after {
    width: 35px;
    height: 2px;
  }
  .top__sec02 > div h3::before {
    left: -50px;
  }
  .top__sec02 > div h3::after {
    right: -50px;
  }
}
.top__sec02 > div .flex {
  position: relative;
  display: flex;
}
@media screen and (min-width: 738px) {
  .top__sec02 > div .flex {
    margin-top: 130px;
    gap: 0 150px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex {
    flex-direction: column;
    margin-top: 90px;
    gap: 150px 0;
  }
}
@media screen and (min-width: 738px) {
  .top__sec02 > div .flex > div {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex > div {
    width: 100%;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex > div:nth-of-type(1) {
    position: relative;
  }
}
.top__sec02 > div .flex > div:nth-of-type(1)::after {
  content: "";
  background: url("../img/top/cross.png") no-repeat center 0/contain;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  .top__sec02 > div .flex > div:nth-of-type(1)::after {
    width: 64.5px;
    height: 64.5px;
    top: 146px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex > div:nth-of-type(1)::after {
    width: 44px;
    height: 44px;
    bottom: -75px;
  }
}
.top__sec02 > div .flex .img_wrap {
  position: relative;
}
.top__sec02 > div .flex .img_wrap img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex .img_wrap img {
    width: 100%;
    max-width: 320px;
  }
}
.top__sec02 > div .flex .img_wrap span {
  background: linear-gradient(to right, #cb5798 30%, #b36bbb 40%, #9577d1 50%, #767bd5 60%, #5d61b8 70%);
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  position: absolute;
}
@media screen and (min-width: 738px) {
  .top__sec02 > div .flex .img_wrap span {
    font-size: 18px;
    padding: 15px 16px;
    bottom: 315px;
    left: 25px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex .img_wrap span {
    font-size: 11px;
    padding: 6px 10px;
    bottom: 90%;
    left: 6%;
  }
}
.top__sec02 > div .flex h4 {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 738px) {
  .top__sec02 > div .flex h4 {
    font-size: 32px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex h4 {
    font-size: 22px;
    margin-top: 18px;
  }
}
.top__sec02 > div .flex h5 {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 738px) {
  .top__sec02 > div .flex h5 {
    font-size: 16px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex h5 {
    font-size: 14px;
    margin-top: 8px;
  }
}
.top__sec02 > div .flex h6 {
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 738px) {
  .top__sec02 > div .flex h6 {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex h6 {
    font-size: 13px;
    line-height: 1.85;
    margin-top: 18px;
  }
}
@media screen and (min-width: 738px) {
  .top__sec02 > div .flex dl {
    margin-top: 25px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex dl {
    margin-top: 20px;
  }
}
.top__sec02 > div .flex dl dt {
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(to right, #a32f6f 30%, #68388f 50%, #11156b 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
}
@media screen and (min-width: 738px) {
  .top__sec02 > div .flex dl dt {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex dl dt {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.top__sec02 > div .flex dl dt::after {
  content: "";
  height: 1px;
  background-color: #8e49b7;
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 738px) {
  .top__sec02 > div .flex dl dt::after {
    width: 125px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex dl dt::after {
    width: 90px;
  }
}
.top__sec02 > div .flex dl dd {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .top__sec02 > div .flex dl dd {
    font-size: 24px;
    margin-top: 20px;
    position: absolute;
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div .flex dl dd {
    font-size: 16px;
    margin-top: 12px;
  }
}
.top__sec03 {
  background: url("../img/top/bg01.png") no-repeat bottom/contain;
}
@media screen and (min-width: 738px) {
  .top__sec03 {
    padding: 130px 0 68px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 > div > h3 {
    font-size: 22px;
  }
  .top__sec03 > div > h3::before, .top__sec03 > div > h3::after {
    width: 35px;
    height: 2px;
  }
  .top__sec03 > div > h3::before {
    left: -50px;
  }
  .top__sec03 > div > h3::after {
    right: -50px;
  }
}
.top__sec03 > div > h4 {
  font-weight: 700;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 738px) {
  .top__sec03 > div > h4 {
    font-size: 20px;
    line-height: 1.75;
    margin-top: 35px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 > div > h4 {
    font-size: 13px;
    line-height: 1.85;
    margin-top: 25px;
  }
}
@media screen and (min-width: 738px) {
  .top__sec03_flow {
    display: flex;
    justify-content: center;
    gap: 0 124px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03_flow {
    margin-top: 60px;
    padding: 0 25px;
  }
}
.top__sec03_flow li {
  border: 1px solid #080404;
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 738px) {
  .top__sec03_flow li {
    min-height: 287.5px;
    width: 252px;
    padding: 50px 24px 0;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03_flow li {
    width: 100%;
    padding: 40px 20px 20px;
  }
  .top__sec03_flow li:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
.top__sec03_flow li:nth-of-type(n + 2)::before {
  content: "";
  background: url("../img/top/arrow.png") no-repeat center 0/contain;
  display: block;
  position: absolute;
  margin: auto;
}
@media screen and (min-width: 738px) {
  .top__sec03_flow li:nth-of-type(n + 2)::before {
    width: 20.5px;
    height: 27.5px;
    top: 0;
    bottom: 0;
    left: -75px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03_flow li:nth-of-type(n + 2)::before {
    width: 16px;
    height: 22px;
    top: -45px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
}
.top__sec03_flow li span {
  background-color: #2d317c;
  font-family: "Noto Sans JP", serif;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  .top__sec03_flow li span {
    font-size: 30px;
    width: 57px;
    height: 57px;
    line-height: 57px;
    top: -30px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03_flow li span {
    font-size: 22px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    top: -22px;
  }
}
.top__sec03_flow li > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 738px) {
  .top__sec03_flow li > div {
    min-height: 117px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03_flow li > div {
    min-height: 90px;
  }
}
.top__sec03_flow li > div img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 737px) {
  .top__sec03_flow li > div img {
    max-width: 120px;
    height: auto;
  }
}
.top__sec03_flow li p {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .top__sec03_flow li p {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 17px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03_flow li p {
    font-size: 13px;
    line-height: 1.75;
    margin-top: 14px;
    text-align: center;
  }
}
.top__sec03 .form {
  background-color: #f0f0f0;
  border-radius: 16px;
  box-sizing: border-box;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form {
    padding: 60px 40px 60px 62.5px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form {
    padding: 30px 18px;
    margin-top: 50px;
  }
}
.top__sec03 .form h4 {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form h4 {
    font-size: 32px;
    margin-bottom: 67px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl {
    display: flex;
  }
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl:nth-of-type(n + 2) {
    margin-top: 27px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.top__sec03 .form dl dt {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dt {
    min-width: 276.5px;
    font-size: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl dt {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.top__sec03 .form dl dt span:not(.check) {
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  background: linear-gradient(to right, #cb5798, #9577d1 50%, #5d61b8);
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0px 3px 9.11px 1.89px rgba(8, 1, 3, 0.17);
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dt span:not(.check) {
    font-size: 15px;
    padding: 4px 10px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl dt span:not(.check) {
    font-size: 11px;
    padding: 2px 8px;
    margin-left: 10px;
  }
}
.top__sec03 .form dl dt span.check {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dt span.check {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl dt span.check {
    font-size: 14px;
  }
}
.top__sec03 .form dl dd {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dd {
    width: calc(100% - 276.5px);
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl dd {
    width: 100%;
    font-size: 14px;
  }
}
.top__sec03 .form dl dd label {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dd label {
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl dd label {
    font-size: 14px;
  }
}
.top__sec03 .form dl dd input {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
}
.top__sec03 .form dl dd input[type=text] {
  width: 100%;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dd input[type=text] {
    height: 60px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl dd input[type=text] {
    height: 44px;
    font-size: 16px;
  }
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dd input[type=radio]:nth-of-type(n + 2) {
    margin-left: 20px;
    margin-right: 5px;
  }
}
.top__sec03 .form dl dd input.size02 {
  margin-right: 10px;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dd input.size02 {
    width: 111.5px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl dd input.size02 {
    width: 80px;
  }
}
.top__sec03 .form dl dd select {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/top/arrow03.png");
  background-repeat: no-repeat;
  background-size: 15px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center; /* 画像の位置 */
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dd select {
    width: 267.5px;
    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl dd select {
    width: 100%;
    height: 44px;
    font-size: 16px;
  }
}
.top__sec03 .form dl dd select option {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dd select option {
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl dd select option {
    font-size: 14px;
  }
}
.top__sec03 .form dl dd textarea {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dd textarea {
    height: 207px;
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl dd textarea {
    height: 140px;
    font-size: 16px;
  }
}
.top__sec03 .form dl dd span {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form dl dd span {
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form dl dd span {
    font-size: 14px;
  }
}
.top__sec03 .form dl dd.radio_block {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.top__sec03 .form p, .top__sec03 .form .mwform-checkbox-field-text {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form p, .top__sec03 .form .mwform-checkbox-field-text {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 45px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form p, .top__sec03 .form .mwform-checkbox-field-text {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 25px;
  }
}
.top__sec03 .form p a, .top__sec03 .form .mwform-checkbox-field-text a {
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form p a, .top__sec03 .form .mwform-checkbox-field-text a {
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form p a, .top__sec03 .form .mwform-checkbox-field-text a {
    font-size: 13px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form .btn_wrap {
  }
}
.top__sec03 .form button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 8px;
  margin: 20px auto 0 auto;
  cursor: pointer;
  position: relative;
  background-color: #ccc;
  background: url("../img/top/btn_bg.png") no-repeat center 0/cover;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form button {
    width: 313.5px;
    height: 56.5px;
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form button {
    width: 100%;
    max-width: 280px;
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 738px) {
  .top__sec03 .form button:first-of-type {
    margin-top: 30px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form button:first-of-type {
    margin-bottom: 20px;
  }
}
.top__sec03 .form button::after {
  content: "";
  background: url("../img/top/arrow02.png") no-repeat center 0/contain;
  position: absolute;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 738px) {
  .top__sec03 .form button::after {
    width: 9px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 .form button::after {
    width: 8px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
  }
}
.top__sec03_credits {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  .top__sec03_credits {
    gap: 35px 62px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03_credits {
    flex-direction: column;
    gap: 12px 0;
    margin-top: 50px;
    padding: 0 5px;
  }
}
.top__sec03_credits li,.top__sec03_credits li a  {
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 738px) {
  .top__sec03_credits li,.top__sec03_credits li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03_credits li,.top__sec03_credits li a  {
    font-size: 13px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 738px) {
  .top__sec03_credits li img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 737px) {
  .top__sec03_credits li img {
    width: 48px;
    height: auto;
    margin-left: 8px;
  }
}

/* footer */
.footer {
  background-color: #181616;
  padding: 24px 0;
}
.footer small {
  font-size: 12px;
  color: #fff;
  display: block;
  text-align: center;
}

/* top */
#top .btn:hover, #top a:hover {
  opacity: 0.8;
}
#top section {
  overflow: hidden;
}

/* lower */
@media screen and (min-width: 738px) {
  #lower .bread {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}
@media screen and (max-width: 737px) {
  #lower .bread {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
#lower .bread {
  padding-top: 35px;
}
@media screen and (max-width: 737px) {
  #lower .bread {
    padding-top: 20px;
  }
}
#lower .bread > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  #lower .bread > ul {
    margin-left: 15px;
  }
}
#lower .bread > ul > li {
  margin-right: 1em;
  font-weight: bold;
}
#lower .bread > ul > li:last-child {
  margin-right: 0;
}
#lower .bread > ul > li > a {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */