@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);
}

/* --------------------------------------------------------------------------------------
メインヴィジュアル
--------------------------------------------------------------------------------------- */
#mainv {
  background-color: #EEF3F7;
}
#mainv .inner {
  background-image: linear-gradient(90deg, #EEF3F7, #EEF3F7 30%, rgba(238, 243, 247, 0) 45%, rgba(238, 243, 247, 0) 85%, #EEF3F7 93%, #EEF3F7), url(../images/guide/mainv_bg.jpg);
  background-size: auto auto, auto 100%;
  background-position: left top, right bottom;
}
#mainv .inner h1 {
  color: var(--textMain);
  font-size: var(--mainvFontSize);
  font-weight: 700;
  line-height: 1.2;
  padding: 110px 0 130px;
}
#mainv .inner h1 span {
  font-size: 1.44em;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #mainv .inner {
    background-image: linear-gradient(90deg, #EEF3F7, #EEF3F7 20%, rgba(238, 243, 247, 0) 36%, rgba(238, 243, 247, 0)), url(../images/guide/mainv_bg.jpg);
    background-position: left top, right 35% bottom;
  }
  #mainv .inner h1 {
    color: var(--textMain);
    font-size: var(--mainvFontSize);
    font-weight: 700;
    line-height: 1.2;
    padding: 26.6vw 0;
    filter: drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255));
  }
  #mainv .inner h1 span {
    font-size: 1.44em;
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
メインカラム
--------------------------------------------------------------------------------------- */
#mainColmun .inner h2 {
  color: var(--textEm);
  font-size: 1.7142857143rem;
  font-weight: 700;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #mainColmun .inner h2 {
    font-size: 6.3942857143vw;
  }
}
#mainColmun .inner .contBlock + .contBlock {
  margin: 80px 0 0;
}
#mainColmun .inner .contBlock .box {
  flex-direction: row-reverse;
}
#mainColmun .inner .contBlock .box p {
  width: 59%;
}
#mainColmun .inner .contBlock .box figure {
  width: 34%;
}
#mainColmun .inner .contBlock ol li {
  flex-direction: row-reverse;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 30px;
  display: grid;
  grid-template-columns: 300px 250px;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  justify-content: space-between;
  grid-template-areas: "item1 item3" "item2 item3";
  row-gap: 20px;
}
#mainColmun .inner .contBlock ol li + li {
  margin: 30px 0 0;
}
#mainColmun .inner .contBlock ol li .num {
  color: var(--zabuton1Text);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--zabuton1Bg);
  border-radius: 50vh;
  padding: 6px 30px;
  grid-area: item1;
}
#mainColmun .inner .contBlock ol li .text {
  grid-area: item2;
}
#mainColmun .inner .contBlock ol li figure {
  grid-area: item3;
}
#mainColmun .inner .btn {
  margin: 30px 0 0;
}
#mainColmun .inner .btn a {
  text-align: center;
  border-radius: 10px;
  padding: 30px 0;
  display: block;
  position: relative;
  transition: all 0.3s;
  color: var(--btnReserveText);
  background-color: var(--btnReserveBg);
}
@media (hover: hover) and (pointer: fine) {
  #mainColmun .inner .btn a:hover {
    opacity: 0.7;
  }
}
#mainColmun .inner .btn a::after {
  content: "";
  width: 2.8em;
  height: 2.8em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.5em;
}
#mainColmun .inner .btn a span {
  font-size: 2.5em;
  font-weight: 700;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #mainColmun .inner h2 {
    font-size: 1.1428571429rem;
    margin: 0 0 13.3vw;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner h2 {
    font-size: 4.2628571429vw;
  }
}
@media (max-width: 750px) {
  #mainColmun .inner .contBlock + .contBlock {
    margin: 16vw 0 0;
  }
  #mainColmun .inner .contBlock .box {
    flex-direction: row;
  }
  #mainColmun .inner .contBlock .box p {
    width: 100%;
  }
  #mainColmun .inner .contBlock .box figure {
    width: 100%;
    margin: 0 0 6vw;
  }
  #mainColmun .inner .contBlock ol li {
    border-radius: 10px;
    padding: 5vw 5vw 7vw;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "item1" "item3" "item2";
    justify-items: center;
    row-gap: 5vw;
  }
  #mainColmun .inner .contBlock ol li + li {
    margin: 8vw 0 0;
  }
  #mainColmun .inner .contBlock ol li .num {
    font-size: 0.9285714286rem;
    padding: 0.5em 9vw;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .contBlock ol li .num {
    font-size: 3.4635714286vw;
  }
}
@media (max-width: 750px) {
  #mainColmun .inner .contBlock ol li .text {
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .contBlock ol li .text {
    font-size: 3.4635714286vw;
  }
}
@media (max-width: 750px) {
  #mainColmun .inner .btn {
    margin: 8vw 0 0;
  }
  #mainColmun .inner .btn a {
    font-size: 0.8571428571rem;
    padding: 8vw 0;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .btn a {
    font-size: 3.1971428571vw;
  }
}
@media (max-width: 750px) {
  #mainColmun .inner .btn a::after {
    right: 0.5em;
  }
}
/*# sourceMappingURL=guide.css.map */