@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese);
@import url(https://use.fontawesome.com/releases/v5.15.3/css/all.css);
/* Colors */
/* Size */
/* Times */
/* Width */
/* Media */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  background-color: #fff !important;
}

body {
  font-weight: 400;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  color: #333;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

a {
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  text-decoration: none;
}

a:link, a:visited {
  color: #333;
}

a:hover {
  opacity: 0.6;
}

img {
  height: auto;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

h2 {
  font-size: min(12vw, 3rem);
  font-weight: 400;
}

th, td, p, li {
  font-size: 0.9rem;
}

table {
  border-collapse: collapse;
}

th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.baseBlue {
  color: #0a2296;
}

.basePink {
  color: #eaa5af;
}

.baseWhite {
  color: #FFF;
}

.bg_pink {
  background-color: #eddcdb;
}

.pb-2rem {
  padding-bottom: 2rem;
}

.pb-3rem {
  padding-bottom: 3rem;
}

.pb-4rem {
  padding-bottom: 4rem;
}

.pb-5rem {
  padding-bottom: 5rem;
}

.pt-2rem {
  padding-top: 2rem;
}

.mt-1rem {
  margin-top: 1rem;
}

@media (max-width: 479px) {
  .sp-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 479px) {
  .sp-show {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* LAYOUT */
#container {
  width: 100%;
  height: auto;
}

.inner_block {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: auto;
}
.inner_block-narrow {
  width: 100%;
  max-width: 854px;
  padding: 0 15px;
  height: auto;
  margin: auto;
  position: relative;
}

section {
  margin-bottom: 2rem;
}

#page_top {
  position: fixed;
  right: 3%;
  bottom: 40px;
  opacity: 0.9;
}
#page_top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
  background: url("/img/icon_re.png") no-repeat center center/contain;
}

#newsList {
  margin-top: 1rem;
  height: 130px;
  overflow-y: auto;
}
#newsList li {
  margin-bottom: 1rem;
}
#newsList .up_ymd {
  display: block;
  width: 6rem;
  float: left;
}
#newsList .title {
  display: block;
  overflow: hidden;
}
#newsList #detail {
  margin-left: 6rem;
}

.x3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.x3 li {
  width: 33%;
  height: auto;
  margin-right: 0.5%;
}
.x3 li:nth-child(3n) {
  margin-right: 0;
}

.x4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.x4 li {
  width: 24%;
  height: auto;
  margin-right: 1%;
}
@media (max-width: 699px) {
  .x4 li {
    width: 49%;
  }
  .x4 li:nth-child(2n) {
    margin-right: 0;
  }
}
.x4 li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 699px) {
  .x4 li:nth-child(4n) {
    margin-right: inherit;
  }
}

.voice_sample {
  position: relative;
}
.voice_sample::before, .voice_sample::after {
  content: "";
  display: block;
  background: #eddcdb;
  height: 2px;
  width: 100%;
  position: absolute;
}
.voice_sample::before {
  top: 101%;
}
.voice_sample::after {
  bottom: 101%;
}

.youtube_box {
  margin-bottom: 1rem;
}
.youtube_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.dotted-wht_btn {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 48px;
  border-radius: 10px;
  border: dotted #FFF 2px;
  position: absolute;
  right: 15px;
  line-height: 1;
}
@media (max-width: 699px) {
  .dotted-wht_btn {
    width: 90%;
    margin: auto;
    right: 0;
    left: 0;
  }
}

.circle_arrow {
  position: relative;
}
.circle_arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 101%;
  width: 20px;
  height: 20px;
  border: solid 2px #eaa5af;
  border-radius: 50%;
}
.circle_arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 106%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #eaa5af;
}

