/* Base Styles */
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

h1,
h2,
p {
  margin: 0;
  padding: 0;
  color: white;
  font-family: "Zen Maru Gothic";
}
.header {
  width: 100%;
}
a {
  color: black;
  text-decoration: none !important;
}

.wpcf7 .form-radio-grade .wpcf7-list-item-label {
  display: none;
}

.custom-radio-label {
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
}

.form-radio-label {
	    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
}

/* Media Queries for Desktop */
@media screen and (min-width: 769px) {
  /*--------------------lightbox----------------------------*/
body{
		min-width:1420px;
	}
  h1 {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 32px;
    line-height: 170%;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  h2 {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 32px;
    line-height: 1.7;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  h3 {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 28px;
    line-height: 1.7;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  h4 {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 24px;
    line-height: 1.7;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  h5 {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 20px;
    line-height: 1.7;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  h6 {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  .lb-data .lb-number {
    display: none !important;
  }
  .lb-data .lb-details {
    margin-top: 8px;
  }
  .lb-nav a.lb-next {
    width: 16% !important;
    height: 32%;
    margin-top: 20%;
    border: 1px solid white;
    position: absolute;
    right: 0%;
    border-radius: 5px;
  }
  .lb-nav a.lb-prev {
    border: 1px solid white;
    width: 16% !important;
    height: 32%;
    margin-top: 20%;
    position: absolute;
    left: 0%;
    border-radius: 5px;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }

  /*-------------header------------------------*/
  .header {
    height: 95px;
    background-color: none;
    position: fixed;
    z-index: 9999;
    opacity: 1;
  }

  .header.scrolled {
    background-color: #e1f3ff !important;
    transition: background-color 0.3s ease;
  }

  .header.scrolled .navigation ul li a {
    color: white;
  }
  .navigation ul li.has-submenu ul.submenu {
    display: none !important;
    position: absolute !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    top: 93%;
    left: 56%;
    gap: 0px !important;
    padding: 20px !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #ffffff;
    border: 1px solid #ffffff;
    z-index: 1000;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    list-style-type: none;
    transform: translateX(-20%);
  }
  .navigation ul li.has-submenu:hover ul.submenu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .navigation ul li.has-submenu:hover ul.submenu li a:hover {
    color: #015aae;
  }
  .header .container {
    height: 100%;
    position: relative;
  }

  .header .header_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 90px;
    background-color: #ffffffe5;
    /* padding: 0px 24px; */
  }
  .header .container .header_content > div.logo {
    padding: 30px 50px;
    border-bottom-right-radius: 40px;
    background-color: #ffffff;
  }
  .header .container .header_content .header_contact {
    padding: 35px 50px;
    border-bottom-left-radius: 40px;
    background-color: #fff47e;
    text-align: center;
  }
  .header .container .header_content .logo > a > img {
    width: 258px;
    height: 67px;
  }
  .header .header_content .navigation ul {
    margin-block-start: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3.333vw;
    position: relative;
    padding-top: 10px;
  }
  .header .header_content .navigation ul li {
    display: inline-block;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-family: "Noto Sans JP";
    transition: background-size 0.5s ease;
    text-align: center;
  }
  .header .header_content .navigation ul li a {
    font-weight: 700;
    font-size: 1.146vw;
    line-height: 1.7;
    color: black;
    font-family: "Zen Maru Gothic";
	text-decoration:none;
	 cursor: pointer; 
  }
  .header .header_content .navigation ul li a span {
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 1.7;
    color: #015aae;
    font-family: "Quicksand";
  }
  .header .menu_btn {
    display: none;
    z-index: 10;
  }
  .header .menu_close {
    z-index: 20;
  }
  .header .overlay {
    display: none !important;
  }
  .header .overlay-content {
    display: none !important;
  }
  .header .container .header_content .header_contact > a {
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.7;
    color: black;
    font-family: "Zen Maru Gothic";
	text-decoration:none;
  }
  .header .container .header_content .header_contact > a > span {
    font-weight: 700;
    font-size: 0.938vw;
    line-height: 1.7;
    color: #ed1c2a;
    font-family: "Quicksand";
  }
  /*-----------top-section-----------------*/
  .top_section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e1f3ff;
    padding: 10px 0px;
  }

  .top_section .top_img {
    height: 850px;
    max-width: 90%;
    position: relative;
    background: url("../img/top/top_1.png") center center no-repeat;
    background-size: cover;
    border-radius: 50px;
    margin: 80px auto 120px;
  }
  .top_section .top_img .top_intro {
    position: absolute;
    display: inline-block;
    top: 35%;
    right: 8%;
  }
  .top_section .top_img .top_intro p {
    color: black;
  }
  .top_section .top_img .top_intro p:first-child {
    display: inline-block;
    font-size: 42px;
    font-weight:700;
    line-height: 1.7;
    color: black;
    padding: 10px 42px;
    border-radius: 10px;
    background-color: #ffffff;
    font-family: "Zen Maru Gothic";
  }
  .top_section .top_img .top_intro .text-container p {
    font-size: 48px !important;
    position: relative;
    display: inline-block;
    font-weight: 700 !important;
    line-height: 1.7;
    color: black !important;
    padding: 10px 42px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 10px 0px;
  }
  .top_section .top_img .top_intro .text-container p .text {
    position: relative;
    display: inline-block;
  }
  .top_section .top_img .top_intro p:last-child {
    font-weight: 700;
    font-size: 27px;
    line-height: 1.7;
    color: #015aae;
    font-family: "Zen Maru Gothic";
  }
  .text::before {
    content: "・";
    color: #ed1c2a;
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
  }
  /*-----------------study_section---------------*/
  .study_section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    text-align: center;
    border-radius: 70px;
    margin-top: -40px;
  }
  .study_section .study_intro {
    max-width: 1280px;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 80px auto;
  }
  .study_section .study_intro .intro_header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
	margin-left:8%;
  }
  .study_section .study_intro .intro_header img {
    width: 90px;
    height: 90px;
  }
  .study_section .study_intro .intro_header .intro_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }
  .study_section .study_intro .intro_header .intro_text img.Vector-logo {
    width: 85%;
    height: auto;
    object-fit: cover;
  }
  .study_section .study_intro .intro_header .intro_text p {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.7;
    color: #015aae;
    /*     margin-top: 16px; */
    font-family: "Zen Maru Gothic";
  }
  /*   .study_section .study_intro .intro_header .intro_text::before {
    content: url("../img/icon/Vector.png");
    position: absolute;
    left: 0px;
    top: 23px;
 
  } */
  .study_section .study_intro .intro_content {
    margin: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
  }
  .study_section .study_intro .intro_content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.7;
    text-align: left;
    color: #333333;
    font-family: "Zen Maru Gothic";
  }
  .study_section .study_intro .intro_content p:first-child {
    margin-bottom: 20px;
  }
  .study_section .study_intro .intro_guide_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  .study_section .study_intro a {
    position: relative;
    padding: 15px 40px;
    border-radius: 42px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Zen Maru Gothic";
    background-color: #015aae;
    color: #ffffff;
	text-decoration:none;
  }
  .study_section .study_intro a::after {
    content: url("../img/icon/Vector_arrow.png");
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .study_section .study_intro .intro_header img:nth-of-type(2) {
    width: 137.8px;
    height: 138.27px;
    color: #015aae;
  }
  .study_section .study_intro .study_book {
    width: 145px;
    height: 170px;
    position: absolute;
    left: -133px;
    top: 322px;
  }
  .study_section .study_intro .study_pen {
    display: none;
  }
  .study_section .study_category {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    height: auto;
    margin: 0 auto;
  }
  .study_section .study_category .study_category_1 {
    display: block;
    /* width: 400px; */
    height: 260px;
    background-color: #e1f3ff;
    margin: 10px;
    border-radius: 70px;
    padding: 20px;
  }
  .study_section .study_category_other .study_category_2 {
    display: block;
    /* width: 625px; */
    height: 269px;
    background-color: #e1f3ff;
    margin: 10px;
    border-radius: 70px;
    padding: 20px;
  }
  .study_section .study_category .study_category_1 > div,
  .study_section .study_category_other .study_category_2 > div {
    width: 84%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-left: 10%;
  }
  .study_section .study_category .study_category_1 p:nth-of-type(1),
  .study_section .study_category_other .study_category_2 p:nth-of-type(1) {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.7;
    color: #015aae;
  }
  .study_section .study_category .study_category_1 p:nth-of-type(1) img,
  .study_section .study_category_other .study_category_2 p:nth-of-type(1) img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 4px;
    left: 10px;
  }
  .study_section .study_category .study_category_1 p:nth-of-type(2),
  .study_section .study_category_other .study_category_2 p:nth-of-type(2) {
    font-weight: 700;
    font-size: 14px;
    line-height: 2.1;
    color: #333333;
    text-align: left;
  }
  .study_section .study_category .study_category_1 img,
  .study_section .study_category_other .study_category_2 img {
    position: relative;
    width: 320px;
    height: 39px;
  }

  .study_section .study_category_other {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    height: auto;
    margin: 32px auto;
  }
  .study_section .study_category_other .study_category_2 > div {
    margin-left: 5% !important;
  }
  .study_category_other .study_category_2 .bottom_img {
    height: 60px !important;
  }
  .study_category_1 .logo-container {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .study_category_1 .logo-container .logo {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }

  .study_category_1 .logo-placeholder {
    width: 100%;
    height: 100%;
    background-color: #e1f3ff;
    border: 1px solid #e1f3ff;
    border-radius: 8px;
  }
  .study_category_2 .logo-container {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .study_category_2 .logo-container .logo {
    width: 70% !important;
    height: 100% !important;
    /* object-fit: contain; */
  }

  .study_category_2 .logo-placeholder {
    width: 100%;
    height: 100%;
    background-color: #e1f3ff;
    border: 1px solid #e1f3ff;
    border-radius: 8px;
  }
  /*--------------------top_notice------------------*/
  .top_notice {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e1f3ff;
    border-radius: 70px;
    padding: 12% 0px 15% 0px;
  }
  .news-inner {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin: 0 auto;
    position: relative;
  }

  .news-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 180px;
    gap: 40px;
  }
.pdf-inner{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2%;
  max-width: 100%;
  margin: 5% auto 0%;
}
.pdf_img{
  max-width: 100%;
  width: 40%;
  height: auto;
}
  .news-icon {
    font-size: 32px;
    position: absolute;
  }
  .news-title {
   text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }
  .news-title h2 {
    font-size: 32px;
/*     margin-bottom: 5px; */
    color: #333333;
    font-weight: 700;
    font-family: "Zen Maru Gothic";
    line-height: 1.7;
  }

  .news-title p {
    color: #007bff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Quicksand";
    line-height: 1.7;
	padding-left:4px;
  }

  .news-list {
    list-style: none;
    padding: 0;
    text-align: left;
  }
  .news-list li:first-child {
    border-top: 1px dashed #a4a4a4;
    padding-top: 20px;
  }
  .news-list li {
    /* margin-bottom: 20px; */
    font-size: 16px;
    border-bottom: 1px dashed #a4a4a4;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 500;
    font-family: "Zen Maru Gothic";
    line-height: 1.7;
  }

  .news-list .date {
    display: inline-block;
    width: 100px;
    color: #838383;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    font-family: "Zen Maru Gothic";
  }

  .news-button {
    margin-top: 20px;
    padding: 10px 50px 10px 20px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    font-family: "Zen Maru Gothic";
    position: relative;
  }
  .news-button::after {
    content: url("../img/icon/Vector_arrow_notice.png");
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .top_notice .news-inner .Frame-pen {
    width: 103px;
    height: 120px;
    top: -64px;
    left: 100px;
    position: absolute;
  }
  /*------------gallery-section--------------*/
  .transport-gallery {
    width: 100%;
    height: auto;
    position: relative;
    /* margin: 120px 0px; */
    padding: 120px 0px;
    margin-top: -6%;
    background-color: #fffbd0;
    border-radius: 70px;
    text-align: center;
  }
  .transport-gallery .transport-gallery-title {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .transport-gallery .transport-gallery-title > div {
     display: flex;
        text-align: center;
        line-height: 2;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
  }
  .transport-gallery .transport-gallery-title > div > img {
    position: absolute;
    width: 115px;
    height: 76px;
    right: 13%;
    top: 11%;
  }

  .transport-gallery .transport-gallery-title > div > h1 {
    font-size: 40px;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    color: #333333;
    font-size: 32px;
    line-height: 1.7;
  }
  .transport-gallery .transport-gallery-title > div > p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    font-family: "Quicksand";
    color: #ed1c2a;
  }
  .transport-gallery .transport-gallery-title > span {
    font-weight: 400;
    font-size: 16px;
    font-family: "Noto Sans JP";
    color: #333333;
    margin-bottom: 64px;
  }
  .transport-gallery .transport-gallery-slide {
    position: relative;
    overflow: visible;
    background-color: white;
  }
  .transport-gallery .transport-gallery-slide .pickup-list {
    margin: 80px auto !important;
    position: relative;
    background-color: #fffbd0;
    /* width: 100% !important; */
  }
  .transport-gallery .transport-gallery-slide .pickup-list .item {
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0px 25px;
  }
  .transport-gallery .transport-gallery-slide .pickup-list .item img {
    width: 100%;
    height: auto;
    display: block;
  }
  .transport-gallery a.gallery_btn {
    position: relative;
    padding: 15px 55px 15px 32px;
    border-radius: 42px;
    background-color: #015aae;
    color: #ffffff;
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
	text-decoration:none;
  }
  .transport-gallery div.gallery_div {
    position: relative;
  }
  .transport-gallery div.gallery_div > img {
    position: absolute;
    width: 108px;
    height: 166px;
    left: 13%;
    top: -250%;
  }
  .transport-gallery a.gallery_btn::after {
    content: url("../img/icon/Vector_arrow.png");
    position: absolute;
    right: 16px;
    top: 16px;
  }

  .transport-gallery .instagram-feed {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .transport-gallery .instagram-feed .instagram-feed-inner {
    width: 100%;
    max-width: 1280px;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
/*------------------youtu-video-----------------------------------------*/
 .youtu-video{
    display: flex;
    justify-content: center;
/*     max-width: 80%; */
    height: auto;
    position: relative;
    margin: 4% auto;
	padding:8%;
    overflow: hidden;
	background-color:#E1F3FF;
  }
   .youtu-video .frame-video{
    width: 65%;
    height: 30vw;
    border-radius: 15px;
  }
  /*----------------- contact section------------------------------------- */

  .contact {
    padding: 120px 0px 150px 0px;
    background-color: #FFFFFF;
    margin-top: -2%;
  }
  .contact .contact-title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
  }
  .contact .contact-title > div {
        display: flex;
        line-height: 2;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
  }
  .contact .contact-title > div > h3 {
    font-size: 32px;
    font-weight: 700;
    font-family: "Zen Maru Gothic";
    color: #333333;
    line-height: 1.7;
  }
  .contact .contact-title > div > p {
    font-size: 20px;
    font-family: "Quicksand";
    font-weight: 700;
    color: #ed1c2a;
  }
  .contact .contact_container {
    width: 70%;
    height: auto;
    position: relative;
    background-color: #E1F3FF;
    border: 1px solid #E1F3FF;
    margin: 0 auto;
    border-radius: 70px;
    padding: 80px 100px 0px;
  }
  .contact .contact-txt > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    text-align: center;
    color: #333333;
    font-family: "Noto Sans JP";
  }

  .contact form {
    max-width: 70%;
    margin: 64px auto;
    background-color: #fff;
  }

  .contact .form-inner {
    padding: 0px 15px 0px;
    background-color: #e1f3ff;
  }

  .contact .form-inner button {
    border: none;
  }

  .contact .form-inner button::after {
    top: 25px;
  }

  .contact .form-type {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
  }

  .contact .form-item {
    padding-bottom: 30px;
  }

  .contact p.item-ttl {
    font-size: 18px;
    font-weight: 600;
  }

  .contact .isneed {
    font-size: 14px;
    font-weight: 600;
    background-color: #18603a;
    border-radius: 20px;
    padding: 0px 15px 2px;
    color: #fff;
    margin: 0 10px 0 8px;
  }

  .contact .item-input input,
  .contact .item-input textarea {
    width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 24px;
    padding: 8px;
  }

  .contact .item-input textarea {
    height: 160px;
  }

  .contact p.item-ref {
    font-size: 12px;
  }

  /* contact form 7 section */
  .contact-form-wrapper .form-group {
    border: 1px solid red;
    margin: 10px;
  }
  .contact-form-wrapper h2,
  h1,
  p {
    color: black;
  }
  .contact-form-wrapper .form-group p {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .contact-form-wrapper .form-group p:first-child {
    gap: 55px;
  }
  .contact-form-wrapper .form-group p:first-child label {
    font-weight: 700;
    font-size: 16px;
    font-family: "Zen Maru Gothic";
    line-height: 1.7;
    color: #333333;
  }
  .wpcf7-form {
    max-width: 1090px;
    margin: 0 auto;
    background-color: #fff;
  }
  /* .wpcf7-form .form-inner {
    padding: 90px 200px 100px;
  } */
  .wpcf7-form .form-inner label {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans JP";
	display:flex;
  }
  .wpcf7-form .form-inner label span.isneed {
    font-size: 14px;
    font-weight: 600;
    background-color: #f08700;
    border-radius: 5px;
    padding: 0px 15px 2px;
    color: #fff;
    margin: 0 10px 0 8px;
  }
  input.wpcf7-form-control,
  textarea.wpcf7-form-control {
    width:  100%;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 20px;
    font-family: "Zen Maru Gothic";
    padding: 8px;
/*     margin-top: 5px; */
	font-size:16px;
  }
  .form_6 input.wpcf7-submit.list-btn-green {
    background-color: #015aae;
    border-radius: 42px;
    text-align: center;
    padding: 15px 90px;
    max-width: 29vw;
    margin: 15% auto 0;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: block;
    border: none;
    font-family: "Zen Maru Gothic";
  }
  input.wpcf7-submit.list-btn-green:hover {
    background-color: #da6d00;
    color: #ffffff;
    cursor: pointer;
  }
  /* input.wpcf7-submit.list-btn-green:disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
  } */

  /* input.wpcf7-submit.list-btn-green:disabled:hover {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
  } */
  .wpcf7-form .form-inner p {
    padding-bottom: 30px;
  }
  .wpcf7-form .item-ref {
    font-size: 12px;
    font-weight: normal;
  }

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

  .wpcf7-form .form-inner p:last-child {
    position: relative;
    /* width: fit-content; */
    margin: 0 auto;
    padding-bottom: 0;
  }
/* 
  .wpcf7-form .form-inner p:last-child::after {
    content: url("../img/icon/Vector_arrow.png");
    position: absolute;
    right: 25px;
    top: 14px;
  } */
  .wpcf7-not-valid-tip {
    color: red !important;
    font-weight: bold;
    font-size: 16px !important;
  }
  .wpcf7-response-output {
    display: none;
    color: red !important;
    font-weight: bold;
    font-size: 16px;
    border: none;
    background: transparent;
    text-align: center;
    padding: 30px;
  }
  /* thanks modal */
  .cf7-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .cf7-modal-content {
    background-color: #fff;
    margin: 12% auto;
    padding: 80px 90px;
    border-radius: 8px;
    max-width: 510px;
    text-align: center;
  }

  .cf7-modal-content img {
    width: 75px;
    height: 75px;
  }

  .cf7-modal-content p {
    font-size: 16px;
    padding: 40px 0;
    color: #015aae;
  }

  #cf7-modal-close {
    border: none;
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 20px;
    background-color: #f08700;
    color: #ffffff;
  }
  #cf7-modal-close:hover {
    background-color: #015aae;
  }
  #cf7-modal-close::after {
    top: 25px;
  }
  /* contact form confirmation section */
  .hidden-fields-container {
    opacity: 0;
    display: none;
  }
  #confirmation-modal .modal-content {
    background-color: #fff;
    margin: 6% auto auto;
    padding: 80px 50px;
    border-radius: 8px;
    max-width: 590px;
    width: 100%;
  }
  #confirmation-modal .modal-content h3 {
    font-size: 28px;
    text-align: center;
    color: #18603a;
  }

  #confirmation-modal .modal-content ul {
    padding: 50px 0;
    list-style: none;
    margin: 0;
  }

  #confirmation-modal .modal-content ul li {
    font-size: 16px;
    padding-bottom: 16px;
    display: flex;
	gap:30px;
  }
