@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
    height: 100%;
}

html {
	scroll-behavior: smooth;
}

body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust: none;
    background: #fff;
    color: #000;
    line-height: 1.7;
}

figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

table {border-collapse:collapse;}

img {
    vertical-align: middle;
}

a {
    transition: 0.3s;
}
a:hover {
    filter: brightness(1.1);
}

ol,ul {
    list-style: none;
    list-style-type: none;
}

#container {
    height: 100%;
    margin: 0 auto;
}
#contents {
    flex: 1;
    padding: 0 0 116px;
    background-image: url("../images/footer_bg_pc.png"), url("../images/footer_bg_line.png");
    background-position: bottom center, bottom center;
    background-repeat: no-repeat, repeat-x;
}
#page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 40px;
    bottom: 40px;
	z-index: 900;
}
#insta{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 40px;
    bottom: 135px;
	z-index: 910;
}


/*header
---------------------------------------------------------------------------*/
header {
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: #fff;
    position: fixed;
	z-index: 1000;
}
header .inner {
    padding: 20px 35px 0 40px;
    position: relative;
}
.hamburger {
    position: absolute;
    right: 35px;
    top: 0;
    width: auto;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1000px) {
    .hamburger {
    width: calc(100% - 400px);	
    }
}
button {
    border-color: transparent;
    background: transparent;
    cursor: pointer;
}
nav ul {
    display: flex;
    list-style: none;
    margin: 25px 18px 0 0;
}
@media (max-width: 1000px) {
    nav ul {
    margin: 10px 12px 0 0;
    }
}
nav li {
    font-size: 15px;
    line-height: 1.5;
    padding: 0.5rem;
}
nav li a {
    color: #000;
    text-decoration: none;
    width: 100%;
}
@media (min-width: 751px) {
    #open,#close {
    display: none !important;
    }
    #navi {
    display: block !important;
    }
}


/*mainimg
---------------------------------------------------------------------------*/
.mainimg {
    min-height: 380px;
    margin-top: 105px;
    background-image: url("../images/mainimg_bg2_pc.png");
    background-position: top center;
    background-repeat: no-repeat;
}
.mainimg .inner {
    text-align: center;
    background-image: url("../images/mainimg_bg_pc.png");
    background-position: bottom;
    background-repeat: repeat-x;
}
.maintxt {
    text-align: center;
    padding: 35px 0;
}
:target::before {
  content: "";
  display: block;
  height: 105px; 
  margin-top: -105px;
  visibility: hidden,
}

