@charset "UTF-8";
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #header .offcanvas {
    background: #FFF;
  }
  #header .offcanvas li .tel .num {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2px;
  }
  #header .offcanvas-header {
    background: #FFF;
  }
  #header .offcanvas-header .offcanvas-title {
    width: 30%;
  }
  #header .offcanvas-header .offcanvas-title img {
    width: 100%;
  }
  #header .offcanvas-body.bg {
    background: #FFF;
    padding: 20px 0 0 28px;
  }
}
.navbar {
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #FFF;
  top: 0;
}

.logo {
  width: 8%;
  max-width: 109px;
  min-width: 90px;
}
.logo img {
  width: 100%;
}

.nav-btn a {
  background-color: #003366;
}

.subtit-img {
  width: 13%;
  min-width: 120px;
  max-width: 150px;
  margin-top: 20px;
}
.subtit-img img {
  width: 100%;
}

.fv {
  height: 800px;
  display: flex;
  align-items: center;
}
.fv .tit {
  height: 800px;
  margin: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, white, transparent);
}
.fv .tit .txt {
  padding-left: 10%;
  padding-top: 5%;
}
.fv .tit .txt p {
  text-align: left;
  font-size: 40px;
  line-height: 1.5;
  text-shadow: 0 0 10px white;
}
@media screen and (max-width: 768px) {
  .fv .tit .txt p {
    font-size: 28px;
  }
}
.fv .tit .txt .fv-message {
  width: 300px;
}
.fv .tit .txt .fv-message img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv .tit .txt .fv-message {
    width: 150px;
  }
}
.fv .tit .txt .subtxt {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fv .tit .txt {
    padding: 0;
  }
  .fv .tit .txt .subtxt {
    line-height: 1.5;
  }
}
.fv .tit .button {
  margin-top: 50px;
  padding: 15px 10px;
  width: 250px;
  background: #003366;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  transition: 0.2s linear;
  text-align: center;
}
.fv .tit .button a {
  font-weight: bold;
  color: #FFF;
}
.fv .tit .button:hover {
  opacity: 0.5;
}

.about {
  margin-bottom: 50px;
  padding: 100px 0;
  background: url(img/about-bg.jpg) no-repeat center center/cover;
}
.about .about-wrap {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .about .about-wrap {
    margin-top: 30px;
  }
}
.about .tit {
  line-height: 1.5;
}
.about p {
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 50px 0;
  }
}

.service {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 30px 0;
  }
}
.service .service-img {
  max-width: 100%;
  height: 342px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .service .service-img {
    height: auto;
  }
}
.service .sub-tit {
  width: 21%;
  padding-bottom: 15px;
}
.service .sub-tit img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service .sub-tit {
    width: 85px;
  }
}
.service .box-inner-r {
  background: url(img/bg-r.jpg) no-repeat center center/cover;
  padding: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .service .box-inner-r {
    background-size: cover;
    padding: 15px;
    align-items: center;
  }
}
.service .box-inner-l {
  background: url(img/bg-l.jpg) no-repeat center center/cover;
  padding: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .service .box-inner-l {
    background-size: cover;
    padding: 15px;
    align-items: center;
  }
}
.service .service-btn {
  background: #003366;
}

.feature {
  padding: 100px 0;
  background: url(img/feature-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 50px 0;
  }
}
.feature .feature-wrap {
  margin: 70px auto 50px;
  width: 95%;
  max-width: 1116px;
}
@media screen and (max-width: 768px) {
  .feature .feature-wrap {
    margin: 40px auto 50px;
  }
}
.feature .feature-wrap ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 43px;
}
.feature .feature-wrap ul li {
  padding: 20px 40px 30px;
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 5px solid #C7DDF3;
  border-radius: 10px;
  background: #FFF;
  font-weight: bold;
}
.feature .feature-wrap ul li .img-box {
  width: 40px;
  margin-bottom: 10px;
}
.feature .feature-wrap ul li .img-box img {
  width: 100%;
}
.feature .feature-wrap ul li .inner {
  text-align: center;
}
.feature .feature-wrap ul li .inner .tit {
  margin-bottom: 10px;
  font-size: 18px;
}
.feature .feature-wrap ul li .inner .txt {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .feature .feature-wrap ul {
    gap: 12px;
  }
  .feature .feature-wrap ul li {
    width: 47%;
    height: auto;
    padding: 20px 10px 30px;
  }
}
.feature .feature-btn {
  margin: 100px auto 0;
}
.feature .feature-btn a {
  background: #003366;
}

