/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  margin-bottom: 4rem;
}

.c-breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0 0;
}

.c-breadcrumb ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #222222;
  margin-right: 0.8rem;
}

.c-breadcrumb ul li:after {
  position: absolute;
  content: "";
  border: solid #222222;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.2rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 0;
  top: 50%;
}

.c-breadcrumb ul li:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0;
}

.c-breadcrumb ul li:last-child:after {
  content: none;
}

.c-breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}

.c-breadcrumb ul li a {
  line-height: 1.2;
  color: #a9a9a9;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}
.ttl-page {
  background: #e7f6f9;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  color: #134368;
}

@media only screen and (min-width: 768px) {
  .ttl-page {
    font-size: 3.6rem;
    padding: 6rem 0;
    margin: 0 3.5rem;
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .ttl-page {
    font-size: 3.2rem;
    padding: 3rem 0;
    margin-bottom: 4rem;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 6.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 4rem;
  }
}
.pagination a,
.pagination .current {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  border-radius: 0.5rem;
}

.pagination a {
  border: 1px solid #222222;
  text-decoration: none;
}

.pagination a:hover {
  border: 1px solid #49c0e5;
  background: #49c0e5;
  color: #fff;
}

.pagination .current {
  border: 1px solid #49c0e5;
  background: #49c0e5;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  font-size: 0;
  position: relative;
  border: 1px solid #49c0e5;
  background: #49c0e5;
}

.pagination .prev:before,
.pagination .next:before {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.pagination .prev.prev:before,
.pagination .next.prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  margin-left: 0.1rem;
}

.pagination .prev.next:before,
.pagination .next.next:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: -0.1rem;
}

.p-news .s-news__ct a {
  border-bottom: 0.1rem solid rgba(49, 39, 24, 0.2);
  display: block;
  text-decoration: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-news .s-news__ct a {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-news .s-news__ct a:hover {
    opacity: 0.7;
  }
  .p-news .s-news__ct a:first-child {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news__ct a {
    padding: 0.7rem 0;
  }
}
.p-news .s-news__ct a .date {
  font-family: var(--font-Figtree);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--co-primary);
}

.p-news .s-news__ct a p {
  letter-spacing: 0.02em;
  padding-right: 4rem;
}

.p-news .s-news__ct a .icon {
  display: block;
  position: absolute;
  top: 50%;
  background: var(--co-primary);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .p-news .s-news__ct a .icon {
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .s-news__ct a .icon {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-news .s-news__ct a .icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: -0.1rem;
}

.p-sigle_news .news-detail__head {
  border-bottom: 0.2rem solid #175e94;
  padding-bottom: 1.9rem;
  margin-bottom: 6rem;
}

.p-sigle_news .news-detail__head .date {
  color: #49c0e5;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-menu .list-menu_itemCt .ct .ttl .p-sigle_news .news-detail__head .ttl {
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 0.2rem;
}

@media only screen and (min-width: 768px) {
  .p-sigle_news .news-detail__head .ttl {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sigle_news .news-detail__head .ttl {
    font-size: 2.4rem;
  }
}
.p-sigle_news .pagination--detail {
  border-top: 1px solid rgba(49, 39, 24, 0.2);
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-sigle_news .pagination--detail {
    padding-top: 5.1rem;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sigle_news .pagination--detail {
    padding-top: 5.1rem;
    margin-top: 5rem;
  }
}
.p-sigle_news .pagination--detail a {
  height: 6.4rem;
  border-radius: 3.2rem;
}

.p-sigle_news .pagination--detail a.cm_btn__sigle {
  border: 1px solid #377fd2;
  background: #377fd2;
}

@media only screen and (min-width: 768px) {
  .p-sigle_news .pagination--detail a.cm_btn__sigle {
    width: 30.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sigle_news .pagination--detail a.cm_btn__sigle {
    width: 15rem;
  }
}
.p-sigle_news .pagination--detail a.cm_btn__sigle:hover {
  background: #fff;
  color: #377fd2;
}

.p-sigle_news .pagination--detail a.cm_btn__prev {
  border: 1px solid #49c0e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.9rem 0 2.2rem;
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .p-sigle_news .pagination--detail a.cm_btn__prev {
    width: 19.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sigle_news .pagination--detail a.cm_btn__prev {
    width: 13rem;
  }
}
.p-sigle_news .pagination--detail a.cm_btn__prev span:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  margin-left: 0.1rem;
}

.p-sigle_news .pagination--detail a.cm_btn__next {
  border: 1px solid #49c0e5;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.2rem 0 2.9rem;
}

@media only screen and (min-width: 768px) {
  .p-sigle_news .pagination--detail a.cm_btn__next {
    width: 19.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sigle_news .pagination--detail a.cm_btn__next {
    width: 13rem;
  }
}
.single__WYSIWYG h1,
.single__WYSIWYG h2,
.single__WYSIWYG h3,
.single__WYSIWYG h4,
.single__WYSIWYG h5,
.single__WYSIWYG h6 {
  font-weight: 500;
}

.single__WYSIWYG h2 {
  border-left: 0.7rem solid #49c0e5;
  font-weight: 700;
}

.single__WYSIWYG h3 {
  border-bottom: 0.1rem solid #c4c4c4;
  position: relative;
}

.single__WYSIWYG h3:before {
  content: "";
  width: 20rem;
  background: #49c0e5;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .single__WYSIWYG h3:before {
    height: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .single__WYSIWYG h3:before {
    height: 0.1rem;
  }
}
.single__WYSIWYG h4 {
  position: relative;
  border-bottom: 2px dotted #134368;
}

.single__WYSIWYG h5 {
  position: relative;
  padding-left: 2.2rem !important;
}

.single__WYSIWYG h5:after,
.single__WYSIWYG h5:before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.single__WYSIWYG h5:after {
  background: var(--bg-brown);
}

.single__WYSIWYG h5:before {
  background: #222222;
}

.single__WYSIWYG h6 {
  position: relative;
  border-bottom: 1px solid var(--bg-brown);
}

.single__WYSIWYG figure {
  display: block;
  overflow: hidden;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.single__WYSIWYG figure.size-small {
  width: 35%;
}

.single__WYSIWYG figure.size-medium {
  width: 70%;
}

.single__WYSIWYG figure.size-large {
  width: 100%;
}

.single__WYSIWYG figure.alignleft {
  float: left;
}

.single__WYSIWYG figure.alignright {
  float: right;
}

.single__WYSIWYG figure.aligncenter {
  margin: auto;
}

.single__WYSIWYG figure figcaption {
  text-align: center;
  margin-top: 2rem;
}

.single__WYSIWYG p img,
.single__WYSIWYG div img {
  display: block;
  overflow: hidden;
}

.single__WYSIWYG p img.size-small {
  width: 35%;
}

.single__WYSIWYG p img.size-medium {
  width: 70%;
}

.single__WYSIWYG p img.size-large {
  width: auto;
}

.single__WYSIWYG p img.alignleft {
  float: left;
}

.single__WYSIWYG p img.alignright {
  float: right;
}

.single__WYSIWYG ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.single__WYSIWYG ul li:after {
  position: absolute;
  content: "";
  top: 1.2rem;
  left: 0;
  background: #383838;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}

.single__WYSIWYG ol {
  list-style-type: decimal-leading-zero;
  counter-reset: section;
}

.single__WYSIWYG ol li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.single__WYSIWYG ol > li {
  position: relative;
  counter-increment: section;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.single__WYSIWYG ol > li:before {
  content: counter(section) ".";
}

.single__WYSIWYG ol > li > ol {
  counter-reset: subsection;
  list-style-type: none;
  margin-top: 0.5rem;
  margin-left: 2rem;
}

.single__WYSIWYG ol > li > ol > li {
  position: relative;
  counter-increment: subsection;
  font-size: 1.4rem;
  font-weight: normal;
}

.single__WYSIWYG ol > li > ol > li:before {
  content: counter(section) "." counter(subsection) " ";
}

.single__WYSIWYG u,
.single__WYSIWYG del {
  color: #ff945d;
  font-weight: 700;
}

.single__WYSIWYG .box-youtube {
  max-width: 69rem;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .single__WYSIWYG h1,
  .single__WYSIWYG h2,
  .single__WYSIWYG h3,
  .single__WYSIWYG h4,
  .single__WYSIWYG h5,
  .single__WYSIWYG h6 {
    margin: 5rem 0 3rem;
    font-weight: 700;
  }
  .single__WYSIWYG h1 {
    font-size: 3rem;
  }
  .single__WYSIWYG h2 {
    padding-left: 1rem;
    font-size: 2.4rem;
  }
  .single__WYSIWYG h3 {
    font-size: 2.4rem;
    padding-bottom: 0.6rem;
  }
  .single__WYSIWYG h4 {
    font-size: 2.2rem;
    padding-bottom: 0.5rem;
  }
  .single__WYSIWYG h5 {
    font-size: 1.8rem;
  }
  .single__WYSIWYG h6 {
    font-size: 1.8rem;
  }
  .single__WYSIWYG figure {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .single__WYSIWYG p,
  .single__WYSIWYG div {
    margin-bottom: 2.3rem;
    line-height: 1.75;
  }
  .single__WYSIWYG p img {
    margin: 3rem 0;
  }
  .single__WYSIWYG img.aligncenter {
    margin: 3rem auto 3rem;
  }
  .single__WYSIWYG img.alignleft {
    margin-right: 5rem;
  }
  .single__WYSIWYG img.alignright {
    margin-left: 5rem;
  }
  .single__WYSIWYG p iframe {
    width: 100%;
    height: 38.5rem;
  }
  .single__WYSIWYG ol,
  .single__WYSIWYG ul {
    margin-top: 3rem;
  }
  .single__WYSIWYG .box-youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
  }
  .single__WYSIWYG .box-youtube img {
    margin-top: 0;
  }
  .single__WYSIWYG .box-youtube iframe {
    width: 100%;
    height: 38.5rem;
  }
  .single__WYSIWYG .aligncenter {
    text-align: center;
    max-width: 100%;
  }
  .single__WYSIWYG .alignright {
    text-align: right;
    max-width: 100%;
  }
  .single__WYSIWYG .cm-btn.btn-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .single__WYSIWYG .cm-btn.btn-pdf a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    font-size: 1.8rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single__WYSIWYG h1,
  .single__WYSIWYG h2,
  .single__WYSIWYG h3,
  .single__WYSIWYG h4,
  .single__WYSIWYG h5,
  .single__WYSIWYG h6 {
    padding: 0.5rem 0;
    margin: 2.5rem 0 1.5rem;
  }
  .single__WYSIWYG h1 {
    font-size: 2.2rem;
  }
  .single__WYSIWYG h2 {
    font-size: 2rem;
    padding-left: 1rem;
  }
  .single__WYSIWYG h3 {
    font-size: 1.8rem;
  }
  .single__WYSIWYG h4 {
    font-size: 1.7rem;
  }
  .single__WYSIWYG h5 {
    font-size: 1.6rem;
  }
  .single__WYSIWYG h6 {
    font-size: 1.5rem;
  }
  .single__WYSIWYG p {
    margin-bottom: 1.5rem;
  }
  .single__WYSIWYG p img {
    margin: 1.5rem 0;
  }
  .single__WYSIWYG img.aligncenter {
    margin: 1.5rem auto 1.5rem;
  }
  .single__WYSIWYG img.alignleft {
    margin-right: 1.5rem;
  }
  .single__WYSIWYG img.alignright {
    margin-left: 1.5rem;
  }
  .single__WYSIWYG p iframe {
    height: 25rem;
  }
  .single__WYSIWYG ol,
  .single__WYSIWYG ul {
    margin-top: 1.5rem;
  }
  .single__WYSIWYG .box-youtube {
    margin-top: 2rem;
  }
}
.p-blog .blog-box .blog-title {
  color: #134368;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 1.3rem;
}

.p-blog .blog-box .box-cat {
  -webkit-box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .p-blog .blog-box .box-cat {
    padding: 3.9rem 6.6rem;
    gap: 2rem;
    margin-bottom: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .blog-box .box-cat {
    padding: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-blog .blog-box .box-cat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4.5rem;
  border-radius: 2.9rem;
  border: 1px solid #498de5;
  font-weight: 700;
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 18.4rem;
  text-decoration: none;
}

.p-blog .blog-box .box-cat a:hover {
  background: #498de5;
  color: #fff;
}

.p-blog .blog-box .box-cat a.cat_active {
  background: #498de5;
  color: #fff;
}

/* @media only screen and (min-width: 768px) {
  .p-blog .blog-box .box-cat a.cat_active {
    width: 13.9rem;
  }
} */
.p-blog .blog-box .box-tag {
  -webkit-box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .p-blog .blog-box .box-tag {
    padding: 3.1rem 6.6rem 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .blog-box .box-tag {
    padding: 2rem;
  }
}
.p-blog .blog-box .box-tag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-weight: 500;
  background: #ebf3f7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
  padding: 0 0.9rem;
}

@media only screen and (min-width: 768px) {
  .p-blog .blog-box .box-tag a {
    font-size: 1.4rem;
    height: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .blog-box .box-tag a {
    font-size: 1.6rem;
  }
}
.p-blog .blog-box .box-tag a:hover {
  background: #498de5;
  color: #fff;
}

.p-blog .blog-box .box-tag a.tag_active {
  background: #134368;
  color: #fff;
}

.p-blog .s-blog {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-blog .s-blog {
    margin-top: 10.6rem;
    padding-bottom: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .s-blog {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-blog .s-blog:after {
  content: "";
  height: calc(100% - 8.9rem);
  border-radius: 1rem 0 0 1rem;
  background: #e7f6f9;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .p-blog .s-blog:after {
    width: calc(100% - 23.9rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .s-blog:after {
    width: calc(100% - 5rem);
  }
}
.p-blog .s-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .p-blog .s-blog__list {
    gap: 2.3rem;
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .s-blog__list {
    gap: 3rem;
  }
}
.p-blog .s-blog__inner {
  position: relative;
  z-index: 9;
}

.p-blog .s-blog__item {
  border-radius: 1rem;
  padding: 2rem;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .p-blog .s-blog__item {
    width: calc(33.3333333333% - 1.5333333333rem);
    -webkit-box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.05);
    box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .s-blog__item {
    width: 100%;
    -webkit-box-shadow: 0.15rem 0.15rem 0.75rem rgba(0, 0, 0, 0.05);
    box-shadow: 0.15rem 0.15rem 0.75rem rgba(0, 0, 0, 0.05);
  }
}
.p-blog .s-blog__item a {
  text-decoration: none;
}

.p-blog .s-blog__item .img {
  width: 100%;
  height: 22.8rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}

.p-blog .s-blog__item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}

.p-blog .s-blog__item .cat_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .p-blog .s-blog__item .cat_date {
    margin-top: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .s-blog__item .cat_date {
    margin-top: 2rem;
  }
}
.p-blog .s-blog__item .cat_date .cat {
  font-size: 1.3rem;
  background: #498de5;
  border-radius: 1.5rem;
  color: #fff;
  padding: 0 1.2rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-blog .s-blog__item .cat_date .date {
  color: #515151;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: var(--font-Figtree);
}

.p-blog .s-blog__item .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7777777778;
}

@media only screen and (min-width: 768px) {
  .p-blog .s-blog__item .ttl {
    margin: 1rem 0 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .s-blog__item .ttl {
    margin: 1rem 0;
  }
}
.p-blog .s-blog__item .list_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.p-blog .s-blog__item .list_tag a {
  color: #49c0e5;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4285714286;
}

.p-blog .s-blog__item .list_tag a:hover {
  text-decoration: underline;
}

.p-blog .s-blog__ttl {
  font-family: var(--font-Figtree);
  font-weight: 300;
  color: rgba(73, 192, 229, 0.1);
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
  .p-blog .s-blog__ttl {
    font-size: 20rem;
    line-height: 1.09;
    position: absolute;
    top: 39.3rem;
    left: -10.2rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .p-blog .s-blog__ttl {
    display: none;
  }
}
.cm-title02 {
  border-bottom: 1px solid #134368;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #134368;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .cm-title02 {
    margin-bottom: 4rem;
    font-size: 2.8rem;
    gap: 2rem;
    padding-bottom: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02 {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .cm-title02 img {
    width: 3.1rem;
  }
}
.cm_btn02 {
  border-radius: 5rem;
  background: #fff;
  color: #222222;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid var(--co-primary);
}

@media only screen and (min-width: 768px) {
  .cm_btn02 {
    gap: 1.2rem;
    min-width: 21rem;
    height: 5rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding: 0 1.3rem 0 1.8rem;
  }
  .cm_btn02:hover {
    background: var(--co-primary);
    color: #fff;
  }
  .cm_btn02:hover span {
    background: #fff;
  }
  .cm_btn02:hover span:after {
    border: solid var(--co-primary);
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm_btn02 {
    width: 35rem;
    height: 5.5rem;
    padding: 0 1.5rem 0 2rem;
  }
}
.cm_btn02 span {
  display: block;
  background: #49c0e5;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media only screen and (min-width: 768px) {
  .cm_btn02 span {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_btn02 span {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.cm_btn02 span:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: -0.1rem;
}

@media only screen and (min-width: 768px) {
  .p-menu .list-menu_item {
    margin-bottom: 11.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu .list-menu_item {
    margin-bottom: 5rem;
  }
}
.p-menu .list-menu_itemCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .p-menu .list-menu_itemCt {
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu .list-menu_itemCt {
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-menu .list-menu_itemCt img {
  border-radius: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .p-menu .list-menu_itemCt img {
    width: 42.4rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu .list-menu_itemCt img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-menu .list-menu_itemCt .ct {
    width: calc(100% - 47.4rem);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu .list-menu_itemCt .ct {
    width: 100%;
  }
}
.p-menu .list-menu_itemCt .ct .ttl {
  color: #134368;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 10px;
}
.p-menu .list-menu_itemCt .ct li {
  position: relative;
  padding-left: 1.5rem;
}
.p-menu .list-menu_itemCt .ct li:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #134368;
  position: absolute;
  top: 1.3rem;
  left: 0;
}
.p-menu .list-menu_itemCt .ct li span {
  color: #134368;
  font-weight: 700;
}
.p-menu .list-menu_itemCt .ct .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .p-menu .list-menu_itemCt .ct .list {
    gap: 3rem;
    margin-top: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu .list-menu_itemCt .ct .ttl {
    font-size: 1.8rem;
  }
  .p-menu .list-menu_itemCt .ct .list {
    gap: 1.5rem;
    margin-top: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-menu-detail_listcat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .p-menu-detail_listcat {
    gap: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail_listcat {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
.p-menu-detail_listcat a {
  width: auto;
  max-width: 100%;
  height: 4.5rem;
  border-radius: 2.9rem;
  border: 1px solid #498de5;
  min-width: 18.4rem;
  padding: 0 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}

.p-menu-detail_listcat a:after {
  content: "";
  border: solid #498de5;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 1.9rem;
}

.p-menu-detail_listcat a:hover {
  background: #498de5;
  color: #fff;
}

.p-menu-detail_listcat a:hover:after {
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
}

.p-menu-detail .ttl_h4 {
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .p-menu-detail .ttl_h4 {
    margin: 4rem 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail .ttl_h4 {
    margin: 2rem 0 2rem;
  }
}
.p-menu-detail .ttl_h5 {
  color: #ff945d;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .p-menu-detail .ttl_h5 {
    font-size: 2.8rem;
    margin: 3.6rem 0 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail .ttl_h5 {
    font-size: 2.4rem;
    margin: 2rem 0 1.5rem;
  }
}
.p-menu-detail .ttl_h6 {
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .p-menu-detail .ttl_h6 {
    font-size: 2rem;
    margin: 0 0 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail .ttl_h6 {
    font-size: 2.2rem;
    margin: 2rem 0 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-menu-detail p {
    margin: 1rem 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail p {
    margin: 1rem 0 2rem;
  }
}
.p-menu-detail .box_blue {
  background: #e7f6f9;
  border-radius: 1rem 0 0 1rem;
}

@media only screen and (min-width: 768px) {
  .p-menu-detail .box_blue {
    padding: 3.4rem 4.8rem 4.4rem;
    margin-bottom: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail .box_blue {
    padding: 2rem;
    margin-bottom: 3rem;
  }
}
.p-menu-detail .box_blue ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.p-menu-detail .box_blue ul li {
  background: #fff url(../images/common_img/check.svg) no-repeat left 1.2rem center;
  background-size: 2.7rem 2.3rem;
  padding: 1rem 1rem 1rem 5rem;
  -webkit-box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
  line-height: 1.5;
  border-radius: 1rem;
}

@media only screen and (min-width: 768px) {
  .p-menu-detail .box_blue ul li {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail .box_blue ul li {
    width: 100%;
  }
}
.p-menu-detail .menudateil_banner {
  background: #ffc692;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgb(255, 198, 146)),
    color-stop(50%, rgb(255, 198, 146)),
    to(rgb(255, 228, 204))
  );
  background: linear-gradient(
    270deg,
    rgb(255, 198, 146) 0%,
    rgb(255, 198, 146) 50%,
    rgb(255, 228, 204) 100%
  );
  text-align: center;
}
.p-menu-detail .menudateil_banner .tel_box {
  justify-content: center;
  padding: 0;
  /* background: none;
  min-width: auto !important;
  height: auto;
  display: inline-block;
  width: auto !important; */
}
.p-menu-detail .menudateil_banner .tel_box p {
  display: flex;
  align-items: center;
  line-height: 4.2rem;
  gap: 1.3rem;
  justify-content: center;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-menu-detail .menudateil_banner {
    margin: 8.8rem auto 10.5rem;
    padding: 5.1rem 5rem 5rem;
    max-width: 81.9rem;
    width: 100%;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail .menudateil_banner {
    margin: 3rem 1.5rem;
    padding: 2rem;
    border-radius: 1rem;
  }
}
.p-menu-detail .menudateil_banner p {
  margin: 0;
}

.p-menu-detail .menudateil_banner a {
  border-radius: 3.2rem;
  background: #fff;
  color: #222222;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .p-menu-detail .menudateil_banner a {
    gap: 1.2rem;
    max-width: 31.9rem;
    height: 6.4rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding: 0 2.3rem 0 5rem;
    margin-top: 2.3rem;
  }
  .p-menu-detail .menudateil_banner a:hover {
    background: #ff945d;
    color: #fff;
  }
  .p-menu-detail .menudateil_banner a:hover span {
    background: #fff;
  }
  .p-menu-detail .menudateil_banner a:hover span:after {
    border: solid #ff945d;
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail .menudateil_banner a {
    height: 5.5rem;
    padding: 0 1.5rem 0 2rem;
    margin-top: 2rem;
  }
}
.p-menu-detail .menudateil_banner a span {
  display: block;
  background: #ff945d;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media only screen and (min-width: 768px) {
  .p-menu-detail .menudateil_banner a span {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail .menudateil_banner a span {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-menu-detail .menudateil_banner a span:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: -0.1rem;
}

.p-menu-detail .menudetail_item_bg {
  background: #e7f6f9;
}

@media only screen and (min-width: 768px) {
  .p-menu-detail .menudetail_item_bg {
    padding: 7rem 0 9.7rem;
    margin-bottom: 6.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail .menudetail_item_bg {
    padding: 4rem 0;
    margin-bottom: 3rem;
  }
}
.p-menu-detail .list-boxdetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .p-menu-detail .list-boxdetail {
    gap: 2.3rem 3rem;
    margin-top: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail .list-boxdetail {
    gap: 2rem 3rem;
    margin-top: 3rem;
  }
}
.p-menu-detail .list-boxdetail .box {
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .p-menu-detail .list-boxdetail .box {
    width: calc(50% - 1.5rem);
    padding: 2.8rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-menu-detail .list-boxdetail .box {
    width: 100%;
    padding: 2rem;
    gap: 2rem;
  }
}
.p-menu-detail .list-boxdetail .box .img {
  width: 12rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-menu-detail .list-boxdetail .box .ct {
  width: 100%;
}

.p-menu-detail .list-boxdetail .box .ct .ttl {
  font-size: 2.2rem;
  color: #134368;
  margin: 0 0 10px;
}

.p-menu-detail .list-boxdetail .box .ct p {
  font-weight: 500;
  margin: 0;
}

.p-guide .guide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .p-guide .guide-list {
    gap: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .guide-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-guide .guide-list a {
  height: 4.5rem;
  border-radius: 2.9rem;
  border: 1px solid #498de5;
  min-width: 18.4rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}

.p-guide .guide-list a:after {
  content: "";
  border: solid #498de5;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 1.9rem;
}

.p-guide .guide-list a:hover {
  background: #498de5;
  color: #fff;
}

.p-guide .guide-list a:hover:after {
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
}

.p-guide .s-guide01 {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 {
    margin-top: 6.7rem;
    padding-bottom: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-guide .s-guide01:after {
  content: "";
  width: 100%;
  height: 44.5rem;
  position: absolute;
  bottom: 0;
  border-radius: 1rem 0 0 1rem;
  background: #e7f6f9;
}

.p-guide .s-guide01__inner {
  max-width: 87.3rem;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01__inner {
    padding: 2.2rem 4.5rem 3rem;
    margin: 4.5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01__inner {
    padding: 2rem 1.5rem 3rem;
    margin: 3rem auto 0;
  }
}
.p-guide .s-guide01 .calendar {
  width: 100%;
}

.p-guide .s-guide01 .calendar tr {
  border-bottom: 0.1rem solid #222;
}

.p-guide .s-guide01 .calendar tr:last-child {
  border-bottom: none;
}

.p-guide .s-guide01 .calendar th {
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .calendar th {
    padding: 1rem 0;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .calendar th {
    padding: 0.9rem 0;
    font-size: 1.5rem;
  }
}
.p-guide .s-guide01 .calendar th.th01 {
  font-family: var(--font-Figtree);
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .calendar th.th01 {
    width: 32.4rem;
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .calendar th.th01 {
    width: 17rem;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .calendar th.th01 span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .calendar th.th01 span {
    display: block;
    margin: 0.5rem 0 0 -0.8rem;
  }
}
.p-guide .s-guide01 .calendar th.th02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .calendar th.th02 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .calendar th.th02 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .calendar th.th02 span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .calendar th.th02 span {
    font-size: 1.2rem;
  }
}
.p-guide .s-guide01 .calendar th.th02 img {
  margin-right: 0.74rem;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .calendar th.th02 img {
    width: 3rem;
  }
}
.p-guide .s-guide01 .calendar td {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .calendar td {
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .calendar td {
    padding: 0.9rem 0;
  }
}
.p-guide .s-guide01 .calendar td span {
  display: block;
  margin: auto;
}

.p-guide .s-guide01 .calendar td .line {
  height: 0.1rem;
  background: #222222;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .calendar td .line {
    width: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .calendar td .line {
    width: 1rem;
  }
}
.p-guide .s-guide01 .calendar td .circle {
  border-radius: 50%;
  background: var(--co-primary);
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .calendar td .circle {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .calendar td .circle {
    width: 1rem;
    height: 1rem;
  }
}
.p-guide .s-guide01 .txt {
  margin: 0 0 0;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .txt {
    line-height: 1.6875;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .txt {
    font-size: 1.7rem;
  }
}
.p-guide .s-guide01 .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .list-btn {
    gap: 3rem;
    margin-top: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .list-btn {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-top: 2rem;
  }
}
.p-guide .s-guide01 .list-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .list-btn a {
    width: calc(33.3333333333% - 2rem);
    height: 6.1rem;
    font-size: 2.2rem;
    padding-left: 2.2rem;
    border-radius: 2rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    gap: 1.5rem;
  }
  .p-guide .s-guide01 .list-btn a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .list-btn a {
    width: calc(50% - 1rem);
    height: 6rem;
    border-radius: 1rem;
    font-size: 1.65rem;
  }
  /* .p-guide .s-guide01 .list-btn a:first-child {
    width: 30rem;
    height: 6rem;
    border-radius: 5rem;
    font-size: 1.75rem;
  } */
}
.p-guide .s-guide01 .list-btn a:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .list-btn a:after {
    padding: 0.45rem;
    right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .list-btn a:after {
    padding: 0.35rem;
    right: 2rem;
  }
}
.p-guide .s-guide01 .list-btn a.btn01 {
  border: 0.1rem solid #222222;
  border-radius: 5rem;
}

.p-guide .s-guide01 .list-btn a.btn01:after {
  border: solid #000;
  border-width: 0 0.2rem 0.2rem 0;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .list-btn a.btn01:after {
    right: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .list-btn a.btn01 {
    font-size: 2.1rem;
  }
  .p-guide .s-guide01 .list-btn a.btn01 img {
    width: 2.2rem;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .list-btn a.btn01 {
    padding-left: 1.8rem;
    gap: 1.2rem;
  }
  .p-guide .s-guide01 .list-btn a.btn01 img {
    width: 1.9rem;
    height: auto;
  }
}
.p-guide .s-guide01 .list-btn a.btn02 {
  background: var(--co-oranger);
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .list-btn a.btn02 img {
    width: 3.3rem;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .list-btn a.btn02 {
    padding-left: 1.8rem;
    gap: 1.2rem;
  }
  .p-guide .s-guide01 .list-btn a.btn02 img {
    width: 2.5rem;
    height: auto;
  }
}
.p-guide .s-guide01 .list-btn a.btn03  {
  background: var(--co-brown);
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01 .list-btn a ,
  .p-guide .s-guide02 .list-btn a {
    width: 36% !important;
    max-width: 28rem;
    font-size: 1.8rem !important;
  }
  .p-guide .s-guide01 .list-btn a.btn03 {
    color: #fff;
    padding-left: 2.7rem;
  }
  .p-guide .s-guide01 .list-btn a.btn03 img {
    width: 3.35rem;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01 .list-btn a.btn03 {
    color: #fff;
    padding-left: 2.1rem;
    gap: 1.2rem;
  }
  .p-guide .s-guide01 .list-btn a.btn03 img {
    width: 2.6rem;
    height: auto;
  }
}
.p-guide .s-guide01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01__btn {
    margin-top: 3.7rem;
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01__btn {
    margin-top: 3rem;
    gap: 2rem;
  }
}
.p-guide .s-guide01__btn a {
  height: 6.4rem;
  border: 1px solid #49c0e5;
  border-radius: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01__btn a {
    width: 24.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01__btn a {
    width: calc(50% - 1rem);
  }
}
.p-guide .s-guide01__btn .btn-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide01__btn .btn-pdf {
    padding: 0 3rem 0 3.5rem;
  }
  .p-guide .s-guide01__btn .btn-pdf:hover {
    background: #49c0e5;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide01__btn .btn-pdf {
    padding: 0 1.5rem 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-guide .s-guide02 {
    margin-top: 11.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide02 {
    margin-top: 4rem;
  }
}
.p-guide .s-guide02 .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide02 .list-btn {
    gap: 3rem;
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide02 .list-btn {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
  }
}
.p-guide .s-guide02 .list-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide02 .list-btn a {
    width: 24rem;
    height: 6.1rem;
    font-size: 2.2rem;
    padding-left: 2.2rem;
    border-radius: 2rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    gap: 1.5rem;
  }
  .p-guide .s-guide02 .list-btn a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide02 .list-btn a {
    width: calc(50% - 1rem);
    height: 6rem;
    border-radius: 1rem;
    font-size: 1.65rem;
  }
}
.p-guide .s-guide02 .list-btn a:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide02 .list-btn a:after {
    padding: 0.45rem;
    right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide02 .list-btn a:after {
    padding: 0.35rem;
    right: 2rem;
  }
}
.p-guide .s-guide02 .list-btn a.btn02 {
  background: var(--co-oranger);
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide02 .list-btn a.btn02 img {
    width: 3.3rem;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide02 .list-btn a.btn02 {
    padding-left: 1.8rem;
    gap: 1.2rem;
  }
  .p-guide .s-guide02 .list-btn a.btn02 img {
    width: 2.5rem;
    height: auto;
  }
}
.p-guide .s-guide02 .list-btn a.btn03 {
  background: var(--co-brown);
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide02 .list-btn a.btn03 {
    color: #fff;
    padding-left: 2.7rem;
  }
  .p-guide .s-guide02 .list-btn a.btn03 img {
    width: 3.35rem;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide02 .list-btn a.btn03 {
    color: #fff;
    padding-left: 2.1rem;
    gap: 1.2rem;
  }
  .p-guide .s-guide02 .list-btn a.btn03 img {
    width: 2.6rem;
    height: auto;
  }
}
.p-guide .s-guide02__item {
  margin-top: 0.6rem;
  margin-bottom: 5.3rem;
}

.p-guide .s-guide02__item:last-child {
  margin-bottom: 0;
}

.p-guide .s-guide02__item .cm-title02 {
  margin-bottom: 2.8rem;
}

.p-guide .s-guide02__item .ttl_h4 {
  color: #ff945d;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide02__item .ttl_h4 {
    font-size: 2.8rem;
    margin: 2.8rem 0 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide02__item .ttl_h4 {
    font-size: 2.4rem;
    margin: 2rem 0 1rem;
  }
}
.p-guide .s-guide02 .box {
  border: 1px solid #cccccc;
  border-radius: 1rem;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide02 .box {
    padding: 3rem 4rem 3.5rem;
    margin-top: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide02 .box {
    padding: 2rem 1.5rem;
    margin-top: 5.1rem;
  }
}
.p-guide .s-guide02 .box .ttl {
  color: #134368;
  font-weight: 700;
  margin: 0 0 1rem;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide02 .box .ttl {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide02 .box .ttl {
    font-size: 2rem;
  }
}
.p-guide .s-guide02 .box p {
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide03 {
    margin-top: 6.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide03 {
    margin-top: 4rem;
  }
}
.p-guide .s-guide03 .inner {
  text-align: center;
  margin-top: 4.4rem;
}

.p-guide .s-guide03 .inner .ttl {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 3.3rem;
}

.p-guide .s-guide03 .inner p {
  font-weight: 500;
}

.p-guide .s-guide03 .inner .map {
  width: 100%;
  overflow: hidden;
  display: block;
}

@media only screen and (min-width: 768px) {
  .p-guide .s-guide03 .inner .map {
    height: 47.2rem;
    margin-top: 8.6rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guide .s-guide03 .inner .map {
    height: 30rem;
    margin-top: 3rem;
    border-radius: 1rem;
  }
}
.p-guide .s-guide03 .inner .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*====================================================================================
PAGE ABOUT
====================================================================================*/
.sec-about01__slider img {
  border-radius: 1rem;
}

#sec-about01 {
  margin-bottom: 6.5rem;
}

.list-anchorlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.list-anchorlink a {
  border-radius: 2.9rem;
  border: 1px solid #498de5;
  min-width: 18.4rem;
  padding: 0.6rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.list-anchorlink a:after {
  content: "";
  border: solid #498de5;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .list-anchorlink {
    gap: 1rem 0;
    justify-content: space-between;
  }
  .list-anchorlink li {
    width: 48%;
  }
  .list-anchorlink li a {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .list-anchorlink {
    gap: 1.8rem;
    margin-top: 4rem;
  }
  .list-anchorlink a:hover {
    background: #498de5;
    color: #fff;
  }
  .list-anchorlink a:hover:after {
    border-color: #fff;
  }
}
.sec-about03 {
  padding: 8rem 0 9rem;
}
.sec-about03 .container {
  max-width: 1406px;
}
@media only screen and (max-width: 767px) {
  .sec-about03 {
    padding: 4rem 0;
  }
}

.about-message__list {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 8rem 0;
}
.about-message__list img {
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .about-message__list {
    margin-top: 4rem;
    gap: 3rem 0;
  }
}
.about-message__item {
  display: flex;
  flex-wrap: wrap;
}
.about-message__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.about-message__item:nth-child(2n) .about-message__txt {
  padding: 0 3.5% 0 9%;
}
.about-message__img {
  width: 46.5%;
}
@media only screen and (max-width: 767px) {
  .about-message__img {
    width: 100%;
  }
}
.about-message__txt {
  flex: 1;
  min-width: 0;
  padding: 0 10% 0 3.5%;
}
@media only screen and (max-width: 767px) {
  .about-message__txt {
    flex: auto;
    padding: 2rem 0 !important;
  }
}
.about-message__title {
  font-size: 2.2rem;
  color: #134368;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .about-message__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.about-sign {
  text-align: right;
  color: #134368;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .about-sign {
    font-size: 1.8rem;
  }
}

.sec-about04 {
  padding: 12rem 0;
  position: relative;
  z-index: 1;
}
.sec-about04:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e7f6f9;
  height: 100%;
  width: 83%;
  z-index: -1;
  border-radius: 1rem 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .sec-about04 {
    padding: 4rem 0;
  }
  .sec-about04:after {
    width: 100%;
    border-radius: 0;
  }
}

.about-num__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5rem;
}
.about-num__item {
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  counter-increment: num;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
.about-num__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.about-num__item:nth-child(2n) .about-num__txt {
  padding: 0 1.5rem 0 4rem;
}
.about-num__txt {
  flex: 1;
  min-width: 0;
  padding: 0 3.5rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .about-num__txt {
    padding: 2rem 0 !important;
    flex: auto;
  }
}
.about-num__img {
  width: 42%;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .about-num__img {
    width: 100%;
  }
}
.about-num__title {
  font-size: 2.8rem;
  color: #ff945d;
  font-weight: 500;
  margin-bottom: 2rem;
  position: relative;
}
.about-num__title:before {
  content: counter(num, decimal-leading-zero);
  color: #49c0e5;
  font-size: 6.4rem;
  position: relative;
  display: block;
  font-family: var(--font-Figtree);
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about-num__title {
    font-size: 2.4rem;
  }
  .about-num__title:before {
    font-size: 5rem;
  }
}

.sec-about05 {
  padding: 8rem 0;
}
@media only screen and (max-width: 767px) {
  .sec-about05 {
    padding: 4rem 0;
  }
}

.about-intro__list {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7rem 0;
}
@media only screen and (max-width: 767px) {
  .about-intro__list {
    gap: 3rem 0;
  }
}
.about-intro__item {
  width: 47%;
}
.about-intro__item:first-child {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-intro__item {
    width: 100%;
  }
}
.about-intro__title {
  font-size: 2.4rem;
  background-color: #134368;
  color: #fff;
  text-align: center;
  padding: 1.2rem 2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .about-intro__title {
    font-size: 2rem;
  }
}
.about-intro__flex {
  display: flex;
  flex-wrap: wrap;
}
.about-intro__img {
  width: 32%;
  padding-right: 3%;
}
@media only screen and (max-width: 767px) {
  .about-intro__img {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.about-intro__table {
  width: 100%;
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .about-intro__table {
    flex: auto;
  }
}
.about-intro__table dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #707070;
}
.about-intro__table dl:last-child {
  border-bottom: 1px solid #707070;
}
.about-intro__table dt {
  width: 19.2rem;
  background-color: #e7f6f9;
  padding: 1.9rem 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .about-intro__table dt {
    width: 100%;
    padding: 1.5rem;
  }
}
.about-intro__table dd {
  flex: 1;
  min-width: 0;
  padding: 1.7rem 2rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .about-intro__table dd {
    flex: auto;
    padding: 1.5rem;
  }
}

.sec-about06 .cm-title {
  margin-bottom: 5rem;
}

.about-pdf__list {
  margin-top: 3rem;
}
.about-pdf__list .btn-pdf {
  margin-top: 1.5rem;
}
.about-pdf__item {
  margin-bottom: 2rem;
}

.btn-pdf a {
  min-width: 242px;
  border: 1px solid #49c0e5;
  border-radius: 5rem;
  padding: 1.5rem 3rem;
  padding-right: 5rem;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  background: url("../images/common_img/icon_pdf.svg") center right 3rem
    no-repeat;
}
.btn-pdf a:hover {
  background-color: #49c0e5;
  color: #fff;
}
.news-detail__img {
  text-align: center;
  max-width: 77%;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .btn-pdf a {
    min-width: 150px;
    background-position: center right 1.5rem;
  }
  .news-detail__img {
    max-width: 100%;
  }
}
.toggle-btn {
  /* border-radius: 5rem;
  background: var(--co-primary);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.2rem solid var(--co-primary);
  width: 26rem;
  height: 6.4rem;
  transition: 0.3s all;
  padding: 0 2.1rem 0 2.8rem; */
  cursor: pointer;
  margin: auto;
}
/* .toggle-btn:hover {
  background: #fff;
  color: var(--co-primary);
} */

.toggle-content {
  display: none;
  margin-top: 2rem;
  padding: 2%;
  border: 2px solid var(--co-primary);
}