@charset "UTF-8";
.breadcrumbs {
  display: flex;
  font-size: 14px;
  gap: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-left: 15px;
    gap: 15px;
  }
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 14px;
  display: flex;
  position: relative;
}
.breadcrumbs a:after {
  content: "＞";
  position: absolute;
  display: block;
  top: 0;
  right: -27px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a:after {
    right: -15px;
  }
}

.main {
  margin-top: 64px;
}
.main .container .contents {
  max-width: 1066px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .main .container .contents {
    flex-direction: column;
    padding: 0 15px;
    gap: 30px;
  }
}
.main .container .contents .hgroup .page_title {
  font-size: clamp(20px, 2.85714vw, 40px);
}
.main .container .contents .hgroup .page_copy {
  font-size: clamp(16px, 1.42857vw, 20px);
  display: flex;
  width: fit-content;
  align-items: center;
  margin-top: 18px;
  gap: 13px;
}
.main .container .contents .hgroup .page_copy:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #222;
}

section .container {
  padding-top: 130px;
}
section .container.newsdate {
  padding-top: 64px;
}
section .container.newsdate .post_date .category {
  border: 1px solid #CECECE;
  border-radius: 3px;
  font-size: 15px;
  padding: 5px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  section .container {
    padding-top: 72px;
  }
}
section .container .contents .hgroup .page_title {
  font-size: 50px;
}
section .container .contents .hgroup .page_copy {
  font-size: clamp(20px, 1.78571vw, 25px);
  display: flex;
  width: fit-content;
  align-items: center;
  margin-top: 26px;
  gap: 13px;
}
section .container .contents .hgroup .page_copy:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #222;
}
section .container .contents .hgroup .contents_title {
  font-size: 35px;
  font-size: clamp(25px, 2.5vw, 35px);
  letter-spacing: 0.05rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}
section .container .contents .hgroup .contents_title.interview_icon {
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  section .container .contents .hgroup .contents_title.interview_icon {
    grid-template-columns: 23px 1fr;
  }
}
section .container .contents .hgroup .contents_title.interview_icon:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/graduate/interview_icon.svg) no-repeat left top;
  background-size: 32px 32px;
}
@media screen and (max-width: 767px) {
  section .container .contents .hgroup .contents_title.interview_icon:before {
    width: 25px;
    height: 25px;
    background: url(../images/graduate/interview_icon.svg) no-repeat left top;
    background-size: 25px 25px;
  }
}
section .container .contents .hgroup .contents_title.contributions_icon {
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 8px;
}
section .container .contents .hgroup .contents_title.contributions_icon:before {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  background: url(../images/graduate/contributions_icon.svg) no-repeat left top;
  background-size: 26px 28px;
}
section .container .contents .hgroup .contents_title.support_icon {
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 8px;
}
section .container .contents .hgroup .contents_title.support_icon:before {
  content: "";
  display: block;
  width: 30px;
  height: 27px;
  background: url(../images/graduate/support_icon_l.svg) no-repeat left top;
  background-size: 30px 27px;
}
section .container .contents .hgroup .contents_copy {
  font-size: clamp(20px, 1.78571vw, 25px);
  text-align: center;
  display: flex;
  width: fit-content;
  align-items: center;
  margin-inline: auto;
  margin-top: 26px;
  gap: 13px;
  letter-spacing: 0.05rem;
  line-height: 2;
}
section .container .contents .hgroup .contents_copy:before, section .container .contents .hgroup .contents_copy:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #222;
}
section .container .contents .hgroup + .blog_list_wrap,
section .container .contents .hgroup + .news_list_wrap,
section .container .contents .hgroup + .read_text,
section .container .contents .hgroup + .common_main {
  margin-top: 77px;
}
section .container .contents .blog_top_thumbnail {
  margin: 130px 0 0;
}
section .container .contents .blog_top_thumbnail img {
  margin: 0 auto;
}
section .container .contents .common_main + * {
  margin-top: 50px;
}
section .container .contents .text.read_text {
  max-width: 960px;
  margin-inline: auto;
}
section:last-of-type {
  padding-bottom: 130px;
}

.common_post_main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .common_post_main {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
}
.common_post_main .post_title_area {
  order: 2;
  padding-left: 40px;
  padding-right: 0;
}
.common_post_main .post_title_area p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .common_post_main .post_title_area p {
    font-size: 14px;
  }
}
.common_post_main .post_thumbnail {
  order: 1;
}
.common_post_main .post_title_area {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .common_post_main .post_title_area {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
  }
}
.common_post_main .post_title_area .post_read {
  font-size: 25px;
  line-height: 2.2;
  margin-top: 25%;
}
.common_post_main .post_title_area .shop_staff_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.common_post_main .post_title_area .staff_name {
  font-size: 20px;
}
.common_post_main .post_title_area .staff_name_en {
  color: #81CDD1;
}