.message {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .message {
    margin-bottom: 0;
  }
}
.message .message-wrap {
  padding: 60px 0 135px;
}
.message .wrap {
  background: url(img/message-bg.jpg) no-repeat center center/cover;
  height: 93%;
}
.message .inner {
  justify-content: center;
}
.message .inner .txt {
  padding-left: 60px;
  width: 45%;
}
.message .inner .txt .txt-wrap {
  max-width: 420px;
}
.message .inner .txt .txt-wrap .message-img {
  width: 35%;
  position: relative;
  left: 63%;
}
.message .inner .txt .txt-wrap .message-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .message .inner .txt .txt-wrap .message-img {
    width: 56%;
    left: 44%;
  }
}
.message .inner .txt .txt-wrap h5 {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .message .inner .txt {
    width: 85%;
    padding: 0;
  }
  .message .inner .txt .txt-wrap {
    margin: 0 auto;
    text-align: left;
  }
}
.message .message-prof {
  width: 330px;
  position: relative;
  top: 60px;
}
.message .message-prof img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .message .message-prof {
    top: 0;
  }
}
.message .message-btn-wrap {
  margin: 50px auto;
  text-align: center;
}
.message .message-btn {
  background: #FFF;
  color: #003366;
}

.top-news-section {
  padding: 80px 0;
  background: white;
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (min-width: 1400px) {
  .top-news-section {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .top-news-section {
    max-width: 1140px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .top-news-section {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .top-news-section {
    padding: 0 0 95px 0;
    position: relative;
  }
  .top-news-section .tit .d-flex {
    flex-direction: column;
    padding: 0;
  }
}
.top-news-section .news-flex {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .top-news-section .news-flex {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-news-section .news-flex {
    gap: 35px;
  }
}
.top-news-section .news-left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .top-news-section .news-left {
    gap: 20px;
  }
}
.top-news-section .news-left .news-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-news-section .news-left .news-heading .news-ja {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
}
.top-news-section .news-left .news-heading .news-en {
  font-size: 24px;
  color: #FF6600;
  font-family: "WindSong", cursive;
  font-weight: 500;
  margin: 0;
}
.top-news-section .news-left .news-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 60px;
  background: #003366;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .top-news-section .news-left .news-button {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
}
.top-news-section .news-left .news-button .news-arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 5px;
}
.top-news-section .news-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-news-section .news-right {
    gap: 20px;
  }
}
.top-news-section .news-right .news-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .top-news-section .news-right .news-item {
    gap: 0;
  }
}
.top-news-section .news-right .news-item .news-meta {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .top-news-section .news-right .news-item .news-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.top-news-section .news-right .news-item .news-meta .news-date {
  font-size: 14px;
  font-weight: 700;
}
.top-news-section .news-right .news-item .news-meta .news-category {
  background: #003366;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 10px;
}
.top-news-section .news-right .news-item .news-meta .news-title {
  max-width: 475px;
}
.top-news-section .news-right .news-item .news-meta .news-title a {
  font-size: 14px;
  font-weight: 700;
  color: black;
  text-decoration: none;
}
.top-news-section .news-right .news-item .news-divider {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .top-news-section .news-flex {
    flex-direction: column;
  }
  .top-news-section .news-left,
.top-news-section .news-right {
    width: 100%;
  }
}

.company {
  margin-bottom: 120px;
}
.company .tit {
  margin-bottom: 50px;
}
.company .wrap {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .company .wrap {
    flex-direction: column;
  }
}
.company .box {
  width: 45%;
  text-align: center;
}
.company .box .company-btn {
  width: 248px;
  border-radius: 5px;
  justify-content: center;
}
.company .box .flex-column {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .company .box {
    width: 100%;
  }
}

.tool {
  margin-bottom: 100px;
}
.tool .tool-tit {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .tool .tool-tit {
    margin-bottom: 20px;
  }
}
.tool .subtit-img.tools img {
  width: 54%;
}
.tool .txt {
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .tool .txt {
    margin: 20px auto 0;
  }
}
.tool .tool-btn a {
  background: #003366;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 15px;
  max-width: 350px;
}

.footer-contact {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 60px 0;
  }
}
.footer-contact .tit {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .footer-contact .tit {
    font-size: 30px;
  }
}
.footer-contact .lef-btn {
  background: #0064C8;
  padding: 20px 80px;
}
@media screen and (max-width: 768px) {
  .footer-contact .lef-btn {
    padding: 20px 0;
    width: 95%;
    justify-content: center;
  }
}
.footer-contact .rig-txt {
  font-size: 43px;
  color: #FFF;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer-contact .rig-txt {
    font-size: 35px;
  }
}
.footer-contact span {
  margin-top: 5px;
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}
.footer-contact .contact-wrap {
  gap: 85px;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .footer-contact .contact-wrap {
    gap: 40px;
    margin-top: 40px;
  }
}