#confirmation-modal .modal-content ul li div.choice {
    flex-direction: column !important;
}
#confirmation-modal .modal-content ul li div:first-of-type{
	display: flex;
    flex-direction: row;
	flex-wrap:wrap;
    gap: 8px;
}
#confirmation-modal .modal-content ul li div.choice div{
	display:flex;
	flex-direction:row;
	gap:8px;
	position:relative;
	flex-wrap:nowrap;
}
  #confirmation-modal .modal-content ul li strong {
    font-weight: 600;
    width: 50%;
    display: inline-block;
  }

  #confirmation-modal .modal-content ul li span {
    white-space: nowrap;
  }

  #confirmation-modal .modal-buttons {
    display: flex;
    gap: 25%;
    justify-content: center;
    align-items: center;
  }

  #confirmation-modal .modal-buttons button {
    margin: 0;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    color: #ffffff;
  }
  #cf-edit,
  #cf-submit {
    background-color: #f08700;
  }
  #cf-edit:hover,
  #cf-submit:hover {
    background-color: #015aae;
  }
  #cf-edit::before {
    content: url(../img/icon/arr_btn_white.png);
    position: absolute;
    left: 25px;
    top: 20px;
    transform: rotate(180deg);
  }

  #cf-edit::after {
    display: none;
  }

  #cf-submit::after {
    right: 25px;
    top: 25px;
  }
  .contact .privacy-check {
    display: inline-block;
  }
  .form-inner p:nth-last-of-type(2) {
    text-align: center;
  }
  input[type="checkbox"] {
    width: 20px;
    height: 20px;
    transform: translateY(3px);
  }
  .form_1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
  }
  .form_1 p:nth-of-type(1) {
    padding: 0 !important;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #333333;
  }
  .form_1 p:nth-of-type(2) {
    margin: 0 !important;
  }
  .form_1 .form-select {
    width: 200px;
    height: 40px;
    font-size: 16px;
    font-family: "Zen Maru Gothic";
    font-weight: 400;
    line-height: 1.7;
    color: #333333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 0px 10px;
    padding-right: 40px;
    border-radius: 4px;
    background-image: url("../img/icon/Polygon.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    cursor: pointer;
  }
  .form_2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
  .form_2 .form_content{
    position: relative;
    max-width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .form_2 .form_content> div{
    position: relative;
   
    max-width: 100%;
  }
  .form_2 .form_content> div > p{
    position: relative;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .form_2 .form_content>div >p span{
    position: relative;
    max-width: 45%;
    /* overflow: hidden; */
  }

  .form_2 p {
    margin: 0 !important;
  }
  .form_2 p:nth-of-type(1) {
    padding: 0 !important;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    line-height: 2.7;
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
  }
  .form_2 p:nth-of-type(2) {
    width: 60% !important;
  }
  .form-inner > div {
    margin: 20px 0px;
  }
  .form_3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 104px;
  }
  .form_3 p {
    margin: 0 !important;
    white-space: nowrap;
  }
  .form_3 .form_content {
    position: relative;
    max-width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .form_3 .form_content > div {
    position: relative;
    max-width: 100%;
  }
  .form_3 .form_content>div > p {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .form_3 .form_content>div > p  span {
    position: relative;
    max-width: 45%;
  }
  .form_3 p:nth-of-type(1) {
    padding: 0 !important;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    line-height: 2.7;
    font-weight: 700;
    color: #333333;
  }
  .form_3 p:nth-of-type(2) {
    width: 60% !important;
  }
  .form_4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 120px;
  }
  .form_4 p {
    margin: 0 !important;
  }
  .form_4 p:nth-of-type(1) {
    padding: 0 !important;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #333333;
  }
  .form_4 p:nth-of-type(2) {
    width: 60% !important;
  }
  .form_7 {
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 105px;
  }
  .form_7 p {
    margin: 0 !important;
  }
  .form_7 p:nth-of-type(1) {
    padding: 0 !important;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #333333;
  }
  .form_7 p:nth-of-type(2) {
    width: 60% !important;
  }
  .form_7 {
    transition: all 0.3s ease-in-out;
  }
  .form_5 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10%;
  }
.form_5 .form-group-time {
    position: relative;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 13px;
}
  .form_5 p {
    margin: 0 !important;
  }
  .form_5 p:nth-of-type(1) {
    padding: 0 !important;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #333333;
  }
.form_5 .form-group-time div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 8%;
    width: 100%;
}
.form_5 .form-group-time div:last-child p:first-child span{
	color:#333333 !important;
}
.form_5 .form-group-time div p:first-child span {
    color: red;
}
  .form_5 p:nth-of-type(2) {
    width: 43% !important;
  }
  .form_5 .form-select {
    width: 180px;
    height: 40px;
    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.7;
    color: #333333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 0px 10px;
    padding-right: 40px;
    border-radius: 4px;
    background-image: url("../img/icon/Polygon.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    cursor: pointer;
    margin: 8px 0px;
  }
  .form_5 {
    transition: all 0.3s ease-in-out;
  }
  .form_8{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 56px;
  }
  .form_8 p:nth-of-type(1) {
    padding: 0 !important;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #333333;
  }
  .form_8 p:nth-of-type(2){
    width: 65% !important;
    margin: 0 !important;
  }

  .form_8 .wpcf7-list-item{
    margin: 0 0 0 0;
  }
.form_8 .wpcf7-list-item span{
	font-size:16px;
    font-family: "Zen Maru Gothic";
	font-weight:500;
	color:#333333;
}
  .form_8 .form-radio{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        gap: 40px;
  }
  .form_8 .form-radio input[type="radio"]{
    width: 14px;
    height: 14px;
  }
  .form_9{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
  }
  .form_9 p:nth-of-type(1) {
    padding: 0 !important;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
  }
  .form_9 p:nth-of-type(2) {
    margin: 0 !important;
  }
  .form_9 .form-select {
    min-width: 200px;
    height: 40px;
    font-size: 16px;
    font-family: "Zen Maru Gothic";
    font-weight: 400;
    line-height: 1.7;
    color: #333333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 0px 10px;
    padding-right: 40px;
    border-radius: 4px;
    background-image: url(../img/icon/Polygon.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    cursor: pointer;
}
.form_10{
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 118px;
}
.form_10 p:nth-of-type(1) {
  padding: 0 !important;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
}
.form_10 .form_content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  max-width: 63%;
}
.form_10 p:nth-of-type(2) {
  padding: 0 !important;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
  width: 100%;
}
.form_10 p:nth-of-type(3) {
  padding: 0 !important;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #333333;
  /* white-space: nowrap; */
}
.form_para{
   margin: 0 !important;
}
.form_11{
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 84px;
}
.form_11 p:nth-of-type(1) {
  padding: 0 !important;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
}
.form_11 .form_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  max-width: 75%;
  gap: 16px;
}
.form_11 .form_content .wpcf7-not-valid-tip{
	display:none;
}
.form_11 .form_content div{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 32px;
}
.form_11 .form_content div:nth-of-type(4)>div>p{
    margin-left: 17%;
}
.form_11 .form_content div p:nth-of-type(1) {
  padding: 0 !important;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
  }
  .form_11 .form_content div p:nth-of-type(2){
    position: relative;
    max-width: 100%;
	  display: flex;
  } 
  .form_11 .form-radio{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 16px;
    flex-wrap: wrap;
  }
  .form_11 .form_content div:last-of-type p{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 20px;
  }
  .form_11 .form_content div:last-of-type p .wpcf7-form-control-wrap{
    max-width: 45%;
    position: relative;
  }
  .form_11 .form-radio input[type="radio"] {
    width: 14px;
    height: 14px;
  }
  .form_11 .wpcf7-list-item {
    margin: 0 0 0 0;
}
.form_11 .wpcf7-list-item .wpcf7-list-item-label{
	font-family: "Zen Maru Gothic";
	font-size: 16px;
	font-weight: 500;
	color: #333333;
    white-space: nowrap;
}
.form_12{
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 68px;
}
.form_12 p:nth-of-type(1) {
  padding: 0 !important;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
}
.form_12 .form_content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 16px;
  max-width: 65%;
}
.form_12 .form_content >div:first-of-type{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  max-width: 100%;
}
.form_12 .form_content div  p:nth-of-type(1) {
  padding: 0 !important;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
}
.form_12 .form_content div  p:nth-of-type(2){
	padding: 0 !important;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
}
.form_12 .form_content div:first-of-type >div{
	
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  gap: 6px;
}
.form_12 .form_content div:first-of-type >div p:last-of-type{
	max-width:98%;
	position:relative;
	width:100%;
}
.form_12 .form_content div:first-of-type >div p:last-of-type  .auto_btn{
	padding: 10px;
    font-size: 16px;
    background-color: #cbddf5;
	font-family: "Zen Maru Gothic";
	color: #333333;
	white-space: nowrap;
	font-weight:500;
	cursor:pointer;
}
.form_12 .form_content div:first-of-type >div >div > p{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  max-width: 100%;
  gap: 20px;

}
/* .form_12 .form_content div:first-of-type >div p:last-of-type span:nth-of-type(2){
	width:25px;
	height:0px;
	border:1px solid black;
	margin-left:3%;
	
} */
.form_12 .form_content div:first-of-type >div >div > p .wpcf7-form-control-wrap {
  max-width: 47%;
  position: relative;
  width:35%;
  /* overflow: hidden; */
}
.form_12 .form_content div:first-of-type >div >p{
  margin: 0;
}
.form_12 .form_content div:first-of-type >div >p >input[type="button"]{
  padding: 10px;
  background-color: #cbddf5;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.form_12 .form_content >div:nth-of-type(2){
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  max-width: 100%;
  gap: 10px;

}
.form_12 .form_content >div:nth-of-type(2) >p{
  padding: 0 !important;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
}
.form_12 .form_content >div:nth-of-type(2) >p .form-select{
  min-width: 200px;
  height: 40px;
  font-size: 16px;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0px 10px;
  padding-right: 40px;
  border-radius: 4px;
  background-image: url(../img/icon/Polygon.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  cursor: pointer;
}
.form_12 .form_content >div:nth-of-type(3){
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  max-width: 100%;
  gap: 14%;
}
.form_12 .form_content >div:nth-of-type(3) div{
     max-width: 39%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}
.form_12 .form_content >div:nth-of-type(3) div p:nth-of-type(2){
  max-width: 100%;
  margin: 0;
}
.form_13{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;

}
.form_13 p:nth-of-type(1) {
  padding: 0 !important;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
}
.form_13 p:nth-of-type(2){
  width:  60% !important;
  margin: 0 !important; 
  min-height: 150px;
  position: relative;
}
  /*----------------footer-section----------------*/
  .footer {
    background-color: #015AAE;
    color: white;
    padding: 30px 20px 10px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    text-align: center;
    margin-top: -3%;
	position:relative;
  }

  .footer-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 95%;
    margin: 2% auto;
  }

  .footer-logo img {
    height: 57px;
    width: 220px;
  }

  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.385vw;
  }

  .footer-nav a {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.042vw;
    font-family: "Zen Maru Gothic";
    line-height: 1.7;
    color: #ffffff;
  }

  .footer-nav a:hover {
    opacity: 0.7;
  }

  .footer-contact {
    text-align: center;
  }

  .contact-button {
    display: inline-block;
    background-color: #fff47e;
    color: #333333;
    padding: 16px 56px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Zen Maru Gothic";
    line-height: 1.7;
    font-size: 1.042vw;
  }

  .contact-button span {
    font-size: 12px;
    display: block;
    font-weight: 700;
    font-family: "Zen Maru Gothic";
    line-height: 1.7;
    color: #ed1c2a;
  }

  .footer-copy {
    font-size: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.7;
    font-family: "Zen Maru Gothic";
  }
  /*---------------about us--------------------*/
  .page-title {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e1f3ff;
    z-index: -1;
  }
  .page-title .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 15% 0% 8%;
    background-color: #e1f3ff;
	gap:12px;
  }
  .page-title .content h4 {
    color: #015aae;
    font-family: "Quicksand";
	font-weight:700;  
	font-size:20px;  
  }
	.page-title .content h1{
		font-weight:700;
		font-family:"Zen Maru Gothic";
		font-size:32px;
		line-height:170%;
	}
  /*-------------message-section--------------*/
  .message-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    border-radius: 70px;
    margin-top: -2%;
    padding: 4% 0% 8% 0%;
  }
  .message-section .message-container {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 4% 0% 8% 0%;
  }
  .message-section .message-container .message-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
	gap:12px;
  }
  .message-section .message-title h5 {
    font-family: Quicksand;
    color: #015aae;
    font-style: normal;
	font-weight:700;
	font-size:16px;
	line-height:170%;
  }
	.message-section .message-title h2{
	font-size: 28px;
    font-weight: 700;
    font-family: 'Zen Maru Gothic';
    line-height: 170%;	
	}
  .message-section .message-container .message-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 8%;
    padding-top: 2%;
  }
  .message-section .message-container .message-content img {
    width: 500px;
    height: 550px;
    object-fit: cover;
  }
  .message-section .message-container .message-content .message-body {
    /* width: 50%; */
  }
  .message-section .message-container .message-content .message-body p {
    font-size: 16px;
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    line-height: 250%;
	font-style:Medium;
    color: #333333;
  }
  /*-----------------secret-section---------*/
  .secret-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fffbd0;
    border-radius: 70px;
    margin-top: -8%;
  }
  .secret-section .secret-container {
    max-width: 90%;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8% 0%;
  }
  .secret-section .secret-container .secret-title p {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 44px;
    line-height: 1.7;
  }
  .secret-section .secret-container .secret-title p span:nth-child(1) {
    background-color: #ffcf67;
    border-radius: 40px;
    padding: 1px 14px;
    position: absolute;
    margin-left: -120px;
    color: #ed1c2a;
  }
  .secret-section .secret-container .secret-title p span:nth-child(2) {
    background-color: #ffcf67;
    border-radius: 40px;
    padding: 1px 14px;
    position: absolute;
    margin-left: -58px;
    color: #ed1c2a;
  }
  .secret-section .secret-container .secret-title p span:nth-child(3) {
    background-color: #ffcf67;
    border-radius: 40px;
    padding: 6px 14px;
    color: #ed1c2a;
  }
  .secret-section .secret-container .secret-title p span:nth-child(4) {
    color: #ed1c2a;
  }
  .secret-section .secret-container .secret-title p span:nth-child(5) {
    color: #ed1c2a;
  }
  .secret-section .secret-container .secret-title p span:nth-child(6) {
    font-size: 36px;
  }
  .secret-section .secret-container .secret-body {
    position: relative;
    width: 100%;
    height: auto;
  }
  .secret-section .secret-container .secret-body .secret-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 8% 8% 4% 8%;
    gap: 24px;
  }
  .secret-section .secret-container .secret-body .secret-content p.secret-subtitle {
    font-family: "Quicksand";
    font-weight: 900;
    font-size: 24px;
    line-height: 1.7;
    color: #333333;
    padding-left: 4%;
  }
  .secret-section .secret-container .secret-body .secret-content p span:nth-child(1) {
    background-color: #ffcf67;
    padding: 4px 8px;
    border-radius: 40px;
    color: #ed1c2a;
    font-weight: 600;
    font-size: 36px;
  }
  .secret-section .secret-container .secret-body .secret-content p span:nth-child(2) {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 36px;
    line-height: 1.7;
    color: #333333;
    padding-left: 12px;
  }
  .secret-section .secret-container .secret-body .secret-content .secret-content-item {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-radius: 70px;
    gap: 12%;
    background-color: #ffffff;
    padding: 4%;
  }
  .secret-section .secret-container .secret-body .secret-content .secret-content-item .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 20px;
  }
  .secret-section .secret-container .secret-body .secret-content .secret-content-item .item-text p {
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #333333;
  }
  .secret-section .secret-container .secret-body .secret-content .secret-content-item img {
    width: 500px;
    height: 320px;
    object-fit: cover;
  }

  .secret-section .secret-container .secret-body-1 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .secret-section .secret-container .secret-body-1 .secret-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 4% 8% 4% 8%;
    gap: 24px;
  }
  .secret-section .secret-container .secret-body-1 .secret-content p.secret-subtitle {
    font-family: "Quicksand";
    font-weight: 900;
    font-size: 24px;
    line-height: 1.7;
    color: #333333;
    padding-left: 4%;
  }
  .secret-section .secret-container .secret-body-1 .secret-content p span:nth-child(1) {
    background-color: #ffcf67;
    padding: 4px 8px;
    border-radius: 40px;
    color: #ed1c2a;
    font-weight: 600;
    font-size: 36px;
  }
  .secret-section .secret-container .secret-body-1 .secret-content p span:nth-child(2) {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 36px;
    line-height: 1.7;
    color: #333333;
    padding-left: 12px;
  }
  .secret-section .secret-container .secret-body-1 .secret-content .secret-content-item {
    /* display: flex; */
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-radius: 70px;
    gap: 12%;
    background-color: #ffffff;
    padding: 4%;
  }
  .secret-section .secret-container .secret-body-1 .secret-content .secret-content-item .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 32px;
  }
  .secret-section .secret-container .secret-body-1 .secret-content .secret-content-item .item-text p {
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #333333;
  }
  .secret-section .secret-container .secret-body-1 .secret-content .secret-content-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .secret-section .secret-container img.secret-img {
    width: 122px;
    height: 178px;
    position: absolute;
    top: -3%;
    right: 8%;
  }
  .secret-section .secret-container img.secret-img-2 {
    width: 103px;
    height: 121px;
    position: absolute;
    bottom: -3%;
    left: 4%;
  }
  /*----------------company-section-----------------------*/
  .company-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e1f3ff;
    padding: 10% 0px;
    z-index: -1;
  }
  .company-section .company-container {
    max-width: 50%;
    height: auto;
    position: relative;
    border-radius: 70px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 96px;
    /* border: 1px solid red; */
  }
  .company-section .company-container .company-content {
    max-width: 100%;
    height: auto;
    position: relative;
    /* padding: 160px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .company-section .company-container .company-content .company-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding-left: 4%;
  }
	.company-section .company-container .company-content .company-title h3{
		font-family:'Zen Maru Gothic';
		font-size:24px;
		font-weight:700;
		line-height:170%;
	}
  .company-section .company-container .company-content .company-title h5 {
    color: #015aae;
    font-family: "Quicksand";
	font-weight:700;
	font-size:16px;
	line-height:170%;
  }
  .company-section .company-container .company-content .company-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 55%;
  }
  .company-section .company-container .company-content .company-detail .detail h5 {
    font-weight: 500;
	font-size:16px;

  }
.company-section .company-container .company-content .company-detail .publish h5:nth-child(2){
	margin-left:14px;
}
  .company-section .company-container .company-content .company-detail .detail {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
    padding: 14px 0px;
    border-bottom: 1px dashed #a4a4a4;
    width: 100%;
  }

  .company-section .company-container .company-content .company-detail .detail:last-child {
    border-bottom: none;
  }
  /*------------kakegawa-top-section-------------------*/
  .kakegawa-top-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fffbd0;
  }
  .kakegawa-top-section .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16% 0% 10% 0%;
	gap:16px;
  }
