@charset "UTF-8";
/*
Theme Name: VRDTx THEME
Description: VRDTx専用のテーマです。
Version: 1.0
Author: Nanase
*/
/*-------------------------------

	Reset

-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*-------------------------------

	Foundation

-------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #666;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: calc(1.4rem + (1vw - 0.768rem) * 0.3339);
  }
}
@media screen and (min-width: 1367px) {
  body {
    font-size: 1.6rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a {
  transition: all 0.3s;
}

*:focus {
  outline: none;
}

h1,
p,
ul li,
ol li {
  line-height: 1.5;
}

time {
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  time {
    font-size: calc(1.2rem + (1vw - 0.768rem) * 1.0017);
  }
}
@media screen and (min-width: 1367px) {
  time {
    font-size: 1.8rem;
  }
}

main {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-style: normal;
  overflow: hidden;
  margin-top: 7rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 108px;
  }
}
@media screen and (min-width: 992px) {
  main {
    margin-top: 108px;
  }
}

.drawer-open .drawer-nav {
  background-color: #fff !important;
}

.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #707070;
}
.p-header__outline {
  padding: 1.5rem 0 1rem;
  margin: auto;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-header__outline {
    padding: 2.5rem 0 2rem;
    width: 90%;
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .p-header__outline {
    width: 1080px;
  }
}
.p-header .drawer-nav {
  background-color: inherit;
  right: -26rem;
}
@media screen and (min-width: 992px) {
  .p-header .drawer-nav {
    display: block;
    right: 0;
  }
}
.p-header .drawer-toggle {
  right: 1rem;
}
.p-header .drawer-hamburger {
  top: 0.8rem;
  right: 2rem !important;
  width: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-header .drawer-hamburger {
    top: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-header .drawer-hamburger {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-header__logo {
    display: flex;
    align-items: flex-end;
    line-height: 1;
  }
}
.p-header__logo > div > svg,
.p-header__logo > div > img {
  width: 4.2rem;
  height: 4.1rem;
}
@media screen and (min-width: 992px) {
  .p-header__logo > div > svg,
  .p-header__logo > div > img {
    width: 6.4rem;
    height: 6.2rem;
  }
}
.p-header__logo > p {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-header__logo > p {
    display: block;
    color: #92497B;
    line-height: 1.5;
    font-weight: 300;
    font-size: 1rem;
    margin-right: 1rem;
    width: 7.5rem;
  }
}
.p-header__mail {
  position: absolute;
  top: 2.4rem;
  right: 12.2rem;
}
@media screen and (min-width: 768px) {
  .p-header__mail {
    top: 3.4rem;
    right: 13.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-header__mail {
    display: none;
  }
}
.p-header__mail a {
  color: #222222;
  font-size: 2.5rem;
}
.p-header__mail a i::before {
  font-weight: 300;
}
.p-header__instagram {
  top: 2.4rem;
  right: 8rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-header__instagram {
    top: 3.4rem;
    right: 8.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-header__instagram {
    display: none;
  }
}
.p-header__instagram a {
  color: #222222;
  font-size: 2.5rem;
}
.p-header__menu {
  width: 26rem;
  right: -26rem;
}
@media screen and (min-width: 992px) {
  .p-header__menu {
    width: 100%;
    right: 0;
    position: inherit;
    overflow: inherit;
    height: auto;
    color: #222;
    background-color: #fff;
  }
}
.p-header__list {
  margin-top: 8.5rem;
}
@media screen and (min-width: 992px) {
  .p-header__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.p-header__item {
  text-align: right;
  line-height: 6rem;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media screen and (min-width: 992px) {
  .p-header__item {
    text-align: left;
    line-height: 1;
    padding-right: 0;
    padding-left: 0;
    margin-left: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-header__item:first-of-type {
    margin-left: 0;
  }
}
.p-header__item a {
  color: #241917;
  transition: all 0.3s;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .p-header__item a {
    font-size: 1.4rem;
    position: relative;
  }
}
.p-header__item a span {
  font-size: 80%;
}
.p-header__item a:after {
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  height: 3px;
  width: 100%;
  background-color: #fff;
}
.p-header__item a:hover {
  color: #964e7f;
}
@media screen and (min-width: 992px) {
  .p-header__item a:hover:after {
    background-color: #964e7f;
  }
}
.p-header__item#menu-item-151 {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-header__item#menu-item-151 {
    display: block;
  }
}
.p-header .current_page_item a {
  color: #964e7f;
}
@media screen and (min-width: 992px) {
  .p-header .current_page_item a:after {
    background-color: #964e7f;
  }
}
.p-header__insta {
  text-align: right;
}
.p-header__insta a {
  color: #241917;
  font-size: 3rem;
}
@media screen and (min-width: 992px) {
  .p-header__insta a {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-header__insta a:after {
    display: none;
  }
}
.p-header__insta a:hover {
  color: #65374F;
}

.p-footer {
  margin-top: 6rem;
  border-top: 1px solid #65374F;
  padding-top: 3rem;
}
@media screen and (min-width: 992px) {
  .p-footer {
    padding-top: 4rem;
  }
}
.p-footer__box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 992px) {
  .p-footer__box {
    justify-content: flex-start;
  }
}
.p-footer__box svg,
.p-footer__box img {
  width: 4.9rem;
  height: 4.7rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__box svg,
  .p-footer__box img {
    width: 5.2rem;
    height: 5rem;
  }
}
.p-footer__txt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__txt {
    font-size: 1.4rem;
    line-height: 1.4286;
  }
}
.p-footer__txt > a {
  color: #666666;
}
.p-footer__txt > a:hover {
  color: #964e7f;
}
.p-footer__cr {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  margin-top: 1.5rem;
  padding: 1rem;
  color: #fff;
  background-color: #92497B;
}
@media screen and (min-width: 768px) {
  .p-footer__cr {
    font-size: 1.2rem;
  }
}

/*-------------------------------

	Layout

-------------------------------*/
/*
* wrapper
*/
@media screen and (min-width: 1215px) {
  .l-base {
    margin: 0 auto;
    max-width: 1100px;
  }
}
@media (max-width: 1215px) {
  .l-base.foot-base {
    margin: 0 4rem;
  }
}

