@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;
  }
    
  section.fv_option {
   max-width: 1200px;
  }
}


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;
}

.floating_box div a:hover {
  opacity: .6;
  transition: .7s ease;
}


@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;
}
.he_join .btn_box { background: #fffad5; margin-top:-1px; }

.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/shushiniryodx/dx11/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.yellow {
  background: url("/NonSitecore/_/media/landingpage/brpg/shushiniryodx/dx11/img/cta03_bg_pc.png") left top no-repeat;
  background-size: 540px;
}

.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/shushiniryodx/dx11/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:5.333vw;
    padding-left:6vw;
  }

  .btn_box a.btn.case2 {
    padding-top:1.309vw;
  }
    
  .btn_box a.btn.yellow {
    background: url("/NonSitecore/_/media/landingpage/brpg/shushiniryodx/dx11/img/cta03_bg_sp.png") left top no-repeat;
    background-size: 100%;
  }

  .btn_box a.btn img {
    left:8vw;
    width:5.5vw;
  }

  .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: 16px 68px 17px;
  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: 167.5px;
}

.he_header .tel {
  width: 422px;
}

@media screen and (max-width: 768px) {
  .he_header .inner {
    padding: 2.9333333333vw 4.2666666667vw 2.4vw 3.7333333333vw;
  }

  .he_header h1 {
    width: 26.896vw;
  }

  .he_header .tel {
    width: 56.5333333333vw;
  }
}


/* he_mv
----------------------*/
.he_mv {
  width:100%;
}

.he_mv p {
  width:540px;
  color:#434343;
  margin:0 auto;
  font-size:12px;
  box-sizing: border-box;
  line-height: 1.3;
}

.he_mv h2 img {
  width: 100%;
  height: auto;
}

.fv_option {
  background: url("/NonSitecore/_/media/landingpage/brpg/shushiniryodx/dx11/img/fv_bg.png") center top no-repeat #23366f;
  margin-top:20px;
}

.fv_option div {
  padding:20px 0;
  text-align: center;
  color:#fff;
}

.fv_option img {
  padding:10px 0;
}

.fv_option .option_txt {
  font-size:13px;
  font-weight:700;
}

.fv_option .small {
  font-size:12px;
  width:750px;
  margin:auto;
  text-align: left;
  line-height: 1.4;
  font-weight:300;
}

.fv_option .small:before {
    content: "※"
}

@media screen and (max-width: 768px) {
  .he_mv .sp_inner {
    position: relative;
  }

  .he_mv p {
    position: absolute;
    font-size:2.604vw;
    text-align: left;
    line-height: 1.4;
    bottom:0;
    left:4%;
    width:92%;
  }
 
  .fv_option {
    background: url("/NonSitecore/_/media/landingpage/brpg/shushiniryodx/dx11/img/fv_bg_sp.png") center top no-repeat #23366f;
    background-size: 100%;
    margin-top:2.604vw;
  }

  .fv_option div {
    padding:2.604vw 0;
  }

  .fv_option img {
    width:66.016vw;
    padding:1.309vw 0 0.65vw;
  }

  .fv_option .option_txt {
    font-size:3.255vw;
  }

  .fv_option .small {
    font-size:2.933vw;
    width:92%;
    padding-left:1.2rem;
    text-indent: -1.2rem;
  }  
}


/* he_reason
----------------------*/
.he_reason {
  color:#434343;
  margin:60px auto 0;
}

.he_reason h2 {
  max-width: 1200px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(235, 251, 251, 1) 60%);
  text-align: center;
  padding:10px 0;
  border-top:3px solid #1aa7a4;
  border-bottom:3px solid #1aa7a4;
}

.he_reason h2 img {
  width:375px;
  height: auto;
}

.reason_box {
  border:2px solid #1aa7a4;
  border-radius: 8px;
  text-align: center;
  width: 700px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  margin:40px auto 0;
}

.reason_box h4 img { border-radius: 6px 6px 0px 0px; }

.reason_box .img2 { margin-top:10px; }
.reason_box .img3 { margin-top:15px; }
.reason_box .img4 { margin:20px 0 10px; }
.reason_box .img5 {  }
.reason_box .img6 { margin-top:10px; }
.reason_box .img7 { margin-top:20px; }
.reason_box .img8 { margin-top:20px; }

.reason_box .reason_txt {
  font-size:24px;
  font-weight: 700;
  line-height: 1.4;
  color:#434343;
  padding-top:30px;
}

.reason_box .reason_txt2 {
  font-size:30px;
  font-weight: 700;
  color: #1aa7a4;
  margin: 30px 0;
  line-height: 1.3;
}

.reason_box .reason_txt3 {
 font-size:24px;
 font-weight: 700;
 line-height: 1.4;
 color:#434343;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 width:450px;
 margin:5px auto 0;
}