.kakegawa-top-section .content h1{
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:32px;
	line-height:170%;
	color:#333333;
}
.kakegawa-top-section .content h3{
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:24px;
	line-height:170%;
	color:#333333;
}
  .kakegawa-top-section .content h4 {
    font-family: "Quicksand";
    color: #ed1c2a;
	font-weight:700;
	font-size:20px;
	line-height:170%;
  }
  /*-----------headmaster-section-----------------------*/
  .headmaster-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    border-radius: 70px;
    margin-top: -4%;
	z-index:2;
  }
  .headmaster-section .headmaster-container {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 12%;
    padding: 8% 0%;
  }
  .headmaster-section .headmaster-container .headmaster-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 16px;
  }
.headmaster-section .headmaster-container .headmaster-message .headmaster-title{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
} 
.headmaster-section .headmaster-container .headmaster-message .headmaster-title h3{
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:24px;
	line-height:170%;
	color:#333333;
}
  .headmaster-section .headmaster-container .headmaster-message h5 {
    font-family: "Quicksand";
    color: #015aae;
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:16px;
  }
  .headmaster-section .headmaster-container .headmaster-message p {
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 170%;
  }
  .headmaster-section .headmaster-container img {
    width: 319px;
    height: 272px;
    object-fit: cover;
  }
  /*------------access-sesction---------------*/
  .access-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 12% 0%;
    margin-top: -6%;
    border-radius: 70px;
	z-index:1;
  }
  .access-section .background-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e1f3ff;
    z-index: -1;
    border-radius: 70px;
  }
  .access-section .container {
    max-width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 70px;
    padding: 4% 4%;
    gap: 36px;
    z-index: 1;
  }
  .access-section .container h1 {
    color: #015aae;
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:32px;
	line-height:170%;
  }
  .access-section .container .map-content {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 8%;
  }
