@charset "UTF-8";
@import url("global.css");
@view-transition {
  navigation: auto;
}
.han {
  text-orientation: upright;
}

#contents {
  background: url("../point/images/bg.jpg") repeat left top;
  padding: 180px 0 140px;
}

.wrapper.wide {
  max-width: 1400px;
}

#titlearea {
  position: relative;
  margin: 0 0 70px;
  height: 500px;
}
#titlearea .bg {
  height: 100%;
  animation: titlebg .5s linear .3s 1;
  animation-fill-mode: both;
}
#titlearea .pagetitle {
  position: absolute;
  z-index: 2;
  top: 70px;
  right: 7.5%;
  width: 310px;
  background-color: #f3f3f3;
  padding: 1px 0 35px;
  animation: title .5s ease-in-out .3s 1;
  animation-fill-mode: both;
}
#titlearea .pagetitle .photo {
  width: 124px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: -10px auto 25px;
  overflow: hidden;
}
#titlearea .pagetitle .main {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding-left: 10px;
}
#titlearea .pagetitle .main span {
  display: block;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
#titlearea .pagetitle .main .masuda {
  background-color: #4F90C6;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: .15em;
  color: #fff;
  border-radius: 100px;
  padding: 20px 0;
  margin-left: 20px;
  width: 36px;
  line-height: 36px;
  opacity: .7;
}
#titlearea .pagetitle .main .sub {
  font-size: 15px;
  margin: 20px 0 0 -5px;
  width: 50px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: .15em;
  line-height: 1.5;
}
#titlearea .pagetitle .main .title {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: .15em;
  font-size: 45px;
  line-height: .2;
  letter-spacing: .04em;
  margin-top: 13px;
  text-indent: -10px;
}
#titlearea .pagetitle .main .title i {
  font-size: 2em;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1;
  vertical-align: -1px;
  display: inline-block;
  text-indent: 0;
  transform: rotate(-90deg);
  margin-bottom: 20px;
}

@keyframes title {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
  }
}
#breadcrumbs {
  margin: 0;
  position: absolute;
  top: -40px;
  right: 0;
}
#breadcrumbs ul {
  text-align: right;
  letter-spacing: -.4em;
  line-height: 1.4;
}
#breadcrumbs ul li {
  display: inline-block;
  letter-spacing: 0;
  font-size: 12px;
}
#breadcrumbs ul li a {
  font-size: inherit;
  text-decoration: underline;
}
#breadcrumbs ul li a::after {
  content: "-";
  display: inline-block;
  margin: 0 6px;
  vertical-align: 0;
}
#breadcrumbs ul li strong {
  font-size: inherit;
}

