@charset "UTF-8";
/*----------------------------------------------------
	初期設定
----------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444;
  background: #fff;
  letter-spacing: 0.05em;
}
body .b-fixed {
  position: fixed;
  width: 100%;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.column {
  padding: 0 0 100px 0;
  overflow: hidden;
  margin: 0 0 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .column {
    padding: 0 0 50px 0;
  }
}

.inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

.pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .pt60 {
    padding-top: 40px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .pt30 {
    padding-top: 20px;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: unset !important;
}

.bg1 {
  background: url(../img/common/bg1.png) no-repeat;
  background-size: cover;
  background-position: right top;
}

.page_wrap .btn {
  margin: 60px auto 0;
}

/*----------------------------------------------------
	FONT
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  color: #09174e;
  font-weight: 700;
}

.sec_title {
  color: #09174e;
  font-size: clamp(4rem, 5vw, 7rem);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.sec_title span {
  font-size: 1.6rem;
  color: #4f4f4f;
  display: block;
}

.meta_title {
  font-size: clamp(3rem, 5vw, 4rem);
  margin-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .meta_title {
    font-size: 3rem;
  }
}
.meta_title span {
  font-size: 1.8rem;
  color: #4f4f4f;
  display: block;
}

.nextitem_title {
  font-size: 2.2rem;
  margin: 60px 0 30px;
  border-top: 1px solid #2a5bb5;
  border-bottom: 1px solid #2a5bb5;
  padding: 5px;
}

.catch {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.breadcrumbs {
  font-size: 1.2rem;
  padding: 5px 0 30px;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  display: block;
  position: relative;
  color: #09174e;
  font-weight: 700;
  padding: 10px 20px 10px 50px;
  max-width: 210px;
  border: 1px solid #09174e;
  border-radius: 5px;
  margin-left: auto;
  transition: all 0.5s;
  background: #fff;
}
.btn:before {
  content: url(../img/common/btn_icon_b.png);
  position: absolute;
  left: 15px;
}
.btn:hover {
  background: #09174e;
  color: #fff;
  opacity: 1;
}
.btn:hover::before {
  content: url(../img/common/btn_icon_w.png);
}
.btn.wide {
  max-width: 100%;
}

.btn_mail_orange {
  width: 48%;
  margin: 0 auto;
  font-size: 2rem;
  background: #ee7a00;
  border: 1px solid #ee7a00;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 10px 0;
  transition: all 0.3s;
  font-weight: 500;
}
.btn_mail_orange:before {
  content: "";
  -webkit-mask: url(../img/common/contact_icon.svg);
          mask: url(../img/common/contact_icon.svg);
  width: 30px;
  height: 30px;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.btn_mail_orange:hover {
  background: unset;
  color: #ee7a00;
}
.btn_mail_orange:hover::before {
  background-color: #ee7a00;
}
@media only screen and (max-width: 768px) {
  .btn_mail_orange {
    width: 100%;
  }
}
.btn_mail_orange.btn_mail img {
  width: 32px;
}

/*----------------------------------------------------
	検索窓
----------------------------------------------------*/
.searchform {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.searchform .searchfield {
  width: 220px;
  background: #f0f0f0;
  border-radius: 17px;
  font-size: 1.6rem;
  padding: 10px 20px;
  line-height: 1.1;
  border: 0;
  position: relative;
}
.searchform .searchfield:before {
  content: "\f002";
  font-family: "Font Awesome 5 free";
  color: #ccc;
  font-weight: 900;
  position: absolute;
}

/*----------------------------------------------------
	ANIMATION
----------------------------------------------------*/
.zoomin {
  opacity: 0;
}
.zoomin.is-animated {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.delay.is-animated {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0.8);
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform: translateY(0);
  }
}
/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
#header .head_wrap {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
}
#header .head_wrap .logo {
  margin-left: 1%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  #header .head_wrap .logo {
    margin: 10px;
    width: 200px;
  }
}
#header .head_wrap .gnav_box {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
#header .head_wrap .gnav_box article {
  display: block;
}
#header .head_wrap .gnav_box .gnav_top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1400px) {
  #header .head_wrap .gnav_box .gnav_top {
    display: none;
  }
}
#header .head_wrap .gnav_box .gnav_top .contact_tel p {
  color: #09174e;
  font-weight: 700;
  text-align: right;
  font-size: clamp(1.4rem, 5vw, 1.6rem);
}
#header .head_wrap .gnav_box .gnav_top .contact_tel p span {
  display: block;
  font-size: 1.2rem;
  color: #444;
  font-weight: 400;
}
#header .head_wrap .icon_link {
  margin-left: 50px;
  display: flex;
}
@media only screen and (max-width: 1400px) {
  #header .head_wrap .icon_link {
    display: none;
  }
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  .nav {
    position: fixed;
    overflow: auto;
    right: -320px;
    /* 右から出てくる */
    top: 0;
    width: 300px;
    height: 100%;
    padding-top: 80px;
    background: #fff;
    transition: all 0.6s;
    z-index: 200;
    margin-bottom: 100px;
  }
  .nav .icon_link_sp {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto 30px;
  }
  .nav .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
  }
  .nav .nav_list .nav_list_bnr {
    padding: 10px;
  }
  .nav .nav_list .nav_list_bnr a {
    margin-bottom: 10px;
    display: block;
  }
  .nav .nav_list .nav_item {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .nav .nav_list .nav_item a {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav .nav_list .nav_item a:before {
    content: "\f138";
    font-family: "Font Awesome 5 free";
    color: #636778;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    margin-right: 5px;
  }
  .nav .nav_list .nav_item a:hover {
    background-color: #eee;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: block;
    margin-left: 15px;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li {
    width: 100%;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li .thumbnail {
    display: inline-block;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li a {
    padding: 8px 20px;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li img {
    display: none;
  }

  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 300;
    background: #fff;
  }
  .hamburger .hamburger_border {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 2px;
    background-color: #333;
    transition: all 0.6s;
  }
  .hamburger .hamburger_border_top {
    top: 14px;
  }
  .hamburger .hamburger_border_center {
    top: 25px;
  }
  .hamburger .hamburger_border_bottom {
    top: 36px;
  }
  .hamburger .hamburger_text {
    display: inline;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    font-size: 1.3rem;
    color: #333;
  }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 150;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open {
    position: fixed;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}
@media only screen and (min-width: 1401px) {
  .nav {
    padding-top: 17px;
  }
  .nav .icon_link_sp {
    display: none;
  }
  .nav .nav_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item a {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    padding: 0 15px 14px;
    display: block;
    position: relative;
    font-size: clamp(1.4rem, 1vw, 1.6rem);
    border-left: 1px solid #ccc;
  }
  .nav .nav_list .nav_item a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #2a5bb5;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .nav .nav_list .nav_item a:hover::after {
    transform: scale(1, 1);
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 90%;
    z-index: 100;
    width: 100%;
    background: #f6f6f6;
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul {
    display: flex;
    justify-content: center;
  }
  .nav .nav_list .nav_item .tgl_menu li {
    width: auto;
  }
  .nav .nav_list .nav_item .tgl_menu li:first-child {
    border-right: 1px solid #eee;
  }
  .nav .nav_list .nav_item .tgl_menu li:first-child a:before {
    content: "";
  }
  .nav .nav_list .nav_item .tgl_menu li a {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    min-width: 100px;
    white-space: nowrap;
    line-height: 30px;
    padding: 10px 30px;
    border: 0;
  }
  .nav .nav_list .nav_item .tgl_menu li a:before {
    content: "\f138";
    font-family: "Font Awesome 5 free";
    color: #636778;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    margin-right: 5px;
  }
  .nav .nav_list .nav_item:last-child a {
    border-right: 1px solid #ccc;
  }

  .hamburger_text {
    display: none;
  }

  #gnav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }
}
/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  padding: 30px 0 0;
  border-top: 1px solid #eee;
}
#footer .footer_logo {
  display: block;
  margin-bottom: 30px;
}
#footer .footer_menu_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_menu_wrap {
    flex-wrap: wrap;
  }
}
#footer .footer_menu_wrap ul {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_menu_wrap ul {
    width: 48%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 428px) {
  #footer .footer_menu_wrap ul {
    width: 100%;
  }
}
#footer .footer_menu_wrap ul li {
  padding-bottom: 8px;
  font-size: 1.4rem;
}
#footer .footer_menu_wrap ul li.title {
  color: #09174e;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 428px) {
  #footer .footer_menu_wrap ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 free";
    font-size: 1.4rem;
    color: #636778;
    font-weight: 900;
  }
  #footer .footer_menu_wrap ul li.title:before {
    content: none;
  }
  #footer .footer_menu_wrap ul li.sub {
    padding-left: 1em;
  }
}
#footer .copy {
  display: block;
  background: #777;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 5px 0;
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
}
.modal .close_btn {
  display: inline-block;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 30px;
  margin: 20px;
  padding: 10px 40px;
}
.modal .close_btn:hover {
  cursor: pointer;
  background: unset;
}

