@charset "UTF-8";
:root {
  --textPoint: #C8C3C8;
}

:root {
  --textMain: #333333;
}

:root {
  --textEm: #F56992;
}

:root {
  --mainBg: #FAFAFA;
}

:root {
  --headerBg: #FFF;
}

:root {
  --naviText: #444444;
}

:root {
  --naviBg: #FFFFFF;
}

:root {
  --naviBgHover: #F56992;
}

:root {
  --naviTextHover: #FFFFFF;
}

:root {
  --spMenu1Bg: #FFF;
}

:root {
  --spMenu1Bdr: #C5C5C5;
}

:root {
  --spMenu2Text: #FFF;
}

:root {
  --spMenu2OpenBg: #F56992;
}

:root {
  --spMenu2CloseText: #FFF;
}

:root {
  --spMenu2CloseBg: #B0B0B0;
}

:root {
  --spTelMenuText: #F56992;
}

:root {
  --spTelMenuBtnText: #FFF;
}

:root {
  --spTelMenuBtnBg: #F56992;
}

:root {
  --icon1: #F56992;
}

:root {
  --btnRequireText: #FFF;
}

:root {
  --btnRequireBg: #C8C3C8;
}

:root {
  --btnReserveText: #FFF;
}

:root {
  --btnReserveBg: #F56992;
}

:root {
  --contText: #1E1E1E;
}

:root {
  --contBg: #FFFFFF;
}

:root {
  --footerMenuText1: #5A5A5A;
}

:root {
  --footerMenuText2: #646464;
}

:root {
  --footerMenuText3: #333333;
}

:root {
  --footerBg1: #FAFAFA;
}

:root {
  --footerBg2: #FAFAFA;
}

:root {
  --heading1Text: #F56992;
}

:root {
  --heading2Text: #000;
}

:root {
  --heading2Bg: #F0EEF0;
}

:root {
  --heading2Bdr: #F56992;
}

:root {
  --heading3Text: #444444;
}

:root {
  --heading3Bg: #F0F0F0;
}

:root {
  --heading3Bdr: #F56992;
}

:root {
  --dateText: #F56992;
}

:root {
  --zabuton1Text: #FFF;
}

:root {
  --zabuton1Bg: #F56992;
}

:root {
  --zabuton2Text: #F56992;
}

:root {
  --zabuton2Bg: #E9EEFD;
}

:root {
  --qaQ1Text: #FFF;
}

:root {
  --qaQ1Bg: #F56992;
}

:root {
  --qaQ2Text: #222222;
}

:root {
  --qaQ2Bg: #F0F0F0;
}

:root {
  --qaAText: #F56992;
}

:root {
  --thText: #444;
}

:root {
  --thBg: #FFE0E9;
}

:root {
  --tdText: #444;
}

:root {
  --tdBg: #F5F3F5;
}

:root {
  --linkText: #1E86c9;
}

:root {
  --noteText: #808285;
}

:root {
  --gradientFirst: #64B0DA;
}

:root {
  --gradientLast: #F66396;
}

:root {
  --memberText: #113080;
}

:root {
  --commentText: #F66395;
}

:root {
  --commentBg: #FBEFF4;
}

:root {
  --breadCrumbBg: #EFEFEF;
}

:root {
  --partnerText: #F56992;
}

:root {
  --partnerBg: #F56992;
}

:root {
  --partnerBtnText: #FFF;
}

:root {
  --cautionText: #F56992;
}

:root {
  --breakpoint-xs: 0px;
}

:root {
  --breakpoint-sm: 320px;
}

:root {
  --breakpoint-md: 750px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1400px;
}

:root {
  --normalFontSize: 1rem;
  --ctaBtnFontSize: 1rem;
  --spCtaBtnFontSize: 0.7857142857rem;
  --mainvFontSize: 1.7857142857rem;
}

@media (max-width: 750px) {
  :root {
    --normalFontSize: 3.73vw;
    --ctaBtnFontSize: 3.73vw;
    --spCtaBtnFontSize: 2.9307142857vw;
    --mainvFontSize: 3.9964285714vw;
  }
}
:root {
  --inner-xs: 1920px;
}

:root {
  --inner-md: 1000px;
}

:root {
  --inner-lg: 940px;
}

:root {
  --inner-sm: 800px;
}

@media (max-width: 750px) {
  :root {
    --inner-xs: 94vw;
  }
  :root {
    --inner-md: 94vw;
  }
  :root {
    --inner-lg: 94vw;
  }
  :root {
    --inner-sm: 94vw;
  }
}
:root {
  --shadow1: 0px 4px 2px rgba(203, 203, 203, 0.8);
}