.introduction {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.introduction .text {
  margin-right: 11%;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: .15em;
}
.introduction .text p {
  font-size: 15px;
  margin-right: 30px;
  letter-spacing: .1em;
}
.introduction .text p.catch {
  font-weight: 700;
  font-size: 17px;
  margin: -5px 0 0 50px;
  letter-spacing: .2em;
}
.introduction figure {
  width: 34%;
}
.introduction figure figcaption {
  padding-top: 10px;
  font-size: 12px;
}

ul.point {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
ul.point li {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 17px;
}
ul.point li a {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 32px 40px 58px 30px;
  box-sizing: border-box;
  height: 100%;
}
ul.point li .h {
  color: #C5A05A;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 25px 5px;
  padding: 0 2px 4px;
  border-bottom: #C5A05A 1px solid;
}
ul.point li .inner {
  display: flex;
  justify-content: space-between;
}
ul.point li .title {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: .15em;
  letter-spacing: .2em;
  font-size: min(22px,2vw);
  line-height: 1.5;
  width: 80px;
  margin-right: 20px;
}
ul.point li .title i {
  margin-bottom: -.4em;
}
ul.point li .main .image {
  aspect-ratio: 3 / 2;
  margin-bottom: 15px;
}
ul.point li .main .text {
  font-size: 12px;
  text-align: justify;
}
ul.point li .more {
  position: absolute;
  bottom: 25px;
  right: 35px;
  font-size: 11px;
  font-weight: 700;
}
ul.point li .more span {
  display: inline-block;
  margin-left: 12px;
  width: 23px;
  height: 1px;
  background-color: #2d2d2d;
  position: relative;
  vertical-align: 2px;
}
ul.point li .more span::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #2d2d2d;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(35deg);
  transform-origin: center right;
}

.point_seminar .textarea {
  padding: 90px 30px;
  text-align: center;
}
.point_seminar .textarea .catch {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2;
  font-weight: 600;
}
.point_seminar .textarea .catch h2 {
  font-size: 24px;
}
.point_seminar .textarea .catch h2 br {
  display: none;
}
.point_seminar .textarea .catch p {
  display: inline-block;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 16px;
  padding: 0 20px 2px;
  color: #fff;
  background: #C5A05A;
  border-radius: 3px;
}
.point_seminar .textarea > p {
  line-height: 2;
}

/* ---------- Seminar-List ---------- */
.seminarlist {
  margin: 0 -22px 20px;
  display: flex;
  flex-wrap: wrap;
}
.seminarlist li {
  flex-basis: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 22px;
  margin-bottom: 70px;
}
.seminarlist li.new a {
  position: relative;
}
.seminarlist li.new a::before {
  content: "NEW";
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0;
  width: 60px;
  height: 60px;
  border: #fff 2px solid;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #2d2d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
.seminarlist li.end a:hover .image img {
  filter: none;
}
.seminarlist li.end a .image::before {
  opacity: 1;
}
.seminarlist li.end a .image::after {
  content: "終了しました";
  transform: none;
  opacity: 1;
}
.seminarlist li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.seminarlist li a:hover .image img {
  filter: blur(3px);
}
.seminarlist li a:hover .image::before {
  opacity: 1;
}
.seminarlist li a:hover .image::after {
  opacity: 1;
  transform: none;
}
.seminarlist li a .image {
  position: relative;
  height: 0;
  padding-top: 66.7%;
  z-index: 0;
  overflow: hidden;
}
.seminarlist li a .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.seminarlist li a .image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.8);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.seminarlist li a .image::after {
  content: "詳しくみる \0bb";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 2;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 21px;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transform: translateX(-20px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.seminarlist li a .cat {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 32px;
  box-sizing: border-box;
  border: #fff 2px solid;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: -12px 0 -20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seminarlist li a .cat.seminar {
  background-color: #338F9E;
}
.seminarlist li a .cat.consul {
  background-color: #339E73;
}
.seminarlist li a .cat.openhouse {
  background-color: #4F90C6;
}
.seminarlist li a .title {
  font-weight: 700;
  line-height: 1.5;
  margin: 32px 10px 15px;
}
.seminarlist li a .data {
  margin: auto 10px 0;
  font-size: 15px;
  line-height: 1.5;
}
.seminarlist li a .data dt {
  float: left;
  clear: left;
}
.seminarlist li a .data dd {
  margin: 0 0 5px 82px;
}

/* ---------- modal ---------- */
.modaal-container {
  background-color: #EEEBE5;
}

.modal_head {
  height: 400px;
}
.modal_head .image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 300px;
  z-index: 0;
}
.modal_head .modal_title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 7.5%;
  position: relative;
  z-index: 1;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
.modal_head .modal_title .series {
  color: #C5A05A;
  line-height: 1.5;
  margin-bottom: 30px;
}
.modal_head .modal_title .series span {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.modal_head .modal_title .series strong {
  font-size: 18px;
  border-bottom: #C5A05A 1px solid;
  padding: 0 2px 5px;
}
.modal_head .modal_title .title {
  line-height: 1.6;
  font-size: 36px;
  color: #2d2d2d;
  margin-left: -5px;
}
.modal_head .modal_title .title span {
  display: inline-block;
  background-color: #EEEBE5;
  padding-right: 13px;
}

.modal_body {
  max-width: 1120px;
}
.modal_body .body {
  font-size: 14px;
}
.modal_body .body .limage {
  margin: 60px 0;
  aspect-ratio: 3 / 1;
}
.modal_body .body .line {
  display: block;
  height: 1px;
  margin: 50px 3% 65px;
  border: none;
  background-color: #C5A05A;
  opacity: .5;
}
.modal_body .body .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.modal_body .body .full {
  width: 100%;
  box-sizing: border-box;
  flex: none !important;
}
.modal_body .body .column {
  flex: 1;
  padding: 0 25px;
  text-align: justify;
}
.modal_body .body .column *:first-child {
  margin-top: 0;
}
.modal_body .body .column .block {
  margin-bottom: 1em;
}
.modal_body .body .column .photo:first-child {
  margin-top: 0;
}
.modal_body .body .h {
  font-size: 16px;
  font-weight: 700;
  margin: 40px 0 20px;
}
.modal_body .body p {
  text-indent: 1em;
}
.modal_body .body .photo {
  margin: 30px 0;
  text-align: center;
}
.modal_body .body .photo figcaption {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.modal_body .body ul.list {
  margin: 20px 0;
  border: rgba(197, 160, 90, 0.5) 1px dashed;
  padding: 20px 25px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
.modal_body .body ul.list li {
  line-height: 1.5;
  margin: 5px 0;
  padding-left: 15px;
  text-indent: -15px;
}
.modal_body .body ul.list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C5A05A;
  display: inline-block;
  text-indent: 0;
  margin-right: 7px;
  vertical-align: 1px;
}
.modal_body .body ul.float {
  text-align: left;
}
.modal_body .body ul.float li {
  display: inline-block;
  margin-right: 20px;
}
.modal_body .body strong {
  font-weight: 700;
  text-shadow: 0 0 0 #C5A05A;
}
.modal_body .body .talk {
  text-indent: 0 !important;
}
.modal_body .body a {
  font-weight: 700;
  text-decoration: underline;
}
.modal_body .body .aside_youtube {
  margin: 35px auto 0;
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 5px;
}
.modal_body .body .aside_youtube .aside_ttl {
  flex-shrink: 0;
  width: 120px;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}
.modal_body .body .aside_youtube .aside_main {
  width: 100%;
}
.modal_body .body .aside_youtube .aside_main ul {
  display: flex;
}
.modal_body .body .aside_youtube .aside_main ul li {
  width: 50%;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal_body .body .aside_youtube .aside_main ul li .iframe {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.modal_body .body .aside_youtube .aside_main ul li .iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
 Point-1
------------------------------ */
.point1body .enquete {
  margin: 30px 0;
  text-align: center;
}
.point1body .enquete dl {
  padding: 40px 0;
  box-sizing: border-box;
  border: #ddd 1px solid;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto;
}
.point1body .enquete dl dt {
  font-size: 20px;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.point1body .enquete dl .score {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.point1body .enquete dl .score .average {
  display: block;
  position: relative;
  font-size: 19px;
}
.point1body .enquete dl .score .average i {
  vertical-align: top;
  padding-top: 10px;
  display: inline-block;
}
.point1body .enquete dl .score .average strong {
  display: inline-block;
  line-height: 1;
  padding-right: 5px;
  font-size: 86px;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.point1body .enquete dl .score .manten {
  opacity: .4;
  display: block;
  line-height: 1.5;
  font-size: 22px;
  padding-left: 45px;
  margin-left: 10px;
  position: relative;
}
.point1body .enquete dl .score .manten::before {
  content: "";
  height: 70px;
  width: 1px;
  background-color: #2d2d2d;
  transform: rotate(33deg);
  transform-origin: left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}
.point1body .enquete dl .text {
  font-size: 15px;
  line-height: 2.2;
}
.point1body .enquete dl .text span {
  display: inline-block;
  color: #fff;
  background-color: #2d2d2d;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
  margin: 0 6px;
}
.point1body .enquete dl .text span.point {
  background-color: #C5A05A;
}
.point1body .enquete dl .text br {
  display: none;
}
.point1body .name {
  text-align: right;
  font-weight: 700;
  margin-top: 30px;
}

/* ------------------------------
 Point-6
------------------------------ */
.point6body .datablock {
  display: flex;
  margin: 30px -10px;
}
.point6body .datablock .table {
  flex: 1;
  box-sizing: border-box;
  padding: 0 10px;
}
.point6body .datablock .table table {
  width: 100%;
  border: #8f8f8f 1px solid;
  text-align: center;
  border-collapse: separate;
}
.point6body .datablock .table table caption {
  font-weight: 700;
  padding-bottom: 5px;
}
.point6body .datablock .table table thead {
  background-color: rgba(197, 160, 90, 0.3);
  font-weight: 700;
}
.point6body .datablock .table table tbody {
  background-color: rgba(255, 255, 255, 0.4);
}
.point6body .datablock .table table th {
  padding: 5px;
}
.point6body .datablock .table table td {
  padding: 5px;
}

/* ------------------------------
 Point-3
------------------------------ */
.point3body span.num {
  font-size: 1.5em;
  font-weight: 500;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-right: 5px;
}

/* ------------------------------
 Point-4
------------------------------ */
.point4body .yochibohan {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 50px 60px;
}
.point4body .yochibohan .h {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
.point4body .yochibohan .h .title {
  font-size: 28px;
  margin-bottom: 30px;
}
.point4body .yochibohan .h .catch {
  font-size: 14px;
  line-height: 1.6;
}
.point4body .yochibohan .h .catch::before, .point4body .yochibohan .h .catch::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #8f8f8f;
  vertical-align: 14px;
  margin: 0 20px;
  display: inline-block;
}
.point4body .yochibohan .h .catch span {
  display: inline-block;
}
.point4body .yochibohan .taisaku {
  text-align: center;
  margin: 40px 0;
}
.point4body .yochibohan .taisaku .title {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.point4body .yochibohan .taisaku ul {
  border: #ccc 1px solid;
  border-radius: 2px;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
}
.point4body .yochibohan .taisaku ul li {
  box-sizing: border-box;
  width: 20%;
  padding: 0 18px;
}
.point4body .yochibohan .taisaku ul li .image {
  aspect-ratio: 15 / 13;
}
.point4body .yochibohan .taisaku ul li .item {
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0 10px;
  text-indent: 0;
}
.point4body .yochibohan .taisaku ul li .text {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: justify;
  margin: 0 -10px;
}
.point4body .yochibohan .taisaku ul li .kufu {
  line-height: 1.5;
  margin: 5px -10px 0 -10px;
  padding-left: 10px;
  text-indent: -10px;
}
.point4body .yochibohan .taisaku ul li .kufu::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: 1px;
  background-color: #8f8f8f;
  display: inline-block;
  text-indent: 0;
}
.point4body .yochibohan .umemoto {
  background-color: #EEEBE5;
  border-radius: 5px;
  padding: 40px;
  display: flex;
  margin-top: 40px;
}
.point4body .yochibohan .umemoto .image {
  margin-right: 40px;
  flex-shrink: 0;
  text-align: center;
}
.point4body .yochibohan .umemoto .image .name {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
.point4body .yochibohan .umemoto .image .name span {
  font-size: 16px;
  padding: 0 5px;
}
.point4body .yochibohan .umemoto .prof {
  flex-grow: 1;
  text-align: left;
}
.point4body .yochibohan .umemoto .prof .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.point4body .yochibohan .umemoto .prof p:not([class]) {
  font-size: 14px;
  text-indent: 0;
}
.point4body .yochibohan .umemoto .prof dl {
  margin-top: 30px;
}
.point4body .yochibohan .umemoto .prof dl dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.point4body .yochibohan .umemoto .prof dl dd {
  font-size: 13px;
  display: inline-block;
  margin-right: 20px;
  text-indent: -15px;
  padding-left: 15px;
}
.point4body .yochibohan .umemoto .prof dl dd::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8f8f8f;
  margin-right: 7px;
  vertical-align: 1px;
  display: inline-block;
  text-indent: 0;
}

/* ------------------------------
 Point-5
------------------------------ */
.point5body p.banner {
  text-indent: 0;
}
.point5body p.banner a {
  display: block;
  height: 300px;
  box-sizing: border-box;
  background: #FFC801 url("../point/images/point5/bnr_smallhouse.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 30px 0 0;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
.point5body p.banner a span {
  display: block;
}
.point5body p.banner a .text {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
}
.point5body p.banner a .sub {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
  text-align: right;
}
.point5body p.banner a .sub::after {
  content: "\f0da";
  font-size: 22px;
  line-height: 1;
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
  vertical-align: -2px;
}
.point5body p.banner a .sub br {
  display: none;
}

/* ------------------------------
 Point-2
------------------------------ */
.point2body .change img {
  width: 480px;
}
.point2body p.banner {
  text-indent: 0;
}
.point2body p.banner a {
  display: block;
  height: 200px;
  box-sizing: border-box;
  padding-top: 32px;
  background-color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.point2body p.banner a::before {
  content: "";
  border: #C5A05A 2px solid;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-color: transparent;
  z-index: 1;
}
.point2body p.banner a::after {
  content: "";
  width: 160px;
  height: 115px;
  position: absolute;
  right: 40px;
  bottom: 110px;
  background: url("../point/images/point6/bnr_image.png") no-repeat center bottom;
  background-size: contain;
  z-index: 2;
}
.point2body p.banner a span {
  display: block;
}
.point2body p.banner a .catch {
  font-size: 16px;
  font-weight: 700;
  margin-right: 140px;
}
.point2body p.banner a .catch br {
  display: none;
}
.point2body p.banner a .title {
  height: 110px;
  color: #fff;
  background-color: #E2C48C;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding-top: 18px;
  font-size: 35px;
  font-weight: 700;
  text-shadow: 2px 2px 0 #C5A05A;
}
.point2body p.banner a .title i {
  display: block;
  position: absolute;
  font-size: 28px;
  background-color: #C5A05A;
  border-radius: 10px;
  padding: 10px 20px 10px 35px;
  left: 50%;
  top: 0;
  margin-left: -360px;
  transform: rotate(-12deg);
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .introduction .text {
    margin-right: 8%;
  }

  ul.point {
    margin: 0 -1.3vw;
  }
  ul.point li {
    padding: 1.3vw;
  }
  ul.point li a {
    padding: 30px 3vw 58px 2.3vw;
  }

  /* ---------- Seminar-List ---------- */
  .seminarlist {
    margin: 0 -1vw 20px;
  }
  .seminarlist li {
    padding: 0 1vw;
  }
  .seminarlist li a .title {
    margin: 32px .5vw 15px;
  }
  .seminarlist li a .data {
    margin: auto 5px 0;
    font-size: 14px;
  }
  .seminarlist li a .data dd {
    margin: 0 0 5px 75px;
  }

  /* ---------- modal ---------- */
  .modal_body .body {
    font-size: 14px;
  }
  .modal_body .body .aside_youtube {
    padding: 30px 35px 35px;
  }
  .modal_body .body .aside_youtube .aside_main ul li {
    padding-left: 20px;
  }

  /* ------------------------------
   Point-2
  ------------------------------ */
  .point2body p.banner a {
    padding-top: 23px;
  }
  .point2body p.banner a .catch br {
    display: inline;
  }
  .point2body p.banner a .catch br.mobile {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #contents {
    padding: 160px 0 80px;
  }

  #titlearea {
    margin: 0 0 60px;
    height: 480px;
  }
  #titlearea .pagetitle {
    top: 60px;
    right: 5%;
  }

  .introduction {
    display: block;
    margin-bottom: 50px;
    text-align: center;
  }
  .introduction .text {
    display: inline-block;
    margin: 0 auto 30px;
    text-align: left;
  }
  .introduction figure {
    width: auto;
    max-width: 400px;
    margin: 0 auto;
  }

  ul.point {
    margin: 0 -4vw;
  }
  ul.point li {
    width: 50%;
    padding: 2vw;
  }
  ul.point li a {
    padding: 25px 3vw 58px 2.7vw;
  }
  ul.point li .title {
    font-size: min(22px,2.5vw);
  }

  .point_seminar .textarea {
    padding: 90px 20px;
  }
  .point_seminar .textarea .catch {
    margin-bottom: 30px;
  }
  .point_seminar .textarea .catch h2 {
    font-size: 22px;
  }
  .point_seminar .textarea .catch p {
    font-size: 14px;
    padding: 0 15px 1px;
  }

  /* ---------- Seminar-List ---------- */
  .seminarlist {
    margin: 0 -2vw 20px;
  }
  .seminarlist li {
    flex-basis: 50%;
    padding: 0 2vw;
    margin-bottom: 60px;
  }
  .seminarlist li.end a .image::after {
    font-size: 18px;
  }
  .seminarlist li.end a:hover .image::before, .seminarlist li.end a:hover .image::after {
    opacity: 1;
  }
  .seminarlist li a:hover .image img {
    filter: none;
  }
  .seminarlist li a:hover .image::before {
    opacity: 0;
  }
  .seminarlist li a:hover .image::after {
    opacity: 0;
  }
  .seminarlist li a .title {
    margin: 32px 1vw 15px;
  }
  .seminarlist li a .data dd {
    margin: 0 0 5px 75px;
  }

  /* ---------- modal ---------- */
  .modal_head {
    height: 320px;
  }
  .modal_head .image {
    left: 280px;
  }
  .modal_head .modal_title .series strong {
    font-size: 16px;
  }
  .modal_head .modal_title .title {
    font-size: 28px;
    margin-left: -4px;
  }
  .modal_head .modal_title .title span {
    padding-right: 10px;
  }

  .modal_body .body .inner {
    display: block;
    margin: 0;
  }
  .modal_body .body .inner .column:first-child .photo:first-child {
    margin-top: 0;
  }
  .modal_body .body .column {
    padding: 0;
  }
  .modal_body .body .column .photo:first-child {
    margin-top: 30px;
  }
  .modal_body .body ul.list {
    padding: 25px 30px;
  }
  .modal_body .body ul.list li {
    margin: 8px 0;
  }
  .modal_body .body ul.float li {
    margin: 5px 15px 5px 0;
  }
  .modal_body .body .aside_youtube {
    margin: 30px auto 0;
    display: block;
    padding: 25px 25px 30px;
  }
  .modal_body .body .aside_youtube .aside_ttl {
    text-align: center;
    width: auto;
    font-size: 18px;
  }
  .modal_body .body .aside_youtube .aside_main ul {
    justify-content: center;
    margin: 0 -8px;
  }
  .modal_body .body .aside_youtube .aside_main ul li {
    padding: 20px 8px 0;
  }

  /* ------------------------------
   Point-1
  ------------------------------ */
  /* ------------------------------
   Point-4
  ------------------------------ */
  .point4body .yochibohan {
    padding: 10px 5vw 60px;
  }
  .point4body .yochibohan .h {
    margin-bottom: 40px;
  }
  .point4body .yochibohan .h .title {
    font-size: 26px;
  }
  .point4body .yochibohan .h .catch {
    border-top: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid;
    padding: 20px 0;
  }
  .point4body .yochibohan .h .catch::before, .point4body .yochibohan .h .catch::after {
    display: none;
  }
  .point4body .yochibohan .h .catch span {
    display: block;
  }
  .point4body .yochibohan .taisaku .title {
    font-size: 18px;
  }
  .point4body .yochibohan .taisaku ul {
    padding: 10px 30px;
    display: block;
  }
  .point4body .yochibohan .taisaku ul li {
    width: auto;
    padding: 0;
    display: flex;
    margin: 20px 0;
  }
  .point4body .yochibohan .taisaku ul li .image {
    width: 150px;
    flex-shrink: 0;
    margin-right: 30px;
  }
  .point4body .yochibohan .taisaku ul li .item {
    margin: 5px 0;
    text-align: left;
  }
  .point4body .yochibohan .taisaku ul li .text {
    margin: 0;
  }
  .point4body .yochibohan .taisaku ul li .kufu {
    margin: 3px 0 0 -2px;
  }
  .point4body .yochibohan .umemoto {
    padding: 40px;
    display: block;
  }
  .point4body .yochibohan .umemoto .image {
    margin: 0 0 30px;
  }
  .point4body .yochibohan .umemoto .image .name {
    font-size: 14px;
  }
  .point4body .yochibohan .umemoto .prof dl dd {
    line-height: 1.5;
    margin: 4px 0;
  }

  /* ------------------------------
   Point-5
  ------------------------------ */
  .point5body p.banner a {
    height: 290px;
  }
  .point5body p.banner a .text {
    font-size: 30px;
  }
  .point5body p.banner a .sub {
    font-size: 16px;
  }
  .point5body p.banner a .sub br {
    display: inline;
  }

  /* ------------------------------
   Point-2
  ------------------------------ */
  .point2body p.banner a {
    height: 190px;
    padding-top: 25px;
  }
  .point2body p.banner a::after {
    width: 140px;
    height: 100px;
    right: 10px;
    bottom: 100px;
  }
  .point2body p.banner a .catch {
    font-size: 14px;
    margin-right: 120px;
  }
  .point2body p.banner a .title {
    height: 100px;
    font-size: 30px;
  }
  .point2body p.banner a .title i {
    font-size: 20px;
    padding: 6px 15px 6px 30px;
    margin-left: -260px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #contents {
    padding: 110px 0 40px;
  }

  #titlearea {
    margin: 0 -5vw 50px;
    height: 320px;
  }
  #titlearea .pagetitle {
    transform: scale(0.65);
    transform-origin: right top;
    top: 40px;
    right: 5%;
  }

  #breadcrumbs {
    top: -25px;
    right: 5vw;
    color: #2d2d2d;
  }
  #breadcrumbs ul li {
    font-size: 10px;
  }

  .introduction {
    margin-bottom: 40px;
  }
  .introduction .text {
    margin: 0 auto 30px;
  }
  .introduction .text p {
    font-size: min(13px,3vw);
    margin-right: 3.5vw;
  }
  .introduction .text p.catch {
    font-size: 14px;
    margin: -5px 0 0 5vw;
  }
  .introduction figure {
    margin: 0 auto;
    padding: 0 10px;
  }

  ul.point {
    display: block;
    margin: 0;
  }
  ul.point li {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  ul.point li a {
    padding: 25px 5vw 50px;
    height: auto;
  }
  ul.point li .h {
    font-size: 13px;
  }
  ul.point li .title {
    font-size: min(22px,5vw);
    width: auto;
  }
  ul.point li .more {
    bottom: 20px;
    right: 5vw;
  }

  .point_seminar .textarea {
    padding: 60px 5px;
  }
  .point_seminar .textarea .catch {
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .point_seminar .textarea .catch h2 {
    font-size: 22px;
  }
  .point_seminar .textarea .catch h2 br {
    display: block;
  }
  .point_seminar .textarea .catch p {
    font-size: 14px;
    padding: 1px 20px 2px;
  }
  .point_seminar .textarea > p {
    text-align: left;
    line-height: 1.8;
  }

  /* ---------- Seminar-List ---------- */
  .seminarlist {
    margin: 0 0 20px;
    display: block;
  }
  .seminarlist li {
    padding: 0;
  }
  .seminarlist li a .title {
    margin: 28px 2vw 12px;
  }
  .seminarlist li a .data {
    margin: auto 2vw 0;
    font-size: 13px;
  }

  /* ---------- modal ---------- */
  .modal_head {
    height: 240px;
  }
  .modal_head .image {
    left: calc(80px + 20vw);
  }
  .modal_head .modal_title {
    margin-left: 5vw;
  }
  .modal_head .modal_title .series {
    margin-bottom: 30px;
    letter-spacing: 0;
  }
  .modal_head .modal_title .series span {
    line-height: 1.3;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .modal_head .modal_title .series strong {
    font-size: 13px;
  }
  .modal_head .modal_title .title {
    font-size: min(22px,5vw);
    margin-left: -2px;
  }

  .modal_body .body {
    font-size: 13px;
    letter-spacing: 0;
  }
  .modal_body .body .limage {
    margin: 40px 0;
  }
  .modal_body .body .line {
    margin: 40px 3% 40px;
  }
  .modal_body .body .h {
    font-size: 15px;
    margin: 30px 0 20px;
  }
  .modal_body .body ul.list {
    padding: 20px 18px;
  }
  .modal_body .body ul.list li {
    padding-left: 12px;
    text-indent: -12px;
  }
  .modal_body .body ul.list li::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
    vertical-align: 2px;
  }
  .modal_body .body ul.float li {
    margin: 3px 15px 3px 0;
  }
  .modal_body .body .aside_youtube {
    margin: 25px auto 0;
    padding: 20px 20px 25px;
  }
  .modal_body .body .aside_youtube .aside_ttl {
    font-size: 16px;
  }
  .modal_body .body .aside_youtube .aside_main ul {
    display: block;
    margin: 0;
  }
  .modal_body .body .aside_youtube .aside_main ul li {
    width: 100%;
    padding: 20px 0 0;
  }

  /* ------------------------------
   Point-1
  ------------------------------ */
  .point1body .enquete {
    margin: 20px 0 30px;
  }
  .point1body .enquete dl {
    padding: 25px 0 20px;
  }
  .point1body .enquete dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .point1body .enquete dl .score {
    margin-bottom: 12px;
  }
  .point1body .enquete dl .score .average {
    font-size: 16px;
  }
  .point1body .enquete dl .score .average i {
    padding-top: 10px;
  }
  .point1body .enquete dl .score .average strong {
    padding-right: 5px;
    font-size: 70px;
  }
  .point1body .enquete dl .score .manten {
    line-height: 1.4;
    font-size: 18px;
    padding-left: 35px;
    margin-left: 5px;
  }
  .point1body .enquete dl .score .manten::before {
    height: 56px;
  }
  .point1body .enquete dl .text {
    font-size: 14px;
  }
  .point1body .enquete dl .text span {
    padding: 0 10px;
    margin: 0 5px;
  }
  .point1body .enquete dl .text br {
    display: inline;
  }
  .point1body .name {
    margin-top: 20px;
  }

  /* ------------------------------
   Point-6
  ------------------------------ */
  .point6body .datablock {
    display: block;
    margin: 20px 0;
  }
  .point6body .datablock .table {
    padding: 10px 0;
  }

  /* ------------------------------
   Point-4
  ------------------------------ */
  .point4body .yochibohan {
    padding: 10px 5vw 60px;
  }
  .point4body .yochibohan .h {
    margin-bottom: 30px;
  }
  .point4body .yochibohan .h .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .point4body .yochibohan .h .catch {
    padding: 15px 0;
    font-size: min(13px, 2.5vw);
  }
  .point4body .yochibohan .h .catch span {
    margin-right: -5px;
  }
  .point4body .yochibohan .taisaku {
    margin: 30px 0;
  }
  .point4body .yochibohan .taisaku .title {
    font-size: 15px;
    margin: 0 -10px 15px;
  }
  .point4body .yochibohan .taisaku ul {
    padding: 2px 5vw;
  }
  .point4body .yochibohan .taisaku ul li {
    margin: 30px 0;
    display: block;
  }
  .point4body .yochibohan .taisaku ul li .image {
    width: 100px;
    margin: 0 auto 10px;
  }
  .point4body .yochibohan .taisaku ul li .item {
    font-size: 14px;
    margin: 0 0 5px;
    text-align: center;
  }
  .point4body .yochibohan .umemoto {
    padding: 40px 5vw;
    margin-top: 30px;
  }
  .point4body .yochibohan .umemoto .image {
    margin: 0 0 30px;
  }
  .point4body .yochibohan .umemoto .image .name {
    font-size: 12px;
  }
  .point4body .yochibohan .umemoto .image .name span {
    font-size: 16px;
  }
  .point4body .yochibohan .umemoto .prof .name {
    font-size: 14px;
    margin: 0 -10px 15px;
    text-align: center;
  }
  .point4body .yochibohan .umemoto .prof p:not([class]) {
    font-size: 13px;
  }
  .point4body .yochibohan .umemoto .prof dl {
    margin-top: 30px;
  }
  .point4body .yochibohan .umemoto .prof dl dt {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .point4body .yochibohan .umemoto .prof dl dd {
    font-size: 12px;
    display: block;
    text-indent: -12px;
    padding-left: 12px;
  }
  .point4body .yochibohan .umemoto .prof dl dd::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }

  /* ------------------------------
   Point-5
  ------------------------------ */
  .point5body p.banner a {
    height: 160px;
    padding: 18px 0 0;
  }
  .point5body p.banner a .text {
    font-size: 18px;
  }
  .point5body p.banner a .sub {
    right: 12px;
    bottom: 8px;
    font-size: 11px;
  }
  .point5body p.banner a .sub::after {
    font-size: 15px;
    margin-left: 6px;
  }

  /* ------------------------------
   Point-2
  ------------------------------ */
  .point2body p.banner a {
    height: 140px;
    padding-top: 17px;
  }
  .point2body p.banner a::before {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }
  .point2body p.banner a::after {
    width: 80px;
    height: 58px;
    right: 3px;
    bottom: 60px;
  }
  .point2body p.banner a .catch {
    font-size: 11px;
    margin-right: 70px;
  }
  .point2body p.banner a .catch br {
    display: inline !important;
  }
  .point2body p.banner a .title {
    height: 60px;
    font-size: 18px;
    padding-top: 10px;
  }
  .point2body p.banner a .title i {
    font-size: 14px;
    padding: 2px 6px 2px 12px;
    margin-left: -140px;
    border-radius: 5px;
    transform: rotate(-15deg);
    top: -3px;
  }
}
