@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  --font-sans: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --font-serif: "Zen Old Mincho", "Noto Serif JP", "BIZ UDPMincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  --text-color: #555555;
  --main-color: #D56898;
	--dark-color: #A6106E;
	--sub-color: #FCE2E0;
}
html {
  color: var(--text-color);
  font-size: 62.5%;
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 1.5px;
}
body{
margin: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
header,main {
  margin: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  /* line-height: 1.5; */
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
@media screen and (min-width: 1000px) {
  a:hover {
    color: #000000;
    text-decoration: none !important;
    opacity: 0.5;
    cursor: pointer;
  }
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
*:focus {
  outline: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  vertical-align: -3px;
}
@media screen and (min-width: 1000px) {
  input[type="checkbox"] {
    vertical-align: -1px;
  }
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
img, video {
  height: auto;
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
input {
  -webkit-appearance: none;
}
input[type=text] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
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;
  cursor: pointer;
  background: #ccc;
  color: #fff;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}
.pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href*="tel:"] {
    /* pointer-events: none;
    cursor: default;
    text-decoration: none; */
  }
  a:hover {
    cursor: pointer !important;
  }
}
header{
  z-index: 10;
  background: none;
  background: #fff;
  position: fixed;
  height: 83px;
      width: 100%;
}
header h1{
  position: fixed;
  background: none;
  margin: 10px 0 0 20.5px !important; 
}
@media screen and (max-width: 414px) {
header h1{
  margin: 13px 0 0 20.5px !important; 
}
}
/* @media screen and (min-width: 376px) {
  header div.gmenu .logo{
  margin: 13px 0 0 25px !important; 
  }
} */
@media screen and (max-width: 414px) {
  header div.gmenu .logo {
		top: 13px;
		width: 260px;
		height: 43px;
  }
}
@media screen and (max-width: 999px) {
  .header_logo a {
		width: 300px;
		height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  header{
    height: 110px;
  }
  header h1{
    position: absolute;
    margin: 0 !important;
    width: 280px;
    height: 47px;
  }
}
header:after{
  content: none;
}
header div.gmenu {
  left: 0;
  right: 0;
  width: 100%;
  height: 83px;
  margin: 0;
  z-index: 3;
}
@media screen and (min-width: 1000px) {
  header div.gmenu {
    border-radius: 0;
    margin: 0 auto;
    padding: 0;
  }
}
header div.gmenu a{
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
header div.gmenu a{
  position: relative;
  z-index: 3;
}
}
/* @media screen and (max-width: 1079px) {
  header.is-animation div.gmenu  {
    margin: 0;
    width: 100%;
    display: block;
    transition-duration:.5s;
    background:#fff !important;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .is-animation {
    background:#1E1A6B !important;
    z-index: 10;
    width: 100%;
    display: flex;
  }
} */

header div.gmenu .logo{
  display: block;
  margin: 0 !important;
  width: 260px;
  height: 43px;
  max-width: none !important;
}
@media screen and (min-width: 376px) {
  header div.gmenu .logo{
    width: 300px;
    height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  header div.gmenu .logo {
    width: 280px;
    height: 47px;
    margin: 1px 10px 0 0;
    position: absolute;
    left: 20px;
    top: 10px;
  }
}
@media screen and (min-width: 1449px) {
  header div.gmenu .logo {
    width: 419px;
    height: 70px;
    margin: 1px 10px 0 0;
    position: absolute;
    left: 20px;
    top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .menu-wrapper {
    position: relative;
    margin-left: 15px;
  }
}

header nav {
  display: none;
  background: var(--main-color);
  width: 90vw;
  position: absolute;
  margin: 0 0 0 10vw;
  padding: 2vw 0 0;
  text-align: center;
  z-index: 3;
  top: 83px;
}
@media screen and (min-width: 1000px) {
  header nav {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
  }
}
header nav ul.menu_area {
  position: relative;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  margin: 0 auto;
  padding: 0 8vw 35px;
}

@media screen and (min-width: 1000px) {
  header nav ul.menu_area {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 32px 0 0 0;
    padding: 0;
  }
}
header nav ul.menu_area li a {
  display: block;
  font-size: 1.7rem;
  white-space: nowrap;
  text-align: left;
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding: 15px 0;
  position: relative;
  font-family: var(--font-sans);
  padding-left: 6vw;
  font-weight: 400;
}
/* header nav ul.menu_area li a:before{
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 10vw;
  right: 0;
  background: #fff;
}
header nav ul.menu_area li a:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
} */
@media screen and (min-width: 1000px) {
  header nav ul.menu_area li a:before,header nav ul.menu_area li a:after{
    content: none;
  }
}
header nav .lp_btn{
  background: #FFEBF3;
  padding: 40px 0;
}
header nav .lp_btn a{
  color: #fff;
  display: block;
  width: 80vw;
  text-align: center;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin:  0 auto;
  border-radius: 10px;
  font-size: 1.5rem;
  height: 80px;
  background: #E73C87;
  font-family: var(--font-sans);
  font-weight: 200;
  line-height: 1.3;
  padding-top: 8px;
}
header nav .lp_btn a span{
  font-size: 3.1rem;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
header nav .lp_btn a img{
  width: 28px;
  position: absolute;
  left: -34px;
  top: 8px;
}
@media screen and (min-width: 1000px) {
  header nav ul.menu_area li a {
    font-size: 1.7rem;
    margin-right: 0vw;
    margin-bottom: 0;
  }
  header nav .lp_btn{
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
  }
  header nav .lp_btn a{
    background-color: var(--dark-color);
    width: 240px;
    top: 0;
    right: 30px;
    border-radius: 0 0 6px 6px;
    height: 56px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 2rem;
    padding-left: 25px;
  }
  header nav .lp_btn a img{
    width: 28px;
    position: absolute;
    left: 14px;
    top: 14px;
  }
  header nav .lp_btn a span{
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    font-weight: 300;
    margin-right: 5px;
  }
  .menu-list {
    display: block !important;
    opacity: 1;
  }
  .menu-list .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .menu-list .inner > div {
    display: flex;
    align-items: center;
  }
  .menu-list .inner > div ul li a {
    width: auto;
    display: inline-block;
    margin-right: 25px;
    padding: 0;
    font-size: 1.5rem;
    height: 100px;
    line-height: 100px;
    font-weight: 500;
    color: var(--text-color);
    font-family: var(--font-sans);
  }
  .menu-list .inner > div ul li:last-child a{
    margin-right:30px;
  }
  .menu-list .inner > div ul li a:hover {
    color: var(--dark-color);
    opacity: 1;
  }
  .menu-list .inner .btn_area .btn a{
    display: block;
    padding: 0 10px;
    text-align: center;
    font-weight: 500;
    border: none;
    color: #00EAFF;
    border: 1px solid #00EAFF;
    height: 60px;
    line-height: 60px;
    width: 180px;
    font-size: 1.7rem;
    border-radius: 30px;
    margin-top: 7px;
  }
}
.menu-list .inner .btn_area .btn_web {
  background-image: linear-gradient(90deg, rgba(102, 102, 255, 1), rgba(67, 66, 238, 1));
}
header .btn_contact a {
  display: block;
  text-align: center;
  width: 65vw;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  font-size: 1.4rem;
  margin: 10px auto 0;
}
@media screen and (min-width: 1000px) {
  header .btn_contact a {
    display: block;
    text-align: center;
    width: 140px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 1.2rem;
    margin: 0 10px 0 0;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 1000px) {
  header .btn_contact a {
    font-size: 1.4rem;
    width: 180px;
  }
}
.btn_contact.mail a {
  color: #fff;
  background: #000;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .btn_contact.mail a {
    color: #000;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 0;
  }
}

/* ハンバーガー */
@media (max-width: 1079px) {
  .btn_hum {
    display: block;
    position: absolute;
    right: 0;
    z-index: 100;
    background: #9F927B;
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 30px;
  }
  .bar {
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    left: 33px;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 2;
  }
  .bar-top {
    top: 18px;
  }
  .bar-middle {
    top: 29px;
    transform: translate(-50%, -50%);
  }
  .bar-bottom {
    bottom: 21px;
  }
  .btn_hum.close .bar-top {
    /* transform: translate(-50%, 5px) rotate(45deg); */
    transition: transform 0.3s;
    background-color: #fff;
    top: 19px;
    width: 34px;
    left: 15px;
    transform: translateY(10px) rotate(30deg);
  }
  .btn_hum.close .bar-middle {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .btn_hum.close .bar-bottom {
    /* transform: translate(-50%, -5px) rotate(-45deg); */
    transition: transform 0.3s;
    background-color: #fff;
    bottom: 21px;
    width: 34px;
    left: 15px;
    transform: translateY(-10px) rotate(-30deg);
  }
}
/* ハンバーガー */

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--main-color);
}
@media screen and (min-width: 1000px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
  }
  .pagetop:hover {
    background: var(--dark-color);
  }
}
.pagetop span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -40%) rotate(-45deg);
}
.common{
  position: relative;
  background: url(../images/lp/common_bg_sp.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 410px;
}
@media screen and (min-width:1000px){
  .common{
    background: url(../images/lp/common_bg_pc.png) no-repeat center 0;
    background-size: cover;
    width: 100%;
    margin: auto;
    height: 368px;
    text-align: center;
  }
}
.common .inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
}
@media screen and (min-width:1000px){
  .common .inner{
    max-width: 1150px;
    text-align: left;
  }
}
.common .inner .text{
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 20px;
}
@media screen and (min-width:1000px){
  .common .inner .text{
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1000px){
  .common .inner ul{
    display: flex;
    gap: 10px;
    justify-content: center;
  }
}
.common .inner ul li a{
  color: #fff;
  display: block;
  width: 90vw;
  text-align: center;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
  border: 1px solid #fff;
  border-radius: 80px;
  font-size: 2rem;
  padding: 10px 0;
  line-height: 1.6;
}
@media screen and (min-width:1000px){
  .common .inner ul li a{
    width: 450px;
    line-height: 1.6;
  }
}
.common .inner ul li a.gr {
    background-image: linear-gradient(90deg, rgba(88, 190, 109, 1), rgba(62, 163, 83, 1));
}
.common .inner ul li a.or {
  background-image: linear-gradient(90deg, rgba(252, 117, 39, 1), rgba(241, 39, 39, 1));
}
.common .inner ul li a span{
  font-size: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .common a:hover{
    opacity: .5;
  }
}
main{
  padding: 83px 0 0;
}
@media screen and (min-width: 1000px) {
  main{
    padding-bottom: 0;
    padding: 110px 0 0;
  }
}
main .mv{
  position: relative;
  /* height: 1089px;
  background: url(../images/lp/main_sp.png) no-repeat center center;
  background-size: 100% 100%; */
}
@media screen and (min-width: 1000px) {
  main .mv{
    /* background: url(../images/lp/main_pc.png) no-repeat center 0;
    background-size: cover;
    height: 59vw;
    z-index: 1; */
  }
}
main .mv .main_img{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1000px) {
  main .mv .main_img{
    height: auto;
    max-height: 750px;
    object-fit: cover;
  }
}
main .mv .titlearea{
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  main .mv .titlearea{
    max-width: 1200px;
    width: 100%;
    top: 0;
    height: 100%;
  }
}
main .mv .titlearea h2{
  font-size: 5rem;
  font-weight: 200;
  text-align: center;
  margin: 0 auto 10px;
  text-shadow: rgba(255,255,255,1) 0 0 20px,rgba(255,255,255,1) 0 0 10px,rgba(0,0,0,.2) 0 04px 4px;
  line-height: 1.2;
}
@media screen and (min-width:1000px){
  main .mv .titlearea h2{
    font-size: 6.6rem;
    text-align: left;
    margin: 0 auto 15px;
    line-height: 1.5;
  }
  main .mv .titlearea h2 span.pc{
    display: inline;
  }
}
@media screen and (min-width:1200px){
  main .mv .titlearea h2{
    font-size: 7.5rem;
    text-align: left;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width:999px){
  main .mv .titlearea h2 span{
    display: block;
    font-size: 3.5rem;
  }
  main .mv .titlearea h2 span.m{
    display: block;
    font-size: 4rem;
  }
  main .mv .titlearea h2 span.pc{
    display: none;
  }
}
main .mv .titlearea .text{
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  text-shadow: rgba(255,255,255,1) 0 0 20px,rgba(255,255,255,1) 0 0 10px,rgba(255,255,255,1) 0 0 5px;
  line-height: 1.7;
  width: 90vw;
}
@media screen and (min-width:1000px){
  main .mv .titlearea .text{
    font-size: 2rem;
    text-align: left;
    margin: 0 auto 10px;
    width: 100%;
  }
}
main .mv .titlearea .box{
  color: #FF0070;
  font-family: var(--font-sans);
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1000px){
  main .mv .titlearea .box{
    display: flex;
    width: 100%;
  }
}
main .mv .titlearea .box > div .s{
  font-size: 2.4rem;
  font-weight: 900;
  -webkit-text-stroke: 1.5px #FFF;
}
@media screen and (min-width:1000px){
  main .mv .titlearea .box > div .s{
    font-size: 2.4rem;
  }
}
main .mv .titlearea .box > div .b{
  font-size: 6rem;
  font-weight: 900;
  -webkit-text-stroke: 2px #FFF;
  line-height: 1;
  margin-top: -10px;
}
@media screen and (min-width:1000px){
  main .mv .titlearea .box > div .b{
    font-size: 6rem;
    margin-top: 0;
  }
}
main .mv .titlearea .box .nu{
  font-size: 10rem;
  font-weight: 900;
  -webkit-text-stroke: 3px #FFF;
  line-height: 1;
  letter-spacing: -2px;
  margin-top: -10px;
}
@media screen and (min-width:1000px){
  main .mv .titlearea .box .nu{
    font-size: 10rem;
    letter-spacing: -2px;
    margin-top: 0;
  }
}
main .mv .titlearea .box .nu span{
  font-size: 4rem;
  font-weight: 900;
  -webkit-text-stroke: 2px #FFF;
  line-height: 1;
}
@media screen and (min-width:1000px){
  main .mv .titlearea .box .nu span{
    font-size: 4rem;
  }
}
@media screen and (min-width:1000px){
  main .mv .titlearea .mv_tl_pc{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    /* width: 100%; */
    /* width: 1300px; */
    max-width: 1200px;
  }
}
@media screen and (min-width:1300px){
  main .mv .titlearea .mv_tl_pc{
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1300px;
  }
}
@media screen and (min-width:1000px){
  main .mv .mv_point{
    position: absolute;
    display: block;
    margin: 0 0 0 3%;
    z-index: 2;
    width: 60%;
    left: 0;
    bottom: -50px;
  }
}
@media screen and (min-width:1300px){
  main .mv .mv_point{
    margin: 0;
    width: 70%;
    left: 0;
    bottom: -50px;
    max-width: 750px;
  }
}

#concept {
  background: url(../images/lp/concept_bg_sp.png) no-repeat center 0;
  background-size: cover;
  padding: 80px 0 80px;
}
@media screen and (min-width:1000px){
  #concept {
    background: url(../images/lp/concept_bg_pc.png) no-repeat center 0;
    background-size: cover;
    padding: 150px 0 150px;
  }
}
#concept .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1000px){
  #concept .inner{
    max-width: 1200px;
    width: 90%;
    margin: auto;
  }
}
#concept h2{
  font-size: 2.7rem;
  margin: auto;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 1) 0 0 20px, rgba(255, 255, 255, 1) 0 0 10px, rgba(255, 255, 255, 1) 0 0 5px;
  font-weight: 300;
}
@media screen and (min-width:1000px){
  #concept h2{
    font-size: 6rem;
  }
}
#concept h2 span{
  font-size: 2rem;
}
@media screen and (min-width:1000px){
  #concept h2 span{
    font-size: 4rem;
  }
}
#concept p{
  font-size: 1.8rem;
  margin: auto;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 1) 0 0 20px, rgba(255, 255, 255, 1) 0 0 10px, rgba(255, 255, 255, 1) 0 0 5px;
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (min-width:1000px){
  #concept p{
    font-size: 2.4rem;
    margin-top: 15px;
  }
}

