@charset "utf-8";
/* TOPとの共通部分 */
.main-wrap{
    padding-left: clamp(16px, 5vw, 40px);
    padding-right: clamp(16px, 5vw, 40px);
}


.box_wrap {
  border-bottom: 1px solid #A2A2A2;
}

/* 右側の丸い画像 */
.box-item3 .imglink-wrap {
  width: 100%;
  justify-content: space-between;
  margin-top: -40px;
}
.box-item3 .img-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-right: 0;
  margin-left: auto;
}

.box-item4 .icon-before, .box-item4 .icon-before2 {
  width: 25%;
}
.box-item4 .description {
  width: 75%;
}

/*青丸*/
.shop-button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}
.shop-button .circle-button {
  width: clamp(140px, 20vw, 210px);
  height: clamp(140px, 20vw, 210px);
  background-color: #217C9F;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  gap: 18px;
}
.shop-button .circle-button p {
  color: #FFF;
  font-size: clamp(16px, 2vw, 20px);
}
/*青丸*/
.shop .btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 60px;
  background-color: #217C9F;
  border: 1px solid #217C9F;
  border-radius: 9999px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* 詳しく見るボタンの外枠 */
.btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 60px;
  border: 1px solid #A2A2A2;
  border-radius: 9999px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.box-item2 .btn-detail:hover {
  background-color: #A2A2A2;
}
.box-item2 .btn-detail:hover p {
  color: #fff;
}
/* セクションの全体ボックス調整 */
.box-item3 {
  max-width: 960px;
  margin: 0 auto;
}
.box-item3 .box {
  background: #fff;
  padding: clamp(40px, 5vw, 50px) clamp(8px, 2vw, 20px);
  border: 1px solid #A2A2A2;
}
.box-item3 .bundle-label {
  display: inline-block;
  background-color: #707070;
  color: #fff;
  letter-spacing: 0.3em;
  padding: 2px 16px;
  border-radius: 2px;
  margin: 0 auto;
  position: relative;
  top: 20px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
/* タイトルボックス内のレイアウト */
.box-item3 .titlebox {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.box-item3 .titlebox h2 span {
  color: #217C9F;
}
.box-item3 .btn-detail:hover {
  background-color: #f2f2f2;
}

.cate_wrap {
  background-color: #F1F1F1;
}


.box-item2 .txtbox-2 {
  width: 55%;
}
.box-item2 .imgbox {
  width: 45%;
}
.box-item2 .txtbox-2 {
  padding-right: 15px;
  padding-left: 30px;
}
.box-item2 .txtbox-2 p {
  line-height: 2.5;
}


/* TOPとの共通部分 */
/* 新規追加 */
.cate2 .box-item4 .imgbox {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.cate2 .box-item4 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.access-box iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
}
.box-item3 .txtbox-2 {
  padding-left: 20px;
  width:
}
.box-item3 .txtbox-3 {
  padding-left: 20px;
  width:
}
.price-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  font-family: sans-serif;
  width: 100%;
}
.price-table .table-row {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.price-table .table-row:last-child {
  border-bottom: none;
}
.price-table .cell {
  flex: 1;
     padding: 4px 6px;
  text-align: center;
  border-right: 1px solid #ccc;
  font-size: 14px;
}
.price-table .cell:nth-child(1) {
  flex: 0 0 15%;
}
.price-table .cell:nth-child(2) {
  flex: 0 0 28%;
}
.price-table .cell:nth-child(3) {
  flex: 0 0 37%;
}
.price-table .cell:nth-child(4) {
  flex: 0 0 20%;
}
.price-table .cell:last-child {
  border-right: none;
}
.price-table .is-title {
  background-color: #666;
  color: white;
  font-weight: bold;
}
.price-section .section-header p{
    margin-top: -10px;
}

.price-section .price-box {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.price-section  .plan-text {
  flex: 1 1 65%;
}

.price-section .plan-title {
  color: #217C9F;
}
.price-section .en-plan {
  color: #217C9F;
  font-size: 13px;
  font-family: "EB Garamond", serif;
    margin-top: 5px;
}
.price-section  .price {
  margin-bottom: 10px;
      color: #222222;
}
.price-section .price span {
  font-size: 22px;
}

.price-section .feature {
  font-size: 14px;
  margin-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.price-section .imgbox{
    position: absolute;
    right: 10px;
}
.price-section .img-circle {
    width: 180px;
    height: 180px;}
    
.price-section .note {
  font-size: 14px;
  margin-top: 4px;
}
/* 新規追加 */

.cate1 .topbox{
	position: relative;
}

.cate2 .imgbox{
	width: 100%;
}
.cate2 .txtbox2,
.cate3 .txtbox2{
	justify-content: flex-start;
}
.cate2 .ul,
.cate3 .ul{
	flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
}
.cate2 .ul .li,
.cate3 .ul .li{
	align-items: flex-start;
	gap: 10px;
	position: relative;
	padding-left: 20px;
}
.cate2 .ul .li::before,
.cate3 .ul .li::before{
	content: "";
	width: 8px;
	height: 8px;
	background-color: #217C9F;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 15px;
}






/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .fv_wrap {
    padding-top: 100px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
 /*TOPとの共通部分*/
    .box-item4 .icon-before, .box-item4 .icon-before2 {
    width: 100%;
  }
  .box-item4 .description {
    width: 100%;
  }
    
/*TOPとの共通部分*/
	.cate .topbox p{
		line-height: normal;
	}

.main-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
.box-item3 .box {
    padding: clamp(40px, 5vw, 50px) 0;
}
 .price-table .cell p {
    font-size: 9px;
  }
}
@media screen and (max-width: 470px) { 
    /* --新規-- */   
    .price-section .imgbox{
    position: relative;
}
 /* --新規-- */  }
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}