.top_about {
  background: url("/img/top-about-bg.png") no-repeat top center;
  margin-top: -20px;
  padding-top: 20px;
  position: relative;
}
.top_about p {
  margin-bottom: 1rem;
}
.top_about .top-about-prof {
  position: absolute;
}
@media (max-width: 479px) {
  .top_about .top-about-prof {
    position: relative;
  }
}
.top_about .top-about-prof-box {
  position: relative;
  background: #b5cee4;
  width: 370px;
  height: auto;
  border-radius: 10px;
  padding: 15px;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 479px) {
  .top_about .top-about-prof-box {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.top_about .top-about-prof-box th {
  white-space: nowrap;
  padding-top: 0.6rem;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #FFF;
}
.top_about .top-about-prof-box td {
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #FFF;
}
.top_about .top-about-prof-box .no-u-line {
  border-bottom: none;
}
.top_about .top-about-prof-box .suki-click {
  position: absolute;
  top: 15px;
  right: -15px;
  width: 40%;
  height: auto;
}
.top_about .top-about-photo {
  width: 100%;
  height: auto;
  text-align: right;
}
.top_about .top-about-photo span {
  display: inline-block;
  width: 520px;
  height: auto;
}

.to-btn {
  display: block;
  width: 386px;
  height: auto;
  margin-top: 15px;
}
@media (max-width: 479px) {
  .to-btn {
    display: inline-block;
    width: 46%;
    margin: 0 1%;
  }
}

.bread-crumb {
  margin-bottom: 0.1rem;
}
.bread-crumb .breadcrumb {
  padding-top: 0.1rem;
  padding: 0 15px;
}
.bread-crumb .breadcrumb li {
  display: inline-block;
  font-size: 0.8rem;
}
.bread-crumb .breadcrumb li::after {
  content: "-";
  display: inline-block;
  margin: auto 0.3rem;
}
.bread-crumb .breadcrumb li:last-child::after {
  content: none;
}

.about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 479px) {
  .about-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about-top .about-top-pict {
  width: 100%;
  max-width: 380px;
  height: 380px;
  background: url("/img/about-rika-pict.png") no-repeat center center/cover;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-right: 1rem;
}
.about-top .about-top-pict img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 479px) {
  .about-top .about-top-pict {
    background: url("/img/about-rika-pict-s.png") no-repeat center center/cover;
    max-width: inherit;
    height: auto;
    aspect-ratio: 1.42/1;
    margin-right: 0;
  }
}

.about-prof {
  position: relative;
}
@media (max-width: 479px) {
  .about-prof {
    padding: 15px;
  }
}
.about-prof .about-prof-title {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-prof .about-prof-title div h1 {
  font-size: min(6vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 0;
}
.about-prof .about-prof-title div h1 span {
  font-size: min(3vw, 0.9rem);
  display: inline-block;
  margin-left: 0.4rem;
}
.about-prof .about-prof-title div .name-e {
  color: #aaa;
}
.about-prof .about-prof-title div:nth-child(2) {
  padding-top: 0.7rem;
  padding-left: 1.5rem;
}
.about-prof .about-prof-title div:nth-child(2) a {
  color: #707070;
}
.about-prof .about-prof-title div:nth-child(2) a span {
  color: #aaa;
}
.about-prof .to-btn {
  display: block;
  width: 386px;
  height: auto;
  margin-top: 15px;
}
@media (max-width: 479px) {
  .about-prof .to-btn {
    display: inline-block;
    width: 90%;
    margin: 0 1%;
  }
}

.job-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.job-area li {
  width: 19.5%;
}
@media (max-width: 479px) {
  .job-area li {
    width: 33%;
    margin-bottom: 0.8rem;
  }
}
.job-area li a {
  display: block;
  position: relative;
  height: 90px;
}
.job-area li a span {
  display: block;
  color: #eaa5af;
  border: solid 1px #eaa5af;
  text-align: center;
  padding: 0.2rem 0;
  border-radius: 10px;
  font-size: min(1.5vw, 0.8rem);
}
@media (max-width: 479px) {
  .job-area li a span {
    font-size: 0.8rem;
  }
}
.job-area li a img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 44px;
  height: auto;
}

.about {
  margin-bottom: 0.3rem;
}

.about-works {
  background: url("/img/about-bg.png") center top repeat-y;
}
.about-works .inner_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.about-works .inner_block .stripe {
  width: 35%;
}
@media (max-width: 699px) {
  .about-works .inner_block .stripe {
    width: 20%;
  }
}
@media (max-width: 479px) {
  .about-works .inner_block .stripe {
    width: 10%;
  }
}
.about-works .inner_block .about-works-contents {
  width: 65%;
}
.about-works .inner_block .about-works-contents h2 {
  font-size: 1.25rem;
  color: #FFF;
  background: #f7d7da;
  padding: 0.3rem 0 0.3rem 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.about-works .inner_block .about-works-contents h2:first-child {
  margin-top: 0;
}
.about-works .inner_block .about-works-contents h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #707070;
  padding-bottom: 0.2rem;
  border-bottom: solid 2px #eee;
  line-height: 1;
  margin-top: 2rem;
}
.about-works .inner_block .about-works-contents h2 + h3 {
  margin-top: 0;
}
.about-works .inner_block .about-works-contents p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.about-works .inner_block .about-works-contents .works-radio::before {
  content: "";
  background: url(/img/radio-solid.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
}
.about-works .inner_block .about-works-contents .works-naration::before {
  content: "";
  background: url(/img/book-open-solid.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}
.about-works .inner_block .about-works-contents .works-mc::before {
  content: "";
  background: url(/img/icon_mc.png) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}
.about-works .inner_block .about-works-contents .works-tearch::before {
  content: "";
  background: url(/img/person-chalkboard-solid.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}
.about-works .inner_block .about-works-contents .works-writer::before {
  content: "";
  background: url(/img/pencil-solid.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
}
.about-works .inner_block .about-works-contents .works-date {
  color: #aaa;
  margin-bottom: 0;
}
.about-works .inner_block .about-works-contents .works-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.8rem;
  margin-bottom: 0.7rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-works .inner_block .about-works-contents .works-tag li {
  font-size: 0.7rem;
  padding: 0.2rem;
  text-align: center;
  min-width: 5rem;
  background: #eaa5af;
  color: #FFF;
  border-radius: 4px;
  margin-right: 0.3rem;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.about-works .inner_block .about-works-contents .works-tag li:last-child {
  margin-right: 0;
}
.about-works .inner_block .about-works-contents .to_site {
  border: solid 1px #eaa5af;
  color: #eaa5af;
  text-align: center;
  display: inline-block;
  width: 20rem;
  font-size: 0.8rem;
}
@media (max-width: 479px) {
  .about-works .inner_block .about-works-contents .to_site {
    width: 90%;
  }
}
.about-works .inner_block .about-works-contents .works-tag + .to_site {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
@media (max-width: 699px) {
  .about-works .inner_block .about-works-contents {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .about-works .inner_block .about-works-contents {
    width: 90%;
  }
}

.other-header {
  height: 130px;
  position: relative;
}
.other-header.voice {
  background: #eddcdb;
}
.other-header.contact {
  background: #36619d;
}
.other-header::after {
  content: "";
  display: block;
  background: url("/img/pink-line.png") repeat-x left top;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 102%;
}
.other-header .inner_block-narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.other-title {
  font-size: 3rem;
  font-weight: 400;
}

.at_media {
  background: #f7d7da;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
  padding: 0.2rem 1rem;
  margin: 1rem 0;
  padding: 0 15px;
}

.auto-naration {
  font-size: 1rem;
  color: darkGrey;
  border-bottom: solid 1px #aaa;
  margin-bottom: 1rem;
}
.auto-naration::before {
  content: "";
  background: url(/img/book-open-solid.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
}
.auto-radio {
  font-size: 1rem;
  color: darkGrey;
  border-bottom: solid 1px #aaa;
  margin-bottom: 1rem;
}
.auto-radio::before {
  content: "";
  background: url(/img/radio-solid.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
}

.voice-sample .to-btn {
  margin: 2rem auto;
  width: min(100%, 368px);
}

.at_contact {
  font-size: 1.2rem !important;
  color: darkGrey !important;
  border-bottom: solid 1px #aaa;
  margin-top: 2rem;
  padding: 0 15px;
}

.mfp_rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form .inner_block p {
  padding: 0 15px;
}
.contact-form .to-btn {
  margin: 2rem auto;
  width: min(100%, 368px);
}
.contact-form .x2 {
  width: 98%;
  font-size: 1.1rem;
  padding: 0.5rem;
  margin: 0.5rem;
}
.contact-form .x1 {
  width: 98% !important;
  height: 10rem !important;
  font-size: 1.1rem;
  padding: 0.5rem;
  margin: 0.5rem;
}

.mfp_rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  max-width: 860px;
  height: auto;
  margin: auto;
}
.mfp_rows .mfp_col5 {
  width: 49%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 479px) {
  .mfp_rows .mfp_col5 {
    width: 99%;
  }
}
.mfp_rows .mfp_col10 {
  width: 99%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* HEADER */
header {
  background: url("/img/pink-line.png") repeat-x left top #c4ccd6;
  position: sticky;
  top: 0;
  left: 0;
  padding: 30px 0 15px;
  margin-bottom: 9px;
  z-index: 1;
}
@media (max-width: 699px) {
  header {
    background: none #FFF;
  }
}
header .inner_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 699px) {
  header .inner_block {
    display: block;
  }
}
header .inner_block .logo {
  width: 160px;
  height: auto;
  margin-left: 100px;
  position: relative;
}
@media (max-width: 699px) {
  header .inner_block .logo {
    margin: auto !important;
    z-index: 10;
  }
}
@media (max-width: 699px) {
  header .inner_block .navbar {
    background: #eddcdb;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 2;
    left: 100%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}
@media (max-width: 699px) {
  header .inner_block .navbar ul {
    text-align: center;
    margin-top: 50vh;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
header .inner_block .navbar ul li {
  display: inline-block;
  margin-right: 0.9rem;
  font-size: 1.1rem;
}
@media (max-width: 699px) {
  header .inner_block .navbar ul li {
    margin: 2rem;
  }
}
header .inner_block .navbar ul li a {
  color: #0a2296;
}
header .inner_block .navbar .menu_logo img {
  height: 20px;
}
@media (max-width: 699px) {
  header .inner_block .navbar .menu_text {
    display: block;
  }
}
header .inner_block .navbar.is-active {
  left: 0%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
header::before {
  content: "";
  display: block;
  background: #afb6bf;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 3px;
}
header::after {
  content: "";
  display: block;
  background: url("/img/pink-line.png") repeat-x left top;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 102%;
}
header .c-nav-btn {
  display: none;
  height: 50px;
  width: 50px;
  position: absolute;
  background: #eaa5af;
  border-radius: 10px;
  border: none;
  right: 5%;
  top: 1.5rem;
  padding: 10px;
  z-index: 11;
}
@media (max-width: 699px) {
  header .c-nav-btn {
    display: block;
  }
}
header .c-nav-btn::after, header .c-nav-btn::before {
  position: absolute;
  top: calc(50% - 1px);
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  background: #FFF;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header .c-nav-btn::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 8px 0 #FFF;
          box-shadow: 0 8px 0 #FFF;
}
header .c-nav-btn::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
header .c-nav-btn.is-active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}
header .c-nav-btn.is-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* MENU */
/* max-width: 768px */
/* FOOTER */
footer {
  background: url("/img/pink-line.png") repeat-x left top #c4ccd6;
  position: relative;
  padding: 30px 0 15px;
}
footer ul.footer_nav {
  text-align: center;
}
footer ul.footer_nav li {
  display: inline-block;
  margin-right: 0.9rem;
  font-size: 1.1rem;
}
footer ul.footer_nav li a {
  color: #0a2296;
}
footer ul.footer_nav .menu_logo img {
  height: 20px;
}
footer .logo {
  width: 160px;
  height: auto;
  margin: 2rem auto;
}
/*# sourceMappingURL=style.css.map */