.wave{
  margin-top: -11vw;
}
@media screen and (min-width:1000px){
  .wave{
    margin-top: -11vw;
  }
  .wave2{
    margin-top: -5vw;
    z-index: 0;
    position: relative;
  }
}
#access{
  background: #FFEBF3;
  margin-top: -5vw;
}
@media screen and (min-width:1000px){
  #access{
  margin-top: -9vw;
  }
}
#access .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1000px){
  #access .inner{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width:1000px){
  #access .inner .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

#access .inner .box picture{
  width: 80vw;
  display: block;
  margin: auto;
  padding-left: 2vw;
}
@media screen and (min-width:1000px){
  #access .inner .box picture{
    width: 32%;
    margin: 0;
    padding-left: 0;
  }
}
@media screen and (min-width:1000px){
  #access .inner .box > div{
    width: 36%;
    margin-right: 15px;
  }
}
#access .inner .box > div .access_train{
  width: 48px;
  display: block;
  margin: 40px auto 10px;
}
#access .inner .box > div p{
  font-family: var(--font-sans);
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #9F927B;
}
@media screen and (min-width:1000px){
  #access .inner .box > div p{
    font-size: 1.8rem;
  }
}
@media screen and (min-width:1200px){
  #access .inner .box > div p{
    font-size: 2rem;
  }
}
#access .inner .box > div ul{
  margin-bottom: 20px;
}
@media screen and (min-width:1000px){
  #access .inner .box > div ul{
    margin-bottom: 20px;
    padding: 0 8%;
  }
}
#access .inner .box > div li{
  font-size: 2.5rem;
  padding-left: 32px;
  background: url(../images/lp/access_check.svg) no-repeat 0 12px;
  background-size: 26px 26px;
  line-height: 2;
}
#access .inner .box > div li span{
 color: var(--dark-color);
}
@media screen and (min-width:1000px){
  #access .inner .box > div li,#access .inner .box > div li span{
    font-size: 1.6rem;
  }
}
@media screen and (min-width:1200px){
  #access .inner .box > div li,#access .inner .box > div li span{
    font-size: 2rem;
  }
}
@media screen and (min-width:1400px){
  #access .inner .box > div li,#access .inner .box > div li span{
    font-size: 2.2rem;
  }
}

