@charset "UTF-8";

/*********************

* global

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

html.wf-active {
  visibility: visible;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: source-han-sans-japanese, 'ヒラギノ 角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Mairyo, 'メイリオ', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

a {
  transition: .5s ease;
}

img {
  max-width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.body__wrap {
  position: relative;
  overflow: hidden;
}

.main {
  position: relative;
  z-index: 1;
}

.inner {
  position: relative;
  width: 96%;
  max-width: 100rem;
  margin: 0 auto;
  z-index: 1;
}

.sp__block {
  display: none;
}

.sp__none {
  display: block;
}

span.sp__none {
  display: inline-block;
}

.tab__none {
  display: block;
}

.marker-animation.active {
  background-position: -100% .5em;
}

.marker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #FFFF57 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #ffff66 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ffff66 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ffff66 50%);
  background-image: linear-gradient(left, transparent 50%, #ffff5f 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 1.3s ease;
  color: #333;
}

.marker.go {
  background-position: -100% .5em;
}

/*********************

* header

*********************/
.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  align-items: flex-start;
  z-index: 2;
}

.header.sticky {
  position: fixed;
  padding-bottom: 0.8rem;
  background-color: #fff;
  transform: translateY(-100%);
  transition: .5s ease;
}

.header.sticky.show {
  transform: translateY(0%);
}

.header__ttl {
  margin: 3.4vw auto 0 0.9%;
  font-size: 1.33vw !important;
  font-weight: 400;
  text-align: center;
}

.sticky .header__ttl {
  margin: 0.8rem auto 0 1.1%;
  font-size: 0.9rem !important;
}

.header__ttl span {
  display: block;
  margin-top: -1.3vw;
  font-size: 11.4vw;
  line-height: 1;
  color: #e20303;
  margin-top: -10px !important;
}

.sticky .header__ttl span {
  margin-top: -0.5rem;
  font-size: 4.7rem;
  margin-top: -3px !important;
}

.header-title {
  font-family: serif;
  margin-top: 0 !important;
}

.header-subtitle {
  display: block;
  font-family: serif;
  font-size: 2.33vw !important;
  margin-top: 0 !important;
  font-weight: bold;
  color: #e20303;
  margin-top: 10px !important;
}

.sticky .header-subtitle {
  font-size: 1.3rem !important;
  margin-top: 5px !important;
}

.header-deco {
  font-size: 5.33vw !important;
  margin-top: 0 !important;
  color: #e20303;
  margin-left: 4rem;
}

.header__nav {
  margin: 3.5rem 0 0 auto;
}

.header__nav__list {
  align-items: flex-start;
}

.header__nav__list__item {
  position: relative;
  padding: 0 1.3rem;
}

.header__nav__list__item::before {
  content: '';
  position: absolute;
  top: 8%;
  right: 0;
  height: 86%;
  width: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}

.header__nav__list__item:last-child::before {
  display: none;
}

.header__nav__list__item a {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  color: #000;
}

.header__nav__list__item a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 0;
  height: 0.2rem;
  background-color: #000;
  transition: .5s ease;
}

.header__nav__list__item a:hover::before {
  width: 100%;
}

.header__nav__list__item a:hover {
  opacity: .75;
}

.header__box {
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-right: 1.1%;
  margin-left: 6.4rem;
}

.header__tel {
  display: block;
  margin-top: 2.3rem;
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  color: #e20303;
}

.header__tel:hover {
  filter: brightness(1.2);
}

.header__tel .number {
  display: inline-block;
  margin-left: -0.4rem;
  font-size: 2.5rem;
}

.header__tel .hour {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: #000;
  text-align: right;
  transform: translateX(1rem);
}

.header__contact {
  display: block;
  margin: 1.7rem 0 0 0.5rem;
  width: 7.2rem;
  height: 7.2rem;
  color: transparent;
  background: url(../img/header__contact.svg) #e20303 no-repeat;
  background-size: 4.5rem;
  background-position: center;
}

.header__contact:hover {
  filter: brightness(1.1);
}

.header__line {
    display: block;
    margin: 1.7rem 0 0 0.5rem;
    width: 7.2rem;
    height: 7.2rem;
    color: transparent;
    background: url(../img/header__line.png) no-repeat;
    background-size: 7.2rem;
    background-position: center;
}

.header__line:hover {
  filter: brightness(1.1);
}

/*********************

* main

*********************/
.sec__ttl {
  font-size: 2.7rem;
  font-weight: 400;
  text-align: center;
}

.sec__sub {
  margin-top: 2.6rem;
  text-align: center;
}

