@charset "UTF-8";
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  -webkit-text-size-adjust: none;
}

input, button, textarea, select, p, blockquote, th, td, pre, li, dt, dd {
  font-size: 160%;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

p, dt, dd, td, th, li {
  line-height: 1.5;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: underline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p{
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, 
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, 
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, 
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, 
ol, p, pre, q, samp, section, small, span, strong, sub, summary, table, 
tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  background: 0 0;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  background: none;
}

header, section, footer, aside, nav, main, article, figure {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 160%;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

.sp,
.sp_320,
.sp_375,
.sp_480, .sp_375up {
  display: none;
}

.pc {
  display: block;
}

.bold {
  font-weight: bold;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.tel_link {
  cursor: auto;
}

.v_top {
  vertical-align: top;
}

.txt_ver {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jcsw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.txt_green {
  color: #42deb1 !important;
}

@media screen and (min-width: 769px) {
  a:hover, a:active {
    color: #42deb1;
  }
  a:not([target*="_blank"]) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:not([target*="_blank"]):hover {
    opacity: 0.7;
  }
  p {
    margin-bottom: 15px;
  }
  .inner {
    max-width: 1000px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .image_c {
    text-align: center;
    margin-bottom: 30px;
  }
  .image_c img {
    border-radius: 18px;
  }
  .image_l {
    float: left;
    margin: 0 50px 25px 0;
  }
  .image_r {
    float: right;
    margin: 8px 0 25px 50px;
  }
  .image_l img,
  .image_r img {
    width: auto;
    max-width: 560px;
    border-radius: 18px;
  }
  .image_r.mb0,
  .image_l.mb0 {
    margin-bottom: 0;
  }
  .no-hover {
    opacity: 1 !important;
    text-decoration: none !important;
    color: #000 !important;
  }
  .tel_link {
    pointer-events: none;
    cursor: text;
  }
}

/* end min-width 769 */
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 0 10px rgba(0, 0, 0, 0.15);
  padding: 17px 30px;
}

header .h_top #logo {
  max-width: 228px;
}

header .h_top #logo a:hover {
  opacity: 1;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/
footer {
  position: relative;
  padding-top: 79px;
  padding-bottom: 42px;
}

footer .ft_content {
  max-width: 700px;
  margin: 0 auto;
}

footer .ft_ttl {
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 21px;
}

footer .txt {
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  line-height: 1.6;
  font-size:16px;
}

footer .ft_btn {
  text-align: center;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 58px;
}

footer .ft_btn a {
  text-decoration: none;
}

footer .ft_btn a:hover {
  opacity: 1;
  color: inherit;
  text-decoration: underline;
}

footer .ft_info {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 70px;
}

footer .ft_logo {
  margin-bottom: 30px;
  max-width: 242px;
  margin-left: auto;
  margin-right: auto;
}

footer .ft_logo a:hover{
  opacity: 1;
}

footer address {
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 16px;
}

/*==========================================================================*/
/*                            Mainvisual                                    */
/*==========================================================================*/

.top{
  display: flex;
  justify-content: space-between;
  height: 600px;
  margin-top: 60px;
}

.top_img{
  width: auto;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 0;
  position: absolute;
  height: 600px;
  right:  10%;
}  

.mainvisual img{
  object-fit:cover;
  height: 600px;
}

.top_img img{
  vertical-align: bottom;
}  

.inner{
  margin: 12px auto 0;
}  

.top_bg{
  background-color:#FAFCFB ;
}  

.top_txt{
  z-index: 1;
  margin:auto 0;
  font-size: auto;
  word-wrap: break-word;
}

/*==========================================================================*/
/*                           menu                                    */
/*==========================================================================*/
.header-lists a{
  text-decoration: none;
  color: #fff;
}
ul {
  list-style: none;
}
.header-lists {
  max-width: 1000px;
  margin: auto;
  padding-top:40px
}

.menu_bg{
  background-color: #111111;
  width: 100%;
  height: 150px;
}

.header-lists ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-lists ul li {
  flex-grow: 1;
  text-align: center;
}
.header-lists ul li + li {
  border-left: 3px solid #fff;
}

/*==========================================================================*/
/*                           tokaitokyo                                    */
/*==========================================================================*/

.group{
  text-align: center;
}

.tokaitokyo{
  width: 500px;
}

/*==========================================================================*/
/*                           worry                                    */
/*==========================================================================*/

.worry_1{
  background-color: #F7F7F7;
}


.worry_title{
  text-align: center;
  margin: 64px auto ;
  padding-top: 64px;
}

.worry_container{
  display: flex;
  justify-content: space-between;
}

.worry_img{
  max-width: 280px;
  height: auto;
  width: 30%;
}

.triangle{
  width: 100%;
  vertical-align: top;
}

.worry_section{
  margin-bottom: 0;
}

.worry_txt{
  padding: 32px;
  text-align: center;
  color: #fff;
}

.worry_2{
  background-color: #42deb1;
}

.worry_2 span{
  color: #fff;
}

/*==========================================================================*/
/*                           sectionタイトル                                   */
/*==========================================================================*/

.section_title{
  /* background-color: #111111; */
  color: #111111;
  text-align: center;
  padding-top: 64px;
  width: 100%;
}

.head-border{
  border-bottom: #111111 solid 3px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.en-title{
  color: #42deb1;
}


/*==========================================================================*/
/*                           feature                                  */
/*==========================================================================*/

#feature{
 background-color: #F7F7F7;
 padding-bottom: 56px;
}

.feature-box{
  border: #111111 3px solid;
  background-color: #fff;
  box-shadow: 8px 8px #42deb1;
  padding: 56px;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 56px;
}

.feature-box:last-child{
  margin-bottom: 0;
}

.number{
  width: 105px;
  text-align: center;
  display: block;
  margin: auto;
}

.feature_title{
  padding-top: 24px;
}

.feature-container{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
  
}

.feature_img{
  max-width: 245px;
  margin-right: 40px;
}

.feature_txt{
  max-width: 400px;
}

/*==========================================================================*/
/*                           openflow                                  */
/*==========================================================================*/
#openflow{
  background-image: url(../../../promo/img/gray-bg.png);
  padding-bottom: 56px;
}

.openflow-bg{
  background-color: #fff;
  border: #333 3px solid;
  padding: 56px 56px 0 56px;
  width: 96%;
  max-width: 1000px;

}

.step-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.step-left{
  width: 60%;
}



.step-title{
  text-align: left;
}

.step-number{
  max-width: 100px;
  padding-bottom:8px;
}

.step-img{
  max-height: 300px;
  display: block;
  margin: 0 auto;
}

.step-img-01{
  padding-right: 76px;
}

/* .step-img-03{
  padding-right: 84px;
}
 */
.step-title{
  padding-bottom:16px;
}

.step-container .caution{
  text-align: left;
}

/*==========================================================================*/
/*                           app                                  */
/*==========================================================================*/

.app-img{
  height: 300px;
}
.app-container{
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.app-txt-box1 {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 500px;
  color: #333;
  background: #EDFBFF;
  padding:32px;
  margin-left: 64px;
  vertical-align: middle;
}

.app-txt-box1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #EDFBFF;
}

.app-txt-box1 h3 {
  text-align: left;
  background:linear-gradient(transparent 65%, #45CCFC 0%);
  display: inline;
}

.app-txt-box2 {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 500px;
  color: #333;
  background: #EDFBFF;
  padding:32px;
  margin-right: 64px;
  vertical-align: middle;
}

.app-txt-box2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #EDFBFF;
}

.app-txt-box2 h3 {
  text-align: left;
  background:linear-gradient(transparent 65%, #45CCFC 0%);
  display: inline;
}

.app-txt{
  padding-top: 24px;
}

.other-app-container{
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.other-app-img{
  max-width: 150px;
  padding-bottom: 8px;
}

.other-app-item{
  text-align: center;
  margin: 32px auto;
}

.app-txt-box2 .caution{
  text-align: left;
}

.app-txt-box2 sup{
  vertical-align: text-top;
  font-size: 8px;
}




/*==========================================================================*/
/*                             Index                                     	*/
/*==========================================================================*/

.idx6 {
  padding: 0 0 200px;
  position: relative;
  background: url(../../../promo/img/idx6_bg_bottom.png) no-repeat bottom center/300px, url(../../../promo/img/idx4_bg.png) #edfbff;
}

.idx6 .ttl_style2 {
  margin-bottom: 48px;
}

.idx6 .ttl_style2 .small {
  font-weight: 700;
  margin-bottom: 13px;
}

.idx6 .ttl_style2 .small::before, .idx6 .ttl_style2 .small::after {
  height: 190%;
  bottom: -53%;
}

.idx6 .idx_btn {
  margin-top: 45px;
}

.wp_content {
  position: relative;
}

.accordion_item {
  background: #ccc;
  border-radius: 35px;
  border: 2px solid #42deb1;
  overflow: hidden;
}

.accordion_item:not(:last-child) {
  margin-bottom: 30px;
}

.accordion_header, .accordion_body {
  padding: 49px 76px 44px 138px;
}

.accordion_header {
  font-weight: 600;
  font-size: 26px;
  color: #000;
  line-height: 1.4;
  position: relative;
  background: url(../../../promo/img/icon_q.png) no-repeat left 49px top 33px/70px auto #fff;
  cursor: pointer;
}

.accordion_header::before, .accordion_header::after {
  content: '';
  display: block;
  width: 30px;
  height: 8px;
  position: absolute;
  right: 37px;
  top: 8px;
  bottom: 0;
  margin: auto;
  background: #42deb1;
  background-size: contain;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.accordion_header::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.accordion_body {
  color: #000;
  background: #dff8f1;
  display: none;
  background: url(../promo/img/icon_a.png) no-repeat left 49px top 35px/70px auto #dff8f1;
  padding: 38px 106px 33px 137px;
}

.accordion_body p, .accordion_body li {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}

.accordion_body .note_indent {
  font-size: 14px;
  margin-top: 6px;
  margin-left: 5px;
}

.open-accordion.accordion_header::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.acc_item2 .accordion_header {
  padding-top: 30px;
  padding-bottom: 26px;
}

.acc_item2 .accordion_body {
  padding-bottom: 24px;
}

.acc_item3 .accordion_body {
  padding-bottom: 38px;
}

.acc_item3 .txt {
  margin-bottom: 9px;
}

.acc_item3 .note_indent {
  margin-bottom: 0;
}

.acc_item3 .note_indent:last-child {
  margin-top: -3px;
}

.list01 {
  padding-left: 9px;
}

.list01 li {
  padding-left: 12px;
  position: relative;
  z-index: 0;
  line-height: 1.4;
}

.list01 li::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}


sup{
  vertical-align: text-top;
  font-size: small;
}