@charset "utf-8";
/* ======================================
	body [ ボディ ]
====================================== */
html {
  width: 100% !important;
  font-size: 3.3vw;
}
body {
    color: #000;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
    width: 100% !important;
    min-width: 100%;
    overflow: hidden;
    background: #fff;
}
body * {
    box-sizing: border-box;
}
/* リンク */
a {
  color: #000;
  word-break: break-all;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a, a:focus, area, area:focus {
  outline: none;
}
p, dd {
  text-align: justify;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.d_pc {
  display: none !important;
}
/* ======================================
	content common
====================================== */
#content {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.cont_inner {
    margin: 0 auto;
    width: 90.654vw;
}
/* ttl */
.ttl_A {
    margin-bottom: 8vw;
    text-align: center;
    position: relative;
}
.ttl_A span{
    font-size: 4.6vw;
    font-weight: bold;
}
.ttl_A::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -8px;
    left: calc(50% - 20vw);
    width: 40vw;
    height: 5px;
    background: #FFDD00;
}
/* txt */
.marker {
    background: linear-gradient(transparent 80%, #FFDD00 0%);
    display: inline;
    padding: 0 1px 0px;
}
/* btn */
.btn_A {
    display: block;
    margin: 0 auto;
    padding: 0.9em;
    border-radius: 30px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    width: 80vw;
    background: #F27186;
    color: #fff;
}
.btn_B {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.btn_B a {
    background: #FFD300;
    padding: 0.8em 2em;
    border-radius: 30px;
    line-height: 1;
    font-weight: bold;
    font-size: 4vw;
    display: inline-block;
}
.btn_C {
    display: block;
    padding: 0.9em;
    border-radius: 30px;
    line-height: 1;
    text-align: center;
    font-size: 3.2vw;
    width: 64vw;
    background: #fff;
    border: 1px solid #707070;
}
.btn_D {
    display: block;
    margin: 0 auto;
    padding: 0.9em;
    border-radius: 30px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    width: 80vw;
    background: #fff;
    color: #E87C1E;
    border: 2px solid #E87C1E;
}
.btn_window a {
    padding-right: calc(2em + 4.5vw);
}
.btn_window span {
    position: relative;
}
.btn_window span::after {
    display: block;
    content: '';
    width: 4.5vw;
    height: 4.5vw;
    background: url("../images/ic_window_b.png") 0 50% / contain;
    position: absolute;
    top: 0.15em;
    right: -6vw;
}
/* content */
.content_lead {
    position: relative;
    background: #FFD300;
    padding: 12.85vw 0;
}
.content_lead .cont_inner {
    position: relative;
    background: #fff;
    padding: 17vw 4.673vw 9.346vw;
}
.content_lead .cont_inner .content_lead_txt p {
    text-align: center;
}
.content_lead .cont_inner .content_lead_txt p:not(:last-child) {
    margin-bottom: 1.1em;
}
.c_article {
    padding: 9.346vw 0;
}
.content_about {
    position: relative;
    border: 4px solid #FFDD00;
}
.content_about .cont_wrap {
    align-items: stretch;
    z-index: 1;
    position: relative;
}
.content_about .img {
    width: 21.495vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.content_about .txt {
    padding: 13vw 4.673vw 7vw;
    background: #fff;
}
.content_about .txt .content_about_ttl {
    text-align: left;
    padding-left: 20vw;
    margin-bottom: 5vw;
    line-height: 1.5;
    font-weight: bold;
    font-size: 4vw;
}
/* ======================================
	animation
====================================== */
.fade-in {
  opacity: 0;
}
.fade-in-up {
  transform: translate(0, 100px);
}
.fade-in-down {
  transform: translate(0, -100px);
}
.fade-in-left {
  transform: translate(-100px, 0);
}
.fade-in-right {
  transform: translate(100px, 0);
}
.scroll-in {
  animation: fadeIn 0.8s ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* ======================================
	navi
====================================== */
nav.global_menu {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    background: #fae000;
    transform: translateY(-110%);
    transition: all 0.6s;
    width: 62vw;
    padding: 10vw 8vw;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
nav.global_menu ul li a {
    display: block;
    width: 100%;
    margin-top: 7vw;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1;
}
nav.global_menu li a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0.4em;
    height: 0.4em;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-25%) rotate(135deg);
    margin-left: 0.6em;
}
/*中身を非表示にしておく*/
.toggle-wrap .toggle-content{
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.6s;
}
/* このクラスを、jQueryで付与・削除する */
nav.global_menu.active {
    transform: translateY(0%);
    top: 0;
}
/* ハンバーガー用 */
.navToggle {
    display: block;
    width: 10vw;
    height: 10vw;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
    transition: .3s ease-in-out;
    position: fixed;
    top: 3.8vw;
    right: 4vw;
}
.navToggle span {
    display: block;
    position: absolute;
    left: 0;
    width: 10vw;
    border-bottom: solid 1vw #fae000;
    border-radius: 10px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
    top: 0;
}
.navToggle span:nth-child(2) {
    top: 3vw;
}
.navToggle span:nth-child(3) {
    top: 6vw;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span {
    border-bottom-color: #fff;
}
.navToggle.active span:nth-child(1) {
  top: 5vw;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 5vw;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
    opacity: 1;
}
/* ======================================
	header
====================================== */
#header {
    padding: 2vw 3vw;
}
#header #header_logo {
    width: 28vw;
}
/* ======================================
	main
====================================== */
/* mv
 * *********************************** */
#mv {
    position: relative;
    z-index: 2;
    margin-bottom: -0.667vw;
}
#mv h1 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 104.667vw;
    overflow: hidden;
    background: url("../images/mv_sp.png") no-repeat 50% 50% / contain;
}
.mv_line {
    position: relative;
    z-index: 1;
}
/* c_feature
 * *********************************** */
