/*--------------------
Common
--------------------*/

html {
  font-size: 16px;
}

body {
  font-family: "Sawarabi Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.6;
  color: #3a3a3a;
  word-break: break-word;
}

body::before {
  width: 100%;
  height: 100vh;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, .85)0%, rgba(255, 255, 255, .85)100%), url(../img/bg-main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

a {
  text-decoration: none;
  color: #3a3a3a;
}

img {
  width: 100%;
}

.is-pc {
  display: none;
}

.is-sp {
  display: block;
}

@media screen and (min-width:801px) {
  .is-pc {
    display: block;
  }

  .is-sp {
    display: none;
  }
}

span.ico-tw i.fab.fa-twitter {
  color: #fff !important;
}

.fixed {
  touch-action: none;
  overflow: hidden;
}

h1 {
  width: 100%;
  padding: 0.25rem 0;
  text-align: center;
  background: #5280b6;
  font-size: 0.75rem;
  color: #fcfdfe;
}

header {
  width: 100%;
  background: rgba(252, 253, 254, 0.9);
  position: fixed;
  /* top: 27px; */
  z-index: 99;
  transition: ease-in-out 0.3s;
}

header.header-bg {
  top: 0;
}

.logo-area {
  width: 120px;
  height: 100%;
}

.logo-area a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/logo.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999999px;
}

.column-box,
.column-list ul,
.column-list dl {
  display: flex;
  flex-wrap: wrap;
}

.container {
  width: 100%;
}

.content-box {
  width: 100%;
  padding: 2rem 0.5rem;
}

.btn-fix-contact {
  width: 100%;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.btn-fix-contact ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-fix-contact li {
  width: 100%;
  border: 2px solid #fcfdfe;
  border-radius: 0.5rem;
}

.btn-fix-contact li+li {
  margin-left: 1rem;
}

.btn-fix-contact li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: #fcfdfe;
  border-radius: 0.5rem;
}

.btn-fix-contact li:nth-of-type(1) a {
  background: #5280b6;
}

.btn-fix-contact li:nth-of-type(2) a {
  background: #a0a0ef;
}

.btn-fix-contact li:nth-of-type(3) a {
  background: #5db44e;
}

.btn-icon img {
  height: 2rem;
}

.sec-ttl {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}

.sec-ttl+.beddge {
  width: 10rem;
  padding: 0.25rem;
  margin: auto;
  text-align: center;
  background: #5280b6;
  color: #fcfdfe;
  box-shadow: 3px 3px #d6d6d6;
}

.sec-ttl.red {
  color: #5280b6;
}

.content-ttl {
  width: 100%;
  padding: 1rem;
  background: #5280b6;
  color: #fcfdfe;
}

.content-ttl .beddge {
  background: #ef9aae;
}

.desc {
  padding: 1rem 0;
}

.border {
  width: 100%;
  height: 3px;
  margin-top: 1.5rem;
  background: #d6d6d6;
}

.more-btn {
  width: 100%;
}

.more-btn a {
  display: block;
  padding: 0.25rem 0;
  border: 2px dashed #5280b6;
  border-radius: 2rem;
  text-align: center;
  background: #fff;
}

.form-area {
  background: #ffff;
}

