@charset "UTF-8";

/* CSS Document */

/*reset css--------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
improve,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-all;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
improve,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}

/*reset css--------------------*/

/*base--------------------*/

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  opacity: 0.8;
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/

/*animation--------------------*/

.effect-scroll {
  opacity: 1;
}

/*animation--------------------*/

body {
  color: #333333;
}

/*display--------------------*/

.u-display-middle {
  display: none;
}

.u-display-pc {
  display: none;
}

.u-display-wide {
  display: none;
}

.u-display-max {
  display: none;
}

.u-none-pc {
  display: none;
}

.u-none-wide {
  display: none;
}

.u-none-max {
  display: none;
}

/*display--------------------*/

/*font--------------------*/

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

h1,
h2,
.f-ns {
  font-family: "Noto Serif JP", serif;
}

.f-kg {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}

.f-ds {
  font-family: "Dancing Script", cursive;
}

/*font--------------------*/

/*inner--------------------*/

.l-inner-contact {
  font-size: 2.4rem;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1780px;
  text-align: center;
  width: 81%;
}

.l-inner-contact p {
  margin-bottom: 10px;
}

.l-inner-contact .p-top-form__submit {
  font-size: 2.4rem;
}

.l-inner-contact input:hover {
  cursor: pointer;
}

.formTable {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  text-align: left;
}

.formTable td {
  margin-left: 15px;
}

/*inner--------------------*/

/*slide--------------------*/

/*slide--------------------*/

/*footer--------------------*/

