/* フォント
---------------------------------------- */
body #contents .txt-serif {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
/* mobile用 */
@media screen and (max-width:768px) {
  body #contents .txt-serif, body #contents *.txt-serif {
    font-family: YakuHanMP_Noto, "Noto Serif JP", serif !important;
  }
}
/* logo_sommelier */
.logo_sommelier {
  padding: 23px 0 25px;
  background-color: #f9f7ec;
}
@media screen and (max-width:769px) {
  .logo_sommelier {
    padding: 15px 0 17px;
  }
  .logo_sommelier img {
    max-width: 60%;
  }
}
/* c-normalw */
#contents .intro .c-normalw,
#contents .point .c-normalw {
  width: 696px;
  padding: 50px 0 20px;
  letter-spacing: 1px;
}
#contents .intro .c-normalw {
  padding: 60px 0 20px;
}
@media screen and (max-width: 767px) {
  #contents .intro .c-normalw,
  #contents .point .c-normalw {
    width: 100%;
    padding: 12vw 6% 0;
  }
  #contents .intro .c-normalw {
    padding: 9vw 6% 0;
  }
}
/* intro */
#contents .intro h2 {
  width: 896px;
  margin-left: -100px;
  margin-right: -100px;
  margin-top: 0;
  font-size: 34px;
  font-weight: unset;
  line-height: 1.7;
  text-align: center;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
#contents .intro h2 span {
  font-size: 26px;
  color: #b3b3b3;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  letter-spacing: 2px;
}
#contents .intro h2 span:before,
#contents .intro h2 span:after {
  display: none;
}
#contents .intro h3 {
  position: relative;
  padding: 3px 0 4px 26px;
  margin-top: 60px;
  font-size: 26px;
  font-weight: unset;
  line-height: 1.5;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
#contents .intro h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #a9d8d9;
}
#contents .intro .img {
  padding-top: 65px;
}
#contents .intro p {
  padding-top: 50px;
  font-size: 18px;
  line-height: 2.3;
  text-align: left;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #contents .intro h2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -2.6vw;
    font-size: 6vw;
  }
  #contents .intro h2 span {
    font-size: 5vw;
  }
  #contents .intro h3 {
    padding: 3px 0 4px 24px;
    font-size: 5vw;
  }
  #contents .intro .img {
    padding-top: 6vw;
  }
  #contents .intro p {
    padding-top: 6vw;
    font-size: 3.73vw;
  }
}
/* nav */
#contents .intro .nav {
  padding: 40px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#contents .intro .nav h4 {
  font-size: 18px;
  color: #666;
  line-height: 1;
  font-weight: 500;
}
#contents .intro .nav ol {
  padding-top: 10px;
}
#contents .intro .nav ol li {
  list-style: none;
  padding-top: 15px;
}
#contents .intro .nav ol li a {
  font-size: 18px;
  line-height: 1.7;
  color: #53b1b3;
}
#contents .intro .nav ol li a span {
  font-size: 20px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  #contents .intro .nav {
    margin-top: 2vw;
    margin-bottom: 3vw;
    padding: 6vw 3vw;
  }
  #contents .intro .nav h4 {
    font-size: 3.9vw;
  }
  #contents .intro .nav ol {
    padding-top: 2.6vw;
  }
  #contents .intro .nav ol li {
    padding-top: 2.6vw;
  }
  #contents .intro .nav ol li a {
    font-size: 3.73vw;
  }
  #contents .intro .nav ol li a span {
    font-size: 4vw;
  }
}
/* teather */
.teather {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 80px;
  padding: 40px 0;
}
.teather figure {
  width: 22%;
}
.teather > div {
  width: 75%;
}
.teather .name {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
.teather .name span {
  font-size: 18px;
}
.teather .name small {
  font-size: 14px;
}
#contents .intro .teather > div > p {
  font-size: 14px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', Meiryo, 'MS PGothic', Osaka, sans-serif;
  line-height: 1.8;
  text-align: left;
  padding-top: 10px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .teather {
    margin-top: 40px;
    padding: 15px 0;
  }
  .teather > div {
    width: 100%;
  }
  .teather figure {
    width: 38%;
    margin-inline: auto;
    margin-bottom: 12px;
  }
  .teather .name {
    text-align: center;
  }
}
/* point */
#contents .point-title {
  display: flex;
  align-items: center
}
#contents .point-title span {
  display: block;
  font-size: 54px;
  color: #a9d8d9;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin-right: 22px;
}
#contents .point h3 {
  position: relative;
  padding: 3px 0 4px 26px;
  font-size: 26px;
  font-weight: unset;
  line-height: 1.5;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
