@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto sans JP", san-serif;
  background-color: #f4f5f7;
  color: #333333;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
html main,
body main {
  flex: 1;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100px;
  left: min(4vw, 40px);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb li {
  position: relative;
  padding-left: 24px;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.breadcrumb li a {
  text-decoration: none;
  color: inherit;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

header {
  width: 100vw;
  height: 80px;
  padding: 0px clamp(10px, 100vw - 1380px, 60px) 0px 16px;
  z-index: 110;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  border-bottom: solid 1px rgba(200, 200, 200, 0.3);
  transition: transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  header {
    height: 50px;
    border-bottom: none;
  }
}
header.hide {
  transform: translateY(-100%);
}
header #blurBase {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(4px);
  background-color: rgba(244, 245, 247, 0.6);
}
header a.headerLogo img {
  height: min(5vw, 50px);
}
@media screen and (max-width: 767px) {
  header a.headerLogo img {
    height: 30px;
  }
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li {
  width: min(12vw, 120px);
  position: relative;
}
header nav ul li.hasChild:hover ul {
  visibility: visible;
  opacity: 1;
}
header nav ul li a {
  width: 100%;
  display: block;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav ul li a:hover {
  background-color: rgba(230, 0, 18, 0.8);
  color: #fbfbfb;
}
header nav ul li ul {
  display: block;
  position: absolute;
  background-color: rgba(233, 235, 239, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  backdrop-filter: blur(4px);
}
header nav ul li ul li a {
  height: min(4.1667vw, 40px);
}
header nav ul li ul li a:hover {
  background-color: rgba(230, 0, 18, 0.8);
  color: #fbfbfb;
}

@media screen and (max-width: 767px) {
  .hamburgerMenuButton {
    width: 40px;
    height: 40px;
    background-color: rgba(40, 40, 40, 0.5);
    border-radius: 2px;
    position: fixed;
    top: 4px;
    right: max(1.064vw, 4px);
    z-index: 1000;
    display: block;
  }
}
.hamburgerMenuButton span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 11px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}
.hamburgerMenuButton span:nth-of-type(1) {
  top: 12px;
}
.hamburgerMenuButton span:nth-of-type(2) {
  top: 18px;
}
.hamburgerMenuButton span:nth-of-type(3) {
  top: 24px;
}

.hamburgerMenuButton.active span:nth-of-type(1) {
  top: 14px;
  left: 14px;
  transform: translateY(5px) rotate(-45deg);
  width: 30%;
}
.hamburgerMenuButton.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburgerMenuButton.active span:nth-of-type(3) {
  top: 24px;
  left: 14px;
  transform: translateY(-5px) rotate(45deg);
  width: 30%;
}

.hamburgerMenu {
  display: none;
}

@media screen and (max-width: 767px) {
  .hamburgerMenu.active {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(220, 220, 220, 0.9);
    width: 100vw;
    height: 100vh;
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
  }
}
@media screen and (max-width: 767px) {
  .hamburgerMenu.active table {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(11, auto);
    width: calc(100% - 23px);
    border-bottom: solid 1px #999999;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hamburgerMenu.active table tbody,
  .hamburgerMenu.active table tr {
    display: contents;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hamburgerMenu.active table tbody th,
  .hamburgerMenu.active table tbody td,
  .hamburgerMenu.active table tr th,
  .hamburgerMenu.active table tr td {
    display: block;
    padding: 15px 10px 15px 0px;
    border-top: solid 1px #999999;
  }
  .hamburgerMenu.active table tbody th[colspan="2"],
  .hamburgerMenu.active table tbody td[colspan="2"],
  .hamburgerMenu.active table tr th[colspan="2"],
  .hamburgerMenu.active table tr td[colspan="2"] {
    grid-column: auto/span 2;
  }
  .hamburgerMenu.active table tbody th[colspan="3"],
  .hamburgerMenu.active table tbody td[colspan="3"],
  .hamburgerMenu.active table tr th[colspan="3"],
  .hamburgerMenu.active table tr td[colspan="3"] {
    grid-column: auto/span 3;
  }
  .hamburgerMenu.active table tbody th[rowspan="3"],
  .hamburgerMenu.active table tbody td[rowspan="3"],
  .hamburgerMenu.active table tr th[rowspan="3"],
  .hamburgerMenu.active table tr td[rowspan="3"] {
    grid-row: auto/span 3;
  }
}
@media screen and (max-width: 767px) {
  .hamburgerMenu.active .contactButton {
    width: calc(100% - 23px);
    padding: 15px 0px;
    background-color: #e60012;
    margin-top: 20px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
  }
}

footer {
  width: 100vw;
  border-top: solid 1px #c9c9cf;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer {
    height: auto;
  }
}
footer .inner {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: solid 2px #e60012;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  footer .inner {
    height: auto;
    align-items: center;
    padding: 20px 28px;
  }
}
footer .inner .menu {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: min(96vw, 1200px);
  padding: 25px 0px 40px 0px;
}
@media screen and (max-width: 767px) {
  footer .inner .menu {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
}
footer .inner .menu .footerLogo {
  width: min(23.333vw, 280px);
}
@media screen and (max-width: 767px) {
  footer .inner .menu .footerLogo {
    width: 280px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
  }
}
footer .inner .menu .wrapper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer .inner .menu .wrapper {
    width: 100%;
    margin: 20px 0px;
    padding: 0;
    flex-direction: column;
  }
}
footer .inner .menu .wrapper .menuContainer {
  margin-right: min(2.5vw, 30px);
}
@media screen and (max-width: 767px) {
  footer .inner .menu .wrapper .menuContainer {
    width: 100%;
    padding: max(2.66vw, 10px) max(1.064vw, 4px);
    margin: 0;
    border-bottom: solid 1px #cccccc;
  }
}
footer .inner .menu .wrapper .menuContainer .menuParent {
  font-size: min(1.083vw, 13px);
  line-height: min(2vw, 24px);
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  footer .inner .menu .wrapper .menuContainer .menuParent {
    width: 100%;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
  }
}
footer .inner .menu .wrapper .menuContainer .menuChild {
  font-size: min(0.833vw, 10px);
  line-height: min(2vw, 24px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  footer .inner .menu .wrapper .menuContainer .menuChild {
    width: 100%;
    margin-top: max(2.128vw, 8px);
    font-size: inherit;
    line-height: inherit;
    display: grid;
    grid-template-columns: max(31.915vw, 120px) max(29.255vw, 110px) 1fr;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .menu .wrapper .menuContainer:nth-of-type(1) {
    border-top: solid 1px #cccccc;
  }
}
footer .inner .menu .footerSeg {
  width: min(8.33vw, 100px);
  height: auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  footer .inner .menu .footerSeg {
    width: max(26.59vw, 100px);
    margin: 0px;
  }
}
footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #c9c9cf;
}

#news,
#organizationDetail,
#resultDetail,
#contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#news .titleWrapper,
#organizationDetail .titleWrapper,
#resultDetail .titleWrapper,
#contact .titleWrapper {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #news .titleWrapper,
  #organizationDetail .titleWrapper,
  #resultDetail .titleWrapper,
  #contact .titleWrapper {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
}
#news .titleWrapper .title,
#organizationDetail .titleWrapper .title,
#resultDetail .titleWrapper .title,
#contact .titleWrapper .title {
  position: relative;
  width: 1440px;
  height: 400px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #news .titleWrapper .title,
  #organizationDetail .titleWrapper .title,
  #resultDetail .titleWrapper .title,
  #contact .titleWrapper .title {
    width: max(119.681vw, 450px);
    height: auto;
    flex-shrink: 0;
  }
}
#news .titleWrapper .title .titleBack,
#organizationDetail .titleWrapper .title .titleBack,
#resultDetail .titleWrapper .title .titleBack,
#contact .titleWrapper .title .titleBack {
  width: 712px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #news .titleWrapper .title .titleBack,
  #organizationDetail .titleWrapper .title .titleBack,
  #resultDetail .titleWrapper .title .titleBack,
  #contact .titleWrapper .title .titleBack {
    width: max(56.915vw, 214px);
  }
}
#news .titleWrapper .titleDetail,
#organizationDetail .titleWrapper .titleDetail,
#resultDetail .titleWrapper .titleDetail,
#contact .titleWrapper .titleDetail {
  position: absolute;
  top: 132px;
  width: min(100% - 16px, 960px);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #news .titleWrapper .titleDetail,
  #organizationDetail .titleWrapper .titleDetail,
  #resultDetail .titleWrapper .titleDetail,
  #contact .titleWrapper .titleDetail {
    position: static;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#news .titleWrapper .titleDetail h1,
