@charset "UTF-8";

@font-face {
  font-family: "notosansjp";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "notosansjp";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "notoserifjp";
  src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-color: #2C2C2C;
  --bg-color: #f1f1f1;
  --txt-color: #282828;
  --accent-color: #00B7C3;
  --border-radius: 1rem;
}

body, html {
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: var(--txt-color);
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

body.font2, html.font2 {
  font-family: 'Noto Serif JP', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}

a {
  color: var(--accent-color);
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="number"], .wpcf7-form input[type="date"] {
  border: solid 1px #cccccc;
  position: relative;
  padding: 5px;
  width: 100%;
  max-width: 500px;
  outline: none;
}

.wpcf7-form input[type="text"]::before, .wpcf7-form input[type="email"]::before, .wpcf7-form input[type="url"]::before, .wpcf7-form input[type="tel"]::before, .wpcf7-form input[type="number"]::before, .wpcf7-form input[type="date"]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  filter: opacity(0.1);
  top: 0;
  left: 0;
  z-index: -1;
}

.wpcf7-form textarea {
  border: solid 1px #cccccc;
  position: relative;
  padding: 5px;
  width: 100%;
  max-width: 800px;
  outline: none;
}

.wpcf7-form textarea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  filter: opacity(0.1);
  top: 0;
  left: 0;
  z-index: -1;
}

.wpcf7-form select {
  border: solid 1px #f1f1f1;
  position: relative;
  padding: 5px;
}

.wpcf7-form select::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  filter: opacity(0.1);
  top: 0;
  left: 0;
  z-index: -1;
}

.wpcf7-form :focus-visible {
  outline: none;
}

.wpcf7-form label {
  width: 100%;
  font-weight: bold;
}

.wpcf7-form [type=submit] {
  background: var(--main-color);
  color: #fff;
  width: 300px;
  padding: 1rem;
  border-radius: 3rem;
  border: solid 1px var(--main-color);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.05);
  font-weight: bold;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.pf_read {
  color: #797979;
}

.pf_bg-grey {
  position: relative;
}

.pf_bg-grey::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  filter: opacity(0.1);
  top: 0;
  left: 0;
  z-index: -1;
}

.pf_section {
  margin: 3rem 0;
}

#pf_loading {
  top: 0;
  background: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pf_loading_loader {
  z-index: 9999;
}

#pf_loading_loader img {
  width: 100px;
}

.pf_nav {
  z-index: 500;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.pf_nav, .pf_nav .container {
  height: 60px;
  display: flex;
  align-items: center;
}

.pf_nav_logo {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--txt-color) !important;
}

.pf_nav_logo img {
  height: 28px;
  width: auto;
}

.pf_nav_pc-nav {
  margin-left: auto;
  height: 100%;
  align-items: center;
}

.pf_nav_pc-nav .menu {
  justify-content: space-between;
  display: flex;
  gap: 20px;
  height: 100%;
  align-items: center;
}

.pf_nav_pc-nav .menu li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: .5em .3em;
  list-style-type: none;
  transition: .3s;
}

.pf_nav_pc-nav .menu li a {
  color: #292929;
  font-size: 1.1rem;
  font-weight: bold;
}

.pf_nav_pc-nav .menu .menu-item-has-children {
  position: relative;
}

.pf_nav_pc-nav .menu .menu-item-has-children:hover {
  cursor: pointer;
}

.pf_nav_pc-nav .menu .menu-item-has-children:hover .sub-menu {
  display: block;
  opacity: 1;
}

.pf_nav_pc-nav .menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: white;
  padding: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 0 0.5rem 0.5rem;
}

.pf_nav_pc-nav .menu .sub-menu>.menu-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.pf_nav_pc-nav .menu .sub-menu>.menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 0.4em;
  font-size: 1rem;
}

.pf_nav_pc-nav .menu .sub-menu>.menu-item:hover {
  background: var(--main-color);
}

.pf_nav_pc-nav .menu .sub-menu>.menu-item:hover a {
  color: #fff;
}

