@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: 15px;
  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;
}

nav ul {
  display: flex;
  padding: 5px 10%;
  margin-bottom: 1.5rem;
  justify-content: space-evenly;
  border-image: linear-gradient(to right, #bfae98 0%, #f0ebe6 48.77%, #c1b09b 100%) 1;
  border-bottom: 1px solid;
  border-top: 1px solid;
}
@media (max-width: 815px) {
  nav ul {
    display: block;
    border-bottom: none;
    margin-bottom: 0;
  }
}
nav ul li {
  width: 20%;
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  display: block;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 0.5rem 0;
  color: #A8947C;
}
@media (max-width: 815px) {
  nav ul li {
    width: 100%;
    text-align: left;
  }
}
nav ul li a {
  color: #707070;
  text-decoration: none;
}
nav ul li a:hover {
  color: #A8947C;
}

@media (max-width: 815px) {
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    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: #222222;
    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;
  }
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
.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;
}

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

#top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 550px) {
  #top-area {
    flex-wrap: wrap;
    justify-content: left;
    padding: 0.5rem;
  }
}
#top-area img {
  width: 200px;
}
@media (max-width: 550px) {
  #top-area img {
    width: 110px;
    margin-left: 10px;
  }
}
#top-area h1 {
  width: 33%;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #707070;
}
@media (max-width: 550px) {
  #top-area h1 {
    width: 100%;
    line-height: 1.2;
    font-size: 11px;
    letter-spacing: -0.5px;
  }
}
#top-area .member {
  margin-bottom: 0;
  width: 33%;
}
@media (max-width: 550px) {
  #top-area .member {
    width: 150px;
  }
}
#top-area .member a {
  display: block;
  width: 200px;
  margin-left: auto;
  padding: 5px 0 5px 40px;
  background-color: #313131;
  border: 1px solid #D5BE80;
  color: #CEB219;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-decoration: none;
  background-image: url(images/ic-rock.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 5% center;
}
@media (max-width: 550px) {
  #top-area .member a {
    width: 140px;
    margin-left: 10%;
    padding-left: 28px;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
}
#top-area .member a:hover {
  background-color: #564924;
}

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: 26px;
  letter-spacing: 0.05em;
  line-height: 46px;
  color: #464646;
}
@media (max-width: 550px) {
  h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: none;
}
@media (max-width: 815px) {
  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 50px;
    width: 20px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
  }
}
@media (max-width: 550px) {
  .toggle_btn {
    top: 30px;
    right: 20px;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #737373;
  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;
}

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

.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: #000000;
  text-align: center;
}
@media (max-width: 815px) {
  .btn_detail {
    margin: 2rem auto;
  }
}
@media (max-width: 550px) {
  .btn_detail {
    margin: 1rem auto 30px auto;
    width: 300px;
  }
}
.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: 26px;
}
@media (max-width: 550px) {
  .top-medi-title {
    font-size: 20px;
    padding: 1rem 0;
  }
}
.top-medi-title span {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #969696;
}
.top-medi-title span::after {
  background-color: #969696;
  content: "";
  height: 1px;
  width: 70px;
  margin-left: 0.5rem;
}
.top-medi-title span::before {
  background-color: #969696;
  content: "";
  height: 1px;
  width: 70px;
  margin-right: 0.5rem;
}
@media (max-width: 550px) {
  .top-medi-title span {
    font-size: 12px;
  }
}

.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 .women {
  color: #98183F;
}
.faq_container .men {
  color: #182298;
}
.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;
}
.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;
  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;
  }
}
.topic-3c li iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  z-index: 1;
}

.top-column {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.top-column li {
  width: 33.3333333333%;
  padding: 20px;
}
@media (max-width: 550px) {
  .top-column li {
    width: 48%;
    margin: 1%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.top-column h4 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 18px;
  margin-top: 5px;
}
@media (max-width: 550px) {
  .top-column h4 {
    font-size: 14px;
    line-height: 1.4;
  }
}
.top-column img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 550px) {
  .top-column img {
    height: 30vw;
  }
}
.top-column a {
  color: #707070;
}

.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-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: 62vw;
  background-image: url(images/mainkv.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 550px) {
  .main {
    height: 65vw;
  }
}
.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;
  }
}

