@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: 'Kaisei Decol', serif;
  color: #000000;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
p {
  line-height: 1.5em;
}
.SP {
  display: none;
}
.wrapp {
  width: 1200px;
  margin: 0 auto;
}

/*mv*/
header {
  height: 700px;
  position: relative;
}

header h1 {
  text-align: center;
  color: #fff;
  font-size: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: fit-content;
}
header h1 span {
  font-weight: bold;
  display: block;
  height: fit-content;
  background-color: #000;
  width: fit-content;
  margin: 0 auto;
  padding: 20px;
}
header h1 span:nth-of-type(2) {
  font-size: 90px;
}
.sec_kitagus {
  background-image: url(../img/bkg_gly.webp);
  margin-top: -50px;
}
.kitagus_inner {
  padding: 120px 0;
  height: fit-content;
}
.kitagus_inner dl {
  display: flex;
  gap: 60px;
  align-items: center;
}
.kitagus_inner dt {
  max-width: 50%;
}
.kitagus_inner dd > p {
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
}
.kitagus_inner dd > p span {
  font-size: 40px;
}
.kita_image_head {
  position: relative;
  margin-top: 30px;
}
.kita_image_head p {
  position: absolute;
  top: 20px;
  left: 50px;
  text-align: center;
  font-size: 20px;
}
.kita_image_head p span {
  font-size: 25px;
}
.kita_image {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
.kita_image img {
  display: block;
}
.kita_image div {
  position: relative;
  margin-bottom: 20px;
}
.kita_image div p {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}
.sec_paper {
  background-image: url(../img/paper.png);
  background-position: top center;
  background-size: cover;
  background-repeat: repeat-x;
  padding: 100px 0 10px 0;
}
.main_cont {
  margin: 70px auto;
}
.main_cont .inner {
  background-color: #fff;
  width: 1400px;
  margin: 0 auto;
  box-shadow: 5px 5px 5px #aaa;
  padding: 50px 0;
  border-radius: 30px;
  position: relative;
}
.main_cont h2 {
  font-size: 40px;
  padding-top: 50px;
}
.main_cont .inner .main_icon {
  position: absolute;
  right: 5%;
  top: 15px;
  z-index: 5;
}
.nayami_list {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 99;
  margin-top: 60px;
}
.nayami_list li {
  width: calc(95%/4);
}
.nayami_list li a {
  background-color: #fff;
  box-shadow: 10px -10px 0 #000;
  border-radius: 30px;
  height: 300px;
  display: block;
  cursor: default;
  position: relative;
  border: solid 2px #000;
  transition: .3s;
  margin-bottom: 20px;
}
.nayami_list li a:hover {
  transform: translate(5px, -5px);
  transition: .3s;
  box-shadow: none;
}
.nayami_list li a p {
  font-size: 25px;
  color: #000;
  position: absolute;
}
.nayami_list li a p span {
  font-size: 35px;
}
.nayami_list li a + p span {
  font-size: 15px;
}
.nayami_list li a img {
  position: absolute;
}
.nayami_list li:nth-of-type(odd) img {
  right: 20px;
  top: 30px;
}
.nayami_list li:nth-of-type(odd) p {
  bottom: 30px;
  left: 30px;
}
.nayami_list li:nth-of-type(even) img {
  right: 20px;
  bottom: 30px;
}
.nayami_list li:nth-of-type(even) p {
  top: 30px;
  left: 30px;
}
.marutto_list {
  display: flex;
  position: relative;
  z-index: 99;
  margin-top: 50px;
  gap: 50px;
  justify-content: center;
  margin-bottom: 50px;
}
.marutto_list li {
  width: 346px;
}
.marutto_list li div p {
  position: absolute;
  color: #fff;
  right: 10px;
  bottom: 10px;
  font-size: 45px;
  text-shadow: 2px 2px 2px #000;
}
.marutto_list li p.about {
  padding-left: 40px;
  padding-top: 15px;
}
.marutto_list li div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.marutto_list li div a {
  cursor: default;
  position: relative;
  display: block;
}
.marutto_list li div .ovl {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 30px;
  transition: .3s;
}
.marutto_list li div .ovl:hover {
  opacity: 0;
  transition: .3s;
}
.marutto_list:nth-of-type(2) {
  align-items: center;
}
.marutto_list li.andmore img {
  display: block;
  margin-bottom: 20px;
}
.bkg_repeat {
  background-image: url(../img/bkg_glay_repeat.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 80px;
}
.sec_tit {
  padding-top: 100px;
}
.sec_tit h2 {
  font-size: 40px;
}
.bar {
  display: block;
  width: 1400px;
  border-bottom: solid 1px #000;
  margin-top: 20px;
}
.reason_cont {
  position: relative;
  margin-top: 150px;
}
.reason_tit {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  margin: auto;
}
.reason_cont {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 5px 5px 5px #aaa;
}
.reason_cont_inner {
  max-width: 900px;
  padding-top: 80px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.reason_cont_inner dl {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.reason_cont_inner dt,
.reason_cont_inner dd {
  max-width: 50%;
}
.reason_cont dl {
  padding: 30px;
}
.reason_cont dt h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.reason_cont_inner dt img {
  display: block;
  margin: 0 auto;
}
.reason_flex {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.reason_flex div {
  text-align: center;
}
.reason_flex div p {
  font-size: 18px;
  padding-bottom: 10px;
}
.sec_voice dl {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
}
.sec_voice dt,
.sec_voice dd {
  max-width: 50%;
}
.sec_voice p span {
  display: block;
  text-align: right;
  font-weight: bold;
}
.price_inner {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  z-index: 99;
}
.price_inner_cont {
  background-color: #f2e9db;
  padding: 30px;
  border-radius: 30px;
}
.price_inner dt {
  display: flex;
  gap: 30px;
}
.ovl_outer {
  position: relative;
}
.ovl_outer .ovl {
  background-color: #000;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  transition: .3s;
}
.ovl_outer .ovl:hover {
  opacity: 0;
  transition: .3s;
}
.ovl_outer p {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: fit-content;
  height: fit-content;
  text-shadow: 2px 2px 2px #000
}
.price_inner_cont .price {
  display: block;
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
}
.price_inner_cont p span {
  display: block;
  font-size: 15px;
}
.sec_faq {
  margin-top: 50px;
}
.sec_faq .sec_tit {
  position: relative;
}
.sec_faq .sec_tit img {
  position: absolute;
  top: -30px;
  right: 0;
}
.faq_cont {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 5px 5px 5px #aaa;
  margin-top: 50px;
}
.faq_cont ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.faq_cont ul li {
  border-bottom: solid 1px #000;
  padding: 20px 0;
}
.faq_cont ul p {
  text-indent: -3.5rem;
  padding-left: 3.5rem;
  margin-bottom: 10px;
}
/*cv*/
.sec_cv {
  padding-top: 80px;
}
.sec_cv .inner {
  background-color: #860000;
  border-radius: 30px;
  padding-bottom: 70px;
}
.cv_tag {
  margin-top: -120px;
  margin-left: 30px;
}
.cv_tit > p {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto 20px auto;
  font-size: 40px;
}
.sec_cv h2 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  line-height: 2em;
  border-bottom: solid 1px #fff;
  width: fit-content;
  margin: 0 auto;
}
.sec_cv h2 span {
  font-size: 50px;
  color: #ffe400;
  font-weight: bold;
  display: block;
}
.cv_tit > p:last-of-type {
  font-size: 16px;
  background-color: inherit;
}
.cv_flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.cv_flex dl {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  position: relative;
}
.cv_flex img {
  position: absolute;
  left: -5px;
  top: -5px;
}
.cv_flex dt {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.cv_flex dt span {
  display: block;
  font-size: 60px;
}
.cv_flex dt span span {
  display: inline-block;
  font-size: 35px;
}
.sec_cv a.for_contact {
  color: #860000;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  display: block;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  width: 500px;
  margin: 40px auto 0 auto;
  box-shadow: 10px 10px 0 #000;
  animation: btn_animation 2s infinite;
  transition-timing-function: ease-in-out;
}
@keyframes btn_animation {
  0% {
    box-shadow: 10px 10px 0 #000;
    transform: translate(0, 0);
  }
  50% {
    box-shadow: none;
    transform: translate(5px, 5px);
  }
  0% {
    box-shadow: 10px 10px 0 #000;
    transform: translate(0, 0);
  }
}
.next {
  display: block;
  margin: 30px auto;
}
/*form*/
form {
  background-color: #fff;
  border-radius: 30px;
  width: 780px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.sec_cv form h2 {
  text-align: center;
  font-size: 40px;
  color: #000;
}
.sec_cv form h2 + p {
  text-align: center;
  color: #860000;
  font-weight: bold;
  margin-bottom: 30px;
}
.pp_check_innerinput[type="checkbox"] {
  display: none;
}
.pp_check_box {
  margin: 40px auto;
}
.pp_check_box a {
  font-weight: bold;
  color: #000;
}
.pp_check_box p {
  margin-bottom: 30px;
}
.pp_check_inner {
  width: fit-content;
  margin: 60px auto;
}
.pp_check_inner input {
  cursor: pointer;
}
.pp_check_inner label {
  font-weight: bold;
  cursor: pointer;
}
#pp_check {
  display: none;
}
.pp_check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  width: auto;
}
.pp_check::before {
  background: inherit;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.pp_check::after {
  border-right: 3px solid #860000;
  border-bottom: 3px solid #860000;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.pp_check_inner input[type=checkbox]:checked ~ .pp_check::after {
  opacity: 1;
}
#send_btn {
  width: fit-content;
  margin: 0 auto;
}
#send_btn input {
  display: block;
  width: fit-content;
  margin: 40px auto;
  text-align: center;
  background-color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  padding: 10px 60px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 5px 5px 0 #860000;
}
#send_btn input:hover {
  transform: translate(5px, 5px);
  transition: .3s;
  box-shadow: none;
}
#send_btn.no_check input {
  pointer-events: none;
  background-color: #595854;
  border: solid 1px #595854;
  box-shadow: none;
}
.pp_check_inner a {
  color: #000;
  font-weight: bold;
  border-bottom: solid 1px #000
}
form dl {
  display: flex;
  gap: 40px;
  padding: 15px 0;
}
form dl dt {
  width: 30%;
  text-align: right;
}
form dl dd input {
  border: solid 1px #000;
  padding: 5px;
  width: 300px;
}
form dl dd ul input {
  width: fit-content;
}
form dl dd ul {
  display: flex;
  gap: 20px;
}
span.req {
  color: #860000;
  font-weight: bold;
}
.sec_form {
  padding-bottom: 80px;
}
/*wp調整用*/
form dd .wpcf7-list-item {
  display: inline;
  margin: 0;
  margin-right: 15px;
}
form dl dd .wpcf7-list-item input {
  width: fit-content;
}
/*footer*/
footer {
  background-color: #000;
  padding: 50px 0;
}
.footer_right {
  color: #fff;
  right: 0;
  bottom: 10px;
}
.footer_right dt p {
  font-size: 25px;
  text-align: center;
}
.footer_right dd:first-of-type p {
  margin: 30px auto 50px auto;
  font-size: 15px;
}
.footer_right dd img {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.footer_right dd:nth-of-type(3) p {
  font-size: 18px;
  margin: 40px auto 20px auto;
}
.footer_right dd:nth-of-type(3) p span {
  font-size: 25px;
  font-weight: bold;
  display: block;
}
.footer_right dd:nth-of-type(3) p:last-of-type {
  font-size: 15px;
}
small {
  font-size: 12px;
  display: block;
  width: fit-content;
  margin: 100px auto 0 auto;
}
.footer_right dd p {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.float_btn {
  position: fixed;
  right: -65px;
  bottom: -50px;
  z-index: 9999;
  transform: scale(.7);
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
/* Animation */
@keyframes floating-y {
  0% {
    transform: translateY(-5%)scale(.7);
  }
  100% {
    transform: translateY(5%)scale(.7);
  }
}
.float_btn .fb_t {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 25px;
  transform: rotate(-3deg);
  gap: 10px;
  position: absolute;
  bottom: 40px;
  left: 120px;
}
.float_btn .fb_t img {
  width: 40px;
}
.float_btn .fb_m {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  background-color: #ca0000;
  box-shadow: 10px 10px 0 #000;
  color: #ffe400;
  font-weight: 900;
  padding: 20px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  position: absolute;
  transform: rotate(-3deg);
  bottom: 110px;
  left: 100px;
  transition: .3s;
}
.float_btn .fb_m:hover {
  transform: translate(2px, 2px) rotate(-3deg);
  box-shadow: none;
}
/*thanks*/
#thanks header img.mv {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
#thanks header {
  height: 400px;
}
#thanks .sec_paper {
  margin-top: -250px;
}
#thanks .sec_paper p {
  margin: 40px 0;
}
#thanks .sec_paper a {
  background-color: #000;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 50px;
  font-size: 20px;
  padding: 20px;
  margin: 40px auto;
  width: 200px;
  transition: .3s;
}
#thanks .sec_paper a:hover {
  opacity: .8;
}
span.error_blank {
  display: block;
  color: #860000;
  font-size: 15px;
}
span.required,
span.optional {
  display: none;
}