#organizationDetail .titleWrapper .titleDetail h1,
#resultDetail .titleWrapper .titleDetail h1,
#contact .titleWrapper .titleDetail h1 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #news .titleWrapper .titleDetail h1,
  #organizationDetail .titleWrapper .titleDetail h1,
  #resultDetail .titleWrapper .titleDetail h1,
  #contact .titleWrapper .titleDetail h1 {
    padding: 0 18px;
    margin-bottom: 40px;
  }
}
#news .titleWrapper .titleDetail h1 span:nth-of-type(2),
#organizationDetail .titleWrapper .titleDetail h1 span:nth-of-type(2),
#resultDetail .titleWrapper .titleDetail h1 span:nth-of-type(2),
#contact .titleWrapper .titleDetail h1 span:nth-of-type(2) {
  margin-left: -10px;
}
#news .titleWrapper .titleDetail .copyWrapper,
#organizationDetail .titleWrapper .titleDetail .copyWrapper,
#resultDetail .titleWrapper .titleDetail .copyWrapper,
#contact .titleWrapper .titleDetail .copyWrapper {
  width: 360px;
}
@media screen and (max-width: 767px) {
  #news .titleWrapper .titleDetail .copyWrapper,
  #organizationDetail .titleWrapper .titleDetail .copyWrapper,
  #resultDetail .titleWrapper .titleDetail .copyWrapper,
  #contact .titleWrapper .titleDetail .copyWrapper {
    width: 100%;
    padding: 20px 18px;
    background-color: #c70010;
  }
}
@media screen and (max-width: 767px) {
  #news .titleWrapper .titleDetail .copyWrapper a,
  #organizationDetail .titleWrapper .titleDetail .copyWrapper a,
  #resultDetail .titleWrapper .titleDetail .copyWrapper a,
  #contact .titleWrapper .titleDetail .copyWrapper a {
    display: block;
    margin-top: 10px;
  }
}

