@charset "UTF-8";
/*
Theme Name:Switch child
Theme URI:https://tcd-theme.com/tcd063
Description:WordPressテーマ「Switch」の子テーマ
Template:switch_tcd063
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/
.p-index-content01__title {
  margin-bottom: 3px;
}
.p-index-content01__title span {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}
.p-index-content01__title span.year {
  margin-right: 10px;
  font-size: 59px;
}
.p-index-content01__title span.date {
  font-size: 88px;
}
.p-index-content01__title span.week {
  font-size: 39px;
}
.p-index-content01__title span.week + .date::before {
  margin: 0 -15px 0 10px;
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-left: 22px solid #fff;
}
 .p-index-content01 img {
   max-width: 85.78%;
   height: auto;
 }
.p-index-content01__desc {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}
.p-index-content01__desc small {
  margin-top: -7px;
  margin-left: 10px;
  font-size: 22px;
  display: inline-block;
}
.p-index-content02__title {
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.p-index-content02__title small {
  font-size: 0.588em;
}
.p-index-content02__img {
  align-items: normal;
}
.p-index-content02__img img {
  width: 30.4%;
  object-fit: cover;
}
.p-index-content02__img img + img {
  width: 69.6%;
}
.p-index-content02__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.09;
}
.p-triangle::before {
  filter: none;
  -webkit-filter: none;
}
.p-triangle {
  font-size: 16px;
  font-weight: 700;
  color: #0B308E !important;
}
.p-headline02__title {
  font-family: var(--tcd-font-type2) !important;
}
.p-triangle__inner {
  font-size: 16px;
  font-weight: 700;
}
.p-pagetop {
  display: none;
}
.p-info {
  padding: 38px 0 38px;
  border: none;
}
.p-info__logo {
  margin-bottom: 33px;
}
.p-info__address {
  margin-bottom: 27px;
  font-size: 15px;
  font-weight: 600;
}
.p-social-nav__item {
  font-size: 16px;
  margin-right: 16px;
}
.p-footer-nav {
  border: none;
}
.p-footer-nav li + li::before {
  margin: 0 8px;
}
.p-copyright {
  line-height: 58px;
  min-height: 58px;
  font-size: 15px;
}
.p-article10__img {
	margin: 0;
	width: 205px;
}
@media only screen and (min-width: 1200px){
  .l-inner {
    width: 91.88%;
    max-width: 1176px;
  }
  .l-header__inner {
    width: 96.1%;
    max-width: 1230px;
    padding-right: 35px;
    height: 92px;
  }
  .p-header-slider__item-img {
    padding-bottom: 59.88%;
  }
  .p-index-content01 {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .p-cb {
    padding-top: 24px;
  }
  .p-index-content02__title {
    margin-bottom: 29px;
  }
  .p-index-content02__content {
    padding: 33px 20px 38px;
  }
  .p-cb__item {
    margin-bottom: 72px;
  }
  .p-index-content03 {
    margin-bottom: 100px;
  }
  .p-index-content04 {
    margin-bottom: 115px;
  }
  .p-cb__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .l-header {
    position: absolute;
  }
  .p-header-slider__item-img {
    padding-bottom: 115.38%;
  }
  .p-index-content02__title {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .l-inner {
    padding: 0 17px;
  }
  .l-header {
    height: 45px;
    line-height: 45px;
  }
  .p-menu-btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-menu-btn::before {
    font-size: 25px;
  }
  .l-header__inner {
    padding: 0 13px;
  }
  .c-logo img {
    width: auto;
    height: 20px;
  }
  .p-global-nav {
    top: 45px;
  }
  .p-header-slider {
    height: auto;
  }
  .p-index-content01 {
    padding-top: 33px;
    padding-bottom: 28px;
    margin-bottom: 22px;
  }
  .p-index-content01 .l-inner {
    padding: 0;
  }
  .p-index-content01__title {
    margin-bottom: 21px;
  }
  .p-index-content01__title span.year {
    margin-right: 5px;
    font-size: 32px;
  }
  .p-index-content01__title span.date {
    font-size: 46px;
  }
  .p-index-content01__title span.week {
    font-size: 22px;
  }
  .p-index-content01__title span.week + .date::before {
    margin: 0 -8px 0 5px;
    border: 8px solid transparent;
    border-left: 13px solid #fff;
  }
  .p-index-content01__desc {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
  }
  .p-index-content01__desc small {
    margin-top: 0;
    margin-left: 0;
    font-size: 15px;
    display: block;
  }
  .p-index-content01__link {
    display: block;
    width: 32px;
    height: 32px;
    bottom: -15px;
    border-width: 1px;
  }
  .p-index-content01__link::before {
    width: 8px;
    height: 10px;
    font-size: 9px;
  }
  .p-index-content02__title {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 17px;
  }
  .p-index-content02__title small {
    font-size: 0.7em;
  }
  .p-index-content02__img {
    align-items: normal;
    flex-direction: column;
  }
  .p-index-content02__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 573/294;
    object-fit: cover;
  }
  .p-index-content02__img img + img {
    width: 100%;
    height: auto;
    aspect-ratio: 573/294;
  }
  .p-index-content02__desc {
    font-size: 11px;
  }
  .p-index-content02__content {
    padding: 19px 5px 32px;
  }
  .p-triangle {
    font-size: 12px;
  }
  .p-triangle--no-padding::before {
    border-width: 58px !important;
  }
  .p-article08__desc {
    font-size: 10px;
    line-height: 2.45;
  }
  .p-btn {
    min-width: 154px;
    line-height: 42px;
    height: 42px;
    font-size: 12px;
  }
  .p-index-content03 {
    margin-bottom: 25px;
  }
  .p-index-content04 {
    padding-top: 56px;
  }
  .p-headline02 {
    margin-bottom: 18px;
  }
  .p-headline02__sub {
    font-size: 12px;
  }
  .p-article09 {
    padding: 15px 15px 11px;
  }
  .p-article09__date {
    margin-bottom: 0;
  }
  .p-article10 a {
    flex-direction: column;
  }
  .p-article10__img {
    display: block;
    width: 100%;
  }
  .p-article10__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 570/365;
    object-fit: cover;
  }
  .p-article10__content {
    padding: 15px 15px 11px;
  }
  .p-interview-list {
    margin-bottom: 12px;
  }
  .p-triangle__inner {
    margin-top: 2px;
    font-size: 13px;
  }
  .p-article06__title {
    padding: 18px 25px 17px;
    font-size: 12px;
    line-height: 1.97;
  }
  .p-cb__item:last-child {
    margin-bottom: 20px;
  }
  .p-info {
    padding: 17px 0 17px;
    border: none;
  }
  .p-info__logo {
    margin-bottom: 23px;
  }
  .p-info__logo img {
    width: auto;
    height: 34px;
  }
  .p-info__address {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -1px;
  }
  .p-social-nav__item {
    font-size: 15px;
    margin-right: 16px;
  }
  .p-footer-nav {
    border: none;
    padding: 16px 22px 17px;
  }
  .p-footer-nav li + li::before {
    display: none;
  }
  .p-footer-nav li {
    width: 39%;
    font-size: 12.5px;
  }
  .p-footer-nav li:nth-child(n+6) {
    width: 26%;
  }
  .p-copyright {
    padding: 0;
    line-height: 30px;
    min-height: 30px;
    font-size: 10px;
  }
}

/* 20260212 */
#js-footer-link {
  height: auto;
  padding: 0 !important;
}
#js-footer-link .title {
  margin: 50px 0 30px;
  text-align: center;
  color: #0b308e;
  font-size: 25px;
}
#js-footer-link .bannerList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#js-footer-link .bannerList li,
#js-footer-link .bannerList li::before,
#js-footer-link .bannerList li::after {
  width: calc((100% - 30px)/4);
}
#js-footer-link .bannerList li::before,
#js-footer-link .bannerList li::after {
  order: 2;
}
#js-footer-link .bannerList li img {
  width: 100%;
  aspect-ratio: 116/33;
  object-fit: contain;
}
#js-footer-link .txtBanner {
  text-align: center;
  text-align: center;
  margin-bottom: 50px;
  color: #0b308e;
  font-size: 20px;
  line-height: 1.5;
}
#js-footer-link .txtBanner.size02 {
	font-size: 18px;
}
#js-footer-link .txtBanner li {
  display: inline;
}
#js-footer-link .txtBanner li::before {
  content: "・ ";
}
#js-footer-link .txtBanner li:not(:last-child)::after {
  content: " ";
}
#js-footer-link .txtBanner a {
  color: #0b308e;
}
@media only screen and (min-width: 768px) {
  #js-footer-link .bannerList a:hover {
    opacity: 0.7;
  }
  #js-footer-link .txtBanner a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  #js-footer-link {
    padding: 0;
  }
  #js-footer-link .title {
    margin: 40px 0 20px;
    font-size: 20px;
  }
  #js-footer-link .bannerList li,
  #js-footer-link .bannerList li::before,
  #js-footer-link .bannerList li::after {
    width: calc((100% - 10px)/2);
  }
  #js-footer-link .txtBanner {
    margin-bottom: 40px;
    font-size: 16px;
  }
	#js-footer-link .txtBanner.size02 {
		font-size: 14px;
	}
}

.p-global-nav > ul > li {
	font-weight: 700;
}