.submain {
  background: linear-gradient(#d9d0d0 0%, #e6e3d5 100%);
}

.sub-area {
  background-image: url(images/bg-nyukai-pc.png);
  background-size: cover;
  height: 180px;
  background-position: center;
}
@media (max-width: 550px) {
  .sub-area {
    height: 70px;
    background-size: 170%;
    background-repeat: no-repeat;
    margin-bottom: 1.5rem;
  }
}
.sub-area h2 {
  padding-top: 3rem;
  line-height: 1.5;
  font-size: 30px;
  color: #644848;
}
@media (max-width: 550px) {
  .sub-area h2 {
    padding-top: 0.5rem;
    font-size: 20px;
    margin-top: 0;
  }
}
.sub-area h2 span {
  display: block;
  font-size: 24px;
  color: #93825C;
}
@media (max-width: 550px) {
  .sub-area h2 span {
    font-size: 14px;
  }
}

.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;
  }
}

.contact_form {
  width: 90%;
  background: #DBD5B9;
}
@media (max-width: 550px) {
  .contact_form {
    width: 100%;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}

.form_left {
  width: 150px;
  background-color: #f0eee2;
  padding: 10px;
}

.contact_men_left {
  width: 200px;
  background-color: #E8ECF7;
  padding: 10px;
}

.contact_women_left {
  width: 200px;
  background-color: #f4ebeb;
  padding: 10px;
}
@media (max-width: 550px) {
  .contact_women_left {
    width: 30%;
    padding: 3px;
    text-wrap-mode: wrap;
  }
}

.form_right {
  background-color: #FFF;
  padding: 10px;
}
@media (max-width: 550px) {
  .form_right {
    width: 70%;
    padding: 3px;
  }
}

.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%);
}

.pri li {
  margin-left: 1.5rem;
  list-style: outside;
}

.bg-women {
  background-image: url(images/women-bg.png);
  background-position: right 80px;
  background-repeat: no-repeat;
  background-size: 40%;
}
@media (max-width: 550px) {
  .bg-women {
    background-size: 80%;
    background-position: right 60px;
  }
}

.w-touroku {
  border: 1.5px solid;
  border-image: conic-gradient(#ffedea, #d2c6ac, #ffede6) 1;
  margin: 0;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .w-touroku {
    padding: 0.5rem;
  }
}
.w-touroku h2 {
  font-size: 30px;
  color: #988353;
}
@media (max-width: 550px) {
  .w-touroku h2 {
    font-size: 22px;
  }
}
.w-touroku li {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 60px;
  color: #464646;
  margin-left: 2rem;
}
@media (max-width: 550px) {
  .w-touroku li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }
}
.w-touroku .list_men li {
  padding-left: 40px;
  background-image: url(images/ic-m-sikaku.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: left;
}
@media (max-width: 550px) {
  .w-touroku .list_men li {
    padding-left: 30px;
    background-size: 20px;
    background-position: left 5px;
    margin-left: 5px;
  }
}
.w-touroku .list_women li {
  padding-left: 45px;
  background-image: url(images/ic-wm-sikaku.svg);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: left 20px;
  margin-left: 10px;
}
@media (max-width: 550px) {
  .w-touroku .list_women li {
    padding-left: 35px;
    background-size: 30px;
    background-position: left 5px;
    margin-left: 5px;
  }
}

.bg-men {
  background-image: url(images/bgmen.png);
  background-position: 90% 80px;
  background-repeat: no-repeat;
  background-size: 40%;
}

.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;
}
.setting li strong {
  font-weight: 700;
  font-size: 110%;
}

