@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: baseline;
}

@media screen and (min-width: 769px) {
  section {
   max-width: 1200px;
   margin: auto;
  }
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main, canvas {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

select, option, button {
  font-family: inherit;
  font-size: inherit;
}

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline;
}


/* pcsp
----------------------*/
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
    
  img {
    width:100%;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}


/* function
----------------------*/
/* mixin
----------------------*/
/* common
----------------------*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
}

#container {
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  body {
    width:100%;
    max-width: 768px;
    overflow-x: hidden;  
  }
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


/* floating
----------------------*/
.floating {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  background: #fff;
  width:100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  z-index:99;
  box-sizing: border-box;
  height: 100px;
  padding-top:25px;
}

.floating_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width:500px;
  margin:0 auto 10px;
}

@media screen and (max-width: 768px) {
  .floating {
    height: auto;
    padding:4vw 0;
  }

  .floating_box {
    width:90%;
    margin:0 auto 10px;
  }

  .floating_box div {
    width:47%;
  }
}


/* all
----------------------*/
.btn_box {
  background:#fff;
  width:100%;
  padding-bottom:40px;
  border-radius: 0 0 8px 8px;
}

.btn_box.pt { padding-top:20px; }

.btn_lead {
  font-size:18px;
  font-weight:700;
}

.btn_lead span {
  color:#2167ae;
}

.btn_box a.btn {
  display:block;
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/cta04_bg_pc.png") left top no-repeat;
  color:#fff;
  font-weight:700;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  width:540px;
  height: 72px;
  margin:10px auto 0;
  background-size: 540px;
  font-size:19px;
  padding-top:25px;
  padding-left:30px;
}

.btn_box a.btn.case2 {
  padding-top:10px;
  line-height: 1.3;
}

.btn_box a.btn:hover {
  opacity: .6;
  transition: .7s ease;
}

.btn_box a.btn img {
  position: absolute;
  left:60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_box .text_link a {
  display: block;
  font-size:16px;
  color:#2167ae;
  font-weight:700;
  padding-top:10px;
  text-decoration: underline;
}

.btn_box .text_link a:hover {
  opacity: .6;
  transition: .7s ease;
}

@media screen and (max-width: 768px) {
  .btn_box {
    padding-bottom:5.333vw;
  }

  .btn_box.pt { padding-top:3.906vw; }
  .btn_lead { font-size:3.906vw; }

  .btn_box a.btn {
    background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/cta04_bg_sp.png") left top no-repeat;
    background-size: 100%;
    width:92%;
    height: 14vw;
    margin:2.604vw auto 0;
    font-size:3.906vw;
    padding-top:4.8vw;
    padding-left:6vw;
  }

  .btn_box a.btn img {
    left:8vw;
    width:5.5vw;
  }
    
  .btn_box a.btn.case2 {
    padding-top:1.309vw;
  }

  .btn_box .text_link a {
    font-size:3.906vw;
    padding-top:1.309vw;
  }
}


/* he_header
----------------------*/
.he_header img {
  width: 100%;
  height: auto;
}

.he_header .inner {
  width: 100%;
  padding: 0 68px 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.he_header h1 {
  width: 140px;
}

.he_header .tel {
  width: 422px;
}

@media screen and (max-width: 768px) {
  .he_header .inner {
    padding: 0 4.2666666667vw 0 3.7333333333vw;
  }

  .he_header h1 {
    width: 24vw;
  }

  .he_header .tel {
    width: 56.5333333333vw;
  }
}


/* he_mv
----------------------*/
.he_mv {
  width:100%;
  max-width: 1200px;
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/mv_pc.jpg") center top no-repeat #2c5fa3;
  background-size: 1200px;
  min-height: 540px;
  text-align: center;
  padding:20px 0;
  box-sizing: border-box;
}

.he_mv_inner {
  width:630px;
  margin:0 auto;
  position: relative;
}

.he_mv p.mv_small {
  width:630px;
  color:#fff;
  margin:10px auto 0;
  font-size:12px;
  line-height: 1.3;
  text-align: left;
}

.he_mv p.oricon {
  width:150px;
  color:#6d6d6d;
  position: absolute;
  left: 35px;
  top:230px;
  font-size:10px;
  line-height: 1.3;
}

.he_mv h2 img.mv_img {
  width: 630px;
  height: auto;
}

.he_mv img.mv_btn {
  position: absolute;
  bottom:160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.he_mv img.mv_btn:hover {
  opacity: .6;
  transition: .7s ease;
}

@media screen and (max-width: 768px) {
  .he_mv {
    max-width: 768px;
    background: #2c5fa3;
    min-height: auto;
    padding:0 0 3.906vw 0;
  }

  .he_mv_inner { width:100%; }
    
  .he_mv p.mv_small {
    width:90%;
    margin:0 auto;
    font-size:2.604vw;
  }

  .he_mv p.oricon {
    width:34.505vw;
    left: auto;
    right:1vw;
    top:40vw;
    font-size:2.148vw;
  }

  .he_mv h2 img.mv_img { width: 100%; }

  .he_mv img.mv_btn {
  width:97%;
  height: auto;
  bottom:40vw;
  }
}


/* he_recommend
----------------------*/
.he_recommend {
  color:#434343;
  margin:30px auto 0;
  text-align: center;
}

.he_recommend h2 {
  max-width: 1200px;
  background-image: linear-gradient(180deg, rgba(47, 132, 200, 1), rgba(33, 103, 174, 1));
  padding:25px 0;
}

.he_recommend h2 img {
  width:635px;
  height: auto;
}

.recommend_arrow {
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/sv_bg_pc.png") center top no-repeat;
  background-size: 100%;
  min-height: 245px;
  padding-top:30px;
}

.he_recommend .recommend_text {
  font-size:20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom:10px;
}

.he_recommend .recommend_text span {
  color:#2167ae;
  background: #fff398;
  line-height: 1.6;
}

.he_recommend .recommend_text2 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 20px 0 30px;
  font-size:22.5px;
  color: #ff7569;
  font-weight:700;
}
     
.he_recommend .recommend_text2 p {
  line-height: 1.4;
}

.he_recommend .recommend_text2:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 28px;
  height: 100%;
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/slash.png") left bottom no-repeat;
  background-size: 100%;
}
       
.he_recommend .recommend_text2:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/slash.png") left bottom no-repeat;
  background-size: 100%;
  transform: scaleX(-1);
}

