@charset "utf-8";
/* CSS Document */
/*common
=======================*/
html #main {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #323232;
  line-height: 1.7;
  margin: 0 auto;
}
#main img {
  vertical-align: top;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width:768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width:767.98px) {
  .pcOnly {
    display: none;
  }
}
/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
  .anim_scroll_sp {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s, transform 1s;
  }
}
/*=====================*/
/*kvArea
=======================*/
.kvArea {
  position: relative;
}
.kv {
  height: 470px;
  margin: 0;
}
section.kvTitWrap {
  position: absolute;
  top: 89px;
  left: 50%;
  max-width: 1160px;
  width: 100%;
  transform: translate(-50%, -40%);
  text-align: center;
  z-index: 5;
  padding-top: 0;
}
.kvArea h1 {
  position: relative;
  margin: 0;
  font-size: 3.4rem;
}
.kvArea .introTxt {
  margin-top: 45px;
  padding: 20px 50px;
  color: #fff;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 85%, rgba(255, 255, 255, 0) 100%);
}
.kv .slider-item {
  height: 470px;
}
.kv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767.98px) {
  .kv, .kv .slider-item {
    height: 235px;
  }
  .kvArea {
    overflow: hidden;
  }
  section.kvTitWrap {
    top: 34px;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  .kvArea h1 {
    max-width: 330px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .kvArea .introTxt {
    margin-top: 18px;
    padding: 8px 30px;
    font-size: 1.2rem;
  }
}
/*=====================*/
.introWrap {
  display: flex;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  overflow: hidden;
}
.introWrap .intro {
  position: relative;
  width: 1160px;
  text-align: center;
  padding: 40px 0;
}
.introWrap .intro::after {
  content: "";
  display: inline-block;
  background: url("../img/ohenro_kumo02.webp") no-repeat;
  background-size: 150px 36px;
  width: 150px;
  height: 36px;
  position: absolute;
  bottom: 20px;
  left: -50px;
}
.introWrap .intro::before {
  content: "";
  display: inline-block;
  background: url("../img/ohenro_kumo01.webp") no-repeat;
  background-size: 150px 55px;
  width: 150px;
  height: 55px;
  position: absolute;
  top: 10px;
  right: -50px;
}
.introWrap .intro h4 {
  font-size: 3rem;
  font-weight: bold;
  color: #313458;
  margin: 0 0 15px;
}
.introWrap .intro p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width:767.98px) {
  .introWrap .intro {
    width: 100%;
    max-width: 1160px;
  }
  .introWrap .intro h4 {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
  .introWrap .intro p {
    font-size: 1.3rem;
  }
  .introWrap .intro::after {
    bottom: 20px;
    left: -100px;
  }
  .introWrap .intro::before {
    top: 10px;
    right: -100px;
  }
}
/*menuNav
=======================*/
.menuNav {
  background: #eee9db;
  position: sticky;
  z-index: 99;
}
.menuNav_inner {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.menuNav .navItem {
  width: 100%;
  font-size: 2rem;
  text-align: center;
  background: #aa9049;
  border-right: 2px solid #fff;
}
.menuNav .navItem:last-of-type {
  border-right: none;
}
.menuNav .navItem a {
  display: flex;
		justify-content: center;
		align-items: center;
  width: 100%;
  padding: 10px 5px;
  color: #ffffff;
  background: #aa9049;
  font-weight: bold;
}


@media (min-width: 768px) {
  .menuNav .navItem {
    transition: 0.2s ease all;
  }

  .menuNav .navItem a:hover {
    opacity: .5;
    transition: 0.2s ease all;
    background: #B79E59;
  }
  .menuNav .navItem a span {
    position: relative;
  }
	  .menuNav .navItem a span {
    padding-right: 20px;
  }
  .menuNav .navItem a span::after {
    position: absolute;
    content: '';
    top: 47%;
    right: 0px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
	  
  }
}
@media screen and (max-width:767.98px) {
  .menuNav .navItem {
    font-size: 1.4rem;
  }
  .menuNav .navItem a {
    padding: 10px 5px 20px;
    line-height: 1.2;
    position: relative;
    height: 100%;
  }
  .menuNav .navItem:last-child a {
    line-height: 0.8;
    font-size: 1.2rem;
	  letter-spacing: -1px;
	  padding: 10px 3px 20px;
  }
  .menuNav .navItem a::after {
    position: absolute;
    content: '';
    top: auto;
    bottom: 0;
    right: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
}
.min_spOnly{
		display: none;
	}
@media screen and (max-width:359px) {
  .menuNav .navItem a {
    padding: 10px 2px 20px;
  }
  .menuNav .navItem {
    font-size: 1.2rem;
  }
	.min_spOnly{
		display: block;
	}
	.menuNav .navItem:last-child a small{
		line-height: 0.6;
	}
	.menuNav .navItem:last-child a{
		line-height: 1.2;
	}
	.menuNav .navItem:last-child a {
	line-height: 1;	
	}
}
/*=====================*/
main section[id]:nth-of-type(odd) {
  background-color: #f1f1f1;
}
main section {
  padding: 60px 0;
}
main section div[class*="_inner"] {
  max-width: 1160px;
  margin: 0 auto;
}
main section h2 {
  scroll-margin-top: 180px;
  margin: 0 0 60px;
  text-align: center;
  font-size: 2.4rem;
  color: #313458;
  font-family: "Noto Serif JP", serif;
  overflow: hidden;
  line-height: 1;
}
main section h2 span {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
main section h2 span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -110px;
    width: 80px;
    height: 2px;
    background: #313458;
    transform: translateY(-50%);
  }
main section h2 span::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -110px;
    width: 80px;
    height: 2px;
    background: #313458;
    transform: translateY(-50%);
  }
}
@media screen and (max-width:767.98px) {
main section {
  padding: 40px 0;
}
main section div[class*="_inner"] {
    padding: 0 10px;
  }
main section h2 {
    font-size: 2rem;
    position: relative;
	  margin-bottom: 40px;
  }
  main h2 span {
    background: #ffffff;
    z-index: 1;
    padding: 0 10px;
  }
  main section[id]:nth-of-type(odd) h2 span {
    background: #f1f1f1;
  }
main section h2::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 100%;
    height: 2px;
    background: #313458;
    transform: translateY(-50%);
    z-index: 0;
  }
}
/*pointArea
=======================*/
.map {
  width: 1160px;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
display: flex;
}
@media (min-width: 768px) {
	.map {
  justify-content: center;
}
}
@media screen and (max-width:767.98px) {
  .js-scrollable img {
    min-width: auto;
    width: auto;
    height: 100%;
	  max-height: 350px;
    display: block;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }
  .map {
    width: 100%;
    margin: 0;
  }
 /* .js-scrollable {
    direction: rtl;
  }*/
}
/*courseArea
=======================*/
/*---courseItemsBox---*/
.areaBlock {
  padding: 0px;
}
.areaBlock:first-of-type {
  margin-top: 0;
}
.areaBlock h3 {
  margin: 0;
  padding: 10px 0;
  font-size: 2.4rem;
  text-align: center;
  background: #d7d7d7;
}
.courseItemsBox {
  display: flex;
  flex-wrap: wrap;
}
.courseItem_wrap {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.courseItem_wrap:nth-of-type(3n) {
  margin-right: 0;
}
.courseItem_wrap:nth-of-type(n+4) {
  margin-top: 30px;
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
.course__card__tagBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.course__card__tagBox ul li {
  margin: 0 10px 10px 0;
  padding: 3px 12px;
  color: #fff;
  font-size: 1.3rem;
  background: rgb(0 0 0 / .5);
  border-radius: 30px;
}
.course__card__img__caption {
  background-color: #f2f2f2;
  font-size: 1.3rem;
  color: #707070;
  text-align: right;
  padding-right: 5px;
}
.course__card__body {
  padding: 10px 10px 15px;
  background: #fff;
}
.course__card__codeArea__box {
  display: flex;
}
.course__card__code {
  position: relative;
  display: flex;
	align-items: center;
  min-width: 79px;
  padding: 0 3px 0 9px;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.3rem;
  line-height: 20px;
}
.course__card__code::after {
  position: absolute;
  content: '';
  top: 0px;
  left: -1px;
  width: 6px;
  height: 100%;
  background: #c51f1f;
}
.course__card__area__label {
  display: inline-block;
  min-width: 40px;
  margin-left: 3px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  background: #009b63;
	line-height: 1;
}
.course__card__tera_num {
  display: inline-block;
  min-width: 200px;
  margin-left: 3px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  background-color: #aa9049;
	margin-top: 3px;
}
.course__card__title {
  margin-top: 8px;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  transition: all .3s;
}
.course__card__sub {
  margin-top: 5px;
}
.course__card__area {
  line-height: 1;
 /* text-align: right;*/
}
.wh_icon_c, .wh_icon_n {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
}
.wh_icon_c {
  background-color: #5a5ba0;
}
.wh_icon_n {
  background-color: #449e3f;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #000;
  text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #cc0d21;
  text-align: right;
  letter-spacing: -0.8px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
main [class*="course__card__head"] {
  padding-top: 52%;
  background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
  top: 0;
}
main [class*="js_rweb2404_caption_"] {
  z-index: 2;
}
.noCourseTxt {
  margin: 20px auto 0;
  font-size: 1.6rem;
}
.courseItemsBox .noCourseTxt_all {
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .courseItem a:hover .course__card__title {
    color: #cc0d21;
    text-decoration: underline;
    transition: all .3s;
  }
  .courseItem_wrap:nth-of-type(n+4) {
    margin-top: 85px;
  }
}
@media screen and (max-width:767.98px) {
  .courseItem_wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .areaBlock {
    padding-bottom: 30px;
  }
  .areaBlock h3 {
    padding: 8px 0;
    font-size: 1.7rem;
  }
  .courseItemsBox {
    display: block;
    margin-top: 25px;
    padding: 0;
  }
  .courseItem {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .courseItem:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .course__card {
    background: #fff;
  }
  .course__card__img__caption {
    right: 8px;
    bottom: 5px;
    font-size: 1rem;
  }
  .course__card__tagBox__square ul li {
    font-size: 1rem;
  }
  .course__card__tagBox__square ul li.squareTag_formal {
    border: 1px solid #f4e79f;
  }
  .course__card__tagBox__square ul li.squareTag_informal {
    border: 1px solid #c1caf5;
  }
  .course__card__tagBox__square ul li.squareTag_event {
    border: 1px solid #f0e2a2;
  }
  .course__card__tagBox__square ul li.square_lessthan2days {
    border: 1px solid #fbbcda;
  }
  .course__card__tagBox ul li {
    margin: 0 5px 5px 0;
    padding: 2px 7px;
    font-size: 1rem;
  }
  .course__card__body {
    width: 100%;
    padding: 8px 6px;
  }
  .course__card__code {
    min-width: 70px;
    font-size: 1.2rem;
  }
  .course__card__area {
    text-align: left;
  }
  .course__card__area__label {
    min-width: 30px;
    font-size: 1.2rem;
    padding: 3px 5px;
    margin-left: 5px;
  }
  .course__card__tera_num {
    display: inline-block;
    min-width: 180px;
    margin-left: 5px;
    padding: 3px 5px;
    font-size: 1.2rem;
  }
  .course__card__title {
    font-size: 1.5rem;
  }
  .course__card__unit {
    margin-top: 5px;
    font-size: 1.1rem;
  }
  .course__card__price {
    margin-top: 5px;
    font-size: 1.7rem;
    letter-spacing: -0.8px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .noCourseTxt {
    font-size: 1.3rem;
    text-align: center;
  }
  .wh_icon_c, .wh_icon_n {
    font-size: 1.0rem;
  }
}
@media screen and (max-width:359px) {
  .menuNav .navItem:last-child a {
    font-size: 1.2rem;
  }
  .course__card__code {
    min-width: 59px;
    font-size: 1rem;
  }
  .course__card__area__label {
    min-width: 28px;
    font-size: 1rem;
    padding: 3px 3px;
    margin-left: 3px;
  }
  .course__card__tera_num {
    margin-left: 3px;
    padding: 3px 3px;
    font-size: 1rem;
  }
}

/*=====================*/
/*pageTopBtn
=======================*/
.pageTopBtn {
  display: inline-block;
  width: 52px;
  /*left: calc(100vw - 5em);*/
  left: 93%;
  position: sticky;
  bottom: 30px;
  text-align: right;
  opacity: 0;
  z-index: 10;
}
.pageTopBtn_inner {
  margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  background: #aaaaaa;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
  opacity: 1;
}
.pageTopBtn.-show a {
  cursor: pointer;
}
.pageTopBtn.-transition500 {
  transition: .2s ease;
}
@media screen and (min-width:768px) {
  .pageTopBtn a:hover {
    background: #c2c2c2;
  }
}
@media screen and (max-width:767.98px) {
  .pageTopBtn a {
    width: 45px;
    height: 45px;
  }
  .pageTopBtn a:before {
    width: 16px;
    height: 16px;
  }
}
/*=====================*/
.scroll-hint-icon {
  z-index: 5;
}
/*==========心得===========*/
.aboutWrap li {
  padding: 30px 30px 30px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 30px;
}
.aboutWrap li h3[id] {
scroll-margin-top: 130px;
}

.aboutWrap li.about02 {
  padding: 30px 30px 70px;
}
.aboutWrap li:first-child {
  margin-top: 0;
}
.aboutWrap li h3 {
  border: 1px solid #aa9049;
  margin: 0 0 30px;
  padding: 5px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  ;
  color: #aa9049;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
}
.aboutWrap li .contWrap .txtbox {
  font-size: 1.7rem;
}
.aboutWrap li.about02 .contWrap ul {
  list-style: none;
  counter-reset: list-count;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .aboutWrap li.about02 .contWrap ul::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 900px;
    border-left: 2px dotted #313458;
    left: 20px;
    top: 60px;
    position: absolute;
    z-index: -1;
  }
}
.aboutWrap li.about02 .contWrap ul li {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  counter-increment: list-count;
  width: 100%;
  padding: 0;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.00);
}
.aboutWrap li.about02 .contWrap ul li::before {
  content: counter(list-count);
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background-color: #313458;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.aboutWrap li.about02 .contWrap ul li:first-child {
  margin-top: 40px;
}
.aboutWrap li.about02 .contWrap ul li:last-child {
  margin-bottom: 0;
}
.aboutWrap li.about02 .contWrap ul li .box {
  position: relative;
  padding: 0 0 0 150px;
  background-color: #ecedf0;
  border-radius: 50px 10px 10px 50px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100px;
}
.aboutWrap li.about02 .contWrap ul li .icon {
  position: absolute;
  width: 140px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.aboutWrap li.about02 .contWrap ul li .box h4 {
  margin: 0 0 2px;
  font-size: 1.8rem;
  color: #313458;
}
.aboutWrap li.about02 .contWrap ul li .box p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .aboutWrap li {
    padding: 20px 10px 20px;
    margin: 10px 0 0;
  }
  .aboutWrap li.about02 {
    padding: 20px 10px;
  }
  .aboutWrap li h3 {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .aboutWrap li:nth-child(2) h3 {
    margin: 0;
  }
  .aboutWrap li.about02 .contWrap ul li {
    flex-direction: column;
    padding-top: 103px;
    position: relative;
    margin: 0;
  }
  .aboutWrap li.about02 .contWrap ul li .box {
    padding: 110px 10px 20px;
    border-radius: 10px;
    height: auto;
  }
  .aboutWrap li.about02 .contWrap ul li .icon {
    left: 50%;
    width: 165px;
    top: -82px;
    transform: translateX(-50%);
  }
  .aboutWrap li.about02 .contWrap ul li::before {
    z-index: 2;
    position: absolute;
    top: 156px;
  }
  .aboutWrap li .contWrap .txtbox {
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
  }
  .aboutWrap li.about02 .contWrap ul li:first-child {
    margin-top: 0px;
  }
}
li.about03 .contWrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
li.about03 .contWrap .left {
  width: 423px;
  height: 310px;
  text-align: center;
  background-color: #ecedf0;
  display: flex;
  justify-content: center;
  align-items: center;
}
li.about03 .contWrap .left img {
  width: 96px;
}
li.about03 .contWrap .right {
  width: 657px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
li.about03 .contWrap .right p.txtbox {
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.aboutWrap li.about03 .contWrap .right ul {
  position: relative;
  font-weight: bold;
  border: 1px solid #333333;
  padding: 10px;
}
.aboutWrap li.about03 .contWrap .right ul::before {
  display: none;
}
.aboutWrap li.about03 .contWrap .right ul li {
  counter-increment: list-count;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  margin: 0 0 10px;
  padding: 0;
}
.aboutWrap li.about03 .contWrap .right ul li p {
  font-size: 2rem;
  line-height: 1;
}
.aboutWrap li.about03 .contWrap .right ul li p:nth-child(2n) {
  font-size: 1.8rem;
  font-weight: normal;
}
.aboutWrap li.about03 .contWrap .right ul li:last-child {
  margin-bottom: 0;
}
.aboutWrap li.about03 .contWrap .right ul li::before {
  content: counter(list-count);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  font-weight: bold;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
	line-height: 1;
}
@media screen and (max-width: 767px) {
  li.about03 .contWrap {
    gap: 10px;
  }
  li.about03 .contWrap .left {
    width: 67px;
    height: auto;
    background-color: #fff;
  }
  li.about03 .contWrap .right {
    font-size: 1.3rem;
  }
  li.about03 .contWrap .right p.txtbox {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: bold;
  }
  .aboutWrap li.about03 .contWrap .right ul li p {
    font-size: 1.3rem;
  }
  .aboutWrap li.about03 .contWrap .right ul li p:nth-child(2n) {
    font-size: 1.2rem;
  }
  .aboutWrap li.about03 .contWrap .right ul li::before {
    width: 14px;
    height: 14px;
    padding: 7px;
    font-size: 1.2rem;
    margin-top: -1px;
  }
	.aboutWrap li.about03 .contWrap .right ul li:nth-child(2) p {
		min-width: 40px;
	}
	 .aboutWrap li.about03 .contWrap .right ul li {
    margin-bottom: 5px;
    gap: 3px;
  }
}
@media screen and (max-width:359px) {
  li.about03 .contWrap .right p.txtbox {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  li.about03 .contWrap .right p.txtbox br {
    display: none;
  }
  .aboutWrap li.about03 .contWrap .right ul {
    padding: 5px;
  }
  .aboutWrap li.about03 .contWrap .right ul li p {
    font-size: 1.2rem;
  }
  .aboutWrap li.about03 .contWrap .right ul li:nth-child(2) p {
    min-width: 30px;
  }
  .aboutWrap li.about03 .contWrap .right ul li:nth-child(5) p {
    min-width: 42px;
  }
  .aboutWrap li.about03 .contWrap .right ul li p:nth-child(2n) {
    font-size: 1.2rem;
  }
  .aboutWrap li.about03 .contWrap .right ul li {
    margin-bottom: 5px;
    gap: 3px;
  }
}
/*--*/
li.about04 .contWrap .txtbox {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 30px;
}
li.about04 .contWrap .boxWrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
li.about04 .contWrap .boxWrap .left {
  width: 423px;
  height: 403px;
  background-color: #ecedf0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
li.about04 .contWrap .boxWrap .left img {
  width: 400px;
  height: auto;
  object-fit: cover;
  display: block;
}
li.about04 .contWrap .boxWrap .right {
  /*width: 660px;*/
  display: flex;
  flex-direction: column;
  flex: 1;
}
li.about04 .contWrap .boxWrap .right table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  border: none;
  width: 100%;
}
li.about04 .contWrap .boxWrap .right table tr {
  border-bottom: 1px solid #313458;
}
li.about04 .contWrap .boxWrap .right table th, li.about04 .contWrap .boxWrap .right table td {
  padding: 10px;
  vertical-align: middle;
  height: 100%;
}
li.about04 .contWrap .boxWrap .right table td {
  border-left: 1px solid #313458;
}
li.about04 .contWrap .boxWrap .right table tr:last-child {
  border: none;
}
li.about04 .contWrap .boxWrap .right table td p {
  font-size: 1.5rem;
}
li.about04 .contWrap .boxWrap .right table tr {
  width: 100%;
}
.col-th {
  width: 20%;
}
.col-td {
  width: 80%;
}
li.about04 .contWrap .boxWrap .right table th .flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  height: 100%;
}
li.about04 .contWrap .boxWrap .right table th p.num {
  border: 1px solid #313458;
  border-radius: 50%;
  padding: 3px;
  font-size: 1.7rem;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
li.about04 .contWrap .boxWrap .right table th p {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: center;
  color: #313458;
}
li.about04 .contWrap .boxWrap .right table th p.item {
  width: 75px;
}
li.about04 .contWrap .boxWrap .right table th p small {
  font-size: 1.2rem;
}
li.about04 .contWrap .boxWrap .right table td p.txt {
  font-size: 1.5rem;
  line-height: 1.2;
}
li.about04 .contWrap .boxWrap .right ul.sub_item {
  background: #ebebeb;
  padding: 10px;
  margin-top: 5px;
  flex: 1;
}
li.about04 .contWrap .boxWrap .right ul.sub_item li {
  display: flex;
  justify-content: flex-start;
  gap: 3px;
  color: #313458;
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 0;
  margin: 0 0 5px;
  background: #ebebeb;
}
li.about04 .contWrap .boxWrap .right ul.sub_item li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  li.about04 .contWrap .boxWrap {
    flex-direction: column;
  }
  li.about04 .contWrap .boxWrap .left {
    width: 100%;
    height: 100%;
    max-height: 266px;
    padding: 10px 10px 0;
    align-items: start;
  }
  li.about04 .contWrap .boxWrap .left img {
    width: 100%;
    max-width: 350px;
  }
  li.about04 .contWrap .txtbox {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .col-th {
    width: 35%;
  }
  .col-td {
    width: 65%;
  }
  li.about04 .contWrap .boxWrap .right table th p {
    font-size: 1.7rem;
    line-height: 1.1;
  }
  li.about04 .contWrap .boxWrap .right table th p small {
    font-size: 1.1rem;
  }
  li.about04 .contWrap .boxWrap .right table td p.txt {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  li.about04 .contWrap .boxWrap .right table th p.num {
    padding: 0;
    font-size: 1.5rem;
    width: 20px;
    height: 20px;
  }
  li.about04 .contWrap .boxWrap .right ul.sub_item {
    margin-top: 10px;
  }
  .sub_item li {
    width: 100%;
  }
  .sub_item li p:first-child {
    width: auto;
    min-width: 126px;
  }
  .sub_item li p:last-child {
    width: auto;
  }
}
@media screen and (max-width:359px) {
  li.about04 .contWrap .boxWrap .right table th {
    padding: 0;
  }
  li.about04 .contWrap .boxWrap .right table th .flexbox {
    gap: 3px;
    padding: 5px 5px 5px 0;
  }
  li.about04 .contWrap .boxWrap .right table th p {
    font-size: 1.5rem;
    line-height: 1.1;
  }
  li.about04 .contWrap .boxWrap .right table th p small {
    font-size: 1.0rem;
  }
  li.about04 .contWrap .boxWrap .right table td p.txt {
    font-size: 1.2rem;
  }
  li.about04 .contWrap .boxWrap .right table th p.item {
    width: 75px;
  }
  li.about04 .contWrap .boxWrap .right table th p.num {
    width: 18px;
    height: 18px;
  }
}
.briefingArea .txtbox{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.7rem;
}
.briefingArea .btn{
	text-align: center;
}
.briefingArea .btn a{
	display: inline-block;
	max-width: 520px;
}
.briefingArea .btn a:hover{
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.briefingArea .txtbox{
	margin-bottom: 20px;
	font-size: 1.3rem;
}
}
.qaWrap{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
}
.qaItem {
    border-bottom: 1px solid #313458;
	color: #3b3e5f;
}
.qaItem:last-child{
    border-bottom: none;
}

.qaQuestion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.qaQuestion__text {
    position: relative;
    padding-left: 40px;
    font-size: 1.6rem;
	color: #3b3e5f;
    font-weight: bold;
}

/* Q */
.qaQuestion__text::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 42%;
	transform: translateY(-50%);
    font-size: 2.9rem;
    font-weight: bold;
	color: #aa9049;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
}

.qaAnswer {
    display: none;
    position: relative;
    padding: 0 20px 20px 60px;
    line-height: 1.8;
	font-size: 1.4rem;
}

/* A */
.qaAnswer::before {
    content: "A";
    position: absolute;
    left: 20px;
    top: -14px;
    color: #cc0d21;
    font-size: 2.9rem;
    font-weight: bold;
	font-family: "Noto Serif JP", serif;
}

/* アイコン */
.qaIcon {
    position: relative;
    width: 24px;
    height: 24px;
}

/* 横棒 */
.qaIcon::before,
.qaIcon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
	
    width: 24px;
    height: 2px;
    background: #909090;
    transition: .3s;
}

/* 縦棒 */
.qaIcon::after {
    transform: translateY(-50%) rotate(90deg);
}

/* 横棒 */
.qaIcon::before {
    transform: translateY(-50%);
}

/* 開いたら－になる */
.qaItem.is-open .qaIcon::after {
    transform: translateY(-50%) rotate(180deg);
    opacity: 0;
}
@media screen and (max-width: 767px) {
	.qaWrap {
		padding: 10px;
	}
	.qaQuestion{
		padding: 10px 0 10px 5px;
	}
	.qaQuestion__text {
		font-size: 1.5rem;
	}
	.qaAnswer {
		padding: 0px 10px 10px 40px;
	}
	.qaAnswer::before {
		left: 6px;
	}
}

/*-------------------------------------------*/
.point_list{
width: 1160px;
	padding: 40px;
	margin: 0 auto;
	background-color: #f1f1f1;
}
.point_list li{
font-size: 2rem;
	font-weight: bold;
	counter-increment: count;
	position: relative;
	padding-left: 40px;
	line-height: 1;
	margin-bottom: 20px;
}
.point_list li:last-child{
	margin-bottom: 0;
}
.point_list li:before {
position: absolute;
  content: counter(count) ".";
	left: 0;
  bottom: 0;
	font-size: 3rem;
}
.point_list li strong{
font-size: 2.8rem;
	color: #313458;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 5px;
}
.point_list li strong::before{
	width: 100%;
	height: 50%;
	background-color: rgba(244,194,54,0.40);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.point_list{
		width: 100%;
		padding: 10px;
	}
	.point_list li{
font-size: 1.6rem;
	padding-left: 25px;
	margin-bottom: 20px;
		line-height: 2.2rem;
}
	.point_list li:before {
	font-size: 2rem;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
}
	.point_list li strong{
font-size: 2rem;
	padding: 0 3px;
}
}