@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@400;500;600;700;800&display=swap');
/*====================================
	Reset
====================================*/
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,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
div, a, li, span, textarea, input{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input[type="text"], input[type="password"],textarea,button{ outline: none; vertical-align:middle;}
input[type="text"], input[type="password"],textarea{border: 1px solid #ccc;}

/*====================================
	font
====================================*/
html{
	font-size: 62.5%;
}
body {
    position: relative;
}
body, textarea, input, select, label{
	color: #000;
	font-size: 1.6rem;
	line-height: 1.6;
/*     letter-spacing: .05em; */
    font-weight: 500;
/* 	font-weight: 400; */
	-webkit-text-size-adjust: 100%;
/*     font-family: "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; */
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
h1, h2, h3, h4{
    font-weight: 600;
}

/*====================================
	base
====================================*/
input,textarea {
/*   -webkit-appearance: none; */
}

a{
	color: #000;
    text-decoration: none;
    transition: all .2s;
}
a:hover {
    opacity: .7;
}
img{
    vertical-align: middle;
}
.sp{
    display: none;
}

/* pagenavi */
.wp-pagenavi {
	padding-top: 15px;
	text-align: center;
}
.wp-pagenavi a:hover {
	border: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #218bfc;
	margin: 5px;
	border: none;
}
.wp-pagenavi span.current {
	color: #000;
	border: none;
}


/* more_btn */
.more_btn {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
}
    .more_btn a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        text-decoration: none;
        background: #fff;
        border: 1px solid #218bfc;
        color: #218bfc;
        border-radius: 30px;
    }
    .more_btn a:hover {
        opacity: 1;
    }
    .more_btn a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -30px;
        transform: translateY(-50%);
        width: 60px;
        height: 1px;
        background: #218bfc;
        transition: .3s;
    }
    .more_btn a:hover::after {
        right: -40px;
    }

/* pagetop */
#pagetop {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 40px;
/*     width: 80px;
    height: 80px;
    text-align: center;
    color: #218bfc;
    background: none;
    font-size: 15px;
    font-family: 'Big Shoulders Display', cursive;
    font-weight: 700;
    letter-spacing: .05em;
    border: 1px solid #218bfc;
    border-radius: 50%; */
    cursor: pointer;
    position: relative;
}
/*     #pagetop::before {
        content: '';
        position: absolute;
        background: #ecf7fb;
        width: 100%;
        height: 100%;
        top: 3px;
        left: -3px;
        border-radius: 50%;
        z-index: -999;
    }
    #pagetop p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    #pagetop p img {
        width: 11px;
    } */

/*====================================
	block
====================================*/
#contents {
    position: relative;
}
.wrap{
    max-width: 1000px;
    margin: 0 auto;
}
.wrap2{
    max-width: 1400px;
    margin: 0 auto;
}
/*====================================
	header
====================================*/
header {
/*     position: relative;
    font-weight: 600; */
}
header {
    position: absolute;
    width: 100%;
	font-weight: 600;
    z-index: 999;
}

header #logo {
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0;
    padding-left: 40px;
}
    header #logo h1{
        margin-right: auto;
    }
        header #logo h1 a{
            font-size: 24px;
            color: #010000;
        }
        header #logo .catch{
            display: block;
            font-size: 10px;
            line-height: 1.4;
            color: #218bfc;
            vertical-align: middle;
        }
    header #logo nav ul{
        display: flex;
        height: 50px;
        align-items: center;
    }
        header #logo nav li{
            display: block;
            text-align: left;
            margin-right: 30px;
            font-size: 15px;
            line-height: 1;
            padding-bottom: 10px;
        }
        header #logo nav li.home_active{
            border-bottom: 1px solid #000;
        }
		header #logo nav li.current-menu-item{
            border-bottom: 1px solid #000;
        }
            header #logo nav li a{
                color: #000;
                width: 100%;
                display: block;
            }
            header #logo nav li a ion-icon {
                display: none;
            }
    header #logo nav .nav_close {
        display: none;
    }
    header #logo .contact {
        background: #fce20e;
        text-align: center;
        height: 100%;
        width: 90px;
    }
        header #logo .contact a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
            font-size: 30px;
        }
        header #logo .contact a span {
            font-size: 10px;
			padding-top: 5px;
        }

    .nav-button_area p{
        display: none;
    }
/*====================================
	fv_area
====================================*/
#fv_area {
    width: 100%;
    position: relative;
}

/*====================================
	for_members
====================================*/
#for_members {
    margin-top: 60px;
    margin-bottom: 80px;
}
#for_members .members_btn {
    text-align: center;