.he_recommend .recommend_text3 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 30px 0 20px;
  font-size:19.5px;
  font-weight:700;
}
     
.he_recommend .recommend_text3 p {
  line-height: 1.4;
}

.he_recommend .recommend_text3:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 28px;
  height: 100%;
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/slash.png") left bottom no-repeat;
  background-size: 100%;
}
       
.he_recommend .recommend_text3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/slash.png") left bottom no-repeat;
  background-size: 100%;
  transform: scaleX(-1);
}

.recommend_box {
  border:2px solid #2167ae;
  border-radius: 8px;
  text-align: center;
  width: 700px;
  box-sizing: border-box;
  background: #fff;
  margin:40px auto 0;
}

.recommend_box .img { margin-top:30px; }
.recommend_box .img2 { margin-top:10px; }

.recommend_box h4 {
  position:relative;
  width:100%;
  background:#D1EBFF;
  color:#23366f;
  padding:20px 0 25px;
  text-align:center;
  font-size:20px;
  border-radius: 8px 8px 0px 0px;
}

.recommend_box h4::after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(209, 235, 255, 0);
  border-top-width:15px;
  border-bottom-width:15px;
  border-left-width:15px;
  border-right-width:15px;
  margin-left: -15px;
  border-top-color:#D1EBFF;
  top:100%;
  left:50%;
}

.recommend_box h4 span.copy {
  background: #2167ae;
  border-radius: 50px;
  font-size:15.7px;
  font-weight: 500;
  color:#fff;
  padding: 5px 0;
  display: block;
  width:345px;
  margin:0 auto 10px;
}

.recommend_box h4 span.copy.box2 {
  width:490px;
}

.recommend_box h4 span.ttl01 {
  display: block;
  color:#fff;
  text-shadow: 2px 2px 0 #2167ae, -2px -2px 0 #2167ae,
               -2px 2px 0 #2167ae, 2px -2px 0 #2167ae,
               2px 0 0 #2167ae, -2px 0 0 #2167ae,
               0 2px 0 #2167ae, 0 -2px 0 #2167ae;
}

.recommend_box h4 span.ttl02 {
  display: block;
  padding-top:5px;
  color:#fff;
  font-size:26px;
  text-shadow: 2px 2px 0 #2167ae, -2px -2px 0 #2167ae,
               -2px 2px 0 #2167ae, 2px -2px 0 #2167ae,
               2px 0 0 #2167ae, -2px 0 0 #2167ae,
               0 2px 0 #2167ae, 0 -2px 0 #2167ae;
}

.recommend_box .small {
  font-size:12px;
  padding:20px 0 30px;
  letter-spacing: -.7px;
}

.recommend_box .small.atten2 {
  text-align: left;
  width:590px;
  margin:0 auto;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .he_recommend {
    margin:3.906vw auto 0;
  }

  .he_recommend h2 {
    max-width: 768px;
    padding:0;
  }

  .he_recommend h2 img { width:100%; }

  .recommend_arrow {
    background: none;
    min-height: auto;
    padding-top:0;
  }

  .recommend_arrow2 img {
    width:25%;
    height: auto;
  }

  .he_recommend .recommend_text {
    font-size:3.733vw;
    margin-bottom:2.604vw;
    padding-top:3.906vw;
  }

  .he_recommend .recommend_text2 {
    padding: 0 6.5vw;
    margin: 2.604vw 0 3.906vw;
    font-size:5.599vw;
  }

  .he_recommend .recommend_text2:before { width: 8vw; }
  .he_recommend .recommend_text2:after { width: 8vw; }

  .he_recommend .recommend_text3 {
    padding: 0 8vw;
    margin: 8vw 0 3.906vw 0;
    font-size:4.792vw;
  }

  .he_recommend .recommend_text3:before { width: 8vw; }
  .he_recommend .recommend_text3:after { width: 8vw; }

  .recommend_box {
    width: 92%;
    margin: 3.906vw auto 0;
  }

  .recommend_box .img { margin-top:8vw; width:91%; height: auto; }
  .recommend_box .img2 { margin-top:3.906vw; width:91%; height: auto; }

  .recommend_box h4 {
    padding:3.906vw 0;
    font-size:4.258vw;
    line-height: 1.3;
  }

  .recommend_box h4 span.copy {
    font-size:3.19vw;
    padding: 1.309vw 0 2vw;
    width:60%;
    margin:0 auto 1.309vw;
  }

  .recommend_box h4 span.copy.box2 { width:90%; }
  .recommend_box h4 span.ttl02 { font-size:4.799vw; }

  .recommend_person {
    width:85%;
    height: auto;
    margin:0 auto;
  }
    
  .recommend_box .small {
    font-size:2.933vw;
    padding:2.604vw 0 3.906vw;
    line-height: 1.3;
    text-align: left;
    width:90%;
    margin:auto;
  }

  .recommend_box .small.atten2 {
    width:90%;
  }
}


