@charset "UTF-8";
body .inner .title {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  font-size: 4rem;
}

body .inner .title dd {
  font-size: 2rem;
}

body .inner .subtitle {
  border-bottom: 1px solid #000;
  width: 90%;
  font-size: 2rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

/*======================================
システム
=======================================*/
.inner .system_wrap {
  margin-bottom: 50px;
}

.inner .system_wrap dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 2%;
  padding-right: 2%;
}

.inner .system_wrap dl:nth-of-type(odd) {
  background-color: #fff;
}

.inner .system_wrap dl:nth-of-type(even) {
  background-color: #d6d6d6;
}

@media screen and (max-width: 600px) {
  .inner .system_wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner .system_wrap dl dt {
  width: 30%;
}

@media screen and (max-width: 1000px) {
  .inner .system_wrap dl dt {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .inner .system_wrap dl dt {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5%;
    width: revert;
  }
}

.inner .system_wrap dl dt p {
  background-color: #130763;
  padding: 5%;
  border-radius: 30px;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  width: 70%;
}

@media screen and (max-width: 1000px) {
  .inner .system_wrap dl dt p {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .inner .system_wrap dl dt p {
    width: auto;
  }
}

.inner .system_wrap dl dd {
  text-align: left;
  width: 50%;
}

@media screen and (max-width: 600px) {
  .inner .system_wrap dl dd {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    text-align: inherit;
  }
}

@media screen and (max-width: 600px) {
  .inner .map iframe {
    width: 90%;
    height: auto;
  }
}

/*======================================
コンパニオン一覧
=======================================*/
.inner .serch ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 50px;
}

.inner .serch ul.row {
  padding: 10px;
  background: #ece3d2;
  border-radius: 10px;
  margin: 0 3.4% 50px;
}

.inner .serch ul.row .li {
  margin: 5px;
}

.inner #result [class*="hidden-"] {
  display: none;
}

.inner .companion_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.inner .companion_list .comp_wrap {
  width: 30%;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .inner .companion_list .comp_wrap {
    width: 45%;
    height: auto;
  }
}

.inner .companion_list .comp_wrap figure {
  margin: 10px;
}

.inner .companion_list .comp_wrap figure img {
  border-radius: 20px;
}

.inner .companion_list .comp_wrap figcaption a {
  font-size: 3vmin;
  font-weight: bold;
}

.inner .companion_list .comp_wrap figcaption p {
  font-size: 2vmin;
}

/*======================================
出勤ページ
=======================================*/
.inner .tab_wrapper .area .each_day {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.inner .tab_wrapper .area .each_day .comp_wrap {
  width: 30%;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .inner .tab_wrapper .area .each_day .comp_wrap {
    width: 45%;
    height: auto;
  }
}

.inner .tab_wrapper .area .each_day .comp_wrap figure {
  margin: 10px;
}

.inner .tab_wrapper .area .each_day .comp_wrap figure img {
  border-radius: 20px;
}

.inner .tab_wrapper .area .each_day .comp_wrap figcaption a {
  font-size: 3vmin;
  font-weight: bold;
}

.inner .tab_wrapper .area .each_day .comp_wrap figcaption p {
  font-size: 2vmin;
}

/*======================================
ファンレターページ
=======================================*/
.inner .about_fan .fan_image {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.inner .about_fan .fan_image img {
  height: 10vh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 25%;
     object-position: 0% 25%;
}

.inner .about_fan .text_wrap {
  padding-right: 5%;
  padding-left: 5%;
  margin-bottom: 50px;
}

.inner .about_fan .text_wrap p {
  margin-bottom: 20px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .inner .about_fan .text_wrap p {
    width: 86%;
  }
}

.inner .about_fan .text_wrap p:nth-child(2) {
  font-size: 1.8rem;
  text-shadow: 0 0 10px #e7ee84;
  padding-top: 5%;
  padding-bottom: 5%;
}

.inner .about_fan .text_wrap p span.deco {
  font-size: 1.6rem;
  font-weight: bold;
  color: #e45604;
}

.inner .about_fan .text_wrap > span {
  color: #d60202;
  font-size: 1.2rem;
}

.inner .send_fanletter form {
  background-color: #ccd5f1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.inner .send_fanletter form dl {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .inner .send_fanletter form dl {
    width: 80%;
  }
}

.inner .send_fanletter form dl dt {
  text-align: left;
}

.inner .send_fanletter form dl dd {
  width: 100%;
}

.inner .send_fanletter form dl dd input {
  width: 100%;
  height: 50px;
}

.inner .send_fanletter form dl dd textarea {
  width: 100%;
  height: 200px;
}

.inner .send_fanletter form dl:nth-child(4) dd {
  width: 50%;
}

.inner .send_fanletter form button[type="submit"] {
  border-radius: 100px;
  width: 40%;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.inner .send_fanletter form button[type="submit"]:hover {
  background-color: #8d8d8d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*======================================
お問合せ
=======================================*/
.about_contact {
  margin-bottom: 30px;
}

.send_contact {
  background-color: #ccd5f1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*form{
        background-color: rgb(204, 213, 241);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5%;
        padding-bottom: 5%;
        // display: flex;
        flex-wrap: wrap;
    */
}

.send_contact dl {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .send_contact dl {
    width: 80%;
  }
}

.send_contact dl dt {
  text-align: left;
}

.send_contact dl dd {
  width: 100%;
}

.send_contact dl dd input {
  width: 100%;
  height: 50px;
}

.send_contact dl dd textarea {
  width: 100%;
  height: 200px;
}

.send_contact button[type="submit"] {
  border-radius: 100px;
  width: 40%;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  cursor: pointer;
}

.send_contact button[type="submit"]:hover {
  background-color: #8d8d8d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*======================================
求人
=======================================*/
.inner .about_recruit p {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .inner .about_recruit p {
    width: 75%;
  }
}

/*======================================
Twitter
=======================================*/
.inner .acount_wrap {
  padding: 20px;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #a79f9f;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .inner .acount_wrap {
    width: 80%;
  }
}

.inner .acount_wrap > p {
  color: #fff;
}

.inner .acount_wrap > p img {
  margin-left: auto;
  margin-right: auto;
  width: 15%;
  min-width: 50px;
  padding: 10px;
  margin-bottom: 10px;
}

.inner .acount_wrap .twitter {
  height: 80%;
}

.inner .acount_wrap .twitter p {
  height: 100%;
}

/*======================================
コンパニオン詳細ページ
=======================================*/
.inner .subtitle {
  padding-bottom: 20px;
}

.inner .subtitle p {
  font-size: 4rem;
}

@media screen and (max-width: 600px) {
  .inner .subtitle p {
    font-size: 2rem;
  }
}

.inner .subtitle span {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .inner .subtitle span {
    font-size: 1.3rem;
  }
}

.inner .subtitle span.size {
  display: block;
}

.inner .subtitle span.blog {
  font-weight: bold;
  padding: 8px;
  background: -webkit-linear-gradient(278deg, #fff, #999999, #e7e2e2);
  background: linear-gradient(532deg, #fff, #999999, #e7e2e2);
  border-radius: 8px;
  font-family: sans-serif;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .inner .subtitle span.blog {
    font-size: 1rem;
  }
}

.inner .profile_wrap .comp_img img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.inner .profile_wrap .comp_profile {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.inner .profile_wrap .comp_profile dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #000;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .inner .profile_wrap .comp_profile dl {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.inner .profile_wrap .comp_profile dl dt {
  width: 50%;
}

.inner .profile_wrap .comp_profile dl dd {
  width: 50%;
}

.inner .profile_wrap .comp_profile p.corse {
  margin-top: 30px;
  padding: 20px;
  background-color: rgba(250, 242, 175, 0.5);
  border-radius: 30px;
}

.inner .profile_wrap .comp_profile p.corse span {
  width: 20%;
  padding-right: 20px;
}

.inner .comp_sche > p {
  width: 97%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  border-left: 5px solid #3937a1;
  padding-left: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .inner .comp_sche > p {
    width: 70%;
  }
}

.inner .comp_sche ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 800px) {
  .inner .comp_sche ul {
    display: block;
  }
}

.inner .comp_sche ul li {
  width: 14%;
  border-top: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}

@media screen and (max-width: 800px) {
  .inner .comp_sche ul li {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    border-left: 1px solid #a1a1a1;
  }
}

.inner .comp_sche ul li:first-child {
  border-left: 1px solid #a1a1a1;
}

@media screen and (max-width: 800px) {
  .inner .comp_sche ul li:first-child {
    border-top: 1px solid #a1a1a1;
  }
}

.inner .comp_sche ul li p:first-child {
  background-color: #575757;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 800px) {
  .inner .comp_sche ul li p:first-child {
    width: 40%;
  }
}

.inner .comp_sche ul li p:nth-child(2) {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 800px) {
  .inner .comp_sche ul li p:nth-child(2) {
    width: 60%;
  }
}
/*# sourceMappingURL=under.css.map */