/* Mobile Styles */
body {
  font-family: "Verdana", sans-serif;
  background-color: #eaeaea;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}
img {
  max-width: 100%;
  height: 400px;
}

.header {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .menu_btn {
    display: block;
  }
  .btn {
    width: 90% !important;
    font-size: 20px !important;
  }
  .header .navigation {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  h1 {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 32px;
    line-height: 1.7;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  h2 {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 28px;
    line-height: 1.7;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  h3 {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 24px;
    line-height: 1.7;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  h4 {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 20px;
    line-height: 1.7;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  h5 {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  h6 {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 12px;
    line-height: 1.7;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  /*-----------------lightbox -----------------*/
  .lb-prev,
  .lb-next {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .lb-data .lb-number {
    display: none !important;
  }
  .lb-data .lb-details {
    margin-top: 8px;
  }

  .header {
    height: 70px;
    background-color: none;
    position: fixed;
    z-index: 9999;
    opacity: 1;
  }
  .top {
    height: 570px;
    background: url("../img/main.png") center center no-repeat;
    background-size: cover;
  }
  .header.scrolled {
    background-color: #e1f3ff !important;
    transition: background-color 0.3s ease;
  }

  .header.scrolled .navigation ul li a {
    color: white;
  }
  .header .container {
    width: 100%;
  }
  .header .container .header_content .logo > a > img {
    width: 180px;
    height: 36px;
  }
  .top_section .header_intro {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
    padding: 340px 20px;
    text-align: center;
    gap: 16px;
  }
  .top_section .header_intro .intro_title {
    text-align: left;
    line-height: 180%;
    background-color: white;
    padding: 4px 8px;
  }
  .top_section .header_intro .intro_title span {
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 24px;
    color: black;
  }
  .top_section .header_intro .intro_title .title_center {
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 32px !important;
    color: #004896 !important;
    padding: 0px !important;
  }
  .top_section .header_intro .intro_content {
    text-align: left;
    line-height: 140%;
    font-weight: 700;
    font-family: "Noto Sans JP";
    font-size: 14px;
    max-width: 100%;
    padding: 8px;
    background-color: white;
    /* margin-top: 20px; */
  }
  .top_section .header_intro .intro_content > p {
    color: black;
    padding: 5px;
  }
  .header .header_content {
    display: flex;
    justify-content: space-between;
    /* padding: 24px 32px; */
    width: 100%;
  }
  .header .container .header_content > div.logo {
    padding: 21px 20px;
    border-bottom-right-radius: 30px;
    background-color: #ffffff;
    z-index: 50;
  }
  .header .header_content .menu_btn {
    z-index: 200;
    position: absolute;
    right: 5%;
    top: 35%;
    text-align: center;
  }
  .overlay-content ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-style: bold;
    line-height: 1.7;
    text-align: center;
    margin: 15px;
    font-family: "Zen Maru Gothic";
  }
  .overlay-content ul li:last-child a {
    display: inline-block;
    padding: 16px 80px;
    border-radius: 30px;
    color: #333333;
    background-color: #fff47e;
  }
  .overlay {
    width: 100% !important;
  }
  .menu_btn .container {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 31px;
    height: 2px;
    transition: 0.4s;
    background-color: #333333;
  }
  .bar2 {
    margin: 6px 0;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-2px, 0px);
    background-color: 333333;
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-12px, -10px);
    background-color: #333333;
  }
  .overlay {
    display: none;
  }
  .overlay {
    height: 800px;
    width: 0%;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: #004896;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .overlay-content {
    position: relative;
    top: 8%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .overlay-content ul li {
    list-style: none;
    position: relative;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: background-size 0.5s ease;
    transition: background-size 0.5s ease;
  }
  .overlay-content ul li:hover {
    background-size: 100% 2px;
  }

  .overlay-content ul {
    margin: 90px 20px;
    padding: 0;
  }
  .overlay a {
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-align: left;
    padding: 15px;
  }

  .overlay a:hover,
  .overlay a:focus {
    color: #f1f1f1;
  }
  .overlay .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 1000; /* Ensure it's on top of other content */
  }
  .overlay .closebtn:hover {
    color: #f1f1f1;
  }
  .header .container .header_content .header_contact {
    padding: 32px 50px;
    border-bottom-left-radius: 36px;
    background-color: #fff47e;
    z-index: 50;
  }
  .header .container .header_content .header_contact a {
    display: none;
  }
  /*-----------top-section-----------------*/
  .top_section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e1f3ff;
    padding: 10px 0px;
  }

  .top_section .top_img {
    height: 430px;
    /* max-width: 90%; */
    position: relative;
    background: url("../img/top/top_1.png") center center no-repeat;
    background-size: cover;
    /* border-radius: 50px; */
    margin: 50px auto 100px;
  }
  .top_section .top_img .top_intro {
    position: relative;
    display: inline-block;
    text-align: right;
    width: 70%;
    top: 43%;
    left: 30%;
  }
  .top_section .top_img .top_intro p {
    color: black;
  }
  .top_section .top_img .top_intro p:first-child {
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
    line-height: 1.7;
    color: #333333;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
  }
  .top_section .top_img .top_intro .text-container p {
    font-size: 20px !important;
    position: relative;
    display: inline-block;
    font-weight: 700 !important;
    line-height: 1.7;
    color: #333333 !important;
    padding: 10px;
    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: 11px;
    line-height: 1.7;
    color: #015aae;
  }
  .text::before {
    content: "・";
    color: #ed1c2a;
    position: absolute;
    top: -16px;
    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: -50px;
  }
  .study_section .study_intro {
    max-width: 1280px;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 80px auto 40px;
    padding: 0px 20px;
  }
  .study_section .study_intro .intro_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .study_section .study_intro .intro_header img {
    width: 40px;
    height: 40px;
  }
  .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: 66%;
    height: auto;
    object-fit: cover;
  }
  .study_section .study_intro .intro_header .intro_text p {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
    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_sp.png");
    position: absolute;
    left: 0px;
    top: 16px;
  } */
  .study_section .study_intro .intro_content {
    margin: 8px 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
  }
  .study_section .study_intro .intro_content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    color: #333333;
  }
  .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: 10px 35px 10px 28px;
    border-radius: 42px;
    background-color: #015aae;
    color: #e1f3ff;
	font-size:16px;
	font-weight:500;
	font-family:"Zen Maru Gothic";
  }
  .study_section .study_intro a::after {
    content: url("../img/icon/Vector_arrow.png");
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .study_section .study_intro .intro_header img:nth-of-type(2) {
    display: none;
    width: 137.8px;
    height: 138.27px;
    color: #015aae;
  }
  .study_section .study_intro .study_book {
    width: 100px;
    height: 110px;
    position: absolute;
    left: 2%;
    top: 82%;
  }
  /* .study_section .study_intro .study_pen {
    display: bl;
    position: relative;
    width: 72px;
    height: 74px;
    color: #015aae;
  } */
  .study_section .study_category {
    width: 90%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    position: relative;
    height: auto;
    margin: 0 auto;
	gap:28px;
  }
  .study_section .study_category .study_category_1 {
    display: block;
    width: 90%;
    height: 260px;
    background-color: #e1f3ff;
    margin: 10px auto;
    border-radius: 40px;
    padding-top: 36px;
  }
  .study_section .study_category_other .study_category_2 {
    display: block;
    width: 90%;
    height: auto;
    background-color: #e1f3ff;
    margin: 10px auto;
    padding: 42px 0px;
    border-radius: 40px;
    /* padding: 20px; */
  }
  .study_section .study_category .study_category_1 > div,
  .study_section .study_category_other .study_category_2 > div {
    width: 78%;
    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: 20px;
    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: 21px;
    height: 21px;
    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: 246px;
    height: 30px;
  }
  .study_section .study_category_other {
    width: 90%;
    display: flex;
/*     grid-template-rows: 1fr 1fr; */
	flex-direction:column;
    position: relative;
    height: auto;
    margin: 32px auto;
	gap:32px;
  }
  .study_section .study_category_other .study_category_2 > div {
    /* margin-top: 5% !important; */
    gap: 20px;
  }
  .study_section .study_category_other .study_category_2 img {
    position: relative;
    width: 220px;
    height: 73px;
/*     margin: 0 auto; */
  }
 .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;
  }
 .study_section .study_category_other .study_category_2:last-of-type {
    height: 150px;
  }
  /*--------------------top_notice------------------*/
  .top_notice {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e1f3ff;
    border-radius: 70px;
    padding: 15% 0px 25% 0px;
  }
  .news-inner {
    /* max-width: 1280px; */
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    /* margin: 0 auto; */
    position: relative;
    padding: 20px;
  }
  .news-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 180px;
    gap: 40px;
  }
.pdf-inner{
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    margin-top: 6%;
}
.pdf_img{
  width: 98%;
  height: auto;
}
  .news-icon {
    font-size: 32px;
    position: absolute;
  }
  .news-title {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .news-title h2 {
    font-size: 28px;
/*     margin-bottom: 5px; */
    color: #333333;
    font-weight: 700;
    font-family: "Zen Maru Gothic";
    line-height: 1.7;
  }

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

  .news-list {
    list-style: none;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  /* .news-list li:first-child {
    border-top: 1px dashed #a4a4a4;
    padding-top: 20px;
  } */
  .news-list li {
    /* margin-bottom: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    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;
    gap: 20px;
  }

  .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 .news-title .frame-pen {
    width: 60px;
    height: 70px;
    top: -2%;
    left: 18%;
    position: absolute;
  }
  /*-------------top-example--------------*/
  .example-list {
    margin: 0 auto !important;
    padding: 40px 0px;
  }
  .example-list .container {
    display: flex;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .example-list .item {
    display: block;
    margin: 0 10px;
    max-width: 500px;
    height: auto;
    margin: 0 5px 5px;
    border-radius: 10px;
    /* overflow: hidden; */
  }

  .example-list .item .box {
    position: relative;
    width: 100%;
    padding-top: 0;
    /* height: 0; */
    padding-top: 100%;
    /* margin: 10px 0px; */
  }

  .example-list .item .photo {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    overflow: hidden;
  }

  .example-list .item .photo::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .example-list .item .photo img.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .example-list .item .text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 3;
  }

  .example-list .item h3 {
    font-family: var(--serif);
    font-size: var(--fz18);
    text-align: center;
    color: #fff;
    padding: 8px 50px;
    line-height: 2.5;
  }

  .example-list .item .cat {
    margin: 0.5em auto 0;
    text-align: center;
  }

  .example-list .item .cat li {
    display: inline-block;

    font-family: var(--serif);
    font-size: var(--fz17);
    color: #fff;
    background: #000;
    padding: 6px 23px;
    margin: 0 4px 10px;
  }

  .top-example .more-round {
    margin: 50px auto 0;
  }
  .top-example {
    margin: 10px auto;
    background-color: #fffbd0;
    border-radius: 40px;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    margin-top: -15%;
    z-index: 1;
  }
  .top-example img.Frame-pen {
    position: absolute;
    width: 79px;
    height: 52px;
    top: -3%;
    right: 10%;
  }
  .top-example img.Frame-book {
    position: absolute;
    width: 63px;
    height: 96px;
    bottom: -3%;
    left: 10%;
  }
  .top-example .inner {
		display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
  }
  .top-example .inner h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.7;
    font-family: "Zen Maru Gothic";
    color: #333333;
  }
  .top-example .inner p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
    font-family: "Quicksand";
    color: #ed1c2a;
  }
  .top-example a.gallery_btn {
    position: relative;
    padding: 10px 40px 10px 28px;
    border-radius: 42px;
    background-color: #015aae;
    color: #ffffff;
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
  }
  .top-example a.gallery_btn::after {
    content: url("../img/icon/Vector_arrow.png");
    position: absolute;
    right: 16px;
    top: 12px;
  }

  .top-example .instagram-feed {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
 /*------------------youtu-video-----------------------------------------*/
.youtu-video{
    display: flex;
    justify-content: center;
    max-width: 100%;
/*     width:  100%; */
    height: auto;
    position: relative;
    margin: 0%;
    margin-top: 8%;
    overflow: hidden;
    z-index: 1;
  }
 .youtu-video .frame-video {
    width: 100%;
    height: 60vw;
    border-radius: 10px;
}
  /*----------------- contact section------------------------------------- */

  .contact {
    padding: 70px 0px;
    background-color: #FFFFFF;
    margin-top: 7%;
    max-width: 100%;
    position: relative;
  }
  .contact .contact-title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
  }
  .contact .contact-title > div {
        display: flex;
        /* line-height: 1.5; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
  }
  .contact .contact-title > div > h3 {
    font-size: 28px;
    font-weight: 700;
    font-family: "Zen Maru Gothic";
    color: #333333;
    line-height: 1.7;
  }
  .contact .contact-title > div > p {
    font-size: 16px;
    font-family: "Quicksand";
    font-weight: 700;
    color: #ed1c2a;
  }
  .contact .contact_container {
    width: 98%;
    height: auto;
    position: relative;
    background-color: #E1F3FF;
    border: 1px solid #E1F3FF;
    border-radius: 70px;
    padding:90px 5px 10px 5px;
  }
  .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: 100%;
    margin: 64px auto;
    background-color: #fff;
  }

  .contact .form-inner {
    padding: 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";
  }
  .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: 95%;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Zen Maru Gothic";
    padding: 8px;
/*     margin-top: 5px; */
  }
  input.wpcf7-submit.list-btn-green {
    background-color: #015aae;
    border-radius: 42px;
    text-align: center;
    padding: 10px 50px 10px 20px;
    /* width: 357px; */
    margin: 15% auto 0;
    position: relative;
    font-size: 16px;
    color: #fff;
    display: block;
    border: none;
    font-weight: 500;
    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;
	flex-direction:column;
  }
.form_2 .form_content>div >p span,.form_3 .form_content>div > p span{
		max-width:90%;
	}
.form_6 input.wpcf7-submit.list-btn-green {
    background-color: #015aae;
    border-radius: 42px;
    text-align: center;
    padding:2vw 16vw;
    max-width: 100vw;
    margin: 15% auto 0;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: block;
    border: none;
    font-family: "Zen Maru Gothic";
	}
/*   .contact .form_6 p:last-child::after {
    content: url("../img/icon/Vector_arrow.png");
    position: absolute;
    right: 20px;
    top: 10px;
  } */
  .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: 30% 5%;
    padding: 10% 5%;
    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 30px;
    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: 20% auto auto;
    padding: 35px 15px;
    border-radius: 8px;
    max-width: 590px;
    width: 85%;
    height: auto;
  }
  #confirmation-modal .modal-content h3 {
    font-size: 28px;
    text-align: center;
    color: #18603a;
  }

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

  #confirmation-modal .modal-content ul li {
    font-size: 16px;
    padding-bottom: 16px;
    display: flex;
	gap:0px;
    align-items:center;
  }

  #confirmation-modal .modal-content ul li strong {
    font-weight: 600;
    width: 45%;
    display: inline-block;
  }

  #confirmation-modal .modal-content ul li span {