.pf_nav_pc-nav .menu .sub-menu>.menu-item.menu-item-3369 a {
  font-size: 0;
}

.pf_nav_pc-nav .menu .sub-menu>.menu-item.menu-item-3369 a::before {
  content: "採用情報TOP";
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 0.4em;
  color: #292929;
  font-size: 1rem;
  font-weight: bold;
}

.pf_nav_pc-nav .menu .sub-menu>.menu-item.menu-item-3369:hover a::before {
  color: #fff;
}

.pf_nav_drawer-nav .sub-menu .page-item-3233 a {
  font-size: 0;
}

.pf_nav_drawer-nav .sub-menu .page-item-3233 a::before {
  content: "採用情報TOP";
  display: block;
  color: #111;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}


.pf_nav_hamburger {
  position: relative;
  width: 30px;
  height: 25px;
  margin-left: auto;
  cursor: pointer;
  z-index: 800;
}

.pf_nav_hamburger_line {
  position: absolute;
  width: 30px;
  height: 1.3px;
  background-color: var(--main-color);
  transition: all .6s;
}

.pf_nav_hamburger_line-1 {
  top: 0;
}

.pf_nav_hamburger_line-2 {
  top: 10px;
}

.pf_nav_hamburger_line-3 {
  top: 20px;
}

.pf_nav_drawer-nav {
  position: fixed;
  visibility: hidden;
  padding-top: 50px;
  opacity: 0;
  top: 0;
  right: -80%;
  width: 80%;
  height: 100vh;
  background-color: #fff;
  transition: all .6s;
  z-index: 700;
  overflow-y: auto;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.05);
}

.pf_nav_drawer-nav .container {
  display: block;
}

.pf_nav_drawer-nav_list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.pf_nav_drawer-nav_list li a {
  font-size: 1.2rem;
  display: block;
  padding: 10px 5px;
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #D2D2D2;
  text-decoration: none;
  color: #111;
}

.pf_nav_drawer-nav_list li a:hover {
  background-color: #eee;
  color: #212121;
}

.pf_nav_drawer-nav .sub-menu {
  padding-left: 1.5rem;
}

.pf_nav_drawer-nav .sub-menu a {
  font-size: 1rem;
}

.pf_nav_sns {
  display: flex;
  gap: 0 30px;
  margin: 20px 0;
  padding-bottom: 20px;
  justify-content: center;
}

.pf_nav_sns a {
  width: 30px;
}

.nav-open .pf_nav_drawer-nav {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.nav-open .pf_nav_hamburger_line-1 {
  transform: rotate(45deg);
  top: 10px;
}

.nav-open .pf_nav_hamburger_line-2 {
  width: 0;
  left: 50%;
}

.nav-open .pf_nav_hamburger_line-3 {
  transform: rotate(-45deg);
  top: 10px;
}

.pf_footer {
  color: #2C2C2C;
  background-color: var(--main-color);
  padding: 40px 0 80px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

.pf_footer a {
  color: #ECECEC !important;
  font-weight: bold;
}

.pf_footer_copyright {
  font-size: 0.8rem;
  opacity: 0.5;
}

.pf_footer_inner {
  display: flex;
  gap: 1.4rem;
}

.pf_footer_inner .menu {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  page-break-inside: avoid;
  break-inside: avoid;
  column-count: 3;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.pf_footer_inner .menu ul li {
  display: block;
}

.pf_footer_inner .menu li {
  padding: 0.3rem 0;
  break-inside: avoid;
}

.pf_footer_inner .menu .sub-menu {
  padding-left: 1rem;
}

.pf_footer_inner .menu .sub-menu a {
  font-weight: lighter;
}

.pf_footer_logo {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.2rem !important;
  font-weight: bold;
}

.pf_footer_logo img {
  height: 20px;
  width: auto;
  filter: grayscale(1) brightness(100);
}

.pf_footer_sns {
  display: flex;
  gap: 0 20px;
  margin-bottom: 20px;
}

.pf_footer_sns a {
  width: 30px;
  filter: invert(100%);
}

@media (max-width: 767px) {
  .pf_footer_inner {
    display: block;
  }

  .pf_footer_inner .menu {
    column-count: 2;
  }

  .pf_footer_logo img {
    height: 20px;
  }
}

.pf_contact-tracking {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  z-index: 400;
}

.pf_contact-tracking_neko {
  height: auto;
  max-width: 300px;
}

#breadcrumb {
  font-size: 0.8rem;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

#breadcrumb ul {
  padding-left: 0;
  margin-bottom: 0;
}

#breadcrumb ul li {
  display: inline;
  line-height: 20px;
}

#breadcrumb ul li:after {
  content: " > ";
}