.common_info{
  margin-top: -2vw;
}
@media screen and (min-width:1000px){
  .common_info{
    margin-top: -8vw;
    display: flex;
    justify-content: space-between;
  }
}
.common_info iframe{
  width: 100%;
}
@media screen and (min-width:1000px){
  .common_info > div{
    width: 55%;
    padding-right: 80px;
    padding-left: calc((100vw - min(100vw, 1200px)) / 2 + 30px);
    background: #FFFAFA;
    padding-top: 40px;
  }
  .common_info iframe{
    width: 45%;
    height: auto;
  }
}
.common_info .logo{
  margin: 0 auto 30px;
  width: 350px;
  display: block;
}
@media screen and (min-width:1000px){
  .common_info .logo{
    width: 419px;
  }
}
.hour {
  width: 90vw;
	margin:0 auto 10px;
  text-align: center;
}
  @media screen and (min-width:1000px){
    .hour {
      width: 90%;
      margin-bottom: 10px;
      text-align: center;
  }
}
.hour th {
	padding-top: 15px;
  padding-bottom: 15px;
	background: #9F927B;
  font-size: 1.4rem;
  font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
  font-family: var(--font-sans);
}
.hour tbody tr th:first-of-type {
  width: 31%;
	padding-right: 10px;
	padding-left: 10px;
}
@media screen and (min-width:1000px){
  .hour tbody tr th:first-of-type {
    width: 28.5%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.hour tbody tr td:first-of-type {
	/* padding-right: 10px;
	padding-left: 10px; */
	font-weight: 500;
}
.hour td {
  padding: 16px 0 14px;
  border-bottom: 1px solid #9F927B;
  font-size: 1.4rem;
	font-weight: 700;
  vertical-align: middle;
	text-align: center;
  font-family: var(--font-sans);
}
.common_info .note {
  font-size: 1.4rem;
  font-family: var(--font-sans);
  font-weight: 400;
  margin-left: 5vw;
  margin-bottom: 30px;
}
@media screen and (min-width:1000px){
  .common_info .note {
    font-size: 1.6rem;
    margin-left: 5%;
    margin-bottom: 30px;
  }
}
.common_info .ad {
  display: flex;
  align-items: center;
  width: 90vw;
  margin: auto;
  border-top: 1px solid #9F927B;
  padding: 15px 0;
  font-size: 1.5rem;
  font-family: var(--font-sans);
  font-weight: 500; 
  line-height: 1.7;
}
@media screen and (min-width:1000px){
  .common_info .ad {
    font-size: 1.8rem;
    width: 100%;
  }
}
.common_info .ad img{
  width: 36px;
  height: 36px;
  margin-right: 15px;
}
@media screen and (min-width:1000px){
  .common_info .ad img{
    width: 48px;
    height: 48px;
  }
}
.common_info .btn{
  padding: 25px 0;
  background: #FFEBF3;
  margin-top: 10px;
}
@media screen and (min-width:1000px){
  .common_info .btn{
    margin: 10px -100% 0;
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; */
  }

}
.common_info .btn a{
  background: #E73C87;
  display: block;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 3.1rem;
  width: 100vw;
  border-radius: 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  width: 80vw;
  height: 80px;
  padding-top: 5px;
}
@media screen and (min-width:1000px){
  .common_info .btn a{
      width: 500px;
  }
}
.common_info .btn a img {
  width: 28px;
  height: 28px;
  margin-top: -5px;
  margin-right: 5px;
}
.common_info .btn a span {
  font-size: 1.5rem;
  display: block;
  margin-top: -3px;
  font-weight: 200;
}
@media screen and (min-width:1000px){
  .common_info_bottom{
    margin:  80px auto 0;
  }
  .common_info_bottom > div{
    padding-top: 40px;
  }
}

#worries{
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width:1000px){
  #worries{
    background: url(../images/lp/worries_pc.png) no-repeat 0 12px;
    background-size: cover;
    height: 783px;
    margin-top: 60px;
  }
}
/* #worries .inner{
  width: 90vw;
  position: absolute;
  top:80px;
  left: 0;
  right: 0;
  margin: auto;
} */
@media screen and (min-width:1000px){
  #worries .inner{
    width: 90%;
    max-width: 1200px;
    margin: 5%;
  }
  /* #worries .inner > div{
    width: 50%;
  } */
   #worries .inner img{
    position: absolute;
    right: 0;
    top: calc( 50% + 5vw);
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
   }
}
@media screen and (min-width:1200px){
   #worries .inner img{
    position: absolute;
    right: 5%;
    transform: translateY(-50%);
    width: 80%;
    max-width: 710px;
   }
}
#worries .inner h2{
  font-size: 4.4rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (min-width:1000px){
  #worries .inner h2{
    font-size: 5.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width:1200px){
  #worries .inner h2{
    font-size: 6.6rem;
    margin-bottom: 50px;
  }
}
#worries .inner h2 span{
  margin-left: 20px;
}
@media screen and (min-width:1000px){
  #worries .inner h2 span{
    margin-left: .9em;
  }
}
#worries .inner li{
  font-size: 1.85rem;
  padding-left: 30px;
  background: url(../images/lp/worrie_check.svg) no-repeat 0 12px;
  background-size: 24px 19px;
  line-height: 2;
}
@media screen and (min-width:1000px){
  #worries .inner li{
    font-size: 2.2rem;
    padding-left: 34px;
    background: url(../images/lp/worrie_check.svg) no-repeat 0 16px;
    background-size: 30px 26px;
  }
}
@media screen and (min-width:1200px){
  #worries .inner li{
    font-size: 2.6rem;
  }
}
@media screen and (min-width:1200px){
  #feature {
    margin-bottom: 60px;
  }
}
#feature .ttl{
  background: var(--main-color);
  margin: auto;
  text-align: center;
}
#feature h2{
  padding: 15px 0;
  font-size: 3.1rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1000px){
  #feature h2{
    font-size: 5rem;
    padding: 20px 0;
  }
}
@media screen and (min-width:1200px){
  #feature h2{
    font-size: 6rem;
    padding: 20px 0;
  }
}
#feature h2 span{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #CC5F8F;
  font-size: 4.3rem;
  font-family: "Cinzel", serif;
  z-index: -1;
}
@media screen and (min-width:1000px){
  #feature h2 span{
    font-size: 10.2rem;
    top: 58%;
  }
}
@media screen and (min-width:1200px){
  #feature h2 span{
    font-size: 12rem;
    top: 58%;
  }
}
#feature .inner{
  background-image: linear-gradient(135deg, rgba(255, 236, 236, 1), rgba(255, 255, 255, 1) 50%, rgba(255, 236, 236, 1));
}
#feature .inner:nth-of-type(2n+1){
  background: rgba(255,235,243,.8)
}
#feature .inner .box{
  width: 90vw;
  margin: auto;
  padding: 50px 0 30px;
  text-align: center;
}
@media screen and (min-width:1000px){
  #feature .inner .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 90%;
  }
  #feature .inner .box.row{
    flex-direction: row-reverse;
  }
}
@media screen and (min-width:1000px){
  #feature .inner .box > .content{
    width: 52%;
    text-align: left;
  }
  #feature .inner .box > .content > div{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #9F927B;
  }
}
#feature .inner .box > .content > div img{
  width: 45px;
  height: 45px;
}
@media screen and (min-width:1000px){
  #feature .inner .box > .content > div img{
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}
#feature .inner .box > .content > div h3{
  color: var(--dark-color);
  font-size: 2.8rem;
  text-align: center;
  font-weight: 300;
  margin: 5px auto 20px;
  line-height: 1.5;
  border-bottom: 1px solid #9F927B;
  padding-bottom: 15px;
}
@media screen and (min-width:1000px){
  #feature .inner .box > .content > div h3{
    font-size: 3.6rem;
    text-align: left;
    margin: 22px 0 10px;
    padding: 0;
    border: none;
  }
}
#feature .inner .box h4{
  font-size: 1.7rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.7;
  margin: 10px auto 15px;
}
@media screen and (min-width:1000px){
  #feature .inner .box h4{
    font-size: 2rem;
    margin: 20px auto 0;
  }
}
#feature .inner .box img{
  margin-left: 2vw;
}
@media screen and (min-width:1000px){
  #feature .inner .box img{
    width: 45%;
    margin-left: 0;
  }
}