/*     width: 65%; */
  }

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

  #confirmation-modal .modal-buttons button {
    margin: 0;
    border: none;
    padding: 10px 20px;
    border-radius: 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/Vector_arrow.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;
  }
	.form_12 p:has(.p-country-name) {
		display:none;
	}	
  input[type="checkbox"] {
    width: 20px;
    height: 20px;
    transform: translateY(3px);
  }
  .form_1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  .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;
    width: 100% !important;
  }
  .form_1 .form-select {
    width: 50%;
    height: 40px;
    font-size: 14px;
    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 #ccc;
    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: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  .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: 1.7;
    font-weight: 700;
    color: #333333;
  }
  .form_2 .form_content{
    max-width: 96%;
    position: relative;
  }
  .form_2 p:nth-of-type(2) {
    /* width: 60% !important; */
  }
  .form-inner > div {
    margin: 20px 0px;
  }
  .form_3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  .form_3 p {
    margin: 0 !important;
  }
  .form_3 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_3 .form_content{
    max-width: 96%;
    position: relative;
  }
  .form_4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  .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: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  .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: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  .form_5 p {
    margin: 0 !important;
  }
  .form_5 p:nth-of-type(1) {
    padding: 0 !important;
    width: 100% !important;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #333333;
  }
  .form_5 .form-group-time {
/*     width: 100%; */
  }
  .form_5 .form-select {
    width: 100%;
    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: #ffffff;
    border: 1px solid #ffffff;
    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_5 p:nth-of-type(2) {
    width: 90% !important;
}
  .form_8{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 22px;
  }
  .form_9{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 22px;
  }
 .form_9 .form-select{
  width: 54%;
 }
 .form_10{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 22px;
 }
 .form_10  .form_content> p:nth-of-type(1) {
  display: none;
 }
 .form_10 .form_content{
  max-width: 98%;
  position: relative;
  gap: 10px;
 }
 .form_11 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
 }
 .form_11 .form_content{
  max-width: 100%;
  position: relative;
  gap: 15px;
 }