#breadcrumb ul li:last-of-type:after {
  content: "";
}

.pf_pagination {
  display: inline-block;
  margin: 30px auto 0;
}

.pf_pagination a, .pf_pagination span {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.pf_pagination a {
  border-radius: 100%;
  background-color: #fff;
  color: #2C2C2C;
  border: solid 1px var(--main-color);
}

.pf_pagination a:hover {
  background-color: #fff;
}

.pf_pagination_current {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

.pf_cat-navi {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.pf_cat-navi_item {
  display: block;
  padding: 0.5rem;
  background: #fff;
  color: var(--main-color) !important;
  border: solid var(--main-color) 1px;
  text-align: center;
  border-radius: 0.5rem;
}

.pf_cat-navi_item:hover, .pf_cat-navi_item.current {
  background: var(--main-color);
  color: #fff !important;
}

.searchform {
  display: block;
  position: relative;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.searchform #s {
  border-radius: 0;
  border: solid 1px #bababa;
  width: 100%;
  padding: 8px 30px 8px 10px;
}

.searchform #s::placeholder {
  color: #bababa;
}

.searchform #searchsubmit {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  content: "";
  background: url("../img/search.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  display: block;
}

.pf_articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2rem;
}

.pf_articles_article_thumb {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.pf_articles_article_thumb img {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: auto;
  transition: .3s;
}

.pf_articles_article:hover .pf_articles_article_thumb img {
  transform: scale(1.1);
}

.pf_articles_article_cat {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #2C2C2C;
  padding: 4px 8px;
  font-size: 0.8rem;
}

.pf_articles_article_title {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--txt-color);
  word-break: break-word;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .pf_articles {
    grid-template-columns: 1fr 1fr;
  }

  .pf_articles_article_title {
    font-size: 1rem;
  }

  .pf_articles_article_thumb {
    border-radius: 0.5rem;
  }
}

.pf_sidebar .pf_articles {
  grid-template-columns: 1fr;
}

.pf_sidebar .pf_articles_article_title {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .pf_sidebar .pf_articles {
    grid-template-columns: 1fr 1fr;
  }
}

.pf_sidebar_section {
  margin-bottom: 2rem;
}

.pf_sidebar_section:last-of-type {
  margin-bottom: 0;
}

.pf_sidebar .pf_profile {
  grid-template-columns: 1fr;
  text-align: center;
  place-items: center;
}

.pf_sidebar .pf_profile_sns {
  justify-content: center;
}

.pf_post {
  min-height: 60%;
  margin: 60px auto;
}

.pf_post strong {
  font-weight: bold;
}

.pf_post_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .pf_post_title {
    font-size: 1.6rem;
  }
}

.pf_post_eyecatch {
  margin-bottom: 2rem;
}

.pf_post_eyecatch img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius);
  height: auto;
  width: 100%;
}

.pf_post_meta {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.pf_post_meta_date {
  display: inline-block;
  color: var(--main-color);
  font-size: 0.8rem;
  margin-bottom: 0;
}

.pf_post_meta_date .dashicons {
  margin-right: 5px;
}

.pf_post_meta_categories a {
  display: inline-block;
  padding: 0.2rem 0.4rem;
  border: solid 1px var(--main-color);
  color: var(--main-color);
  font-size: 0.8rem;
}

.pf_post_meta_author {
  display: inline-flex;
  align-items: center;
}

.pf_post_meta_author_name {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0 0 0 4px;
}

.pf_post_meta_author_image {
  display: inline-block;
}

.pf_post_meta_author_image img {
  width: 1.8rem;
  height: 1.8rem;
  object-fit: cover;
  border-radius: 100%;
}

.pf_post #toc {
  width: 100%;
  padding: 2rem;
  margin: 2rem 0;
  position: relative;
  border: 0;
  font-weight: bold;
}