footer {
  background: #003366;
}
footer .footer {
  padding: 80px 40;
}
@media screen and (max-width: 768px) {
  footer .footer {
    margin: 0 auto;
    padding: 40px 0;
    width: 90%;
  }
}
footer .footer-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 45px 25px;
}
@media screen and (max-width: 768px) {
  footer .footer-wrap {
    padding: 0;
  }
}
footer .tit {
  font-size: 16px;
}
footer .tit span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  footer .tit span {
    display: block;
  }
}
footer .tel a {
  color: #FFF;
  text-decoration: underline;
  text-underline-offset: 4px;
}
footer .footer-menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .footer-menu {
    display: none;
  }
}
footer .footer-menu a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
footer .copylight {
  background: #003366;
  max-width: 1140px;
  margin: 0 auto;
}

/****************************************
* page fv設定
*****************************************/
.page_fv {
  margin: 50px 0;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .page_fv {
    margin: 60px 15px 15px;
    padding: 10px 0;
  }
}
.page_fv_wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1060px;
}
.page_fv_wrap .tit {
  padding: 100px 0;
  color: #FFF;
  max-width: 1060px;
}
@media screen and (max-width: 768px) {
  .page_fv_wrap .tit {
    padding: 35px 0;
  }
}
.page_fv_wrap .tit .top {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page_fv_wrap .tit .top {
    font-size: 24px;
  }
}
/****************************************
*  Services Section
*****************************************/
.service-concept .row {
  justify-content: center;
  margin: 50px auto;
  max-width: 1060px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service-concept .row {
    margin: 15px 0;
    padding: 0;
    width: 100%;
  }
}
.service-concept .left {
  width: 45%;
  margin-right: 30px;
}
.service-concept .left .tit {
  font-size: 2rem;
}
.service-concept .left .txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service-concept .left {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .service-concept .left .tit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .service-concept__img {
    padding: 0;
  }
}
.service-concept__img img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .service-concept__img img {
    height: 300px;
  }
}

