@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,
a,
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: 500;
  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%;
}

html.open {
  height: 100vh;
  overflow: hidden;
  width: 100%;
}

/*base--------------------*/

body {
  color: #3a4856;
}

/*display--------------------*/

.u-display-md {
  display: none;
}

.u-display-tab {
  display: none;
}

.u-display-lg {
  display: none;
}

.u-display-wide {
  display: none;
}

.u-none-md {
  display: block;
}

.u-none-tab {
  display: block;
}

/*display--------------------*/

/*font--------------------*/

body {
  font-family: YuGothic, 游ゴシック, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  font-size: 1.6rem;
  color: #3a4856;
}

.f-rm {
  font-family: "Times New Roman", sans-serif;
}

.f-ry {
  font-family: YuGothic, 游ゴシック, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
}

.f-bh {
  font-family: "Bradley Hand", sans-serif;
}

/*font--------------------*/

/*inner--------------------*/

.l-inner-contact {
  color: #3a4856;
  font-size: 2rem;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30%;
  max-width: 1620px;
  text-align: center;
  width: 84%;
}

.l-inner-contact p {
  margin-bottom: 2rem;
}

.l-inner-contact a {
  color: #3a4856;
  display: inline-block;
}

/*inner--------------------*/

/*contact--------------------*/

.c-contact {
  padding: 8rem 0 6.6rem 0;
  text-align: center;
}

.c-contact__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 621px;
  width: 38%;
}

.c-contact__ttl {
  margin-bottom: 5.26rem;
  color: #3a4856;
}

.c-contact__txt {
  font-size: 1.7rem;
  line-height: 1.8571428571;
  margin-bottom: 11rem;
}

.c-contact__input {
  background: #f1f1e6;
  border-bottom: 1px solid #3a4856;
  height: 47px;
  margin-bottom: 1.39rem;
  padding: 1.5rem;
  width: 100%;
}

.c-contact__textarea {
  resize: none;
  font-weight: normal;
  height: 189px;
  margin-bottom: 4.87rem;
  max-width: 100%;
}

.c-contact__submit {
  -webkit-transition: all 0.5s;
  background: #fcfcd4;
  border-radius: 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.5rem;
  padding: 1.36rem 0;
  text-align: center;
  transition: all 0.5s;
  width: 18.3rem;
}

.c-contact__submit:hover {
  cursor: pointer;
  opacity: 0.5;
}

/*contact--------------------*/

/*footer--------------------*/

.l-footer {
  background: #376d95;
  color: #ffffff;
  padding: 10.8rem 0 4.8rem 0;
  text-align: center;
}

.l-footer__image {
  margin-bottom: 7.39rem;
  width: 26.5rem;
}

.l-footer__txt {
  font-size: 1.4rem;
  line-height: 2.6428571429;
}

.l-footer__txt:first-of-type {
  margin-bottom: 3.1rem;
}

.l-footer__txt:nth-of-type(2) {
  margin-bottom: 10.7rem;
}

.l-footer__copy {
  font-family: "Times New Roman", sans-serif;
  font-size: 1.4rem;
  line-height: 2.5714285714;
}

.l-footer__span {
  font-family: NotoSansCJKjp-Medium, YuGothic, 游ゴシック, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  margin-right: 1.4rem;
}

/*footer--------------------*/

/*gap--------------------*/

.l-gap {
  margin-top: -17.6rem;
  padding-top: 17.6rem;
}

/*gap--------------------*/

/*header--------------------*/

.l-header {
  background: #ffffff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  height: 13.1rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.l-header__inner {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin-left: auto;
  max-width: 1920px;
  width: 94.7%;
}

.l-header__image {
  width: 30rem;
}

.l-header__nav {
  height: 100%;
  margin-left: auto;
}

.l-header__group {
  display: -webkit-box;
  display: flex;
  height: 100%;
}

.l-header__list:nth-of-type(-n+3) {
  border-right: 1px solid rgba(58, 72, 86, 0.26);
}

.l-header #top {
  display: none;
}

.l-header__list {
  background-color: rgba(58, 72, 86, 0.26);
  text-align: center;
  width: 17.4rem;
}

.l-header__link02 {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  color: #3a4856;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  font-family: "Times New Roman", sans-serif;
  font-size: 2.3rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1.652173913;
  width: 100%;
}

.l-header__span {
  color: #000000;
  display: block;
  font-size: 1.1rem;
  line-height: 0.7272727273;
  margin-top: 0.3rem;
}

.l-header__list02 {
  background: #f1f1e6;
  width: 24.6rem;
}

.l-header__link03 {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  color: #000000;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
  height: 100%;
  justify-content: center;
  line-height: 1.2352941176;
  width: 100%;
}

.l-header__cover {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background: #ffffff;
  border-radius: 9.7px;
  display: -webkit-box;
  display: flex;
  height: 4.28rem;
  justify-content: center;
  width: 18.9rem;
}

.l-header__icon {
  margin-right: 0.8rem;
  width: 3.5rem;
}

.l-header__span03 {
  color: #707070;
  display: none;
  font-family: "Times New Roman", sans-serif;
  font-size: 2.4rem;
}

.l-header .js-btn {
  border-radius: 5px;
  cursor: pointer;
  display: none;
  height: 50px;
  position: relative;
  width: 50px;
}

.l-header .js-btn span {
  -webkit-transition: all 0.4s;
  background: #707070;
  border-radius: 2px;
  display: inline-block;
  height: 2px;
  left: 14px;
  position: absolute;
  transition: all 0.4s;
  width: 40px;
}