#c_feature {
    padding: 10vw 0;
    background: #fff5b2;
}
#c_feature .feature_box {
    padding: 6vw;
    background: #fff;
    position: relative;
    z-index: 2;
}
#c_feature .cont_inner::before {
    display: block;
    content: '';
    position: absolute;
    bottom: -26vw;
    right: -20vw;
    width: 46vw;
    height: 46vw;
    background: url("../images/feature_bg.png") no-repeat 0 0 / contain;
    z-index: 1;
}
#c_feature .feature_ttl_name {
    text-align: center;
    font-size: 3.8vw;
    margin-bottom: 10px;
    font-weight: 800;
}
#c_feature .feature_ttl {
    text-align: center;
    font-size: 5.6vw;
    line-height: 1.5;
    font-weight: 800;
}
#c_feature .feature_cont {
    margin-top: 6vw;
}
#c_feature .feature_cont .feature_cont_ttl {
    margin: 0 auto 4vw;
    width: 70%;
}
/* c_item
 * *********************************** */
#c_item {
    padding: 10vw 0 16vw;
    background: #F7F7F7;
}
/* slider */
#c_item .slider_wrap {
    position: relative;
}
#c_item .slider li.item_cont {
    margin: 0 2vw;
    padding-bottom: 10px;
    opacity: 0.4;
    transition: all 0.3s ease;
}
#c_item .slider li.item_cont .item_cont_inner {
    padding: 4vw 4vw 5vw;
    background: #fff;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.16);
}
#c_item .slider li.item_cont.slick-active {
    opacity: 1;
    transition: all 0.3s ease;
}
#c_item .slider li.item_cont .img {
    margin-bottom: 5px;
}
#c_item .slider li.item_cont .item_catch {
    font-size: 4.1vw;
    line-height: 1.5;
    margin-bottom: 20px;
}
#c_item .slider li.item_cont .item_name {
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}
#c_item .slider li.item_cont .item_feature li {
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
#c_item .slider li.item_cont .item_feature li::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: #ffd300;
    border-radius: 10px;
    position: absolute;
    top: 0.3em;
    left: 0;
}

#c_item .slick-dots {
    bottom: -8vw;
}
#c_item .slick-dots li {
    margin: 0 10px;
    width: 10px;
    height: 10px;
}
#c_item .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cccccc;
}
#c_item .slick-dots li.slick-active button {
    background: #999;
}
#c_item .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
    color: #999;
}
#c_item .slick-prev {
    width: 10vw;
    height: 10vw;
    background: url("../images/item_arrow_l.png") no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 1;
}
#c_item .slick-next {
    width: 10vw;
    height: 10vw;
    background: url("../images/item_arrow_r.png") no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    right: calc(10% - 0.2vw);
    z-index: 1;
}
#c_item .slick-prev::before,
#c_item .slick-next::before {
    content: '';
    display: block;
    width: 10vw;
    height: 10vw;
}
/* c_carekatsu
 * *********************************** */