/* he_option
----------------------*/
.he_option {
  color:#434343;
  margin:60px auto 0;
  text-align: center;
  background: #eef8fd;
  padding:0 0 30px 0;
}

.he_option h2 {
  max-width: 1200px;
  background-image: linear-gradient(180deg, rgba(47, 132, 200, 1), rgba(33, 103, 174, 1));
  padding: 15px 0 25px 0;
}

.he_option h2 img {
  width:392px;
  height: auto;
}

.option_box {
  border:2px solid #2167ae;
  border-radius: 8px;
  text-align: center;
  width: 700px;
  box-sizing: border-box;
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/option_bg_pc.png") center bottom no-repeat #fff;
  background-size: 100%;
  margin:40px auto 0;
}

.option_box.mt {
  margin:20px auto 0;
}

.option_box.mt2 {
  margin:20px auto 0;
  background:#fff;
  padding-bottom: 40px;
}

.option_box h4 {
  background: #2167ae;
}

.option_box .option_text {
  font-size:21.6px;
  color:#23366f;
  font-weight:700;
  padding: 20px 0;
  line-height: 1.3;
}

.option_box .fukidashi_woman {
  position:relative;
  width: 450px;
  margin:0 auto;
}

.option_box .fukidashi_woman p {
  position: absolute;
  bottom:30px;
  left:10px;
  font-size:12px;
}