.access-section .container .map-content .map-text h4{
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:20px;
	line-height:170%;
	color:#333333;
}
  .access-section .container .map-content .map-body {
    width: auto;
    height: 100%;
    position: relative;
  }
  .access-section .container .map-content .map-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 24px;
  }
  .access-section .container .map-content .map-text p {
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    color: #333333;
  }
  .access-section .container .map-content .map-text a {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #333333;
    padding: 16px 55px 16px 80px;
    background-color: #fff47e;
    border-radius: 30px;
  }
  .access-section .container .map-content .map-text a::before {
    content: url(../img/icon/icon-map.svg);
    position: absolute;
    left: 42px;
    top: 12px;
    /* transform: rotate(180deg); */
  }
  /*--------------study-room-section----------------*/
  .study-room-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fffbd0;
    padding: 16% 0% 4% 0%;
    margin-top: -4%;
/*     z-index: -2; */
  }
#study-room-section{
	scroll-margin-top: 172px;
}
  .study-room-section .container {
    max-width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8% 16%;
    gap: 56px;
    border-radius: 70px;
  }
  .study-room-section .container .item-1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    gap: 16%;
  }
  .study-room-section .container .item-1 img {
    width: 312px;
    height: 225px;
    object-fit: cover;
    box-shadow: 10px 10px 20px white inset;
  }
  .study-room-section .container .item-1 .item-1-container p {
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    color: #333333;
  }
  .study-room-section .container .item-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    gap: 8%;
    margin-left: 13%;
  }
  .study-room-section .container .item-2  a{
    position: absolute;
    padding: 1vw 4vw 1vw 3vw;
    border-radius: 42px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Zen Maru Gothic";
    background-color: #015aae;
    color: #ffffff;
    text-decoration: none;
    bottom: -5vw;
    right: 0vw;
    cursor: pointer;
  }
  .study-room-section .container .item-2  a::after{
        content: url(../img/icon/Vector_arrow.png);
        position: absolute;
        right: 1vw;
        top: 1vw;
  }
  .study-room-section .container .item-2 img {
    width: 253px;
    height: 188px;
    object-fit: cover;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .study-room-section .container .item-2 .item-1-container p {
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    color: #333333;
  }
  .study-room-section .container .item-title {
    position: absolute;
    display: inline-block;
    top: -4%;
/*     right: 26%; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 24px;
    padding: 16px 40px;
    border: 2px solid #015aae;
    background-color: #e1f3ff;
    gap: 10px;
  }
  .study-room-section .container .item-title h1 {
    color: #015aae;
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:32px;
	line-height:170%;
  }
  .study-room-section .container .item-title span {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
    color: #333333;	
}
  /*-----------class-section--------------*/
  .class-section {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    margin: 10% 0%;
    padding: 5% 0% 5% 0%;
    border-radius: 70px;
  }


  .class-fe .item-container{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    width: 80% !important;
    gap: 10%;

  }
  .class-fe .item-container .item-1-fe{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .class-fe .item-container .item-1-fe .item-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: 80%;
    right: -80%;
  }
  .class-fe .item-container .item-1-fe img{
    width: auto;
    height: auto;
    object-fit: cover;
  }
 .class-fe .item-container .item-2-fe{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
 }
 .class-fe .item-container .item-2-fe img{
   width: auto;
    height: auto;
    object-fit: cover;
 }
 .class-fe .item-container .item-3-fe{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
 }
 .class-fe .item-container .item-3-fe img{
   width: auto;
    height: auto;
    object-fit: cover;
 }

   .class-fe .item-container-2{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    width: 80% !important;
    left: 3%;
  }
  .class-fe .item-container-2 .item-1-fe img{
    width: auto;
    height: auto;
    object-fit: cover; 
  }
  .class-fe .item-container-2 .item-2-fe{
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .class-fe .item-container-2 .item-2-fe img{
    width: auto;
    height: auto;
    object-fit: cover; 
  }

  
  .class-section .item-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* max-width: 100%; */
    height: auto;
    position: relative;
    /* gap: 8%; */
    width: 41vw;
  }
  .class-section .item-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    /* max-width: 100%; */
    height: auto;
    position: relative;
    gap: 5%;
    width: 40vw;
  }
  .class-section .item-container .item-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .class-section .item-container .item-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 47%;
    margin-top: -4%;
  }
  .class-section .item-container-2 .item-1{
    margin-right: 61%;
  }
  .class-section .item-container-2 .item-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .class-section .item-container-2 .item-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 55%;
  }
  .class-section .item-container-2 .item-3 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .class-section .item-container-2 .item-4{
   margin-top: -8%;
   display: flex;
   flex-direction: column;
   align-items: center;
   position: relative;
  }
  .class-section p {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
  }
  .class-section .item-container .item-1 {
    display: block;
    position: relative;
    left: 53%;
  }
  .class-section .item-container .item-1 img {
    width: 242px;
    height: 323px;
    object-fit: cover;
  }
  .class-section .item-container .item-2 img {
    width: 22vw;
    height: auto;
    object-fit: cover;
  }
  .class-section .item-container .item-3 img {
    width: 22vw;
    height: auto;
    object-fit: cover;
  }
  .class-section .item-container-2 .item-1 img {
    width: 16vw;
    height: auto;
    object-fit: cover;
  }
  .class-section .item-container-2 .item-2 img {
    width: 320px;
    height: 240px;
    object-fit: cover;
  }
  .class-section .item-container-2 .item-3 img {
    width: 320px;
    height: 240px;
    object-fit: cover;
  }
  .class-section .item-container-2 .item-4 img {
    width: 22vw;
    height: auto;
    object-fit: cover;
  }
  .class-section .item-container .item-1 .item-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: 88%;
    right: -75%;
  }
  .class-section p.circle-title {
    position: absolute;
    top: -4%;
/*     left: 45%; */
  }
  .class-fe p.circle-title{
    position: absolute;
    top: -2%;
  }
  .class-section p span {
    padding: 2px 14px;
    background-color: #ffcf67;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 32px;
    line-height: 1.7;
    color: #333333;
    border-radius: 30px;
    text-align: center;
    position: absolute;
  }
  .class-section p span.circle-4 {
    top: 0%;
    left: 150px;
  }
  .class-section p span.circle-3 {
    top: 0%;
    left: 100px;
  }
  .class-section p span.circle-2 {
    top: 0%;
    left: 50px;
  }
  .iwata-study .class-section > div{
    width: 83vw;
    display: flex;
  }
  /*---------------------Iwata-top-section-------------*/
  .Iwata-top-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fffbd0;
  }
  .Iwata-top-section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10% 0% 12% 0%;
	gap:8px;
  }