#achievement{
  margin: auto;
  /* background-image: linear-gradient(210deg, rgba(255, 226, 238, 1) 0%, rgba(255, 255, 255, 1) 25%,rgba(255, 255, 255, 1) 30%,rgba(251, 224, 224, 1) 85%); */
  padding: 30px 0 40px;
  background: url(../images/lp/achievement_bg_sp.png) no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width:1000px){
  #achievement{
    padding: 80px 0 100px; 
    /* background-image: linear-gradient(225deg, rgba(255, 226, 238, 1) 10%, rgba(255, 255, 255, 1) 40%,rgba(255, 255, 255, 1) 45%, rgba(251, 224, 224, 1) 95%); */
    background: url(../images/lp/achievement_bg_pc.png) no-repeat 0 0;
    background-size: cover;
  }
}
#achievement h2{
  padding: 15px 0;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1000px){
  #achievement h2{
    font-size: 4rem;
    padding: 20px 0;
  }
}
#achievement h2 span{
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  color: var(--sub-color);
  font-size: 4rem;
  font-family: "Cinzel", serif;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width:1000px){
  #achievement h2 span{
    font-size: 11rem;
    top: 58%;
  }
}
@media screen and (min-width:1200px){
  #achievement h2 span{
    font-size: 12.8rem;
    top: 58%;
  }
}
#achievement .inner{
  width: 90vw;
  margin: auto;
  text-align: center;
}
@media screen and (min-width:1000px){
  #achievement .inner{
    max-width: 1200px;
    width: 90vw;
  }
}
#achievement .inner > div{
  margin-top: 20px;
}
#achievement .inner > div img{
  width: 80vw;
  margin-bottom: 15px;
}
@media screen and (min-width:1000px){
  #achievement .inner > div{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  #achievement .inner > div img{
    width: 32%;
  }
}

#data{
  background: var(--main-color);
  padding: 30px 0;
}
@media screen and (min-width:1000px){
  #data{
    padding: 40px 0;
  }
}
#data .inner{
  width: 90vw;
  margin: auto;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  padding: 40px 0;
}
@media screen and (min-width:1000px){
  #data .inner{
    max-width: 1200px;
    width: 90vw;
  }
}
#data .inner .data1{
  width: 82vw;
  border-bottom: 1px solid #9F927B;
  padding-bottom: 25px;
}
@media screen and (min-width:1000px){
  #data .inner .data1{
    width: 100%;
    width: 95%;
    padding-bottom: 25px;
  }
}
#data .inner .flex{
  margin: 25px auto 0;
}
@media screen and (min-width:1000px){
  #data .inner .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
  }
}
#data .inner .flex img{
  width: 70vw;
  margin-bottom: 10px;
}
@media screen and (min-width:1000px){
#data .inner .flex img{
  width: 40%;
  margin-bottom: 0;
}
}
#data .inner .flex p{
  font-size: 2.1rem;
  font-family: var(--font-sans);
  margin: 0 5vw;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width:1000px){
  #data .inner .flex p{
    margin: 0 5%;
    font-size: 3rem;
  }
}

.reserve1{
  width: 90vw;
  margin: 30px auto;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width:1000px){
  .reserve1{
    max-width: 1200px;
    width: 90%;
    padding: 80px 0;
    margin: 0 auto;
  }
}
.reserve1 div{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  color: #fff;
  text-align: center;
  transform: translate(0,-50%);
}
.reserve1 div h2{
  font-size: 2.3rem;
  font-weight: 200;
}
.reserve1 div h2 span{
  font-size: 2.9rem;
  background: var(--main-color);
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 4px;
  line-height: 1.3;
}
@media screen and (min-width:1000px){
  .reserve1 div h2{
    font-size: 2rem;
    display: flex;
    justify-content: center;
  }
  .reserve1 div h2 span{
    font-size: 2.8rem;
  }
}
@media screen and (min-width:1200px){
  .reserve1 div h2{
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
  }
  .reserve1 div h2 span{
    font-size: 3rem;
  }
}
.reserve1 div h3{
  padding: 0 5vw;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 1.6;
  margin: 10px auto 10px;
  text-align: center;
  font-weight: 200;
}
@media screen and (min-width:1000px){
  .reserve1 div h3{
    padding: 0;
    font-size: 2rem;
    margin: 5px auto 10px;
    text-align: center;
  }
}
@media screen and (min-width:1200px){
  .reserve1 div h3{
    font-size: 2.4rem;
  }
}
.reserve1 div h3 span{
  background: var(--main-color);
  display: inline-block;
  font-size: 3.1rem;
  line-height: 1.1;
  padding:0 3px 3px;
}
@media screen and (min-width:1200px){
  .reserve1 div h3 span{
    font-size: 3rem;
  }
}
.reserve1 div h4{
  padding: 0 5vw;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 200;
  line-height: 1.6;
  margin: 0 auto 15px;
}
@media screen and (min-width:1000px){
  .reserve1 div h4{
    padding: 0;
    font-size: 2.4rem;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.reserve1 div a{
  background: #E63C87;
  display: block;
  margin: auto;
  color: #fff;
  font-size: 3.1rem;
  width: 80vw;
  border-radius: 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  height: 80px;
  padding-top: 5px;
}
@media screen and (min-width:1000px){
  .reserve1 div a{
    padding: 8px 0 0;
    font-size: 2.6rem;
    height: 80px;
    width: 400px;
  }
}
@media screen and (min-width:1200px){
  .reserve1 div a{
    padding: 18px 0 0;
    font-size: 3rem;
    height: 100px;
    width: 400px;
  }
}
.reserve1 div a img{
  width: 28px;
  height: 28px;
  margin-top: -5px;
  margin-right: 5px;
}
@media screen and (min-width:1000px){
  .reserve1 div a img{
    width: 40px;
    height: 40px;
  }
}
.reserve1 div a span{
  font-size: 1.5rem;
  display: block;
  margin-top: -3px;
  font-weight: 200;
}
@media screen and (min-width:1000px){
  .reserve1 div a span{
    font-size: 1.4rem;
  }
}



.reserve2{
  width: 90vw;
  margin: 30px auto;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width:1000px){
  .reserve2{
    max-width: 1200px;
    width: 90%;
    padding: 80px 0;
    margin: 0 auto;
  }
}
.reserve2 div{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  color: #fff;
  text-align: center;
  transform: translate(0,-50%);
}
.reserve2 div h2{
  font-size: 1.9rem;
  font-weight: 200;
}
.reserve2 div h2 span{
  font-size: 2.5rem;
  background: var(--main-color);
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 4px;
  line-height: 1.3;
}
@media screen and (min-width:1000px){
  .reserve2 div h2{
    font-size: 2rem;
    display: flex;
    justify-content: center;
  }
  .reserve2 div h2 span{
    font-size: 2.8rem;
  }
}
@media screen and (min-width:1200px){
  .reserve2 div h2{
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
  }
  .reserve2 div h2 span{
    font-size: 3rem;
  }
}
.reserve2 div h3{
  padding: 0 5vw;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.6;
  margin: 10px auto 10px;
  text-align: center;
  font-weight: 200;
}
@media screen and (min-width:1000px){
  .reserve2 div h3{
    padding: 0;
    font-size: 2rem;
    margin: 5px auto 10px;
    text-align: center;
  }
}
@media screen and (min-width:1200px){
  .reserve2 div h3{
    font-size: 2.4rem;
  }
}
.reserve2 div h3 span{
  background: var(--main-color);
  display: inline-block;
  font-size: 3.1rem;
  line-height: 1.1;
  padding:0 3px 3px;
}
@media screen and (min-width:1200px){
  .reserve2 div h3 span{
    font-size: 3rem;
  }
}
.reserve2 div h4{
  padding: 0 5vw;
  font-size: 1.9rem;
  text-align: left;
  font-weight: 200;
  line-height: 1.6;
  margin: 0 auto 15px;
}
@media screen and (min-width:1000px){
  .reserve2 div h4{
    padding: 0;
    font-size: 2.4rem;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.reserve2 div a{
  background: #E63C87;
  display: block;
  margin: auto;
  color: #fff;
  font-size: 3.1rem;
  width: 80vw;
  border-radius: 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  height: 80px;
  padding-top: 5px;
}
@media screen and (min-width:1000px){
  .reserve2 div a{
    padding: 8px 0 0;
    font-size: 2.6rem;
    height: 80px;
    width: 400px;
  }
}
@media screen and (min-width:1200px){
  .reserve2 div a{
    padding: 18px 0 0;
    font-size: 3rem;
    height: 100px;
    width: 400px;
  }
}
.reserve2 div a img{
  width: 28px;
  height: 28px;
  margin-top: -5px;
  margin-right: 5px;
}
@media screen and (min-width:1000px){
  .reserve2 div a img{
    width: 40px;
    height: 40px;
  }
}
.reserve2 div a span{
  font-size: 1.5rem;
  display: block;
  margin-top: -3px;
  font-weight: 200;
}
@media screen and (min-width:1000px){
  .reserve2 div a span{
    font-size: 1.4rem;
  }
}




#intro{
  background-image: linear-gradient(180deg, rgba(251, 224, 224, 1), rgba(251, 224, 224, 0));
}
@media screen and (min-width:1000px){
  #intro{
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(251, 224, 224, 1)25%,rgba(255, 255, 255, 1)60%);
  }
}
#intro h2{
  padding: 15px 0;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1000px){
  #intro h2{
    font-size: 4rem;
    padding: 20px 0;
  }
}
#intro h2 span{
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 4rem;
    font-family: "Cinzel", serif;
    z-index: -1;
    width: auto;
    /* right: 0; */
    margin: auto;
    text-align: center;
}
@media screen and (min-width:1000px){
  #intro h2 span{
    font-size: 11.5rem;
    top: 58%;
  }
}
@media screen and (min-width:1200px){
  #intro h2 span{
    font-size: 12.8rem;
  }
}
#intro .inner{
  width: 90vw;
  margin: auto;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width:1000px){
  #intro .inner{
    max-width: 1200px;
    width: 90vw;
  }
}
#intro .inner .flex{
  margin-top: 10px;
  text-align: left;
}
@media screen and (min-width:1000px){
  #intro .inner .flex{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
#intro .inner img{
  width: 80vw;
  margin-left: 5.5vw;
}
@media screen and (min-width:1000px){
  #intro .inner img{
    width: 46%;
    margin-left: 0;
    margin-top: 150px;
    height: 100%;
  }
  #intro .inner .flex > div{
    width: 52%;
  }
}
#intro .inner .content dl{
  margin: auto;
  text-align: left;
}
#intro .inner .content dl dt{
  color: var(--main-color);
  font-size: 1.9rem;
  border-bottom: 1px solid var(--main-color);
  display: inline-block;
  padding: 0 5px;
}
@media screen and (min-width:1000px){
  #intro .inner .content dl dt{
    font-size: 2.4rem;
  }
}
#intro .inner .content dl dd{
  margin: 15px auto 20px;
  display: flex;
  align-items: center;
}
#intro .inner .content dl dd span:first-child{
  background: var(--main-color);
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0 8px;
  font-family: var(--font-sans);
  font-weight: 500;
  height: 30px;
  line-height: 28px;
  margin-right: 18px;
}
#intro .inner .content dl dd span:last-child{
  font-size: 3.1rem;
}
@media screen and (min-width:1000px){
  #intro .inner .content dl dd span:first-child{
    font-size: 1.8rem;
  }
  #intro .inner .content dl dd span:last-child{
    font-size: 4rem;
  }
}
#intro .inner .text1{
  font-family: var(--font-sans);
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width:1000px){
  #intro .inner .text1{
    font-size: 2rem;
  }
}
#intro .inner .text2{
  font-size: 1.9rem;
  text-align: left;
  color: #9F927B;
  border-bottom: 1px solid #9F927B;
  display: inline-block;
  margin: 30px auto 20px;
}
@media screen and (min-width:1000px){
  #intro .inner .text2{
    font-size: 2.4rem;
    margin: 20px auto;
  }
}
#intro .inner .content ul{
  margin-bottom: 30px;
}
#intro .inner .content ul li{
  font-size: 1.5rem;
  line-height: 1.7;
  border-bottom: 1px solid #9F927B;
  padding: 10px 0 10px 1em;
  text-indent: -1em;
  font-family: var(--font-sans);
  font-weight: 400;
}
@media screen and (min-width:1000px){
  #intro .inner .content ul li{
    font-size: 1.8rem;
  }
}
#intro .inner .content ul li span{
  color: var(--main-color);
}
#intro .btn_area a{
  background: var(--main-color);
  color: #fff;
  font-size: 1.6rem;
  width: 80vw;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  display: block;
  margin: 0 auto 20px;
  text-align: left;
  padding: 0 0 0 25px;
  position: relative;
}
@media screen and (min-width:1000px){
  #intro .btn_area{
    display: none
  }
}
#intro .btn_area a:after{
  position: absolute;
  content: "";
  background: url(../images/lp/icon_arrow.svg) no-repeat 0 0;
  width: 30px;
  height: 30px;
  top: 18px;
  right: 20px;
}
#intro .box{
  border: 1px solid var(--main-color);
  border-radius: 20px;
  padding: 30px 10px;
  margin: 50px auto 0;
  padding: 20px;
}