#topics #mainTitle,
#newGraduateRecruitGuide #mainTitle,
#careerRecruitGuide #mainTitle,
#sportsSupport #mainTitle,
#privacy #mainTitle {
  position: relative;
  width: 100vw;
  height: min(33.333vw, 400px);
}
@media screen and (max-width: 767px) {
  #topics #mainTitle,
  #newGraduateRecruitGuide #mainTitle,
  #careerRecruitGuide #mainTitle,
  #sportsSupport #mainTitle,
  #privacy #mainTitle {
    height: max(106.383vw, 400px);
  }
}
#topics #mainTitle .titleBack,
#newGraduateRecruitGuide #mainTitle .titleBack,
#careerRecruitGuide #mainTitle .titleBack,
#sportsSupport #mainTitle .titleBack,
#privacy #mainTitle .titleBack {
  position: absolute;
  width: min(64vw, 640px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #topics #mainTitle .titleBack,
  #newGraduateRecruitGuide #mainTitle .titleBack,
  #careerRecruitGuide #mainTitle .titleBack,
  #sportsSupport #mainTitle .titleBack,
  #privacy #mainTitle .titleBack {
    width: max(47.872vw, 180px);
  }
}
#topics #mainTitle .titleTextContainer,
#newGraduateRecruitGuide #mainTitle .titleTextContainer,
#careerRecruitGuide #mainTitle .titleTextContainer,
#sportsSupport #mainTitle .titleTextContainer,
#privacy #mainTitle .titleTextContainer {
  position: absolute;
  z-index: 90;
  top: 120px;
  left: min(10vw, 100px);
}
@media screen and (max-width: 767px) {
  #topics #mainTitle .titleTextContainer h3,
  #newGraduateRecruitGuide #mainTitle .titleTextContainer h3,
  #careerRecruitGuide #mainTitle .titleTextContainer h3,
  #sportsSupport #mainTitle .titleTextContainer h3,
  #privacy #mainTitle .titleTextContainer h3 {
    top: max(34.575vw, 130px);
    left: 8px;
  }
}
#topics #mainTitle .titleTextContainer h4,
#newGraduateRecruitGuide #mainTitle .titleTextContainer h4,
#careerRecruitGuide #mainTitle .titleTextContainer h4,
#sportsSupport #mainTitle .titleTextContainer h4,
#privacy #mainTitle .titleTextContainer h4 {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #topics #mainTitle .titleTextContainer h4,
  #newGraduateRecruitGuide #mainTitle .titleTextContainer h4,
  #careerRecruitGuide #mainTitle .titleTextContainer h4,
  #sportsSupport #mainTitle .titleTextContainer h4,
  #privacy #mainTitle .titleTextContainer h4 {
    top: max(50.532vw, 190px);
    left: 8px;
    margin-bottom: 40px;
  }
}
#topics #mainTitle .copy,
#newGraduateRecruitGuide #mainTitle .copy,
#careerRecruitGuide #mainTitle .copy,
#sportsSupport #mainTitle .copy,
#privacy #mainTitle .copy {
  position: absolute;
  width: min(33.333vw, 400px);
  top: min(12vw, 120px);
  right: min(8.333vw, 120px);
}
@media screen and (max-width: 767px) {
  #topics #mainTitle .copy,
  #newGraduateRecruitGuide #mainTitle .copy,
  #careerRecruitGuide #mainTitle .copy,
  #sportsSupport #mainTitle .copy,
  #privacy #mainTitle .copy {
    width: 100%;
    padding: 12px 8px;
    top: max(66.489vw, 250px);
    right: auto;
    background-color: #c70010;
  }
}
#topics #mainTitle .copy .notice,
#newGraduateRecruitGuide #mainTitle .copy .notice,
#careerRecruitGuide #mainTitle .copy .notice,
#sportsSupport #mainTitle .copy .notice,
#privacy #mainTitle .copy .notice {
  margin-top: 10px;
}
#topics #mainTitle .copy .newsLink,
#newGraduateRecruitGuide #mainTitle .copy .newsLink,
#careerRecruitGuide #mainTitle .copy .newsLink,
#sportsSupport #mainTitle .copy .newsLink,
#privacy #mainTitle .copy .newsLink {
  margin-top: 20px;
  display: inline-block;
}