.Iwata-top-section .container h1{
	font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 32px;
    line-height: 170%;
    color: #333333;
    padding: 0;
    margin: 0;
}
  .Iwata-top-section .container h4 {
    font-family: "Quicksand";
    color: #ed1c2a;
	  font-weight: 700;
    font-size: 20px;
    line-height: 170%;
  }
  .iwata .headmaster-container .headmaster-message p {
    line-height: 180% !important;
  }
  .iwata .headmaster-container img {
    width: 256px;
    height: 361px;
    object-fit: cover;
  }
  .iwata-study {
    padding: 4% 0% 1% 0% !important;
  }
/*   .iwata-study .class-section .item-container {
    gap: 28%;
	margin-left:20%;
  }

  .iwata-study .class-section .item-container-2 {
    margin-top: -6%;
    gap: 24%;
    margin-left: 32%;
  } */
  /*------------------------price-top-bk--------------*/
  .price-top-bk {
    width: 100%;
    height: auto;
    background-color: #fffbd0;
    position: relative;
    padding: 12% 0%;
  }
  .price-top-bk .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
	gap:12px;
  }
.price-top-bk .container h1{
	font-weight: 700;
    font-size: 32px;
    line-height: 170%;
    color: #333333;
} 
  .price-top-bk .container h4 {
    font-family: "Quicksand";
    color: #ed1c2a;
	font-weight: 700;
    font-size: 20px;
    line-height: 170%;
  }
  /*---------price-section-----------*/
  .price-section {
/*     min-width: 1280px; */
    height: auto;
    position: relative;
    background-color: #ffffff;
    padding: 8% 80px;
    border-radius: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: -4%;
  }
  .price-section .price-event {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90%;
    gap: 24px;
/* 	min-width:1280px; */
  }
  .price-section .price-event a {
    font-size: 20px;
    font-family: "Zen Maru Gothic";
    line-height: 170%;
    color: #015aae;
    padding: 20px 47px;
    border-radius: 70px;
    border: 3px solid #015aae;
    background-color: #ffffff;
    width: 20vw;
    text-align: center;
	font-weight:700;
  }
  .price-section .price-event a.item-2 {
    padding: 13px 60px;
    line-height: 120%;
  }
  .price-section .price-event a:hover {
    background-color: #015aae;
    color: #ffffff;
  }
  .price-section .price-instruction {
    width: 75%;
    height: auto;
    position: relative;
    border-radius: 70px;
    padding: 64px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e1f3ff99;
    gap: 16px;
  }