.form_11 .form_content div p{
		flex-direction:row !important;
	}
 .form_11 .form_content div:nth-of-type(4)>div>p{
  margin-left: 19%;
 }
.form_11 .form_content div:last-of-type p{
  gap: 8px;
}
.form_11 .form_content div:last-of-type p .wpcf7-form-control-wrap{
  max-width: 65%;
  position: relative;
}
.form_12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  margin:0 !important;
}
.form_12 .form_content{
  max-width: 100%;
  position: relative;
}
/* .form_12 p:nth-child(2){
display:none!important;		
} */
.form_12  .form_content  .wpcf7-not-valid-tip {
    display: none;
}
.form_12 .form_content div:first-of-type >div{
  gap: 25px;
}
.form_12 .form_content >div:first-of-type{
  gap: 4px;
}
.form_12 .form_content >div:nth-of-type(2){
  width: 100%;
}
.form_12 .form_content >div:nth-of-type(2) >p {
margin: 0;
}
.form_12 .form_content >div:nth-of-type(2) >p .form-select{
  max-width: 55%;
}
.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: 40px;
}
.form_4 p:nth-of-type(2) {
  width: 90% !important;
}
.form_7 p:nth-of-type(2) {
  width: 90% !important;
}
.form_13 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.form_13 p:nth-of-type(2) {
  width: 100% !important;
}
  /*----------------footer-section----------------*/
  .footer {
    background-color: #015AAE;
    color: white;
    padding: 30px 20px 10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    text-align: center;
    margin-top: -5%;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 8% 6%;
    gap: 40px;
  }

  .footer-logo img {
    height: 52px;
    width: 260px;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .footer-nav a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    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: 8px 112px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Zen Maru Gothic";
    line-height: 1.7;
    font-size: 18px;
  }

  .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;
  }
  .page-title .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 30% 0% 16%;
    background-color: #e1f3ff;
  }
  .page-title .content h4 {
    color: #015aae;
    font-family: "Quicksand";
  }
  /*-------------message-section--------------*/
  .message-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    border-radius: 40px;
    margin-top: -10%;
  }
  .message-section .message-container {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 8% 0% 20%;
  }
  .message-section .message-container .message-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .message-section .message-title h5 {
    font-family: Quicksand;
    color: #015aae;
    font-style: normal;
  }
  .message-section .message-container .message-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 40px;
    padding-top: 8%;
  }
  .message-section .message-container .message-content img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
  }
  .message-section .message-container .message-content .message-body p {
    font-size: 16px;
    font-family: "Zen Maru Gothic";
    font-weight: 500;
    line-height: 1.9;
    color: #333333;
  }

 /*-----------------secret-section---------*/
  .secret-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fffbd0;
    border-radius: 40px;
    margin-top: -8%;
    /* z-index: -1; */
  }
  .secret-section .secret-container {
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20% 0%;
  }
  .secret-section .secret-container .secret-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
  }
  .secret-section .secret-container .secret-title p {
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 32px;
    line-height: 1.7;
    /* margin-left: 22%; */
    max-width: 100%;
	position:relative;
  }
  .secret-section .secret-container .secret-title p span:nth-child(1) {
    background-color: #ffcf67;
    border-radius: 40px;
    padding: 2px 12px;
    position: relative;
    margin-left: 0px;
    color: #ed1c2a;
  }
  .secret-section .secret-container .secret-title p span:nth-child(2) {
    background-color: #ffcf67;
    border-radius: 40px;
    padding: 2px 12px;
    position: relative;
    margin-left: -11px;
    color: #ed1c2a;
  }
  .secret-section .secret-container .secret-title p span:nth-child(3) {
    background-color: #ffcf67;
    border-radius: 40px;
    padding: 2px 12px;
    color: #ed1c2a;
    position: relative;
    margin-left: -11px;
  }
  .secret-section .secret-container .secret-title p span:nth-child(4) {
    color: #ed1c2a;
	position:relative;
  }
  .secret-section .secret-container .secret-title p span:nth-child(5) {
    color: #ed1c2a;
	position:relative;
  }
  .secret-section .secret-container .secret-title p span:nth-child(6) {
    font-size: 28px;
	position:relative;
  }
  .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% 4% 4% 4%;
    gap: 24px;
  }
  .secret-section
    .secret-container
    .secret-body
    .secret-content
    p.secret-subtitle {
    font-family: "Quicksand";
    font-weight: 900;
    font-size: 20px;
    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: 2px 4px;
    border-radius: 40px;
    color: #ed1c2a;
    font-weight: 800;
    font-size: 32px;
  }
  .secret-section
    .secret-container
    .secret-body
    .secret-content
    p
    span:nth-child(2) {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 32px;
    line-height: 1.7;
    color: #333333;
    padding-left: 12px;
  }
  .secret-section
    .secret-container
    .secret-body
    .secret-content
    .secret-content-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    gap: 24px;
    background-color: #ffffff;
    padding: 8%;
  }
  .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: 16px;
  }
  .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: 95%;
    height: 300px;
    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% 4% 4% 4%;
    gap: 24px;
  }
  .secret-section
    .secret-container
    .secret-body-1
    .secret-content
    p.secret-subtitle {
    font-family: "Quicksand";
    font-weight: 900;
    font-size: 20px;
    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: 2px 4px;
    border-radius: 40px;
    color: #ed1c2a;
    font-weight: 800;
    font-size: 32px;
  }
  .secret-section
    .secret-container
    .secret-body-1
    .secret-content
    p
    span:nth-child(2) {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 32px;
    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: 40px;
    gap: 12%;
    background-color: #ffffff;
    padding: 8%;
  }
  .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: 28px;
  }
  .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: 100px;
    height: 100px;
    position: absolute;
    top: -3%;
    right: 8%;
  }
  .secret-section .secret-container img.secret-img-2 {
    width: 80px;
    height: 90px;
    position: absolute;
    bottom: -3%;
    left: 4%;
  }
  /*----------------company-section-----------------------*/
  .company-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e1f3ff;
    padding: 32% 0px;
    margin-top: -8%;
    z-index: -1;
  }
  .company-section .company-container {
    max-width: 100%;
    height: auto;
    position: relative;
    border-radius: 40px;
    margin: 0 auto;
    background-color: #ffffff;
    margin: 0% 4%;
    padding: 0px;
    /* border: 1px solid red; */
  }
  .company-section .company-container .company-content {
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 12% 0%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .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 h5 {
    color: #015aae;
    font-family: "Quicksand";
  }
  .company-section .company-container .company-content .company-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 80%;
    padding-top: 4%;
  }
  .company-section .company-container .company-content .company-detail .detail h5 {
    font-weight: 500;
  }
 .company-section
    .company-container
    .company-content
    .company-detail
    .detail:nth-child(3)
    div
    > h5 {
    line-height: 170%;
  }
  .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: 40% 0% 24% 0%;
  }