#cost{
  margin: 0 auto 30px;
}
@media screen and (min-width:1000px){
  #cost{
    margin: 60px auto 30px;
  }
}
#cost .inner{
  border: 1px solid var(--main-color);
  border-radius: 30px;
  width: 90vw;
  margin: auto;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width:1000px){
  #cost .inner{
    max-width: 1200px;
    width: 90vw;
    padding: 40px 30px 50px;
  }
}
#cost .inner h3 span{
  font-size: 3.1rem;
  background: #9F927B;
  color: #fff;
  margin-left: 2px;
  padding: 0px 2px 2px;
  display: inline-block;
  font-weight: 200;
  line-height: 1.2;
}
@media screen and (min-width:1000px){
  #cost .inner h3 span{
    font-size: 6rem;
    padding: 0px 2px 3px;
  }
}
.accordion1{
  margin:0 auto;
  width: 80vw;
}
@media screen and (min-width:1000px){
  .accordion1{
    margin:40px auto 0;
    width: 100%;
    max-width: 1100px;
  }
}
.accordion1 li{
  margin: 0;
}
.accordion1 .accordion_title1 {
  position: relative;
  cursor: pointer;
  color: var(--main-color);
  font-family: var(--font-sans);
  font-size:2.5rem;
  font-weight: bold;
  font-weight: 500;
  height: 45px;
  line-height: 43px;
  transition: all .5s ease;
  /* text-indent: -2em; */
  text-align: left;
  border-bottom: 3px solid var(--main-color);
  padding:0 0 10px 5px;
  margin-top: 20px;
}
@media screen and (min-width:1000px){
  .accordion1 .accordion_title1 {
    font-size: 3rem;
    height: 60px;
    line-height: 58px;
    border-bottom: 4px solid var(--main-color);
    padding:0 0 10px 10px;
  }
}
.accordion1 li:last-of-type .accordion_title1{

} 
.accordion1 .accordion_title1::before,
.accordion1 .accordion_title1::after{
  position: absolute;
  content:'';
  width: 18px;
  height: 18px;
  right: 15px;
}
@media screen and (min-width:1000px){
  .accordion1 .accordion_title1::before,
  .accordion1 .accordion_title1::after{
    right: 20px;
  }
}
.accordion1 .accordion_title1::before{
  border: 0;
  border-top: solid 4px var(--main-color);
  border-right: solid 4px var(--main-color);
  transform: rotate(135deg);
  top: 12px;
}
@media screen and (min-width:1000px){
  .accordion1 .accordion_title1::before{
    top: 25px;
  }
}
.accordion1 .accordion_title1.close::before{
  border: 0;
  border-top: solid 4px var(--main-color);
  border-right: solid 4px var(--main-color);
  transform: rotate(315deg);
  top: 20px;
}
@media screen and (min-width:1000px){
  .accordion1 .accordion_title1.close::before{
    top: 35px;
  }
}
.accordion1 .accordion_box1 {
  display: none;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width:1000px){
  .accordion1 .accordion_box1 {
    padding: 20px 0;
  }
}
.accordion1 li:last-of-type .accordion_box1{
    border-top: none;
}
.accordion1 .accordion_box1 h5{
  font-size: 1.8rem;
  color: #9F927B;
  text-align: left;
  border-bottom: 1px solid #9F927B;
  padding-bottom: 3px;
  padding-left: 5px;
  font-weight: 500;
  font-family: var(--font-sans);
}
@media screen and (min-width:1000px){
  .accordion1 .accordion_box1 h5{
    font-size: 2.4rem;
  }
}
.accordion1 .accordion_box1 .note{
  font-size: 1.2rem;
  text-align: right;
  margin: 8px 0;
  font-family: var(--font-sans);
  font-weight: 400;
}
@media screen and (min-width:1000px){
  .accordion1 .accordion_box1 .note{
    font-size: 1.6rem;
    margin: 10px 0;
  }
}
.accordion1 .accordion_box1 dl{
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  background: #FFEBF3;
  align-items: stretch;
  height: 100%;
}
.b_bottom{
    border-bottom: 1px solid #ccc;
}
.accordion1 .accordion_box1 .mt20{
  margin-top: 20px;
}
.accordion1 .accordion_box1 .mt30{
  margin-top: 30px;
}
.accordion1 .accordion_box1 dl:first-of-type{
  border-top: 1px solid #ccc;
}
.accordion1 .accordion_box1 dl dt{
  width: 65%;
  font-family: var(--font-sans);
  color: var(--dark-color);
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  padding: 5px;
  display: flex;
  align-items: center;
}
@media screen and (min-width:1000px){
  .accordion1 .accordion_box1 dl dt{
    padding: 10px 10px;
  }
}
.accordion1 .accordion_box1 dl.gray dt,.accordion1 .accordion_box1 dl.gray dd{
  color: #999;
}
.accordion1 .accordion_box1 dl dd{
  width: 35%;
  font-family: var(--font-sans);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5px;
  background: #fff;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1000px){
  .accordion1 .accordion_box1 dl dt,.accordion1 .accordion_box1 dl dd{
    font-size: 2rem;
  }
}