.l-header .js-btn span:nth-of-type(1) {
  top: 15px;
}

.l-header .js-btn span:nth-of-type(2) {
  top: 23px;
}

.l-header .js-btn span:nth-of-type(3) {
  top: 31px;
}

.l-header .js-btn.open span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  left: 18px;
  top: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 40px;
}

.l-header .js-btn.open span:nth-of-type(2) {
  opacity: 0;
}

.l-header .js-btn.open span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  left: 18px;
  top: 30px;
  transform: translateY(-6px) rotate(45deg);
  width: 40px;
}

/*header--------------------*/

/*main--------------------*/

.l-main {
  margin-top: 13.1rem;
}

/*main--------------------*/

/*btn--------------------*/

.c-btn01 {
  -webkit-transition: all 0.5s;
  line-height: 1.8333333333;
  position: relative;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn01:hover {
  opacity: 0.8;
}

.c-btn01:hover .c-icon_PC,
.c-btn01:hover .c-icon_SP {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.c-btn01::before {
  background: #3a4856;
  bottom: -1rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 14.7rem;
}

.c-btn02 {
  -webkit-transition: all 0.5s;
  line-height: 1.8333333333;
  position: relative;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn02:hover {
  opacity: 0.8;
}

.c-btn02:hover .c-icon_PC,
.c-btn02:hover .c-icon_SP {
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
}

.c-btn02::before {
  background: #F9F871;
  bottom: -1rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 14.7rem;
}

.c-link01 {
  -webkit-box-align: center;
  align-items: center;
  color: #3a4856;
  display: -webkit-box;
  display: flex;
  font-size: 1.4rem;
}

.c-link02 {
  -webkit-box-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-size: 1.4rem;
}

.c-icon_PC {
  -webkit-transition: all 0.5s;
  margin-left: 1rem;
  transition: all 0.5s;
  width: 4rem;
}

.c-icon_SP {
  -webkit-transition: all 0.5s;
  display: none;
  margin-left: 1rem;
  transition: all 0.5s;
  width: 4rem;
}

/*btn--------------------*/

/*intro--------------------*/

.c-intro {
  font-family: "Times New Roman", sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.8444444444;
  padding: 8.91rem 0 15.8rem 0;
  position: relative;
  text-align: center;
}

.c-intro::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  bottom: -0.2rem;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  content: "";
  display: inline-block;
  height: 14.3rem;
  left: 0;
  position: absolute;
  width: 51%;
}

.c-intro::after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: -0.2rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  display: inline-block;
  height: 14.3rem;
  position: absolute;
  right: 0;
  width: 51%;
}

.c-intro__ttl {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.8444444444;
}

.c-intro__span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 4.1;
}

/*intro--------------------*/

/*libe--------------------*/

.c-line {
  position: relative;
}

.c-line::before {
  -webkit-transform: translateX(-50%);
  bottom: -1.4rem;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

/*line--------------------*/

/*ttl--------------------*/

.c-ttl {
  font-family: "Times New Roman", sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.8666666667;
  text-align: center;
}

.c-span {
  display: block;
  font-family: NotoSansCJKjp-Medium, YuGothic, 游ゴシック, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  text-align: center;
}

/*ttl--------------------*/

/*about--------------------*/

.about-intro {
  background: #f0f0f0;
}

.about-intro::before {
  background: #ffffff;
}

.about-intro::after {
  background: #ffffff;
}

.about-fv {
  padding: 13.7rem 0 11.18rem 0;
}

.about-fv__back {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  position: relative;
  width: 63vw;
}

.about-fv__back::before {
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  background: #376d95;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  content: "";
  height: 100%;
  left: -5rem;
  position: absolute;
  top: -7.3rem;
  width: 100%;
}

.about-fv__box {
  -webkit-filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ();
  filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.16));
  transform: translateZ();
}

.about-fv__cover {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  background: #f0f0f0;
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  display: block;
  height: 100%;
  padding: 13.9rem 20.3rem 17.9rem 25.3rem;
}

.about-fv__frame {
  position: relative;
}

.about-fv__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5.6rem;
  margin-left: auto;
  text-align: center;
  width: 65%;
}

.about-fv__ttl::before {
  background: #3a4856;
  width: 30%;
}

.about-fv__thumbnail {
  -webkit-transform: translateY(-10%);
  left: 0;
  position: absolute;
  top: 10%;
  transform: translateY(-10%);
}

.about-fv__image {
  width: 17.6rem;
}

.about-fv__txt {
  font-size: 1.7rem;
  line-height: 3.1764705882;
  margin-left: auto;
  margin-right: 3%;
  text-align: left;
  width: 60%;
}

.about-feature {
  background: #f1f1e6;
  padding: 6.63rem 0 12.2rem 0;
}

.about-feature__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 62.5%;
}

.about-feature__ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7333333333;
  margin-bottom: 19.3rem;
  text-align: center;
}