/*main
---------------------------------------------------------------------------*/
main {
    background: #fff5b9 ;
    margin: 0;
    padding: 80px 0 20px;
}
main h2 {
    margin: 0 0 20px;
}
section {
    max-width: 1000px;
    margin: 0 auto 100px;
}
article {
    border: 3px solid #006d9e;
    border-radius: 0 80px 0 80px;
    background: #fff;
    padding: 70px 100px 80px;
}
article h3 {
    margin: 0 0 1rem;
}
article h4 {
    margin: 0 1rem 1rem;
}
article p {
    font-size: 16px;
    margin: 0 0 2rem;
}
article p.add {
    margin: 0 0 1rem;
}
article p:last-child {
    margin-bottom: 0;
}
article a {
    color: #0068b7;
}
@media (min-width: 751px) {
    a[href*="tel:"] {
    text-decoration: none;
    color: #000!important;
    pointer-events: none;
    cursor: default;
    }
}
article .button a {
    background: #006d9e;
    border: 1px solid #006d9e;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 380px;
    margin:0 auto;
    padding: .3em .5em;
    font-size: 1.25em;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
article .button a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
article .button a:hover {
    border: 1px solid #006d9e;
    background: #fff;
    color: #006d9e;
}
article .button a:hover:after {
    border-color: #006d9e;
}
.section01 b {
    font-size: 120%;
    font-weight: bold;
}
.section01 a {
    font-size: 120%;
    font-weight: bold;
    color: #0068b7;
    text-align: right;
    display: block;
}
.section01 a:hover {
    text-decoration: none;
}
.section01 .program {
    margin-top: 70px;
}
.section01 .program .tit {
    font-size: 140%;
    font-weight: bold;
    color: #006d9e;
    margin: 0 0 0.2rem;
}
.section02 .name {
    font-weight: bold;
    text-align: right;
}
@media (min-width: 751px) {
    .section02 .flex {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .section02 .flex div:nth-child(1) {
    width: 66%;
    }
    .section02 .flex div:nth-child(2) {
    width: 32%;
	margin-left: 2%;	
    }
    .section02 .flex div:nth-child(2) img {
    width: 100%;
    }
}
.section03 .tit {
    font-size: 140%;
    font-weight: bold;
    color: #006d9e;
    margin: 0 0 0.2rem;
}
.section04 .tit {
    font-size: 140%;
    font-weight: bold;
    color: #006d9e;
    margin: 0 0 0.2rem;
}
.section04 .tit:nth-child(n+2) {
    margin-top: 4rem;
}
.section04 .flex {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section04 .flex div {
    width: 380px;
    margin-top: 20px;
}
.section04 .backnum {
    text-align: right;
	margin-top: 1.5rem;
}
.section05 H3 {
    margin: 0 auto 50px;
    text-align: center;
}
.section05 .tit {
    margin: 0 0 1rem;
}
.section_bnr {
    margin: 0 auto;
	text-align: center;
}
.section_bnr img {
	width: 600px;
	margin-bottom: 0.8rem;
}
.simplebar-track {
    background: #e0e0e0;
	border-radius: 10px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
    opacity:1;
}
.simplebar-scrollbar::before {
    background-color: #006d9e;
}
.listframe iframe{
    height: 170px;
    border:none;
}
.datetextlist {
    padding: 0 30px 0 0;
	margin: 0;
    height: 170px;
	display: block;
    overflow-y: scroll;
}
.datetextlist_in a {
    color: #006d9e;
}
.datetextlist_in dl {
	font-size: 16px;
    padding: 5px 0;
}
.datetextlist_in dt {
    padding: 0 20px 0 0!important;
    text-indent: 0;
    white-space: nowrap;
    font-weight: bold;
	text-decoration: none;
	color: #000!important;
}
@media (min-width: 751px) {
	.datetextlist_in dl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	}
}
.report {
    margin: 60px auto;
}

/*footer
---------------------------------------------------------------------------*/
.footer-contents {
    background: #fff;
    padding: 45px 0;
    text-align: center;
}
.footer-contents H2 {
    font-size: 19px;
}
.footer-contents p {
    font-size: 16px;
    line-height: 1.6
}
.footer-contents p.tit {
    font-size: 140%;
    font-weight: bold;
    color: #006d9e;
    margin: 0 0 0.5rem;
}
.footer-contents p.insta {
    font-size: 120%;
    font-weight: bold;
    margin: 1rem 0 0;
}
.footer-contents .insta img {
    width: 35px;
	margin-right: 13px;
}
.footer-contents a {
    color: #0068b7;
}
footer {
    text-align: center;
    padding: 0 0 40px;
}
footer img {
    width: 400px;
}

/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}

@media (max-width: 750px) {.sp--hide {display: none;}}
@media (min-width: 751px) {.pc--hide {display: none;}}


/*SP
---------------------------------------------------------------------------*/
@media (max-width: 750px) {
    body {
    min-width: 0;
    line-height: 1.6;
    }
    img {
    width: 100%;
    }
    #contents {
    width: 100%;
    padding: 0 0 3.9vw;
    background-image: url("../images/footer_bg_sp.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;	
    }
    #page_top{
    width: 10.666667vw;
    height: 10.666667vw;
    right: 4vw;
    bottom: 4vw;
    }
    #insta{
    width: 10.666667vw;
    height: 10.666667vw;
    right: 4vw;
    bottom: 16vw;
    }
    header {
    height: 13.333333vw;
    }
    header .inner {
    padding: 0!important;
    }
    header H1 {
    margin: 0 0 0 3.066667vw;
    }
    header H1 img {
    width: 42vw!important;
    }
    .hamburger {
    width: 100%!important;
    margin: 0;
    position: static;
    }
    .hamburger .logo {
    position: absolute;
    top:  1.4vw;
    right: 3.066667vw;
    }
    .hamburger .logo img {
    width: 10vw!important;
    }
    .hamburger .menu, .menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    }
    .hamburger .menu {
    position: absolute;
    top: 3.8vw;
    right: 16vw;
    width: 7.066667vw;
    height: 5.466667vw;
    z-index: 10;
    }
    .hamburger .menu span {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background: #006d9e;
    }
    .hamburger .menu span:nth-of-type(1) {
    top: 0;
    }
    .hamburger .menu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    }
    .hamburger .menu span:nth-of-type(3) {
    top: 100%;
    transform: translateY(-100%);
    }
    .hamburger .menu.active span:nth-of-type(1) {
    top: 35%;
    transform: translateY(35%) rotate(-45deg);
    }
    .hamburger .menu.active span:nth-of-type(2) {
    opacity: 0;
    }
    .hamburger .menu.active span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    }
    #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    opacity: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    }
    #nav.active {
    top: 13.333333vw;
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    }
    #nav ul {
    margin: 0;
    padding: 0;
    flex-direction: column;
    }
    #nav ul li a {
    font-size: 4vw!important;
    font-weight: bold;
    display: block;
    padding: 1rem 0;
    transition: all 0.2s ease-in-out;
    text-align: center;
    color: #006d9e;
    border-bottom: 1px solid #006d9e;
    }
    .mainimg {
    min-height: auto;
    background: none;
    margin-top: 13.333333vw;	
    }
    .mainimg img {
    width: 100%!important;
    }
    .maintxt {
    padding: 4.4vw 0;
    }
    .maintxt img {
    width: 70%;
    }
    :target::before {
    height: 13.333333vw; 
    margin-top: -13.333333vw;
    }
    main {
    padding: 10.666667vw 0 2.66666vw;
    }
    main h2 {
    margin: 0 5.333333vw 4vw;
    }
    section {
    width: 100%;
    margin: 0 auto 10.666667vw;
    }
    article {
    border: 0.4vw solid #006d9e;
    border-radius: 0 5.333333vw 0 5.333333vw;
    margin: 0 2.66666vw 10.666667vw;
    padding: 7.333333vw 5.333333vw 9.333333vw;
    }
    article p {
    font-size: 3.466667vw;
    margin: 0 0 1.6rem;
    }
    article p.add {
    margin: 0 0 0.8rem;
    }
    article .button a {
    width: 37.33333vw;
    font-size: 1em;
    }
    article .button a:after {
    width: 1vw;
    height: 1vw;
    border-top: 0.266666vw solid #fff;
    border-right: 0.266666vw solid #fff;
    right: 2.66666vw;
    }
    .section01 b {
    font-size: 110%;
    }
    .section01 .ex p {
    font-size: 2.8vw;
    }
    .section01 .program {
    margin-top: 9.333333vw;
    }
    .section01 .program .tit {
    font-size: 100%;
    }
    .section02 .flex div:nth-child(2) {
    margin-top: 8vw;
    text-align: center;
    }
    .section02 .flex div:nth-child(2) img {
    width: 61%;
    }
    .section03 .tit,.section04 .tit {
    font-size: 100%;
    }
    .section04 .flex div {
    width: 47%;
    margin: 4vw auto 0;
    }
    .section04 .button a {
    width: 100%;
    }
    .section05 H3 {
    margin: 0 auto 6.666667vw;
    }
    .section05 H3 img {
    width: 56%;
    }
	.section_bnr {
    margin: 0 auto 2rem;
    }
    .section_bnr img {
	width: 65%;
    }
	.datetextlist_in dl {
	font-size: 4.266667vw;
    }
	.report {
    margin: 8vw auto;
	}
    .footer-contents {
    padding: 6vw 0;
    }
    .footer-contents H2 {
    font-size: 4vw;
    }
    .footer-contents p {
    font-size: 3.466667vw;
    }
    .footer-contents p.tit {
    font-size: 100%;
    }
    .footer-contents p.insta {
    font-size: 100%;
    }
	.footer-contents .insta img {
    width: 6.666667vw;
    }
    footer {
    padding: 0 0 5.333333vw;
    }
    footer img {
    width: 66%;
    }
}	

@media (max-width: 1024px) {
    header .inner {
    padding: 2.4vw 3vw 0 3vw;
    }
    header H1 img {
    width: 34vw;
    }
    .hamburger {
    width: calc(100% - 44vw);
    }
    .hamburger .logo img {
    width: 7vw;
    }
    nav ul {
    margin: 0.6vw 1vw 0 0;
    }
    nav li {
    font-size: 0.9em;
    padding: 0.2rem;
    }
    .mainimg {
    min-height: 31vw;
    background-size: contain;
    }
    .mainimg img {
    width: 92%;
    }
    section {
    width: 92%;
    }
    article {
    padding: 6.5vw;
    }
    .section01 img,.section05 img {
    width: 100%;
    }
    .section04 .flex div {
    width: 47%;
    }
    .section04 .button a {
    width: 100%;
    }
    .section05 H3 img {
    width: 56%;
    }
}	