.template {
  padding-bottom: 130px;
}
.template .post_date {
  text-align: right;
  font-size: 13px;
}
.template .post_date + * {
  margin-top: 67px;
}
.template .container .contents h2 {
  font-size: 28px;
  text-align: center;
  margin: 50px 0;
}
.template .container .contents h3 {
  font-size: clamp(20px, 1.78571vw, 25px);
  line-height: 2;
  position: relative;
  padding-left: 28px;
}
.template .container .contents h3:before {
  content: "";
  position: absolute;
  display: block;
  top: 0.5rem;
  left: 0;
  width: 3px;
  height: calc(100% - 1rem);
  background: #222;
}
.template .container .contents h3 + * {
  margin-top: 64px;
}
.template .container .contents h4 {
  font-size: clamp(18px, 1.42857vw, 20px);
  line-height: 1.5;
  color: #4F8A5D;
  padding-left: 35px;
  position: relative;
}
.template .container .contents h4:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #4F8A5D;
}
.template .container .contents h4 + * {
  margin-top: 38px;
}
.template .container .contents p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .template .container .contents p {
    font-size: 14px;
  }
}
.template .container .contents p + p {
  margin-top: 38px;
}
.template .container .contents p + ul {
  margin-top: 38px;
}
.template .container .contents p + ol {
  margin-top: 38px;
}
.template .container .contents p + table {
  margin-top: 38px;
}
.template .container .contents p + h4 {
  margin-top: 77px;
}
.template .container .contents p + h3 {
  margin-top: 130px;
}
.template .container .contents dl {
  margin-top: 77px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .template .container .contents dl {
    display: flex;
    flex-direction: column;
  }
}
.template .container .contents dl dt:has(img),
.template .container .contents dl dd:has(img) {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.template .container .contents dl + P {
  margin-top: 38px;
}
.template .container .contents dl + ul {
  margin-top: 38px;
}
.template .container .contents dl + ol {
  margin-top: 38px;
}
.template .container .contents dl + table {
  margin-top: 38px;
}
.template .container .contents dl + h4 {
  margin-top: 77px;
}
.template .container .contents dl + h3 {
  margin-top: 130px;
}
.template .container .contents ul {
  list-style: disc;
  margin-left: 1rem;
}
.template .container .contents ul li {
  font-size: 15px;
  line-height: 2;
}
.template .container .contents ul + P {
  margin-top: 38px;
}
.template .container .contents ul + ul {
  margin-top: 38px;
}
.template .container .contents ul + ol {
  margin-top: 38px;
}
.template .container .contents ul + table {
  margin-top: 38px;
}
.template .container .contents ul + h4 {
  margin-top: 77px;
}
.template .container .contents ul + h3 {
  margin-top: 130px;
}
.template .container .contents ol {
  list-style: decimal;
  margin-left: 1rem;
}
.template .container .contents ol li {
  font-size: 15px;
  line-height: 2;
}
.template .container .contents ol + P {
  margin-top: 38px;
}
.template .container .contents ol + ul {
  margin-top: 38px;
}
.template .container .contents ol + ol {
  margin-top: 38px;
}
.template .container .contents ol + table {
  margin-top: 38px;
}
.template .container .contents ol + h4 {
  margin-top: 77px;
}
.template .container .contents ol + h3 {
  margin-top: 130px;
}
.template .container .contents table {
  border-collapse: collapse;
  width: 100%;
}
.template .container .contents table th {
  border-bottom: 2px solid #222;
  width: 180px;
  padding: 16px 25px 15px;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .template .container .contents table th {
    width: 100px;
    padding: 8px 12px 7px;
  }
}
.template .container .contents table td {
  border-bottom: 1px solid #CECECE;
  padding: 16px 25px 16px;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .template .container .contents table td {
    padding: 8px 12px 8px;
  }
}
.template .container .contents table + P {
  margin-top: 38px;
}
.template .container .contents table + ul {
  margin-top: 38px;
}
.template .container .contents table + ol {
  margin-top: 38px;
}
.template .container .contents table + table {
  margin-top: 38px;
}
.template .container .contents table + h4 {
  margin-top: 77px;
}
.template .container .contents table + h3 {
  margin-top: 130px;
}
.template .shop_infomation {
  padding: 60px;
  background: #FBFBFB;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .template .shop_infomation {
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    gap: 30px;
  }
}
.template .shop_infomation .infomation_area {
  padding-right: 72px;
}
.template .shop_infomation .infomation_area h6 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .template .shop_infomation .infomation_area h6 {
    font-size: 18px;
  }
}
.template .shop_infomation .infomation_area .shop_name {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .template .shop_infomation .infomation_area .shop_name {
    font-size: 15px;
    margin-top: 30px;
  }
}
.template .shop_infomation .infomation_area p.info_text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .template .shop_infomation .infomation_area p.info_text {
    font-size: 13px;
  }
}
.template .shop_infomation .infomation_area p.info_text + p.info_text {
  margin-top: 0;
}
.template .shop_infomation .infomation_area p.info_text a {
  text-decoration: underline;
}

.pagination_box {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 77px;
}
.pagination_box .pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pagination_box .pagination .nav-links a,
.pagination_box .pagination .nav-links span {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination_box .pagination .nav-links a.back,
.pagination_box .pagination .nav-links span.back {
  background: none;
  color: #222;
}
.pagination_box .pagination .nav-links a.back:after,
.pagination_box .pagination .nav-links span.back:after {
  content: "";
  display: block;
}
.pagination_box .pagination .nav-links a.next,
.pagination_box .pagination .nav-links span.next {
  background: none;
  color: #222;
}
.pagination_box .pagination .nav-links a.next:after,
.pagination_box .pagination .nav-links span.next:after {
  content: "";
  display: block;
}
.pagination_box .pagination .nav-links span {
  background: #4F8A5D;
  color: #FFF;
}

.this_anime {
  opacity: 0;
  translate: 0 20px;
}
.this_anime.start {
  animation: fadeIn .5s ease-in-out 0.2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

/*# sourceMappingURL=common.css.map */