.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%;
  }
  .kakegawa-top-section .content h4 {
    font-family: "Quicksand";
    color: #ed1c2a;
  }
  /*-----------headmaster-section-----------------------*/
  .headmaster-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    border-radius: 50px;
    margin-top: -12%;
  }
  .headmaster-section .headmaster-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 24% 4%;
    gap: 32px;
	max-width:100%;
  }
  .headmaster-section .headmaster-container .headmaster-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 16px;
  }
  .headmaster-section .headmaster-container .headmaster-message .headmaster-title {
    margin-bottom: 4%;
  }
  .headmaster-section .headmaster-container .headmaster-message h5 {
    font-family: "Quicksand";
    color: #015aae;
    text-align: center;
  }
  .headmaster-section .headmaster-container .headmaster-message p {
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 170%;
  }
  .headmaster-section .headmaster-container img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
  }
  /*------------access-sesction---------------*/
  .access-section {
    width: 100%;
    height: auto;
    position: relative;
    /* background-color: #e1f3ff; */
    padding: 24% 0%;
    margin-top: -12%;
    /* 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: 50px;
  }
  .access-section .container {
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 12% 4%;
    gap: 56px;
  }
  .access-section .container h1 {
    color: #015aae;
  }
  .access-section .container .map-content {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .access-section .container .map-content .map-body {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
  }
  .access-section .container .map-content .map-body iframe {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .access-section .container .map-content .map-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 28px;
  }
  .access-section .container .map-content .map-text p {
    font-family: "Zen Maru Gothic";
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    color: #333333;
  }
  .access-section .container .map-content .map-text a {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-weight: 900;
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
    padding: 16px 55px 16px 80px;
    background-color: #fff47e;
    border-radius: 30px;
    margin: 0 auto;
  }
  .access-section .container .map-content .map-text a::before {
    content: url(../img/icon/icon-map.svg);
    position: absolute;
    left: 42px;
    top: 8px;
    /* transform: rotate(180deg); */
  }
  /*--------------study-room-section----------------*/
  .study-room-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fffbd0;
    padding: 24% 0% 8% 0%;
    margin-top: -8%;