.reason_box .reason_txt4 {
 font-size:31px;
 font-weight: 700;
 line-height: 1.4;
 color:#f08200;
 padding-top:30px;
}

.reason_box .small {
  font-size:12px;
  width:450px;
  margin:auto;
  text-align: left;
  padding:5px 0 20px;
}

.reason_box .small2 {
  font-size:12px;
  width:450px;
  margin:auto;
  text-align: left;
  padding-left:1.2rem;
  text-indent: -1.2rem;
  line-height: 1.3;
  padding:5px 0 20px;
}

.reason_box .hosho_box {
  width:635px;
  border:1px solid #5495cf;
  border-radius: 8px;
  margin:20px auto 0;
  padding-bottom: 20px;
}

.reason_box .hosho_ttl {
  background: #5495cf;
  border-radius: 6px 6px 0px 0px;
  position: relative;
  text-align: center;
  color:#fff;
  font-size:24px;
  font-weight:bold;
  padding:15px 0;
}

.reason_box .hosho_ttl .r_ill {
    position: absolute;
    bottom:0;
    right:165px;
}

.reason_box .hosho_inner {
  width:595px;
  margin:0 auto;
  padding-top:15px;
}

.reason_box .hosho_txt {
  font-size:20px;
  font-weight:bold;
  color:#ff7569;
  padding:0 0 15px;
  border-bottom:3px dotted #a2a2a2;
  margin-bottom: 20px;
}

.reason_box .hosho_txt.non_line {
  border-bottom:none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.reason_box .small3 {
  font-size:12px;
  text-align: center;
  padding:8px 0 20px;
}

.reason_box .hosho_txt2 {
  font-size:16px;
  font-weight:bold;
  color:#434343;
  line-height: 1.3;
}

.reason_box .hosho_txt2 span {
  color:#ff7569;
}

.reason_box .hosho_txt3 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size:16px;
  font-weight:bold;
  color:#434343;
  width:500px;
  margin:5px auto 0;
}

.reason_box .reco_box {
  width:635px;
  border:1px solid #5495cf;
  border-radius: 8px;
  margin:20px auto 0;
  padding-bottom: 20px;
}

.reason_box .reco_inner {
  width:595px;
  margin:0 auto;
  padding-top:15px;
}

.reason_box .reco_txt {
  font-size:16px;
  font-weight:bold;
  color:#434343;
  line-height: 1.3;
}

.reason_box .reco_txt span {
  color:#5495cf;
}

.reason_box .reco_box h4 img {
  border-radius: 6px 6px 0px 0px;
}

@media screen and (max-width: 768px) {
  .he_reason {
    margin:8vw auto 0;
  }

  .he_reason h2 {
    max-width: 768px;
    padding:2.604vw 0;
  }

  .he_reason h2 img {
    width:92%;
    height: auto;
  }

  .he_reason h2 {
    max-width: 768px;
    padding:2.604vw 0;
  }

  .he_reason h2 img {
    width:88.8%;
  }

  .reason_box {
    width: 92%;
    margin:5.208vw auto 0;
  }

  .reason_box .img { width:83.724vw; height: auto; }
  .reason_box .img2 { margin-top:2.604vw; width: 68.359vw; height: auto; }
  .reason_box .img3 { margin-top:2.604vw; width:84.635vw; height: auto; }
  .reason_box .img4 { margin:2.604vw 0 1.309vw; width:84.505vw; height: auto; }
  .reason_box .img5 { width:72.656vw; height: auto; }
  .reason_box .img6 { margin-top:0; width: 67.969vw; height: auto; }
  .reason_box .img7 { margin-top:3.609vw; width:100%; height: auto; }
  .reason_box .img8 { margin-top:3.906vw; width:100%; height: auto; }

  .reason_box .reason_txt {
    font-size:3.711vw;
    padding-top:3.906vw;
  }

  .reason_box .reason_txt2 {
    font-size:5.339vw;
    margin: 1.309vw 0 3.906vw;
  }

  .reason_box .reason_txt3 {
    font-size:3.711vw;
    width:81.8vw;
  }
    
  .reason_box .reason_txt3 img {
     width:48vw;
     height: auto;
  }

  .reason_box .reason_txt4 {
   font-size:5.339vw;
   padding-top:3.906vw;
  }

  .reason_box .small {
    font-size:2.933vw;
    width:80.729vw;
    padding:1.309vw 0 3.906vw;
  }

  .reason_box .small2 {
    font-size:2.933vw;
    width:79.427vw;
    padding:1.309vw 0 3.906vw;
  }

  .reason_box .hosho_box {
    width:92%;
    margin:3.906vw auto 0;
    padding-bottom: 5.208vw;
  }

  .reason_box .hosho_ttl {
    font-size:5.339vw;
    padding:2.604vw 0;
  }

  .reason_box .hosho_ttl .r_ill {
    width: 30vw;
    right:4.557vw;
  }

  .reason_box .hosho_ttl .r_ill.hosha {
    width:18vw;
    right:3.906vw;
  }
    
  .reason_box .hosho_inner {
    width:94%;
    padding-top:3.906vw;
  }

  .reason_box .hosho_txt {
    font-size:4.8vw;
    padding:0 0 3.906vw;
    margin-bottom: 3.906;
    line-height: 1.2;
  }

  .reason_box .small3 {
    font-size:2.933vw;
    padding:1.309vw 0 2.604vw 3.2em;
    text-align: left;
    text-indent: -3.2em;
    line-height: 1.2;
  }
    
  .reason_box .hosho_inner .small3 {
    text-align: center;
  }

  .reason_box .hosho_txt2 {
    font-size:4.167vw;
    padding-bottom:1.309vw;
  }

  .reason_box .hosho_price {
    width:94%;
    margin:auto;
  }
    
  .reason_box .hosho_txt3 {
    font-size:4.167vw;
    width:52vw;
    margin:5px auto 0;
  }

  .reason_box .hosho_txt3 img {
    width:21.5vw;
  }    

  .reason_box .reco_box {
    width:100%;
    margin:2.604vw auto 0;
    padding-bottom: 3.906vw;
  }

  .reason_box .reco_inner {
    width:69.661vw;
    padding-top:2.604vw;
  }

  .reason_box .reco_txt {
    font-size:3.333vw;
    text-align: left;
    margin-bottom:1.309vw;
  }
}