.option_box .option_kyufu {
  width:475px;
  margin:0 auto 15px;
  border:2px dotted #23366f;
  padding:0 15px 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.option_box .kyufu_text {
  width:100%;
  border-radius: 50px;
  background: #23366f;
  color:#fff;
  font-size:17.5px;
  font-weight:700;
  padding:5px 0;
  margin:20px 0;
}

.option_box .kyufu_text2 {
  font-size:15.2px;
  color:#2167ae;
  font-weight:700;
}

.option_box .kyufu_text3 {
  font-size:13px;
  width:295px;
  margin:0 auto;
  font-weight:500;
  padding-top:15px;
  line-height: 1.5;
  text-align: left;
}

.option_box .kyufu_text4 {
  font-size:15.2px;
  color:#2167ae;
  font-weight:700;
  width:285px;
  margin: 0 auto;
  text-align: left;
}

.option_box .kyufu_text4 span {
  display: block;
  font-size: 12px;
  font-weight:500;
  padding-top:5px;
  color:#434343;
}

.option_box .small {
  font-size:12px;
  line-height: 1.3;
  letter-spacing: -.7px;
  padding-top:15px;
}

.option_box .img5 { margin:30px 0; }

@media screen and (max-width: 768px) {
  .he_option {
    margin:7.813vw auto 0;
    padding:0 0 7.813vw 0;
  }

  .he_option h2 {
    max-width: 768px;
    padding: 0;
  }

  .he_option h2 img { width:100%; }

  .option_box {
    width:92%;
    background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/option_bg_sp.png") center bottom no-repeat #fff;
    background-size: 100%;
    margin:3.906vw auto 0;
    padding-bottom:2.604vw;
  }

  .option_box.mt { margin:3.906vw auto 0; padding: 0; }

  .option_box.mt2 {
    margin:3.906vw auto 0;
    padding-bottom: 7.184vw;
  }

  .option_box .option_text {
    font-size:4.267vw;
    padding: 6vw 0;
  }

  .option_box .fukidashi_woman { width: 92%; }

  .option_box .fukidashi_woman p {
    bottom:2.604vw;
    left:3.609vw;
    font-size:2.933vw;
  }

  .option_box .option_kyufu {
    width:86.58%;
    margin:0 auto 5.208vw;
    padding:0 2.604vw 6vw;
  }

  .option_box .kyufu_text {
    font-size:4.267vw;
    padding:5px 0;
    margin:3.906vw 0 2.604vw;
  }

  .option_box .kyufu_text2 {
    font-size:3.724vw;
    line-height: 1.3;
  }

  .option_box .kyufu_text3 {
    font-size:3.201vw;
    width:100%;
    padding-top:2.604vw;
  }

  .option_box .kyufu_text4 {
    font-size:3.724vw;
    width:68.359vw;
  }

  .option_box .kyufu_text4 span {
    font-size: 2.933vw;
  }

  .option_box .small {
    font-size:2.966vw;
    text-align: left;
    width:78%;
    padding-top:2.604vw;
    padding-left:1.2rem;
    text-indent: -1.2rem;
    margin:0 auto;
  }

  .option_box .small2 {
    font-size:2.966vw;
    text-align: left;
    padding-top:2.604vw;
    width:92%;
    margin:0 auto;
    line-height: 1.3;
  }

  .option_box .img2 { width:92%; height: auto; }
  .option_box .img4 { width:92%; height: auto; }
  .option_box .img5 { margin:5.208vw 0; width:86.5%; height: auto; }
  .option_box .img6 { width:92%; height: auto; }
  .option_box .img7 { width:92%; height: auto; }
  .option_box .img8 { width:92%; height: auto; }
}


/* he_grade
----------------------*/
.he_grade {
  color:#434343;
  text-align: center;
  background: #fffded;
  padding:0 0 30px 0;
}

.he_grade h2 {
  max-width: 1200px;
  background-image: linear-gradient(180deg, rgba(237, 232, 215, 1), rgba(224, 214, 184, 1));
  border-top:solid #bfa147 2px;
  border-bottom:solid #bfa147 2px;
  padding: 30px 0 35px 0;
  font-size:29.2px;
  font-weight:700;
  color:#004ea2;
}

.he_grade h2 span {
  font-size:19.5px;
  color:#434343;
  display: block;
  padding-bottom:8px;
}

.grade_box {
  border:2px solid #2167ae;
  border-radius: 8px;
  text-align: center;
  width: 700px;
  box-sizing: border-box;
  margin:40px auto 0;
  background: #eef8fd;
  padding:0 0 30px;
}

.grade_box h4 {
    position:relative;
    width:100%;
    background:#2167ae;
    padding:20px 0 25px;
    text-align:center;
    font-size:25.95px;
    border-radius: 6px 6px 0px 0px;
    color: #fff;
}

.grade_box h4::after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(209, 235, 255, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -7.5px;
    border-top-color:#2167ae;
    top:100%;
    left:50%;
}

.grade_box .img { margin:30px 0 20px; }

.grade_inner {
    width:540px;
    margin:0 auto;
    border:1px solid #2167ae;
    border-radius: 8px;
    background: #fff;
    padding:20px 0;
}

.he_grade .grade_text {
    font-size:21.5px;
    font-weight:700;
    padding:25px 0;
    line-height: 1.4;
}

.grade_inner .small {
  font-size:12px;
  padding:10px 40px 0;
  line-height: 1.3;
  letter-spacing: -.7px;
  text-align: left;
}

.he_grade .small2 {
  font-size:12px;
  padding:10px 0 0;
  letter-spacing: -.7px;
}   

@media screen and (max-width: 768px) {
  .he_grade {
    padding:0 0 7.814vw 0;
  }

  .he_grade h2 {
    max-width: 768px;
    padding: 5.208vw 0;
    font-size:6.51vw;
    line-height: 1.2;
  }

  .he_grade h2 span {
    font-size:4vw;
    padding-bottom:1.309vw;
  }

  .grade_box {
    width: 92%;
    margin:5.208vw auto 0;
    padding:0 0 6vw;
  }

  .grade_box h4 {
    width:100%;
    padding:2.604vw 0 3.906vw;
    font-size:5.333vw;
    line-height: 1.3;
  }

  .he_grade .img { margin:8vw 0 4vw; width:85.8%; height: auto; }
  .he_grade .img2 { width:88.7%; height: auto; }
  .he_grade .img3 { width:85%; height: auto; }
  .he_grade .img4 { width:88.7%; height: auto; }

  .grade_inner {
    width:92%;
    padding:4vw 0;
  }

  .he_grade .grade_text {
    font-size:4.267vw;
    padding:6.51vw 0 0;
  }

  .grade_inner .small {
    font-size:2.933vw;
    padding:2.604vw 5.208vw 0;
  }
    
  .he_grade .small2 {
    font-size:2.933vw;
    padding:2.604vw 0 0;
    width:92%;
    margin:0 auto;
    text-align: left;
  }    
}


/* cta
----------------------*/
.cta {
  padding:10px 0 30px;
}

.cta h3 {
  font-weight:700;
  text-align: center;
  color:#434343;
  font-size:18px;
  padding-top:15px;
}

.cta h3 span {
  color:#2167ae;
}

.cta a.btn {
  display:block;
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/cta02_bg_pc.png") left top no-repeat;
  color:#fff;
  font-weight:700;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  width:540px;
  height: 72px;
  margin:20px auto 0;
  background-size: 540px;
  font-size:19px;
  padding-top:25px;
  padding-left:30px;
}

.cta a.btn img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta a.btn.bg02 {
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/cta03_bg_pc.png") left top no-repeat;
  background-size: 540px;
  margin:10px auto 0;
}

.cta a:hover {
  opacity: .6;
  transition: .7s ease;
}

.cta a.btn img {
  left:60px;
}

.cta a.btn.bg02 img {
  left:100px;
}

.cta .text_link a {
  display: block;
  font-size: 16px;
  color: #2167ae;
  font-weight: 700;
  padding-top: 10px;
  text-decoration: underline;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cta {
    padding:3.906vw 0 3vw;
  }

  .cta h3 {
    font-size:3.906vw;
    padding-top:2vw;
  }

  .cta a.btn {
    background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/cta02_bg_sp.png") left top no-repeat;
    background-size: 100%;
    width:91.333%;
    height: 15vw;
    margin:2vw auto 0;
    font-size:3.906vw;
    padding-top:4.8vw;
    padding-left:6vw;
  }

  .cta a.btn img {
    left:8.5vw;
    width: 6.933vw;
  }

  .cta a.btn.bg02 img {
    left:15vw;
    width: 7vw;
    top: 46%;
  }

  .cta a.btn.bg02 {
    background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/cta03_bg_sp.png") left top no-repeat;
    background-size: 100%;
    font-size: 3.906vw;
  }
    
  .cta .text_link a {
    font-size: 3.906vw;
    padding-top: 1.309vw;
  }
}


/* he_flow
----------------------*/
.he_flow {
  color:#434343;
  background: #eef8fd;
  padding:0 0 50px;
}

.he_flow h2 {
  background: #2167ae;
  max-width:1200px;
  margin:0 auto;
  text-align: center;
  color:#fff;
  padding:10px 0 20px;
  font-size:29px;
  font-weight: 700;
  line-height: 1.3;
}

.he_flow h2 span { font-size:17px; }

.he_flow .he_lead {
  font-size:13px;
  font-weight: 700;
  position:relative;
  line-height: 1.4;
  width:700px;
  margin:20px auto 0;
  text-align: center;
}

.he_flow .he_lead:before {
  content: "＼";
  position: absolute;
  bottom: 0;
  left: 120px;
  font-weight:700;
}

.he_flow .he_lead:after {
  content: "／";
  position: absolute;
  bottom: 0;
  right: 120px;
  font-weight:700;
}

.he_flow .flow_box {
  width:700px;
  margin:20px auto 0;
  border:2px solid #2167ae;
  border-radius: 8px;
  text-align: center;
  background: #fff;
}

.he_flow .btn_box a.btn img {
  left:120px;
}

.he_flow .toggle {
  background: #2167ae;
  text-align: center;
  padding:15px 0;
  cursor: pointer;
  position: relative;
}

.he_flow .toggle span.arrow {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  right: 32px;
  width: 24px;
  height: 24px;
}

.he_flow .toggle span.arrow:before {
  content: "";
  position: absolute;
  border: 0;
  border-bottom: solid 2px #2167ae;
  border-right: solid 2px #2167ae;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);  
  width: 6px;
  height: 6px;
  top: 7px;
  left: 8px;
}

.he_flow .toggle.is-open span.arrow:before {
  content: "";
  border: 0;
  border-top: solid 2px #2167ae;
  border-right: solid 2px #2167ae;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
}

.he_flow .toggle span.text01 {
  font-size:16px;
  font-weight:700;
  width: 475px;
  margin: auto;
  background:#23366f;
  color:#fff;
  display: block;
  padding:5px 0 7px;
}

.he_flow .toggle span.text02,
.he_flow .toggle span.text03,
.he_flow .toggle span.text04 {
  display: block;
  font-size:29px;
  font-weight:700;
  color:#fff;
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/flow_ico01.png") left top no-repeat;
  background-size: 45px;
  width:330px;
  margin:8px auto 0;
  padding:8px 0 8px 20px;
}

.he_flow .toggle span.text03 {
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/flow_ico02.png") left top no-repeat;
  background-size: 45px;
}

.he_flow .toggle span.text04 {
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/flow_ico03.png") left top no-repeat;
  background-size: 45px;
  width:400px;
  padding:8px 0 8px 45px;
}

.he_flow .toggle span.text02 span,
.he_flow .toggle span.text03 span,
.he_flow .toggle span.text04 span {
  color:#fffdd5;
}

.he_flow #consultation .panel.active { display:block; }

.he_flow .panel {
  padding:20px 0 0 0;
  display: none;
}

.he_flow .flow_inner_box {
  width:633px;
  margin:0 auto 20px;
  border:1px solid #2167ae;
  border-radius: 8px;
}

.he_flow .flow_inner_box figure {
  background: #d9eafd;
  border-radius: 8px 8px 0 0;
}

.he_flow .flow_inner_box .inner {
  border-top:1px solid #2167ae;
  text-align: center;
  padding:25px 0;
}

.he_flow .flow_inner_box .merit_copy {
  font-size:17px;
  font-weight:700;
  position: relative;
  line-height: 1.6;
  margin-bottom:20px;
}

.he_flow .flow_inner_box span.strong {
  color:#ff7569;
}

.he_flow .flow_inner_box span.u-line {
  background:linear-gradient(transparent 60%, #d9eafd 60%);
}

.he_flow .flow_inner_box .merit_copy:before,
.he_flow .flow_inner_box .merit_copy:after {
    content: "";
    position: absolute;
    bottom:0;
    background:url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/slash.png") left bottom no-repeat;
    background-size: 100%;
    width: 25px;
    height: 42px;
}

.he_flow .flow_inner_box .merit_copy:before {
    left:110px;
}

.he_flow .flow_inner_box .merit_copy:after {
    right:110px;
    transform: scaleX(-1);
}

.he_flow .flow_inner_box .merit_copy.third:before {
    left:50px;
}

.he_flow .flow_inner_box .merit_copy.third:after {
    right:50px;
}

.he_flow .flow_inner_box .merit_txt {
  font-size:17px;
  font-weight:700;
  line-height: 1.6;
  margin-bottom:20px;
}

.he_flow .flow_inner_box .merit_box {
  width:530px;
  margin:0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  
}

.he_flow .flow_inner_box .merit_box div.upload {
  width:160px;
}

.he_flow .flow_inner_box .merit_txt2 {
  font-size:14px;
  font-weight:700;
  color:#2167ae;
  height: 40px;
  border-bottom:2px dotted #2167ae;
  padding:10px 0 5px;
  line-height: 1.3;
}

.he_flow .flow_inner_box .merit_txt3 {
  font-size:11px;
  font-weight:700;
  padding:10px 0 5px;
  line-height: 1.4;
}

.he_flow .flow_inner_box .merit_txt3.left {
  text-align: left;
}

.he_flow .flow_inner_box .merit_txt3 span {
  color:#2167ae;
}

.he_flow .flow_inner_box .merit_txt3 span.underline {
  color:#434343;
  text-decoration: underline;
}

.he_flow .flow_inner_box .merit_txt4 {
  font-size:11px;
  font-weight:700;
  text-align: left;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: -.4px;
  margin-top:-5px;
}

.he_flow .flow_inner_box .documents_box {
  width:540px;
  margin:20px auto 0;
  border:1px solid #2167ae;
  background: #f4f4f4;
  border-radius: 8px;
  padding-bottom:15px;
}

.he_flow .flow_inner_box .documents_txt {
  font-size:15px;
  font-weight:700;
  background: #fff;
  text-align: center;
  border-radius: 8px 8px 0 0;
  border-bottom:1px solid #2167ae;
  padding:8px 0;
  position: relative;
}

.he_flow .flow_inner_box .documents_txt span {
    color:#2167ae;
}

.he_flow .flow_inner_box .documents_txt:before {
  content: "";
  position: absolute;
  width:22px;
  height: 22px;
  background: url("/NonSitecore/_/media/landingpage/brpg/gan/wcm10/img/icon.png") left top no-repeat;
  background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left:120px;
}

.he_flow .flow_inner_box .documents_txt2 {
  font-size:13px;
  font-weight:700;
  text-align: center;
  padding-top:15px;
}

.he_flow .flow_inner_box .documents_box ul {
  width:500px;
  margin:0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.he_flow .flow_inner_box .documents_box ul li {
  display: block;
  width:48.5%;
  font-size:13px;
  font-weight:700;
  text-align: center;
  border:1px solid #434343;
  background: #fff;
  color:#2167ae;
  border-radius: 5px;
  padding:5px 0;
  box-sizing: border-box;
  margin-top:10px;
}

.he_flow .merit_box2 {
  width:635px;
  margin:15px auto 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  
}

.he_flow .merit_box2.long {
  width:635px;
  margin:15px auto 30px;
  display: block;
}

.he_flow .merit_box2 div {
  width:305px;
  border:1px solid #434343;
  padding:10px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
}

.he_flow .merit_box2 div figure {
    border-bottom:2px dotted #434343;
    padding-bottom:10px;
}

.he_flow .merit_box2 div p {
  font-size:13px;
  font-weight:700;
  padding-top:13px;
  line-height: 1.4;
  height: 85px;
  box-sizing: border-box;
}

.he_flow .merit_box2 div:first-child p {
  padding-top:20px;
  height: 75px;
}

.he_flow .merit_box2 div p span {
  display: block;
  padding:10px 0;
}

.he_flow .merit_box2.long div {
  width:635px;
}

.he_flow .merit_box2.long div p {
  padding:13px 0;
  height: auto;
}

.he_flow a.line:hover {
  opacity: .6;
  transition: .7s ease;
}

@media screen and (max-width: 768px) {
  .he_flow {
    padding:0 0 8vw;
  }

  .he_flow h2 {
    max-width:768px;
    margin:0 auto;
    padding:1.309vw 0 3vw;
    font-size:5.6vw;
  }

  .he_flow h2 span { font-size:3.2vw; }

  .he_flow .he_lead {
    font-size:3.733vw;
    padding:0 0 2.604vw 0;
    width:100%;
  }

  .he_flow .he_lead:before {
    left: 12vw;
    bottom:2vw;
    font-size:3.906vw;
  }

  .he_flow .he_lead:after {
    right: 12vw;
    bottom:2vw;
  }    
    
  .he_flow .flow_box {
    width:92%;
    margin:3.906vw auto 0;
  }

  .he_flow .btn_box a.btn img {
    left:8vw;
    width:5.5vw;
  }

  .he_flow .toggle {
    padding:3.906vw 0;
  }

  .he_flow .toggle span.arrow {
    right: 2.6666666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }

  .he_flow .toggle span.arrow:before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 1.0666666667vw;
    left: 1.6vw;
  }

  .he_flow .toggle.is-open span.arrow:before {
    top: 1.8666666667vw;
  }

  .he_flow .toggle span.text01 {
    font-size:2.933vw;
    width: 71.333vw;
    padding:.677vw 0 1.309vw;
  }

  .he_flow .toggle span.text02,
  .he_flow .toggle span.text03,
  .he_flow .toggle span.text04 {
    font-size:5.6vw;
    background-size: 9.333vw;
    width:60vw;
    margin:1.309vw auto 0;
    padding:1.309vw 0 2.604vw 4.5vw;
  }

  .he_flow .toggle span.text03 {
    background-size: 9.333vw;
  }

  .he_flow .toggle span.text04 {
    background-size: 9.333vw;
    width:77vw;
    padding:1.309vw 0 2.604vw 7vw;
    letter-spacing: -.3px;
  }

  .he_flow .panel {
    padding:4vw 0 0 0;
    display: none;
  }

  .he_flow .flow_inner_box {
    width:90%;
    margin:0 auto 20px;
  }

  .he_flow .flow_inner_box .img {
    width:92%;
    margin:0 auto;
  }

  .he_flow .flow_inner_box .inner {
    padding:4vw 0;
  }

  .he_flow .flow_inner_box .merit_copy {
    font-size:3.2vw;
    margin-bottom:2.604vw;
  }

  .he_flow .flow_inner_box .merit_copy:before,
  .he_flow .flow_inner_box .merit_copy:after {
    width: 6vw;
    height: 10.633vw;
  }

  .he_flow .flow_inner_box .merit_copy:before {
    left:1.309vw;
  }

  .he_flow .flow_inner_box .merit_copy:after {
    right:1.309vw;
  }

  .he_flow .flow_inner_box .merit_copy.third:before {
    left:1.309vw;
  }

  .he_flow .flow_inner_box .merit_copy.third:after {
    right:1.309vw;
  }

  .he_flow .flow_inner_box .merit_txt {
    font-size:3.2vw;
    margin-bottom:2.604vw;
  }

  .he_flow .flow_inner_box .merit_box {
    width:92%;
    display: block;
  }

  .he_flow .flow_inner_box .merit_box div.upload {
    width:100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom:2px dotted #2167ae;
    margin-top:3.906vw;
    padding-bottom:2.604vw;
  }
    
  .he_flow .flow_inner_box .merit_box div.ill {
    width:33vw;
  }

  .he_flow .flow_inner_box .merit_box div.ill img {
    width:18.667vw;
    height: auto;
    margin: auto;
  }    
    
  .he_flow .flow_inner_box .merit_box div.txt {
    width:39vw;
  }

  .he_flow .flow_inner_box .merit_box div.txt .pt {
    padding-top:4vw;
  }
    
  .he_flow .flow_inner_box .merit_txt2 {
    font-size:3.2vw;
    height: auto;
    border-bottom:none;
    padding:2.604vw 0 1.309vw;
  }

  .he_flow .flow_inner_box .merit_txt3 {
    font-size:2.933vw;
    padding:0;
    text-align: left;
  }

  .he_flow .flow_inner_box .merit_txt4 {
    font-size:2.933vw;
    text-indent: -1em;
    padding-left: 1em;
    margin-top:0;
  }
    
  .he_flow .flow_inner_box .documents_box {
    width:92%;
    margin:2.604vw auto 0;
    padding-bottom:3.2vw;
  }

  .he_flow .flow_inner_box .documents_txt {
    font-size:3.2vw;
    padding:1.309vw 0 2vw;
  }

  .he_flow .flow_inner_box .documents_txt:before {
    width:3.906vw;
    height: 3.906vw;
    left:8vw;
  }

  .he_flow .flow_inner_box .documents_txt2 {
    font-size:2.933vw;
    padding-top:2.604vw;
    padding-bottom:1.309vw;
  }

  .he_flow .flow_inner_box .documents_box ul {
    width:58.667vw;
    display: block;
  }

  .he_flow .flow_inner_box .documents_box ul li {
    width:100%;
    font-size:3.2vw;
    padding:1.309vw 0;
    margin-top:2vw;
  }

  .he_flow .flow_inner_box .merit_box div:last-of-type.upload {
    border:none;
  }
    
  .he_flow .flow_inner_box .merit_box div.ill2 {
    width:43%;
    padding-bottom:2.604vw;
  }

  .he_flow .flow_inner_box .merit_box div.ill2 img {
    width:100%;
    height: auto;
  }    

  .he_flow .flow_inner_box .merit_box div.txt2 {
    width:55%;
    padding-bottom:2.604vw;
    padding-top:2.604vw;
  }   

  .he_flow .flow_inner_box .merit_box div:first-of-type .txt2 {
    padding-top:0;
  }   

  .he_flow .flow_inner_box .merit_box div.txt2 .merit_txt3 {
    font-size:3.2vw;
    font-weight:700;
    text-align: center;
  }    

  .he_flow .flow_inner_box .merit_box div.txt2 span {
    color:#2167ae;
  }

  .he_flow .merit_box2 {
    width:92%;
    margin:0 auto;
    display: block;
    padding-bottom:3.906vw;
  }

  .he_flow .merit_box2.long {
    width:92%;
    margin:0 auto;
  }

  .he_flow .merit_box2 div {
    width:100%;
    padding:2.604vw;
    margin:0 0 2.604vw;
  }

  .he_flow .merit_box2 div figure {
    padding-bottom:2.604vw;
  }

  .he_flow .merit_box2 div p {
    font-size:3.733vw;
    padding-top:3.906vw;
    padding-bottom:3.906vw;
    height: auto;
  }

  .he_flow .merit_box2 div:first-child p {
    padding-top:3.906vw;
    height: auto;
  }

  .he_flow .merit_box2 div p span {
    padding:2.604vw 0 0 0;
  }
    
  .he_flow .merit_box2.long div {
    width:100%;
  }

  .he_flow .merit_box2.long div p {
    padding:3.906vw 0;
  }
}


/* he_footer_info
----------------------*/
.he_footer_info {
  width: 100%;
  background: #eef0f1;
  color: #434343;
}

.he_footer_info .form_foot {
  width: 648px;
  margin: 0 auto;
  padding:30px 0;
}

.he_footer_info .form_foot .txt_foot {
  padding-bottom:20px;
  padding-top:30px;
}

.he_footer_info .form_foot h3 {
  font-weight: 500;
  font-size: 1.2rem;
}

.he_footer_info .form_foot p {
  font-weight: 400;
  line-height: 1.3333333333;
  margin-top: 7px;
  font-size: 1.2rem;
}

.he_footer_info .form_foot span {
  display: block;
  font-size:13px;
  font-weight:700;
  text-align: center;
  line-height: 1.4;
  position: relative;
}

.he_footer_info .form_foot span:before {
  content: "＼";
  position: absolute;
  bottom: 0;
  left: 120px;
  font-weight:700;
}

.he_footer_info .form_foot span:after {
  content: "／";
  position: absolute;
  bottom: 0;
  right: 120px;
  font-weight:700;
}

.he_footer_info .form_foot .button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #2167ae;
  border-radius: 10px;
  border: 1px solid #2167ae;
  position: relative;
  transition: 0.3s;
  background-color: #fff;
  font-size: 16px;
  width: 410px;
  height: 30px;
  margin:0 auto;
}

.he_footer_info .form_foot .button:last-of-type {
  margin:10px auto 0;
}

.he_footer_info .form_foot .button::before, .he_footer_info .form_foot .button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: 100% 50%;
  background-color: #2167ae;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
  right: 15px;
  height: 2px;
  width: 11px;
}