.pf_post #toc::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  background: var(--main-color);
  filter: opacity(0.1);
  top: 0;
  left: 0;
  z-index: -1;
}

.pf_post #toc p {
  text-align: center;
  margin-bottom: 1rem;
}

.pf_post #toc ol {
  padding-left: 0;
}

.pf_post #toc ol li {
  margin-bottom: 10px;
}

.pf_post #toc ol .toc_title_h2 {
  list-style-type: none !important;
}

.pf_post #toc ol .toc_title_h3 {
  list-style-type: circle !important;
  font-weight: lighter;
  margin-left: 40px;
}

.pf_post_tags {
  margin-top: 1.5rem;
  display: block;
}

.pf_post_tags a {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}

.pf_post_tags a:before {
  display: inline;
  content: "#";
}

.pf_comment-block {
  padding: 2rem;
  position: relative;
  font-size: 0.9rem;
}

.pf_comment-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  filter: opacity(0.1);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--border-radius);
}

.pf_comment-block #comment {
  border: none;
}

.pf_comment-block .commentlist {
  padding-left: 0;
}

.pf_comment-block .commentlist .children {
  padding-left: 2rem;
}

.pf_comment-block img {
  width: auto;
}

.pf_comment-block textarea, .pf_comment-block input {
  max-width: 100%;
  border: none;
}

.pf_comment-block .form-submit #submit {
  background: var(--main-color);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.afz_share-btn-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}

.afz_share-btn-group .afz_share-btn {
  display: inline-block;
  width: 100%;
  padding: 0.8rem;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  border: solid 1px;
  border-radius: 5px;
}

.afz_share-btn-group .afz_share-btn.afz_facebook {
  border-color: #3b5998;
  color: #3b5998;
}

.afz_share-btn-group .afz_share-btn.afz_twitter {
  border-color: #1DA1F2;
  color: #1DA1F2;
}

.afz_share-btn-group .afz_share-btn.afz_hatena {
  border-color: #01A3E5;
  color: #01A3E5;
}

.afz_share-btn-group .afz_share-btn.afz_pocket {
  border-color: #F04156;
  color: #F04156;
}

.afz_share-btn-group .afz_share-btn.afz_pinterest {
  border-color: #E70023;
  color: #E70023;
}

.afz_share-btn-group .afz_share-btn.afz_line {
  border-color: #01C101;
  color: #01C101;
}