/*     width: 100%; */
	width: 50%;
	margin: 0 auto;
    height: 90px;
    font-size: 20px;
    line-height: 90px;
}
    #for_members .members_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        text-decoration: none;
        background: #218bfc;
        color: #fff;
        border-radius: 20px;
    }
    #for_members .members_btn a ion-icon {
        font-size: 26px;
        margin-right: 20px;
    }
    #for_members .members_btn a ion-icon[name="chevron-forward-outline"] {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

/*====================================
	activities
====================================*/
#activities {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
#activities .block {
    width: calc((100% - 25px) / 2);
    border: 1px solid #218bfc;
    border-radius: 20px;
    position: relative;
}
    #activities .block::before {
        content: '';
        position: absolute;
        background: #ecf7fb;
        top: 10px;
        bottom: -10px;
        left: -10px;
        right: 10px;
        border-radius: 20px;
        z-index: -1;
    }
    #activities .block img {
        width: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }
    #activities .block h2 {
        font-size: 24px;
        color: #218bfc;
        margin: 30px auto 20px;
        line-height: 1;
        text-align: center;
        position: relative;
    }
        #activities .block h2 ion-icon {
            display: none;
        }
    #activities .block a {
        position: relative;
        width: 100%;
        display: block;
    }
        #activities .block a p {
            width: 80%;
            margin: 0 auto 30px;
            color: #222222;
            font-size: 16px;
        }
        #activities .block a ion-icon {
            position: absolute;
            color: #218bfc;
            font-size: 25px;
            position: absolute;
            bottom: -5px;
            right: 20px;
        }
    
/*====================================
	contact_area
====================================*/
#contact_area {
    padding-top: 65px;
    padding-bottom: 65px;
    background: #f3f3f3;
}
#contact_area .contact_area_wrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    height: 180px;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-decoration: none;
    background: #fff;
    color: #000;
    border-radius: 20px;
}
    #contact_area .txt {
        width: 28%;
    }
        #contact_area .txt h3 {
            font-size: 26px;
        }
        #contact_area .txt p {
            font-size: 14px;
            color: #222222;
        }
    #contact_area .tel {
        width: 36%;
        position: relative;
        border-left: 2px solid #f3f3f3;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
        #contact_area .tel h3 {
            font-size: 42px;
            font-family: 'Big Shoulders Display', cursive;
            font-weight: 500;
        }
        #contact_area .tel h3 ion-icon {
            transform: rotate(15deg);
            font-size: 32px;
            color: #218bfc;
            margin-right: 5px;
        }
        #contact_area .tel p {
            font-size: 14px;
            color: #222222;
        }
    #contact_area .btn {
        width: 36%;
    }
    #contact_area .more_btn {
        width: 310px;
        height: 70px;
        line-height: 70px;
        margin: 0;
        font-size: 18px;
    }
        #contact_area .more_btn a {           
            color: #000;
            border: 1px solid #fce20e;
            background: #fce20e;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 35px;
        }
        #contact_area .more_btn a::after {
            width: 40px;
            right: -20px;
            background: #000;
        }
        #contact_area .more_btn a:hover::after {
            right: -25px;
        }
        #contact_area .more_btn a ion-icon {
            font-size: 32px;
            margin-right: 15px;
        }

/*====================================
	footer
====================================*/
footer{
    width: 100%;
    background: url(../img/bg_footer.jpg) no-repeat center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}
#foot_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
    #foot_top .address {
        font-size: 14px;
        color: #fff;
        line-height: 1.8;
    }
        #foot_top .access a {
            color: #fff;
            border: 1px solid #fff;
            line-height: 1;
            text-align: center;
            display: inline-block;
            padding: 9px 37px;
            margin-top: 20px;
        }
    #foot_top nav ul{
        display: flex;
        align-items: center;
    }
    #foot_top nav li{
            display: block;
            text-align: left;
            margin-left: 30px;
            font-size: 13px;
            line-height: 1;
        }
        #foot_top nav li a{
                color: #fff;
                width: 100%;
                display: block;
            }

#foot_btm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
    #foot_btm p {
        font-size: 10px;
        color: #fff;
    }
    #foot_btm nav ul{
        display: flex;
        align-items: center;
    }
    #foot_btm nav li{
            display: block;
            text-align: left;
            margin-right: 30px;
            font-size: 13px;
            line-height: 1;
        }
        #foot_btm nav li a{
            color: #fff;
            width: 100%;
            display: block;
        }