.ng {
  max-width: 880px;
  margin: 1.5rem auto;
  padding: 1.5rem;
  background-color: #fff;
}
.ng h3 {
  text-align: center;
  color: #988353;
  font-size: 20px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 300;
}
.ng ul {
  display: flex;
  flex-wrap: wrap;
}
.ng ul li {
  margin-right: 2rem;
}

.gr {
  color: #C6AF70;
}

.list-women {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3%;
  padding: 1rem 0 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .list-women {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0.5rem;
    padding-bottom: 1.5rem;
    gap: 1% 2%;
  }
}
.list-women li {
  text-align: center;
}
.list-women li img {
  border: 2px solid;
  border-image: linear-gradient(to bottom, #cbba81, #E0DDD6, #cbba81, #E0DDD6, #cbba81) 1;
  padding: 3px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 1200px) {
  .list-women li img {
    height: 33vw;
  }
}
@media (max-width: 550px) {
  .list-women li img {
    height: 30vw;
  }
}
.list-women li p {
  margin-bottom: 0;
}
.list-women li p a {
  text-align: center;
  font-size: 20px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #555050;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
  font-weight: 500;
}
@media (max-width: 550px) {
  .list-women li p a {
    font-size: 15px;
  }
}
.list-women li p a::before {
  content: "▶︎";
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 550px) {
  .list-women li p a::before {
    top: 2px;
  }
}

.single-women {
  border: 2px solid;
  border-image: linear-gradient(to bottom, #aca79b, #E0DDD6, #aca79b, #E0DDD6, #aca79b) 1;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .single-women {
    padding: 1rem;
  }
}
.single-women h2 {
  border: 1px solid;
  border-image: linear-gradient(to right, #dad7cc, #f7f4ed, #dad7cc, #f7f4ed, #dad7cc) 1;
  text-align: left;
  color: #817669;
  margin-bottom: 2rem;
  padding-left: 80px;
  background-image: url(images/ic-m-sikaku.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 30px 28px;
}
@media (max-width: 550px) {
  .single-women h2 {
    padding-left: 30px;
    font-size: 17px;
    background-size: 20px;
    background-position: 6px 20px;
  }
}

.btn-under {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 550px) {
  .btn-under {
    width: 100%;
  }
  .btn-under p {
    margin-bottom: 0.5rem;
  }
}

.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 {
    max-width: 100%;
    min-height: 30px;
  }
}

.men1 {
  max-width: 200px;
}

@media (max-width: 550px) {
  .men2 {
    max-width: 200px;
  }
}

.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;
}

.screen-reader-text {
  display: none;
}

.pagination {
  position: inherit !important;
  opacity: 1 !important;
}

.sys {
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 550px) {
  .sys {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .sys th, .sys td {
    padding: 5px 2px;
  }
}
@media (max-width: 550px) {
  .touroku-flow2 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.touroku-flow2 img {
  transform: rotate(90deg);
  margin-left: auto;
  margin-right: auto;
}
.touroku-flow2 .touroku-box {
  max-width: 900px;
  background-color: #464646;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding: 1rem 1.5rem;
  margin: 0.5rem auto;
  color: #ffdc8a;
}
@media (max-width: 550px) {
  .touroku-flow2 .touroku-box {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
.touroku-flow2 span {
  display: inline-block;
  width: 65%;
  color: #fff;
}
@media (max-width: 550px) {
  .touroku-flow2 span {
    width: 100%;
  }
}
.touroku-flow2 h4 {
  color: #E5CE99;
  font-size: 22px;
  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-flow2 h4 {
    font-size: 17px;
    letter-spacing: -0.5px;
    background-size: 30px;
    background-position: left 10px;
    padding-left: 35px;
    margin-bottom: 5px;
  }
}
.touroku-flow2 p {
  border-top: #EADEC3 solid 1px;
  padding-top: 5px;
  margin-bottom: 0;
}

@media (max-width: 550px) {
  .mid {
    width: 180px !important;
    margin-bottom: 5px;
  }
}

@media (max-width: 550px) {
  .short {
    width: 60px !important;
  }
}

.actb {
  width: 20%;
}
@media (max-width: 550px) {
  .actb {
    width: 30%;
  }
}

.suihei {
  display: flex;
  align-items: center;
}

.form_left {
  width: 150px;
  background-color: #F9E6E9;
  padding: 10px;
}
@media (max-width: 550px) {
  .form_left {
    width: 100px;
    background-color: #F9E6E9;
    padding: 5px;
  }
}

.kaiin {
  background-color: #f9e9e7;
}
@media (max-width: 550px) {
  .kaiin input {
    width: 46% !important;
    height: 30px;
    margin-bottom: 15px;
  }
}

.women_photo_area {
  padding: 15px;
  float: left;
  height: auto;
  margin: 0 1%;
  width: 31%;
}
@media (max-width: 550px) {
  .women_photo_area {
    width: 48.5%;
    margin: 0;
    padding: 1.5%;
  }
}

.women_photo_area2 {
  width: 300px;
  padding: 15px;
  float: left;
  height: auto;
}

.women_photo_pic {
  /*	width:260px; */
  text-align: center;
  padding: 20px;
  height: auto;
}
@media (max-width: 550px) {
  .women_photo_pic {
    padding: 0;
  }
}

.women_photo_pic2 {
  width: 32%;
  text-align: center;
  padding: 20px;
  height: auto;
}

.women_photo_pic img {
  width: 100%;
  height: auto;
}

.women_photo_pic2 div {
  width: 260px;
  height: 360px;
  overflow: hidden;
}

.women_photo_pic2 img {
  width: 260px;
  height: auto;
}

.women_photo_text {
  /*	width:288px; */
  padding: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #a7a48d;
  margin-top: 10px;
}
@media (max-width: 550px) {
  .women_photo_text {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: -0.5px;
  }
}

.men_navi_btn {
  background-color: #414A97;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: 4px double #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 250px;
}

.men_navi_btn:hover {
  background-color: #384083;
}

.men_navi_btn a {
  display: block;
  color: #FFF;
}

.men_navi_btn a:link {
  text-decoration: none;
  color: #FFF;
}

.men_navi_btn a:visited {
  text-decoration: none;
  color: #FFF;
}

@media (max-width: 550px) {
  input[type=checkbox i] {
    min-height: auto;
  }
  input[type=radio i] {
    min-height: auto;
  }
  .wd-sm tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .wd-sm td img {
    width: 160px;
  }
  .wd-sm td {
    display: block;
  }
}
.wd-sm img, .wd-sm svg, .wd-sm video, .wd-sm canvas {
  display: inline-block;
}

.sm_contact {
  display: none;
}

@media (max-width: 550px) {
  .sm_contact {
    display: inherit;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  .sm_contact_banner {
    float: left;
    width: 29%;
    text-align: center;
  }
  .sm_contact_banner2 {
    float: left;
    width: 17%;
    text-align: center;
  }
  .sm_contact_banner2 img {
    height: 56px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.sm_contact_banner3 {
  float: left;
  width: 33.33%;
  text-align: center;
}

.sm_contact_banner3 img {
  height: 56px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.column-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-wrap .single-women {
  width: calc(100% - 320px);
}
@media (max-width: 550px) {
  .column-wrap .single-women {
    width: 100%;
  }
}
.column-wrap .single-women h3 {
  color: #665f4f;
  border-bottom: solid #969696 1px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 24px;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .column-wrap .single-women h3 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.column-wrap .single-women h4 {
  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) {
  .column-wrap .single-women h4 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.column-wrap .side-women {
  width: 260px;
}
@media (max-width: 550px) {
  .column-wrap .side-women {
    width: 100%;
  }
}
.column-wrap .side-women h4 {
  background-color: #DBD5B9;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  margin-bottom: 1.5rem;
}
.column-wrap .side-women li {
  margin: 10px;
  border-bottom: dashed 1px #969696;
  padding: 0.3rem 0;
}/*# sourceMappingURL=style.css.map */