@charset "utf-8";

:root {
  --primary_color: #314284;
  --secondary_color: #FFFFFF;
  --attention_color: #F85050;
  --txt_color_primary: #333333;
  --txt_color_secondary: #3F495D;
  --txt_color_tertiary: #9599B3;
  --txt_color_quaternary: #003296;
  --txt_color_quinary: #3C3C3B;
  --bg_color: #F8F8FB;
  --bg_color_blue: #E3F1FF;
  --bg_color_white: #FFFFFF;
  --line_color : #EDF3F6;
  --icon_color : #2F407E;
  /* アイコンの変数はicon.css参照 */
}

/* ------------------------------ reset ------------------------------ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 140%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary { display: block; }
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
table { border-collapse: collapse; border-spacing: 0; }
img { vertical-align: top; }
ol,ul { list-style: none; }
input,textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: none; }
input:focus,textarea:focus { border: none; }
i,em { font-style: normal; }
button,input,select,textarea { font-family: inherit; font-size: 100%; }
* {
  border: none;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  position: relative;
  line-height: 1.5;
  font-family: "hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ------------------------------ basic ------------------------------ */
html {
  font-size: 62.5%;
  height: 100%;
	scroll-behavior: smooth;
}
body {
  color: var(--txt_color_primary);
  min-height: 100%;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.container {
  background-color: var(--bg_color);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 939px) {
  .container {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

a {
  text-decoration: none;
  color: var(--primary_color);
}
a:visited,
a:active {
  color: var(--primary_color);
}
a:hover {
  color: var(--primary_color);
  text-decoration: underline;
}

/* ------------------------------ parts ------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 100%;
}
.icon_gear {
  background: var(--icon_gear) center left 5px / 31px 26px no-repeat;
}
.icon_paper {
  background: var(--icon_paper) center left 5px / 25px 26px no-repeat;
}
.icon_pencil {
  background: var(--icon_pencil) center left 5px / 22px 22px no-repeat;
}
.icon_shakehand {
  background: var(--icon_shakehand) center left 5px / 31px 26px no-repeat;
}
.icon_arrow {
  background: var(--icon_arrow) center right 5px / 12px 12px no-repeat;
}
.icon_arrow2 { display: flex; }
.icon_arrow2::before {
  content: '';
  display: block;
  width: 22px;
  height: 20px;
  background: var(--icon_chevron) center right / 9px 14px no-repeat;
  transform: scale(-1, 1);
}
.icon_hamburger {
  background: var(--icon_hamburger) center left / 12px 14px no-repeat;
}
.basicList>li,
.doubleList>li {
  position: relative;
  font-size: 1.4rem;
  line-height: 140%;
}
.basicList>li {
  padding: 5px 0 0 20px;
}
.basicList>li:before {
  background-color: var(--txt_color_primary);
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  left: 8px;
  top: 13px;
  border-radius: 100%;
}
.indexList>li,
.indexList>li>a {
  color: var(--txt_color_quaternary);
}
.indexList>li:before {
  background-color: var(--txt_color_quaternary);
}
.doubleList {
  margin-left: 45px;
  list-style: '⎿ ';
}
.doubleList>li {
  padding: 5px 0 0 0;
}
.noticeList {
  list-style: '※ ';
  padding-left: 18px;
}
.noticeList>li {
  color: var(--txt_color_quinary);
  line-height: 150%;
}
.numList {
  counter-reset: li;
}
.numList li {
  position: relative;
  padding-left: 24px;
  line-height: 150%;
}
.numList li:not(:first-child) {
  margin-top: 12px;
}
.numList li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  width: 17px;
  height: 22px;
  background: var(--icon_numCircle) center left / 17px 23px no-repeat;
  font-size: 12px;
  color: var(--secondary_color);
  line-height: 26px;
  text-align: center;
}
.menuList li {
  padding: 16px 0;
  border-bottom: 0.5px solid var(--line_color);
}
.menuList li.icon_arrow { padding-right: 1.5em; }
.menuList li a {
  display: block;
  color: var(--txt_color_primary);
  width: 100%;
}
.menuList li:last-child {
  border-bottom: none;
}
.greyFrame {
  border: 2px solid var(--line_color);
  border-radius: 10px;
  padding: 16px;
}
.stepIMG {
  width: 343px;
  margin: 24px 0;
}
.countInsert4 {
  counter-reset: li 3;
}
.marginTop20 {
  margin-top: 20px;
}
.marginTop24 {
  margin-top: 24px;
}
.marginTop32 {
  margin-top: 32px;
}
.marginTop40 {
  margin-top: 40px;
}
.marginTop60 {
  margin-top: 60px;
}
.width100 {
  width: 100%;
}
.eos {
  font-feature-settings: "palt";
}
.sp {
  display: none;
}
hr {
  margin: 24px 0;
  width: 100%;
  border: 1px solid var(--line_color);
}
@media screen and (max-width: 559px) {
  hr {
    margin: 32px 0;
  }
  .stepIMG {
    width: 100%;
    margin: 24px 16px;
  }
  .sp {
    display: block;
  }
}

/* ------------------------------ header ------------------------------ */
.headerWrap {
  background: var(--bg_color_white);
  padding: 24px 40px;
  width: 100%;
}
.header_logo {
  width: 247px;
  height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header_logo::before {
  content: '';
  width: 247px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/contents/assets/img/logo_kantan.svg) center/contain no-repeat;
}
@media (max-width: 899px) {
  .headerWrap {
    padding: 24px 0;
  } 
  .header_logo {
    margin: 0 auto;
  }
  .header_logo,
  .header_logo::before {
    width: 226px;
    height: 32px;
  }
}

/* ------------------------------ footer ------------------------------ */
.footerWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary_color);
  width: 100%;
  height: 64px;
}
.footerWrap p {
  color: var(--secondary_color);
  font-size: 1.1rem;
  width: fit-content;
}
@media screen and (max-width: 559px) {
  .footerWrap {
    height: 60px;
  }
}

/* ------------------------------ banner ------------------------------ */
.bannerArea {
  width: 100%;
  margin: 60px 0;
}
.bannerAreaWrap {
  display: flex;
  justify-content: center;
}
.bannerIMG {
  width: 100%;
  max-width: 708px;
}
@media (max-width: 900px) {
  .bannerArea {
    margin: 40px 0;
    padding: 0 24px;
  }
}

/* ------------------------------ contents BASE ----------------------- */
.container {
  background-color: var(--bg_color);
  padding-bottom: 20px;
}
.contentsWrap {
  width: 100%;
}
.titleArea {
  width: 100%;
}
.titleAreaWrap {
  display: grid;
  grid-template-columns:24px 26px 1fr 50px;
  grid-template-areas: "a b c d";
  place-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  height: 80px;
}
.titleAreaWrap .backAnchor {
  grid-area: b;
}
.titleAreaWrap .titleArrow {
  display: block;
  transform: rotate(180deg);
}
.titleAreaWrap h1 {
  grid-area: c;
  font-size: 2.6rem;
  padding: 0 21px;
}
.captionAreaWrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 92px;
}
.areaSection {
  display: flex;
  justify-content: center;
  width: 100%;
}
.areaWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 92px;
  max-width: 900px;
  width: 100%;
}
.indexWrap {
  padding: 20px 92px;
  width: 900px;
}
.navTitle {
  font-size: 1.4rem;
  padding-left: 20px;
}
.whiteArea {
  background-color: var(--bg_color_white);
  border-radius: 20px;
  border: 1px solid var(--line_color);
}
.functionExplainArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.functionExplainArea .menuList {
  width:100%;
}
.sectionTopH2 {
  color: var(--txt_color_secondary);
  font-size: 2.0rem;
  position: relative;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
}
.sectionTopH2:before,
.sectionTopH2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: var(--txt_color_secondary);
}
.sectionTopH2:before {
  left: 0;
}
.sectionTopH2:after {
  right: 0;
}
h3 {
  font-weight: 700;
  font-size: 2.0rem;
}
h4 {
  font-weight: 700;
  font-size: 1.8rem;
  width: 100%;
}
p {
  font-size: 1.4rem;
  width: 100%;
}
.backToArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 100%;
  height: 64px;
}
.backToHome {
  background: var(--icon_chevron) center left / 9px 14px no-repeat;
  padding-left: 22px;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .container {
    padding: 0 16px 20px;
  }
  .captionAreaWrap {
    padding: 0;
  }
}
@media screen and (max-width: 559px) {
  .container {
    padding: 0 16px 20px;
  }
  .titleAreaWrap h1 {
    font-size: 2.2rem;
    padding: 0;
    text-align: center;
  }
  .titleAreaWrap {
    place-items: normal;
    align-items: center;
    height: auto;
  }
  .titleAreaWrap .backAnchor {
    top: -1px;
  }
  .areaWrap {
    padding: 32px 16px;
    max-width: 559px;
    width: 100%;
  }
  .functionExplainArea .areaWrap {
    padding: 8px 24px;
  }
  .indexWrap {
    padding: 20px 36px;
  }
}