#newGraduateRecruitGuide #mainTitle h4,
#careerRecruitGuide #mainTitle h4 {
  top: 250px;
  left: 180px;
}

#sportsSupport #mainTitle h3 {
  left: min(10vw, 120px);
}
@media screen and (max-width: 767px) {
  #sportsSupport #mainTitle h3 {
    top: max(37.234vw, 140px);
    left: 8px;
  }
}
#sportsSupport #mainTitle h4 {
  top: min(18.333vw, 220px);
  left: min(10vw, 120px);
}
@media screen and (max-width: 767px) {
  #sportsSupport #mainTitle h4 {
    top: max(50.532vw, 190px);
    left: 8px;
  }
}

.fontSize10pxFix {
  font-size: 10px;
}

.fontSize10px {
  font-size: min(1vw, 10px);
}

.fontSize12px {
  font-size: min(1.2vw, 12px);
}

.fontSize13px {
  font-size: min(1.3vw, 13px);
}

.fontSize13pxFix {
  font-size: 13px;
}

.fontSize14px {
  font-size: min(1.4vw, 14px);
}

.fontSize15px {
  font-size: min(1.5vw, 15px);
}

.fontSize16px {
  font-size: min(1.6vw, 16px);
}

.fontSize18px {
  font-size: min(1.8vw, 18px);
}

.fontSize18pxFix {
  font-size: 18px;
}

.fontSize20px {
  font-size: min(2vw, 20px);
}

.fontSize24px {
  font-size: min(2.4vw, 24px);
}

.fontSize24pxFix {
  font-size: 24px;
}

.fontSize28px {
  font-size: min(2.8vw, 28px);
}

.fontSize32px {
  font-size: min(3.2vw, 32px);
}

.fontSize38px {
  font-size: min(3.8vw, 38px);
}

.fontSize40px {
  font-size: min(4vw, 40px);
}

.fontSize48px {
  font-size: min(4.8vw, 48px);
}

.fontSize56px {
  font-size: 56px;
}

.fontSize60px {
  font-size: min(6vw, 60px);
}

.fontSize72px {
  font-size: min(7.2vw, 72px);
}

.fontSize80px {
  font-size: 80px;
}

.fontSize96px {
  font-size: 96px;
}

@media screen and (max-width: 767px) {
  .SP_fontSize8px {
    font-size: max(2.12vw, 8px);
  }
  .SP_fontSize10px {
    font-size: max(2.66vw, 10px);
  }
  .SP_fontSize11px {
    font-size: max(2.92vw, 11px);
  }
  .SP_fontSize12px {
    font-size: max(3.19vw, 12px);
  }
  .SP_fontSize13px {
    font-size: max(3.45vw, 13px);
  }
  .SP_fontSize14px {
    font-size: max(3.72vw, 14px);
  }
  .SP_fontSize15px {
    font-size: max(3.98vw, 15px);
  }
  .SP_fontSize16px {
    font-size: max(4.25vw, 16px);
  }
  .SP_fontSize18px {
    font-size: max(4.78vw, 18px);
  }
  .SP_fontSize20px {
    font-size: max(5.31vw, 20px);
  }
  .SP_fontSize22px {
    font-size: max(5.85vw, 22px);
  }
  .SP_fontSize24px {
    font-size: max(6.38vw, 24px);
  }
  .SP_fontSize32px {
    font-size: max(8.51vw, 32px);
  }
  .SP_fontSize48px {
    font-size: max(12.76vw, 48px);
  }
}
.lineHeight20px {
  line-height: min(2vw, 20px);
}

