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

:root {
  --textMain: #424140;
}

:root {
  --textEm: #FBA102;
}

:root {
  --mainBg: #fffcf3;
}

:root {
  --headerBg: #FFF;
}

:root {
  --naviText: #FFF;
}

:root {
  --naviBg: #fba102;
}

:root {
  --naviBgHover: #fbd99e;
}

:root {
  --naviTextHover: #424140;
}

:root {
  --spMenu1Bg: #FFF;
}

:root {
  --spMenu1Bdr: #fba102;
}

:root {
  --spMenu2Text: #FFF;
}

:root {
  --spMenu2OpenBg: #fba102;
}

:root {
  --spMenu2CloseText: #FFF;
}

:root {
  --spMenu2CloseBg: #B0B0B0;
}

:root {
  --spTelMenuText: #fba102;
}

:root {
  --spTelMenuBtnText: #FFF;
}

:root {
  --spTelMenuBtnBg: #fba102;
}

:root {
  --icon1: #fba102;
}

:root {
  --btnRequireText: #424140;
}

:root {
  --btnRequireBg: #fbd99e;
}

:root {
  --btnReserveText: #424140;
}

:root {
  --btnReserveBg: #efe695;
}

:root {
  --contText: #FFF;
}

:root {
  --contBg: #fba102;
}

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

:root {
  --footerMenuText2: #5a5a5a;
}

:root {
  --footerMenuText3: #000;
}

:root {
  --footerBg1: #fffcf3;
}

:root {
  --footerBg2: #fff9e5;
}

:root {
  --heading1Text: #fba102;
}

:root {
  --heading2Text: #424140;
}

:root {
  --heading2Bg: #fffcf3;
}

:root {
  --heading2Bdr: #fba102;
}

:root {
  --heading3Text: #424140;
}

:root {
  --heading3Bg: #fffcf3;
}

:root {
  --heading3Bdr: #fba102;
}

:root {
  --dateText: #fba102;
}

:root {
  --zabuton1Text: #FFF;
}

:root {
  --zabuton1Bg: #fba102;
}

:root {
  --zabuton2Text: #fba102;
}

:root {
  --zabuton2Bg: #E9EEFD;
}

:root {
  --qaQ1Text: #424140;
}

:root {
  --qaQ1Bg: #efe695;
}

:root {
  --qaQ2Text: #424140;
}

:root {
  --qaQ2Bg: #fffcf2;
}

:root {
  --qaAText: #fba102;
}

:root {
  --thText: #424140;
}

:root {
  --thBg: #fbd99e;
}

:root {
  --tdText: #424140;
}

:root {
  --tdBg: #fffcf3;
}

: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: #E20637;
}

:root {
  --partnerBg: #E20637;
}

:root {
  --partnerBtnText: #FFF;
}

:root {
  --cautionText: #DF263C;
}

: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 only screen and (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 only screen and (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 40%, rgba(238, 243, 247, 0) 55%, 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 -10px 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 only screen and (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 23% 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-weight: 700;
  margin: 0 0 70px;
  font-size: 1.7142857143rem;
}
@media only screen and (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: 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: 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 only screen and (max-width: 750px) {
  #mainColmun .inner h2 {
    margin: 0 0 13.3vw;
    font-size: 1.1428571429rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner h2 {
    font-size: 4.2628571429vw;
  }
}
@media only screen and (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 {
    padding: 0.5em 9vw;
    font-size: 0.9285714286rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .contBlock ol li .num {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .contBlock ol li .text {
    font-size: 0.9285714286rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .contBlock ol li .text {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .btn {
    margin: 8vw 0 0;
  }
  #mainColmun .inner .btn a {
    padding: 8vw 0;
    font-size: 0.8571428571rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .btn a {
    font-size: 3.1971428571vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .btn a::after {
    right: 0.5em;
  }
}

/*# sourceMappingURL=guide.css.map */