.price-section .price-instruction h1{
	 font-weight: 700;
    font-size: 32px;
    line-height: 170%;
    color: #333333;
	margin-bottom:20px;
}
.price-section .price-instruction h4{
	 font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    color: #333333;
}
  .price-section .price-instruction .price-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
  }
  .price-section .price-instruction .price-content .price-value {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .price-section .price-instruction .price-content .price-value .price-fee {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .price-section .price-instruction .price-content .price-value .price-fee h4.price-fee-value {
    color: #ed1c2a;
	font-family:"Zen Maru Gothic";
	font-weight: 700;
    font-size: 20px;
    line-height: 170%;
	 
  }
  .price-section .price-instruction .price-content .price-value .price-expense {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .price-section .price-instruction .price-content .price-value .price-expense h4.price-expense-value {
    color: #ed1c2a;
  }
  .price-section .price-instruction p {
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    color: #333333;
  }
  /*-------------------------------------------*/
  .stadium-detail {
    border: 1px solid #b9b9b9;
    background-color: #fff;
    width: 100%;
  }
  .score-table tbody tr:first-child {
    background-color: #015aae;
    color: white;
  }
  .score-table tbody tr td:nth-child(1),
  .score-table tbody tr td:nth-child(2),
  .score-table tbody tr td:nth-child(3) {
    width: 33%;
  }
  .score-table tbody tr:first-child th {
    padding: 2%;
    font-size: 20px;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    line-height: 170%;
    color: #ffffff;
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
  }
  .score-table tbody tr:first-child td {
    padding: 10px 12px;
    font-size: 20px;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    line-height: 170%;
    color: #ffffff;
  }
  .score-table tbody tr:first-child td:last-child {
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
  }
  .score-table tbody tr:first-child td:nth-child(2) {
    border-bottom: 1px solid #b9b9b9;
  }
  .score-table tbody tr:nth-child(2) th,
  .score-table tbody tr:nth-child(3) th,
  .score-table tbody tr:nth-child(4) th,
  .score-table tbody tr:nth-child(5) th,
  .score-table tbody tr:nth-child(6) th,
  .score-table tbody tr:nth-child(7) th {
    padding: 10px 12px;
    font-size: 18px;
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    line-height: 170%;
    color: #333333;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
  }
  .score-table tbody tr:nth-child(2) td:last-child,
  .score-table tbody tr:nth-child(3) td:last-child,
  .score-table tbody tr:nth-child(4) td:last-child,
  .score-table tbody tr:nth-child(5) td:last-child {
    padding: 10px 12px;
    font-size: 18px;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    line-height: 170%;
    color: #ed1c2a;
    /* border-right: 1px solid #b9b9b9; */
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
  }
  .score-table tbody tr:nth-child(6) td:last-child,
  .score-table tbody tr:nth-child(7) td:last-child {
    padding: 10px 12px;
    font-size: 18px;
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    line-height: 170%;
    color: #333333;
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
  }
  .score-table tbody tr:nth-child(2) td:nth-child(2),
  .score-table tbody tr:nth-child(3) td:nth-child(2),
  .score-table tbody tr:nth-child(4) td:nth-child(2),
  .score-table tbody tr:nth-child(5) td:nth-child(2),
  .score-table tbody tr:nth-child(6) td:nth-child(2),
  .score-table tbody tr:nth-child(7) td:nth-child(2) {
    padding: 10px 12px;
    font-size: 18px;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    line-height: 170%;
    color: #ed1c2a;
    border-bottom: 1px solid #b9b9b9;
  }
  .score-table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    text-align: left;
  }
  .score-table .tr .td {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .price-section .price-instruction ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 16px;
  }
  .price-section .price-instruction ul li {
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    color: #333333;
  }
  /*----------course-section----------*/
  .course-section {
    width: 75%;
    height: auto;
    position: relative;
    border-radius: 70px;
    padding: 64px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e1f3ff99;
    gap: 36px;
  }
.course-section h1{
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:32px;
	line-height:100%;
	color:#333333;
}
.course-section h3{
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:24px;
	line-height:170%;
	color:#333333;
}
.course-section h4{
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:20px;
	line-height:170%;
	color:#333333;
}
  .course-section .course-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 16px;
  }
  .course-section .course-content .monthly {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .course-section .course-content .monthly h4:nth-child(2) {
    color: #ed1c2a !important;
	font-family:'Zen Maru Gothic';
	font-size:20px;
	font-weight:700;
	line-height:170%;
	color:#333333;
  }
  .course-content ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }
  .course-content ul li {
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #333333;
  }
  /*---------study-room-1-section-----------*/
  .study-room-1-section {
    width: 75%;
    height: auto;
    position: relative;
    border-radius: 70px;
    padding: 64px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e1f3ff99;
    gap: 36px;
  }
	#study-room-1-section{
	scroll-margin-top: 150px;
	}