.lineHeight24pxFix {
  line-height: 24px;
}

.lineHeight24px {
  line-height: min(2.4vw, 24px);
}

.lineHeight28px {
  line-height: min(2.8vw, 28px);
}

.lineHeight30px {
  line-height: min(3vw, 30px);
}

.lineHeight32px {
  line-height: min(3.2vw, 32px);
}

.lineHeight36px {
  line-height: min(3.6vw, 36px);
}

.lineHeight40px {
  line-height: min(4vw, 40px);
}

.lineHeight50px {
  line-height: min(5vw, 50px);
}

.lineHeight60px {
  line-height: min(6vw, 60px);
}

.lineHeight70px {
  line-height: min(7vw, 70px);
}

.lineHeight84px {
  line-height: min(8.4vw, 84px);
}

/*＝＝＝＝＝＝＝＝　　SP　　＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 767px) {
  .SP_lineHeight12px {
    line-height: max(3.19vw, 12px);
  }
  .SP_lineHeight16px {
    line-height: max(4.25vw, 16px);
  }
  .SP_lineHeight20px {
    line-height: max(5.31vw, 20px);
  }
  .SP_lineHeight30px {
    line-height: max(7.97vw, 30px);
  }
  .SP_lineHeight32px {
    line-height: max(8.511vw, 32px);
  }
  .SP_lineHeight40px {
    line-height: max(10.63vw, 40px);
  }
}
.fontWeightExtraLight {
  font-weight: 200;
}

.fontWeightLight {
  font-weight: 300;
}

.fontWeightRegular {
  font-weight: 400;
}

.fontWeightMedium {
  font-weight: 500;
}

.fontWeightSemiBold {
  font-weight: 600;
}

.fontWeightBold {
  font-weight: 700;
}

.fontWeightBlack {
  font-weight: 900;
}

.fontColorGreen {
  color: #00a23f;
}

.fontColorDarkGreen {
  color: #30784d;
}

.fontColorLightGrey {
  color: #aaaaaa;
}

.fontColorGrey {
  color: #999999;
}

.fontColorDarkGrey {
  color: #666666;
}

.fontColorLightGrey {
  color: #cccccc;
}

.fontColorRed {
  color: #e60012;
}

.fontColorDarkRed {
  color: #c70010;
}

.fontColorWhite {
  color: #f5f5f5;
}

.fontColorPerlPink {
  color: #dda1a5;
}

/*＝＝＝＝＝＝＝＝　　SP　　＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 767px) {
  .SP_fontColorDarkGrey {
    color: #666666;
  }
  .SP_fontColorWhite {
    color: #f5f5f5;
  }
}
.baseLine1PxUp {
  vertical-align: 1px;
}

.narrow80 {
  display: inline-block;
  transform: scaleX(0.8);
  transform-origin: left center;
}

.narrow70 {
  display: inline-block;
  transform: scaleX(0.7);
  transform-origin: left center;
  white-space: nowrap;
}

.narrow60 {
  display: inline-block;
  transform: scaleX(0.6);
  transform-origin: left center;
  white-space: nowrap;
}

.italic {
  font-style: italic;
}

.textShadow {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}

.textLeft {
  text-align: start;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: end;
}

.textJust {
  text-align: justify;
}

/*＝＝＝＝＝＝＝＝　　SP　　＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 767px) {
  .SP_textLeft {
    text-align: left;
  }
  .SP_textCenter {
    text-align: center;
  }
  .SP_textJust {
    text-align: justify;
  }
}
.letterSpace50 {
  letter-spacing: 0.05em;
}

.letterSpace300 {
  letter-spacing: 0.3em;
}

.letterSpace500 {
  letter-spacing: 0.5em;
}

.PcON {
  display: block;
}

@media screen and (max-width: 767px) {
  .PcON {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .PcONtext {
    display: none;
  }
}
.SpON {
  display: none;
}

@media screen and (max-width: 767px) {
  .SpON {
    display: block;
  }
}
.SpONtext {
  display: none;
}

@media screen and (max-width: 767px) {
  .SpONtext {
    display: inline;
  }
}/*# sourceMappingURL=common.css.map */