.rec-form-wrap {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

.rec-wrap,
.form-wrap {
  width: 100%;
}

.form-wrap {
  padding-top: 2rem;
}

.rec-wrap dl {
  margin-top: 2rem;
  border: 2px solid #5280b6;
}

.rec-wrap dl dt {
  width: 24%;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5280b6;
  color: #fcfdfe;
  border-bottom: 2px solid #5280b6;
}

.rec-wrap dl dd {
  width: 76%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-bottom: 2px solid #5280b6;
  text-align: center;
  font-size: 0.95rem;
  /* background: #fff; */
}

.rec-wrap dl dt:last-of-type,
.rec-wrap dl dd:last-of-type {
  border-bottom: none;
}

.form-wrap form {
  margin-top: 2rem;
}

.form-wrap input,
.form-wrap textarea {
  width: 100%;
  display: block;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border: 2px solid #5280b6;
  border-radius: 0.25rem;
}

.form-parts {
  margin-bottom: 1rem;
}

.form-content {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  padding-left: 0.25rem;
  border-left: 0.5rem solid #5280b6;
}

.form-parts small {
  width: 100%;
  font-size: 0.75rem;
}

.require:after {
  content: "必須";
  background: #5280b6;
  color: #fcfdfe;
  font-size: 0.875rem;
  display: block;
  padding: 0.125rem;
  margin-left: 0.5rem;
  width: 3rem;
  border-radius: 0.25rem;
  text-align: center;
}

.form-parts button {
  background: #5280b6;
  color: #fcfdfe;
  font-size: 1.25rem;
  width: 12rem;
  display: block;
  padding: 0.5rem 0 0.5rem;
  margin: 2rem auto 0;
  text-align: center;
  border: 1px solid #5280b6;
  border-radius: 2rem;
}

footer {
  width: 100%;
  background: #5280b6;
  padding-bottom: 5rem;
}

.foot-navi {
  display: none;
}

.foot-contact {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.foot-logo {
  width: 100%;
  padding: 1rem;
  max-width: 300px;
  filter: drop-shadow(0px 0px 3px white);
}

.foot-desc {
  width: 100%;
  text-align: center;
  color: #fcfdfe;
  font-size: 1.25rem;
}

.foot-desc a {
  color: #fcfdfe;
}

.foot-desc ul {
  justify-content: center;
}

.foot-desc li {
  padding: 0 1rem;
}

.foot-desc li a {
  font-size: 3.5rem;
}

/*--------------------
下層Common
--------------------*/

#under-layer {
  padding-top: 4rem;
}

.under-main-ttl {
  width: 100%;
  padding: 1rem 0;
  background: #5280b6;
}

.under-sec-ttl {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  color: #fcfdfe;
}

.under-beddge {
  width: 10rem;
  padding: 0.25rem;
  margin: auto;
  text-align: center;
  background: #ef9aae;
  color: #fcfdfe;
  box-shadow: 3px 3px #d6d6d6;
}

/*--------------------
Menu
--------------------*/

#navi-menu {
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

nav {
  width: 100%;
  height: 100%;
  padding: 6rem 1rem 1rem;
  background: rgba(252, 253, 254, 0.9);
  position: fixed;
  top: 0;
  right: -100%;
  transition: ease-in-out 0.5s;
}

nav a {
  width: 100%;
  display: block;
  padding: 0.75rem 0;
  color: #5280b6;
  font-weight: 600;
}

nav li {
  border-top: 1px solid #5280b6;
  border-bottom: 1px solid #5280b6;
}

nav li+li {
  border-top: 0;
}

/* nav .contact-btn {
  display: none;
} */
#nav-toggle {
  width: 2rem;
  height: 1.5rem;
  position: relative;
}

#nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #3a3a3a;
  position: absolute;
  left: 0;
  transition: linear 0.3s;
}

#nav-toggle span:nth-of-type(1) {
  top: 0;
}

#nav-toggle span:nth-of-type(2) {
  top: 0.75rem;
}

#nav-toggle span:nth-of-type(3) {
  top: 1.5rem;
}

.open nav {
  right: 0;
}

.open #nav-toggle span:nth-of-type(1) {
  top: 0.75rem;
  transform: rotate(-45deg);
}

.open #nav-toggle span:nth-of-type(2) {
  opacity: 0;
}

.open #nav-toggle span:nth-of-type(3) {
  top: 0.75rem;
  transform: rotate(45deg);
}

/*--------------------
Top
--------------------*/

.mainvisual {
  width: 100%;
  padding-top: calc(4/3*100%);
  background: url("../img/mainvisual.jpg");
  background-size: cover;
  background-position: right 0 top 0;
  background-repeat: no-repeat;
  position: relative;
}

.main-upper {
  width: 100%;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.visual-logo {
  width: 100%;
  padding-top: calc(1/2*100%);
  margin-top: 1rem;
  background: url("../img/visual-logo.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 4px white) drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 5px white);
}

.main-ttl {
  width: 100%;
  padding: 1rem;
  background: #5280b6;
  color: #fcfdfe;
}

#top-greeting {
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, .7)0%, rgba(255, 255, 255, .7)100%), url("../img/bg-intro.jpg");
  background-size: cover;
  background-position: center right 0;
  background-repeat: no-repeat;
}