header nav {
  display: flex;
  justify-content: space-between;
  background-color: #000;
  padding: 10px 50px;
  align-items: center;
}
header nav ul {
  display: flex;
  gap: 15px;
}
header nav a {
  color: #fff;
  font-size: 18px;
  transition: .3s;
}
header nav a:hover {
  opacity: .8;
}
header .logo {
  width: 250px;
}
.sec_form.sec_cv .inner {
  background-color: #fff;
}
.sec_form.sec_cv h2 {
  color: #000;
  border-bottom: solid 1px #000
}
.sec_form.sec_cv h2 span {
  color: #860000;
}
.sec_form.sec_cv .cv_tit > p.cv_read {
  color: #fff;
}
.sec_form.sec_cv .cv_flex dl {
  background-color: #f3f3f3;
}
.sec_form.sec_cv .cv_tit > p {
  color: #000;
}
form {
  background-color: #f3f3f3;
  box-shadow: 5px 5px 5px #aaa;
}
.pp_check::before {
  background-color: #fff;
}
.came2 {
  position: absolute;
  right: 0;
}
.came2 span {
  display: block;
  width: fit-content;
  background-color: #000;
  color: #fff;
  padding: 10px;
  transform: rotate(-5deg);
}
header h1 span:nth-of-type(2) span.ye {
  color: #ffe400;
  display: inline;
  padding: 0;
}
.sp_nav {
  display: none;
}
header h1 br.sp {
  display: none;
}
h2 br.sp {
  display: none;
}
.sec_tit h2 br.sp {
  display: none;
}
.cv_tit br.sp {
  display: none;
}
.float_btn_sp {
  display: none;
}
.for_tel {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 25px;
  justify-content: center;
  margin-top: 30px;
}
.for_tel img {
  display: block;
  width: 30px;
  margin: 0 10px 0 20px;
}
@media screen and (max-width:1700px) {
  /*左寄せ*/
  .kitagus_inner.wrapp,
  #for-whom .wrapp,
  #service .wrapp,
  #voice .wrapp,
  #price .wrapp {
    margin: 0 auto 0 5%;
  }
  .marutto_list,
  .price_inner,
  .sec_voice dl {
    justify-content: left;
    gap: 30px;
  }
  .kitagus_inner dt {
    max-width: 45%;
  }
  .came2 {
    right: 160px;
  }
  .nayami_list li {
    width: calc(85%/4);
  }
  .nayami_list li a img {
    max-height: 85px;
  }
  .nayami_list li:nth-of-type(odd) img {
    right: 10px;
    top: 10px;
  }
  .nayami_list li:nth-of-type(even) img {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width:1500px) {
  .main_cont .inner {
    width: 90%;
  }
  .wrapp {
    width: 80%;
  }
  .inner .wrapp {
    width: 90%;
  }
  .faq_cont ul {
    max-width: 90%;
  }
  header h1 {
    font-size: 55px;
  }
  header h1 span:nth-of-type(2) {
    font-size: 75px;
  }
  .nayami_list li {
    width: calc(80%/4);
  }
  .marutto_list li {
    width: 320px;
  }
  .marutto_list li div p {
    font-size: 40px;
  }
  .marutto_list,
  .price_inner,
  .sec_voice dl {
    gap: 20px;
  }
  .ovl_outer {
    width: 270px;
  }
  .price_inner_cont .price {
    font-size: 35px;
  }
  .faq_cont.wrapp {
    width: 1000px;
    margin: 50px auto 0 10%;
  }
  .bar {
    width: 95%;
  }
  .main_cont .inner .main_icon,
  .sec_faq .sec_tit img {
    transform: scale(.7);
  }
  header {
    height: 46.667vw;
  }
}
@media screen and (max-width:1420px) {
  .nayami_list li a p {
    font-size: 20px;
  }
  .nayami_list li a p span {
    font-size: 30px;
  }
  .nayami_list li:nth-of-type(odd) p {
    bottom: 15px;
    left: 15px;
  }
  .nayami_list li:nth-of-type(even) p {
    top: 15px;
    left: 15px;
  }
  .nayami_list li a {
    height: 240px;
  }
}
@media screen and (max-width:1360px) {
  .float_btn {
    display: none;
  }
  .float_btn_sp {
    display: flex;
  }
  .float_btn_sp {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    bottom: 5px;
    z-index: 9999;
    border-radius: 10px 10px 0 0;
  }
  .float_btn_sp a {
    max-width: 50%;
    width: 100%;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 5px 0 #aaa;
    animation: btn_animation_sp 2s infinite;
    transition-timing-function: ease-in-out;
  }
  @keyframes btn_animation_sp {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(0, 5px);
      box-shadow: 0 0;
    }
    0% {
      transform: translate(0, 0);
    }
  }
  .float_btn_sp a img {
    width: 30px;
    display: block;
    margin-right: 15px;
  }
  .float_btn_sp a.f_b_m {
    background-color: #ffe400;
    color: #000;
  }
  .float_btn_sp a.f_b_t {
    background-color: #860000;
  }
  .float_btn_sp a.f_b_t {
    flex-wrap: wrap;
  }
  .float_btn_sp a.f_b_t span span {
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
  }
  .kitagus_inner.wrapp,
  #for-whom .wrapp,
  #service .wrapp,
  #voice .wrapp,
  #price .wrapp {
    margin: 0 auto;
  }
  .nayami_list {
    justify-content: center;
    gap: 30px;
  }
  .marutto_list,
  .price_inner,
  .sec_voice dl {
    justify-content: center;
  }
  .came2 {
    right: 100px;
  }
  .faq_cont.wrapp {
    margin: 50px auto 0 auto;
  }
  .cv_tit > p {
    font-size: 32px;
  }
  .sec_cv h2 span {
    font-size: 40px;
  }
  .sec_cv h2 {
    font-size: 30px;
  }
  .cv_flex dt {
    font-size: 25px;
  }
  .cv_flex dt span {
    font-size: 50px;
    margin-top: 10px;
  }
  .ovl_outer p {
    font-size: 25px;
  }
  .marutto_list li div p {
    font-size: 35px;
  }
  header h1 {
    font-size: 50px;
  }
  header h1 span:nth-of-type(2) {
    font-size: 60px;
  }
  header .logo {
    width: 200px;
  }
  .kitagus_inner dd > p {
    font-size: 25px;
  }
  .kitagus_inner dd > p span {
    font-size: 35px;
  }
  .kita_image div p {
    font-size: 25px;
  }
  .kita_image div {
    width: 230px;
  }
  .kitagus_inner dl {
    gap: 30px;
  }
  .kita_image {
    margin-top: 20px;
  }
  .kitagus_inner {
    padding: 80px 0;
  }
  .sec_paper {
    padding: 30px 0 10px 0;
  }
  .main_cont h2 {
    font-size: 35px;
  }
  .nayami_list li a p span {
    font-size: 25px;
  }
  .nayami_list li {
    width: calc(90%/4);
  }
  .sec_tit h2 {
    font-size: 35px;
  }
}
@media screen and (max-width:1240px) {
  .sec_tit h2 {
    font-size: 30px;
  }
  .marutto_list li div > img {
    width: 20px;
  }
  .marutto_list li {
    width: 290px;
  }
  .marutto_list li div p {
    font-size: 30px;
  }
  .reason_tit {
    width: 240px;
    top: -50px;
  }
  .reason_cont dt h3 {
    font-size: 25px;
  }
  .reason_cont_inner dt img {
    transform: scale(.8);
  }
  .reason_flex div {
    width: 300px;
  }
  .reason_flex div p {
    font-size: 16px;
  }
  .reason_cont_inner {
    padding-top: 50px;
  }
  .ovl_outer {
    width: 250px;
  }
  .came2 {
    right: 50px;
  }
}
@media screen and (max-width:1200px) {
  .nayami_list li a p {
    font-size: 18px;
  }
  .sp_nav {
    display: flex;
    justify-content: space-between;
    background-color: #000;
    padding: 15px;
  }
  header .logo {
    width: 160px;
  }
  .pc_nav {
    display: none;
  }
  nav .inner ul li a.nav_tel {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }
  nav .inner ul li a.nav_tel img {
    width: 20px;
    display: inline-block;
  }
  nav .inner ul li.nav_cv,
  nav .inner ul li:last-of-type {
    border-bottom: none;
  }
  nav .inner ul li.nav_cv {
    margin-top: 20px;
  }
  nav .inner ul li.nav_cv a {
    background-color: #ffe400;
    color: #000;
    text-align: center;
    border-radius: 50px;
  }
  /*============
nav
=============*/
  header nav {
    display: block;
  }
  header nav ul {
    display: block;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 9999999999;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  nav .inner ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  /*============
.toggle_btn
=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 23px;
    right: 20px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #aaa;
    border-radius: 4px;
    transition: all .5s;
    box-shadow: 1px 1px 0 #000;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
#mask
=============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 999999;
    cursor: pointer;
  }
  .kitagus_inner dd > p {
    font-size: 20px;
  }
  .kitagus_inner dd > p span {
    font-size: 30px;
  }
  .kita_image div {
    width: 200px;
  }
  .kitagus_inner dl {
    justify-content: center;
  }
  .kita_image div p {
    font-size: 20px;
  }
  .main_cont h2 {
    font-size: 30px;
  }
  .cv_tag {
    width: 200px;
    margin-top: -70px;
  }
  .cv_tit > p {
    font-size: 25px;
  }
  .sec_cv h2 {
    font-size: 25px;
  }
  .sec_cv h2 span {
    font-size: 30px;
  }
  .sec_cv a.for_contact {
    font-size: 30px;
  }
  .faq_cont.wrapp {
    max-width: 90%;
  }
  form {
    max-width: 90%;
  }
}
@media screen and (max-width:1100px) {
  .price_inner {
    flex-wrap: wrap;
  }
  .came2 {
    right: 0;
    left: 0;
    width: fit-content;
    margin: auto;
  }
  header {
    height: 520px;
  }
  .mv {
    height: 445px;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:1000px) {
  .nayami_list {
    flex-wrap: wrap;
  }
  .nayami_list li {
    width: 260px;
  }
  .cv_flex {
    display: block;
  }
  .cv_flex dl {
    margin: 20px auto;
    width: 300px;
  }
  header h1 {
    font-size: 40px;
  }
  header h1 span:nth-of-type(2) {
    font-size: 50px;
  }
  .kitagus_inner dl {
    display: block;
  }
  .kitagus_inner dt {
    max-width: 400px;
    margin: 0 auto 40px auto;
  }
  .kita_image {
    justify-content: center;
  }
}
@media screen and (max-width:830px) {
  header h1 {
    font-size: 35px;
  }
  header h1 span:nth-of-type(2) {
    font-size: 45px;
  }
  .sec_cv a.for_contact {
    max-width: 80%;
  }
  .marutto_list,
  .price_inner,
  .sec_voice dl {
    display: block;
  }
  .sec_voice dt,
  .sec_voice dd {
    width: 100%;
    max-width: 100%;
  }
  .sec_voice dt {
    text-align: center;
    margin-bottom: 20px;
  }
  .reason_cont_inner dl {
    display: block;
  }
  .reason_cont_inner dt,
  .reason_cont_inner dd {
    width: 100%;
    max-width: 100%;
  }
  .reason_flex {
    display: block;
  }
  .reason_flex div {
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
  .marutto_list li {
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .marutto_list li div {
    justify-content: center;
  }
  #service.main_cont .inner {
    padding-bottom: 1px;
  }
  .price_inner_cont {
    margin: 20px auto;
  }
  .price_inner dt {
    justify-content: center;
  }
  form dl {
    display: block;
  }
  form dl dt {
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
  }
  form dl dd ul {
    flex-wrap: wrap;
  }
  form dl {
    width: 345px;
    margin: 0 auto;
  }
}
@media screen and (max-width:750px) {
  header h1 {
    font-size: 25px;
  }
  header h1 span:nth-of-type(2) {
    font-size: 35px;
  }
  .price_inner dt {
    flex-wrap: wrap;
    justify-content: center;
  }
  .price_inner dt {
    width: 300px;
  }
  .main_cont .inner .main_icon {
    transform: scale(.5);
    right: 0;
  }
  .main_cont .inner .main_icon,
  .sec_faq .sec_tit img {
    position: static;
    transform: scale(1);
    display: block;
    margin: 0 auto;
    width: 100px;
  }
  .sec_faq .sec_tit img {
    margin-top: 15px;
  }
  .sec_cv .inner {
    padding: 30px;
  }
  .sec_cv h2 {
    line-height: inherit;
    padding-bottom: 15px;
  }
  .sec_cv h2 span {
    margin: 15px auto;
  }
  .price_inner dt {
    margin: 0 auto;
  }
  .sec_cv form h2 {
    font-size: 30px;
    padding-top: 20px;
  }
}
@media screen and (max-width:600px) {
  header h1 br.sp {
    display: block;
  }
  header h1 span {
    display: block;
  }
  header h1 span:nth-of-type(2) span.ye {
    display: inline-block;
  }
  header h1 {
    font-size: 25px;
    background-color: #000;
    width: fit-content;
  }
  header h1 span:nth-of-type(2) {
    font-size: 35px;
  }
  header h1 span {
    background-color: inherit;
    padding: 10px 20px;
    line-height: 1.5em;
  }
  h2 br.sp {
    display: block;
  }
  .main_cont h2 {
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
  }
  .nayami_list li a img {
    position: static;
    margin: 20px auto;
    display: block;
  }
  .nayami_list li a p {
    position: static;
    margin: 20px auto;
    text-align: center;
  }
  .nayami_list li a {
    height: fit-content;
  }
  .cv_flex dl {
    width: 90%;
  }
  .cv_flex img {
    width: 60px;
  }
  .sec_cv a.for_contact {
    font-size: 27px;
  }
  .kitagus_inner dd > p {
    font-size: 16px;
  }
  .kitagus_inner dd > p span {
    font-size: 21px;
  }
  .kita_image div p {
    font-size: 16px;
  }
  .main_cont .inner .main_icon {
    width: 70px;
  }
  .nayami_list li a img {
    height: 70px;
  }
  .sec_cv {
    padding-top: 20px;
  }
  .sec_cv .inner {
    padding: 30px 20px;
  }
  .cv_flex dl {
    width: 80%;
  }
  .marutto_list li div {
    width: 90%;
    margin: 0 auto;
  }
  .marutto_list li p.about {
    padding: 15px;
  }
  .sec_tit h2 {
    font-size: 25px;
    text-align: center;
  }
  .sec_tit h2 br.sp {
    display: block;
  }
  .sec_tit {
    padding-top: 30px;
  }
  .reason_tit {
    width: 180px;
  }
  .reason_cont {
    margin-top: 70px;
  }
  .reason_cont dt h3 {
    font-size: 20px;
  }
  .reason_flex div {
    max-width: 80%;
  }
  .reason_cont_inner {
    padding-top: 20px;
  }
  .reason_cont dt h3 {
    margin-bottom: 10px;
  }
  .reason_cont_inner {
    padding-bottom: 20px;
  }
  .reason_cont.wrapp {
    width: 90%;
  }
  .cv_tit > p {
    font-size: 18px;
  }
  .price_inner dt {
    max-width: 80%;
    margin: 0 auto;
  }
  .price_inner_cont .price {
    font-size: 25px;
  }
  .came2 {
    margin: 10px auto;
  }
  .faq_cont ul {
    padding: 20px 0;
  }
  .cv_tit br.sp {
    display: block;
  }
  .next {
    transform: scale(.7);
  }
  body {
    font-size: 14px;
  }
  .kitagus_inner {
    padding-bottom: 20px;
  }
  .main_cont {
    margin: 30px auto;
  }
}
@media screen and (max-width:540px) {
  form dl dd input {
    max-width: 92%;
  }
  form dl {
    width: 90%;
  }
  form {
    max-width: 100%;
  }
  .pp_check_inner {
    text-indent: -6.2rem;
    padding-left: 6.2rem;
    line-height: 1.3em;
  }
  #send_btn input {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 0;
  }
  #send_btn {
    width: 80%;
  }
  .footer_right dd img {
    transform: scale(.7);
  }
  .price_inner {
    position: static;
  }
  .float_btn_sp a img {
    width: 20px;
    margin-right: 5px;
  }
  .float_btn_sp a,
  .float_btn_sp a.f_b_t span,
  .float_btn_sp a.f_b_t span span {
    font-size: 14px;
  }
  .float_btn_sp a {
    padding: 10px 5px;
  }
}