@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-img{
  width: 100%;
  margin-top: 0.3rem;
}

/*==========================================================================*/
/*                           message                                    */
/*==========================================================================*/

.message_container{
  background: url(../../../promo/img/idx2_bg.png) #B5E5FF;
  padding: 2.4rem;
}
.message img{
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: auto;
}

/*==========================================================================*/
/*                           campaign                                    */
/*==========================================================================*/

.campaign_container{
  padding: 4rem;
}

.campaign_contents{
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 4rem;
  margin: 4rem auto;
  max-width: 1000px;
}

.campaign-item{
  box-shadow: 3px 3px 10px 0px rgba(204, 204, 204, 0.35);
}

.campaign_caution{
  color: #525252;
  text-align: center;
  margin-top: 2.4rem;

}

/*==========================================================================*/
/*                           detail_btn                                   */
/*==========================================================================*/

.detail_btn{
  background-color: #42deb1;
  border-radius: 10px;
  color: #fff !important;
  text-align: center;
  margin: auto;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  margin-top: 1.6rem;
  font-weight: 700;
  max-width: 400px;
}

.detail_btn_txt{
  color: #fff;
  width: 100%;
}

.detail_btn:hover{
  opacity: 0.8;
  transition: 0.2s;
  color: #fff !important;
}

/*==========================================================================*/
/*                           zero                                   */
/*==========================================================================*/
.zero_container{
  background:url(/promo/img/idx6_bg_bottom.png) no-repeat bottom center/300px,url(/promo/img/idx4_bg.png) #edfbff;
  padding: 4rem 2.4rem 16rem;
  padding-top: 4rem;
  padding-bottom: 16rem;
}

.zero_wrapper{
  padding: 4rem;
  text-align: center;
  background-color: #fff;
  display: block;
  margin: auto;
  max-width: 1000px;
}

/*==========================================================================*/
/*                          program                                   */
/*==========================================================================*/

.program_container{
  padding: 4rem;
  background: url(/promo/img/idx2_bg.png) #F1FFFB;
}

.program_container img{
  max-width: 1000px;
  width: 100%;
  margin: 4rem auto 0;
   
}

.program-plus{
  width: 180px;
  height: auto;
  display: block;
  margin: auto;
}

.program_txt{
  color: #42deb1;
}

/*==========================================================================*/
/*                         campaign2                                   */
/*==========================================================================*/

.campaign2_container{
  background: url(/promo/img/idx4_bg.png) #F1FFFB;
  padding: 4rem;
}
.campaign2_container img{
  margin: 4rem auto 0;
   max-width: 1000px;
   width: 100%;
}
.campaign2_txt{
  color: #42deb1;
}




/*==========================================================================*/
/*                          btn                                   */
/*==========================================================================*/

.btn_container{
  background-color: #F1FFFB;
  padding: 4rem;
  text-align: center;
}

.btn_txt{
  margin-bottom: 2.4rem;
}

.cpn_btn{
  background-color: #42DEB1;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin: auto;
  font-size: 1.4rem;
  padding: 1rem 4rem;
  margin-top: 1.6rem;
  font-weight: 700;
}

.cpn_btn:hover{
  color: #fff;
}

/*==========================================================================*/
/*                          概要                                   */
/*==========================================================================*/

#detail{
  margin: 4rem auto;
}


/*==========================================================================*/
/*                             list                                  	*/
/*==========================================================================*/

.considerations{
  margin: 2.4rem 1rem;
}

.list-ttl{
  margin-left: 0;
}

.considerations ul{
  margin: 1em 0;
  list-style-type: disc;
  padding-left: 0.8rem;
}
.considerations li{
  display:list-item;
  list-style-type: disc;
  font-size: 16px;
}

/*==========================================================================*/
/*                             table                                   	*/
/*==========================================================================*/

.section_title{
  text-align: center;
}

.head-border{
  display: inline;
  text-align: center;
  background:linear-gradient(transparent 60%, #F1FFFB 30%);
}

caption{
  font-size:22px;
  text-align: center;
  margin:50px auto;
  font-weight: bold;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    text-indent: initial;
    border-spacing: 2px;
  }
  
table th,table td{
    padding: 10px 0;
    text-align: center;
  }
  
table tr:nth-child(even){
    background-color: #eee
  }

table td{
    font-size:16px;
    padding: 1.6rem;
    text-align: left;
    vertical-align: middle;
    padding-left: 0;
    line-height: 1.5;
}

table th{
  font-size: 16px;
  font-weight: bold;
  padding: 3.2rem;
  width:30%;
  padding:auto;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;


}

.table tbody tr:nth-of-type(even) td, .table tbody tr:nth-of-type(even) th {
  background: #F5F5F5;
  border-left-color: #F5F5F5;
}
.table tbody tr:nth-of-type(odd) td, .table tbody tr:nth-of-type(odd) th {
  background: #FFFFFF;
  border-left-color: #FFFFFF;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}

#detail p{
  font-size:60%;
  margin:24px 0;
  line-height: 1.5;
}

#caution a{
  font-size: 20px;
}


@media screen and (max-width: 768px){
  #caution a{
    font-size: 12px;
  }
}