.study-room-1-section h1{
	font-family:"Zen Maru Gothic";
	font-size:32px;
	font-weight:700;
	line-height:100%;
	color:#333333;
}
.study-room-1-section h3{
	font-family:"Zen Maru Gothic";
	font-size:24px;
	font-weight:700;
	line-height:170%;
	color:#333333;
}
  .study-room-1-section .study-room-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 16px;
  }
  .study-room-1-section .study-room-content .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .study-room-1-section .study-room-content .time ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
  }
  .study-room-1-section .study-room-content p {
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    color: #333333;
  }
  .study-room-1-section .study-room-content .time p,
  .study-room-1-section .study-room-content .time ul li {
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #333333;
  }
  .item-detail {
    border: 1px solid #b9b9b9;
    background-color: #fff;
    width: 70%;
  }
  .item-detail-line {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .item-detail-line-header-first {
    width: 100%;
    border-left: 1px solid #b9b9b9;
    background-color: #015aae;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .item-detail-line-header-first p {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 4% 4% !important;
    line-height: 170%;
    font-family: "Zen Maru Gothic" !important;
  }

  .item-detail-item {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .item-detail-line .item-detail-item:nth-child(2) {
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
  }
  .item-detail-line .item-detail-item:nth-child(2) p {
    color: #ed1c2a !important;
  }
  .item-detail-item p {
    color: #333333 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 4% 4% !important;
    line-height: 170%;
    font-family: "Zen Maru Gothic" !important;
  }
  .study-room-1-section a {
    padding: 1% 6% 1% 4%;
    border-radius: 42px;
    background-color: #015aae;
    color: #ffffff;
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    position: relative;
  }
  .study-room-1-section a::after {
    content: url("../img/icon/Vector.svg");
    position: absolute;
    right: 20px;
    top: 23%;
  }
  .study-room-1-section .score-table tbody tr td:first-child,
  .study-room-1-section .score-table tbody tr td:last-child {
    width: 50%;
  }
  /*-----------------premium-section--------------*/
  .premium-section {
    width: 75%;
    height: auto;
    position: relative;
    border-radius: 70px;
    padding: 64px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e1f3ff99;
    gap: 32px;
  }
.premium-section h1{
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:32px;
	line-height:100%;
	color:#333333;
}
.premium-section h3{
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:20px;
	line-height:170%;
	color:#333333;
}
  .premium-section .premium-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 16px;
  }
  .premium-section .premium-content .premium-fee {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .premium-section .premium-content .premium-fee .premium-fee-value {
    color: #ed1c2a !important;
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:20px;
	line-height:170%; 
  }
  .premium-section .premium-content p {
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #333333;
  }
  /*---------------------contact-section----------------*/
  .price-contact-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 12% 0% 3% 0%;
    margin-top: -10%;
  }
  .price-contact-section .price-contact-bk {
    background-color: #fffbd0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
  .price-contact-section .contact-container {
    width: 75%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12%;
  }
  .price-contact-section .contact-container .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 32px;
  }
.price-contact-section .contact-container .contact-content h1{
	font-family:"Zen Maru Gothic";
	font-size:32px;
	font-weight:700;
	line-height:100%;
	color:#333333;
}
  .price-contact-section .contact-container .contact-content a {
    padding: 16px 80px 16px 80px;
    background-color: #fff47e;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 32px;
    line-height: 170%;
    color: #ed1c2a;
    border-radius: 40px;
    position: relative;
  }
  .price-contact-section .contact-container .contact-content a::after {
    content: url(../img/icon/red-arrow.svg);
    position: absolute;
    top: 18%;
    right: 5%;
  }
  .price-contact-section .contact-container img {
    width: 242px;
    height: 355px;
    object-fit: cover;
  }
  /*--------------notification-section------------------*/
  .notification-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 16% 0% 10% 0%;
    /* background-color: #e1f3ff99; */
  }
  .notification-section .notification-container {
    max-width: 100vw;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .notification-section .notification-container .notification-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #e1f3ff99;
    margin-bottom: 4vw;
	gap:12px;
  }