:root {
  --shadow2: 0px 4px 2px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------------------
メインカラム
--------------------------------------------------------------------------------------- */
#mainColmun .inner ul.newsList {
  border-top: 1px solid #BABABA;
}
#mainColmun .inner ul.newsList > li {
  align-items: flex-start;
  min-height: 80px;
  border-bottom: solid 1px #BABABA;
  padding: 30px 0;
}
#mainColmun .inner ul.newsList > li > figure {
  width: 80px;
  aspect-ratio: 1/1;
  border: solid 1px #e7e7e7;
  margin: 0 30px 0 0;
}
#mainColmun .inner ul.newsList > li > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
#mainColmun .inner ul.newsList > li .textBlock {
  width: 478px;
  padding: 0 130px 0 0;
  box-sizing: content-box;
  display: block;
  position: relative;
}
#mainColmun .inner ul.newsList > li .textBlock p {
  font-size: 0.8571428571rem;
  display: inline-block;
}
@media (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .textBlock p {
    font-size: 3.1971428571vw;
  }
}
#mainColmun .inner ul.newsList > li .textBlock .date {
  color: var(--textEm);
  font-weight: 700;
  margin-right: 1em;
}
#mainColmun .inner ul.newsList > li .textBlock .text {
  font-size: 1rem;
  display: block;
}
@media (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .textBlock .text {
    font-size: 3.73vw;
  }
}
#mainColmun .inner ul.newsList > li .honbun {
  font-size: 1rem;
  word-break: break-all;
  width: 100%;
  padding: 30px 0 0;
  display: none;
}
@media (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .honbun {
    font-size: 3.73vw;
  }
}
#mainColmun .inner ul.newsList > li .honbun p {
  margin: 1em 0;
}
#mainColmun .inner ul.newsList > li .honbun img {
  max-width: 65%;
  width: auto;
  margin: 1em 0;
}
#mainColmun .inner ul.newsList > li .honbun iframe {
  margin: 1em 0;
}
#mainColmun .inner ul.newsList > li .honbun a {
  color: var(--linkText);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #mainColmun .inner ul.newsList > li .honbun a:hover {
    text-decoration: none;
  }
}
#mainColmun .inner ul.newsList > li .honbun ul {
  padding-left: 1.5em;
}
#mainColmun .inner ul.newsList > li .honbun ul li {
  list-style-type: disc;
}
#mainColmun .inner ul.newsList > li .honbun ol {
  padding-left: 1.5em;
}
#mainColmun .inner ul.newsList > li .honbun ol li {
  list-style-type: decimal;
}
@media (hover: hover) and (pointer: fine) {
  #mainColmun .inner ul.newsList > li.more:hover {
    cursor: pointer;
  }
}
#mainColmun .inner ul.newsList > li.more .textBlock::before, #mainColmun .inner ul.newsList > li.more .textBlock::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
#mainColmun .inner ul.newsList > li.more .textBlock::before {
  width: 50px;
  height: 50px;
  background: #D0D0D0;
  right: 0;
  translate: 0 -50%;
}
#mainColmun .inner ul.newsList > li.more .textBlock::after {
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  right: 18px;
  translate: 0 -75%;
  rotate: 45deg;
}
#mainColmun .inner ul.newsList > li.active .textBlock::before {
  background: var(--zabuton1Bg);
}
#mainColmun .inner ul.newsList > li.active .textBlock::after {
  border-bottom: 2px solid var(--zabuton1Text);
  border-right: 2px solid var(--zabuton1Text);
  translate: 0 -25%;
  rotate: -135deg;
}
#mainColmun .inner .pagenation {
  text-align: center;
  margin: 50px auto 0;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #mainColmun {
    margin: 0 0 20vw;
  }
  #mainColmun .inner ul.newsList > li {
    padding: 6.6vw 0;
  }
  #mainColmun .inner ul.newsList > li > figure {
    width: 14%;
    margin: 0 5% 0 0;
  }
  #mainColmun .inner ul.newsList > li .textBlock {
    width: 58%;
    padding: 0 22% 0 0;
  }
  #mainColmun .inner ul.newsList > li .textBlock p {
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .textBlock p {
    font-size: 3.4635714286vw;
  }
}
@media (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .textBlock .date {
    font-size: 0.7857142857rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .textBlock .date {
    font-size: 2.9307142857vw;
  }
}
@media (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .textBlock .text {
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .textBlock .text {
    font-size: 3.4635714286vw;
  }
}
@media (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .honbun {
    font-size: 0.9285714286rem;
    padding: 6.6vw 0 0;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .honbun {
    font-size: 3.4635714286vw;
  }
}
@media (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .honbun img {
    max-width: 100%;
    margin: 1em 0;
  }
}
@media (max-width: 750px) {
  #mainColmun .inner ul.newsList > li .honbun iframe {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #mainColmun .inner ul.newsList > li.more .textBlock::before {
    width: 10vw;
    height: 10vw;
  }
  #mainColmun .inner ul.newsList > li.more .textBlock::after {
    width: 2.5vw;
    height: 2.5vw;
    right: 3.8vw;
  }
}
/*--------------------------endSP--------------------------------*/
/*# sourceMappingURL=news.css.map */