.sec__sub .sub__box {
  position: relative;
  display: inline-block;
  height: 4.2rem;
  padding: 0 1.7rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 4.0rem;
  letter-spacing: 0.01em;
  color: #fff;
  background: linear-gradient(-6.5deg, #e2342b 0%, #e2342b 44%, #dd1f00 44%, #dd1f00 100%);
  border-radius: 2.0rem;
}

.sec__sub.large .sub__box {
  font-size: 2.0rem;
  letter-spacing: 0.05em;
}

/* main__visual */
.main__visual {
  position: relative;
  height: 69vw;
  background: url(../img/main__visual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.main__visual__box {
  position: absolute;
  top: 47.3%;
  left: 4%;
}

.main__visual__sub {
  padding-left: 0.5vw;
  font-size: 1.6rem;
  font-size: 1.125vw;
  letter-spacing: 0.01em;
}

.main__visual__heading {
  margin-top: 0.65vw;
  font-size: 3.03vw;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0.02em;
}

.main__visual__catch {
  position: absolute;
  top: 14.3%;
  left: 81%;
  writing-mode: vertical-rl;
  font-size: 1.27vw;
  letter-spacing: 0.11em;
  line-height: 2.1;
}

.main__visual__catch span {
  display: inline-block;
}

.juryo {
  font-size: 2.5vw;
}

.main__visual_back {
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
  -2px 2px 0 #FFF,  2px -2px 0 #FFF,
  2px 0 0 #FFF, -2px  0 0 #FFF,
  0 2px 0 #FFF,  0 -2px 0 #FFF;
  font-weight: bold;
}

.main__visual_go {
  display: block;
}

/* about */
.about {
  padding: 10rem 0 7.6rem;
}

.about__wrap {
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 5.7rem;
}

.about__item {
  width: 30%;
}

.about__heading {
  position: relative;
  padding: 1.2rem 0rem;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  background: linear-gradient(-29deg, #e2342b 0%, #e2342b 43%, #dd1f00 43%, #dd1f00 100%);
  border-radius: 5rem;
  text-align: center;
}

.about__heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2.3rem;
  width: 5.7rem;
  height: 5.7rem;
  background: url(../img/about__heading.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}

.about__txt {
  margin-top: 2.9rem;
  font-size: 1.5rem;
  line-height: 1.7;
}

.about__sub {
  position: relative;
  margin-top: 13.6rem;
  font-size: 2.1rem;
  text-align: center;
  z-index: 2;
}

.about__sub::before {
  content: '';
  position: absolute;
  left: calc(50% - 6.7rem);
  top: -6rem;
  width: 13.5rem;
  height: 13.5rem;
  background: url(../img/about__sub.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: -1;
}

.about__list {
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.4rem;
  z-index: 0;
}

.about__list__item {
  width: 17.8%;
  height: 9.1rem;
  font-size: 1.6rem;
  line-height: 9.5rem;
  color: #fff;
  background: linear-gradient(-26deg, #373d51 0%, #373d51 50%, #333956 50%, #333956 100%);
  text-align: center;
}

.about__after {
  margin-top: 4rem;
  font-size: 1.8rem;
  text-align: center;
}

/* service */
.service {
  position: relative;
  padding: 12.7vw 0 10rem;
  background-color: #F9F8F2;
  z-index: 2;
}

.service::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 50vw solid transparent;
  border-top: 6.8vw solid #fff;
  z-index: 0;
}

.service .inner {
  max-width: 126rem;
}

.service__wrap {
  align-items: flex-start;
  margin: 6rem auto 0;
}

.service__item {
  width: 20%;
}

.service__img {
  width: 75.3%;
  height: 15.0vw;
  max-height: 18.9rem;
  margin: 0 auto;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.service__img.secretary {
  background-image: url(../img/secretary.jpg);
}

.service__img.general {
  background-image: url(../img/general.jpg);
}

.service__img.accounting {
  background-image: url(../img/accounting.jpg);
}

.service__img.creative {
  background-image: url(../img/creative.jpg);
}

.service__img.ohter {
  background-image: url(../img/ohter.jpg);
}

.service__heading {
  margin-top: 2.6rem;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
}

.service__label {
  margin-top: 0.4rem;
  text-align: center;
}

.service__label span {
  display: inline-block;
  padding: 0.1rem 1.1rem;
  font-size: 1.3rem;
  color: #fff;
  background-color: #E20303;
}

.service__box {
  padding: 0.9rem 13.0% 2.2rem;
  margin-top: 1.4rem;
  border-right: 1px dotted #898989;
}

.service__item:last-child .service__box {
  border: none;
}

.service__list {
  margin: 0;
}

.service__list__item {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #666;
}

.service__list__item::before {
  content: '・';
}

.service__after {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  color: #666;
  text-align: right;
}

.service__case {
  position: relative;
  padding: 0.7rem 1.2rem 1.3rem;
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #DD1F00;
  background-color: #fff;
  border: 1px solid #DD1F00;
  border-radius: 2rem;
}

.service__btn {
  position: absolute;
  right: 1.4rem;
  bottom: 0.7rem;
  display: inline-block;
  padding: 0.2rem 0.7rem 0.4rem !important;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background-color: #DD1F00;
  cursor: pointer;
  transition: .5s ease;
}

.service__btn:hover {
  filter: brightness(1.2);
}

.service__modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.service__modal__wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.service__modal__box {
  position: relative;
  width: 80%;
  height: 80vh;
  max-width: 112.5rem;
  max-height: 80.8rem;
  padding: 3.5rem 4.6rem 3.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #DD1F00;
  overflow-y: scroll;
}

.close__btn {
  position: sticky;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  margin-left: auto;
  width: 7rem;
  height: 7rem;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

.close__btn span {
  position: relative;
  width: 80%;
  height: 4px;
}

.close__btn span::before,
.close__btn span::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #DD1F00;
}

.close__btn span::before {
  transform: rotate(45deg);
}

.close__btn span::after {
  transform: rotate(-45deg);
}

.service__modal__heading {
  margin-bottom: 4.7rem;
  font-size: 2.3rem;
  text-align: center;
}

.service__modal__item {
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 1.75;
  border-radius: 1.2rem;
}

.service__modal__item.box__01 {
  max-width: 73.2rem;
  padding: 2.6rem 3.6rem 3.4rem;
  margin-left: 11.3rem;
  background-color: #EFEBE1;
}

.service__modal__item.box__01::before {
  content: '';
  position: absolute;
  left: -12.7rem;
  top: calc(50% - 5.1rem);
  width: 10.2rem;
  height: 10.2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
}

.secretary .service__modal__item.box__01::before {
  background-image: url(../img/secretary__box__01.jpg);
}

.general .service__modal__item.box__01::before {
  background-image: url(../img/general__box__01.jpg);
}

.accounting .service__modal__item.box__01::before {
  background-image: url(../img/accounting__box__01.jpg);
}

.creative .service__modal__item.box__01::before {
  background-image: url(../img/creative__box__01.jpg);
}

.service__modal__item.box__02 {
  max-width: 69.5rem;
  padding: 1.8rem 2rem 1.6rem;
  margin-right: 10.3rem;
  margin-left: auto;
  color: #fff;
  background-color: #DD1F00;
}

.service__modal__item.box__02::before {
  content: '';
  position: absolute;
  right: -12.7rem;
  top: calc(50% - 5.1rem);
  width: 10.2rem;
  height: 10.2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
}

.secretary .service__modal__item.box__02::before {
  background-image: url(../img/secretary__box__02.jpg);
}

.general .service__modal__item.box__02::before {
  background-image: url(../img/general__box__02.jpg);
}

.accounting .service__modal__item.box__02::before {
  background-image: url(../img/accounting__box__02.jpg);
}

.creative .service__modal__item.box__02::before {
  background-image: url(../img/creative__box__02.jpg);
}

.service__txt {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.8;
    color: #666;
    margin-left: 1.3rem;
}


/* point */
.point {
  padding: 8.2rem 0 3rem;
}

.point__wrap {
  margin: 6.4rem auto 0;
}

.point__item {
  align-items: flex-start;
  margin-bottom: 8.9rem;
}

.point__tag {
  width: 15.9rem;
  height: 15.9rem;
  margin: 0.4rem 3.4rem 0 0;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 16.3rem;
  text-align: center;
}

.point__tag.tag__01 {
  background: linear-gradient(-45deg, #333333 0%, #333333 50%, #3D3D3D 50%, #3D3D3D 100%);
}

.point__tag.tag__02 {
  background: linear-gradient(-45deg, #37496D 0%, #37496D 50%, #455477 50%, #455477 100%);
}

.point__tag.tag__03 {
  background: linear-gradient(-45deg, #7F9936 0%, #7F9936 50%, #86A345 50%, #86A345 100%);
}

.point__box {
  flex: 1;
}

.point__heading {
  font-size: 2.4rem;
  font-weight: 400;
}

.point__txt {
  margin-top: 1.1rem;
  font-size: 1.5rem;
  line-height: 1.85;
}

/* flow */
.flow {
  padding: 5.4rem 0 2rem;
}

.flow__ttl {
  height: 9.7rem;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 9.7rem;
  color: #fff;
  background: linear-gradient(-5.6deg, #373d51 0%, #373d51 50%, #333956 50%, #333956 100%);
  text-align: center;
}

.flow__wrap {
  margin-top: 5.5rem;
}

.flow__item {
  position: relative;
  align-items: flex-start;
  min-height: 15.8rem;
  padding: 3.8rem 1rem 4.1rem 5.2rem;
  margin-bottom: 9.9rem;
  border: 1px solid #c2c4ce;
  border-radius: 4.1rem;
}

.flow__box::before {
  content: '';
  position: absolute;
  left: -4.4rem;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px dotted #666;
}

.flow__item::after {
  content: '';
  position: absolute;
  left: calc(50% - 1.0rem);
  bottom: -7.4rem;
  width: 0;
  height: 0;
  border: 1.0rem solid transparent;
  border-top: 1.7rem solid #DD1F00;
}

.flow__item.contract {
  align-items: center;
}

.flow__item.contract .flow__box::before {
  top: -2.8rem;
  height: 9.5rem;
}

.flow__item:last-child::after {
  display: none;
}

.flow__heading {
  width: 19rem;
  margin-right: 5.4rem;
  font-size: 2.2rem;
  font-weight: 400;
}

.flow__box {
  position: relative;
  flex: 1;
}

.flow__catch {
  font-size: 2.2rem;
}

.flow__txt {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #666;
}

/* price */
.price {
  position: relative;
  padding: 12.7vw 0 10.7rem;
  background-color: #F9F8F2;
}

.price .inner {
  max-width: 107.8rem;
}

.price::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 50vw solid transparent;
  border-top: 6.6vw solid #fff;
}

.price__wrap {
  margin: 4.7rem auto 0;
}

.price__item {
  width: 50%;
  padding: 1.8rem 0.5% 3.1rem;
  border-right: 1px dotted #333;
  text-align: center;
}

.price__item__left {
  padding-left: 25%;
}

.price__item__right {
  padding-right: 25%;
}

.price__item:last-child {
  border: none;
}

.price__heading {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
}

.price__detail {
  margin-top: 0.2rem;
  font-size: 2.7rem;
  color: #E00B48;
}

.custom__heading {
  margin-top: 0.5rem;
}

.custom {
  margin-top: 1.6rem;
}

.price__note {
  display: block;
  font-size: 1.7rem;
  color: #E00B48;
}

.price__detail .time {
  font-size: 1.8rem;
  color: #000;
}

.price__detail .slash {
  display: inline-block;
  margin: 0 0.8rem 0 0.3rem;
  font-size: 1.8rem;
  color: #BFBFBF;
}

.price__detail .yen {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 2.0rem;
}

.price__detail .line {
  display: inline-block;
  font-size: 1.8rem;
}

.price__after {
  margin-top: 6.2rem;
  font-size: 1.4rem;
  text-align: center;
}

/* voice */
.voice {
  padding: 10rem 0 5rem;
  z-index: 2;
  position: relative;
}

.voice__wrap {
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 5.8rem auto 0;
}

.voice__item {
  width: 32.7%;
  margin: 0 0.95% 7.3rem 0;
}

.voice__item:nth-child(5) {
  margin-right: 0;
}

.voice__item:nth-child(11) {
  margin-right: 0;
}

.voice__heading {
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 1.8rem;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  background-color: #E9D3C7;
}

.voice__heading::before {
  content: '';
  position: absolute;
  bottom: -5.1rem;
  left: calc(50% - 3.8rem);
  width: 0;
  height: 0;
  border: 3.8rem solid transparent;
  border-top: 1.5rem solid #E9D3C7;
}

.voice__heading span {
  display: block;
}

.voice__box {
  min-height: 23.4rem;
  padding: 2.7rem 1.3rem 5rem;
  margin-top: 2.2rem;
  background-color: #F9F8F2;
  border: 1px solid #969696;
  border-radius: 2.8rem;
  position: relative;
}

.heading__01,.heading__03 {
  padding: 1.6rem 1.8rem 3.8rem;
}

.voice__heading span:nth-child(1) {
  font-size: 2rem;
}

.voice__heading span:nth-child(2) {
  font-size: 1.5rem;
}


.voice__before {
  padding-bottom: 1.9rem;
  font-size: 1.4rem;
  line-height: 1.8;
  border-bottom: 1px solid #E9D3C7;
}

.voice__coment {
  /* margin-top: 2.9rem; */
  font-size: 1.4rem;
  line-height: 1.75;
}

.voice__btn {
  position: absolute;
  right: 2.0rem;
  bottom: 2.5rem;
  color: #fff;
  background-color: #dd1f00;
  padding: 0.2rem 0.7rem 0.4rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: .5s ease;
}

.voice__btn:hover {
  filter: brightness(1.2);
}

.voice__modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.voice__modal__wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.voice__modal__box {
  position: relative;
  width: 80%;
  height: 80vh;
  max-width: 112.5rem;
  max-height: 80.8rem;
  padding: 3.5rem 4.6rem 3.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #DD1F00;
  overflow-y: scroll;
}

.voice__modal__heading {
  position: relative;
  font-size: 2.3rem;
    margin-bottom: 2.0rem;
    justify-content: space-between;
    padding: 0 3.6rem;
}

.voice__modal__heading.voice__modal__01::before {
  content: "建設業";
  position: absolute;
    bottom: 2.7rem;
    font-size: 1.2rem;
}

.voice__modal__heading.voice__modal__02::before {
  content: "貿易業";
  position: absolute;
    bottom: 6.3rem;
    font-size: 1.2rem;
}

.voice__modal__heading.voice__modal__03::before {
  content: "イベント派遣、キャスティング業";
  position: absolute;
    bottom: 2.7rem;
    font-size: 1.2rem;
}

.voice__modal__heading.voice__modal__04::before {
  content: "PR・キャスティング事業";
  position: absolute;
    bottom: 2.7rem;
    font-size: 1.2rem;
}

.voice__modal__heading.voice__modal__05::before {
  content: "コンパニオン請負業";
  position: absolute;
    bottom: 2.7rem;
    font-size: 1.2rem;
}

.voice__modal__heading.voice__modal__06::before {
  content: "一般社団法人";
  position: absolute;
    bottom: 2.7rem;
    font-size: 1.2rem;
}

.voice__modal__item {
    background-color: #efebe1;
    margin-bottom: 2rem;
    padding: 2.6rem 3.6rem 3.9rem 8.0rem;
    font-size: 1.5rem;
    border-radius: 1.2rem;
    line-height: 1.75;
}

.voice__modal__q {
    border-bottom: 1px dotted #898989;
    padding: 0 0 1rem;
}

.voice__modal__q::before {
  content: "";
    position: absolute;
    left: 8.5rem;
    color: #fff;
    background: #383e52;
    padding: 0 0.9rem 0.2rem;
}

.voice__modal__q.q__01::before {
  content: "1";
}

.voice__modal__q.q__02::before {
  content: "2";
}

.voice__modal__q.q__03::before {
  content: "3";
}

.voice__modal__txt {
    padding: 1.3rem 0 0;
}

.voice__modal__disc {
  padding-left: 2rem;
}

.voice__modal__list {
  list-style-type: disc !important;
}

/* faq */
.faq {
  padding: 7rem 0 7.6rem;
}

.faq__wrap {
  margin-top: 4.9rem;
}

.faq__item {
  margin-bottom: 4.4rem;
}

.faq__question {
  position: relative;
  padding: 1.1rem 2rem 1.4rem 6.7rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  background: linear-gradient(-3deg, #373d51 0%, #373d51 50%, #333956 50%, #333956 100%);
}

.faq__question::before {
  content: 'Q.';
  position: absolute;
  left: 3rem;
  top: 0.9rem;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.3em;
}

.faq__answer {
  position: relative;
  margin-top: 2.4rem;
  padding: 0 2rem 0 6.3rem;
  font-size: 1.6rem;
  line-height: 1.9;
}

.faq__answer::before {
  content: 'A.';
  position: absolute;
  left: 3.3rem;
  top: -0.3rem;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #DD1F00;
}

/* company */
.company {
  position: relative;
  padding: 15.4vw 0 14.1rem;
  background-color: #F9F8F2;
}

.company::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 50vw solid transparent;
  border-top: 6.8vw solid #fff;
}

.company__sub {
  font-family: serif;
  margin-top: 0 !important;
  font-weight: bold;
  margin-top: 20px !important;
  font-size: 3rem;
  text-align: center;
  color: #DD1F00;
}

.company__subtop {
    text-align: center;
    font-size: 2rem;
}

.company__ttl {
  margin: -2rem 0 8.7rem;
  font-size: 15.2rem;
  font-weight: 400;
  color: #DD1F00;
  line-height: 1;
  text-align: center;
}

.company__txt {
  max-width: 90.5rem;
  margin: 2.6rem auto 0;
  font-size: 1.6rem;
  line-height: 1.85;
}

.company__caption {
  max-width: 90.5rem;
  margin: 6rem auto 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.85;
}

.company__box {
  align-items: flex-start;
  max-width: 90.5rem;
  margin: 2.6rem auto 0;
}

.company__txtbox {
  flex: 1;
}

.company__img {
  width: 29rem;
  margin-left: 3rem;
}

.company__img img {
  display: block;
  width: 100%;
  height: auto;
}

.company__name {
  font-size: 1.3rem;
  line-height: 2;
  text-align: right;
}

.company__name span {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.6rem;
}

.company__wrap {
  padding: 3.8rem 6rem 4.7rem;
  margin-top: 6.4rem;
  background-color: #fff;
  border-radius: 5.7rem;
}

.company__table {
  width: 100%;
}

.company__table tr {
  border-bottom: 1px dotted #898989;
}

.company__table tr:last-child {
  border: none;
}

.company__table th,
.company__table td {
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2;
}

.company__table th {
  width: 25rem;
  padding-left: 0.6rem;
  font-weight: 400;
  text-align: left;
}

.company__table td a {
  color: #000;
}

.company__table tr:last-child th {
  vertical-align: top;
}

/* contact */
.contact {
  padding: 10rem 0 26.6rem;
}

.contact form {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.contact__table {
  width: 100%;
  max-width: 91.4rem;
  margin: 6.4rem auto 0;
}

.contact__table tr {
  border-bottom: 1px solid #c1c0c0;
}

.contact__table th,
.contact__table td {
  padding-top: 1.6rem;
  padding-bottom: 1.7rem;
  font-size: 1.5rem;
}

.contact__table th {
  position: relative;
  width: 25.2rem;
  padding-left: 0.5rem;
  font-weight: 400;
  text-align: left;
}

.required {
  position: absolute;
  display: inline-block;
  left: 15.2rem;
  top: 2.2rem;
  padding: 0.4rem 1.5rem;
  font-size: 1.2rem;
  color: #DD1F00;
  background-color: #F9DAD7;
}

.contact__table td input {
  width: 100%;
  max-width: 35.3rem;
  padding: 0.7rem 1.0rem;
  font-size: 1.6rem;
  background-color: #EDEDED;
  border: none;
  outline: none;
}

.contact__table td textarea {
  width: 100% !important;
  max-width: 58.6rem;
  /* height: 20.3rem !important; */
  padding: 1.0rem 1.0rem;
  margin: 0.4rem 0 2.9rem;
  font-size: 1.6rem;
  background-color: #EDEDED;
  border: none;
  outline: none;
}

.contact-content {
    height: 20.3rem !important;
}

.contact__table td textarea+.mfp_err {
  margin-top: -2.9rem;
}

.contact__table tr:nth-child(6) th {
  vertical-align: top;
}

.contact__table tr:nth-child(7) {
    border-bottom: none !important;
}

.agreememt-statement {
    text-align: center !important;
    margin-bottom: 2.9rem;
}

.agreememt-statement a{
    color: #0066c0;
    text-decoration: underline;
}

.submit__btn {
  margin: 5rem auto 0;
  text-align: center;
}

.submit__btn input {
  width: 90%;
  max-width: 39.1rem;
  height: 7.4rem;
  font-size: 1.6rem;
  line-height: 7.4rem;
  color: #fff;
  background: linear-gradient(-10.6deg, #373d51 0%, #373d51 50%, #333956 50%, #333956 100%);
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}

.submit__btn input:hover {
  filter: brightness(1.3);
}

/* 送信完了ページ */
.thanks {
  padding: 10rem 0 26.6rem;
}

.thanks_txt {
  font-size: 1.6rem;
  text-align: center;
}

.submit__btn a {
  display: inline-block;
  width: 90%;
  max-width: 39.1rem;
  height: 7.4rem;
  font-size: 1.6rem;
  line-height: 7.4rem;
  color: #fff;
  background: linear-gradient(-10.6deg, #373d51 0%, #373d51 50%, #333956 50%, #333956 100%);
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}

.submit__btn a:hover {
  filter: brightness(1.3);
}

/* youtube */

/* .youtube {
} */

  .yt {
    margin: -3rem auto -3rem;
    width: 35rem;
    height: 22rem;
  }

/*********************

* footer

*********************/
.footer {
  text-align: center;
  padding: 2.7rem 0 2.5rem;
  background: linear-gradient(-2.6deg, #373d51 0%, #373d51 50%, #333956 50%, #333956 100%);
}

.copyright {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}

.specified{
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
.specified:hover {
  border-bottom: 1px solid #fff;
}
/*********************

* hamburger

*********************/
.hamburger {
  display: none;
  position: fixed;
  top: 1.5rem;
  right: 1.8%;
  width: 6rem;
  height: 6rem;
  padding: 0;
  background-color: transparent;
  z-index: 9999;
  cursor: pointer;
  box-shadow: none;
  border: none;
  justify-content: center;
  align-items: center;
}

.hamburger:focus {
  outline: none;
}

.hamburger span {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 0.4rem;
  background-color: #333;
  transition: .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hamburger span::before, .hamburger span::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  content: '';
  background-color: #333;
}

.hamburger span:before {
  top: -1.9rem;
}

.hamburger span::after {
  top: 1.9rem;
}

.hamburger.open span {
  transform: rotate(135deg);
  background-color: #fff;
}

.hamburger.open span:before {
  top: 0;
  transform: rotate(90deg);
  background-color: #fff;
}

.hamburger.open span:after {
  top: 0;
  transform: rotate(90deg);
  background-color: #fff;
}

.hamburger.open:hover span {
  transform: rotate(225deg);
}

/*********************

* header__modal

*********************/
.header__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
  overflow: hidden;
}

.open+.header__modal {
  visibility: visible;
}

.header__modal__wrap {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.open+.header__modal .header__modal__wrap {
  transform: scale(1);
  transition-duration: 0.75s;
}

.modal__nav {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.open+.header__modal .modal__nav {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

.modal__nav ul li {
  position: relative;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
}

.open+.header__modal .modal__nav ul li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    top: 20%;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.modal__nav ul li a {
  position: relative;
  display: inline-block;
  padding: 2rem 0;
  font-size: 2.4rem;
  font-weight: 300;
  font-style: normal;
  font-size: 5.0rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
}

.modal__nav ul li a::before {
  content: '';
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #FFF;
  transition: .35s;
}

.modal__nav ul li a:hover::before {
  width: 100%;
}

/*********************

* レスポンシブ

*********************/
@media screen and (max-width: 1350px) {
  .header__box {
    margin-left: 0.7rem;
  }

  .header__ttl {
    margin-top: 2.2rem;
    font-size: 1.2vw !important;
  }

  .header__ttl span {
    font-size: 9.4vw;
    margin-top: -3px !important;
    /* transform: none; */
  }

  .header-subtitle {
    display: block;
    font-family: serif;
    font-size: 2.0vw !important;
    margin-top: 0 !important;
    font-weight: bold;
    color: #e20303;
    margin-top: 5px !important;
  }

  .header__tel {
    font-size: 1.8rem;
  }

  .header__tel .number {
    font-size: 2.0rem;
  }

  .header__contact {
    width: 6.0rem;
    height: 6.0rem;
    margin-left: 1.2rem;
    background-size: 4.0rem;
  }

  .header__line {
      width: 6.0rem;
      height: 6.0rem;
      background-size: 6.0rem;
  }

  .header__nav__list__item a {
    font-size: 1.4rem;
  }


  /* max-width:1350px */
}

@media screen and (max-width: 1260px) {
  .service__box {
    padding: 0.9rem 5% 2.2rem;
  }

  .service__list {
    min-height: 13.9rem;
  }

  .header__contact {
    margin-left: 0.5rem;
  }


  /* max-width:1260px */
}

@media screen and (max-width: 1140px) {
  .price__heading {
    font-size: 1.7rem;
  }


  /* max-width:1140px */
}

/*--- タブレット ---*/
@media screen and (max-width: 1024px) {
  html {
    font-size: calc(100vw / 1024 * 10);
  }

  .tab__none {
    display: none;
  }

  .breadcrumb {
    display: none;
  }

  .header__nav__list__item {
    padding: 0 1.2rem;
  }

  .header__tel .number {
    font-size: 2.1rem;
  }

  .header__tel .hour {
    transform: none;
  }

  .header__contact {
    /* margin-left: 1rem; */
  }

  .header__line {
    margin: 1.7rem 0 0 0.3rem;
  }

  .main__visual {
    background-position: center;
  }

  .main__visual__catch {
    top: 16.3%;
    font-size: 1.6vw;
  }

  .main__visual__sub {
    font-size: 1.5vw;
  }

  .main__visual__heading {
    font-size: 3.3vw;
  }


  .service__list__item {
    margin-left: -0.5rem;
    white-space: nowrap;
  }

  /* max-width:1024px */
}


@media screen and (max-width: 793px) {
  .header__nav__list__item {
    padding: 0 1.0rem;
  }

  /* max-width:793px */
}


/*--- スマホ 横---*/
@media screen and (max-width: 767px) {
  .sticky .header__ttl {
    margin-top: 0.7rem;
    font-size: 1.0rem !important;
  }

  .sticky .header__ttl span {
    margin-top: -0.2rem;
    font-size: 4.2rem;
    margin-top: -1px !important;
  }

  .sticky .header-subtitle {
    font-size: 1.1rem !important;
  }

  .header__nav {
    display: none;
  }

  .header__box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
  }

  .sticky .header__box {
    display: none;
  }

  .header__box a {
    display: block;
    width: 9rem;
    height: 9rem;
    margin: 0;
  }

  .header__box a.header__tel {
    padding-top: 1.8rem;
    background-color: #fff;
    font-size: 2rem;
    text-align: center;
    flex: 1;
  }

  .header__box a.header__tel .number {
    margin: -1rem 0 0 -0.2rem;
    font-size: 3.0rem;
    vertical-align: middle;
  }

  .header__box a.header__tel .hour {
    font-size: 1.0rem;
    text-align: center;
    transform: translateX(0.3rem);
  }

  .header__line {
    background-size: 9.2rem;
  }

  .hamburger {
    display: block;
    top: 1.3rem;
  }

  .hamburger span {
    height: 2px;
  }

  .hamburger span::before {
    top: -8px;
  }

  .hamburger span::after {
    top: 8px;
  }

  .about__item {
    width: 32%;
  }

  .price__item {
    width: 50%;
    margin-bottom: 4rem;
  }

  .price__item:nth-child(2n) {
    border: none;
  }
  
  .custom__heading {
    margin-top: 0;
  }

  .voice__item,
  .voice__item:nth-child(3n) {
    width: 48%;
    margin-right: 2%;
  }

  .voice__item:nth-child(2n) {
    margin-right: 0;
  }

  .voice__box {
    min-height: 28rem;
  }

  .voice__coment {
    font-size: 1.86rem;
  }

  .voice__item:nth-child(5) {
    margin-right: auto;
  }

  .heading__03 {
    padding: 1.6rem 1.8rem ;
  }

  .service__item {
    width: 50%;
    margin: 0 0 4rem;
  }

  .service__item:nth-child(2n) .service__box {
    border: none;
  }

  .service__img {
    width: 18.9rem;
    height: 18.9rem;
  }

  .company__table,
  .company__table tbody {
    display: block;
  }

  .company__table tr {
    display: block;
    border: none;
  }

  .company__table th, .company__table td {
    display: block;
    padding: 0.7rem 1.5rem;
    width: 100% !important;
  }

  .contact__table,
  .contact__table tbody {
    display: block;
  }

  .company__table th {
    background-color: #efefef;
  }

  .contact__table tr {
    display: block;
    border: none;
  }

  .contact__table th, .contact__table td {
    display: block;
    padding: 0.7rem 1.5rem;
    width: 100% !important;
  }

  .contact__table td {
    padding: 1.5rem 0 4rem;
  }

  .contact__table td input,
  .contact__table td textarea {
    max-width: none;
  }

  .contact__table th {
    background-color: #E9D3C7;
  }

  .required {
    position: relative;
    left: 0;
    top: 0;
    padding: 0.2rem 1rem;
    margin-left: 2rem;
  }

  .footer {
    margin-bottom: 9rem;
  }

  /* max-width:767px */
}

/*--- スマホ 縦 ---*/
@media screen and (max-width: 479px) {
  html {
    font-size: calc(100vw / 320 * 10);
  }

  .sp__block {
    display: block !important;
  }

  .sp__none {
    display: none !important;
  }

  /* header */
  .header__ttl {
    margin-left: 1rem;
    margin-top: 0.5rem;
    font-size: 1.0rem !important;
  }

  .header__ttl span {
    margin-top: -0.3rem;
    font-size: 4.2rem;
    transform: translateX(-0.3rem);
  }

  .header-subtitle {
    font-size: 1.1rem !important;
    transform: translateX(-0.3rem);
  }

  .sticky .header__ttl {
    margin-top: 0.7rem;
    font-size: 1rem;
  }

  .sticky .header__ttl span {
    margin-top: -0.2rem;
    font-size: 4.2rem;
  }

  .header__nav {
    display: none;
  }

  .header__box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
  }

  .sticky .header__box {
    display: none;
  }

  .header__box a {
    display: block;
    width: 5.7rem;
    height: 5.7rem;
    margin: 0;
  }

  .header__box a.header__tel {
    padding-top: 1.3rem;
    background-color: #fff;
    font-size: 1.1rem;
    text-align: center;
  }

  .header__box a.header__tel .number {
    margin: -0.5rem 0 0 -0.2rem;
    font-size: 1.7rem;
    vertical-align: middle;
  }

  .header__box a.header__tel .hour {
    font-size: 1.0rem;
    text-align: center;
    letter-spacing: 0;
    transform: translateX(0.3rem);
  }

  .header__line {
    background-color: #00b900;
    background-size: 5.0rem;
  }

  /* main */
  .sec__ttl {
    font-size: 1.7rem;
  }

  .sec__sub {
    margin-top: 1.3rem;
  }

  .sec__sub .sub__box {
    height: auto;
    padding: 0.4rem 1.7rem 0.6rem;
    font-size: 1.3rem;
    line-height: 1.75;
    background: linear-gradient(-6.5deg, #e2342b 0%, #e2342b 44%, #dd1f00 44%, #dd1f00 100%);
    border-radius: 2.3rem;
  }

  .sec__sub.large .sub__box {
    font-size: 1.4rem;
  }

  .inner {
    width: 90%;
  }

  /* main__visual */
  .main__visual {
    height: 90vh;
    background: url(../img/main__visual_res.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .main__visual__box {
    width: 100%;
    top: 100%;
    left: 0;
    padding: 1rem 1rem;
    background-color: #fbf1f1;
    text-align: center;
  }

  .main__visual__sub {
    font-size: 1.1rem;
  }

  .main__visual_go {
    display: none;
  }

  .main__visual__heading {
    font-size: 1.8rem;
  }

  .main__visual__catch {
    top: 13.3%;
    left: 67%;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
}

  .juryo {
    font-size: 7vw;
  }
  /* about */
  .about {
    padding: 12.3rem 0 1.3rem;
  }

  .about__wrap {
    margin-top: 3.3rem;
  }

  .about__item {
    width: 100%;
    margin-bottom: 3.9rem;
  }

  .about__heading {
    position: relative;
    width: 90%;
    padding: 0.5rem 0rem;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.75;
  }

  .about__heading::before {
    width: 4.7rem;
    height: 4.7rem;
  }

  .about__txt {
    margin-top: 1.3rem;
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .about__sub {
    margin-top: 1.3rem;
    font-size: 1.7rem;
  }

  .about__sub::before {
    left: calc(50% - 4.5rem);
    top: -4rem;
    width: 9rem;
    height: 9rem;
  }

  .about__list {
    margin-top: 3.9rem;
  }

  .about__list__item {
    width: 100%;
    height: 5.2rem;
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
    line-height: 5.4rem;
    background: linear-gradient(-9.6deg, #373d51 0%, #373d51 50%, #333956 50%, #333956 100%);
  }

  .about__after {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }

  /* service */
  .service {
    padding: 5.5rem 0 2.6rem;
  }

  .service__wrap {
    margin-top: 2.6rem;
  }

  .service__item {
    width: 100%;
    margin-bottom: 2.6rem;
  }

  .service__img {
    width: 14rem;
    height: 14rem;
  }

  .service__heading {
    margin-top: 0.9rem;
    font-size: 2rem;
  }

  .service__label {
    margin-top: 0.3rem;
  }

  .service__label span {
    font-size: 1.2rem;
  }

  .service__box {
    max-width: 23rem;
    padding: 0;
    margin: 1.3rem auto 0;
    border: none;
  }

  .service__list {
    min-height: 0;
  }

  .service__after {
    margin-top: -0.2rem;
  }

  .service__case {
    padding: 0.7rem 1.2rem;
    margin-top: 1.3rem;
    font-size: 1.2rem;
    line-height: 1.75;
    border-radius: 1.6rem;
  }

  .service__btn {
    right: 1.2rem;
    bottom: 0.8rem;
    padding: 0.1rem 0.7rem 0.4rem;
    font-size: 1.1rem;
  }

  .service__modal__box {
    width: 92%;
    height: 75vh;
    top: -5vh;
    padding: 1.3rem;
  }

  .service__modal__heading {
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
  }

  .close__btn {
    top: 0;
    width: 4rem;
    height: 4rem;
  }

  .close__btn span {
    height: 3px;
  }

  .service__modal__item {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    border-radius: 1rem;
  }

  .service__modal__item.box__01 {
    padding: 1.3rem;
    margin-left: 3.7rem;
  }

  .service__modal__item.box__01::before {
    left: -3.7rem;
    top: 0;
    width: 3.4rem;
    height: 3.4rem;
  }

  .service__modal__item.box__02 {
    padding: 1.3rem;
    margin-right: 3.7rem;
  }

  .service__modal__item.box__02::before {
    right: -3.7rem;
    top: 0;
    width: 3.4rem;
    height: 3.4rem;
  }

  /* point */
  .point {
    padding: 3.9rem 0 0;
  }

  .point__item {
    margin-bottom: 2.6rem;
  }

  .point__tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    margin: 0;
    font-size: 1rem;
    line-height: 5rem;
  }

  .point__wrap {
    margin-top: 2.6rem;
  }

  .point__box {
    margin-top: 1.4rem;
    flex: none;
    width: 100%;
  }

  .point__heading {
    font-size: 1.4rem;
    padding-left: 5.8rem;
  }

  .point__txt {
    margin-top: 2.2rem;
    font-size: 1.3rem;
    line-height: 1.75;
  }

  /* flow */
  .flow {
    padding: 3.9rem 0;
    margin-top: -2.6rem;
  }

  .flow__wrap {
    margin-top: 2.6rem;
  }

  .flow__item {
    min-height: 0;
    padding: 1.8rem 1.2rem 2.1rem;
    margin-bottom: 4.7rem;
    border: 1px solid #c2c4ce;
    border-radius: 1.8rem;
  }

  .flow__item:last-child {
    margin-bottom: 0;
  }

  .flow__item::after {
    bottom: -4.2rem;
  }

  .flow__ttl {
    height: 5.2rem;
    font-size: 1.7rem;
    line-height: 5.4rem;
  }

  .flow__heading {
    width: 100%;
    padding-bottom: 0.6rem;
    margin-right: 0;
    font-size: 1.4rem;
    border-bottom: 1px dotted #666;
  }

  .flow__box {
    flex: none;
    width: 100%;
    margin: 1.3rem 0 0;
  }

  .flow__box::before {
    display: none;
  }

  .flow__catch {
    font-size: 1.3rem;
  }

  .flow__txt {
    margin-top: 1.3rem;
    font-size: 1.2rem;
  }

  /* price */
  .price {
    padding: 5.5rem 0 3.9rem;
  }

  .price__wrap {
    width: 88%;
    margin-top: 2.6rem;
  }

  .price__detail {
    margin-top: 0;
  }

  .price__item,
  .price__item:nth-child(2n) {
    width: 100%;
    padding: 0 0 1.3rem;
    border-right: none;
    border-bottom: 1px dotted #333;
    margin-bottom: 1.3rem;
  }

  .price__item:last-child {
    border: none;
  }

  .price__heading {
    font-size: 1.5rem;
  }

  .price__after {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.75;
    text-align: left;
  }

  .custom__heading {
    margin-top: 0;
  }

  .custom {
    margin-top: 0;
  }

  .price__note {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }


  /* voice */
  .voice {
    padding: 3.9rem 0 0;
  }

  .voice__wrap {
    margin-top: 2.6rem;
  }

  .voice__item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 2.6rem;
  }

  .voice__item:last-child {
    margin-bottom: 0;
  }

  .voice__heading {
    padding: 0.9rem 1.2rem;
    font-size: 1.4rem;
  }

  .voice__before {
    padding-bottom: 1.2rem;
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .voice__box {
    min-height: 0;
    padding: 1.5rem 1.5rem 4.2rem;
    margin-top: 2rem;
    border-radius: 1.8rem;
  }

  .voice__coment {
    font-size: 1.08rem;
  }

  .voice__btn {
    bottom: 1.0rem;
    font-size: 0.92rem;
  }

  .voice__heading span:nth-child(1) {
    font-size: 1.55rem;
  }

  .voice__heading span:nth-child(2) {
    font-size: 1.16rem;
  }

  .voice__modal__box {
    width: 92%;
    height: 75vh;
    top: -5vh;
    padding: 1.3rem;
  }

  .voice__modal__heading {
    font-size: 1.5rem;
    padding: 0 1.8rem;
    flex-direction: column;
  }

  .voice__modal__heading span:nth-child(2) {
    font-size: 1.1rem;
    padding-top: 0.4rem;
  }

  .voice__modal__item {
    padding: 1.3rem 1.3rem 1.3rem 3.3rem;
    font-size: 1.1rem;
  }

  .voice__modal__q {
    padding: 0 0 0.6rem;
  }

  .voice__modal__q::before {
    left: 2.0rem;
    padding: 0 0.7rem 0.1rem;
  }

  .voice__modal__txt {
    padding: 0.8rem 0 0;
  }

  .voice__modal__heading.voice__modal__01::before,.voice__modal__heading.voice__modal__05::before,.voice__modal__heading.voice__modal__06::before {
    bottom: 4.0rem;
    font-size: 1.1rem;
  }

  .voice__modal__heading.voice__modal__02::before {
    bottom: 5.8rem;
    font-size: 1.1rem;
  }

  .voice__modal__heading.voice__modal__03::before,.voice__modal__heading.voice__modal__04::before {
    bottom: 4.0rem;
    font-size: 1.1rem;
  }


  /* faq */
  .faq {
    padding: 3.9rem 0 3.9rem;
  }

  .faq__wrap {
    margin-top: 2.6rem;
  }

  .faq__item {
    margin-bottom: 2.6rem;
  }

  .faq__item:last-child {
    margin-bottom: 0;
  }

  .faq__question {
    position: relative;
    padding: 0.6rem 2rem 0.8rem 3.2rem;
    font-size: 1.4rem;
  }

  .faq__question::before {
    left: 0.7rem;
    top: 0.2rem;
    font-size: 1.7rem;
    letter-spacing: 0.2em;
  }

  .faq__answer {
    margin-top: 1.3rem;
    padding: 0 1rem 0 3.4rem;
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .faq__answer::before {
    left: 0.9rem;
    top: -0.4rem;
    font-size: 1.7rem;
  }

  /* company */
  .company {
    padding: 5.5rem 0 3.9rem;
  }

  .company__sub {
    font-size: 1.5rem;
  }

  .company__box {
    margin-top: 0;
  }

  .company__ttl {
    margin: 0rem 0 3.9rem;
    font-size: 7.2rem;
  }

  .company__txt {
    margin-top: 1.8rem;
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .company__caption {
    font-size: 1.7rem;
  }

  .company__txtbox {
    flex: none;
    width: 100%;
  }

  .company__img {
    width: 100%;
    margin: 1.8rem auto 0;
  }

  .company__name {
    margin-bottom: -0.6rem;
    font-size: 1.2rem;
  }

  .company__name span {
    font-size: 1.3rem;
  }

  .company__wrap {
    padding: 2.6rem 1.3rem 1.3rem;
    margin-top: 2.6rem;
    border-radius: 2.0rem;
  }

  .company__table th, .company__table td {
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
  }

  /* contact */
  .contact {
    padding: 3.9rem 0 5.2rem;
  }

  .contact__table {
    margin-top: 2.6rem;
  }

  .contact__table th, .contact__table td {
    font-size: 1.2rem;
    padding: 0.7rem 1.0rem;
  }

  .contact__table td {
    padding: 0.6rem 0 1.5rem;
  }

  .required {
    padding: 0.1rem 1rem 0.2rem;
    font-size: 1.0rem;
    margin-left: 1rem;
  }

  .submit__btn {
    margin-top: -2rem;
  }

  .submit__btn input {
    height: 6.0rem;
    font-size: 1.4rem;
    line-height: 6.2rem;
  }

  .footer {
    padding: 0.8rem 0 0.8rem;
  }

  .copyright {
    font-size: 1.0rem;
  }

  .hamburger {
    top: 0.8rem;
    width: 4rem;
    height: 4rem;
  }

  .hamburger span {
    height: 3px;
  }

  .hamburger span::before {
    top: -12px;
  }

  .hamburger span::after {
    top: 12px;
  }

  .modal__nav ul li a {
    padding: 1.3rem 2.3rem;
    font-size: 1.8rem;
  }

  .modal__nav ul li ul.sub-menu li a {
    font-size: 1.2rem;
  }

  .header__modal__wrap {
    width: 300vw;
    height: 300vw;
  }

  .thanks {
    padding: 12.3rem 0 5.2rem;
  }

  .thanks_txt {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 3.9rem;
  }

  .submit__btn a {
    height: 6.0rem;
    font-size: 1.4rem;
    line-height: 6.2rem;
  }

  .agreememt-statement {
    background-color: #ffffff !important;
  }

    /* youtube */
  .yt {
      margin: 0rem auto 2rem;
      width: 55%;
      height: 11rem;
  }


  .footer {
    margin-bottom: 5.7rem;
  }

  /* max-width:479px */
}