.image-wrap {
  width: 100%;
  background: #fcfdfe;
  padding: 0.5rem;
  box-shadow: 4px 4px 4px -2px #d6d6d6;
}

.about-image {
  background: url("../img/img-works.jpg");
}

.vide-image {
  background: url("../img/img-environment.jpg");
}

.about-image,
.vide-image {
  width: 100%;
  padding-top: calc(3/4*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-text,
.vide-text {
  width: 100%;
  padding: 1rem 0;
}

.top-flow,
.top-works {
  width: 100%;
  padding: 1rem;
}

.top-flow {
  background: #f7e2e9;
}

.top-works {
  background: #fff8e6;
}

.top-works .beddge {
  background: #f6ae2c;
}

.flow-image {
  background: url("../img/img-flow.jpg");
}

.works-image {
  background: url("../img/img-working.jpg");
}

.flow-image,
.works-image {
  width: 100%;
  padding-top: calc(3/4*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}

.top-ttl-wrap {
  width: 100%;
}

.top-flow .more-btn,
.top-works .more-btn {
  margin-bottom: 1rem;
}

.top-flow .more-btn a,
.top-works .more-btn a {
  background: #fcfdfe;
}

.top-salary-wrap {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

.salary-box {
  width: 100%;
  padding: 1rem 0;
}

.salary-image-wrap {
  width: 35%;
  /* padding: 1rem; */
}

.salary-image {
  width: 100%;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.salary-text {
  width: 64%;
  /* padding: 0 1rem; */
  padding-left: 0.5rem;
}

.top-case {
  width: 100%;
  text-align: center;
  color: #5280b6;
}

.salary-text h3 {
  /* padding: 1rem 0; */
}

.salary-text h3 span {
  font-size: 1rem;
  background: linear-gradient(transparent 50%, #e6deab 0%);
}

.salary-text h3+P {
  font-size: 0.8rem;
}

.salary-text .more-btn {
  margin: 1rem 0;
}

.faq-bg-wrap {
  width: 100%;
  padding: 1rem;
}

.faq-bg-wrap p {
  margin: 1rem 0;
}

.faq-image {}

.faq-image>img {
  filter: drop-shadow(3px 3px 3px #00000080);
  margin-top: 2rem;
}

.faq-image .faq-box {
  filter: drop-shadow(3px 3px 3px #00000080);
}

.faq-image .faq-host {
  flex-flow: row-reverse;
}

.faq-image .guest-box,
.faq-image .host-box {
  width: 80%;
  font-size: 0.75rem;
  margin-top: 1rem;
}

.faq-image .guest-box {
  justify-content: left;
}

.faq-image .host-box {
  justify-content: right;
}

/* .faq-image .guest-box p,
.faq-image .host-box p {
  width: 100%;
} */
.faq-image .guest-box:after {
  left: 5px;
}

.faq-image .host-box:after {
  right: 5px;
}

.faq-image .guest-box:after,
.faq-image .host-box:after {
  /* top: 1.5rem; */
}

.faq-image .faq-guest,
.faq-image .faq-host {
  display: flex;
}

.faq-image .ico-guest,
.faq-image .ico-host {
  margin: 0;
}

.faq-image .guest-box p,
.faq-image .host-box p {
  margin: 0;
}

/*--------------------
About
--------------------*/

.under-about-box {
  width: 100%;
  padding: 2rem 0;
  align-items: center;
  justify-content: center;
}

.under-about-box a {
  display: block;
  margin: 1rem 0 0;
  text-align: center;
  color: #5280b6;
  text-decoration: underline;
  font-size: 1.125rem;
}

.under-about-image {
  background: url("../img/img-works.jpg");
}

.under-about-text {
  width: 100%;
  padding: 1rem 0;
}

.ab-bg1 {
  background: #f9f2f3;
}

.ab-bg2 {
  background: #f7e2e9;
}

.ab-bg3 {
  background: #fff8e6;
}

.about-sec-ttl {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
}

.about-point {
  width: 10rem;
  padding: 0.25rem;
  margin: 1rem auto;
  text-align: center;
  background: #5280b6;
  color: #fcfdfe;
  box-shadow: 3px 3px #d6d6d6;
}

.about-point-image1 {
  background: url("../img/img-about01.jpg");
}

.about-point-image2 {
  background: url("../img/img-about02.jpg");
}

.about-point-image3 {
  background: url("../img/img-about03.jpg");
}

.about-point-image4 {
  background: url("../img/img-about04.jpg");
}

.about-point-image5 {
  background: url("../img/img-about05.jpg");
}

.under-about-image,
.about-point-image1,
.about-point-image2,
.about-point-image3,
.about-point-image4,
.about-point-image5 {
  width: 100%;
  padding-top: calc(3/4*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*--------------------
Flow
--------------------*/

.flow-intro {
  display: flex;
  justify-content: center;
  text-align: left;
}

.flow-bg {
  width: 100%;
  padding: 5% 0 10%;
  background: url("../img/bg-intro.jpg");
  background-size: 100%;
  background-position: bottom right;
}

.flow-bg2 {
  background: #fff8e6;
}

.under-flow-box {
  width: 100%;
  padding: 0 0 2rem;
  align-items: center;
  justify-content: center;
}

.under-flow-image1 {
  background: url("../img/img-flow01.png");
}

.under-flow-image2 {
  background: url("../img/img-flow02.png");
}

.under-flow-image3 {
  background: url("../img/img-flow03.png");
}

.under-flow-image4 {
  background: url("../img/img-flow04.png");
}

.under-flow-image5 {
  background: url("../img/img-flow05.png");
}

.under-flow-image1,
.under-flow-image2,
.under-flow-image3,
.under-flow-image4,
.under-flow-image5 {
  width: 100%;
  padding-top: 100%;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

.under-flow-text {
  width: 100%;
}

.under-flow-text p:nth-of-type(2) {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  font-weight: 600;
  font-size: 1.125rem;
}

.flow-step1 {
  background: url("../img/ttl-work-01.svg");
}

.flow-step2 {
  background: url("../img/ttl-work-02.svg");
}

.flow-step3 {
  background: url("../img/ttl-work-03.svg");
}

.flow-step4 {
  background: url("../img/ttl-work-04.svg");
}

.flow-step5 {
  background: url("../img/ttl-work-05.svg");
}

.flow-step1,
.flow-step2,
.flow-step3,
.flow-step4,
.flow-step5 {
  width: 100%;
  padding-top: 7rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.under-flow-text a {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  color: #5280b6;
  text-decoration: underline;
}

.arw-angle {
  width: 100%;
  position: relative;
  padding: 1rem 0;
  margin: 2rem 0 0;
}

.arw-angle:after {
  content: "";
  display: inline-block;
  border: 2rem solid transparent;
  border-top: 2rem solid #5280b6;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*--------------------
Work
--------------------*/

.work-intro {
  display: flex;
  justify-content: center;
  text-align: left;
}

.work-bg {
  width: 100%;
  padding: 5% 0 10%;
  background: url("../img/bg-intro.jpg");
  background-size: 100%;
  background-position: bottom right;
}

.work-bg2 {
  background: #f7e2e9;
}

.under-work-box {
  width: 100%;
  padding: 0 0 2rem;
  align-items: center;
  justify-content: center;
}

.under-work-image1 {
  background: url("../img/img-work01.png");
}

.under-work-image2 {
  background: url("../img/img-work02.png");
}

.under-work-image3 {
  background: url("../img/img-work03.png");
}

.under-work-image4 {
  background: url("../img/img-work04.png");
}

.under-work-image5 {
  background: url("../img/img-work05.png");
}

.under-work-image1,
.under-work-image2,
.under-work-image3,
.under-work-image4,
.under-work-image5 {
  width: 100%;
  padding-top: 100%;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

.under-work-text {
  width: 100%;
}

.under-work-text p:nth-of-type(2) {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  font-weight: 600;
  font-size: 1.125rem;
}

.work-step1 {
  background: url("../img/ttl-work-01.svg");
}

.work-step2 {
  background: url("../img/ttl-work-02.svg");
}

.work-step3 {
  background: url("../img/ttl-work-03.svg");
}

.work-step4 {
  background: url("../img/ttl-work-04.svg");
}

.work-step5 {
  background: url("../img/ttl-work-05.svg");
}

.work-step1,
.work-step2,
.work-step3,
.work-step4,
.work-step5 {
  width: 100%;
  padding-top: 7rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.under-work-text a {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  color: #5280b6;
  text-decoration: underline;
}

/*--------------------
Salary
--------------------*/

.salary-bg {
  background: url("../img/bg-intro.jpg");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.salary-bg h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.taigu-list {
  display: none;
}

.salary-pattern {
  width: 100%;
  background: url("../img/pattern-upper-s.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.5rem;
  margin: 1rem 0;
}

.salary-pattern-ttl {
  font-size: 1.25rem;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #fff 0%);
  padding: 0.5rem 0 0.25rem;
}

.salary-pattern p {
  margin-top: 1rem;
}

#salary1-box,
#salary3-box {
  width: 100%;
  background: #f7e2e9;
}

#salary2-box {
  width: 100%;
  background: #fff8e6;
}

.case-box {
  width: 100%;
}

.case-image-box {
  width: 75%;
  margin: 1rem auto;
  text-align: center;
}

.case-image {
  width: 100%;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.case-text-box {
  width: 100%;
}

.case-text-box h3 {
  width: 100%;
  color: #5280b6;
  font-size: 1.25rem;
  text-align: center;
}

.case-ttl {
  font-size: 1.25rem;
  background: linear-gradient(transparent 50%, #e6deab 0%);
}

.case-body {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: left;
  margin-top: 1rem;
}

.ex-res-box {
  width: 100%;
  padding-bottom: 2rem;
}

.salary-example-box {
  width: 100%;
}

.example-box {
  width: 100%;
}

.example-time,
.example-days {
  width: 100%;
  text-align: center;
}

.example-time h4,
.example-days h4 {
  font-size: 1.5rem;
  background: linear-gradient(transparent 40%, #ebf5f7 0%);
}

.example-time h4+p {
  margin: 1rem 0;
}

.example-days p:nth-of-type(1) {
  margin: 1rem 0;
  font-size: 1.5rem;
  line-height: 1;
}

.example-days p:nth-of-type(2) {
  font-size: 3rem;
  font-weight: 600;
  color: #5280b6;
  line-height: 1;
  padding-bottom: 0.5rem;
}

.salary-result-box {
  width: 100%;
  padding-top: 1rem;
  text-align: center;
}

.result-ttl {
  background: #5280b6;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.5rem;
  margin: 2rem 0 1rem;
  position: relative;
}

.result-ttl:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.75rem solid transparent;
  border-top: 0.5rem solid #5280b6;
}

.salary-result-box p:nth-of-type(1) {
  margin: 1rem 0;
  font-size: 1.5rem;
  line-height: 1;
}

.salary-result-box p:nth-of-type(2) {
  font-size: 1.5rem;
  line-height: 1;
}

.salary-result-box p:nth-of-type(2) span {
  font-size: 3rem;
  font-weight: 600;
  color: #5280b6;
}

/*--------------------
Vide
--------------------*/

.under-vide-box {
  width: 100%;
  padding: 2rem 0;
  align-items: center;
  justify-content: center;
}

.under-vide-box a {
  display: block;
  margin: 1rem 0 0;
  text-align: center;
  color: #5280b6;
  text-decoration: underline;
  font-size: 1.125rem;
}

.under-vide-image {
  background: url("../img/img-environment.jpg");
}

.under-vide-text {
  width: 100%;
  padding: 1rem 0;
}

.vide-bg1 {
  background: #f9f2f3;
}

.vide-bg2 {
  background: #f7e2e9;
}

.vide-bg3 {
  background: #fff8e6;
}

.vide-bg4 {
  background: #fcf0fa;
}

.vide-sec-ttl {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
}

.vide-point {
  width: 10rem;
  padding: 0.25rem;
  margin: 1rem auto;
  text-align: center;
  background: #5280b6;
  color: #fcfdfe;
  box-shadow: 3px 3px #d6d6d6;
}

.vide-point-image1 {
  background: url("../img/img-vide01.jpg");
}

.vide-point-image2 {
  background: url("../img/img-vide02.jpg");
}

.vide-point-image3 {
  background: url("../img/img-vide03.jpg");
}

.vide-point-image4 {
  background: url("../img/img-vide04.jpg");
}

.vide-point-image5 {
  background: url("../img/img-vide05.jpg");
}

.vide-point-image6 {
  background: url("../img/img-vide06.jpg");
}

.vide-point-image7 {
  background: url("../img/img-vide07.jpg");
}

.under-vide-image,
.vide-point-image1,
.vide-point-image2,
.vide-point-image3,
.vide-point-image4,
.vide-point-image5,
.vide-point-image6,
.vide-point-image7 {
  width: 100%;
  padding-top: calc(3/4*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*--------------------
Faq
--------------------*/

.faq-bg {
  width: 100%;
  height: 100%;
  min-height: 42rem;
  background: linear-gradient(to top, rgba(255, 255, 255, .5)0%, rgba(255, 255, 255, .5)100%), url("../img/bg-faq-right.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.bg-girl {
  width: 70%;
  padding-top: calc(64/65*70%);
  background: url("../img/bg-faq-left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.faq-intro {
  display: flex;
  justify-content: center;
}

.faq-box {
  width: 100%;
  margin: auto;
}

.faq-guest,
.faq-host {
  width: 100%;
}

.ico-guest,
.ico-host {
  width: 3.5rem;
}

.ico-guest {
  margin-right: auto;
}

.ico-host {
  margin-left: auto;
}

.guest-box,
.host-box {
  width: auto;
  display: flex;
  padding: 1rem;
  position: relative;
}

.guest-box:after {
  background: url("../img/bub-guest.svg");
  left: 0;
}

.host-box:after {
  background: url("../img/bub-host.svg");
  right: 0;
}

.guest-box:after,
.host-box:after {
  content: "";
  width: 4rem;
  height: 2.5rem;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.5rem;
}

.guest-box p,
.host-box p {
  display: inline-block;
  padding: 1rem;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}

.guest-box p {
  background: #e4e8eb;
  margin-right: auto;
}

.host-box p {
  background: #bef18c;
  margin-left: auto;
}

@media screen and (min-width: 801px) {

  /*--------------------
  PC Common
  --------------------*/

  header {
    top: 38px;
  }

  h1 {
    font-size: 0.875rem;
    padding: 0.5rem 0;
  }

  .logo-area {
    width: 15%;
    padding: 0.5rem;
  }

  .content-box {
    width: 1600px;
    max-width: 100%;
    margin: auto;
  }

  .reverse-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  .sec-ttl {
    font-size: 2rem;
  }

  .btn-fix-contact li {
    border-radius: 0;
  }

  .btn-fix-contact li a {
    border-radius: 0;
    justify-content: space-between;
    padding: 1.5rem;
    font-size: 1.5rem;
  }

  .btn-icon {
    width: 20%;
  }

  .btn-icon img {
    height: 3rem;
  }

  .btn-list {
    width: 60%;
    text-align: center;
  }

  .btn-angle {
    width: 20%;
    background: url("../img/ico-angle.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
  }

  .more-btn a {
    font-size: 1.25rem;
  }

  .rec-wrap,
  .form-wrap {
    width: 49%;
  }

  .rec-wrap dl dd {
    padding: 1.25rem 1rem;
  }

  .form-wrap {
    padding-top: 0;
  }

  .foot-logo {
    width: 40%;
  }

  .foot-desc {
    width: 30%;
  }

  /*--------------------
  PC 下層Common
  --------------------*/

  #under-layer {
    padding-top: 6rem;
  }

  .under-main-ttl {
    padding: 2rem 0;
  }

  .under-sec-ttl {
    font-size: 1.5rem;
  }

  /*--------------------
  PC Menu
  --------------------*/

  #navi-menu {
    width: 1600px;
    max-width: 100%;
    height: 6rem;
    flex-wrap: nowrap;
    margin: auto;
  }

  nav {
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    background: transparent;
  }

  nav ul {
    display: flex;
    align-items: center;
  }

  nav li {
    width: auto;
    border: 0;
    text-align: center;
  }

  nav a {
    padding: 1rem;
    color: #3a3a3a;
    font-weight: 400;
  }

  nav a span {
    display: block;
    font-size: 0.75rem;
  }

  nav .contact-btn {
    display: block;
    margin-left: 1rem;
  }

  nav .contact-btn a {
    padding: 0.5rem 1rem;
    background: #5280b6;
    color: #fcfdfe;
  }

  #nav-toggle {
    display: none;
  }

  /*--------------------
  PC Top
  --------------------*/

  .mainvisual {
    padding-top: 0;
    height: 100vh;
    background-position: right 0 top 6rem;
  }

  .main-upper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .visual-logo {
    width: 40%;
    padding-top: calc(3/10*40%);
  }

  .banner-area {
    width: 30%;
  }

  .main-ttl {
    padding: 2rem;
    font-size: 1.5rem;
    text-align: center;
  }

  #top-greeting {
    background-size: cover;
    background-position: center right;
  }

  #top-greeting .desc {
    width: 90%;
    padding: 4rem 0;
    margin: auto;
    font-size: 1.125rem;
  }

  #top-about,
  #top-vide {
    background: #f9f2f3;
  }

  .about-box,
  .vide-box {
    justify-content: space-between;
    position: relative;
  }

  .image-wrap {
    width: 48rem;
    min-width: 50%;
  }

  #top-about,
  #top-vide {
    padding: 1rem 0 3rem;
  }

  #top-about .image-wrap,
  #top-vide .image-wrap {
    margin-left: auto;
  }

  .about-text,
  .vide-text {
    width: 58rem;
    min-width: 55%;
    padding: 5rem;
    background: #fcfdfe;
    position: absolute;
    bottom: -2rem;
    left: 0;
  }

  .about-text .desc,
  .vide-text .desc {
    padding: 1rem 3rem;
    font-size: 1.125rem;
    line-height: 1.8;
  }

  #top-flow-works {
    position: relative;
    z-index: 0;
  }

  #top-flow-works:before,
  #top-flow-works:after {
    content: "";
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
  }

  #top-flow-works:before {
    left: 0;
    background: #f7e2e9;
  }

  #top-flow-works:after {
    right: 0;
    background: #fff8e6;
  }

  .flow-works-col {
    width: 1600px;
    max-width: 100%;
    margin: auto;
  }

  .top-flow,
  .top-works {
    width: 50%;
    padding: 4rem;
  }

  .flow-image,
  .works-image {
    order: 2;
  }

  .top-ttl-wrap {
    order: 1;
    margin-bottom: 2rem;
  }

  .top-ttl-wrap .border {
    display: none;
  }

  .top-flow .desc,
  .top-works .desc {
    order: 3;
  }

  .top-flow .more-btn,
  .top-works .more-btn {
    order: 4;
  }

  .salary-box {
    width: 49%;
  }

  .salary-image-wrap {
    width: 40%;
  }

  .salary-text {
    width: 60%;
  }

  .faq-bg-wrap {
    background: url("../img/bg-faqline.png");
    background-size: 65%;
    background-position:bottom 0 right -10%;
    background-repeat: no-repeat;
  }

  .faq-image {
    width: 30%;
    min-width: 450px;
    margin-right: auto;
    margin-left: 20%;
  }

  .faq-image .faq-box {
    width: 100%;
  }

  .faq-image .guest-box p,
  .faq-image .host-box p {
    padding: 1rem;
  }

  .faq-bg-wrap p {
    padding: 2rem 0;
  }

  .faq-bg-wrap p,
  .faq-bg-wrap .more-btn {
    width: 1024px;
    max-width: 100%;
    margin: auto;
  }

  .faq-bg-wrap .more-btn a {
    width: 70%;
    margin: auto;
  }

  /*--------------------
  PC About
  --------------------*/

  .under-about-image,
  .about-point-image1,
  .about-point-image2,
  .about-point-image3,
  .about-point-image4,
  .about-point-image5 {
    width: 30%;
    padding-top: calc(3/4*30%);
  }

  .under-about-text {
    width: 50%;
    padding: 0 4rem;
  }

  .about-sec-ttl {
    font-size: 1.5rem;
  }

  /*--------------------
  PC Flow
  --------------------*/

  .under-flow-image1,
  .under-flow-image2,
  .under-flow-image3,
  .under-flow-image4,
  .under-flow-image5 {
    width: 35%;
    padding-top: 35%;
  }

  .under-flow-text {
    width: 45%;
  }

  /*--------------------
  PC Work
  --------------------*/

  .under-work-image1,
  .under-work-image2,
  .under-work-image3,
  .under-work-image4,
  .under-work-image5 {
    width: 35%;
    padding-top: 35%;
  }

  .under-work-text {
    width: 45%;
  }

  /*--------------------
  PC Salary
  --------------------*/

  .salary-bg {
    padding: 2rem 4rem;
  }

  .salary-bg h3 {
    font-size: 2rem;
  }

  .taigu-list {
    display: flex;
    margin-bottom: 1rem;
  }

  .taigu-list li {
    background: #ebf5f7;
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .taigu-list li+li {
    margin-left: 0.5rem;
  }

  .salary-pattern {
    background: url("../img/pattern-upper.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem;
    text-align: center;
  }

  .salary-pattern-ttl {
    font-size: 2rem;
  }

  .salary-pattern p {
    font-size: 1.25rem;
  }

  .case-box {
    align-items: center;
    justify-content: center;
  }

  .case-image-box {
    width: 20%;
    margin: 0;
  }

  .case-text-box {
    width: 50%;
    padding: 1rem;
    text-align: center;
  }

  .example-box {
    align-items: flex-start;
    justify-content: space-between;
  }

  .example-time,
  .example-days {
    width: 49%;
  }

  .example-days p:nth-of-type(1) {
    margin: 2rem 0 1rem;
  }

  .salary-result-box p {
    display: inline-block;
    margin-top: 1rem;
  }

  /*--------------------
  PC Vide
  --------------------*/

  .under-vide-image,
  .vide-point-image1,
  .vide-point-image2,
  .vide-point-image3,
  .vide-point-image4,
  .vide-point-image5,
  .vide-point-image6,
  .vide-point-image7 {
    width: 30%;
    padding-top: calc(3/4*30%);
  }

  .under-vide-text {
    width: 50%;
    padding: 0 4rem;
  }

  .vide-sec-ttl {
    font-size: 1.5rem;
  }

  /*--------------------
  PC Faq
  --------------------*/

  .bg-girl {
    width: 30%;
    padding-top: calc(64/65*30%);
  }

  .faq-intro {
    font-size: 1.125rem;
  }

  .faq-box {
    width: 60%;
  }

  .guest-box p,
  .host-box p {
    max-width: 25rem;
  }
}

#contact-area h2,
#contact-area .beddge {
  text-align: center;
}

#contact-form li.d-flex {
  max-width: 544px;
  margin: 0 auto;
  padding: 1rem;
  word-break: break-all;
}

/*--------------------
TAB
--------------------*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav a {
    font-size: 0.75rem;
  }

  .banner-area {
    width: 40%;
  }

  .visual-logo {
    width: 50%;
    padding-top: calc(3/10*50%);
  }

  .about-text,
  .vide-text {
    width: 48rem;
    min-width: 50%;
  }

  .btn-list {
    font-size: 1rem;
  }

  .foot-desc {
    width: 35%;
  }
}

.foot-logo a img {
  filter: brightness(1.5);
}

.salary-box .more-btn {
  margin-top: 1rem;
}

.top-case.is-sp {
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}
main {
  padding-top: 4rem;
}
.salary-result-box .option {
  margin-top: 0.5rem;
  padding: 0 2rem;

}

@media screen and (min-width: 801px) {
  .salary-text h3+P {
    font-size: 1rem;
  }

  .salary-text h3 span {
    font-size: 1.25rem;
  }

  main {
    padding-top: 0;
  }
  .salary-result-box .option {
   display: block;
  
  }
  
}


#top-greeting .desc {
  text-align: center;
}

#top-greeting span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5280b6;
}