.about-feature__list {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-feature__item {
  background: #ffffff;
  border-radius: 50%;
  height: 23.5vw;
  max-height: 30.3rem;
  max-width: 30.3rem;
  position: relative;
  width: calc(100%/3 - 1.2%/3);
}

.about-feature__item:not(:last-of-type) {
  margin-right: 1.2%;
}

.about-feature__point {
  -webkit-transform: translateY(-70%);
  text-align: center;
  transform: translateY(-70%);
}

.about-feature__span01 {
  font-family: "Bradley Hand", sans-serif;
  font-size: 2rem;
}

.about-feature__span02 {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8rem;
}

.about-feature__info {
  -webkit-transform: translate(-50%, -50%);
  font-size: 3.5rem;
  left: 50%;
  line-height: 1.5714285714;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.about_big{
  font-weight: 600;
}
.about-feature__item .about_big2{
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
}

.about-feature__info::before {
  background: #3a4856;
  width: 70%;
}

.about-point {
  padding: 14rem 0 13rem 0;
}

.about-point__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 52%;
}

.about-point__card {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

.about-point__card:nth-of-type(odd) .about-point__thumbnail {
  margin-right: 16.5rem;
}

.about-point__card:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.about-point__card:nth-of-type(even) .about-point__thumbnail {
  margin-left: 16.5rem;
}

.about-point__card:nth-of-type(1) .about-point__thumbnail::before {
  content: "1";
  left: -5rem;
}

.about-point__card:nth-of-type(2) .about-point__thumbnail::before {
  content: "2";
  right: 0px;
}

.about-point__card:nth-of-type(3) .about-point__thumbnail::before {
  content: "3";
  left: -5rem;
}

.about-point__card:not(:last-of-type) {
  margin-bottom: 12.4rem;
}

.about-point__thumbnail {
  -webkit-box-flex: 1;
  flex: 1;
  position: relative;
}

.about-point__thumbnail::before {
  color: #f1f1e6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20rem;
  position: absolute;
  top: -5rem;
}

.about-point__content {
  -webkit-box-flex: 1.5;
  flex: 1.5;
}

.about-point__txt {
  font-size: 1.4rem;
  line-height: 2.4285714286;
}

.about-profile {
  background: #f0f0f0;
  padding: 7.8rem 0 14.3rem 0;
}

.about-profile__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  width: 51%;
}

.about-profile__ttl {
  margin-bottom: 15.3rem;
}

.about-profile__box {
  display: -webkit-box;
  display: flex;
}

.about-profile__greeting,
.about-profile__career {
  width: calc(100%/2);
}

.about-profile__greeting {
  margin-right: 12.3rem;
}

.about-profile__lead {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.about-profile__txt01 {
  font-family: YuGothic, 游ゴシック, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.0714285714;
}

.about-profile__txt01:not(:last-of-type) {
  margin-bottom: 3.4rem;
}

.about-profile__thumbnail {
  margin-bottom: 2rem;
}

.about-profile__txt02 {
  font-size: 1.6rem;
  line-height: 2.875;
}

/*about--------------------*/

/*price--------------------*/

.price-intro {
  background: #f0f0f0;
}

.price-intro::before {
  background: #f1f1e6;
}

.price-intro::after {
  background: #f1f1e6;
}

.price-about {
  background: #f1f1e6;
  padding: 13.8rem 0 12.5rem 0;
}

.price-about__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 57.2%;
}

.price-about__ttl {
  font-size: 3rem;
  line-height: 1.4666666667;
  margin-bottom: 13.7rem;
  text-align: center;
}

.price-about__ttl::before {
  background: #707070;
  width: 15rem;
}

.price-about__txt {
  font-size: 1.7rem;
  line-height: 3.125;
  margin-bottom: 6.41rem;
  text-align: center;
}

.price-about__lead {
  font-size: 2rem;
  line-height: 2.35;
  margin-bottom: 5.95rem;
  text-align: center;
}

.price-about__card {
  background: #ffffff;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin-bottom: 12.7rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.62rem 9.64rem 1.59rem 6rem;
  width: 78.4rem;
}

.price-about__list {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
}

.price-about__list::before {
  background-image: url(../images/price/icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.1rem;
  left: -3.2rem;
  position: absolute;
  top: 0.5rem;
  width: 2.1rem;
}

.price-about__list:not(:last-of-type) {
  margin-bottom: 3rem;
}

.price-about__group:first-of-type .price-about__list {
  margin-bottom: 17px;
}

.price-about__area {
  position: relative;
}

.price-about__area01 {
  margin-bottom: 19.9rem;
}

.price-about__area01 .price-about__tab {
  background: #376d95;
}

.price-about__area01 .price-about__bg {
  background: #376d95;
  height: 47.2rem;
}

.price-about__area02 {
  margin-bottom: 10.9rem;
}

.price-about__area02 .price-about__tab {
  background: #5e91ba;
}

.price-about__area02 .price-about__bg {
  background: #5e91ba;
  height: 47.2rem;
}

.price-about__area03 .price-about__tab {
  background: #5e91ba;
}

.price-about__area03 .price-about__bg {
  background: #6a7987;
  height: 29rem;
  top: 6rem;
}

.price-about__frame {
  background: #ffffff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  padding: 5.74rem 8.94rem 3.07rem 8.59rem;
  position: relative;
  width: 97%;
  z-index: 1;
}

.price-about__tab {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-size: 2.7rem;
  height: 5.4rem;
  justify-content: center;
  letter-spacing: 0.14em;
  line-height: 1.4814814815;
  margin-left: 3%;
  width: 26.9rem;
}

.price-about__table {
  width: 100%;
}

.price-about__tbody {
  border: 1px solid #376d95;
  font-weight: bold;
  text-align: center;
}

.price-about__tr {
  border-bottom: 1px dashed #376d95;
}

.price-about__tr:nth-of-type(even) {
  background: #ffffff;
}

.price-about__tr:nth-of-type(odd) {
  background: #f0f0f0;
}

.price-about__td01 {
  background: #9eadbd;
  border-right: 1px solid #376d95;
  font-size: 1.5rem;
  font-weight: bold;
  height: 5.6rem;
  vertical-align: middle;
}

.price-about__td01:first-of-type {
  width: 13.4vw;
}

.price-about__td01:not(:first-of-type) {
  width: 26.3vw;
}

.price-about__td02 {
  font-size: 1.6rem;
  font-weight: bold;
  height: 5.4rem;
  line-height: 1.25;
  vertical-align: middle;
}

.price-about__td02:not(:last-of-type) {
  border-right: 1px solid #376d95;
}

.price-about__bg {
  left: 0;
  position: absolute;
  top: 9rem;
  width: 97%;
}

.price-about__group02 {
  margin-top: 5rem;
}

.price-about__list02 {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 3rem;
  position: relative;
}

.price-about__list02::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.price-about__tr02:first-of-type {
  background: #f0f0f0;
  border-bottom: 1px dashed #376d95;
}

.price-about__tr02:nth-of-type(2) {
  background: #ffffff;
}

.price-about__tr02 .price-about__td03:first-of-type {
  border-right: 1px solid #376d95;
  font-size: 1.7rem;
  font-weight: bold;
  height: 11.1rem;
  line-height: 1.7058823529;
  vertical-align: middle;
  width: 16vw;
}

.price-about__tr02 .price-about__td03:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: bold;
  height: 11.1rem;
  line-height: 1.75;
  padding-left: 5.2rem;
  text-align: left;
  vertical-align: middle;
  width: 47.8vw;
}

.price-about__ttl02 {
  color: #3a4856;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.1;
  margin-bottom: 11.3rem;
  text-align: center;
}

.price-about__ttl02::before {
  background: #707070;
  width: 15rem;
}

.price-about__note {
  font-size: 1.7rem;
  line-height: 1.75;
  margin-bottom: 2.44rem;
  text-align: center;
  text-align: center;
}

.price-estimate {
  background: #5e91ba;
  padding: 10.8rem 0 12.7rem 0;
  position: relative;
  z-index: 0;
}

.price-estimate__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 111.3rem;
  width: 57.9%;
}