.l-footer {
  background-image: url(../images/footer_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0;
  position: relative;
}

.l-footer::before {
  background: rgba(77, 151, 206, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.l-footer__copy {
  color: #ffffff;
  font-size: 4rem;
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
}

.l-footer__logo {
  position: relative;
}

/*footer--------------------*/

/*header--------------------*/

.l-header {
  height: 88px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.l-header__inner {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

.l-header__logo {
  -o-object-fit: contain;
  height: 88px;
  left: 11%;
  object-fit: contain;
  position: fixed;
  top: 0;
  width: 300px;
}

.l-header__nav {
  display: -webkit-box;
  display: flex;
}

.l-header__link {
  -webkit-box-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-size: 4rem;
  font-weight: bold;
  height: 88px;
  padding: 0 4rem;
}

.l-header__tel {
  background: #af985a;
}

.l-header__contact {
  background: #91713f;
}

/*header--------------------*/

/*main--------------------*/

.l-main {
  margin-top: 88px;
}

/*main--------------------*/

/*breascrumbs--------------------*/

/*breascrumbs--------------------*/

/*btn--------------------*/

/*btn--------------------*/

/*ttl--------------------*/

.c-ttl {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-image: url(../images/title_bg01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #91713f;
  display: -webkit-box;
  display: flex;
  font-size: calc(24px + 26 * (100vw - 768px)/2200);
  font-weight: bold;
  height: 147px;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
}

.c-ttl02 {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-image: url(../images/title_bg02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #91713f;
  display: -webkit-box;
  display: flex;
  font-size: calc(24px + 26 * (100vw - 768px)/2200);
  font-weight: bold;
  height: 147px;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}

.c-ttl03 {
  display: inline-block;
  position: relative;
}

.c-ttl03::before {
  background-image: url(../images/accent01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 60px;
  position: absolute;
  right: -120px;
  top: -50px;
  width: 80px;
}

.c-ttl04 {
  display: inline-block;
  position: relative;
}

.c-ttl04::after {
  -webkit-transform: translateX(-50%);
  background-image: url(../images/accent02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -85px;
  content: "";
  display: inline-block;
  height: 80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 500px;
}

.c-ttl05 {
  display: inline-block;
  position: relative;
}

.c-ttl05::after {
  -webkit-transform: translateX(-50%);
  background-image: url(../images/accent03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -150px;
  content: "";
  display: inline-block;
  height: 172px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 844px;
}

.c-ttl07 {
  display: inline-block;
  position: relative;
}

.c-ttl07::before {
  -webkit-transform: translate(-40%, -60%);
  background-image: url(../images/accent04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 90px;
  position: absolute;
  right: -40%;
  top: -60%;
  transform: translate(-40%, -60%);
  width: 140px;
}

.c-ttl08 {
  display: inline-block;
  position: relative;
}

.c-ttl08::after {
  -webkit-transform: rotate(5deg);
  background-image: url(../images/accent05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -105px;
  content: "";
  display: inline-block;
  height: 87px;
  left: -15%;
  position: absolute;
  transform: rotate(5deg);
  width: 624px;
}

.c-ttl09 {
  position: relative;
}

.c-ttl09::before {
  -webkit-transform: translateX(-50%);
  background-image: url(../images/accent07.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 83px;
  left: 50%;
  position: absolute;
  top: -80px;
  transform: translateX(-50%);
  width: 149px;
}

.c-ttl10 {
  position: relative;
}

.c-ttl10::after {
  -webkit-transform: translateX(-50%);
  background-image: url(../images/accent08.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -110px;
  content: "";
  display: inline-block;
  height: 90px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 503px;
}

.privacyText {
text-align: right;
font-size: 14px;
}
.privacyText01 {
font-size: 16px;
line-height: 2;
}
.privacyText01 strong {
font-weight: bold;
}

/*ttl--------------------*/

/*top--------------------*/

.p-top-fv {
  padding-bottom: 7.5rem;
}

.p-top-fv__box01 {
  -webkit-box-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: flex;
  margin-bottom: 200px;
}

.p-top-fv__image00 {
  width: 68%;
}

.p-top-fv__ttl {
  -webkit-transform: translateX(-100px);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  color: #555555;
  font-size: 5.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  transform: translateX(-100px);
  writing-mode: vertical-rl;
}

.p-top-fv__ttl span {
  -webkit-box-pack: center;
  background-color: #fafdea;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  padding: 25px;
}

.p-top-fv__span01 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.p-top-fv__span02 {
  -webkit-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

.p-top-fv__group00 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 100%;
}

.p-top-fv__list00 {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  border: 1px solid #c69d54;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  width: calc(100%/4 - 75px/4);
}

.p-top-fv__list00:not(:last-of-type) {
  margin-right: 25px;
}

.p-top-fv__link00 {
  background: #c69d54;
  color: #ffffff;
  font-size: 4rem;
  height: 50px;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}

.p-top-fv__span00 {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.p-top-fv__info00 {
  display: block;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.875;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  text-align: center;
}

.p-top-fv__info {
  display: block;
  font-size: 3.2rem;
  line-height: 1.875;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  text-align: center;
}

.p-top-fv__image01 {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 60px;
  width: 71%;
  z-index: -2;
}

.p-top-fv__image02 {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 450px;
  width: 80%;
  z-index: -2;
}

.p-top-fv__image03 {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 330px;
  width: 80%;
  z-index: -2;
}

.p-top-fv__box02 {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-bottom: 140px;
}

.p-top-fv__catch {
  color: #333333;
  font-size: 6.1rem;
  position: relative;
}

.p-top-fv__catch span {
  display: inline-block;
}

.p-top-fv__catch::before {
  background-color: #fadee5;
  border-radius: 100%;
  content: "";
  height: 200px;
  left: -90px;
  position: absolute;
  top: -70px;
  width: 200px;
  z-index: 0;
}

.p-top-fv__span03 {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.p-top-fv__span04 {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.p-top-fv__span05 {
  -webkit-transform: translateY(-15px);
  font-size: 5.1rem;
  transform: translateY(-15px);
}

.p-top-fv__span06 {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.p-top-fv__span07 {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.p-top-fv__txt {
  -webkit-transform: translateY(30px);
  font-size: 3.2rem;
  line-height: 1.5625;
  margin-left: 70px;
  transform: translateY(30px);
}

.p-top-fv__list {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-top-fv__card {
  width: calc(100%/3 - 2%);
}

.p-top-fv__card:not(:last-of-type) {
  margin-right: 2%;
}

.p-top-fv__thumbnail {
  margin-bottom: 55px;
  position: relative;
}

.p-top-fv__frame {
  -webkit-transform: translateY(-50%);
  background: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
}

.p-top-fv__lead {
  -webkit-box-pack: start;
  -webkit-box-align: center;
  align-items: center;
  color: #91713f;
  display: -webkit-box;
  display: flex;
  font-size: 1.173vw;
  height: 100%;
  height: 100%;
  justify-content: flex-start;
  line-height: 1.5;
}

.p-top-fv__note {
  font-size: 2.4rem;
  line-height: 1.75;
}

.p-top-fv__link {
  color: #91713f;
  display: block;
  margin-left: auto;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-how {
  background-image: url(../images/how_bg01.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  padding: 10rem 0 0 0;
  text-align: center;
}

.p-top-how__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 68%;
}

.p-top-how__ttl {
  margin-bottom: 50px;
}

.p-top-how__txt {
  font-size: 3.2rem;
  line-height: 1.875;
  margin-bottom: 125px;
}

.p-top-how__bold {
  font-weight: bold;
}

.p-top-how__lead {
  color: #4d97ce;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 400px;
  position: relative;
}

.p-top-how__content {
  background-image: url(../images/how_bg02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  position: relative;
}

.p-top-how__content::before {
  background: rgba(77, 151, 206, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-how__list {
  -webkit-box-pack: center;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: translateY(-50%);
}

.p-top-how__item {
  max-width: 310px;
  position: relative;
  width: calc(100%/3 - 2.7%);
}

.p-top-how__item::before {
  height: 30px;
  right: 0px;
  top: -40%;
  width: 40px;
}

.p-top-how__item:not(:last-of-type) {
  margin-right: 2.7%;
}

.p-top-how__info {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background: #4d97ce;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-size: 1.818vw;
  height: 265px;
  justify-content: center;
  letter-spacing: 0.1em;
  position: absolute;
  right: 10%;
  top: -20%;
  width: 60px;
  writing-mode: vertical-rl;
}

.p-top-how__info::before {
  height: 30px;
  width: 45px;
}

.p-top-how__note {
  color: #ffffff;
  font-size: 6rem;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}

.p-top-feature {
  padding: 12.5rem 0 24rem 0;
}

.p-top-merit {
  position: relative;
  text-align: center;
}

.p-top-merit__ttl {
  margin-bottom: 215px;
}

.p-top-merit__bg01 {
  left: 0px;
  position: absolute;
  top: 150px;
  width: 8.3%;
  z-index: -1;
}

.p-top-merit__bg02 {
  position: absolute;
  right: 0px;
  top: 150px;
  width: 8.3%;
  z-index: -1;
}

.p-top-merit__group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 350px;
}

.p-top-merit__card {
  position: relative;
  width: calc(100%/4);
}

.p-top-merit__card:nth-of-type(odd) .p-top-merit__txt {
  -webkit-transform: translate(100%, -10%);
  position: absolute;
  right: 0;
  top: -10%;
  transform: translate(100%, -10%);
  z-index: 1;
}

.p-top-merit__card:nth-of-type(odd)::before {
  -webkit-transform: translate(50%, -50%);
  background: #fafdea;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 137px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 137px;
  z-index: 0;
}

.p-top-merit__card:nth-of-type(even) {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.p-top-merit__card:nth-of-type(even) .p-top-merit__txt {
  -webkit-transform: translateX(-100%);
  bottom: -8%;
  left: 0;
  position: absolute;
  transform: translateX(-100%);
}

.p-top-merit__card:nth-of-type(even)::before {
  -webkit-transform: translate(-50%, 50%);
  background: #fafdea;
  border-radius: 100%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 137px;
  left: 0;
  position: absolute;
  transform: translate(-50%, 50%);
  width: 137px;
  z-index: 0;
}

.p-top-merit__card:nth-of-type(even)::after {
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #fafdea 50%, #fafdea 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #fafdea 50%, #fafdea 100%);
  content: "";
  display: inline-block;
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 15px;
  z-index: -1;
}

.p-top-merit__image {
  border-bottom: 15px solid #fafdea;
  z-index: 0;
}

.p-top-merit__txt {
  color: #555555;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: left;
}

.p-top-merit__span01 {
  color: #ed5487;
}

.p-top-merit__lead01 {
  font-size: 4.8rem;
  line-height: 1.25;
  margin-bottom: 200px;
  padding-top: 150px;
}

.p-top-merit__span03 {
  background: -webkit-linear-gradient(transparent 70%, #f9f1e5 30%);
  background: linear-gradient(transparent 70%, #f9f1e5 30%);
  display: inline-block;
}

.p-top-merit__bg {
  background-image: url(../images/scene_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 320px 0;
  position: relative;
}

.p-top-merit__lead02 {
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-bottom: 50px;
}

.p-top-merit__span04 {
  color: #c69d54;
  font-size: 6.5rem;
  font-weight: 600;
}

.p-top-merit__group02 {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-top-merit__card02 {
  position: relative;
  width: calc(100%/3 - 2.7%);
  z-index: 0;
}

.p-top-merit__frame {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40%;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
}

.p-top-merit__txt02 {
  display: block;
  font-size: 1.318vw;
  line-height: 1.5;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-merit__card02:not(:nth-of-type(3n)) {
  margin-right: 2.7%;
}

.p-top-merit__card02:nth-of-type(-n+3) {
  margin-bottom: 210px;
}

.p-top-merit__card02:nth-of-type(3n-2) .p-top-merit__frame {
  -webkit-transform: translateY(-90%);
  background-image: url(../images/scene_bg01.png);
  transform: translateY(-90%);
}

.p-top-merit__card02:nth-of-type(3n-2) .p-top-merit__txt02 {
  -webkit-transform: translate(-40%, -60%);
  left: 40%;
  top: 60%;
  transform: translate(-40%, -60%);
}

.p-top-merit__card02:nth-of-type(3n-1) {
  -webkit-transform: translateY(180px);
  transform: translateY(180px);
}

.p-top-merit__card02:nth-of-type(3n-1) .p-top-merit__frame {
  -webkit-transform: translateY(-92%);
  background-image: url(../images/scene_bg02.png);
  transform: translateY(-92%);
}

.p-top-merit__card02:nth-of-type(3n-1) .p-top-merit__txt02 {
  -webkit-transform: translate(-40%, -60%);
  left: 40%;
  top: 60%;
  transform: translate(-40%, -60%);
}

.p-top-merit__card02:nth-of-type(3n) .p-top-merit__frame {
  -webkit-transform: translateY(-100%);
  background-image: url(../images/scene_bg03.png);
  transform: translateY(-100%);
}

.p-top-merit__card02:nth-of-type(3n) .p-top-merit__txt02 {
  -webkit-transform: translate(-60%, -65%);
  left: 60%;
  top: 65%;
  transform: translate(-60%, -65%);
}

.p-top-merit__bg-1 {
  padding: 0;
}

.p-top-merit__note {
  font-size: 5.2rem;
  margin-bottom: 25px;
}

.p-top-merit__info {
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.p-top-merit__image03 {
  margin-bottom: 300px;
  width: calc(100%/3 - 2.7%);
}

.p-top-merit__catch {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 350px;
  text-align: center;
}

.p-top-contact {
  background-image: url(../images/contact_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.p-top-contact__inner {
  -webkit-box-pack: start;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
  width: 63%;
}

.p-top-contact__inner::before {
  -webkit-transform: translateX(5%);
  background-image: url(../images/contact01.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 469px;
  position: absolute;
  right: -5%;
  transform: translateX(5%);
  width: 472px;
}

.p-top-contact__cover {
  -webkit-transform: translate(-10%, -40%);
  left: 10%;
  position: absolute;
  top: -40%;
  transform: translate(-10%, -40%);
}

.p-top-contact__lead {
  -webkit-transform: rotate(-5deg);
  color: #ed5487;
  font-size: 4rem;
  position: relative;
  transform: rotate(-5deg);
  word-break: keep-all;
}

.p-top-contact__link {
  background: #ed5487;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 4rem;
  line-height: 1.75;
  max-width: 819px;
  padding: 1%;
  position: relative;
  text-align: center;
  width: 59%;
}

.p-top-contact__span01 {
  background: #ed5487;
  border: 1px solid #ffffff;
  border-radius: 10px;
  display: block;
  padding: 2.6% 7.6%;
}

.p-top-contact__image {
  margin-left: 4.7%;
}

.p-top-plan {
  background-image: url(../images/plan_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0 12rem 0;
}

.p-top-voice {
  background: #edf4f9;
  padding: 20rem 0 11rem 0;
}

.p-top-voice__inner01 {
  background: #ffffff;
  padding: 16rem 0 11rem 0;
}

.p-top-voice__ttl {
  color: #4d97ce;
  font-size: 5.6rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.75;
  margin-bottom: 200px;
  text-align: center;
}

.p-top-voice__list {
  display: -webkit-box;
  display: flex;
  margin-bottom: 50px;
}

.p-top-voice__card {
  width: calc(100%/3 - 1.8%);
}

.p-top-voice__card:not(:last-of-type) {
  margin-right: 1.8%;
}

.p-top-voice__thumbnail {
  position: relative;
  text-align: center;
  z-index: 0;
}

.p-top-voice__thumbnail::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../images/voice_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  content: "";
  content: "";
  display: inline-block;
  height: 55%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.p-top-voice__thumbnail::after {
  background: #ffffff;
  bottom: 0;
  content: "";
  content: "";
  display: inline-block;
  height: 22.5%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-top-voice__image {
  width: 54%;
}

.p-top-voice__info {
  background-color: #ffffff;
  padding: 6.8% 7.8% 14% 7.8%;
}

.p-top-voice__lead {
  color: #4d97ce;
  font-size: 4rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 50px;
}

.p-top-voice__txt {
  font-size: 3.2rem;
  letter-spacing: 0.07em;
  line-height: 1.5625;
  text-align: center;
}

.p-top-greeting {
  padding: 12.5rem 0;
}

.p-top-greeting__ttl {
  margin-bottom: 100px;
}

.p-top-greeting__lead {
  font-size: 4.2rem;
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
}

.p-top-greeting__txt {
  font-size: 3.4rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.p-top-greeting__name {
  font-size: 3rem;
  line-height: 1.8;
  text-align: right;
}

.p-top-detail {
  padding: 12.5rem 0;
}

.p-top-detail__ttl {
  margin-bottom: 100px;
}

.p-top-detail__lead {
  font-size: 3.4rem;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}

.p-top-detail__table {
  border: 1px solid #333333;
  font-size: 3rem;
  letter-spacing: 2px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-top-detail__table td {
  border-right: 1px solid #333333;
  line-height: 1.5;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}

.p-top-detail__tr {
  border: 1px solid #333333;
  height: 50px;
  vertical-align: middle;
}

.p-top-detail__span00 {
  font-size: 3.6rem;
  font-weight: bold;
}

.p-top-button {
  padding: 12.5rem 0;
}

.p-top-button__ttl {
  margin-bottom: 80px;
}

.p-top-button__group {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-top-button__list {
  width: calc(100%/2 - 50px/2);
}

.p-top-button__list:first-of-type {
  margin-right: 50px;
}

.p-top-button__link {
  background: #c69d54;
  color: #ffffff;
  display: block;
  font-size: 3.2rem;
  line-height: 1.5;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}

.p-top-button__link00 {
  display: block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding: 40px 0;
  width: 100%;
}

.p-top-form {
  padding: 0 0 27rem 0;
}

.p-top-form__ttl {
  margin-bottom: 60px;
}

.p-top-form__iframe {
  height: 1500px;
}

.p-top-form__span {
  color: #c69d54;
  margin-left: 3px;
}

.p-top-form__txt {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 2.1875;
  margin-bottom: 90px;
  text-align: center;
}

.p-top-form__item {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  margin-bottom: 55px;
}

.p-top-form__content {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  height: 50px;
  margin-right: 75px;
  min-width: 135px;
  padding-left: 45px;
  position: relative;
}

.p-top-form__content::before {
  background: #c69d54;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
}

.p-top-form__label {
  width: 100%;
}

.p-top-form__input {
  border: 1px solid #c9caca;
  height: 50px;
  padding: 8px;
  width: 100%;
}

.p-top-form__textarea {
  border: 1px solid #c9caca;
  height: 200px;
  padding: 8px;
  width: 100%;
}

.p-top-form__submit {
  -webkit-transition: all 0.5s;
  background: #c69d54;
  border: 1px solid #c69d54;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  font-size: 4rem;
  height: 50px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  transition: all 0.5s;
  width: 300px;
}

.p-top-form__submit:hover {
  background: #ffffff;
  color: #c69d54;
}

/*top--------------------*/

@media screen and (min-width: 1280px) {
  .u-none-pc {
    display: block;
  }
}

@media screen and (min-width: 1780px) {
  .u-none-wide {
    display: block;
  }
}

@media screen and (min-width: 2200px) {
  .u-none-max {
    display: block;
  }

  .l-inner-w {
    margin-left: auto;
    margin-right: auto;
    max-width: 2200px;
    width: 91.8%;
  }

  .l-inner-s {
    margin-left: auto;
    margin-right: auto;
    max-width: 1780px;
    width: 81%;
  }
}

@media screen and (max-width: 2200px) {
  .u-display-max {
    display: block;
  }

  .l-inner-w {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    width: 70%;
  }

  .l-inner-s {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 50%;
  }
}

@media screen and (max-width: 1780px) {
  .u-display-wide {
    display: block;
  }

  html {
    font-size: 40%;
  }

  .c-ttl {
    max-width: inherit;
    width: 63%;
  }

  .c-ttl02 {
    max-width: inherit;
    width: 68%;
  }

  .c-ttl07::before {
    height: 45px;
    right: -100px;
    top: -30px;
    width: 70px;
  }

  .c-ttl08::after {
    bottom: -100px;
    bottom: -85px;
    height: 52px;
    left: -15%;
    width: 374px;
  }

  .p-top-fv__image02 {
    top: 300px;
  }

  .p-top-merit__card:nth-of-type(odd)::before {
    height: 137px;
    width: 137px;
  }

  .p-top-merit__card:nth-of-type(even)::before {
    height: 137px;
    width: 137px;
  }
}

@media screen and (max-width: 1280px) {
  .u-display-pc {
    display: block;
  }

  html {
    font-size: 35%;
  }

  .c-ttl {
    font-size: 4rem;
  }

  .c-ttl02 {
    font-size: 4rem;
  }

  .c-ttl07::before {
    height: 45px;
    right: -70px;
    top: -20px;
    width: 70px;
  }

  .c-ttl08::after {
    bottom: -60px;
    height: 34px;
    left: 0;
    width: 249px;
  }

  .p-top-fv__image00 {
    width: 85%;
  }

  .p-top-fv__ttl {
    -webkit-transform: translate(-100px, 100px);
    font-size: 5.2rem;
    transform: translate(-100px, 100px);
  }

  .p-top-fv__ttl span {
    padding: 10px;
  }

  .p-top-fv__image02 {
    top: 250px;
  }

  .p-top-fv__card:not(:last-of-type) {
    margin-bottom: 50px;
    margin-right: 2%;
  }

  .p-top-fv__lead {
    font-size: 1.273vw;
  }

  .p-top-how {
    padding: 0;
  }

  .p-top-how__list {
    -webkit-transform: translateY(-15%);
    justify-content: space-around;
    transform: translateY(-15%);
  }

  .p-top-how__item:not(:last-of-type) {
    margin-bottom: 50px;
    margin-right: 2.7%;
  }

  .p-top-how__info {
    height: 180px;
    width: 60px;
  }

  .p-top-merit__card:nth-of-type(odd) .p-top-merit__txt {
    margin-bottom: 0;
  }

  .p-top-merit__card:nth-of-type(odd)::before {
    height: 150px;
    width: 150px;
  }

  .p-top-merit__card:nth-of-type(even)::before {
    height: 150px;
    width: 150px;
  }

  .p-top-merit__bg {
    padding: 75px 0 250px 0;
  }

  .p-top-merit__image03 {
    margin-bottom: 300px;
    max-width: 350px;
    width: 100%;
  }

  .p-top-merit__catch {
    font-size: 3.0vw;
    font-weight: bold;
    margin-bottom: 0px;
  }

  .p-top-contact__cover {
    -webkit-transform: translate(0%, 25%);
    left: 0%;
    top: -25%;
    transform: translate(0%, 25%);
  }

  .p-top-contact__link {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .l-inner-w {
    max-width: inherit;
    width: 95%;
  }

  .l-inner-s {
    max-width: inherit;
    width: 95%;
  }

  .l-footer {
    padding: 50px 0 95px 0;
  }

  .l-header__logo {
    left: 1%;
  }

  .c-ttl {
    text-align: center;
    width: 100%;
  }

  .c-ttl02 {
    background-image: url(../images/title_bg01.png);
    text-align: center;
    width: 100%;
  }

  .c-ttl05::after {
    bottom: -120px;
    height: 103px;
    width: 506px;
  }

  .c-ttl07::before {
    right: -65px;
    top: -10px;
  }

  .p-top-fv {
    padding-bottom: 50px;
  }

  .p-top-fv__list00 {
    margin-bottom: 25px;
    width: calc(100%/2 - 25px/2);
  }

  .p-top-fv__list00:not(:last-of-type) {
    margin-right: 0;
  }

  .p-top-fv__list00:nth-of-type(odd) {
    margin-right: 25px;
  }

  .p-top-fv__link00 {
    height: 40px;
  }

  .p-top-fv__image02 {
    top: 200px;
  }

  .p-top-fv__frame {
    height: 80px;
  }

  .p-top-how__content {
    padding-bottom: 50px;
  }

  .p-top-how__info {
    height: 120px;
    width: 30px;
  }

  .p-top-merit__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .p-top-merit__card {
    width: calc(100%/2);
  }

  .p-top-merit__card:nth-of-type(odd)::before {
    height: 137px;
    width: 137px;
  }

  .p-top-merit__card:nth-of-type(even) {
    -webkit-transform: none;
    margin-bottom: 250px;
    margin-left: auto;
    transform: none;
  }

  .p-top-merit__card:nth-of-type(even)::before {
    height: 137px;
    width: 137px;
  }

  .p-top-merit__card:nth-of-type(2) {
    margin-bottom: 250px;
  }

  .p-top-contact__inner {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .p-top-contact__cover {
    -webkit-transform: translate(0%, 40%);
    left: 0%;
    top: -40%;
    transform: translate(0%, 40%);
  }

  .p-top-voice__info {
    margin-bottom: 50px;
    padding: 25px;
  }

  .p-top-voice__lead {
    margin-bottom: 25px;
  }

  .p-top-button {
    padding: 50px 0;
  }

  .p-top-button__ttl {
    margin-bottom: 50px;
  }

  .p-top-button__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
  }

  .p-top-button__list {
    max-width: 500px;
    width: 100%;
  }

  .p-top-button__list:first-of-type {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .p-top-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-direction: column;
  }

  .p-top-form__content {
    height: 40px;
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-display-middle {
    display: block;
  }

  html {
    font-size: 30%;
  }

  .l-inner-contact {
    max-width: inherit;
    width: 95%;
  }

  .l-header {
    position: static;
  }

  .l-header__logo {
    padding-top: 10px;
    position: static;
    width: 200px;
  }

  .l-header__nav {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
  }

  .l-header__link {
    -webkit-box-pack: center;
    font-size: 2.6rem;
    height: 65px;
    justify-content: center;
    width: 100%;
  }

  .l-main {
    margin-top: 0;
  }

  .c-ttl {
    background-size: cover;
  }

  .c-ttl02 {
    background-size: cover;
  }

  .c-ttl03::before {
    height: 30px;
    right: -60px;
    top: -25px;
    width: 40px;
  }

  .c-ttl04::after {
    bottom: -50px;
    height: 40px;
    width: 250px;
  }

  .c-ttl05::after {
    bottom: -80px;
    height: 51px;
    width: 252px;
  }

  .c-ttl08::after {
    bottom: -45px;
    height: 26.1px;
    left: 0;
    width: 187px;
  }

  .c-ttl09::before {
    height: 41px;
    top: -50px;
    width: 75px;
  }

  .c-ttl10::after {
    bottom: -60px;
    height: 45px;
    width: 250px;
  }

  .p-top-fv__box01 {
    background-image: url(../images/fv_main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    margin-bottom: 50px;
    padding-top: calc(2037/3025*100%);
    position: relative;
  }

  .p-top-fv__image00 {
    display: none;
    margin-bottom: -30px;
    width: 100%;
  }

  .p-top-fv__ttl {
    -webkit-transform: translate(200%, -100px);
    -webkit-transform: none;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    font-size: 5rem;
    transform: translate(200%, -100px);
    transform: none;
    width: 100%;
    writing-mode: unset;
  }

  .p-top-fv__ttl span {
    background-color: rgba(250, 253, 234, 0.8);
    display: block;
    padding: 5px;
    text-align: center;
  }

  .p-top-fv__span01 {
    -webkit-transform: translate(0px, -50px);
    -webkit-transform: none;
    transform: translate(0px, -50px);
    transform: none;
  }

  .p-top-fv__span02 {
    -webkit-transform: translate(0px, -50px);
    -webkit-transform: none;
    transform: translate(0px, -50px);
    transform: none;
  }

  .p-top-fv__info {
    text-align: left;
  }

  .p-top-fv__image01 {
    top: 150px;
    width: 100%;
  }

  .p-top-fv__image02 {
    top: 250px;
    width: 100%;
  }

  .p-top-fv__image03 {
    top: 100px;
    width: 100%;
  }

  .p-top-fv__box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .p-top-fv__catch::before {
    height: 80px;
    left: 50px;
    top: 0;
    width: 80px;
  }

  .p-top-fv__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
  }

  .p-top-fv__card {
    max-width: 450px;
    width: 100%;
  }

  .p-top-fv__card:not(:last-of-type) {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .p-top-fv__lead {
    -webkit-box-pack: center;
    font-size: 3.6rem;
    justify-content: center;
    padding: 0;
  }

  .p-top-fv__note {
    font-size: 3rem;
  }

  .p-top-how__inner {
    max-width: inherit;
    width: 95%;
  }

  .p-top-how__ttl {
    margin-bottom: 50px;
  }

  .p-top-how__txt {
    margin-bottom: 50px;
    text-align: left;
  }

  .p-top-how__lead {
    margin-bottom: 100px;
  }

  .p-top-how__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-transform: translateY(-6%);
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    transform: translateY(-6%);
  }

  .p-top-how__item {
    max-width: 350px;
    width: 80%;
  }

  .p-top-how__item::before {
    display: none;
  }

  .p-top-how__item:not(:last-of-type) {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .p-top-how__info {
    -webkit-transform: translate(0, -50%);
    font-size: 5rem;
    height: 150px;
    height: 200px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    width: 60px;
  }

  .p-top-feature {
    padding: 50px 0;
  }

  .p-top-merit__ttl {
    margin-bottom: 50px;
  }

  .p-top-merit__bg01 {
    display: none;
  }

  .p-top-merit__bg02 {
    display: none;
  }

  .p-top-merit__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    background-blend-mode: lighten;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url(../images/merit_bg01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .p-top-merit__card {
    max-width: 350px;
    width: 100%;
  }

  .p-top-merit__card:nth-of-type(odd) .p-top-merit__txt {
    -webkit-transform: none;
    margin-bottom: 50px;
    position: static;
    transform: none;
  }

  .p-top-merit__card:nth-of-type(odd)::before {
    display: none;
    height: 50px;
    width: 50px;
  }

  .p-top-merit__card:nth-of-type(even) {
    -webkit-transform: none;
    margin-bottom: 50px;
    margin-left: 0;
    transform: none;
  }

  .p-top-merit__card:nth-of-type(even) .p-top-merit__txt {
    -webkit-transform: none;
    position: static;
    transform: none;
  }

  .p-top-merit__card:nth-of-type(even)::before {
    -webkit-transform: none;
    display: none;
    height: 50px;
    transform: none;
    width: 50px;
  }

  .p-top-merit__card:nth-of-type(even)::after {
    display: none;
  }

  .p-top-merit__lead01 {
    margin-bottom: 120px;
    padding-top: 25px;
  }

  .p-top-merit__bg {
    padding: 75px 0 0 0;
  }

  .p-top-merit__span04 {
    line-height: 1.5;
  }

  .p-top-merit__group02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
  }

  .p-top-merit__card02 {
    max-width: 350px;
    width: 100%;
  }

  .p-top-merit__frame {
    height: 125px;
  }

  .p-top-merit__txt02 {
    font-size: 4rem;
  }

  .p-top-merit__card02:not(:nth-of-type(3n)) {
    margin-right: 0;
  }

  .p-top-merit__card02:nth-of-type(-n+3) {
    margin-bottom: 50px;
  }

  .p-top-merit__card02:nth-of-type(3n-1) {
    -webkit-transform: none;
    transform: none;
  }

  .p-top-merit__card02:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .p-top-merit__card02:not(:first-of-type) {
    margin-top: -100px;
  }

  .p-top-merit__catch {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 100px;
  }

  .p-top-contact {
    height: 250px;
  }

  .p-top-contact__inner::before {
    height: 261px;
    opacity: 0.5;
    width: 283px;
  }

  .p-top-contact__cover {
    -webkit-transform: translate(-30%, 10%);
    left: 30%;
    top: -10%;
    transform: translate(-30%, 10%);
  }

  .p-top-contact__link {
    -webkit-transform: translateY(50px);
    max-width: 350px;
    transform: translateY(50px);
    width: 100%;
  }

  .p-top-plan {
    padding: 50px 0;
  }

  .p-top-voice {
    padding: 100px 0 50px 0;
  }

  .p-top-voice__inner01 {
    padding: 50px 0;
  }

  .p-top-voice__ttl {
    margin-bottom: 100px;
  }

  .p-top-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
  }

  .p-top-voice__card {
    width: 100%;
  }

  .p-top-voice__card:not(:last-of-type) {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .p-top-voice__txt {
    text-align: left;
  }

  .p-top-greeting {
    padding: 50px 0;
  }

  .p-top-detail {
    padding: 50px 0 0 0;
  }

  .p-top-detail__ttl {
    margin-bottom: 25px;
  }

  .p-top-detail__table {
    font-size: 2.4rem;
    margin-bottom: 50px;
    width: 95%;
  }

  .p-top-form {
    padding: 0 0 150px 0;
  }

  .p-top-form__ttl {
    margin-bottom: 50px;
  }

  .p-top-form__iframe {
    height: 1350px;
  }

  .p-top-form__txt {
    margin-bottom: 50px;
  }

  .p-top-form__input {
    height: 50px;
  }



  
}
/*# sourceMappingURL=style.css.map */