/*     z-index: -2; */
  }
  .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: 24% 4% 16% 4%;
    gap: 20px;
    border-radius: 50px;
  }
  .study-room-section .container .item-2  a{
    position: absolute;
    padding: 2vw 8vw 2vw 3vw;
    border-radius: 42px;
    font-size: 16px;
    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: 2vw;
        top: 2.3vw;
  }
  .study-room-section .container .item-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 40px;
  }
  .study-room-section .container .item-1 img {
    width: 100%;
    height: auto;
    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: 18px;
    font-weight: 600;
    line-height: 1.7;
    color: #333333;
  }
  .study-room-section .container .item-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 40px;
    margin-left: 0%;
  }
  .study-room-section .container .item-2 img {
    width: 100%;
    height: auto;
    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: 18px;
    font-weight: 600;
    line-height: 1.7;
    color: #333333;
  }
  .study-room-section .container .item-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 24px;
    padding: 8px 16px;
    border: 1px solid #015aae;
    background-color: #e1f3ff;
    gap: 8vw;
	min-width:65%;
	top:-28px;
  }
  .study-room-section .container .item-title h1 {
    color: #015aae;
    font-size: 24px;
  }
  .study-room-section .container .item-title span {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
  }
  /*-----------class-section--------------*/
  .class-section {
    max-width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18% 2% 16% 2%;
    gap: 120px;
    border-radius: 50px;
    margin: 20% 0%;
  }
  .class-section .item-container {
    display: flex;
    flex-direction: column ;
    justify-content: center;
    align-items:center;
    width: 100% ;
    height: auto;
    position: relative;
    gap: 32px;
    width: 85%;
  }



    .class-fe .item-container{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 32px;

  }
     .class-fe .item-container-2{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    /* left: 3%; */
    margin-left: 0 !important;
    gap: 32px;
  }



  .class-section .item-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    /* max-width: 100%; */
    height: auto;
    position: relative;
    gap: 32px;
    width: 85%;
    margin-left: 8%;
  }
  .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;
  }
  .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;
  }
  .class-section .item-container-2 .item-3 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    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: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    position: relative;
	left:0;
  }
  .class-section .item-container .item-1 img {
    width: 242px;
    height: 323px;
    object-fit: cover;
  }
  .class-section .item-container .item-2 img {
    width: 320px;
    height: 240px;
    object-fit: cover;
  }
  .class-section .item-container .item-3 img {
    width: 359px;
    height: 202px;
    object-fit: cover;
  }
  .class-section .item-container-2 .item-1 img {
    width: 320px;
    height: 240px;
    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 .item-1-fe .item-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: 0%;
    right: 0%;
  }
  .class-section p.circle-title {
    position: absolute;
    text-align: center;
	top:-1%;
  }
  .class-section p span {
    padding: 8px 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: relative;
  }
  .class-section p span.circle-4 {
    left: -10px;
    position: relative;
  }
  .class-section p span.circle-3 {
    left: 0px;
    position: relative;
  }
  .class-section p span.circle-2 {
    left: 10px;
    position: relative;
  }
  .class-section p span.circle-1 {
    position: relative;
    left: 20px;
  }
  /*---------------------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: 40% 0% 24% 0%;
  }
  .Iwata-top-section .container h4 {
    font-family: "Quicksand";
    color: #ed1c2a;
  }
	.iwata-study .class-section .item-container-2{
		gap:32px;
		margin-left:0%;
	}
  /*------------------------price-top-bk--------------*/
  .price-top-bk {
    width: 100%;
    height: auto;
    background-color: #fffbd0;
    position: relative;
    padding: 36% 0% 18% 0%;
  }
  .price-top-bk .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .price-top-bk .container h4 {
    font-family: "Quicksand";
    color: #ed1c2a;
  }
  /*---------price-section-----------*/
  .price-section {
    max-width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    padding: 20% 2%;
    border-radius: 30px;
    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;
    flex-wrap: wrap;
    gap: 32px;
  }
  .price-section .price-event a {
    font-size: 16px;
    font-family: "Zen Maru Gothic";
    line-height: 170%;
    color: #015aae;
    padding: 14px 20px;
    border-radius: 70px;
    border: 3px solid #015aae;
    background-color: #ffffff;
	width:50%;
  }
  .price-section .price-event a.item-2 {
    padding: 8px 20px;
    line-height: 120%;
	width:50%;
  }
  .price-section .price-event a:hover {
    background-color: #015aae;
    color: #ffffff;
  }
  .price-section .price-instruction {
    min-width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;
    padding: 16% 2%;
    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: 28px;
    line-height: 170%;
    color: #333333;
}
.price-section .price-instruction h4 {
    font-weight: 700;
    font-size: 16px;
    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: 16px;
    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: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 {
    max-width: 100%;
	width:auto;
    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 {
    min-width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;
    padding: 18% 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e1f3ff99;
    gap: 56px;
  }
.course-section h1 {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 28px;
    line-height: 170%;
    color: #333333;
	text-align:center;
}
.course-section h3 {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    color: #333333;
}
.course-section h4 {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 18px;
    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: 24px;
  }
  .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;
	font-weight: 700;
    font-size: 18px;
    line-height: 170%;
    color: #333333;
  }
  .course-content ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 8px;
  }
  .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 {
    min-width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;
    padding: 18% 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e1f3ff99;
    gap: 56px;
  }