.l-page {
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (min-width: 1100px) {
  .l-page {
    margin-left: calc((100% - (1050px)) / 2);
    margin-right: calc((100% - (1050px)) / 2);
  }
}

.l-gnav {
  position: fixed;
  top: 5.4rem;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  display: block;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .l-gnav {
    display: none;
  }
}
.l-gnav.open {
  z-index: 1;
}

.l-gnav__inner {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: top 0.5s;
}
@media screen and (min-width: 768px) {
  .l-gnav__inner {
    display: none;
  }
}
.open .l-gnav__inner {
  top: 0;
}

/*
* inner
*/
.l-short {
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (min-width: 970px) {
  .l-short {
    margin-left: auto;
    margin-right: auto;
    width: 920px;
  }
}

.l-wide {
  margin-left: 25px;
  margin-right: 25px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1250px) {
  .l-wide {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
}

/*-------------------------------

	Object

-------------------------------*/
/*---------- Component ----------*/
.c-ttl {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 2rem;
}
.c-ttl::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 3rem;
  height: 0.3rem;
  background-color: #65374F;
}
.c-ttl > em {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #231815;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .c-ttl > em {
    font-size: 4rem;
  }
}
.c-ttl > em > span {
  font-size: 1.8rem;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .c-ttl > em > span {
    font-size: 2.5rem;
  }
}
.c-ttl > span {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: #3E3A39;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-ttl > span {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

.c-btn1 {
  text-align: center;
  width: 27.396rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-btn1 {
    width: 36.563rem;
  }
}
.c-btn1 > a {
  background-color: #92497B;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1.5rem 0;
  display: block;
  border-radius: 3rem;
  position: relative;
  transition: all 0.3s;
  border: 2px solid #92497B;
}
@media screen and (min-width: 768px) {
  .c-btn1 > a {
    padding: 2rem 0;
    font-size: 1.6rem;
  }
}
.c-btn1 > a::after {
  content: "";
  position: absolute;
  top: auto;
  right: 2rem;
  bottom: auto;
  display: inline-block;
  background-color: #fff;
  width: 0.7rem;
  height: 1.4rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (min-width: 768px) {
  .c-btn1 > a::after {
    width: 0.9rem;
    height: 1.8rem;
    right: 3rem;
  }
}
.c-btn1 > a:hover {
  background-color: #fff;
  color: #92497B;
  border: 2px solid #92497B;
}
.c-btn1 > a:hover::after {
  background-color: #92497B;
}

.c-icon1 {
  position: relative;
}

p .onegyo {
  margin-top: 14px;
  display: block;
}

p .onegyo3 {
  margin-top: -18px;
  display: block;
}

@media screen and (min-width: 768px) {
  .service .ser01__def > dd > p {
    margin-top: -7px;
  }
}
@media (max-width: 768px) {
  .service .ser01__def > dd > p {
    margin-top: 1rem;
  }
  p .onegyo,
  p .onegyo3 {
    margin-top: 1rem;
    display: block;
  }
}
.dotdot {
  font-family: "Meiryo";
}

.slick-dots {
  z-index: 100;
  bottom: 15px !important;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: 25px !important;
  }
}
.slick-dots li.slick-active button:before {
  color: rgb(255, 255, 255) !important;
}

.slick-prev,
.slick-next {
  z-index: 100;
  color: rgba(255, 255, 255, 0.856) !important;
}

.slick-prev {
  left: 25px !important;
}

.slick-next {
  right: 25px !important;
}

.pcdis {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcdis {
    display: block;
  }
}

.spdis {
  display: block;
}
@media screen and (min-width: 768px) {
  .spdis {
    display: none;
  }
}

.hr-border {
  margin: 0 2px;
  display: table-row;
}

/*---------- Project ----------*/
.home .idx01__box {
  position: relative;
}
.home .idx01__box .slick-slide {
  position: relative;
}
.home .idx01__box .slick-slide > img {
  width: 100%;
}
.home .idx01__box .slick-slide > p {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .home .idx01__box .slick-slide > p {
    line-height: 1;
    font-size: 2.3rem;
    right: inherit;
    letter-spacing: 0.1rem;
  }
}
.home .idx01__box--lg {
  display: none;
}
@media screen and (min-width: 768px) {
  .home .idx01__box--lg {
    display: block;
  }
}
.home .idx01__box--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .idx01__box--sp {
    display: none;
  }
}
.home .idx02 {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .home .idx02 {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .home .idx02__outer {
    background-color: #F2F3F5;
    margin-top: 4.5rem;
  }
}
.home .idx02__box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .home .idx02__box {
    flex-direction: row-reverse;
    width: 100%;
    margin: auto;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .home .idx02__box {
    width: 82.6rem;
  }
}
.home .idx02__img {
  width: 46.15%;
  margin: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .home .idx02__img {
    margin-top: 0;
    height: 22rem;
    transform: scale(1.17);
  }
}
.home .idx02__txt {
  background-color: #F2F3F5;
  margin-top: 2rem;
  padding: 2rem 3rem;
  font-size: 1.3rem;
  line-height: 1.7143;
}
@media screen and (min-width: 768px) {
  .home .idx02__txt {
    margin-top: 0;
    padding: 0;
    padding-right: 6rem;
    background-color: inherit;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.home .idx03 {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .home .idx03 {
    margin-top: 12rem;
  }
}
.home .idx03__btn {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .home .idx03__btn {
    margin-top: 4rem;
  }
}
.home .idx04 {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .home .idx04 {
    margin-top: 13rem;
  }
}
.home .idx04__outer {
  width: 66%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .home .idx04__outer {
    width: 100%;
  }
}
.home .idx04__btn {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .home .idx04__btn {
    margin-top: 4rem;
  }
}
.home .idx04__card {
  width: 94%;
  margin: auto;
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .home .idx04__card {
    margin-top: 3.5rem;
    width: 93rem;
  }
}
.home .idx04__block {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .home .idx04__block {
    width: 26.9333333333%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.home .idx04__block:hover {
  opacity: 0.7;
}
.home .idx04__img {
  width: 100%;
}
.home .idx04__txt {
  color: #65374F;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .home .idx04__txt {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}
.home .idx04__link {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #65374F;
  color: #707070;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home .idx04__link {
    padding-bottom: 1rem;
    margin-top: auto;
    font-size: 1.4rem;
  }
}
.home .idx04 svg {
  width: 1rem;
  height: 1.8rem;
  position: absolute;
  right: 0.2rem;
  top: auto;
  bottom: auto;
}
.home .idx04 button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.home .idx04 .slide-arrow {
  position: absolute;
  top: 38%;
  display: block;
  width: 15px;
  height: 15px;
  z-index: 1;
}
.home .idx04 .prev-arrow {
  left: -4rem;
  border-top: solid 3px #697b91;
  border-right: solid 3px #697b91;
  transform: rotate(225deg);
}
.home .idx04 .next-arrow {
  right: -4rem;
  border-top: solid 3px #697b91;
  border-right: solid 3px #697b91;
  transform: rotate(45deg);
}
.home .idx05 {
  margin-top: 9rem;
  background-image: url("../images/idx03_img01_xs.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .home .idx05 {
    background-image: url("../images/idx03_img01.png");
    margin-top: 12rem;
    padding: 7.5rem 0 6rem;
  }
}
@media screen and (min-width: 768px) {
  .home .idx05__outer {
    width: 46rem;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.home .idx05__box {
  display: flex;
  flex-direction: column;
  width: 74.358974%;
  margin: auto;
  margin-top: 4.7rem;
}
@media screen and (min-width: 768px) {
  .home .idx05__box {
    width: 65%;
    margin: 0;
  }
}
.home .idx05__insta {
  font-size: 1.2rem;
  color: #000;
  display: flex;
  align-items: center;
}
.home .idx05__insta > i {
  font-size: 3rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .home .idx05__insta > i {
    font-size: 3.5rem;
  }
}
.home .idx05__insta > svg {
  margin-left: auto;
}
.home .idx05__insta:hover {
  color: #964e7f;
}
@media screen and (min-width: 768px) {
  .home .idx05__ttl {
    justify-content: flex-end;
  }
}
.home .idx05__txt {
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 1.7143;
}
@media screen and (min-width: 768px) {
  .home .idx05__txt {
    margin-top: 1rem;
  }
}
.home .idx06 {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .home .idx06 {
    margin-top: 13rem;
  }
}
.home .idx06__outer {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .home .idx06__outer {
    width: 60rem;
  }
}
.home .idx06__img {
  margin-top: 4.6rem;
  text-align: center;
}
.home .idx06__img svg,
.home .idx06__img img {
  width: 13.6rem;
  height: 13.2rem;
}
.home .idx06__img svg path,
.home .idx06__img img path {
  fill: #92497B;
}
.home .idx06__txt {
  text-align: center;
  font-size: 1.4rem;
  color: #3e3a39;
  margin-top: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .home .idx06__txt {
    margin-top: 5.5rem;
    font-size: 1.8rem;
  }
}
.home .idx06__hr {
  height: 1px;
  background-color: #93497b;
  border: none;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .home .idx06__hr {
    margin-top: 3.5rem;
  }
}
.home .idx06__def {
  margin-top: 2rem;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .home .idx06__def {
    justify-content: inherit;
    margin-top: 3rem;
    margin-left: 4rem;
  }
}
.home .idx06__def > dt,
.home .idx06__def > dd {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .home .idx06__def > dt,
  .home .idx06__def > dd {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.home .idx06__def > dt:first-of-type,
.home .idx06__def > dd:first-of-type {
  margin-top: 0;
}
.home .idx06__def > dt {
  color: #65374F;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .home .idx06__def > dt {
    width: 15%;
  }
}
.home .idx06__def > dt span {
  margin-right: 0.67rem;
}
.home .idx06__def > dd {
  width: 75%;
  margin-top: 1.5rem;
}
.home .idx06__btn {
  margin-top: 4rem;
}
.home .idx07 {
  margin-top: 11.7rem;
}
@media screen and (min-width: 768px) {
  .home .idx07 {
    margin-top: 12rem;
  }
}
.home .idx07__btn {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .home .idx07__btn {
    margin-top: 4rem;
  }
}
.home .idx08 {
  display: none;
}

.about .abt01 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about .abt01 {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .about .abt01 {
    margin-top: 13rem;
  }
}
.about .abt01__outer {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .about .abt01__outer {
    width: 68rem;
  }
}
.about .abt01__img {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .abt01__img {
    margin-top: 10.5rem;
  }
}
.about .abt01__img svg,
.about .abt01__img img {
  width: 13.6rem;
  height: 13.2rem;
}
.about .abt01__img svg path,
.about .abt01__img img path {
  fill: #7b4861;
}
.about .abt01__txt {
  text-align: center;
  font-size: 1.4rem;
  color: #3e3a39;
  margin-top: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .about .abt01__txt {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.about .abt01__hr {
  height: 1px;
  background-color: #93497b;
  border: none;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about .abt01__hr {
    margin-top: 3rem;
  }
}
.about .abt01__def {
  margin-top: 2rem;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .about .abt01__def {
    justify-content: inherit;
    margin-top: 3rem;
  }
}
.about .abt01__def > dt,
.about .abt01__def > dd {
  margin-top: 2rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .about .abt01__def > dt,
  .about .abt01__def > dd {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.about .abt01__def > dt:first-of-type,
.about .abt01__def > dd:first-of-type {
  margin-top: 0;
}
.about .abt01__def > dt {
  color: #65374F;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .about .abt01__def > dt {
    width: 15%;
  }
}
.about .abt01__def > dt span {
  margin-right: 0.67rem;
}
.about .abt01__def > dd {
  width: 75%;
}
.about .abt01__btn {
  margin-top: 4rem;
}
.about .abt02 {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .about .abt02 {
    margin-top: 12rem;
  }
}
.about .abt02__outer {
  width: 80%;
  margin: auto;
  padding-bottom: 6rem;
  border-bottom: 1px solid #65374F;
}
@media screen and (min-width: 768px) {
  .about .abt02__outer {
    width: 68rem;
    padding-bottom: 4rem;
  }
}
.about .abt02__ttl > em {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .about .abt02__ttl > em {
    font-size: 3.7rem;
  }
}
.about .abt02__box {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .about .abt02__box {
    margin-top: 3.5rem;
    display: flex;
  }
}
.about .abt02__img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .abt02__img {
    text-align: left;
  }
}
.about .abt02__img img {
  height: 26rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .about .abt02__img img {
    margin-right: 2rem;
  }
}
.about .abt02__def > dt {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .about .abt02__def > dt {
    text-align: left;
    margin-top: 1rem;
  }
}
.about .abt02__def > dd:nth-of-type(1) {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .about .abt02__def > dd:nth-of-type(1) {
    margin-top: 2rem;
    line-height: 2;
  }
}
.about .abt02__def > dd:nth-of-type(2) {
  font-size: 1.4rem;
  margin-top: 3rem;
  line-height: 1.7;
  text-indent: 0em;
  margin-left: 0em;
}
@media screen and (min-width: 768px) {
  .about .abt02__def > dd:nth-of-type(2) {
    margin-top: 3.5rem;
    line-height: 2;
  }
}

.service .ser01 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service .ser01 {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .service .ser01 {
    margin-top: 13rem;
  }
}
.service .ser01__outer {
  padding-top: 5.5rem;
  margin-top: 6rem;
  background-color: #F2F3F5;
  position: relative;
  background-image: none;
  background-position: 1.5rem 3rem;
  background-repeat: no-repeat;
  background-size: 95%;
}
@media screen and (min-width: 768px) {
  .service .ser01__outer {
    padding-top: 9.5rem;
    padding-bottom: 6rem;
    background-position: 1.5rem 6rem;
    background-image: url("../images/ser01__bg1.png");
  }
}
.service .ser01__inner {
  margin: auto;
  width: 80%;
}
@media screen and (min-width: 992px) {
  .service .ser01__inner {
    width: 81rem;
  }
}
.service .ser01__ttl2 {
  text-align: center;
}
.service .ser01__ttl2 em {
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.service .ser01__ttl2 span {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 2rem;
  display: block;
}
.service .ser01__ttl3 {
  margin-top: 4rem;
  background-color: #fff;
  color: #707070;
  font-size: 1.7rem;
  line-height: 1;
  border-radius: 3rem;
  padding: 1.5rem 0;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .service .ser01__ttl3 {
    width: 28rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4rem;
  }
}
.service .ser01__def {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service .ser01__def {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.service .ser01__def > dt {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .service .ser01__def > dt {
    width: 40%;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .service .ser01__def > dt {
    width: 30%;
  }
}
.service .ser01__def > dt:first-of-type {
  margin-top: 0;
  display: inline-block;
}
.service .ser01__def > dt > span {
  font-family: "Times New Roman", "Tinos", serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #646565;
  line-height: 1;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .service .ser01__def > dt > span {
    font-size: 3.6rem;
  }
}
.service .ser01__def > dt > em {
  line-height: 1;
  font-size: 1.6rem;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .service .ser01__def > dt > em {
    display: block;
    width: 70%;
    display: inline-block;
    vertical-align: super;
  }
}
@media screen and (min-width: 992px) {
  .service .ser01__def > dt > em {
    font-size: 1.8rem;
  }
}
.service .ser01__def > dt > svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .service .ser01__def > dt > svg {
    display: inline-block;
    margin-top: 3rem;
    width: 15%;
    height: 1.4rem;
    transform: rotate(90deg);
  }
}
.service .ser01__def > dd {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service .ser01__def > dd {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .service .ser01__def > dd {
    width: 70%;
  }
}
.service .ser01__def > dd > p {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .service .ser01__def > dd > p {
    margin-top: -7px;
  }
}
@media (max-width: 768px) {
  .service .ser01__def > dd > p {
    margin-top: 1rem;
  }
}
.service .ser01__def > dd > svg {
  margin-top: 4rem;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .service .ser01__def > dd > svg {
    display: none;
  }
}
.service .ser01__att {
  font-size: 1.4rem;
  margin-top: 3rem;
  padding-bottom: 2rem;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .service .ser01__att {
    text-align: center;
    text-align: left;
    width: 720px;
    margin: 3rem 0 0 240px;
  }
}
.service .p-footer {
  margin-top: 0;
}

.privacypolicy .pp01 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .privacypolicy .pp01 {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .privacypolicy .pp01 {
    margin-top: 13rem;
  }
}
.privacypolicy .pp01__outer {
  margin: auto;
  width: 80%;
}
@media screen and (min-width: 992px) {
  .privacypolicy .pp01__outer {
    width: 81rem;
  }
}
.privacypolicy .pp01__txt {
  margin-top: 4rem;
  font-size: 1.5rem;
  line-height: 2;
}
.privacypolicy .pp01__def {
  margin-top: 4rem;
}
.privacypolicy .pp01__def > dt {
  margin-top: 6rem;
  color: #92497b;
  font-size: 1.4rem;
  line-height: 1;
}
.privacypolicy .pp01__def > dt:first-of-type {
  margin-top: 0;
}
.privacypolicy .pp01__def > dd {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 2;
}

.work_list .worl01 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .work_list .worl01 {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .work_list .worl01 {
    margin-top: 13rem;
  }
}
.work_list .worl01__outer {
  width: 64.1026%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .work_list .worl01__outer {
    width: 76.6667%;
  }
}
@media screen and (min-width: 992px) {
  .work_list .worl01__outer {
    width: 92rem;
  }
}
.work_list .worl01__btn {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .work_list .worl01__btn {
    margin-top: 4rem;
  }
}
.work_list .worl01__card {
  display: flex;
  margin-top: 6rem;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .work_list .worl01__card {
    justify-content: space-between;
    flex-direction: inherit;
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .work_list .worl01__card::after {
    width: 26.9333333333%;
    display: block;
    content: "";
  }
}
.work_list .worl01__block {
  transition: all 0.3s;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .work_list .worl01__block {
    width: 26.9333333333%;
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.work_list .worl01__block:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .work_list .worl01__block:nth-of-type(2), .work_list .worl01__block:nth-of-type(3) {
    margin-top: 0;
  }
}
.work_list .worl01__block:hover {
  opacity: 0.7;
}
.work_list .worl01__img {
  width: 100%;
}
.work_list .worl01__txt {
  color: #65374F;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .work_list .worl01__txt {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}
.work_list .worl01__link {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #65374F;
  color: #707070;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .work_list .worl01__link {
    padding-bottom: 1rem;
    margin-top: auto;
    font-size: 1.4rem;
  }
}
.work_list .worl01 svg {
  width: 1rem;
  height: 1.8rem;
  position: absolute;
  right: 0.2rem;
  top: auto;
  bottom: auto;
}

.work_single .wors01 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .work_single .wors01 {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .work_single .wors01 {
    margin-top: 13rem;
  }
}
.work_single .wors01__outer {
  width: 87.179487%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__outer {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .work_single .wors01__outer {
    width: 92rem;
  }
}
.work_single .wors01__mainimg {
  display: inline-block;
  margin-top: 4rem;
  width: 100%;
}
.work_single .wors01__outer {
  width: 87.179487%;
  margin: auto;
}
.work_single .wors01__catch {
  margin-top: 3rem;
  font-size: 1.8rem;
  color: #92497b;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__catch {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.work_single .wors01__info {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__info {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .work_single .wors01__info > div:first-of-type {
    width: 60.130011%;
  }
}
@media screen and (min-width: 768px) {
  .work_single .wors01__info > div:last-of-type {
    width: 34.7779%;
  }
}
.work_single .wors01__name {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__name {
    font-size: 1.7rem;
  }
}
.work_single .wors01__comment {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.71428571;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__comment {
    margin-top: 2rem;
  }
}
.work_single .wors01__data {
  margin-top: 2.5rem;
}
.work_single .wors01__data > h4 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #6F7070;
  padding: 0.5rem 1rem;
  font-family: Helvetica Neue, sans-serif;
  display: inline-block;
  font-weight: 400;
}
.work_single .wors01__data > ul > li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #707070;
}
.work_single .wors01__data > ul > li:last-of-type {
  margin-bottom: 0;
}
.work_single .wors01__data > ul dl {
  display: flex;
  margin-top: 1rem;
}
.work_single .wors01__data > ul dl > dt {
  width: 4em;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.4rem;
  color: #707070;
  text-align: center;
  margin-right: 2rem;
}
.work_single .wors01__data > ul dl > dd {
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  color: #3e3a39;
}
.work_single .wors01__ttl2 {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-size: 2.5rem;
  color: #707070;
}
.work_single .wors01__after {
  width: 88.4956%;
  margin: auto;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__after {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .work_single .wors01__after {
    margin-top: 7.5rem;
    width: 93.607801%;
  }
}
.work_single .wors01__after > p {
  font-size: 1.3rem;
  color: #707070;
  margin-top: 1rem;
  text-align: center;
}
.work_single .wors01__box--after {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__box--after {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.work_single .wors01__box--after > div {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__box--after > div {
    width: 29.1333333333%;
    margin-left: 6.3%;
    margin-top: 5rem;
  }
}
.work_single .wors01__box--after > div:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__box--after > div:nth-of-type(2), .work_single .wors01__box--after > div:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .work_single .wors01__box--after > div:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
.work_single .wors01__box--after > div > a {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
.work_single .wors01__box--after > div > a::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  bottom: 1.2rem;
  right: 1.2rem;
  background-image: url("../images/ico_expansion.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.work_single .wors01__box--after > div > a > img {
  background-color: #f6f0f5;
  width: 100%;
  height: 26rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__box--after > div > a > img {
    height: 20rem;
  }
}
.work_single .wors01__box--after > div > a:hover > img {
  opacity: 0.7;
}
.work_single .wors01__box--after > div > p {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__box--after > div > p {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.6667;
  }
}
.work_single .wors01__before {
  width: 88.4956%;
  margin: auto;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__before {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .work_single .wors01__before {
    margin-top: 7.5rem;
    width: 98%;
  }
}
.work_single .wors01__box--before {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__box--before {
    justify-content: normal;
  }
}
.work_single .wors01__box--before div {
  margin-bottom: 2rem;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 768px) {
  .work_single .wors01__box--before div {
    margin-bottom: 2.5rem;
    width: 21%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.work_single .wors01__box--before div > img {
  background-color: #bfbfbf;
  width: 100%;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__box--before div > img {
    height: 14.7rem;
  }
}
.work_single .wors01__menu {
  width: 100%;
  margin: auto;
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__menu {
    width: 34.3rem;
  }
}
.work_single .wors01__menu > li {
  width: calc(50% - 2rem);
}
.work_single .wors01__menu > li > a {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  border-bottom: 2px solid #65374F;
  padding-bottom: 1rem;
  display: block;
  position: relative;
  color: #3e3a39;
  transition: all 0.3s;
}
.work_single .wors01__menu > li > a:hover {
  color: #65374F;
}
.work_single .wors01__menu > li > a > svg {
  position: absolute;
  left: 0;
  top: auto;
  bottom: auto;
  transform: rotate(180deg);
}
.work_single .p-header .p-header__item:nth-of-type(4) a {
  color: #964e7f;
}
@media screen and (min-width: 992px) {
  .work_single .p-header .p-header__item:nth-of-type(4) a::after {
    background-color: #964e7f;
  }
}

.contact .con01 {
  background-color: #F2F3F5;
  padding-bottom: 11rem;
  /*送信ボタンのデザイン変更*/
  /*Contact Form 7カスタマイズ*/
  /*スマホContact Form 7カスタマイズ*/
  /*必須の調整*/
  /*ラジオボタンを縦並び指定*/
}
.contact .con01__outer {
  width: 84.615385%;
  margin: auto;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact .con01__outer {
    padding-top: 6rem;
    width: 75rem;
  }
}
@media screen and (min-width: 992px) {
  .contact .con01__outer {
    padding-top: 13rem;
  }
}
.contact .con01__ttl2 {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 4rem;
}
.contact .con01__ttl3 {
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
  padding-left: 0;
  font-weight: 400;
  color: #92497B;
}
.contact .con01__ttl3::before {
  content: "";
  width: 0rem;
  height: 0rem;
  display: block;
  background-color: #d5cad2;
  position: absolute;
  left: 0;
  top: auto;
  bottom: auto;
}
.contact .con01__txt {
  font-size: 1.4rem;
  line-height: 1.4286;
  margin-top: 4rem;
  font-weight: 400;
}
.contact .con01__txt > span {
  color: #65374f;
}
.contact .con01__txt > em {
  color: #fff;
  font-style: normal;
  padding: 0.3rem;
  background-color: #65374f;
}
.contact .con01__link {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact .con01__link {
    text-align: left;
    margin-top: 2rem;
    margin-left: 1em;
  }
}
.contact .con01__link span {
  background-color: #fff;
  border-radius: 3rem;
  padding: 1rem 2rem;
  margin-top: 2rem;
  display: inline-block;
}
.contact .con01__link span a {
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: underline;
  color: #000;
}
.contact .con01__link span a:hover {
  text-decoration: none;
}
.contact .con01__btn {
  position: relative;
  width: 25rem;
  margin: auto;
  color: #fff;
  position: relative;
  line-height: 2.8em;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .contact .con01__btn {
    width: 34rem;
  }
}
.contact .con01__btn input[type=submit] {
  font-size: 1.3rem;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  height: 4em;
  background: #65374F;
  font-weight: 400;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
  outline: 2px solid #fff;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .contact .con01__btn input[type=submit] {
    width: 34rem;
    font-size: 1.8rem;
  }
}
.contact .con01__btn::after {
  transition: 0.3s;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 2rem;
  margin-top: -25px;
}
@media screen and (min-width: 768px) {
  .contact .con01__btn::after {
    border-width: 9px 0 9px 9px;
    margin-top: -30px;
  }
}
.contact .con01__btn:hover input[type=submit] {
  outline: 2px solid #65374F;
  background: #fff;
  color: #65374F;
}
.contact .con01__btn:hover::after {
  border-color: transparent transparent transparent #65374F;
}
.contact .con01 .wpcf7-form {
  margin-top: 5rem;
}
.contact .con01 .inquiry {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.contact .con01 .inquiry tr {
  border-top: 1px solid #a7a7a7;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .contact .con01 .inquiry tr {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.contact .con01 .inquiry tr th,
.contact .con01 .inquiry tr td {
  display: block;
  width: 100%;
  box-sizing: border-box !important;
}
@media screen and (min-width: 768px) {
  .contact .con01 .inquiry tr th,
  .contact .con01 .inquiry tr td {
    display: table-cell;
    width: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.contact .con01 .inquiry tr th {
  text-align: left;
  font-size: 1.4rem;
  padding-right: 5px;
  font-weight: 400;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .contact .con01 .inquiry tr th {
    width: 25%;
  }
}
.contact .con01 .inquiry tr th .haveto {
  font-size: 1.6rem;
  color: #65374F;
  border-radius: 2px;
  margin-right: 5px;
  font-weight: 400;
}
.contact .con01 .inquiry tr td {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact .con01 .inquiry tr td {
    margin-top: 0;
    width: 75%;
  }
}
.contact .con01 .inquiry tr td input[type=text],
.contact .con01 .inquiry tr td input[type=email],
.contact .con01 .inquiry tr td textarea {
  width: 100%;
}
.contact .con01 .inquiry tr td input[type=text],
.contact .con01 .inquiry tr td input[type=email],
.contact .con01 .inquiry tr td input[type=tel],
.contact .con01 .inquiry tr td input[type=number],
.contact .con01 .inquiry tr td textarea {
  border: 1px solid #C9C9C9;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.6rem;
}
@media screen and (min-width: 768px) {
  .contact .con01 .inquiry tr td input[type=text],
  .contact .con01 .inquiry tr td input[type=email],
  .contact .con01 .inquiry tr td input[type=tel],
  .contact .con01 .inquiry tr td input[type=number],
  .contact .con01 .inquiry tr td textarea {
    width: auto;
  }
}
.contact .con01 .inquiry tr td input[type=text]::-moz-placeholder, .contact .con01 .inquiry tr td input[type=email]::-moz-placeholder, .contact .con01 .inquiry tr td input[type=tel]::-moz-placeholder, .contact .con01 .inquiry tr td input[type=number]::-moz-placeholder, .contact .con01 .inquiry tr td textarea::-moz-placeholder {
  color: #ccc;
}
.contact .con01 .inquiry tr td input[type=text]::placeholder,
.contact .con01 .inquiry tr td input[type=email]::placeholder,
.contact .con01 .inquiry tr td input[type=tel]::placeholder,
.contact .con01 .inquiry tr td input[type=number]::placeholder,
.contact .con01 .inquiry tr td textarea::placeholder {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  .contact .con01 .inquiry tr td input[type=text] {
    width: 16.5rem;
  }
}
@media screen and (min-width: 768px) {
  .contact .con01 .inquiry tr td input[type=email],
  .contact .con01 .inquiry tr td input[type=tel],
  .contact .con01 .inquiry tr td input[type=number],
  .contact .con01 .inquiry tr td textarea {
    width: 35rem;
  }
}
.contact .con01 .inquiry tr td .wpcf7-list-item:first-of-type {
  margin-left: 0;
}
.contact .con01 .inquiry tr td .wpcf7-radio .wpcf7-list-item {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .contact .con01 .inquiry tr td .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact .con01 .inquiry tr td .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
  margin-top: 1.5rem;
  margin-left: 0;
  line-height: 1;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .contact .con01 .inquiry tr td .wpcf7-checkbox .wpcf7-list-item {
    width: auto;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    margin-right: 5%;
  }
}
.contact .con01 .inquiry tr td .wpcf7-checkbox .wpcf7-list-item:first-of-type {
  margin-top: 0;
}
.contact .con01 .inquiry:nth-of-type(2) td input[type=text],
.contact .con01 .inquiry:nth-of-type(2) td input[type=number] {
  width: 30%;
}
.contact .con01 .inquiry:nth-of-type(2) td i {
  font-style: normal;
  font-size: 1.4rem;
  color: #707070;
}
.contact .con01 .inquiry:nth-of-type(2) td textarea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact .con01 .inquiry:nth-of-type(2) td textarea {
    width: 54.8rem;
  }
}
.contact .con01 .inquiry:last-of-type tr {
  border-bottom: 1px solid #a7a7a7;
}
.contact .con01 .verticallist .wpcf7-list-item {
  display: block;
}
.contact .p-footer {
  margin-top: 0;
}

/*---------- Utility ----------*/
/*
 * block
 */
.u-sm {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-sm {
    display: none;
  }
}

.u-md {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-md {
    display: block;
  }
}

.u-img-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-img-sp {
    display: none;
  }
}

.u-img-lg {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-img-lg {
    display: block;
  }
}
@media screen and (min-width: 1367px) {
  .u-img-lg {
    display: none;
  }
}

.u-img-xl {
  display: none;
}
@media screen and (min-width: 1367px) {
  .u-img-xl {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */