@charset "UTF-8";
body {
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.8px;
  position: relative;
  color: #555050;
}
@media (max-width: 550px) {
  body {
    overflow-x: hidden;
    font-size: 90%;
    font-weight: 300;
  }
}

.red {
  color: rgb(206, 58, 87);
}

header, .content {
  max-width: 1300px;
  margin: 0 auto;
}

.content {
  padding: 2rem 0;
}
@media (max-width: 550px) {
  .content {
    padding: 1.5rem;
  }
}

.bg-gl {
  background: linear-gradient(to right, #fffefc 0%, #e2d5b2 100%);
}

.bg-pk {
  background: linear-gradient(to right, #fffefc 0%, #FFEDED 100%);
}

.bg-br {
  background: #FAF9F7;
}

.bg-em {
  background: #F0FAFA;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

h2 {
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0.05em;
  line-height: 46px;
  color: #6A5454;
}
@media (max-width: 550px) {
  h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.separate {
  border-image: linear-gradient(to right, #bfae98 0%, #f0ebe6 48.77%, #c1b09b 100%) 1;
  border-bottom: 2px solid;
  border-top: 0;
  margin: 0;
  padding: 0;
}

.list_navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 550px) {
  .list_navigation {
    margin-top: 0;
    display: block;
  }
  .list_navigation img {
    float: left;
    width: 130px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
  }
}
.list_navigation li {
  width: 32%;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 815px) {
  .list_navigation li {
    width: 32%;
  }
}
@media (max-width: 550px) {
  .list_navigation li {
    width: 100%;
    text-align: left;
    font-size: 1.3rem;
    clear: both;
    margin-bottom: 35px;
    overflow: hidden;
  }
}
.list_navigation a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 850px) {
  .list_navigation a:hover {
    text-decoration: underline;
    filter: brightness(100%);
  }
}
.list_navigation h4 {
  font-weight: normal;
  color: #988353;
  font-size: 20px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding-top: 12px;
}
@media (max-width: 815px) {
  .list_navigation h4 {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .list_navigation h4 {
    font-size: 85%;
    line-height: 1.3;
    padding-top: 0;
    margin-bottom: 5px;
  }
}
.list_navigation p {
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 815px) {
  .list_navigation p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .list_navigation p {
    font-size: 65%;
    overflow: hidden;
  }
}
@media (max-width: 550px) {
  .list_navigation p br {
    display: none;
  }
}
.list_navigation span {
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
}
@media (max-width: 550px) {
  .list_navigation span {
    font-size: 0.8rem;
  }
}

.toku {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 0;
}
@media (max-width: 550px) {
  .toku {
    padding: 0;
    flex-wrap: wrap;
  }
}
.toku img {
  width: 45%;
}
@media (max-width: 815px) {
  .toku img {
    object-fit: cover;
  }
}
@media (max-width: 550px) {
  .toku img {
    width: 100%;
    order: 0;
  }
}
.toku h4 {
  font-size: 150%;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .toku h4 {
    font-size: 16px;
  }
}
.toku p {
  line-height: 2;
}
.toku div {
  width: 50%;
}
@media (max-width: 550px) {
  .toku div {
    width: 100%;
    padding: 1rem 0;
    order: 1;
  }
}
@media (max-width: 550px) {
  .toku div .line_counseling {
    width: 66%;
    display: block;
    margin: 0 auto;
  }
  .toku div .line_counseling img {
    width: 100%;
    height: auto;
  }
}

.font-gr {
  color: #988353;
}

.img-right img {
  order: 2;
  align-self: flex-start;
}
@media (max-width: 550px) {
  .img-right img {
    order: 0;
  }
}
.img-right div {
  order: 1;
}

.btn_detail {
  width: 360px;
  border: 0;
  color: #fff;
  padding: 0;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  background-color: #5F4D4D;
  text-align: center;
}
@media (max-width: 815px) {
  .btn_detail {
    margin: 2rem auto;
  }
}
@media (max-width: 550px) {
  .btn_detail {
    margin: 1rem auto 30px auto;
    width: 280px;
  }
}
.btn_detail a {
  display: block;
  font-size: 22px;
  color: inherit;
  text-decoration: none;
  padding: 0.3rem 0;
  background-image: url("images/icon-btn-arrow.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 90% center;
}
@media screen and (min-width: 850px) {
  .btn_detail a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 550px) {
  .btn_detail a {
    font-size: 14px;
    padding: 0.5rem 0;
  }
}

.wh {
  background-color: transparent;
  color: #837D50;
  border: 1px solid #B5B19C;
}
.wh a {
  background-image: url("images/icon-btn-arrow-wh.svg");
}
@media screen and (min-width: 850px) {
  .wh a:hover {
    background-color: rgb(243, 239, 228);
    color: #553e04;
  }
}

.top-medi-title {
  color: #464646;
  padding: 1.5rem 0;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-size: 36px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.top-medi-title::after {
  background-color: #969696;
  content: "";
  height: 1px;
  width: 90px;
  margin-left: 1.5rem;
}
@media (max-width: 550px) {
  .top-medi-title::after {
    width: 40px;
    margin-left: 0.3rem;
  }
}
.top-medi-title::before {
  background-color: #969696;
  content: "";
  height: 1px;
  width: 90px;
  margin-right: 1.5rem;
}
@media (max-width: 550px) {
  .top-medi-title::before {
    width: 40px;
    margin-right: 0.3rem;
  }
}
@media (max-width: 550px) {
  .top-medi-title {
    font-size: 20px;
    padding: 1rem 0;
  }
}

.submedi {
  display: block;
  text-align: center;
  margin-top: -2rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  margin-bottom: 2rem;
  font-size: 14px;
  color: #969696;
}
@media (max-width: 550px) {
  .submedi {
    font-size: 12px;
    margin-top: -1.5rem;
  }
}

.faq_container {
  border-radius: 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2rem;
}
@media (max-width: 550px) {
  .faq_container {
    padding: 0;
  }
}
.faq_container h3 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 20px;
  margin: 1.5rem 0;
}
@media (max-width: 550px) {
  .faq_container h3 {
    font-size: 17px;
    margin: 0.5rem 0;
  }
}
.faq_container .toggle_contents {
  border-top: #bebebe solid 1px;
  border-left: #bebebe solid 1px;
  border-right: #bebebe solid 1px;
  padding: 0;
  margin: 0;
}
.faq_container .toggle_contents:last-child {
  border-bottom: #bebebe solid 1px;
}
@media (max-width: 550px) {
  .faq_container .toggle_contents {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.faq_container .toggle_title {
  position: relative;
  cursor: pointer;
  font-size: 110%;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #6F580C;
  background-color: #fff;
  background-image: url(../images/faq-q.svg);
  background-repeat: no-repeat;
  background-position: 1rem center;
  padding: 1.5rem 0;
  margin-top: 0;
  padding-left: 90px;
  background-size: 40px;
}
@media (max-width: 815px) {
  .faq_container .toggle_title {
    padding-right: 60px;
  }
}
@media (max-width: 550px) {
  .faq_container .toggle_title {
    margin-bottom: 0;
    background-size: 30px auto;
    padding-left: 45px;
    padding-right: 45px;
    background-position: 0.5rem center;
    font-size: 14px;
  }
}
.faq_container .toggle_title .toggle_btns {
  position: absolute;
  background-color: transparent;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 42px;
  height: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 815px) {
  .faq_container .toggle_title .toggle_btns {
    right: 1rem;
  }
}
@media (max-width: 550px) {
  .faq_container .toggle_title .toggle_btns {
    top: 50%;
    right: 1rem;
  }
}
.faq_container .toggle_btns {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-image: url(images/faq-tg.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  top: 50%;
  right: 0;
}
@media (max-width: 550px) {
  .faq_container .toggle_btns {
    width: 20px;
    height: 1px;
  }
}
.faq_container .active {
  background-image: url(images/faq-tg2.svg);
}
.faq_container .toggle_contents .toggle_answer {
  display: none;
  font-size: 100%;
  background-image: url(../images/faq-a.svg);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 40px;
  padding: 1.5rem 1.5rem 1.5rem 90px;
  background-color: #F7F5E9;
}
@media (max-width: 550px) {
  .faq_container .toggle_contents .toggle_answer {
    margin-bottom: 0;
    background-size: 30px auto;
    padding-left: 45px;
    padding-right: 1rem;
    background-position: 0.5rem center;
  }
  .faq_container .toggle_contents .toggle_answer p {
    margin-bottom: 0;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 550px) {
  .br-sp {
    display: inherit;
  }
}

@media (max-width: 550px) {
  .pc {
    display: none;
  }
}

.font-wh {
  color: #ffffff;
}

.topic-2c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  margin-bottom: 1.5rem;
}
.topic-2c li {
  width: 48%;
}
@media (max-width: 550px) {
  .topic-2c li {
    width: 100%;
  }
}
.topic-2c iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  z-index: 1;
}

.fil {
  position: relative;
}

.ov {
  position: absolute;
  width: 100%;
  height: 300px;
  display: block;
  mix-blend-mode: overlay;
  background: #a29083;
  z-index: 2;
}

.ad {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media (max-width: 550px) {
  .ad {
    display: block;
  }
}
.ad h3 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 550px) {
  .ad h3 {
    font-size: 17px;
  }
}
.ad p {
  text-align: right;
  font-weight: 200;
}

.topic-3c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.topic-3c li {
  width: 32%;
}
@media (max-width: 550px) {
  .topic-3c li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.top-women {
  background-image: url(/images/bg-topwm.webp);
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
  color: #fff;
}
@media (max-width: 550px) {
  .top-women {
    padding: 1rem 0;
  }
}
.top-women h2 {
  color: #fff;
  margin-bottom: 2rem;
}
.top-women .btn_detail {
  margin-top: 3rem;
}

.touroku-flow {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .touroku-flow {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .touroku-flow img {
    transform: rotate(90deg);
  }
}
.touroku-flow .touroku-box {
  width: 22%;
  background-color: #464646;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding: 1rem 1.5rem;
}
@media (max-width: 550px) {
  .touroku-flow .touroku-box {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
.touroku-flow h4 {
  color: #E5CE99;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 50px;
  background-image: url(/images/ic-flow.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left 15px;
}
@media (max-width: 550px) {
  .touroku-flow h4 {
    font-size: 20px;
    background-size: 30px;
    background-position: left 10px;
    padding-left: 35px;
    margin-bottom: 5px;
  }
}
.touroku-flow p {
  border-top: #EADEC3 solid 1px;
  padding-top: 5px;
  margin-bottom: 0;
}

footer {
  background-color: #807272;
  text-align: center;
  padding: 0.5rem;
  color: #fff;
}

.footer-link {
  display: flex;
  padding: 2rem 0;
  justify-content: center;
}
@media (max-width: 550px) {
  .footer-link {
    flex-wrap: wrap;
    padding: 0.5rem 0;
  }
}
.footer-link li {
  padding: 0 2rem;
  font-size: 16px;
  line-height: 1.3;
  border-right: 1px solid #272727;
}
@media (max-width: 550px) {
  .footer-link li {
    font-size: 12px;
    padding: 0 1rem;
    margin-bottom: 5px;
  }
}
.footer-link li:last-child {
  border-right: none;
}
.footer-link li a {
  color: #272727;
  text-decoration: none;
}

.bg-footer {
  background-color: #AC9F75;
  color: #fff;
}

.area-footer {
  max-width: 1200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .area-footer {
    flex-wrap: wrap;
    padding: 1rem;
  }
}
.area-footer .footer-link {
  justify-content: left;
  padding: 1rem 0;
}
@media (max-width: 550px) {
  .area-footer .footer-link {
    padding: 0;
  }
}
.area-footer .footer-link li {
  border-right: #fff 1px solid;
}
.area-footer .footer-link li:first-child {
  padding-left: 0;
}
.area-footer .footer-link li:last-child {
  border-right: none;
}
.area-footer .footer-link li a {
  color: #fff;
}

.copy {
  margin-bottom: 0;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}
@media (max-width: 550px) {
  .copy {
    font-size: 11px;
  }
}

.main {
  width: 100%;
  height: 65vw;
  background-image: url(/images/mv-pc.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 550px) {
  .main {
    background-image: url(/images/mv-sp.webp);
    height: 110vw;
  }
}
.main h2 {
  color: #fff;
  padding-top: 33vw;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 550px) {
  .main h2 {
    padding-top: 30vw;
    font-size: 17px;
  }
}
.main h2 span {
  font-size: 24px;
}
@media (max-width: 550px) {
  .main h2 span {
    font-size: 14px;
  }
}

.kasi-bg {
  background-image: url(images/kasi-bg.webp);
  background-size: cover;
  background-position: bottom center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 20px;
}
.kasi-bg p {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .kasi-bg {
    font-size: 16px;
  }
}

.subtitle {
  color: #988353;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 22px;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .subtitle {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}

.title-topic {
  font-size: 22px;
  color: #6A5943;
  display: flex;
  font-weight: 500;
  align-items: center;
  margin-bottom: 1.5rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}
@media (max-width: 550px) {
  .title-topic {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }
}
.title-topic::after {
  content: "";
  margin-left: 1rem;
  height: 1px;
  flex-grow: 1;
  background: linear-gradient(to right, #e7e2d8 0%, #b7a983 100%);
}

.setting li {
  background-image: url(/images/ic-set.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: left 16px;
  padding: 0.6rem 0;
  padding-left: 30px;
}

.gr {
  color: #C6AF70;
}

.submit_btn {
  background-color: #564924;
  border: 0;
  color: #fff;
  width: 200px;
  font-size: 18px;
  padding: 0.5rem 0;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  margin-top: 1rem;
  cursor: pointer;
}
@media (max-width: 550px) {
  .submit_btn {
    width: 160px;
  }
}
.submit_btn:hover {
  background-color: #67531c;
}

@media (max-width: 550px) {
  input, textarea {
    width: 100%;
  }
}

.about-kukaku {
  background-color: #fff;
  padding-bottom: 1rem;
}
.about-kukaku h3 {
  background-color: #42BAB1;
  font-size: 36px;
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding: 0.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .about-kukaku h3 {
    font-size: 20px;
  }
}
.about-kukaku ul {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .about-kukaku ul {
    flex-wrap: wrap;
  }
}
.about-kukaku ul li {
  width: 50%;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 550px) {
  .about-kukaku ul li {
    width: 100%;
  }
}
.about-kukaku ul li:first-child {
  border-right: #C9C9C9 1px solid;
}

.area-research {
  background-color: #60564B;
  color: #fff;
}
.area-research h3 {
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 22px;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .area-research h3 {
    font-size: 18px;
  }
}
.area-research .top-medi-title, .area-research .submedi {
  color: #fff;
}
.area-research .topic-head {
  display: flex;
  margin-bottom: 2.5rem;
}
@media (max-width: 550px) {
  .area-research .topic-head {
    flex-wrap: wrap;
  }
}
.area-research .topic-head img {
  width: 45%;
  margin-right: 5%;
}
@media (max-width: 550px) {
  .area-research .topic-head img {
    width: 100%;
    margin-right: 0;
  }
}
.area-research .topic-head p {
  width: 55%;
}
@media (max-width: 550px) {
  .area-research .topic-head p {
    width: 100%;
  }
}
.area-research li {
  text-align: center;
  margin-bottom: 1rem;
}

.smart {
  background-color: #51BABA;
  color: #fff;
  display: flex;
  padding: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .smart {
    flex-wrap: wrap;
  }
}
.smart h4 {
  font-size: 28px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .smart h4 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.smart img {
  width: 42%;
}
@media (max-width: 550px) {
  .smart img {
    order: 1;
    width: 100%;
  }
}
.smart div {
  width: 55%;
}
@media (max-width: 550px) {
  .smart div {
    order: 2;
    width: 100%;
  }
}

.sylist {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
.sylist li {
  display: flex;
  border-bottom: dotted 1px #A7A7A7;
  padding: 0.5rem 0;
}
@media (max-width: 550px) {
  .sylist li {
    flex-wrap: wrap;
    line-height: 1.5;
  }
}
.sylist li h4 {
  width: 40%;
  font-weight: 400;
  color: #478a85;
}
@media (max-width: 550px) {
  .sylist li h4 {
    width: 63%;
  }
}
.sylist li p {
  margin-bottom: 0;
}
.sylist li .kamoku {
  width: 28%;
  margin-bottom: 0;
  margin-right: 2rem;
  color: #796c37;
}
@media (max-width: 550px) {
  .sylist li .kamoku {
    width: 35%;
    margin-right: 0;
  }
}

.voice li {
  background: #fffaf0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
  padding: 1.5rem;
  display: flex;
  font-size: 17px;
  margin-bottom: 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .voice li {
    flex-wrap: wrap;
    font-size: 15px;
  }
}
.voice li img {
  width: 210px;
}
@media (max-width: 550px) {
  .voice li img {
    margin-left: auto;
    margin-right: auto;
  }
}
.voice li div {
  width: calc(100% - 230px);
}
@media (max-width: 550px) {
  .voice li div {
    width: 100%;
  }
}
.voice li h4 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #378181;
}
@media (max-width: 550px) {
  .voice li h4 {
    font-size: 18px;
  }
}
.voice li .doc {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #6a5454;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .voice li .doc {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.voice li .doc span {
  font-size: 17px;
}
@media (max-width: 550px) {
  .voice li .doc span {
    font-size: 14px;
    display: block;
  }
}
.voice li .btn_detail {
  width: 250px;
  margin-left: auto;
  margin-bottom: 0;
}
.voice li .btn_detail a {
  font-size: 18px;
}
@media (max-width: 550px) {
  .voice li .btn_detail a {
    font-size: 15px;
  }
}

.voice2 li {
  background: #fffaf0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
  padding: 1.5rem;
  display: flex;
  font-size: 17px;
  margin-bottom: 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .voice2 li {
    flex-wrap: wrap;
    font-size: 15px;
  }
}
.voice2 li img {
  width: 210px;
}
@media (max-width: 550px) {
  .voice2 li img {
    margin-left: auto;
    margin-right: auto;
  }
}
.voice2 li div {
  width: calc(100% - 230px);
}
@media (max-width: 550px) {
  .voice2 li div {
    width: 100%;
  }
}
.voice2 li h4 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #378181;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .voice2 li h4 {
    font-size: 18px;
  }
}
.voice2 li .doc {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #6a5454;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .voice2 li .doc {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.voice2 li .doc span {
  font-size: 20px;
}
@media (max-width: 550px) {
  .voice2 li .doc span {
    font-size: 14px;
    display: block;
  }
}

.title-insta {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #009589;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .title-insta {
    font-size: 20px;
  }
}

.area_topdr {
  display: flex;
  justify-content: right;
  background-color: #60564B;
  width: 100%;
}
@media (max-width: 550px) {
  .area_topdr {
    flex-wrap: wrap;
  }
}

.top_nm {
  width: 50%;
}
@media (max-width: 550px) {
  .top_nm {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.top_nm img {
  max-width: 100%;
}
@media (max-width: 815px) {
  .top_nm img {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .top_nm img {
    max-width: 100%;
  }
}

.top_nm_topic {
  width: 40%;
  padding-right: 40px;
  display: flex;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.top_nm_topic img {
  max-width: 90%;
}
@media (max-width: 550px) {
  .top_nm_topic {
    width: 100%;
    padding: 1.5rem;
    order: 2;
  }
}

@media (max-width: 815px) {
  .contact {
    width: 100%;
  }
}

.contact tr {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .contact tr {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}

.form_right {
  padding-left: 85px;
  text-align: left;
  width: 30%;
}
@media (max-width: 815px) {
  .form_right {
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .form_right {
    width: 100%;
    margin-bottom: 0;
  }
}

.form_left {
  text-align: left;
  width: 70%;
}
@media (max-width: 550px) {
  .form_left {
    width: 100%;
  }
}

.contact textarea {
  background-color: #F2F2F2;
  border: none;
  font-size: 18px;
  line-height: 32px;
}

input,
select {
  height: 40px;
  padding: 0 1rem !important;
  font-size: 18px;
  background-color: #F2F2F2;
  border: none;
  border-radius: 0;
}
@media (max-width: 550px) {
  input,
  select {
    font-size: 14px;
    padding: 0 10px !important;
    max-width: 100%;
  }
}

.contact_btn {
  margin: auto;
}
@media (max-width: 550px) {
  .contact_btn {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .contact_btn tr {
    display: flex;
    justify-content: space-around;
  }
}

input[type=checkbox],
input[type=radio] {
  height: initial;
}

.strag {
  width: 100%;
}

.lad {
  width: 190px;
}

button {
  color: #FFFFFF !important;
  width: 240px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: #000000;
  display: block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  margin-left: 20px;
  transition: 0.8s;
}
@media (max-width: 550px) {
  button {
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    margin: 0;
  }
}
button:hover {
  opacity: 0.7;
}

dl.recruit_area {
  overflow: hidden;
  max-width: 850px;
  margin: 3rem auto;
}

dl.recruit_area dt.line {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
  margin: 0 0 20px 0;
}

dl.recruit_area dt {
  float: left;
  color: #000;
  font-weight: bold;
  width: 150px;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
}
@media (max-width: 550px) {
  dl.recruit_area dt {
    padding: 0 0 0 5px;
    float: none;
    font-size: 14px;
  }
}

dl.recruit_area dd {
  float: left;
  line-height: 160%;
  width: 600px;
  margin: 0 0 10px 100px;
}
dl.recruit_area dd ol li {
  list-style: inside;
  list-style-type: decimal;
}
@media (max-width: 550px) {
  dl.recruit_area dd {
    float: none;
    line-height: 160%;
    width: 100%;
    margin: 0 0 10px 0;
    padding-left: 5px;
  }
}

.btn-wrap {
  width: 260px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px hsl(0, 0%, 63%);
  text-align: center;
  margin-top: 15px;
  clear: both;
  cursor: pointer;
}

.jinkou {
  font-size: 28px;
  color: #000;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  line-height: 1.4;
}
@media (max-width: 550px) {
  .jinkou {
    font-size: 20px;
  }
}
.jinkou span {
  font-size: 68px;
}
@media (max-width: 550px) {
  .jinkou span {
    font-size: 40px;
  }
}

.bg-sub {
  background-image: url(/images/sub-bg.webp);
  background-position: center;
  width: 100%;
  background-size: cover;
  height: 190px;
}
@media (max-width: 550px) {
  .bg-sub {
    height: 130px;
  }
}
.bg-sub .top-medi-title {
  color: #fff;
  margin-top: 0;
  padding-top: 3.5rem;
}
@media (max-width: 550px) {
  .bg-sub .top-medi-title {
    padding-top: 2rem;
  }
}
.bg-sub .submedi {
  color: #fff !important;
}

.area-interview {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  background-color: #fff;
}
.area-interview h2 {
  font-size: 36px;
  letter-spacing: 2px;
  padding: 2rem 0;
  border-top: 2px solid #766018;
  border-bottom: 1px solid #D0CAB8;
  margin-bottom: 2.5rem;
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
}
@media (max-width: 550px) {
  .area-interview h2 {
    font-size: 22px;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    background-color: #766018;
    color: #ffffff;
  }
}
.area-interview h3 {
  background-color: #f0faf8;
  border-bottom: #C7C4A6 1px solid;
  font-size: 24px;
  color: #6F580C;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  padding: 1rem 0;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 24px;
  width: 100%;
}
@media (max-width: 550px) {
  .area-interview h3 {
    font-size: 18px;
    line-height: 1.4;
    padding: 0.5rem 0;
    padding-left: 20px;
    margin-bottom: 1rem;
  }
}
.area-interview h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  display: inline-block;
  width: 13px;
  background-color: #91cac0;
}
.area-interview h4 {
  font-size: 120%;
  line-height: 1.7;
  color: #b56241;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .area-interview h4 {
    margin-left: 1rem;
    font-size: 110%;
    margin-bottom: 0.5rem;
  }
}
.area-interview hr {
  border-top: 1px dashed #C7C4A6;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-top: 2rem;
  padding-bottom: 1.5rem;
  clear: both;
}
.area-interview img {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  width: 45%;
}
@media (max-width: 550px) {
  .area-interview img {
    float: none;
    width: 80%;
    margin: 0 auto 1rem;
  }
}
.area-interview p {
  overflow: hidden;
}
@media (max-width: 550px) {
  .area-interview p {
    padding: 0 1.5rem;
  }
}

/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -350px;
  bottom: 0;
  width: 350px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}

.open nav {
  left: 0;
  opacity: 1;
  background-color: rgba(27, 25, 14, 0.7568627451);
  color: #fff;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

nav .inner ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 1em;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav .inner ul li a:hover {
  background: #e4e4e4;
}

@media screen and (max-width: 767px) {
  nav {
    left: -300px;
    width: 300px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 3%;
  width: 20px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 550px) {
  .toggle_btn {
    top: 25px;
    right: 5%;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #70706d;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 550px) {
  #page_top {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 20px;
  }
}

.wrap li {
  list-style-type: decimal;
  list-style: decimal;
  margin-left: 25px;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.fadeleft {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}

.faderight {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}

@media (max-width: 550px) {
  .scc {
    overflow-y: scroll;
  }
}/*# sourceMappingURL=style.css.map */