/* ------------------------------ contents Home ----------------------- */
.mvArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 464px;
  background: var(--bg_color_blue);
}
.mvAreaWrap {
  width: 1200px;
}
.mvH1 {
  width: 100%;
  height: 464px;
  background: url(/contents/kantan-hl-guide/img/top.svg) top / 1200px 464px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.menuArea {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
}
.menuAreaWrap {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  gap: 40px;
}
.menuBox {
  width: 430px;
}
.menuBox h2 {
  font-size: 2.0rem;
  padding: 21px 0 20px 42px;
  width: 100%;
}
.menuBox .menuList {
  padding: 8px 20px 8px;
}
@media (max-width: 900px) {
  .mvArea {
    height: auto;
  }
  .mvH1 {
    aspect-ratio: 75 / 29;
    background: url(/contents/kantan-hl-guide/img/top.svg) top / 100% auto no-repeat;
    height: auto;
  }
  .menuBox {
    width: 100%;
  }
  .menuArea {
    margin-top: 11px;
    padding: 0 24px;
  }
}
@media (max-width: 720px) {
  .mvArea {
    background-color: var(--bg_color);
    align-items: flex-start;
    padding: 0;
  }
  .mvAreaWrap {
    max-height: 464px;
  }
  .mvH1 {
    aspect-ratio: 375 / 244;
    background: url(/contents/kantan-hl-guide/img/top_sp.svg) top / 100% auto no-repeat;
  }
  .menuAreaWrap {
    gap: 11px;
  }
}

/* ------------------------------ contents Invite --------------------- */
.captionAreaWrap p {
  font-size: 1.4rem;
}