.price-estimate__ttl {
  color: #ffffff;
  font-size: 3rem;
  line-height: 2.2;
  margin-bottom: 12.6rem;
  text-align: center;
}

.price-estimate__ttl::before {
  background: #ffffff;
  width: 20%;
}

.price-estimate__box {
  background: #ffffff;
  padding: 6.56rem 9.52rem 6.76rem 6.55rem;
}

.price-estimate__txt,
.price-estimate__list,
.price-estimate__txt02,
.price-estimate__note {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6875;
}

.price-estimate__txt {
  margin-bottom: 2.41rem;
}

.price-estimate__frame {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  margin-bottom: 5.02rem;
}

.price-estimate__group,
.price-estimate__txt02 {
  -webkit-box-flex: 1;
  flex: 1;
}

.price-estimate__group {
  background: #fcfcd4;
  padding: 1.95rem 1rem 2.45rem 0.86rem;
  width: 100%;
}

.price-estimate__list {
  padding-left: 1.5rem;
  position: relative;
}

.price-estimate__list::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.price-estimate__txt02 {
  margin-left: 1.5%;
}

.price-estimate__bg01 {
  background-image: url(../images/price/PC_bg01.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1%;
  height: 100%;
  left: 0;
  position: absolute;
  width: 24.1vw;
  z-index: -1;
}

.price-estimate__bg02 {
  background-image: url(../images/price/PC_bg02.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 31.7vw;
  z-index: -1;
}

/*price--------------------*/

/*service--------------------*/

.service-intro {
  background: #376d95;
  color: #ffffff;
}

.service-intro::before {
  background: #f0f0f0;
}

.service-intro::after {
  background: #f0f0f0;
}

.service-business {
  background: #f0f0f0;
  padding: 15.1rem 0 13.5rem 0;
  text-align: center;
}

.service-business__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 61.4%;
}

.service-business__ttl {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background: #5e91ba;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-size: 3.3rem;
  height: 8rem;
  justify-content: center;
  margin-bottom: 6rem;
}

.service-business__catch {
  font-size: 1.6rem;
  line-height: 2.7142857143;
  margin-bottom: 9.67rem;
}

.service-business__card {
  background: #ffffff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  max-width: 73.5rem;
  padding: 4.03rem 13rem 5.75rem 15.7rem;
}

.service-business__card:not(:last-of-type) {
  margin-bottom: 13.5rem;
}

.service-business__lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 4.4rem;
}

.service-business__lead::before {
  background: #3a4856;
  bottom: -1.5rem;
  width: 8rem;
}

.service-business__txt {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.75;
}

.service-business__span {
  color: #000000;
  display: block;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  margin-top: 1.59rem;
}

.service-planning {
  background: #f1f1e6;
  padding: 11.8rem 0 12.7rem 0;
}

.service-planning__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 61.4%;
}

.service-planning__ttl {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background: #5e91ba;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-size: 3.3rem;
  height: 8rem;
  justify-content: center;
  margin-bottom: 6.59rem;
  text-align: center;
}

.service-planning__box {
  max-width: 110rem;
  position: relative;
  width: 57.2%;
  z-index: 0;
}

.service-planning__image {
  max-width: 73rem;
  width: 38vw;
}

.service-planning__content {
  -webkit-transform: translateY(-12rem);
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  color: #ffffff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  margin-left: auto;
  max-width: 1280px;
  position: relative;
  transform: translateY(-12rem);
  width: 71vw;
  z-index: -1;
}

.service-planning__txt {
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  background: #9eadbd;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  font-size: 1.6rem;
  line-height: 1.7692307692;
  margin-left: 15%;
  max-width: 88.6rem;
  padding: 15.9rem 8.96rem 6.28rem 9.39rem;
}