#c_carekatsu {
    padding: 10vw 0;
    border-bottom: 3px solid #F0F0F0;
}
#c_carekatsu .carekatsu_ttl_wrap * {
    text-align: center;
}
#c_carekatsu .carekatsu_ttl_s01 {
    font-size: 3.8vw;
    line-height: 1.4;
}
#c_carekatsu .carekatsu_ttl_s02 {
    font-size: 5.4vw;
    margin-bottom: 2.4vw;
    font-weight: 800;
}
#c_carekatsu .carekatsu_ttl {
    margin: 0 auto 8vw;
    width: 100%;
    height: 23vw;
    background: url("../images/carekatsu_ttl.png") no-repeat 50% 50% / contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
#c_carekatsu .content_about {
    margin-bottom: 30px;
}
#c_carekatsu .carekatsu_ttl h2 span:first-child {
    display: block;
    font-size: 5.6vw;
    line-height: 1.3;
    font-weight: 800;
}
#c_carekatsu .carekatsu_ttl h2 span:last-child {
    display: block;
    font-size: 3.6vw;
}
#c_carekatsu .content_about .img {
    background: #f27186;
}
/* c_event
 * *********************************** */
#c_event {
    padding: 10vw 0;
}
#c_event .txt .event_txt {
    margin-bottom: 6vw;
}
#c_event .img {
    margin-top: 8vw;
}
/* c_information
 * *********************************** */
#c_information {
    padding: 10vw 0;
    background: #F7F7F7;
}
#c_information .txt .information_name {
    font-size: 5.6vw;
    font-weight: bold;
    margin-bottom: 6vw;
    line-height: 1.3;
}
#c_information .txt .information_access_ttl {
    font-size: 4.6vw;
    font-weight: bold;
    margin-bottom: 10px;
}
#c_information .txt .information_access_txt {
    margin-bottom: 4vw;
    font-size: 4vw;
}
#c_information .txt .information_access_way {
    margin-top: 6vw;
}
#c_information .txt .information_access_way li {
    margin-bottom: 3vw;
}
#c_information .txt .information_access_way li a {
    font-weight: 500;
    position: relative;
}
#c_information .txt .information_access_way li a::after {
    display: block;
    content: '';
    width: 4vw;
    height: 4vw;
    background: url("../images/ic_window_g.png") 0 50% / contain;
    position: absolute;
    bottom: 0.13em;
    right: -7vw;
}
#c_information .img {
    margin: 6vw 0 6vw;
}
/* c_caretomo
 * *********************************** */
#c_caretomo {
    padding: 10vw 0;
    border-bottom: 3px solid #F0F0F0;
}
#c_caretomo .caretomo_ttl_wrap * {
    text-align: center;
}
#c_caretomo .caretomo_ttl_s01 {
    font-size: 3.8vw;
    line-height: 1.4;
}
#c_caretomo .caretomo_ttl_s02 {
    font-size: 5.4vw;
    margin-bottom: 2.4vw;
    font-weight: 800;
}
#c_caretomo .caretomo_ttl {
    margin: 0 auto 8vw;
    width: 100%;
    height: 23vw;
    background: url("../images/carekatsu_ttl.png") no-repeat 50% 50% / contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
#c_caretomo .content_about {
    margin-bottom: 30px;
}
#c_caretomo .caretomo_ttl h2 span:first-child {
    display: block;
    font-size: 5.6vw;
    line-height: 1.3;
    margin-bottom: 3px;
    font-weight: 800;
}
#c_caretomo .caretomo_ttl h2 span:last-child {
    display: block;
    font-size: 3vw;
    line-height: 1.3;
}
#c_caretomo .content_about .img {
    background: #E87C1E;
}
/* c_what
 * *********************************** */