@media only screen and (max-width: 960px){

/*====================================
	header
====================================*/
header {
    position: fixed !important;
}
header #logo {
    height: 60px;
    padding-left: 20px;
}
header #logo.bg_white {
    /* background:rgba(33, 139, 252, .7) ; */
    background: #fff;
}
    header #logo.bg_white h1 a {
        color: #000;
    }
header #logo.open {
    background-color: #218bfc;
}
    header #logo h1{
        /* margin-right: auto; */
    }
        header #logo h1 a{
            font-size: 18px;
            color: #fff;
        }
        header #logo .catch{
            display: none;
        }
    header #logo nav {
        display: none;
        height: 100vh;
    }
    header #logo nav.open {
        display: block;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 999;
        width: 100%;
        background-color: #218bfc;
    }
    header #logo nav ul{
        flex-direction: column;
        padding: 60px 25px 0;
        box-sizing: border-box;
    }
        header #logo nav li{
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 17px;
            font-weight: 400;
            border-top: 1px solid #75b6fd;
            width: 100%;
            height: 60px;
            line-height: 60px;
        }
        header #logo nav li:last-of-type{
            /* border-bottom: 1px solid #75b6fd; */
        }
        header #logo nav li.home_active{
            border-bottom: none;
        }
		header #logo nav li.current-menu-item{
            border-bottom: none;
        }
            header #logo nav li a{
                color: #fff;
            }
            header #logo nav li a ion-icon {
                display: inline-block;
                font-size: 25px;
                margin-right: 5px;
                vertical-align: middle;
            }
            header #logo nav li.nav_close {
                display: block;
                height: auto;
            }
                header #logo nav li.nav_close span {
                    color: #fff;
                    border: 1px solid #97c8fe;
                    line-height: 1;
                    text-align: center;
                    display: inline-block;
                    padding: 9px 41px;
                    margin-top: 40px;
                }
                header #logo nav li.nav_close span ion-icon {
                    font-size: 20px;
                }
    header #logo .contact {
        margin-right: 60px;
        width: 60px;
    }
        header #logo .contact a {
            padding-right: 15px;
            padding-left: 15px;
            font-size: 30px;
        }
        header #logo .contact a span {
            display: none;
        }

/*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button_area {
    z-index: 1000;
    position: fixed;
    width: 60px;
    height: 60px;
    background: #fff;
    top: 0;
    right: 0;
    text-align: center;
  }
  .nav-button_area p{
      display: block;
      line-height: 1;
      letter-spacing: normal;
      font-size: 10px;
      color: #218bfc;
  }
  .nav-button {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    /* margin-top: 19px; */
    margin-top: 9px;
    position: relative;

  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #218bfc;
    border-radius: 4px;
  }
  .nav-button.bar_black span {
    background-color: #000;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 11px;
  }
  .nav-button span:nth-of-type(3) {
    top: 22px;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }

/*====================================
	for_members
====================================*/
#for_members {
    margin-top: -30px;
    margin-bottom: 45px;
    padding-right: 15px;
    padding-left: 15px;
}
#for_members .members_btn {
    width: 100%;
    height: 65px;
    font-size: 16px;
    line-height: 65px;
}
    #for_members .members_btn a {
        border-radius: 10px;
        box-shadow: 0px 8px 12px -8px rgb(33 139 252 / 70%);
    }
    #for_members .members_btn a ion-icon {
        font-size: 20px;
        margin-right: 5px;
    }
    #for_members .members_btn a ion-icon[name="chevron-forward-outline"] {
        font-size: 25px;
    }
	
	
/*====================================
	activities
====================================*/
#activities {
    justify-content: center;
    margin-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
}
#activities .block {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
#activities .block:last-of-type {
    margin-bottom: 0;
}
    #activities .block::before {
        top: 5px;
        bottom: -5px;
        left: -5px;
        right: 5px;
        border-radius: 10px;
    }
    #activities .block img {
        width: 50%;
        margin-bottom: 18px;
    }
    #activities .block.act1 img {
        /* margin-top: -10px; */
    }
	#activities .block a {
/* 		width: 50%; */
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
    #activities .block h2 {
		width: 50%;
        font-size: 17px;
        margin: 0;
        text-align: left;
        padding-right: 30px;
        line-height: 1.2;
    }
        #activities .block h2 ion-icon {
            display: inline-block;
            color: #218bfc;
            font-size: 25px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 5px;
        }
    #activities .block a p {
        display: none;
    }
	#activities .block a ion-icon.pc {
		display: none;
	}