/*service--------------------*/

/*top--------------------*/

.top-fv {
  background-color: #ffffff;
  height: 90vh;
  padding: 8.5rem 0;
}

.top-fv__box {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

.top-fv__inner {
  margin-left: auto;
  margin-right: 3%;
  max-width: 100%;
  position: relative;
  width: 80%;
  z-index: 0;
}

.top-fv__inner::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../images/top/fv_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 60.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  z-index: -1;
}

.top-fv__ttl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-family: "Source Han Sans", sans-serif;
  color: #3a4856;
  font-size: 23px;
  line-height: 1.75;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  writing-mode: vertical-rl;
}

.top-fv__span {
  background-color: #f1f1e6;
  display: inline-block;
  font-weight: bold;
  padding: 3rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-fv__span02 {
  margin-right: 3rem;
  margin-top: 5.5rem;
}

.top-fv__image {
  max-width: 62.8rem;
}

.top-about {
  background: #f1f1e6;
  padding: 8.1rem 0 14.4rem 0;
}

.top-about__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 62.5%;
}

.top-about__ttl {
  color: #3a4856;
  margin-bottom: 14.2rem;
}

.top-about__box {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.top-about__thumbnail {
  text-align: right;
}

.top-about__content {
  margin-left: 8.1rem;
}

.top-about__image {
  max-width: 36.3rem;
}

.top-about__lead {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2.0952380952;
  margin-bottom: 4.1rem;
  text-align: left;
}

.top-about__txt {
  font-size: 1.4rem;
  line-height: 2.6428571429;
  margin-bottom: 4rem;
}

.top-service {
  background: #376d95;
  color: #ffffff;
  padding: 8.5rem 0 9rem 0;
}

.top-service__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  width: 49.4%;
}

.top-service__ttl {
  margin-bottom: 8.9rem;
}

.top-service__catch {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.7619047619;
  margin-bottom: 5.6rem;
  text-align: center;
}

.top-service__note {
  font-size: 1.4rem;
  line-height: 2.2142857143;
  margin-bottom: 11.6rem;
  text-align: center;
}

.top-service__frame {
  display: -webkit-box;
  display: flex;
}

.top-service__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 35rem;
  justify-content: space-between;
}

.top-service__article {
  width: calc(100%/2);
}

.top-service__article:first-of-type {
  margin-right: 7.8%;
}

.top-service__thumbnail {
  margin-bottom: 4rem;
}

.top-service__image {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-service__lead {
  font-size: 2.1rem;
  letter-spacing: 0.16em;
  line-height: 2.1904761905;
  font-weight: 600;
  margin-bottom: 5.47rem;
}

.top-service__txt {
  font-size: 1.4rem;
  line-height: 1.6428571429;
}

.top-price {
  background: #f1f1e6;
  padding: 8.02rem 0 20.7rem 0;
  position: relative;
}

.top-price__inner {
  margin-left: auto;
  margin-right: auto;
}

.top-price::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #ffffff;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  content: "";
  display: inline-block;
  height: 11.3rem;
  left: 0;
  position: absolute;
  width: 50%;
}

.top-price::after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #ffffff;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  display: inline-block;
  height: 11.3rem;
  position: absolute;
  right: 0;
  width: 50%;
}

.top-price__ttl {
  margin-bottom: 12.2rem;
}

.top-price__box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-pack: center;
  color: #000000;
  display: -webkit-box;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.top-price__lead {
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 6.1rem;
}

.top-price__txt {
  font-size: 1.4rem;
  line-height: 2.2142857143;
  margin-bottom: 3.1rem;
}

.top-price__thumbnail {
  margin-left: 14rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-price__image {
  max-width: 44.2rem;
}

.top-price__link {
  color: #000000;
}

.thanksttl{
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 50px;
}

.thankstext{
  font-size: 1.8rem;
  line-height: 1.8em;
  margin-bottom: 50px;
}

/*top--------------------*/

@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }

  .l-header__inner {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1919px) {
  html {
    font-size: 58%;
  }
}

@media screen and (max-width: 1579px) {
  .u-display-wide {
    display: block;
  }

  html {
    font-size: 55%;
  }

  .about-fv__cover {
    padding: 17.9rem 14.3rem 11.9rem 19.3rem;
  }

  .top-fv__inner::before {
    height: 54.72rem;
    width: 70.92rem;
  }
}

@media screen and (max-width: 1365px) {
  .u-display-lg {
    display: block;
  }

  html {
    font-size: 52%;
  }

  .about-fv__cover {
    padding: 14.9rem 8.3rem 8.9rem 6.3rem;
  }

  .about-feature__inner {
    width: 85%;
  }

  .price-about__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 38px;
    padding: 28px 44.8px 18px 60.8px;
    width: 95%;
  }

  .top-fv__inner::before {
    height: 48.64rem;
    top: 40%;
    opacity: 0.5;
    width: 40%;
  }

  .top-fv__thumbnail {
    margin-bottom: 55px;
    max-width: 70%;
  }

  .top-service__lead {
    font-size: 1.8rem;
    font-weight: 600;
  }
}

