/*--------------------
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;
}
a {
  text-decoration: none;
  color: #3a3a3a;
}
img {
  width: 100%;
}
.fixed {
  touch-action: none;
  overflow: hidden;
}
h1 {
  width: 100%;
  padding: 0.25rem 0;
  text-align: center;
  background: #8AD2FF;
  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: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-area a {
  display: block;
  width: 100%;
  height: 80%;
  background: url("../img/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.column-box,
.column-list ul,
.column-list dl {
  display: flex;
  flex-wrap: wrap;
}
.container {
  width: 100%;
}
.content-box {
  width: 100%;
  padding: 2rem 1rem;
}
.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: 31%;
  border: 2px solid #fcfdfe;
  border-radius: 0.5rem;
}
.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: #8AD2FF;
}
.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: #8AD2FF;
  color: #fcfdfe;
  box-shadow: 3px 3px #d6d6d6;
}
.sec-ttl.red {
  color: #8AD2FF;
}
.content-ttl {
  width: 100%;
  padding: 1rem;
  background: #8AD2FF;
  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 #8AD2FF;
  border-radius: 2rem;
  text-align: center;
  background: #fff;
}
.form-area {
  background: #f5f5f5;
}
.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 #8AD2FF;
}
.rec-wrap dl dt {
  width: 30%;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8AD2FF;
  color: #fcfdfe;
  border-bottom: 2px solid #8AD2FF;
}
.rec-wrap dl dd {
  width: 70%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-bottom: 2px solid #8AD2FF;
}
.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 #8AD2FF;
  border-radius: 0.25rem;
}
.form-parts {
  margin: 1rem 0;
}
.form-content {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  padding-left: 0.25rem;
  border-left: 0.5rem solid #8AD2FF;
}
.form-parts small {
  width: 100%;
  font-size: 0.75rem;
}
.require:after {
  content: "必須";
  background: #8AD2FF;
  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: #8AD2FF;
  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 #8AD2FF;
  border-radius: 2rem;
}
footer {
  width: 100%;
  background: #8AD2FF;
  padding-bottom: 5rem;
}
.foot-navi {
  display: none;
}
.foot-contact {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.foot-logo {
  width: 100%;
  padding: 1rem;
  filter: drop-shadow(1px 1px 1px #ffffff);
}
.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: #8AD2FF;
}
.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: #8AD2FF;
  font-weight: 600;
}
nav li {
  border-top: 1px solid #8AD2FF;
  border-bottom: 1px solid #8AD2FF;
}
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: top right 20%;
  background-repeat: no-repeat;
  position: relative;
}
.main-upper {
  width: 90%;
  padding: 0 1rem;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%,-50%);
    filter: drop-shadow(0px 0px 0px white);
}
.visual-logo {
  width: 100%;
  padding-top: calc(496/1614*100%);
  margin-bottom: 1rem;
  background: url("../img/logo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 1px white);
}
.banner-area{
}
.main-ttl {
  width: 100%;
  padding: 1rem;
  background: #8AD2FF;
  color: #fcfdfe;
}
#top-greeting {
  width: 100%;
  background: url("../img/bg-intro.jpg");
  background-size: cover;
  background-position: center right -8rem;
  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: #C8EDF7;
}
.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: 100%;
  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: 100%;
  padding: 0 1rem;
}
.top-case {
  width: 100%;
  text-align: center;
  color: #8AD2FF;
}
.salary-text h3 {
  padding: 1rem 0;
}
.salary-text h3 span {
  font-size: 1.25rem;
  background: linear-gradient(transparent 50%, #e6deab 0%);
}
.salary-text .more-btn {
  margin: 1rem 0;
}
.faq-bg-wrap {
  width: 100%;
  padding: 1rem;
}
.faq-bg-wrap p {
  margin: 1rem 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: #8AD2FF;
  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: #C8EDF7;
}
.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: #8AD2FF;
  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: cover;
    background-position: center right -8rem;
    background-repeat: no-repeat;
}
.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: #8AD2FF;
  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 #8AD2FF;
  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: #C8EDF7;
}
.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: #8AD2FF;
  text-decoration: underline;
}

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

.salary-bg {
  background: url("../img/bg-intro.jpg");
  background-size: cover;
  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: #C8EDF7;
}
#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: #8AD2FF;
  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: #8AD2FF;
  line-height: 1;
}
.salary-result-box {
  width: 100%;
  padding-top: 1rem;
  text-align: center;
}
.result-ttl {
  background: #8AD2FF;
  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 #8AD2FF;
}
.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: #8AD2FF;
}

/*--------------------
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: #8AD2FF;
  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: #C8EDF7;
}
.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: #8AD2FF;
  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: url("../img/bg-faqline.png");
  background-size: cover;
  background-position: center right 35%;
  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) {
.faq-bg {
  width: 100%;
  height: 100%;
  min-height: 42rem;
  background: url("../img/bg-faqline.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}


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

  header {
    top: 38px;
  }
  h1 {
    font-size: 0.875rem;
    padding: 0.5rem 0;
  }
  .logo-area {
    width: 15%;
  }
  .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 {
    width: 33%;
    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 {
    height: 6rem;
    flex-wrap: nowrap;
  }
  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: #8AD2FF;
    color: #fcfdfe;
  }
  #nav-toggle {
    display: none;
  }

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

  .mainvisual {
    padding-top: 0;
    height: 100vh;
  }
  .main-upper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    top: 50%;
  }
  .visual-logo {
    width: 45%;
    padding-top: calc(496/1614*40%);
  }
  .banner-area {
    width: 45%;
  }
  .main-ttl {
    padding: 2rem;
    font-size: 1.5rem;
    text-align: center;
  }
  #top-greeting {
    background-size: 50%;
    background-position: center right;
  }
  #top-greeting .desc {
    width: 70%;
    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: #C8EDF7;
  }
  #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: 100%;
    background-position: top 85% right -10%;
    background-repeat: no-repeat;
  }
  .faq-image {
    width: 30%;
    margin-right: auto;
    margin-left: 20%;
  }
  .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;
  }
}
@media screen and (max-width: 450px) {
  header {
    top: 24px;
  }
  h1 {
    font-size: 0.5rem;
  }
}
#contact-area {
  padding: 0 1rem;
}
form p {
  word-break: break-all;
}