/*====================================
	contact_area
====================================*/
#contact_area {
    padding: 30px 15px;
}
#contact_area .contact_area_wrap {
    width: 100%;
    height: auto;
    font-size: 20px;
    justify-content: center;
    border-radius: 10px;
}
    #contact_area .txt {
        width: 100%;
        margin-top: 20px;
    }
        #contact_area .txt h3 {
            font-size: 21px;
        }
        #contact_area .txt p {
            font-size: 13px;
        }
    #contact_area .tel {
        width: 100%;
        border-left: none;
        margin-top: 5px;
    }
        #contact_area .tel h3 {
            font-size: 39px;
        }
        #contact_area .tel h3 ion-icon {
            /* font-size: 32px;
            margin-right: 5px; */
        }
        #contact_area .tel p {
            font-size: 13px;
        }
    #contact_area .btn {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 35px;
    }
    #contact_area .more_btn {
        width: 270px;
        margin: 0 auto;
        height: 55px;
        line-height: 55px;
        font-size: 16px;
    }
        #contact_area .more_btn a {
            box-shadow: none;
        }
        #contact_area .more_btn a::after {
            content: none;
        }
        #contact_area .more_btn a ion-icon {
            font-size: 25px;
            margin-right: 10px;
        }
	
/*====================================
	footer
====================================*/
footer{
    width: auto;
    padding: 60px 30px;
}
#foot_top {
    justify-content: center;
    margin-bottom: 20px;
}
    #foot_top .address {
        width: 100%;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
        /* border-bottom: 1px solid #4599f9; */
    }
    #foot_top .address .txt {
        width: 55%;
    }
        #foot_top .address p {
            font-size: 13px;
        }
    #foot_top .address .access {
        width: 40%;
        display: block;
        text-align: right;
    }
        #foot_top .address .access a {
            padding: 12px 33px;
            margin-top: 0;
            font-size: 13px;
            border: 1px solid #85bbfb;
        }
    #foot_top nav {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #foot_top nav ul{
        flex-direction: column;
        align-items: flex-start;
    }
    #foot_top nav li{
            margin-left: 0;
            margin-bottom: 20px;
            font-size: 13px;
        }
        #foot_top nav li a{
            color: #fff;
            width: 100%;
            display: block;
        }
        #foot_top nav li a:before {
            content: '▶';
            transform: scale(0.6);
            transform-origin: left center;
            display: inline-block;
            margin-right: 5px;
        }
#foot_btm {
    justify-content: center;
}
    #foot_btm p {
        width: 100%;
        text-align: center;
    }
    #foot_btm nav ul{
        width: 100%;
        margin-bottom: 10px;
    }
    #foot_btm nav li{
        text-align: center;
        margin-right: 10px;
        font-size: 12px;
    }
    #foot_btm nav li:last-of-type {
        margin-right: 0;
    }


}

@media only screen and (max-width: 768px){

/*====================================
	font
====================================*/
body, textarea, input, select, label{
	color: #000;
	font-size: 1.4rem;
	/* line-height: 1.4; */
}

/*====================================
	base
====================================*/
img{
    /* width: 100%; */
}
.sp{
    display: block;
}
.pc{
    display: none;
}


html.is-fixed body {
    height: 100%;
    overflow: hidden;
}

/* more_btn */
.more_btn {
    width: 235px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
}
    .more_btn a {
        border-radius: 22px;
        box-shadow: 0px 8px 12px -8px rgb(33 139 252 / 70%);
    }
    .more_btn a::after {
        right: -20px;
        width: 40px;
    }
    .more_btn a:hover::after {
        right: -30px;
    }

/* pagetop */
#pagetop {
    bottom: 100px;
    right: 20px;
/*     width: 50px;
    height: 50px; */
/*     font-size: 10px; */
}
	#pagetop img {
		width: 55px;
	}
/*     #pagetop::before {
        top: 1px;
        left: -1px;
    } */

/*====================================
	block
====================================*/
.wrap {
    width: auto;
}

}

@media only screen and (max-width: 360px){
	#for_members .members_btn a {
		font-size: 14px;
	}
	#foot_top .address p {
		font-size: 11px;
	}
	#foot_top .address .access a {
		padding: 12px 20px;
	}
}
@media only screen and (max-width: 300px) {
	#for_members .members_btn a {
		font-size: 12px;
	}
	#contact_area .more_btn {
		width: 250px;
	}
	#foot_top .address .access a {
		padding: 12px 12px;
	}
}
	