#contents .point h3::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 80%;
  background-color: #333;
}
#contents .point h3 small {
  display: block;
  font-size: 16px;
  color: #53b1b3;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', Meiryo, 'MS PGothic', Osaka, sans-serif;
}
#contents .point p {
  padding-top: 50px;
  font-size: 18px;
  line-height: 2.3;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin: 0;
}
#contents .point p.notes {
  font-size: 12px;
  line-height: 1.7;
  padding-top: 10px;
  font-family: YakuHanJP, "Lato", 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Meiryo, "MS PGothic", Osaka, sans-serif;
}
#contents .point .img {
  padding-top: 40px;
}
.point .sub-img {
  padding-top: 40px;
  width: 54%;
  margin-inline: auto;
}
.point .sub-img figcaption {
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #contents .point-title span {
    margin-right: 19px;
    font-size: 11vw;
  }
  #contents .point h3 {
    padding: 3px 0 4px 24px;
    font-size: 5vw;
  }
  #contents .point h3 small {
    font-size: 3.5vw;
  }
  #contents .point p {
    padding-top: 6vw;
    font-size: 3.73vw;
  }
  #contents .point p.notes {
    font-size: 2.6vw;
  }
  #contents .point .img {
    padding-top: 6vw;
    padding-bottom: 2vw;
  }
  .point .sub-img {
    width: 76%;
  }
  .point .sub-img figcaption {
    font-size: 3vw;
    letter-spacing: 1px;
  }
}
/* soudan-tel */
.soudan-tel {
  display: block;
  width: fit-content;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .soudan .tel {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
/* pagelink_btn */
.pagelink_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagelink_btn a{
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  width: fit-content;
  margin: 30px;
  margin-top: 90px;
  padding: 10px 50px 10px 30px;
}
.pagelink_btn a:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
}
.pagelink_btn a:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
.pagelink_btn a:hover::before {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .pagelink_btn {
    margin-top: 40px;
  }
  .pagelink_btn a {
    margin: 15px;
    width: 80%;
    text-align: center;
  }
}
/* 最後の締め
==================================================================================================== */
#contents section.lastBlock {
  margin: 3em auto 0;
border-top: 1px solid #333333;
padding: 1em 0 1em;
max-width: 976px;
}
#contents section.lastBlock p {
margin: 1em 0;
padding: 0;
font-size: 14px;
line-height: 25px;
letter-spacing: 0.84px;
}
#contents section.lastBlock .lastBlockLogo {
display: flex;
justify-content: space-between;
max-width: 600px;
margin: 0 auto;
padding: 10px 0 0;
}
@media screen and (max-width:768px) {
#contents section.lastBlock{
    margin: 3em auto 0;
}
#contents section.lastBlock .lastBlockLogo img {
max-width: 80%;
}
}
/* ボタン
============================================================ */
a.button-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  background-image: url(../../../img/ico_blank_02.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 14px;
  text-decoration: none;
  min-width: 360px;
  padding: 30px;
  border-radius: 6px;
  box-sizing: border-box;
}
/* mobile用 */
@media screen and (max-width:768px) {
  a.button-primary {
    min-width: auto;
    padding: 30px;
  }
}
/* pc用 */
@media screen and (min-width:769px) {
  a.button-primary:hover {
    /*background-position: right 5px center;*/
    opacity: 0.7;
    transition: all 0.5s ease;
  }
}
a.button-primary > span {
  display: inline-block;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
}
/* mobile用 */
@media screen and (max-width:768px) {
  a.button-primary > span {
    font-size: 5.33vw;
  }
}
a.button-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../../../img/ico_blank_01.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 14px;
  text-decoration: none;
  min-width: 360px;
  padding: 18px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
/* mobile用 */
@media screen and (max-width:768px) {
  a.button-secondary {
    min-width: auto;
    padding: 15px;
  }
}
/* pc用 */
@media screen and (min-width:769px) {
  a.button-secondary:hover {
    /*background-position: right 5px center;*/
    opacity: 0.7;
    transition: all 0.5s ease;
  }
}
a.button-secondary > span {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
}
/* mobile用 */
@media screen and (max-width:768px) {
  a.button-secondary > span {}
}
/* CVエリア
==================================================================================================== */
#contents .cv {
  position: relative;
  background-color: #21366e;
  padding: 10vw 0 4vw;
}
#contents .cv h2{
	font-size: 4.4vw;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	margin: 0 0 15px;
}
#contents .cv p {
  text-align: center;
  font-size: 5.87vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0 0 1em;
}
#contents .cv p .heading_01_main {
  font-size: 5vw;
  line-height: 165%;
  color: #FFFFFF;
  margin-top: 1em;
}
/* PC用 */
@media screen and (min-width:769px) {
  #contents .cv {
    margin: 30px 0 60px;
    padding: 40px 0 30px;
  }
	#contents .cv h2{
		font-size: 18px;
	}
	#contents .cv p{
		font-size: 28px;
	}
  #contents .cv p .heading_01_main {
    font-size: 24px;
  }
}
#contents .cv_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* mobile用 */
@media screen and (max-width:768px) {
  #contents .cv_unit {
    display: block;
  }
}
#contents .cv_unit_item.login {
  margin-left: 30px;
}
/* mobile用 */
@media screen and (max-width:768px) {
  #contents .cv_unit_item.login {
    margin-top: 6vw;
    margin-left: 0;
    margin-right: 0;
  }
}