/* he_woman
----------------------*/
.he_woman {
  color: #434343;
  margin-top:60px;
  text-align: center;
}

.he_woman .img11 { margin: 15px 0 20px; }
.he_woman .img12 { margin: 30px 0 0 0; }

.he_woman h2 {
  max-width: 1200px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(243, 200, 194, 1) 60%);
  text-align: center;
  padding:20px 0;
  border-top:3px solid #e17666;
  border-bottom:3px solid #e17666;
  font-size: 17px;
  line-height: 2.0;
}

.he_woman h2 span { font-size:25px; }
.he_woman h2 span.bg { color:#fff; background: #ff7569; }

.he_woman .woman_txt {
  font-size:15px;
  font-weight:700;
  margin:25px auto 0;
  line-height: 1.4;
  position: relative;
  width:430px;
}

.he_woman .woman_txt:before {
  display: inline;
  content: "";
  background:url("/NonSitecore/_/media/landingpage/brpg/shushiniryodx/dx11/img/slash.png") left top no-repeat;
  background-size: 100%;
  width:24px;
  height: 40px;
  position: absolute;
  left:0;
  top:0;  
}

.he_woman .woman_txt:after {
  display: inline;
  content: "";
  background:url("/NonSitecore/_/media/landingpage/brpg/shushiniryodx/dx11/img/slash.png") left top no-repeat;
  background-size: 100%;
  transform: scale(-1, 1);
  width:24px;
  height: 40px;
  position: absolute;
  right:0;
  top:0;  
}

.he_woman .woman_txt2 {
  font-size:22px;
  font-weight:700;
}

.he_woman .woman_txt2 span {
  color:#ff7569;
  border-bottom:3px dotted #a2a2a2;
}

.he_woman .small {
  font-size:12px;
  padding:10px 0 30px;
}

.he_woman .small2 {
  font-size:12px;
  width:472px;
  margin:10px auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .he_woman {
    margin-top:8vw;
  }

  .he_woman .img11 { margin: 2.604vw 0 5.208vw; width: 63.802vw; height: auto; }
  .he_woman .img12 { margin: 3.906vw 0 0 0; width: 94%; height: auto; }
  .he_woman .img13 { width: 84.635vw; height: auto; }
  .he_woman .img14 { width: 68.229vw; height: auto; }

  .he_woman h2 {
    max-width: 768px;
    padding:2vw 0 1vw;
    font-size:3.19vw;
    line-height: 2.4;
  }

  .he_woman h2 span { font-size:6.133vw; }

  .he_woman .woman_txt {
    font-size:3.737vw;
    margin:5.208vw auto 0;
    line-height: 1.4;
    width:85.5vw;
  }

  .he_woman .woman_txt:before {
    width:6.901vw;
    height: 11.589vw;
  }

  .he_woman .woman_txt:after {
    width:6.901vw;
    height: 11.589vw; 
  }

  .he_woman .woman_txt2 {
    font-size:4.267vw;
  }

  .he_woman .small {
    font-size:2.933vw;
    padding:2.604vw 0 6.51vw;
  }

  .he_woman .small2 {
    font-size:2.933vw;
    width:84.635vw;
    margin:2.604vw auto;
  }
    
  .he_woman .btn_box a.btn {
    width:82%;
    height: 13.672vw;
    padding-top:4.2vw;
  }
}


/* he_join
----------------------*/
.he_join {
  color: #434343;
  text-align: center;
}

.he_join h2 {
  max-width: 1200px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(26, 167, 164, 1) 70%);
  text-shadow: 0px 0px 5px rgba(26, 167, 164, 1);
  text-align: center;
  padding:20px 0;
  border-top:3px solid #1aa7a4;
  border-bottom:3px solid #1aa7a4;
  font-size: 29px;
  line-height: 1.3;
  color:#fff;
}

.he_join .join_box {
  border:2px solid #1aa7a4;
  border-radius: 8px;
  background: #fff;
  width:700px;
  margin:40px auto 0;
}

.he_join h4 {
  border-radius: 6px 6px 0px 0px;
  background: #ebfbfb;
  padding:15px 0;
}

.he_join h4 span {
  display: block;
  width:410px;
  text-align: left;
  margin:0 auto;
  line-height: 1.4;
  font-size:22px;
  font-weight:900;
  color:#23366f;
  position: relative;
  padding-left:85px;
  box-sizing: border-box;
}

.he_join h4 span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left:0;
  background: url("/NonSitecore/_/media/landingpage/brpg/shushiniryodx/dx11/img/join_img01_pc.png") left top no-repeat;
  background-size: 100%;
  width:75px;
  height: 72px;
}

.he_join .join_txt {
  font-size:22px;
  font-weight:700;
  padding:30px 0;
  line-height: 1.4;
}

.he_join .join_txt span {
  font-size:26px;
  color: #1aa7a4;
}

@media screen and (max-width: 768px) {
  .he_join {
    margin-top:8vw;
  }

  .he_join h2 {
    max-width: 768px;
    padding:3.906vw 0 2.604vw;
    font-size:6.934vw;
  }
    
  .he_join .img15 { width:78.125vw; height: auto; }
    
  .he_join .join_box {
    width:92%;
    margin:5.208vw auto 0;
  }

  .he_join h4 {
    padding:2.604vw 0;
    letter-spacing: -1px;
  }

  .he_join h4 span {
    width:85vw;
    line-height: 1.4;
    font-size:4.799vw;
    padding-left:19vw;
  }

  .he_join h4 span:before {
    width:18.229vw;
    height: 17.448vw;
  }

  .he_join .join_txt {
    font-size:3.733vw;
    padding:3.906vw 0;
  }

  .he_join .join_txt span {
    font-size:4.799vw;
    line-height: 1.3;
  }   
}


/* cta
----------------------*/
.cta {
  padding:10px 0 0;
}

.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/shushiniryodx/dx11/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/shushiniryodx/dx11/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:60px;
}

.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/shushiniryodx/dx11/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:5.333vw;
    padding-left:6vw;
  }

  .cta a.btn img {
    left:8.5vw;
    width: 6.933vw;
  }

  .cta a.btn.bg02 img {
    left:7.813vw;
    width: 7vw;
  }

  .cta a.btn.bg02 {
    background: url("/NonSitecore/_/media/landingpage/brpg/shushiniryodx/dx11/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:60px auto 0;
  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 .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/shushiniryodx/dx11/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/shushiniryodx/dx11/img/flow_ico02.png") left top no-repeat;
  background-size: 45px;
}

.he_flow .toggle span.text04 {
  background: url("/NonSitecore/_/media/landingpage/brpg/shushiniryodx/dx11/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/shushiniryodx/dx11/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/shushiniryodx/dx11/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 {
  width:48.5%;
}

.he_flow .flow_inner_box .documents_box ul li span {
  display: block;
  width:100%;
  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;
  height: 75px;
  line-height: 1.4;
  box-sizing: border-box;
}

.he_flow .merit_box2 div:first-child p {
  padding-top:20px;
}

.he_flow .merit_box2.long div {
  width:635px;
}

.he_flow .merit_box2.long div p {
  padding:13px 0;
  height: auto;
}

@media screen and (max-width: 768px) {
  .he_flow {
    padding:0 0 8vw;
  }

  .he_flow h2 {
    max-width:768px;
    margin:8vw auto 0;
    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: 10vw;
    font-size:3.906vw;
  }

  .he_flow .he_lead:after {
    right: 10vw;
  }    
    
  .he_flow .flow_box {
    width:92%;
    margin:3.906vw auto 0;
  }

  .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%;
  }

  .he_flow .flow_inner_box .documents_box ul li span {
    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;
  }

  .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: 130px;
  font-weight:700;
}

.he_footer_info .form_foot span:after {
  content: "／";
  position: absolute;
  bottom: 0;
  right: 130px;
  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: 11vw;
  }

  .he_footer_info .form_foot span:after {
    right: 11vw;
  }
    
  .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;
  }
}