.pf_top_header {
  aspect-ratio: 3/1;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

@media (max-width: 575px) {
  .pf_top_header {
    aspect-ratio: 3/2;
  }
}

.pf_top_header pre {
  margin-bottom: 0;
  white-space: pre-wrap;
}

.pf_top_header .container {
  height: 100%;
}

.pf_top_header_img {
  margin-bottom: 1rem;
  display: block;
  max-width: 600px;
  max-height: 80px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .pf_top_header_img {
    max-width: 70%;
    max-height: 80px;
  }
}

.pf_top_header_txt {
  z-index: 5;
  letter-spacing: 0.3em;
  padding: 20px 0;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.pf_top_header_txt_title {
  font-size: 2.5vw;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

@media (max-width: 575px) {
  .pf_top_header_txt_title {
    font-size: 7vw;
  }
}

.pf_top_header_txt_title.topvisualcatchcolor2 pre {
  color: var(--main-color) !important;
}

.pf_top_header_txt_desc {
  font-size: 1rem;
}

.pf_top_header_txt.textalign2 {
  align-items: flex-end;
  text-align: right;
}

.pf_top_header_txt.textalign3 {
  text-align: center;
  align-items: center;
}

.pf_top_header_txt.textalign4 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  letter-spacing: 0.4em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.pf_top_header_txt.textalign4 .pf_top_header_img {
  margin-top: auto;
  object-position: right;
}

.pf_top_header_txt.catchdesign1 pre {
  color: var(--txt-color);
}

.pf_top_header_txt.catchdesign2 pre {
  color: #fff;
}

.pf_top_header_txt.catchdesign3 pre {
  background: linear-gradient(transparent 0%, #fff 0%);
  display: inline;
}

.pf_top_header_txt.catchdesign4 pre {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.9);
}

.pf_top_header_txt.catchdesign4 .pf_top_header_img {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.9));
}

.pf_top_header_txt.catchdesign5 pre {
  color: #1c1c1c;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.9);
}

.pf_top_header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.pf_top_header.topvisualdesign1 {
  aspect-ratio: 3/1;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

@media (max-width: 575px) {
  .pf_top_header.topvisualdesign1 {
    aspect-ratio: 3/2;
  }
}

.pf_top_header.topvisualdesign2 {
  aspect-ratio: 5/2;
}

@media (max-width: 575px) {
  .pf_top_header.topvisualdesign2 {
    aspect-ratio: 4/5;
  }
}

.pf_top_header.topvisualdesign3 {
  aspect-ratio: 5/2;
}

@media (max-width: 575px) {
  .pf_top_header.topvisualdesign3 {
    aspect-ratio: 4/5;
  }
}

.pf_top_header.topvisualdesign3 img {
  width: 70%;
  left: unset;
  right: 0;
}

.pf_top_header.topvisualdesign4 {
  padding: 3%;
  margin: 60px auto 0;
  aspect-ratio: 5/2;
}

@media (max-width: 575px) {
  .pf_top_header.topvisualdesign4 {
    aspect-ratio: 4/5;
  }
}

.pf_top_header.topvisualdesign4 .pf_top_header_bg {
  width: 94%;
  height: 94%;
  aspect-ratio: 5/2;
  border-radius: var(--border-radius);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1800px) {
  .pf_top_header.topvisualdesign4 .pf_top_header_bg {
    max-width: 80%;
  }
}

.pf_top_header.topvisualdesign5 {
  aspect-ratio: unset;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
}

.pf_top_header.topvisualdesign5 .pf_top_header_bg {
  position: relative;
}

.pf_top_header.topvisualdesign5 .pf_top_header_txt {
  position: absolute;
  top: 0;
}

@media (max-width: 575px) {
  .pf_top_header.topvisualdesign5 {
    aspect-ratio: unset;
  }
}

.pf_top_header.topvisualbg2 {
  background: var(--main-color);
}

.pf_profile_section {
  margin-top: 0;
  padding: 3rem 0;
}

.pf_profile {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.pf_profile_img {
  width: 9rem;
  height: 9rem;
  border-radius: 100%;
  object-fit: cover;
}

.pf_profile_txt_name {
  margin-bottom: 0.5rem !important;
  font-weight: bold;
  font-size: 1.2rem;
}

.pf_profile_sns {
  display: flex;
  gap: 0 20px;
}

.pf_profile_sns a {
  width: 20px;
}

.pf_add_section {
  padding: 3rem 0;
}

.pf_add_section h2, .pf_add_section h3, .pf_add_section h4 {
  margin: 0 0 1.5rem !important;
}

.pf_add_section:last-of-type {
  margin-bottom: 0;
}

.pf_add_section:nth-of-type(even) {
  position: relative;
}

.pf_add_section:nth-of-type(even)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  filter: opacity(0.1);
  top: 0;
  left: 0;
  z-index: -1;
}

.pf_add_section:nth-of-type(even).pf_post_content h2::before {
  background: #fff;
  filter: opacity(1);
}

.pf_add_section .pf_add_page_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

@media (max-width: 767px) {
  .pf_add_section .pf_add_page_list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.pf_add_section .pf_add_page_list_item {
  position: relative;
  display: block;
  color: var(--txt-color);
  border-radius: var(--border-radius);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.05);
}

.pf_add_section .pf_add_page_list_item .pf_btn {
  width: 100%;
  background: #fff;
  color: var(--main-color);
}

.pf_add_section .pf_add_page_list_item .pf_btn:hover {
  background: var(--main-color);
  color: #fff;
}

.pf_add_section .pf_add_page_list_item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: var(--border-radius);
  background: var(--main-color);
  object-fit: cover;
  filter: brightness(70%) opacity(0.7);
}

.pf_add_section .pf_add_page_list_item_content {
  z-index: 2;
  position: relative;
  padding: 2rem;
  color: #fff;
}

.pf_add_section .pf_add_page_list_item_content h2 {
  margin: 0;
  text-align: center;
}

.pf_add_section .pf_add_page_list_item_content p {
  margin-bottom: 1.5rem;
}

.pf_add_section .pf_add_page_list_item img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 569px) {
  .pf_add_section.addtoppagedesign2 .pf_add_page_list_item:nth-of-type(even) img {
    order: 2;
  }
}