.services {
  margin: 0 auto;
  padding: 4rem 10px;
  background: white;
  max-width: 1116px;
}
.services .service-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.services .service-item .service-header {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services .service-item .service-header {
    gap: 12px;
  }
}
.services .service-item .service-header .service-badge {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background: linear-gradient(180deg, #59ACFF 0%, #0064C8 59%, #003162 100%);
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services .service-item .service-header .service-badge {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.services .service-item .service-header .service-badge .point-text {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .services .service-item .service-header .service-badge .point-text {
    top: 8px;
    font-size: 8px;
  }
}
.services .service-item .service-header .service-badge .point-number {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .services .service-item .service-header .service-badge .point-number {
    top: 17px;
    font-size: 22px;
  }
}
.services .service-item .service-header .service-title {
  color: #111111;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .services .service-item .service-header .service-title {
    font-size: 24px;
  }
}
.services .service-item .service-content {
  display: flex;
  gap: 44px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .services .service-item .service-content {
    flex-direction: column;
  }
}
.services .service-item .service-content .service-image {
  width: 384px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .services .service-item .service-content .service-image {
    width: 100%;
  }
}
.services .service-item .service-content .service-image img {
  width: 400px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .services .service-item .service-content .service-image img {
    width: 100%;
  }
}
.services .service-item .service-content .service-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services .service-item .service-content .service-text .service-description {
  height: auto;
  display: flex;
  align-items: flex-start;
}
.services .service-item .service-content .service-text .service-description .main-description {
  width: 619px;
  color: #003366;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .services .service-item .service-content .service-text .service-description .main-description {
    font-size: 21px;
    line-height: 35px;
  }
}
.services .service-item .service-content .service-text .service-detail {
  height: auto;
  display: flex;
  align-items: flex-start;
}
.services .service-item .service-content .service-text .service-detail .detail-description {
  width: 619px;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  white-space: pre-line;
}
.services .service-item .service-content .service-text .service-list-section {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.services .service-item .service-content .service-text .service-list-section .list-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.services .service-item .service-content .service-text .service-list-section .list-header span {
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  padding: 0 10px;
  background: #003366;
  border-radius: 10px;
}
.services .service-item .service-content .service-text .service-list-section .list-content {
  width: 619px;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  white-space: pre-line;
  display: flex;
}
@media screen and (max-width: 768px) {
  .services .service-item .service-content .service-text .service-list-section .list-content {
    width: 100%;
  }
}

.intro-section {
  width: 100%;
  max-width: 970px;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 auto 50px;
  padding: 20px;
}
.intro-section .message-box {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.intro-section .message-box .message-heading {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.intro-section .message-box .message-heading .heading {
  width: 100%;
  color: black;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .intro-section .message-box .message-heading .heading {
    font-size: 21px;
    line-height: 30px;
  }
}
.intro-section .message-box .message-body .description {
  width: 100%;
  color: black;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}
@media (max-width: 600px) {
  .intro-section {
    padding: 16px;
    margin: 0 auto 10px;
  }
  .intro-section .message-box {
    gap: 8px;
  }
  .intro-section .message-body .description {
    font-size: 14px;
    line-height: 24px;
  }
}

.plans-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
}
.plans-section .plans-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .plans-section .plans-container {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
}
.plans-section .plan-card {
  flex: 1 1 calc(25% - 24px);
  max-width: 260px;
  min-width: 260px;
  padding: 20px;
  background: white;
  outline: 1px solid #f5f5f5;
  outline-offset: -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  scroll-snap-align: start;
}
.plans-section .plan-card .plan-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(180deg, #59ACFF 0%, #0064C8 59%, #003162 100%);
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.plans-section .plan-card .plan-icon .plan-label {
  font-size: 10px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1;
}
.plans-section .plan-card .plan-icon .plan-number {
  font-size: 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1;
}
.plans-section .plan-card .plan-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plans-section .plan-card .plan-title .plan-name {
  color: #111;
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
.plans-section .plan-card .plan-title .plan-type {
  color: #FF6600;
  font-size: 14px;
  font-family: WindSong, cursive;
  font-weight: 500;
  line-height: 24px;
}
.plans-section .plan-card .plan-description {
  align-self: stretch;
  color: #111;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 24px;
  min-height: 120px;
}
.plans-section .plan-card .plan-action {
  padding: 2px 10px;
  display: flex;
  justify-content: center;
}
.plans-section .plan-card .plan-action .button {
  color: white;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.plans-section .plan-card .plan-action .button a {
  color: #FFF;
  width: 218px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  transition: linear 0.2s;
  background: #003366;
}
.plans-section .plan-card .plan-action .button a:hover {
  opacity: 0.7;
}
.plans-section .plan-card .plan-action .button .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FFF;
  position: absolute;
  right: 30px;
}
@media (max-width: 1024px) {
  .plans-section .plan-card {
    flex: 1 1 calc(50% - 24px);
  }
}
@media (max-width: 600px) {
  .plans-section .plans-container {
    gap: 16px;
  }
  .plans-section .plan-card {
    flex: 0 0 auto;
    max-width: none;
  }
}

.plans-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
}
.plans-section .plans-swiper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.plans-section .plans-swiper .swiper-wrapper {
  padding-bottom: 20px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .plans-section .plans-swiper .swiper-wrapper {
    justify-content: flex-start;
  }
}
.plans-section .plans-swiper .plan-card {
  width: 100%;
  height: auto;
  background: white;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.plans-section .plans-swiper .swiper-button-next,
.plans-section .plans-swiper .swiper-button-prev {
  color: #003162;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 9999px;
  top: 50%;
  transform: translateY(-50%);
}
.plans-section .plans-swiper .swiper-button-next::after,
.plans-section .plans-swiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .plans-section .plans-swiper .swiper-button-next,
.plans-section .plans-swiper .swiper-button-prev {
    display: none;
  }
}

.plan-wrapper {
  width: 90%;
  margin: 50px auto;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-wrapper {
    padding: 0;
  }
}

.plan {
  width: 100%;
  max-width: 926px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.plan:nth-of-type(n+2) {
  margin-top: 100px;
}
.plan__circle {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #59ACFF 0%, #0064C8 59%, #003162 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.plan__label {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.plan__number {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1;
}
.plan__content {
  height: 95px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.plan__title {
  color: #111;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.plan__note {
  width: 625px;
  height: 40px;
  color: #111;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .plan {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
  }
  .plan:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .plan__circle {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
  }
  .plan__label {
    font-size: 8px;
  }
  .plan__number {
    font-size: 20px;
  }
  .plan__content {
    height: auto;
    align-items: flex-start;
    text-align: left;
  }
  .plan__title {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .plan__note {
    width: 100%;
    font-size: 10px;
    line-height: 18px;
    height: auto;
    flex-direction: column;
    text-align: left;
  }
}

.procedure-list {
  width: 100%;
  max-width: 926px;
  margin: 30px auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.procedure-list__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  overflow: hidden;
  padding-bottom: 20px;
}
.procedure-list__header {
  width: 100%;
  padding-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.procedure-list .bg-blue {
  background: #c7ddf3;
}
.procedure-list .bg-gray {
  background: #e6e6e6;
}
.procedure-list__title {
  width: 100%;
  color: #111111;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}
.procedure-list__description {
  width: 100%;
  color: #111111;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
}
.procedure-list__bullets {
  padding-left: 1.2em;
  list-style: disc;
  color: #111;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
.procedure-list__note {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 32px;
  color: #111;
}
.procedure-list__note .underline {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .procedure-list__title, .procedure-list__description, .procedure-list__bullets, .procedure-list__note {
    font-size: 16px;
    line-height: 28px;
  }
  .procedure-list__header {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
  }
  .procedure-list__note {
    flex-direction: column;
  }
}

.price-table {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
}
@media (max-width: 600px) {
  .price-table {
    padding: 0;
  }
}
.price-table__header, .price-table__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: auto;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media (max-width: 600px) {
  .price-table__header, .price-table__row {
    flex-direction: row;
    gap: 4px;
  }
}
.price-table__header {
  background: #c7ddf3;
}
.price-table__row.alt {
  background: #fafafa;
}
.price-table__cell {
  width: 45%;
  max-width: 455px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  .price-table__cell {
    width: 45%;
    font-size: 16px;
  }
}
.price-table__note {
  margin-top: 20px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 32px;
  color: #111;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .price-table__note {
    font-size: 13px;
    line-height: 28px;
  }
}

.plan-detail {
  margin: 0 auto;
  width: 100%;
  padding: 15px 0 30px;
  max-width: 970px;
}
@media screen and (max-width: 768px) {
  .plan-detail {
    padding: 20px 0;
  }
}
.plan-detail__container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.plan-detail__section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .plan-detail__section {
    gap: 0;
  }
}
.plan-detail__heading {
  background: #C7DDF3;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
}
.plan-detail__h2 {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
}
.plan-detail__note {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  line-height: 32px;
}
.plan-detail__note a {
  color: #111;
}
.plan-detail__text {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #111;
  line-height: 32px;
}
.plan-detail__box {
  background: #fff;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .plan-detail__box {
    padding: 15px 0;
  }
}
.plan-detail__title {
  background: #0064C8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding: 3px 30px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.plan-detail .underline {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .plan-detail__heading {
    font-size: 16px;
    text-align: left;
  }
  .plan-detail__text {
    font-size: 16px;
    text-align: left;
  }
  .plan-detail__note {
    font-size: 13px;
    text-align: left;
  }
}

.corporation {
  width: 90%;
  max-width: 1116px;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.corporation__row {
  display: flex;
  border-top: 1px solid #f5f5f5;
  background-color: white;
}
.corporation__row:last-child {
  border-bottom: 1px solid #f5f5f5;
}
.corporation__label {
  width: 261px;
  padding: 30px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #111;
  background-color: #fff;
  box-sizing: border-box;
}
.corporation__value {
  flex: 1;
  padding: 30px 50px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #111;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .corporation__row {
    flex-direction: column;
  }
  .corporation__label, .corporation__value {
    width: 100%;
    padding: 20px;
  }
  .corporation__value {
    padding-top: 0;
  }
}

.greeting-section {
  position: relative;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .greeting-section {
    margin-bottom: 50px;
  }
}
.greeting-section__background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 747px;
  z-index: 0;
}
.greeting-section__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .greeting-section__background {
    height: 1196px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .greeting-section__background {
    height: 1250px;
  }
}
.greeting-section__content {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1156px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.greeting-section__image {
  width: 360px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .greeting-section__image {
    width: 90%;
    max-width: 285px;
  }
}
.greeting-section__image img {
  width: 100%;
  height: auto;
}
.greeting-section__text {
  width: 610px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.greeting-section__title-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.greeting-section__subtitle {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.greeting-section__subtitle .wrap {
  width: 250px;
  text-align: right;
}
.greeting-section__subtitle .wrap img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .greeting-section__subtitle .wrap {
    position: absolute;
    top: -25px;
  }
}
.greeting-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: white;
  line-height: 59px;
  letter-spacing: 2px;
}
.greeting-section__message {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 28px;
}
@media (max-width: 768px) {
  .greeting-section__content {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .greeting-section__text {
    width: 100%;
    align-items: center;
  }
  .greeting-section__title-block, .greeting-section__message {
    text-align: center;
  }
  .greeting-section__subtitle {
    font-size: 30px;
  }
  .greeting-section__title {
    font-size: 28px;
  }
  .greeting-section__message {
    font-size: 14px;
  }
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .profile {
    margin: 50px auto;
  }
}
.profile .tit {
  width: 100%;
  margin: 0 0 50px;
}
.profile .profile-header {
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 221px;
}
.profile .profile-header .profile-title {
  width: 1116px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile .profile-header .profile-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  color: black;
}
.profile .profile-header .profile-title .profile-subtitle {
  font-family: "WindSong", cursive;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #FF6600;
}
.profile .profile-section {
  width: 90%;
  max-width: 1116px;
  display: flex;
  flex-direction: column;
}
.profile .profile-section .profile-row {
  display: flex;
  background: white;
  border-top: 1px solid #F5F5F5;
}
.profile .profile-section .profile-row .profile-label {
  width: 261px;
  padding: 28px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  line-height: 28px;
}
.profile .profile-section .profile-row .profile-content {
  width: 855px;
  padding: 30px 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  line-height: 28px;
}
.profile .profile-section .profile-row:last-child {
  border-bottom: 1px solid #F5F5F5;
}
@media (max-width: 767px) {
  .profile .profile-header {
    height: auto;
    padding: 20px;
  }
  .profile .profile-header .profile-title {
    width: 100%;
  }
  .profile .profile-header .profile-title h2 {
    font-size: 28px;
    text-align: center;
  }
  .profile .profile-header .profile-title .profile-subtitle {
    font-size: 18px;
    text-align: center;
  }
  .profile .profile-section {
    width: 90%;
  }
  .profile .profile-section .profile-row {
    flex-direction: column;
    border-top: 1px solid #F5F5F5;
  }
  .profile .profile-section .profile-row .profile-label,
.profile .profile-section .profile-row .profile-content {
    width: 100%;
    padding: 20px;
  }
  .profile .profile-section .profile-row .profile-label {
    background: #f9f9f9;
    font-weight: 700;
  }
  .profile .profile-section .profile-row .profile-content {
    font-weight: 400;
  }
}

/***************************************************/
/* contact
/***************************************************/
.form {
  margin: 11vw auto;
  display: block;
  width: 70%;
  font-size: 2vh;
}
.form .inner {
  margin: 5vw auto;
}
.form .blk {
  margin: 3vh 0;
  padding-bottom: 3vh;
  border-bottom: 2px solid #f7f7f5;
  display: flex;
  justify-content: space-between;
}
.form .contact__lead {
  margin-bottom: 2vh;
  font-weight: bold;
}
.form .tac {
  margin-bottom: 8vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
}
.form .contactTitle {
  display: flex;
  width: 25%;
  vertical-align: top;
  justify-content: space-between;
}
.form .contactTitle .kome {
  margin: 0 0.5vw;
  padding-bottom: 2px;
  font-size: 12px;
  background: #FF6600;
  color: #FFF;
  height: 2.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .form .contactTitle .kome {
    margin: 4px 0.5vw 0 5px;
  }
}
.form .input-area {
  display: inline-block;
  width: 70%;
}
.form .input-area select, .form .input-area input[type=text], .form .input-area input[type=email] {
  padding: 0 1vw;
  width: 99%;
  height: 4vh;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .form .input-area select, .form .input-area input[type=text], .form .input-area input[type=email] {
    width: 97%;
  }
}
.form .input-area textarea { /*display: block;*/
  padding: 1vw;
  width: 99%;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .form .input-area textarea {
    width: 97%;
  }
}
.form .blk.s {
  border-bottom: none;
}
.form .blk.s .contactTitle span:first-of-type {
  width: 70%;
}
.form .blk.inBlk {
  margin: 0;
  padding: 0;
  border: none;
  width: 70%;
}
.form .input-area-s {
  display: inline-block;
  width: 48%;
}
.form .input-area-s input[type=text] {
  margin: 0;
  padding: 1vw;
  width: 97%;
  height: 4vh;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.form .btnWrapper {
  text-align: center;
}
.form input[type=submit] {
  font-size: 16px;
  padding: 10px 40px;
  background-color: #003366;
  border: none;
  color: #FFF;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .form {
    margin-top: 15vw;
    width: 95%;
  }
  .form .blk {
    display: block;
  }
  .form .contactTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }
  .form .contactTitle .kome {
    font-size: 12px;
  }
  .form .blk.inBlk {
    display: block;
    width: 100%;
  }
  .form .blk.l .contactTitle {
    margin-bottom: 10px;
  }
  .form .input-area-s, .form .input-area {
    width: 100%;
  }
  .form .input-area-s input[type=text], .form .input-area-s input[type=email], .form .input-area input[type=text], .form .input-area input[type=email] {
    margin: 1vh 0;
    height: 8vh;
  }
}

.custom-post-wrapper {
  max-width: 1116px;
  margin: 0 auto 75px;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.custom-post-item {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .custom-post-item {
    gap: 17px;
  }
}
.custom-post-item .post-thumbnail {
  width: 450px;
  height: 260px;
  flex-shrink: 0;
}
.custom-post-item .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  width: 450px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .custom-post-item .post-thumbnail img {
    width: 100%;
  }
}
.custom-post-item .post-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .custom-post-item .post-body {
    gap: 0;
  }
}
.custom-post-item .post-body .post-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.1px;
  color: #111;
}
.custom-post-item .post-body .post-excerpt {
  font-size: 18px;
  line-height: 32px;
  color: #111;
}
.custom-post-item .post-body .post-meta-top {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: #111;
  margin-bottom: 8px;
}
.custom-post-item .post-body .post-meta-top .post-category {
  background: #FF6600;
  padding: 4px 16px;
  border-radius: 4px;
  color: #FFF;
}
.custom-post-item .post-body .post-meta-top .post-date {
  font-size: 16px;
  line-height: 22px;
  color: #111;
}
.custom-post-item .post-body .readmore-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.custom-post-item .post-body .readmore-button {
  padding: 8px 40px;
  background: white;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  color: #111;
  display: flex;
  align-items: center;
  justify-items: center;
  text-decoration: none;
  width: 180px;
}
.custom-post-item .post-body .readmore-button .arrow-right {
  display: inline-block;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .custom-post-item {
    flex-direction: column;
  }
  .custom-post-item .post-thumbnail {
    width: 100%;
  }
  .custom-post-item .post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .custom-post-item .post-meta .readmore-button {
    align-self: flex-end;
  }
}
/***************************************************/
/* Single Post Styles */
.single-post-wrapper {
  max-width: 1030px;
  margin: 50px auto 100px;
  padding: 60px 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .single-post-wrapper {
    padding: 0 16px;
  }
}

.single-post-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.single-thumbnail {
  margin: 0 auto 50px;
  width: 100%;
}
.single-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.single-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin: 10px 0 45px;
}

.single-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 16px;
  color: #555;
}
.single-meta .single-category {
  background: #FF6600;
  padding: 4px 16px;
  border-radius: 3px;
  font-size: 12px;
  color: #FFF;
}
.single-meta .single-date {
  color: #111;
}

.single-content {
  font-size: 18px;
  line-height: 1.8;
  color: #111;
  margin-bottom: 100px;
}
.single-content p {
  margin-bottom: 1.6em;
}
.single-content img {
  max-width: 100%;
  height: auto;
}
.single-content a {
  color: #111;
  text-decoration: underline;
}

.single-back {
  margin-top: 40px;
}
.single-back .back-button {
  text-decoration: none;
  color: #111;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.3s;
}
.single-back .back-button:hover {
  background: #f3f3f3;
}

@media screen and (max-width: 768px) {
  .single-title {
    font-size: 22px;
  }
  .single-content {
    font-size: 16px;
  }
  .single-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  color: #111;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  transition: all 0.2s ease;
}

.pagination .page-numbers:hover {
  background: #f3f3f3;
  border-color: #999;
}

.pagination .page-numbers.current {
  background: #111;
  color: #fff;
  border-color: #111;
  pointer-events: none;
  font-weight: bold;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */