@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.spview_only {
    display: none;
}

.hide {
    display: none !important;
}

.font_key {
    /*    font-family: 'Big Shoulders Display', cursive;*/
    /*    font-weight: 700;*/
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: inherit;
    transition-property: opacity;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    opacity: 0.88;
}

a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    color: inherit;
}

body.js_mouseover a:hover,
body.js_mouseover button:hover,
body.js_mouseover button:focus,
body.js_mouseover input[type="reset"]:hover,
body.js_mouseover input[type="reset"]:focus {
    opacity: 0.88;
}

/* ------------------------------------------------------------------------------------------------------------ */

/* layout ↓ */

/* ------------------------------------------------------------------------------------------------------------ */

.block {
    width: 100%;
    display: block;
}

.mainvis,
.block,
.container,
.cont {}

.cont {
    margin-left: auto;
    margin-right: auto;
    /*    box-shadow: 0 0px 3px 1px rgb(256 256 256 / 30%);*/
}

.inner {
    max-width: 1222px;
    max-width: 940px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.inner2 {
    max-width: 1024px;
}

.inner {
    /*    padding-left: 100px;*/
    /*    padding-right: 100px;*/
}

table {
    max-width: 100vw;
}

table.tbl {
    border-collapse: collapse;
    empty-cells: show;
    /*    border-right: 1px solid #e6e6e6;*/
    /*    border-bottom: 1px solid #e6e6e6;*/
    margin-top: 40px;
    border-bottom: 1px solid #707070;
}

table.tbl tr>* {
    padding: 24px 12px 24px 32px;
    /*    border-left: 1px solid #e6e6e6;*/
    border-top: 1px solid #707070;
}

table.tbl th {
    /*    font-weight: normal;*/
}

table.tbl tr>.no_bd {
    border-right: none;
}


table.tbl_b {
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
    border-bottom: 5px solid #383838;
    border-radius: 4px;
}

table.tbl_b tr>* {
    padding: 20px 12px 20px 12px;
    border-left: 5px solid #383838;
    border-top: 5px solid #383838;
    border-right: 5px solid #383838;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
}

table.tbl_b thead tr>* {
    border-radius: 8px 8px 0 0;
    font-size: 25px;
}

table.tbl_b th {
    /*    font-weight: normal;*/
}

table.tbl_b tr>.no_bd {
    border: none;
}

table.tbl_b tr>.no_pd>table {
    margin: -5px;
    width: calc(100% + 5px + 5px);
    max-width: none;
}

tr>.no_data {
    background-image: linear-gradient(to top left,
        transparent, transparent 49%,
        black 49%,
        black 51%,
        /* 線の太さ */
        transparent 51%, transparent);
}


table.tbl_c {
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
    border-bottom: 1px solid #383838;
    border-radius: 4px;
}

table.tbl_c tr>* {
    padding: 20px 12px 20px 12px;
    border-left: 1px solid #383838;
    border-top: 1px solid #383838;
    border-right: 1px solid #383838;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
}

table.tbl_c thead tr>* {
    border-radius: 8px 8px 0 0;
    font-size: 15px;
}

table.tbl_c th {
    /*    font-weight: normal;*/
}

table.tbl_c tr>.no_bd {
    border: none;
}

table.tbl_c tr>.no_pd>table {
    margin: -5px;
    width: calc(100% + 5px + 5px);
    max-width: none;
}

table.tbl_d {
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
    border-left: 1px solid #383838;
    border-bottom: 1px solid #383838;
}

table.tbl_d tr>* {
    padding: 20px 12px 20px 12px;
    border-top: 1px solid #383838;
    border-right: 1px solid #383838;
    line-height: 1.4;
    vertical-align: middle;
}

table.tbl_d tr > th {
    /*    font-weight: normal;*/
    background: #EAEAEA;
    text-align: center;
}

table.tbl_d tr > td {
    background: #fff;

}

table.tbl_d tbody tr > th {
/*    border-right: none;*/
}

table.tbl_d tr>.no_bd {
    border: none;
}

table.tbl_d tr>.no_pd>table {
/*    margin: -5px;*/
/*    width: calc(100% + 5px + 5px);*/
    max-width: none;
    border: none;
}

/* ------------------------------------------------------------------------------------------------------------ */

/* parts */

/* ------------------------------------------------------------------------------------------------------------ */

._re {
    font-size: 16px;
    line-height: 2;
}

.tit_2 {
    font-size: 4.1rem;
    letter-spacing: .1em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
}

.read {
    font-size: 2rem;
    line-height: 2;
}

.txtSS {
    font-size: 12px;
}

.txtS {
    font-size: 14px;
}

.txtN {
    font-size: 16px;
}

.txtNM {
    font-size: 18px;
}

.txtM {
    font-size: 22px;
}

.txt20 {
    font-size: 20px;
    line-height: 1.3;
}

.txt25 {
    font-size: 25px;
    line-height: 1.3;
}

.txt30 {
    font-size: 30px;
    line-height: 1.2;
}

.txt35 {
    font-size: 35px;
    line-height: 1.2;
}

.txt40 {
    font-size: 40px;
    line-height: 1.2;
}

.txt45 {
    font-size: 45px;
    line-height: 1.1;
}

.txt50 {
    font-size: 50px;
    line-height: 1.1;
}

.txt55 {
    font-size: 55px;
    line-height: 1.1;
}


i[class*=clr_],
i[class*=txt] {
    font-style: normal;
}

.clr_origin {
    color: inherit;
}

.clr_key {
    color: #1695D4;
}

.clr_white {
    color: #fff;
}

.clr_orange {
    color: #FF8C5A;
}

.clr_grey {
    color: #8E8E8E;
}

.bg_trans {
    background-color: transparent;
}

.bg_white {
    background-color: #fff;
}

.bg_orange {
    background-color: #FEB392;
}

.bg_yellow {
    background-color: #FFFCE6;
}

.bg_yellowGreen {
    background-color: #BBE4EB;
}

.bg_deepYellow {
    background-color: #F4EF7A;
}

.bg_pink {
    background-color: #EDF8FA;
}

.area_cloud_outer {
    width: 100%;
    padding: 50% 0 1%;
    position: relative;
}

.area_cloud_outer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -200px;
    top: -100px;
    top: 0px;
    left: 0;
    z-index: 0;
}

.area_cloud_outer.area_cloud_pink:before {
    background: url(/assets/img/bg_cloud_pink.png) no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

.area_cloud_outer.area_cloud_white:before {
    background: url(/assets/img/bg_cloud_white.png) no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

.area_cloud_outer.area_cloud_yellow:before {
    background: url(/assets/img/bg_cloud_yellow.png) no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

.area_cloud {
    margin-top: -20%;
    padding-bottom: 30%;
}

.area_cloud_outer~.area_cloud_outer {
    margin-top: -20%;
    padding: 34% 0 1%;
}


.tit_fig span:before,
.tit_fig span:after {
    position: absolute;
    content: "";
    width: 1em;
    height: 2em;
    top: 0;
    bottom: 0;
}

.tit_fig span:before {
    background: url(/assets/img/fig_left.svg) no-repeat;
    background-size: 100% auto;
    left: -1.4em;
}

.tit_fig span:after {
    background: url(/assets/img/fig_right.svg) no-repeat;
    background-size: 100% auto;
    right: -1.4em;
}

.flow_box {
    max-width: 740px;
}

.sp_scrollArea {
    overflow-x: auto;
}

.foot_cont {
    padding-top: 70px;
    background: #fff;
}

.about_main_img[src*="img_2622.png"] {
    margin-top: -77px;
    margin-left: -18px;
    width: auto;
    max-width: none;
}

li.news_topics.has_new:before,
li.news_topics:first-of-type:before {
    content: "New";
    display: inline-block;
    background: #FF8C5A;
    padding: 4px 20px 6px;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    margin: -10px 0 10px;
    border-radius: 15px;
}

.adventure {
    max-width: 910px;
    margin: 100px auto 100px;
    position: relative;
}

.adventure.itm_right {
    margin-right: -70px;
    margin-right: -5vw;
}

.adventure.itm_left {
    margin-left: -70px;
    margin-left: -5vw;
}

.adventure_itm_pic img {
    width: 100%;
}

.adventure img[src*="fig_tree"] {
    width: 130px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -80px;
}

.adventure_itm_dtl {
    position: relative;
    z-index: 99;
    background: #fff;
    padding: 60px 60px 90px;
    margin: 0 -60px 0;
    box-sizing: content-box;
    border-radius: 48%;
}

.adventure_tit {
    margin-top: 40px;
    margin-bottom: 20px;
}

li.has_child {
    position: relative;
}

ul.menu_child {
    position: absolute;
    opacity: 0;
    top: 56px;
    right: 0;
    border: 2px solid #D0EEC7;
    padding: 25px 25px 25px 30px;
    background: #fff;
    border-radius: 8px;
}

ul.menu_child.is_show {
    opacity: 1;
}

ul.menu_child:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 18px;
    top: -17px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    background: url(/assets/img/bg_comment.png) no-repeat top center;
    background-size: 100% auto;
}

ul.menu_child>li {
    position: relative;
    list-style: disc;
    padding: 0;
    white-space: nowrap;
}

ul.menu_child>li::marker {
    color: #EAEAEA;
}

ul.menu_child>li~li {
    margin-top: 18px;
}


nav.flow_nav.full {
    width: 100%;
    max-width: 100%;
}

.vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .1em;
}

.learn_pic {
    margin: -66px auto 20px;
    background: #fff;
    position: relative;
    max-width: 700px;
    border-radius: 20px;
    padding: 20px 20px 20px;
}

.events {
    margin: 1px auto 20px;
}

.event_itm {
    margin-bottom: 40px;
    font-weight: bold;
    padding-bottom: 120px;
    position: relative;
}

.event_pic {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.event_tit {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.event_dtl {
    margin-bottom: 40px;
}

.list_disc>li {
    position: relative;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

.list_disc>li:before {}

.list_disc>li.marker_orange:before {
    content: "● ";
    color: #DE9090;
}

.list_disc>li.marker_green:before {
    content: "● ";
    color: #A2DE90;
}

nav#about_nav {
    margin-top: -100px;
    margin-top: -20%;
    position: absolute;
    margin-bottom: 80px;
}

div#area_flow {
    padding-top: 48%;
}

.flow_area_outer {
    margin: 40px auto;
}

.flow_itm {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 60px;
    position: relative;
}

.flow_itm:before {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 46px;
    background: url(/assets/img/border.svg) no-repeat center;
}

.flow_itm:last-of-type {
    padding-bottom: 0;
}

.flow_itm:last-of-type:before {
    display: none;
}

.flow_time {
    background: url(/assets/img/bg_circle.svg) no-repeat center;
    background-size: 100% auto;
    color: #fff;
    width: 92px;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.flow_dtl {
    width: calc(100% - 92px - 40px);
    padding-left: 40px;
    padding-top: 1em;
}

.flow_dtl_catch {
    font-size: 22px;
}

.area_frame {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    margin: 22px auto;
    font-weight: bold;
}

.tab_area {
    margin: 40px auto;
}

.tab_heads {
    display: flex;
    justify-content: center;
}

.tab {
    background: #C6C6C6;
    padding: 10px 40px 15px;
    border-radius: 20px 20px 0 0;
    width: 355px;
    display: flex;
    justify-content: center;
    line-height: 1.4;
    align-items: center;
    cursor: pointer;
}

.tab~.tab {
    margin-left: 20px;
}

.tab>span {
    margin-left: 20px;
    margin-top: 10px;
}

.tab.is_current {
    background-color: #6BAA58;
    color: #fff;
    cursor: default;
}

.tab_num {
    font-size: 60px;
    margin-right: 10px;
    display: inline-block;
    line-height: 1;
}

.tab_conts {}

.tab_cont {
    background: #fff;
    padding: 45px 20px 80px;
    border-radius: 20px;
    display: none;
}

.tab_cont.is_show {
    display: block;
}

img#think_fig_1 {
    position: absolute;
    right: -10vw;
    top: -460px;
}

.adventure .fig {
    position: absolute;
    z-index: 999;
}

img.adventure_fig_1 {
    top: -100px;
    right: -17vw;
}

img.adventure_fig_2 {
    bottom: -100px;
    right: -17vw;
}

img.adventure_fig_3 {
    top: -20px;
    left: -13vw;
}

img.adventure_fig_4 {
    top: -130px;
    right: -13vw;
}

img.adventure_fig_5 {
    bottom: -200px;
    left: -14vw;
}

img.adventure_fig_6 {
    top: -130px;
    right: -13vw;
}

.about_slide img {
    border-radius: 20px;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li button {
    background: #D0D0D0;
    border-radius: 100%;
    width: 16px;
    height: 16px;
}
.slick-dots li.slick-active button {
    background: #4563A9;
}

#fixed_btns {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 58%;
    z-index: 99;
    flex-wrap: wrap;
    max-width: 180px;
}

#fixed_btns a {
    display: inline-block;
}

img.mv_obj06 {
    position: absolute;
    left: 46%;
    z-index: 999;
    top: 22%;
}

img#think_fig_4 {
    transform: rotate(-12deg);
}



#page_adventure {
  background: #fff;
  transition: background 0.1s ease;
}
#page_adventure .under_mv_cont {
/*    background: url(/assets/img/mv_adventure.jpg) no-repeat center;*/
/*    background-size: cover;*/
    position: relative;
    padding-top: 180px;
    padding-top: 18vh;
    min-height: calc(100vh + 270px);
    background: transparent;
}
#page_adventure .under_mv_cont .under_tit,
#page_adventure .under_mv_cont .under_sub {
/*    padding-right: 5vw;*/
}
.fix_fig {
/*    position: fixed;*/
}

/* 各背景レイヤー共通スタイル */
.bgLayer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center top 27%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none; /* 背景に触れられないようにする */
}

/* 個別背景 */
#bgLayer1 {
  background-image: url('/assets/img/mv_adventure.jpg');
}

#bgLayer2 {
  background-image: url('/assets/img/mv_adventure_orange.jpg');
}

#bgLayer3 {
  background-image: url('/assets/img/mv_adventure_pink.jpg');
}

/* セクション */
.fullScreen {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem;
  z-index: 1;
}

#feature .tit_2 {
}
#feature_area_cloud {
    padding-bottom: 300px;
    padding-bottom: 150px;
    padding-bottom: 60px;
}


.ac_head {
  width: 100%;
  background: #d0ecf1;
  border-radius: 20px;
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding: 16px 70px 16px 30px;
  position: relative;
  cursor: pointer;
}

.ac_head::after {
  position: absolute;
  content: "";
  background: url('/assets/img/faq_arrow.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: .3s;
}
.is_show .ac_head:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}
.ac_body {
/*    background: #F8F8F8;*/
/*    background: #fff;*/
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 12px 30px;
    border-radius: 0px 0px 20px 20px;
    margin: auto;
    visibility: visible;
}


.head_cont a .sub {
    display: block;
    font-style: normal;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
}
.foot_cont .foot_logo .sub {
    display: block;
    font-style: normal;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
}
.foot_logo p {
    margin-top: 6px;
}

.news_read {
    width: 100%;
}