.notification-section .notification-container .notification-header h1{
	font-family:"Zen Maru Gothic";
	font-weight:700;
	font-size:32px;
	line-height:170%;
	color:#333333;
}
  .notification-section .notification-container .notification-header h4 {
    color: #ed1c2a;
    font-family: "Quicksand";
	font-weight:700;
	font-size:20px;
	line-height:170%; 
  }
  .notification-section .notification-content-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e1f3ff99;
    z-index: -1;
  }
  .notification-section .notification-container .notification-content-block {
    width: 100%;
    background-color: #ffffff;
    border-radius: 70px;
  }
  .notification-section .notification-container .notification-content {
    padding: 100px 0px;
    width: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .notification-section .notification-container .notification-content .notification-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 12vw;
    padding: 28px 8px;
    border-bottom: 1px solid #e0e0e0;
  }
  .notification-section .notification-container .notification-content .notification-item h6 {
    font-family: "Quicksand";
    font-weight: 500;
    color: #6c6c6c;
    font-size: 14px;
  }
  .notification-section .notification-container .notification-content .notification-item h5 {
    font-weight: 500;
    color: #333333;
    font-size: 16px;
  }
  .notification-section .notification-container .notification-content .notification-item .notification-item-title .notification-item-subtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  /* arrow notificaton */

  .pagination {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    flex-wrap: wrap;
  }

  .page-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border: 2px solid #015aae;
    border-radius: 50vw;
    text-decoration: none;
    color: #015aae;
    font-weight: 600;
    transition: 0.3s;
    font-size: 16px;
    font-family: "Quicksand";
  }

  .start {
    position: relative;
    color: #000000;
    display: block;
  }

  .start::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: 2px solid #015aae;
    border-right: 2px solid #015aae;
    transform: rotate(225deg);
    position: absolute;
    top: 40%;
    left: 22px;
  }

  .end {
    position: relative;
    color: #000000;
    display: block;
  }

  .end::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: 2px solid #015aae;
    border-right: 2px solid #015aae;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 22px;
  }
  .pagination .prev,
  .pagination .next {
    display: none;
  }
  .page-btn:hover.start::after,
  .page-btn:hover.end::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .page-btn:hover {
    background-color: #015aae;
    color: #fff;
  }

  .page-btn.active {
    background-color: #015aae;
    color: white;
  }

  a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  /*-------------single-post-----------------*/
  .all {
    width: 100%;
    height: auto;
    position: relative;
  }
  .all-item {
    /* height: 100%; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e1f3ff99;
    position: absolute;
    z-index: -1;
  }
  .single-top {
    width: 100%;
    height: auto;
    padding: 10% 0% 1% 0%;
    /* background-color: #e1f3ff99; */
  }
  .single-top .container {
    max-width: 70vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    gap: 90px;
  }
  .single-top .breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 8px;
  }
  .single-top .post-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .single-top .breadcrumb a {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    line-height: 100%;
    color: #333333;
  }
  .single-top .breadcrumb p {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 24px;
    line-height: 100%;
    color: #808080;
    margin-top: -4px;
  }
  .single-top .post-container p {
    font-family: "Sansation";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
  }
  .single-top .post-container a {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 22.84px;
    line-height: 100%;
    color: #0051ba;
    position: relative;
    padding: 1% 3%;
  }
  .single-top .post-container a:hover {
    color: #333333;
  }
  .single-top .post-container a::after {
    content: url("../img/icon/red-arrow.svg");
    position: absolute;
    right: 2%;
    top: 22%;
  }
  .item-content {
    max-width: 70vw;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    gap: 40px;
    padding-bottom: 8vw;
  }
  .item-content img {
    width: 28%;
    height: 350px;
	object-fit:cover;
    margin-bottom: 24px;
  }
  .item-content h2 {
    color: #0051ba;
    padding-bottom: 20px;
    border-bottom: 1px solid #0051ba;
  }
  .item-content p {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 18px !important;
    line-height: 48px;
    color: #000000;
  }
  .dec {
    position: absolute;
    height: 10px;
    width: 140px;
    background-color: #0051ba;
    left: 0;
    /* bottom: 0; */
  }
  .item-content > div {
    width: 100%;
  }
.item-event {
    max-width: 70vw;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
    gap: 40px;
    padding-bottom: 8vw;
  }
  .item-event a {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 22.84px;
    line-height: 100%;
    color: #0051ba;
    position: relative;
    padding: 1% 3%;
  }
  .item-event a:hover {
    color: #333333;
  }
  .item-event a::after {
    content: url("../img/icon/red-arrow.svg");
    position: absolute;
    right: 2%;
    top: 20%;
  }