.study-room-1-section h1 {
    font-family: "Zen Maru Gothic";
    font-size: 28px;
    font-weight: 700;
    line-height: 170%;
    color: #333333;
	text-align:center;
}
.study-room-1-section h3 {
    font-family: "Zen Maru Gothic";
    font-size: 20px;
    font-weight: 700;
    line-height: 170%;
    color: #333333;
}	
	#study-room-1-section{
	 scroll-margin-top: 130px;
	}
  .study-room-1-section .study-room-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 24px;
  }
  .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: 100%;
  }
  .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: 16px !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: 2% 12% 2% 8%;
    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: 18px;
    top: 12px;
  }
  .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 {
    min-width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;
    padding: 18% 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e1f3ff99;
    gap: 40px;
  }
.premium-section h1 {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 28px;
    line-height: 170%;
    color: #333333;
	text-align:center;
}
.premium-section h3 {
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    font-size: 18px;
    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: 24px;
  }
  .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: 18px;
    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% 5% 0%;
    margin-top: -4%;
  }
  .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 {
    min-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }
  .price-contact-section .contact-container .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 20px;
  }
  .price-contact-section .contact-container .contact-content a {
    padding: 15px 54px 15px 35px;
    background-color: #fff47e;
    font-family: "Zen Maru Gothic";
    font-weight: 800;
    font-size: 24px;
    line-height: 170%;
    color: #ed1c2a;
    border-radius: 22px;
    position: relative;
  }
  .price-contact-section .contact-container .contact-content a::after {
    content: url(../img/icon/red-arrow.svg);
    position: absolute;
    top: 26%;
    right: 5%;
  }
  .price-contact-section .contact-container img {
    width: 153px;
    height: 220px;
    object-fit: cover;
  }
	.price-contact-section .contact-container .contact-content p {
		font-size:24px;
	}

  /*--------------notification-section------------------*/
  .notification-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 32vw 0% 20vw 0%;
  }
  .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: 12vw;
  }
  .notification-section .notification-container .notification-header h4 {
    color: #ed1c2a;
    font-family: "Quicksand";
  }
  .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: 30px;
  }
  .notification-section .notification-container .notification-content {
    padding: 12vw 4vw;
    width: 95vw;
    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: 20px 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: 700;
    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: 8px;
  }
  /* 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: 32px;
    height: 32px;
    border: 1px 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: 28% 0% 4% 0%;
    /* background-color: #e1f3ff99; */
  }
  .single-top .container {
    max-width: 96vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    gap: 16px;
  }
  .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: 500;
    font-family: "Sawarabi Gothic";
    font-size: 14px;
    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: 1px;
  }
  .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: 18.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: -6%;
    top: 11%;
  } */
  .item-content {
    max-width: 98vw;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    gap: 40px;
    padding-bottom: 12vw;
  }
  .item-content img {
    width: 55%;
    height: 320px;
    margin-bottom: 24px;
  }
  .item-content h2 {
    color: #0051ba;
    padding-bottom: 12px;
    border-bottom: 1px solid #0051ba;
  }
  .item-content p {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 16px !important;
    line-height: 48px;
    color: #000000;
  }
  .dec {
    position: absolute;
    height: 4px;
    width: 90px;
    background-color: #0051ba;
    left: 0;
    /* bottom: 0; */
  }
  .item-content > div {
    width: 100%;
  }
  .item-event {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin: 0 20px;
    gap: 40px;
    padding-bottom: 12vw;
  }
  .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: -6%;
    top: 14%;
  }
}