.pf_add_section.addtoppagedesign2 .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.pf_add_section.addtoppagedesign2 .pf_add_page_list {
  grid-template-columns: 1fr;
  gap: 5vw;
}

.pf_add_section.addtoppagedesign2 .pf_add_page_list_item {
  display: grid;
  align-items: center;
  box-shadow: none;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 575px) {
  .pf_add_section.addtoppagedesign2 .pf_add_page_list_item {
    grid-template-columns: 1fr;
  }
}

.pf_add_section.addtoppagedesign2 .pf_add_page_list_item::before {
  display: none;
}

.pf_add_section.addtoppagedesign2 .pf_add_page_list_item .pf_btn {
  width: 300px;
  background: var(--main-color);
  color: #fff;
}

.pf_add_section.addtoppagedesign2 .pf_add_page_list_item .pf_btn:hover {
  background: #fff;
  color: var(--main-color);
}

.pf_add_section.addtoppagedesign2 .pf_add_page_list_item h2 {
  text-align: left;
}

.pf_add_section.addtoppagedesign2 .pf_add_page_list_item_content {
  padding: 8%;
  background: #fff;
  color: var(--txt-color);
  margin-right: 5%;
  margin-left: -5%;
  margin-top: 15%;
  border-radius: var(--border-radius);
  position: relative;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
  .pf_add_section.addtoppagedesign2 .pf_add_page_list_item_content {
    margin: -10% 5% 5%;
  }
}

.pf_add_section.addtoppagedesign2 .pf_add_page_list_item:nth-of-type(even) .pf_add_page_list_item_content {
  margin-right: -5%;
  margin-left: 5%;
}

@media (max-width: 575px) {
  .pf_add_section.addtoppagedesign2 .pf_add_page_list_item:nth-of-type(even) .pf_add_page_list_item_content {
    margin: -10% 5% 5%;
  }
}

@media (min-width: 1400px) {
  .pf_add_section.addtoppagedesign2 .pf_add_page_list_item h2 {
    font-size: 1.5vw;
  }

  .pf_add_section.addtoppagedesign2 .pf_add_page_list_item p {
    font-size: 1vw;
  }
}

.pf_add_section.addtoppagedesign2 .pf_add_page_list_item img {
  position: relative;
  aspect-ratio: 16/9;
  height: auto;
}

@media (max-width: 575px) {
  .pf_add_section.addtoppagedesign2 .pf_add_page_list_item img {
    border-radius: unset;
  }
}

.pf_access_section {
  padding-bottom: 0;
}

.pf_access_section pre {
  font-size: 1rem;
  text-align: center;
}

.pf_access_section iframe {
  width: 100%;
  margin-top: 1rem;
  height: auto;
  aspect-ratio: 3/1;
  vertical-align: bottom;
  max-height: 400px;
}

.pf_page_header {
  margin-top: 60px;
  padding: 3rem 0;
  text-align: center;
  position: relative;
}

.pf_page_header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  filter: opacity(0.1);
  top: 0;
  left: 0;
  z-index: -1;
}

.pf_page_header_title {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.pf_page_header_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.pf_page_header_bg img {
  object-fit: cover;
  height: 100%;
}

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