/*----------------------------------------------------
	記事一覧
----------------------------------------------------*/
.archives_wrap {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .archives_wrap {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archives_wrap {
    flex-wrap: wrap;
  }
}
.archives_wrap .archives_list_box,
.archives_wrap .performance_list_box {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .archives_wrap .archives_list_box,
.archives_wrap .performance_list_box {
    width: 100%;
  }
}
.archives_wrap .archives_list_box.w100,
.archives_wrap .performance_list_box.w100 {
  width: 100%;
}
.archives_wrap .archives_sidebar {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .archives_wrap .archives_sidebar {
    width: 100%;
  }
}
.archives_wrap .archives_sidebar dl {
  margin-bottom: 60px;
}
.archives_wrap .archives_sidebar .wiget_title {
  color: #09174e;
  border-bottom: 1px solid #2a5bb5;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.archives_wrap .archives_sidebar ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.archives_wrap .archives_sidebar ul li {
  position: relative;
  padding: 5px 10px;
  font-size: 1.3rem;
  background: #eee;
  border-radius: 10px;
}

/*------記事BOX------------------------------*/
.news_wrap .news_box {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
  width: 100%;
}
.news_wrap .news_box:hover {
  background: #fafafa;
}
.news_wrap .news_box:hover .btn {
  background: #09174e;
  color: #fff;
  opacity: 1;
}
.news_wrap .news_box:hover .btn::before {
  content: url(../img/common/btn_icon_w.png);
}
.news_wrap .news_box a {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_box a {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.news_wrap .news_box .thumbnail {
  width: 300px;
  margin-right: 20px;
}
.news_wrap .news_box .thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  border: 1px solid #eee;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_box .thumbnail {
    width: 100%;
    margin-right: 0;
  }
}
.news_wrap .news_box .news_data {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_box .news_data {
    width: 100%;
  }
}
.news_wrap .news_box .news_data .date {
  background: #2a5bb5;
  color: #fff;
  padding: 2px 10px;
  font-size: 1.4rem;
}
.news_wrap .news_box .news_data .title {
  color: #09174e;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 10px 0;
}
.news_wrap .news_box .news_data .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.news_wrap .news_box .news_data .tags li {
  background: #eee;
  padding: 0 5px;
}
.news_wrap .news_box .news_data .excerpt {
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.news_wrap .news_box .news_data .reception {
  background: #e42b2b;
  color: #fff;
  font-size: 1.5rem;
  padding: 2px 10px;
}
.news_wrap .news_box .news_data p {
  font-size: 1.5rem;
}
.news_wrap .news_box .news_data .btn {
  margin-top: auto;
}
.news_wrap .news_box .tag_txt {
  font-size: 1.4rem;
  color: #444;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.news_wrap .knowledge_box {
  margin-bottom: 30px;
}
.news_wrap .btn {
  margin-top: 30px;
}

/*------詳細ページ------------------------------*/
.single_wrap .news_title {
  font-family: serif;
  font-size: clamp(2.4rem, 5vw, 3rem);
  display: block;
  color: #09174e;
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px;
  position: relative;
}
.single_wrap .news_title::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10%;
  height: 2px;
  content: "";
  background: #2a5bb5;
}
.single_wrap figure {
  text-align: center;
  margin-bottom: 30px;
}
.single_wrap a {
  color: #2a5bb5;
  text-decoration: underline;
}

/*------ページング------------------------------*/
.paging {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .paging {
    margin: 20px 0;
  }
}
.paging a,
.paging .meta-nav {
  color: #fff;
  font-weight: 500;
}
.paging a {
  border: 1px solid #2a5bb5;
  background: #2a5bb5;
  padding: 10px 20px;
  display: block;
}

/*------ページネーション------------------------------*/
.pagination {
  margin: 30px 0;
}

.page-numbers {
  padding: 3px 10px;
  border: 1px solid #09174e;
  color: #09174e;
  text-decoration: none;
  display: inline;
  margin-right: 5px;
  line-height: 1;
}
.page-numbers:hover, .page-numbers.current {
  background: #09174e;
  color: #fff;
}

/*------特定ページ用微調整------------------------------*/
.category-seminar .archives_wrap .archives_list_box {
  width: 100%;
}
.category-seminar .archives_wrap .archives_list_box .news_wrap .news_box .thumbnail img {
  -o-object-position: center;
     object-position: center;
}

.category-knowledge .news_wrap .news_box .thumbnail img {
  aspect-ratio: 4/3;
}

/*----------------------------------------------------
	モーダルウィンドウ
----------------------------------------------------*/
/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 80%;
  background: white;
  padding: 20px 20px 10px;
  border-radius: 10px;
  text-align: center;
}
.modal-content img {
  display: block;
  margin: 0 auto;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .pc_hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 428px) {
  .smart_hide {
    display: none !important;
  }
}
/*# sourceMappingURL=common.css.map */