@media screen and (max-width: 1023px) {
  .u-display-tab {
    display: block;
  }

  .u-none-tab {
    display: none;
  }

  html {
    font-size: 50%;
  }

  .c-contact__inner {
    width: 92%;
  }

  .c-contact__submit {
    font-size: 4rem;
    width: 35rem;
  }

  .l-header__image {
    width: 20rem;
  }

  .about-fv__back {
    width: 70vw;
  }

  .about-fv__cover {
    padding: 14.9rem 6.3rem 8.9rem 3.3rem;
  }

  .about-fv__ttl {
    font-size: 2.2rem;
  }

  .about-feature__inner {
    width: 90%;
  }

  .about-feature__item {
    height: 28.5vw;
  }

  .about-point__inner {
    width: 85%;
  }

  .about-profile__inner {
    width: 85%;
  }

  .price-estimate__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .top-about {
    background: #f0f0f0;
    padding: 2.5rem 0 8.4rem 0;
  }

  .top-service__lead {
    font-size: 1.5rem;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .u-display-md {
    display: block;
  }

  .u-none-md {
    display: none;
  }

  html {
    font-size: 62.5%;
  }

  .l-inner-contact {
    font-size: 16px;
    max-width: inherit;
    width: 88%;
  }

  .c-contact {
    padding: 29px 0 57px 0;
  }

  .c-contact__ttl {
    margin-bottom: 22px;
  }

  .c-contact__txt {
    font-size: 1.1rem;
    margin-bottom: 32px;
  }

  .c-contact__input {
    height: 26px;
    font-size: 14px;
  }

  .c-contact__textarea {
    height: 105px;
    max-width: 100%;
    margin-bottom: 33px;
  }

  .c-contact__submit {
    font-size: 14px;
    padding: 13px 0;
    width: 134px;
  }

  .l-footer {
    padding: 42px 0 13px 0;
  }

  .l-footer__image {
    width: 180px;
    margin-bottom: 2rem;
  }

  .l-footer__txt {
    font-size: 10px;
  }

  .l-footer__txt:first-of-type {
    margin-bottom: 0px;
  }

  .l-footer__txt:nth-of-type(2) {
    margin-bottom: 10px;
  }

  .l-footer__copy {
    font-size: 11px;
  }

  .l-footer__span {
    margin-right: 5px;
  }

  .l-header {
    height: 60px;
  }

  .l-header__logo {
    left: 17px;
    position: fixed;
    top: 20px;
  }

  .l-header__image {
    width: 161px;
  }

  .l-header__nav {
    -webkit-transition: all 0.5s;
    background: #5e91ba;
    height: calc(100vh - 60px);
    left: 0;
    max-width: inherit;
    opacity: 0;
    padding-top: 45px;
    position: fixed;
    top: 60px;
    transition: all 0.5s;
    visibility: hidden;
    width: 100%;
    width: 100%;
    z-index: 9999;
  }

  .l-header__nav.open {
    background: #5e91ba;
    height: calc(100vh - 60px);
    left: 0;
    max-width: inherit;
    opacity: 1;
    position: fixed;
    top: 60px;
    visibility: visible;
    width: 100%;
    width: 100%;
    z-index: 9999;
  }

  .l-header__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .l-header #top {
    display: block;
  }

  .l-header__list {
    background: transparent;
    height: 51px;
    width: 100%;
  }

  .l-header__list:not(:last-of-type) {
    margin-bottom: 37px;
  }

  .l-header__link02 {
    color: #ffffff;
  }

  .l-header__span {
    color: #ffffff;
  }

  .l-header__list02 {
    background: #5e91ba;
    margin-left: auto;
    margin-right: auto;
    width: 311px;
  }

  .l-header__link03 {
    color: #3a4856;
    font-size: 1.2rem;
  }

  .l-header__cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #f1f1e6;
    border-radius: 0;
    flex-direction: column;
    height: 64px;
    width: 100%;
  }

  .l-header__icon {
    display: none;
  }

  .l-header__span03 {
    display: block;
  }

  .l-header .js-btn {
    display: block;
    position: fixed;
    right: 19.6px;
    top: 5px;
    z-index: 999999999;
  }

  .l-main {
    margin-top: 60px;
  }

  .c-btn01 {
    background: #376d95;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .c-btn01::before {
    display: none;
  }

  .c-btn02 {
    background: #f0f0f0;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .c-btn02::before {
    display: none;
  }

  .c-link01 {
    color: #ffffff;
    font-size: 1rem;
    height: 100%;
    padding: 7px 9px;
    width: 100%;
  }

  .c-link02 {
    color: #707070;
    font-size: 1rem;
    height: 100%;
    padding: 7px 9px 7px 12px;
    width: 100%;
  }

  .c-icon_PC {
    display: none;
  }

  .c-icon_SP {
    display: block;
  }

  .c-intro {
    padding: 43px 0 60px 0;
  }

  .c-intro::before {
    height: 59px;
  }

  .c-intro::after {
    height: 59px;
  }

  .c-intro__ttl {
    font-size: 2.5rem;
    line-height: 1em;
  }

  .c-intro__span {
    font-size: 1.2rem;
  }

  .c-line::before {
    bottom: -16px;
  }

  .c-ttl {
    font-size: 25px;
  }

  .c-span {
    font-size: 9px;
  }

  .about-fv {
    padding: 28.8px 0 24.5px 0;
  }

  .about-fv__back {
    width: 86vw;
  }

  .about-fv__back::before {
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 95%);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 95%);
    left: -1rem;
    top: -5%;
    width: 90%;
  }

  .about-fv__cover {
    padding: 33px 23.5px 63.4px 23.5px;
  }

  .about-fv__ttl {
    font-size: 17px;
    margin-bottom: 37px;
    width: 100%;
  }

  .about-fv__thumbnail {
    -webkit-transform: none;
    margin-bottom: 30px;
    position: static;
    text-align: center;
    transform: none;
  }

  .about-fv__image {
    max-width: 40%;
  }

  .about-fv__txt {
    font-size: 1.5rem;
    line-height: 1.8em;
    width: 100%;
  }

  .about-feature {
    padding: 33px 0 43px 0;
  }

  .about-feature__ttl {
    font-size: 1.5rem;
    margin-bottom: 5.6rem;
  }

  .about-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
  }

  .about-feature__item {
    height: calc(100vw/1.19);
    max-height: 200px;
    max-width: 200px;
    width: 100%;
  }

  .about-feature__item:not(:last-of-type) {
    margin-bottom: 81px;
    margin-right: 0;
  }

  .about-feature__point {
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }

  .about-feature__span01 {
    font-size: 1.8rem;
  }

  .about-feature__info {
    font-size: 25px;
  }