#grant{
  background: #FFEBF3;
  margin: auto;
  text-align: center;
  padding: 60px 0;
}
#grant .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1000px){
  #grant .inner{
    max-width: 1200px;
    width: 90%;
  }
}
#grant .inner h2 span{
  background: var(--dark-color);
  color: #fff;
  font-size: 4.1rem;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0 10px;

  display: inline-block;
  font-weight: 200;
  line-height: 1.2;
  padding: 0 10px 3px;
}
#grant .inner h3{
  font-size: 2.1rem;
  margin: 20px auto;
  font-weight: 200;
  line-height: 1.7;
}
#grant .inner h4{
  background: #9F927B;
  color: #fff;
  font-size: 2.9rem;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  font-weight: 400;
  font-family: var(--font-sans);
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media screen and (min-width:1000px){
  #grant .inner h2 span{
    font-size: 8rem;
    margin-right: 4px;
    padding: 0 10px 5px;
  }
  #grant .inner h2 span:last-child{
    margin-right: 0;
  }
  #grant .inner h3{
    font-size: 3.6rem;
    margin: 60px auto;
  }
  #grant .inner h4{
    font-size: 3.6rem;
    height: 46px;
    line-height: 43px;
    border-radius: 23px;
    padding: 0 15px;
  }
}
@media screen and (min-width:1000px){
  #grant .inner .box1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#grant .inner .box1 dl{
  margin-bottom: 20px;

}
@media screen and (min-width:1000px){
  #grant .inner .box1 dl{
    width: 49%;
    margin-bottom: 2%;
    background: #fff;
    border-radius: 25px 25px 20px;
  }
}
#grant .inner .box1 dt{
  background: url(../images/lp/grant_bg.png) no-repeat 0 0;
  color: #fff;
  background-size: cover;
  background-size: 100% 100%;
  width: 100%;
  height: 180px;
  font-weight: 500;
  font-size: 3.1rem;
  font-family: var(--font-sans);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1000px){
  #grant .inner .box1 dt{
    font-size: 3.6rem;
  }
}
#grant .inner .box1 dd{
  padding: 20px 4vw;
  background: #fff;
}
@media screen and (min-width:1000px){
  #grant .inner .box1 dd{
    padding: 20px 2%;
    background: none;
  }
}
#grant .inner .box1 dd .text{
  font-weight: 400;
  font-size: 1.7rem;
  font-family: var(--font-sans);
}
#grant .inner .box1 dd .red{
  font-size: 2.5rem;
  color: var(--dark-color);
}
@media screen and (min-width:1000px){
  #grant .inner .box1 dd .text{
    font-size: 2rem;
  }
  #grant .inner  .box1dd .red{
    font-size: 2.4rem;
  }
}
#grant .inner .box1 dd img{
  width: 25px;
  display:  block;
  margin: 10px auto;
}
#grant .inner .note{
  font-size: 2.1rem;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width:1000px){
  #grant .inner .note{
    font-size: 2.4rem;
    margin-bottom: 70px;
  }
}
#grant .inner .table{
  margin-bottom: 20px;
}
#grant .inner .table > div{
  width: 80vw;
  margin: auto;
}
@media screen and (min-width:1000px){
  #grant .inner .table{
    display: flex;
    justify-content: center;
  }
  #grant .inner .table > div{
    width: 28%;
    margin: 0;
  }
}
#grant .inner .table > div p {
  height: 55px;
  line-height: 54px;
  font-size: 2.5rem;
  background: #fff;
  font-family: var(--font-sans);
  font-weight: 400;
}
@media screen and (min-width:1000px){
  #grant .inner .table > div p {
    font-size: 2.4rem;
  }
}
#grant .inner .table > div:nth-of-type(1) p:nth-of-type(1){
  background: #555;
}
#grant .inner .table > div:nth-of-type(2) p:nth-of-type(1){
  background: var(--main-color);
}
#grant .inner .table > div:nth-of-type(3) p:nth-of-type(1){
  background: var(--dark-color);
}
#grant .inner .table > div p:nth-of-type(1){
  color: #fff;
}
#grant .inner .table > div p:nth-of-type(2),#grant .inner .table > div p:nth-of-type(3){
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}
@media screen and (min-width:1000px){
  #grant .inner .table > div:nth-of-type(2) p:nth-of-type(2),#grant .inner .table > div:nth-of-type(2) p:nth-of-type(3){
    border-left: none;
    border-right: none;
  }
  #grant .inner .table > div:nth-of-type(2) p:nth-of-type(1){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
#grant .inner .ex li{
  font-size: 2.5rem;
  text-indent: -0em;
  padding-left: 1.5em;
  background: url(../images/lp/worrie_check.svg) no-repeat 0 10px;
  background-size: 24px 19px;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (min-width:1000px){
  #grant .inner .ex{
    width: 85%;
    margin: auto;
  }
  #grant .inner .ex li{
    font-size: 2.6rem;
    margin-bottom: 5px;
  }
}
#grant .box2{
  background: #fff;
  width: 90vw;
  margin: 10px auto 0;
  border-radius: 30px;
  padding: 40px 0;
}
@media screen and (min-width:1000px){
  #grant .box2{
    max-width: 1200px;
    width: 90vw;
    margin: 40px auto 0;
    padding: 40px;
  }
}
#grant .box2 h3{
  font-size: 1.9rem;
  border-bottom: 1px solid #9F927B;
  font-weight: 200;
  text-align: left;
  width: 80vw;
  margin: 0 auto 15px;
  padding-bottom: 10px;
}
@media screen and (min-width:1000px){
  #grant .box2 h3{
    font-size: 3rem;
    width: 100%;
  }
}
#grant .box2 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80vw;
  margin: auto;
  padding-right: 3vw;
}
@media screen and (min-width:1000px){
  #grant .box2 ul{
    justify-content: flex-start;
    width: 100%;
  }
}
#grant .box2 ul.mt10{
  margin-top: 10px;
}
#grant .box2 ul li{
  position: relative;
  height: 50px;
  line-height: 48px;
  font-family: var(--font-sans);
  font-weight: 400;
  display: block;
  width: 37vw;
  margin-bottom: 3vw;
  font-size: 1.4rem;
}
@media screen and (min-width:1000px){
  #grant .box2 ul li{
    width:18%;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
#grant .box2 ul li.y{
  background: #FFEEDC;
}
#grant .box2 ul li.g{
  background: #E5F8E9;
}
#grant .box2 ul li.p{
  background: #F0EBFF;
}
#grant .box2 ul li.arr:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  right: -2.8vw;
  bottom: 0;
  margin: auto;
  border-width: 6px 0 6px 3.1vw;
}
@media screen and (min-width:1000px){
  #grant .box2 ul li.arr:before{
    right: -15px;
    border-width: 6px 0 6px 15px;
  }
}
#grant .box2 ul li.y.arr:before{
  border-color: transparent transparent transparent #FFEEDC;
}
#grant .box2 ul li.g.arr:before{
  border-color: transparent transparent transparent #E5F8E9;
}
#grant .box2 ul li.p.arr:before{
  border-color: transparent transparent transparent #F0EBFF;
}
#grant .box2 ul li.no{
  border: 1px solid #9F927B;
}
#grant .box2 h4{
  font-size: 1.9rem;
  border-bottom: 1px solid #9F927B;
  font-weight: 500;
  text-align: left;
  width: 80vw;
  margin: 20px auto 15px;
  padding-bottom: 10px;
  color: #9F927B;
  font-family: var(--font-sans);
}
@media screen and (min-width:1000px){
  #grant .box2 h4{
    width: 100%;
    margin: 25px auto 15px;
    font-size: 2.4rem;
  }
}
#grant .box2 .note{
  font-family: var(--font-sans);
  font-size: 1.5rem;
  text-align: left;
  font-weight: 400;
  padding: 0 5vw;
}
@media screen and (min-width:1000px){
  #grant .box2 .note{
    padding: 0;
    margin-top: -5px;
    font-size: 1.6rem;
  }
}
#grant .box2 .note2{
  background: var(--main-color);
  color: #fff;
  display: block;
  margin: 10px 0 20px 5vw;
  text-align: center;
  padding: 2px;
  width: 50px;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: var(--font-sans);
}
@media screen and (min-width:1000px){
  #grant .box2 .note2{
    margin: 10px 0 15px 0;
  }
}
#grant .box2 .red{
  color: var(--main-color);
  font-size: 1.5rem;
  font-family: var(--font-sans);
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
  padding: 0 5vw;
}
@media screen and (min-width:1000px){
  #grant .box2 .red{
    padding: 0;
    margin-top: 5px;
    font-size: 1.6rem;
  }
}

#request .inner{
  width: 90vw;
  margin: auto;
  text-align: center;
  padding: 50px 0 0;
}

@media screen and (min-width:1000px){
  #request .inner{
    max-width: 1200px;
    width: 90%;
  }
  #request .inner .box{
    max-width: 1100px;
    width: 95%;
    padding: 60px 0 0;
    margin: auto;
  }
}
#request .inner h2{
  font-size: 3.1rem;
  color: #9F927B;
  font-weight: 300;
  margin-bottom: 20px;
}
#request .inner .text{
  font-size: 2.1rem;
    margin-bottom: 20px;
}
@media screen and (min-width:1000px){
  #request .inner h2{
    font-size: 6rem;
  }
  #request .inner .text{
    font-size: 2.4rem;
  }
}
#request .inner .box{
  border: 1px solid var(--main-color);
  border-radius: 30px;
  padding: 5vw;
}
@media screen and (min-width:1000px){
  #request .inner .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
  }
}
#request .inner .box p{
  font-family: "Cinzel", serif;
  color: #fff;
  background: var(--main-color);
  height: 100px;
  line-height: 102px;
  border-radius: 20px;
  font-size: 4.1rem;
}
@media screen and (min-width:1000px){
  #request .inner .box p{
    height: 148px;
    line-height: 150px;
    width: 20%;
    font-size: 4rem;
  }
}
@media screen and (min-width:1000px){
  #request .inner .box dl{
    width: 70%;
    text-align: left;
  }
}
#request .inner .box dl dt{
  font-size: 3.1rem;
  color: var(--dark-color);
  margin: 10px auto;
}
#request .inner .box dl dd{
  font-size: 1.7rem;
  text-align: left;
  font-family: var(--font-sans);
}
#request .inner .arrow{
  width: 20px;
  margin: 10px auto;
}
@media screen and (min-width:1000px){
  #request .inner .box dl dt{
    font-size: 3.6rem;
    margin: 0 auto;
  }
  #request .inner .box dl dd{
    font-size: 1.8rem;
  }
  #request .inner .arrow{
    width: 40px;
    margin: 15px auto;
  }
}
#request .inner .box2{
  border: 1px solid #9F927B;
  margin: 50px auto 0;
  padding: 5vw;
}
@media screen and (min-width:1000px){
  #request .inner .box2{
    padding: 60px 30px 60px;
    margin: 50px auto 0;
  }
}
#request .inner .box2 h3{
  font-size: 2.5rem;
  color: #9F927B;
  border-bottom: 1px solid #9F927B;
  margin-bottom: 15px;
  font-weight: 200;
  padding-bottom: 5px;
}

#request .inner .box2 h3:not(:first-child){
  margin-top: 40px;
}
#request .inner .box2 li{
  color: #000;
  font-size: 1.7rem;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}
@media screen and (min-width:1000px){
  #request .inner .box2 h3{
    font-size: 3rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  #request .inner .box2 li{
    font-size: 2rem;

  }
}

#faq {
  margin-bottom: 60px;
}
@media screen and (min-width:1000px){
  #faq {
    margin-bottom: 80px;
  }
}

#faq .inner{
  width: 90vw;
  margin: auto;
  border: 1px solid #9F927B;
  padding: 5vw;
}
@media screen and (min-width:1000px){
  #faq .inner{
    max-width: 1200px;
    width: 90%;
    padding: 40px 0;
  }
}
#faq .inner h2{
  color: #9F927B;
  font-size: 3.1rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (min-width:1000px){
  #faq .inner h2{
    font-size: 6rem;
    margin-bottom: 50px;
  }
}
.accordion{
  margin:0 auto 10px;
  width: 100%;
}
@media screen and (min-width:1000px){
  .accordion{
    margin:40px auto 20px;
    max-width: 1100px;
  }
}
.accordion li{
  margin: 0;
}
.accordion .accordion_title {
  position: relative;
  cursor: pointer;
  font-size:2.1rem;
  font-weight: bold;
  transition: all .5s ease;
  /* text-indent: -2em; */
  text-align: left;
  border-bottom: 1px solid #9F927B;
  display: flex;
  align-items: center;
  padding:10px 35px 10px 0;
  color: var(--dark-color);
  font-weight: 200;
}
@media screen and (min-width:1000px){
  .accordion .accordion_title {
    font-size: 2.6rem;
    padding: 15px 30px 15px 0;
  }
}
.accordion .accordion_title span.q{
  color: var(--main-color);
  height: 43px;
  line-height: 43px;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  margin-left: 5px;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
}
@media screen and (min-width:1000px){
  .accordion .accordion_title span.q{
    height: 58px;
    line-height: 58px;
    width: 45px;
    margin-right: 15px;
    font-size: 4.5rem;
  }
}
.accordion .accordion_title::before,
.accordion .accordion_title::after{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  right: 15px;
}
.accordion .accordion_title::before{
  border: 0;
  border-top: solid 4px var(--main-color);
  border-right: solid 4px var(--main-color);
  transform: rotate(135deg);
  top: 40%;
}
.accordion .accordion_title.close::before{
  border: 0;
  border-top: solid 4px var(--main-color);
  border-right: solid 4px var(--main-color);
  transform: rotate(315deg);
  top: 40%;
}
.accordion .accordion_box {
  display: none;
  background: #FBF5E9;
  padding: 3% 42px;
  position: relative;
  border-bottom: 1px solid #9F927B;
}
@media screen and (min-width:1000px){
  .accordion .accordion_box {
    padding: 20px 20px 20px 60px;
  }
}
.accordion li:last-of-type .accordion_box{
    border-top: none;
} 
.accordion .accordion_box:after{
    position: absolute;
    content: "A";
    width: 30px;
    font-size: 3rem;
    top: 8px;
    left: 12px;
    color: #BA9148;
    font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width:1000px){
  .accordion .accordion_box:after{
    font-size: 4.5rem;
    top: 16px;
  }
}
.accordion .accordion_box p{
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.7;
  font-family: var(--font-sans);
  font-weight: 400;
}
@media screen and (min-width:1000px){
  .accordion .accordion_box p{
    font-size: 2rem;
  }
}



/* お問い合せフォーム用スタイル */
.contact-form {
  margin: 0 auto 60px;
  padding: 0;
  border-radius: 30px;
  width: 90vw;
  border-left: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  background: var(--main-color);
}
@media screen and (min-width: 1000px) {
  .contact-form {
    padding: 0;
    width: 80%;
    max-width: 1200px;
  }
}
.contact-form .ttl_area{
  margin: auto;
  text-align: center;
  padding: 20px 0;
  border-radius: 30px;
}
.contact-form h2 {
  font-size: 3.1rem;
  margin: 0 auto 5px;
  color: #fff;
  font-weight: 300;
}
@media screen and (min-width: 1000px) {
  .contact-form h2 {
    font-size: 4rem;
  }
}
.contact-form .text1 {
  font-size: 1.7rem;
  text-align: center;
  color: #fff;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .contact-form .text1 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width:1200px){
  .contact-form .cap span{
    font-size: 2.2rem;
  }
}
.contact-form form{
  margin: auto;
  background: #fff;
  padding: 5vw 4vw 5vw;
  border-radius: 0 0 30px 30px;
}
@media screen and (min-width: 1000px) {
  .contact-form form{
    padding: 40px;
  }
}
.contact-form .form-group {
  padding-bottom: 25px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .contact-form .form-group {
    margin: 30px auto;
    padding: 0;
  }
}
.contact-form .ttl,.contact-form .form-group p,.contact-form .form-group .ttl,.contact-form .form-group label{
  font-size: 1.7rem;
  font-family: var(--font-sans);
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .contact-form .ttl,.contact-form .form-group p,.contact-form .form-group .ttl,.contact-form .form-group label{
    font-size: 2rem;
  }
}
.contact-form .form-group a{
  color: var(--main-color);
  font-size: 1.6rem;
  text-decoration: underline;
  display: block;
}
@media screen and (min-width: 1000px) {
  .contact-form .form-group a{
    font-size: 2rem;
  }
}
.contact-form h3{
  color: var(--main-color);
  font-family: var(--font-sans);
  font-size: 2.1rem;
  border-bottom: 1px solid var(--main-color);
  font-weight: 500;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1000px) {
  .contact-form h3{
    font-size: 2.4rem;
  }
}


.contact-form .ttl span{
  color: var(--main-color);
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: -1px;
  margin-left: 5px;
}
@media screen and (min-width: 1000px) {
  .contact-form .ttl span{
    font-size: 2rem;
  }
}
.contact-form .text{
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .contact-form .text{
    font-size: 1.6rem;
  }
}

.contact-form .form-group label input[type="radio"] {
  display: inline-block;
  margin-right: 8px;
}
.contact-form .form-group .text_s{
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .contact-form .form-group .text_s{
    font-size: 1.6rem;
  }
}
.contact-form .text_s span{
  font-size: 1.3rem;
  display: block;
  margin: 2px auto 10px;
}
@media screen and (min-width: 1000px) {
  .contact-form .text_s span{
    font-size: 1.5rem;
    margin: 5px auto 10px;
  }
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form input[type="email"],
.contact-form select {
  width: 100%;
  /* max-width: 800px; */
  padding: 10px 12px;
  font-size: 1.6rem;
  border: 1px solid #CFCFCF;
  border-radius: 6px;
  background: #F5F5F5;
  margin-top: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  font-family: var(--font-sans);
}
.contact-form .flex{
  display: flex;
  flex-wrap: wrap;
}
.contact-form .flex label{
  margin-right: 15px;
}
.contact-form input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
}
.contact-form button[type="submit"] {
  width: 100%;
  background: var(--dark-color);
  color: #fff;
  font-size: 2.5rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s;
  margin: auto;
  display: block;
  height: 100px;
  line-height: 100px;
}
@media screen and (min-width: 1000px) {
  .contact-form button[type="submit"] {
    width: 70%;
    font-size: 3rem;
  }
}
.contact-form button[type="submit"]:hover {
  /* background: #1761a0; */
}
.contact-form ::placeholder{
    font-size: 1.3rem;
    color: rgba(51,51,51,0.5);
}
@media screen and (min-width: 1000px) {
  .contact-form ::placeholder{
    font-size: 1.5rem;
  }
}
.contact-form textarea {
  width: 100%;
  padding: 5px 12px;
  font-size: 1.4rem;
  border: 1px solid #CFCFCF;
  border-radius: 6px;
  background: #F5F5F5;
  margin: 10px auto;
  resize: vertical;
  box-sizing: border-box;
  height: 120px;
}
@media screen and (min-width: 1000px) {
  .contact-form textarea {
    height: 150px;
    margin: 5px auto 5px;
  }
}
.contact-form select {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7.293 8.293a1 1 0 011.414 0L10 9.586l1.293-1.293a1 1 0 111.414 1.414l-2 2a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414z"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 20px 20px !important;
  padding-right: 36px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
/* IE用: デフォルトの矢印を消す */
.contact-form select::-ms-expand {
  display: none;
}
@media screen and (min-width: 1000px) {
  .contact-form input[type="date"],#company,#zipcode{
    width: 45%;
  }
}
#prefecture,#position{
  width: 40%;
}
@media screen and (min-width: 1000px) {
  #prefecture,#employees,#position{
    width: 20%;
  }
}
.contact-form .name-row .name-col{
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .contact-form .name-row {
    margin-bottom: 0;
  }
}
.contact-form .name-row .name-col:last-child{
  margin-bottom: 0;
}
.contact-form .form-group .privacy{
  text-align: center;
  margin: auto;
  display: block;
  font-size: 1.3rem;
}
@media screen and (min-width: 1000px) {
  .contact-form .form-group .privacy{
    font-size: 1.4rem;
  }
}
.contact-form .note {
  font-size: 1.7rem;
  text-align: center;
  margin: auto;
  font-family: var(--font-sans);
}
@media screen and (min-width: 1000px) {
  .contact-form .note {
    font-size: 2rem;
  }
}


.button-wrapper {
	text-align: center !important;
	margin: 0 0 20px !important;
  font-family: var(--font-sans);
  color: var(--text-color);
}
.button-wrapper p {
	display: inline !important;
}
.wonder-terms-block {
	margin-bottom: 30px !important;
	padding: 15px !important;
	background: #F5F5F5 !important;
	text-align: left !important;
}
.wonder-terms-block .terms-inner{
	height: 180px !important;
	margin-top: 10px !important;
	margin-bottom: 15px !important;
	padding: 15px !important;
	overflow-y: scroll !important;
	line-height: 1.7 !important;
	font-size: 12px !important;
	background: #fff !important;
	border: 1px solid #ccc !important;
}
.wonder-terms-block p.center strong {
  font-weight: bold !important;
  font-size: 17px !important;
  border: none !important;
	text-align: center !important;
}
.wonder-terms-block p {
    margin-bottom: 0 !important;
    margin: 0 0 10px !important;
}
.wonder-terms-block p strong {
    font-weight: bold !important;
    border-bottom: 1px dotted #ddd !important;
    display: block !important;
    margin: 15px 0 5px !important;
    padding: 0 0 5px !important;
}


@media screen and (max-width: 999px) {
  .bottom_fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
  }
  .bottom_fixed a {
    background: #E73C87;
    display: block;
    margin: auto;
    color: #fff;
    font-size: 3.1rem;
    width: 100vw;
    border-radius: 10px 10px 0 0;
    font-family: var(--font-sans);
    font-weight: 500;
    padding: 12px 0;
  }
  .bottom_fixed span {
    font-size: 1.5rem;
    display: block;
    margin-top: -3px;
    font-weight: 200;
  }
  .bottom_fixed img{
    width: 28px;
    height: 28px;
    margin-top: -5px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1000px) {
  .bottom_fixed{
    display: none;
  }
}


footer{
  background: var(--main-color);
  margin: -3px auto 0;
  text-align: center;
  padding: 40px 0 130px;
}
@media screen and (min-width: 1000px) {
  footer{
    padding: 40px 0 40px;
    margin: auto;
  }
}
footer img{
  display: block;
  margin: auto;
  width: 300px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  footer img{
    width: 419px;
  }
}
footer small{
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: var(--font-sans);
  color: #fff;
}
@media screen and (min-width: 1000px) {
  footer small{
    font-size: 1.2rem;
  }
}





/* --- 入力欄の基本デザイン --- */
#datepicker {
  width: 100%;
  /* max-width: 800px; */
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
  outline: none;
  font-family: var(--font-sans);
}

.contact-form input:focus,#datepicker:focus {
  border-color: #f7b7b7; /* クリニック風ピンク */
  box-shadow: 0 0 2px var(--dark-color);
}

/* --- カレンダー全体の枠 --- */
.ui-datepicker {
  display: none;
  width: auto !important;
  padding: 15px !important;
  background: #fff !important;
  border: none !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
  font-family: sans-serif !important;
  z-index: 9999 !important;
}

/* --- ヘッダー（月・年の切り替え部分） --- */
.ui-datepicker-header {
  background: transparent !important;
  border: none !important;
  color: #333 !important;
  padding-bottom: 10px !important;
}

.ui-datepicker-title {
  font-weight: bold !important;
  font-size: 1.5rem !important;
  color: var(--main-color);
}

/* --- 曜日・日付セル --- */
.ui-datepicker th {
  color: var(--text-color) !important;
  font-weight: bold !important;
  padding: 10px 0 !important;
  font-size: 1.5rem;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  border: none !important;
  background: #fdfdfd !important;
  text-align: center !important;
  border-radius: 8px !important;
  color: var(--text-color) !important;
  padding: 10px !important;
  transition: 0.2s;
  font-weight: bold;
  font-size: 1.5rem;
}

/* --- ホバーと選択中 --- */
.ui-state-hover {
  background: #fff0f0 !important;
  color: #f7b7b7 !important;
}

.ui-state-active {
  background: #f7b7b7 !important; /* 選択中の色 */
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(247, 183, 183, 0.4) !important;
}

/* --- 土日のグレーアウト --- */
.ui-state-disabled span {
  background: #f9f9f9 !important;
  color: #eee !important;
}

/* --- 時間選択エリア（Timepicker Addon用） --- */
.ui-timepicker-div {
  border-top: 1px solid #eee !important;
  padding-top: 15px !important;
  margin-top: 10px !important;
}

.ui-timepicker-div dl dt {
  color: var(--main-color) !important;
    font-size: 1.5rem !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}

/* セレクトボックスの装飾 */
.ui-timepicker-select {
  width: 100% !important;
  padding: 5px !important;
  border: 1px solid #eee !important;
  border-radius: 5px !important;
  color: #666 !important;
  outline: none !important;
}