.he_footer_info .form_foot .button::before {
  transform: translateY(-50%) rotate(45deg);
}

.he_footer_info .form_foot .button::after {
  transform: translateY(-50%) rotate(-45deg);
}

.he_footer_info .form_foot .button:hover::before {
  transform: translate(5px, -50%) rotate(45deg);
}

.he_footer_info .form_foot .button:hover::after {
  transform: translate(5px, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .he_footer_info .form_foot {
    padding: 5.333vw 0;
    width:92%;
  }
    
  .he_footer_info .form_foot .txt_foot {
    padding-bottom:4vw;
    padding-top:5vw;
  }     

  .he_footer_info .form_foot h3 {
    font-size: 3.2vw;
    padding-top:2.993vw;
  }

  .he_footer_info .form_foot p {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
    
  .he_footer_info .form_foot span {
    font-size:3.646vw;
  }

  .he_footer_info .form_foot span:before {
    left: 9vw;
  }

  .he_footer_info .form_foot span:after {
    right: 9vw;
  }
    
  .he_footer_info .form_foot .button {
    font-size: 3.2vw;
    width: 78.667vw;
    height: 8vw;
    margin:0 auto;
  }

  .he_footer_info .form_foot .button:last-of-type {
    margin:1.309vw auto 0;
  }

  .he_footer_info .form_foot .button::before, .he_footer_info .form_foot .button::after {
    right: 15px;
    height: 2px;
    width: 8px;
  } 
}


/* he_footer
----------------------*/
.he_footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  color: #434343;
  width: 720px;
  padding: 17px 0 200px;
}

.he_footer .text {
  text-align: right;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 7px;
}

.he_footer ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.he_footer ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 13px;
  margin-right: 32px;
  padding-left: 14px;
  font-size: 1.2rem;
}

.he_footer ul li ::before {
  content: "＞";
  position: absolute;
  top: 0;
  left: 0;
}

.he_footer ul li a {
  color: #434343;
}

.he_footer .copyright {
  text-align: center;
  color: #A5A5A5;
  font-weight: 600;
  margin-top: 38px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .he_footer {
    width: 91.4666666667%;
    padding: 4vw 0 40vw;
  }

  .he_footer .text {
    font-size: 3.2vw;
    margin-bottom: 3.4666666667vw;
  }

  .he_footer ul li {
    width: 100%;
    padding-left: 4.2666666667vw;
    font-size: 3.2vw;
  }
  .he_footer ul li + li {
    margin-top: 2.9333333333vw;
  }

  .he_footer .copyright {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}