.about-feature__item .about_big2{
  font-weight: 600;
  font-size: 2.3rem;
  text-align: center;
}
.about-feature__span02 {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
}

  .about-point {
    padding: 60px 0 48px 0;
  }

  .about-point__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .about-point__card:nth-of-type(odd) .about-point__thumbnail {
    margin-right: 0;
  }

  .about-point__card:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .about-point__card:nth-of-type(even) .about-point__thumbnail {
    margin-left: 0;
  }

  .about-point__card:nth-of-type(2) .about-point__thumbnail::before {
    left: -5rem;
  }

  .about-point__thumbnail {
    margin-bottom: 26px;
  }

  .about-point__thumbnail::before {
    font-size: 16rem;
    top: -20px;
    z-index: 1;
  }

  .about-point__image {
    -webkit-transform: translateX(40px);
    max-width: 150px;
    transform: translateX(40px);
  }

  .about-point__content {
    -webkit-box-flex: 1;
    flex: 1;
  }

  .about-point__txt {
    font-size: 12px;
  }

  .about-profile {
    padding: 31px 0 130px 0;
    position: relative;
  }

  .about-profile__ttl {
    margin-bottom: 42px;
  }

  .about-profile__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .about-profile__greeting,
  .about-profile__career {
    width: 100%;
  }

  .about-profile__greeting {
    margin-right: 0;
  }

  .about-profile__career {
    margin-bottom: 68px;
  }

  .about-profile__lead {
    font-size: 18px;
    margin-bottom: 29px;
    text-align: center;
  }

  .about-profile__txt01 {
    font-size: 15px;
  }

  .about-profile__txt01:not(:last-of-type) {
    margin-bottom: 0;
  }

  .about-profile__thumbnail {
    text-align: center;
  }

  .about-profile__image {
    max-width: 224px;
  }

  .about-profile__txt02 {
    font-size: 15px;
    line-height: 1.8em;
  }

  .price-about {
    padding: 21px 0 69px 0;
  }

  .price-about__inner {
    width: 95%;
  }

  .price-about__ttl {
    font-size: 15px;
    margin-bottom: 61px;
    font-weight: 600;
  }

  .price-about__ttl::before {
    width: 60px;
  }

  .price-about__txt {
    font-size: 13px;
    margin: 30px;
    text-align: left;
    line-height: 1.8em;
  }

  .price-about__lead {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .price-about__list {
    font-size: 10px;
  }

  .price-about__list::before {
    height: 21px;
    left: -30px;
    top: -2px;
    width: 21px;
  }

  .price-about__list:not(:last-of-type) {
    margin-bottom: 17px;
  }

  .price-about__area01 {
    margin-bottom: 51px;
  }

  .price-about__area01 .price-about__bg {
    height: 311px;
  }

  .price-about__area02 {
    margin-bottom: 38px;
  }

  .price-about__area02 .price-about__bg {
    height: 311px;
  }

  .price-about__area03 .price-about__bg {
    height: 148px;
    top: 40px;
  }

  .price-about__frame {
    padding: 23px 19px;
  }

  .price-about__tab {
    font-size: 13px;
    width: 113px;
    height: 30px;
  }

  .price-about__td01 {
    font-size: 10px;
    height: 38px;
  }

  .price-about__td01:first-of-type {
    width: 18.4vw;
  }

  .price-about__td01:not(:first-of-type) {
    width: 30.3vw;
  }

  .price-about__td02 {
    font-size: 10px;
    height: 40px;
  }

  .price-about__bg {
    top: 60px;
  }

  .price-about__group02 {
    margin-top: 30px;
  }

  .price-about__list02 {
    font-size: 1rem;
  }

  .price-about__tr02 .price-about__td03:first-of-type {
    font-size: 1.1rem;
    height: 66px;
    width: 34.8vw;
  }

  .price-about__tr02 .price-about__td03:nth-of-type(2) {
    font-size: 1rem;
    height: 66px;
    padding-left: 10px;
    width: 47.8vw;
  }

  .price-about__ttl02 {
    font-size: 1.3rem;
    margin-bottom: 47px;
  }

  .price-about__ttl02::before {
    width: 60px;
  }

  .price-about__note {
    font-size: 11px;
    margin-bottom: 39px;
  }

  .price-estimate {
    padding: 39px 0 117px 0;
  }

  .price-estimate__inner {
    width: 95%;
  }

  .price-estimate__ttl {
    font-size: 14px;
    margin-bottom: 98px;
  }

  .price-estimate__box {
    padding: 45px 25px;
  }

  .price-estimate__txt,
  .price-estimate__list,
  .price-estimate__txt02,
  .price-estimate__note {
    font-size: 11px;
  }

  .price-estimate__txt {
    margin-bottom: 12px;
  }

  .price-estimate__group {
    margin-bottom: 21px;
    padding: 15px 32px 15px 17px;
  }

  .price-estimate__bg01 {
    background-image: url(../images/price/SP_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 90%;
    left: unset;
    position: absolute;
    right: 0;
    top: unset;
    width: 100%;
    z-index: -1;
  }

  .price-estimate__bg02 {
    display: none;
  }

  .service-business {
    padding: 18.8px 0 69px 0;
  }

  .service-business__inner {
    width: 95%;
    margin-top: 50px;
  }

  .service-business__ttl {
    font-size: 18px;
    height: 45px;
    margin-bottom: 30px;
  }

  .service-business__catch {
    font-size: 13px;
    margin-bottom: 25px;
    text-align: left;
  }

  .service-business__card {
    padding: 20px 10px 31px 10px;
  }

  .service-business__card:first-of-type {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .service-business__card:not(:last-of-type) {
    margin-bottom: 68px;
  }

  .service-business__lead {
    font-size: 17px;
    margin-bottom: 31px;
  }

  .service-business__txt {
    font-size: 15px;
    text-align: left;
  }

  .service-business__span {
    font-size: 11px;
    margin-top: 11px;
    text-align: left;
  }

  .service-planning {
    padding: 53px 0 61px 0;
  }

  .service-planning__inner {
    width: 95%;
  }

  .service-planning__ttl {
    font-size: 18px;
    height: 45px;
    margin-bottom: 16px;
  }

  .service-planning__box {
    width: 100%;
  }

  .service-planning__thumbnail {
    text-align: right;
  }

  .service-planning__image {
    max-width: 308px;
    width: 82.1%;
  }

  .service-planning__content {
    -webkit-transform: none;
    margin-left: 0;
    transform: none;
    width: 100%;
  }

  .service-planning__txt {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    font-size: 15px;
    margin-left: 0;
    padding: 46px 23px 21px 35px;
  }

  .top-fv {
    height: 80vh;
    padding: 5rem 0 0 0;
  }

  .top-fv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .top-fv__inner {
    height: 80vh;
    width: 100%;
  }

  .top-fv__inner::before {
    -webkit-transform: none;
    background-image: url(../images/top/fv_bg02.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 35%;
    bottom: 0;
    height: 90%;
    width: 70rem;
    left: 0;
    opacity: 1;
    right: unset;
    top: unset;
    transform: none;
  }

  .top-fv__ttl {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    font-size: 16px;
    writing-mode: unset;
  }

  .top-fv__span {
    padding: 7px;
  }

  .top-fv__span01 {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  .top-fv__span02 {
    margin-right: 0;
    margin-top: 2.3rem;
  }

  .top-fv__thumbnail {
    margin-bottom: 55px;
    max-width: 90%;
  }

  .top-fv__image {
    max-width: 325px;
  }

  .top-about__inner {
    max-width: inherit;
    width: 75%;
  }

  .top-about__ttl {
    margin-bottom: 47px;
  }

  .top-about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
  }

  .top-about__thumbnail,
  .top-about__content {
    width: 100%;
  }

  .top-about__thumbnail {
    margin-bottom: 47px;
    margin-right: 0;
    text-align: center;
  }

  .top-about__content {
    margin-left: 0;
  }

  .top-about__image {
    max-width: 33.6rem;
  }

  .top-about__lead {
    font-size: 1.7rem;
    margin-bottom: 23px;
  }

  .top-about__txt {
    font-size: 15px;
    line-height: 1.8em;
  }

  .top-service {
    padding: 26px 0 31px 0;
  }

  .top-service__inner {
    max-width: inherit;
    width: 95%;
  }

  .top-service__ttl {
    margin-bottom: 40px;
  }

  .top-service__catch {
    font-size: 13px;
    margin-bottom: 36px;
  }

  .top-service__note {
    font-size: 1.2rem;
    margin-bottom: 50px;
    padding: 0 20px;
    text-align: left;
  }

  .top-service__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
  }

  .top-service__box {
    height: auto;
  }

  .top-service__article {
    width: 75%;
  }

  .top-service__article:first-of-type {
    margin-bottom: 32px;
    margin-right: 0;
    max-width: 75%;
  }

  .top-service__thumbnail {
    margin-bottom: 37px;
  }

  .top-service__lead {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 23px;
    text-align: center;
  }

  .top-service__txt {
    font-size: 1.3rem;
    margin-bottom: 2.8rem;
  }

  .top-price {
    padding: 26px 0 74px 0;
  }

  .top-price__inner {
    max-width: inherit;
    width: 71.4%;
  }

  .top-price::before {
    height: 59px;
  }

  .top-price::after {
    height: 59px;
  }

  .top-price__ttl {
    margin-bottom: 30px;
  }

  .top-price__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .top-price__lead {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 23px;
  }

  .top-price__txt {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .top-price__thumbnail,
  .top-price__content {
    width: 100%;
  }

  .top-price__thumbnail {
    margin-bottom: 2.3rem;
    margin-left: 0;
  }

  .top-price__image {
    height: 18.9rem;
  }

  .thanksttl{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 50px;
}

.thankstext{
  padding: 0 30px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-bottom: 50px;
}

}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .about-profile::before {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #ffffff;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    content: "";
    display: inline-block;
    height: 5.9rem;
    left: 0;
    position: absolute;
    width: 50%;
  }

  .about-profile::after {
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #ffffff;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    content: "";
    display: inline-block;
    height: 5.9rem;
    position: absolute;
    right: 0;
    width: 50%;
  }
}
/*# sourceMappingURL=style.css.map */