#c_what {
    padding: 10vw 0;
    border-bottom: 3px solid #F0F0F0;
}
#c_what .cont_inner::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 18vw;
    right: -12vw;
    width: 33vw;
    height: 37vw;
    background: url(../images/what_bg.png) no-repeat 0 0 / contain;
    z-index: 1;
}
#c_what .what_lead {
    margin-bottom: 6vw;
    text-align: center;
}
#c_what .what_main .what_main_img {
    width: 60%;
    margin: 0 auto;
}
#c_what .what_main .what_main_feature {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 6vw;
}
#c_what .what_main .what_main_feature .what_cont {
    position: relative;
    width: 29%;
    margin: 6vw 6.5% 0 0;
}
#c_what .what_main .what_main_feature .what_cont:nth-child(3n) {
    margin-right: 0;
}
#c_what .what_main .what_main_feature .img {
    width: 70%;
    margin: 0 auto 10px;
}
#c_what .what_main .what_main_feature .app_feature_ttl {
    font-size: 3.6vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.5;
}
#c_what .what_main .what_main_feature .app_feature_txt {
    font-size: 3vw;
    line-height: 1.5;
}
/* c_app
 * *********************************** */
#c_app {
    padding: 10vw 0 16vw;
}
#c_app .app_ttl {
    text-align: center;
    margin-bottom: 0.9em;
    font-size: 5vw;
    font-weight: bold;
}
#c_app .app_lead {
    text-align: center;
    margin-bottom: 4vw;
}
#c_app .app_dl_ttl {
    text-align: center;
    margin-bottom: 3.8vw;
    font-size: 4vw;
}
#c_app .app_dl_icon {
    margin: 0 auto 4vw;
    width: 30vw;
}
#c_app .app_dl_get {
    display: flex;
    justify-content: center;
}
#c_app .app_dl_get a {
    display: block;
    width: 38vw;
    margin: 0 2vw;
}
/* ======================================
	footer [ フッタ ]
====================================== */
.pagetop {
    position: fixed;
    bottom: -200px;
    right: 3vw;
    width: 12vw;
    transition: .6s ease-out;
    z-index: 21;
}
.pagetop.is-active {
    bottom: 3vw;
}
#footer {
    padding-bottom: 18vw;
    font-size: 75%;
}
#footer .footer_navi {
    padding-top: 8vw;
    border-top: 1px solid #c0c0c0;
}
#footer .footer_navi .cont_inner {
    margin-bottom: 8vw;
}
#footer .footer_navi .footer_navi_menu01 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
}
#footer .footer_navi .footer_navi_menu li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 8px;
}
#footer .footer_navi .footer_navi_menu li:nth-child(2n+1),
#footer .footer_navi .footer_navi_menu02 li {
    margin-left: 0%;
}
#footer .footer_navi .footer_navi_menu li a {
    display: inline-block;
    transition: all 0.5s ease;
    position: relative;
    font-size: 2.9vw;
    letter-spacing: 0.05em;
}
#footer .footer_navi .footer_navi_sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#footer .footer_navi .footer_navi_sns li {
    margin-left: 10px;
    width: 37px;
}
#footer .footer_navi .footer_navi_sns li a {
    display: block;
}
#footer .footer_navi .footer_navi_sns li a:hover {
    opacity: 1;
    transform: translate(0, -3px);
}
#footer .copy p {
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
}
#footer .footer_aeon {
    border-top: 1px solid #c0c0c0;
    padding: 20px 10px 0;
}
#footer .footer_aeon .cont_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .footer_aeon .logo_aeon {
    display: block;
    width: 20vw;
}
#footer .footer_aeon .logo_tree {
    width: 30vw;
}
/* ======================================
	モーダル
====================================== */
.js_modalWrap {
  display: none;
  z-index: 10001;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 720px;
  max-width: 100%;
  background-color: #fff;
  max-height: 90vh;
  padding: 10px;
}
.js_modalCont {
  overflow-y: scroll;
  max-height: calc(90vh - 70px);
}
.js_modalCont > * + * {
  margin-top: 10px;
}
.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}
.js_modalClose {
  display: block;
  position: absolute;
  top: -29.5px;
  right: 10.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}
.js_modalClose::before {
  transform: rotate(45deg);
}
.js_modalClose::after {
  transform: rotate(-45deg);
}