@charset "utf-8";

/* *****************************************************************************
=01 reset style
=02 option style
=03 common style
=04 layout style
***************************************************************************** */
/*---------- =02 option style ----------*/
.tal{text-align:left!important;}
.tac{text-align:center!important;}
.tar{text-align:right!important;}
.mtNone{margin-top:0!important;}
.mbNone{margin-bottom:0!important;}
.mbShort{margin-bottom:1em!important;}
.mbMiddle{margin-bottom:2em!important;}
.mbLong{margin-bottom:3em!important;}
.bold{font-weight:bold;}
.red{color:#f777a6;}
.cf{zoom:1;}
.cf:before,.cf:after{content:"";display:table;}
.cf:after{clear:both;}
/*---------- //end option style ----------*/

/*---------- =03 common style ----------*/
*{
	-o-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html{
	font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    background-color: #f8f8f8;
}
body{
    color: #3d4354;
    font-size: 1.6rem;
    line-height: 2;
    font-family: "FOT-UD角ゴ_ラージ Pr6N M";
    font-feature-settings: "palt";
}
a{
    color: #3d4354;
	text-decoration: none;
}
a:hover,
a:active{
	text-decoration: none;
}
img{
    height: auto;
	display: block;
}
img,a img{
	vertical-align: bottom;
}
b,
strong,
.bold{
    font-family: "FOT-UD角ゴ_ラージ Pr6N B";
}
::selection{
	background-color: #3d4354;
	color: #f8f8f8;
}
::-moz-selection {
	background-color: #3d4354;
	color: #f8f8f8;
}

/*---------- //end common style ----------*/

/*---------- =04 layout style ----------*/
/*========================================
header layout
========================================*/
/* site-header */
.site-header{
    width: 100%;
	height: 140px;
    padding-left: 4rem;
    padding-right: 4rem;
    background-color: #f8f8f8;
}
.fixed .site-header{
    position: fixed;
    top: 0;
    z-index: 100;
}
.site-header > .-inner{
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    position: relative;
    z-index: 10;
}

@media print, screen and (max-width: 1240px){
    /* site-header */
    .site-header{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media print, screen and (max-width: 1000px){
    .site-header{
        height: 64px;
        padding-left: 1.5rem;
        padding-right: 0;
    }
    .site-header > .-inner{
        height: 64px;
    }
}

/* site-name */
.site-name{
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
}
.site-name > a{
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: bottom;
}
.site-name > a:hover{
    opacity: 0.75;
}
.site-name > a > .-sub{
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 0.8rem;
}
.site-name > a > .-main{
    font-size: 3.6rem;
    line-height: 1;
}

@media print, screen and (max-width: 1240px){
    /* site-name */
    .site-name > a > .-sub{
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
    .site-name > a > .-main{
        font-size: 3.2rem;
    }
}

@media print, screen and (max-width: 1000px){
    /* site-name */
    .site-name > a > .-sub{
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .site-name > a > .-main{
        font-size: 1.8rem;
    }
}

@media print, screen and (max-width: 1000px){
    /* header-primary */
    .header-primary{
        display: none;
    }
}

/* header-sub */
.header-sub{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2.8rem;
}
.header-sub > .-item{
    margin-left: 4.5rem;
}
.header-sub > .-item:nth-child(1){
    margin-left: 0;
}

@media print, screen and (max-width: 1240px){
    /* header-sub */
    .header-sub > .-item{
        margin-left: 2rem;
    }
}

/* header-live-camera */
.header-live-camera{
    line-height: 1;
}
.header-live-camera > a{
    color: #3959cc;
    font-size: 1.4rem;
    font-family: "FOT-UD角ゴ_ラージ Pr6N B";
    white-space: nowrap;
    padding-left: 2.6rem;
    display: inline-block;
    background: url(/assets/images/icon-camera-blue.svg) left center no-repeat no-repeat;
    background-size: 1.6rem auto;
    position: relative;
}
.header-live-camera > a::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #3959cc;
    bottom: -7px;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.header-live-camera > a:hover::after{
    transform: scale(0, 1);
    transform-origin: right top;
}

/* search-box */
.search-box{
    display: flex;
    align-items: center;
}

/* search-heading */
.search-heading{
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    margin-right: 1.5rem;
}

/* search */
.search{
    line-height: 1;
    width: 180px;
}
.gsc-control-cse{
    background-color: transparent!important;
    padding: 0!important;
}
form.gsc-search-box{
    margin: 0!important;
}
table.gsc-search-box{
    margin-bottom: 0!important;
}
table.gsc-search-box td.gsc-input{
    padding-right: 0!important;
}
.gsc-input-box{
    border: 2px solid #3d4354!important;
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
    padding: 0!important;
}
.gsc-search-button{
    margin-left: 0!important;
}
.gsc-search-button-v2{
    padding: 0.8rem 0.7rem!important;
    border-radius: 0 4px 4px 0!important;
    border: none!important;
    border: 1px solid #3d4354!important;
}
.gsib_a{
    padding: 0 0 0 8px!important;
}
.gsib_b{
    width: 28px!important;
    height: 28px!important;
}

/* header-main */
.header-main{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* header-nav */
.header-nav > .-main{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-nav > .-main > .-item{
	font-size: 1.6rem;
	line-height: 1;
	white-space: nowrap;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    margin-left: 3.2rem;
}
.header-nav > .-main > .-item:nth-child(1){
    margin-left: 0;
}
.header-nav > .-main > .-item > a{
	color: #3d4354;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.header-nav > .-main > .-item > a:hover{
    color: #3959cc;
}
.header-nav > .-main > .-item > a::after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    background: #3959cc;
    position: absolute;
    left: 0;
    bottom: -3px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top
}
.header-nav > .-main > .-item > a:hover::after{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media print, screen and (max-width: 1240px){
	/* header-nav */
	.header-nav > .-main > .-item{
		margin-left: 2rem;
        font-size: 1.5rem;
	}
}

/* header-button */
.header-button{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 4rem;
}
.header-button > .-button{
    margin-left: 2rem;
}
.header-button > .-button:nth-child(1){
    margin-left: 0;
}
.header-button > .-button > a{
    color: #ffffff;
    width: 16rem;
    line-height: 3.6rem;
	border-radius: 9999px;
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.header-button > .-access > a{
    background-color: #f777a6;
    border: 2px solid #f777a6;
}
.header-button > .-access > a:hover{
    color: #f777a6;
    background-color: #ffffff;
}
.header-button > .-contact > a{
    background-color: #3959cc;
    border: 2px solid #3959cc;
}
.header-button > .-contact > a:hover{
    color: #3959cc;
    background-color: #ffffff;
}

.header-button > a:hover{
    background-color:#3959cc;
    color: #ffffff;
}
.header-button > a > span{
	background: url(/recruit/highschool/assets/images/arrow-link-orange.svg) right center no-repeat;
	background-size: 14px auto;
	padding-right: 2rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header-button > a:hover > span{
	background: url(/recruit/highschool/assets/images/arrow-link-white.svg) right center no-repeat;
	background-size: 14px auto;
}

@media print, screen and (max-width: 1240px){
	/* header-button */
	.header-button{
        margin-left: 2rem;
	}
    .header-button > .-button{
        margin-left: 1.5rem;
    }
    .header-button > .-button > a{
        width: 14rem;
        font-size: 1.4rem;
    }
}

/* livecamera-button */
.livecamera-button{
    display: none;
}

@media screen and (max-width: 1000px){
    /* livecamera-button */
    .livecamera-button{
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        top: 0;
        right: 128px;
        z-index: 11;
    }
    .livecamera-button > a{
        display: block;
        background: #3d4354 url(/assets/images/icon-camera-white.svg) center top 1.8rem no-repeat;
        background-size: 2rem auto;
        width: 64px;
        height: 64px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .livecamera-button > a > .-text{
        font-size: 0.8rem;
        line-height: 1;
        padding-bottom: 1.3rem;
        letter-spacing: 0.1em;
    }
}

/* access-button */
.access-button{
    display: none;
}

@media screen and (max-width: 1000px){
    /* access-button */
    .access-button{
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        top: 0;
        right: 64px;
        z-index: 11;
    }
    .access-button > a{
        display: block;
        background: #f777a6 url(/assets/images/icon-access-white.svg) center top 1.3rem no-repeat;
        background-size: 2.2rem auto;
        width: 64px;
        height: 64px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .access-button > a > .-text{
        font-size: 0.8rem;
        line-height: 1;
        padding-bottom: 1.3rem;
        letter-spacing: 0.1em;
    }
}

/* hamburger-button */
.hamburger-button{
    display: none;
}

@media screen and (max-width: 1000px){
    /* hamburger-button */
    .hamburger-button{
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        cursor: pointer;
        top: 0;
        right: 0;
        z-index: 101;
        background-color: #3959cc;
    }
    .fixed .hamburger-button{
        position: fixed;
    }
    .hamburger-button span{
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #ffffff;
        display: block;
        height: 2px;
        position: absolute;
        width: 2.3rem;
    }
    .hamburger-button span:nth-child(1){
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        top: 1.6rem;
        left: 2rem;
    }
    .hamburger-button span:nth-child(2){
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        top: 2.4rem;
        left: 2rem;
    }
    .hamburger-button span:nth-child(3){
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        top: 3.2rem;
        left: 2rem;
    }
    .hamburger-button.is-open{
        background-color: #3959cc;
    }
    .hamburger-button.is-open span{
        width: 2.6rem;
        background-color: #ffffff;
    }
    .hamburger-button.is-open span:nth-child(1){
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1.3rem;
        left: 2.4rem;
    }
    .hamburger-button.is-open span:nth-child(2){
        display: none;
    }
    .hamburger-button.is-open span:nth-child(3){
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 1.3rem;
        left: 1.6rem;
    }
    .hamburger-button > .-text{
        font-size: 0.8rem;
        line-height: 1;
        padding-bottom: 1.3rem;
        letter-spacing: 0.1em;
        color: #ffffff;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap;    
    }
}

/* hamburger-nav */
.hamburger-nav{
    display: none;
}

@media screen and (max-width: 1000px){
    /* hamburger-nav */
    .hamburger-nav{
        background-color: #3959cc;
        display: block;
        height: calc(100% - 64px);
        opacity: 0;
        overflow: auto;
        padding: 3rem 2rem;
        position: fixed;
        left: 0;
        bottom: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        visibility: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        z-index: 100;
    }
    .hamburger-nav.is-show{
        opacity: 1;
        bottom: 0;
        visibility: visible;
    }
}

/* hamburger-nav-list */
.hamburger-nav-list{
    display: flex;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    overflow: hidden;
    flex-wrap: wrap;
    outline: 1px solid #ffffff;
    outline-offset: -1px;
    position: relative;
}
.hamburger-nav-list::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #3959cc;
    z-index: 1;
}
.hamburger-nav-list::after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #3959cc;
    z-index: 1;
}
.hamburger-nav-list > .-item{
  width: 50%;
}
.hamburger-nav-list > .-item:nth-child(-n+2){
    margin-top: 0;
}
.hamburger-nav-list > .-item:nth-child(even){
}
.hamburger-nav-list > .-item > a{
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  height: 130px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
  font-size: 1.6rem;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
}
.hamburger-nav-list > .-item > a:hover{
  color: #ffffff;
  background-color: #3959cc;
}
.hamburger-nav-list-pool{
    background: url(/assets/images/icon-pool-blue.svg) center top 3rem no-repeat;
    background-size: 5.1rem auto;
  }
  .hamburger-nav-list-pool:hover{
    background: url(/assets/images/icon-pool-white.svg) center top 3rem no-repeat;
    background-size: 5.1rem auto;
  }
  .hamburger-nav-list-gym{
    background: url(/assets/images/icon-gym-blue.svg) center top 3rem no-repeat;
    background-size: 4rem auto;
  }
  .hamburger-nav-list-gym:hover{
    background: url(/assets/images/icon-gym-white.svg) center top 3rem no-repeat;
    background-size: 4rem auto;
  }
  .hamburger-nav-list-fitness{
    background: url(/assets/images/icon-fitness-blue.svg) center top 3.1rem no-repeat;
    background-size: 4rem auto;
  }
  .hamburger-nav-list-fitness:hover{
    background: url(/assets/images/icon-fitness-white.svg) center top 3.1rem no-repeat;
    background-size: 4rem auto;
  }
  .hamburger-nav-list-multi{
    background: url(/assets/images/icon-multi-blue.svg) center top 3.2rem no-repeat;
    background-size: 3.7rem auto;
  }
  .hamburger-nav-list-multi:hover{
    background: url(/assets/images/icon-multi-white.svg) center top 3.2rem no-repeat;
    background-size: 3.7rem auto;
  }
.hamburger-nav-list > .-item > a > span{
  display: inline-block;
  line-height: 1;
  width: 100%;
  padding-bottom: 2.6rem;
}


/* hamburger-nav-button */
.hamburger-nav-button{
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
.hamburger-nav-button > .-item{
  width: 100%;
}
.hamburger-nav-button > .-item > a{
  display: inline-block;
  width: 100%;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
  font-size: 1.6rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: bottom;
  height: 80px;
  display: flex;
  align-items: center;
}
.hamburger-nav-button > .-item > a:hover{
  color: #ffffff;
}
.hamburger-nav-button > .-item > a.-blue{
  background: #ffffff url(/assets/images/arrow-circle-blue.svg) right 2rem center no-repeat;
  background-size: 2rem auto;
  border: 1px solid #ffffff;
}
.hamburger-nav-button > .-item > a.-blue:hover{
  background: #3959cc url(/assets/images/arrow-circle-white.svg) right 2rem center no-repeat;
  background-size: 2rem auto;
}
.hamburger-nav-button > .-item > a.-pink{
  background: #ffffff url(/assets/images/arrow-circle-pink.svg) right 2rem center no-repeat;
  background-size: 2rem auto;
  border: 1px solid #ffffff;
}
.hamburger-nav-button > .-item > a.-pink:hover{
  background: #f777a6 url(/assets/images/arrow-circle-white.svg) right 2rem center no-repeat;
  background-size: 2rem auto;
  border: 1px solid #f777a6;
}
.hamburger-nav-button > .-item > a > span{
  display: inline-block;
  width: 100%; 
  padding: 2rem 5rem 2rem 7.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.hamburger-nav-button > .-item > .hamburger-nav-button-adult > span{
    background: url(/assets/images/icon-school-blue.svg) left 2.5rem center no-repeat;
    background-size: 3.2rem auto;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-adult:hover > span{
    background: url(/assets/images/icon-school-white.svg) left 2.5rem center no-repeat;
    background-size: 3.2rem auto;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-child > span{
    background: url(/assets/images/icon-child-pink.svg) left 2.5rem center no-repeat;
    background-size: 3.2rem;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-child:hover > span{
    background: url(/assets/images/icon-child-white.svg) left 2.5rem center no-repeat;
    background-size: 3.2rem;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-outdoor > span{
    background: url(/assets/images/icon-outdoor-blue.svg) left 2.5rem center no-repeat;
    background-size: 3rem;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-outdoor:hover > span{
    background: url(/assets/images/icon-outdoor-white.svg) left 2.5rem center no-repeat;
    background-size: 3rem;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-event > span{
    background: url(/assets/images/icon-event-pink.svg) left 2.7rem center no-repeat;
    background-size: 2.8rem;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-event:hover > span{
    background: url(/assets/images/icon-event-white.svg) left 2.7rem center no-repeat;
    background-size: 2.8rem;
  }

@media screen and (max-width : 1000px){
  /* hamburger-nav-button */
  .hamburger-nav-button{
    column-gap: 1rem;
  }
  .hamburger-nav-button > .-item > a.-blue{
    background: #ffffff url(/assets/images/arrow-circle-blue.svg) right 1.5rem center no-repeat;
    background-size: 2rem auto;
  }
  .hamburger-nav-button > .-item > a.-blue:hover{
    background: #3959cc url(/assets/images/arrow-circle-white.svg) right 1.5rem center no-repeat;
    background-size: 2rem auto;
  }
  .hamburger-nav-button > .-item > a.-pink{
    background: #ffffff url(/assets/images/arrow-circle-pink.svg) right 1.5rem center no-repeat;
    background-size: 2rem auto;
  }
  .hamburger-nav-button > .-item > a.-pink:hover{
    background: #f777a6 url(/assets/images/arrow-circle-white.svg) right 1.5rem center no-repeat;
    background-size: 2rem auto;
  }
  .hamburger-nav-button > .-item > a > span{
    padding-left: 6.7rem;
    padding-right: 4.5rem;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-adult > span{
    background: url(/assets/images/icon-school-blue.svg) left 1.9rem center no-repeat;
    background-size: 3.2rem auto;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-adult:hover > span{
    background: url(/assets/images/icon-school-white.svg) left 1.9rem center no-repeat;
    background-size: 3.2rem auto;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-child > span{
    background: url(/assets/images/icon-child-pink.svg) left 2rem center no-repeat;
    background-size: 3.2rem;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-child:hover > span{
    background: url(/assets/images/icon-child-white.svg) left 2rem center no-repeat;
    background-size: 3.2rem;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-outdoor > span{
    background: url(/assets/images/icon-outdoor-blue.svg) left 2rem center no-repeat;
    background-size: 3rem;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-outdoor:hover > span{
    background: url(/assets/images/icon-outdoor-white.svg) left 2rem center no-repeat;
    background-size: 3rem;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-event > span{
    background: url(/assets/images/icon-event-pink.svg) left 2.2rem center no-repeat;
    background-size: 2.8rem;
  }
  .hamburger-nav-button > .-item > .hamburger-nav-button-event:hover > span{
    background: url(/assets/images/icon-event-white.svg) left 2.2rem center no-repeat;
    background-size: 2.8rem;
  }
}

@media screen and (max-width : 1000px){
  /* hamburger-nav-button */
  .hamburger-nav-button{
    display: block;
  }
  .hamburger-nav-button > .-item{
    margin-top: 1rem;
  }
  .hamburger-nav-button > .-item:nth-child(1){
    margin-top: 0;
  }
  .hamburger-nav-button > .-item > a{
    height: 60px;
  }
  .hamburger-nav-button > .-item > a > span{
    padding-left: 8.1rem;
  } 
}

/* hamburger-sub-link */
.hamburger-sub-link{
    margin-top: 2.4rem;
}

/* hamburger-sub-nav */
.hamburger-sub-nav{
    margin-top: 1rem;
    display: flex;
}
.hamburger-sub-nav > .-item{
    padding-left: 7.5rem;
}
.hamburger-sub-nav > .-item:nth-child(1){
    padding-left: 0;
}
.hamburger-sub-nav > .-item > a{
    font-size: 1.6rem;
    white-space: nowrap;
    line-height: 1.75;
    color: #ffffff;
    padding-left: 3.2rem;
    background: url(/assets/images/arrow-circle-white.svg) left 0.5rem no-repeat;
    background-size: 2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}
.hamburger-sub-nav > .-item > a:hover{
    opacity: 0.75;
}

@media screen and (max-width : 375px){
    /* hamburger-sub-nav */
    .hamburger-sub-nav{
        display: block
    }
    .hamburger-sub-nav > .-item{
        padding-left: 0;
        margin-top: 1rem;
    }
    .hamburger-sub-nav > .-item:nth-child(1){
        margin-top: 0;
    }
}

/* hamburger-text-link */
.hamburger-text-link{
    text-align: left;
    margin-top: 1rem;
}
.hamburger-text-link > a{
    font-size: 1.6rem;
    line-height: 1.75;
    color: #ffffff;
    padding-left: 3.2rem;
    background: url(/assets/images/icon-camera-white.svg) left 0.9rem no-repeat;
    background-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}
.hamburger-text-link > a:hover{
    opacity: 0.75;
}

/*========================================
contents layout
========================================*/
/* note */
.note{
    margin-left: 1em;
    display: block;
}
.note::before{
  content: '※';
  margin-left: -1em;
}

/* contents */
.contents{
}

/*========================================
footer layout
========================================*/
/* site-footer */
.site-footer{
    background-color: #3959cc;
    color: #ffffff;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-bottom: 4rem;
}
.site-footer > .-inner{
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1000px){
    /* site-footer */
    .site-footer{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media screen and (max-width: 760px){
    /* site-footer */
    .site-footer{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* footer-img-nav */
.footer-img-nav{
    padding-top: 4rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    column-gap: 3rem;
}
.footer-img-nav > .-item{
    width: 100%;
    display: flex;
}
.footer-img-nav > .-item > a{
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    overflow: hidden;
}
.footer-img-nav > .-item > a > .-img{
    overflow: hidden;
}
.footer-img-nav > .-item > a > .-img > img{
    width: 100%;
    display: block;
    -ms-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.footer-img-nav > .-item > a:hover > .-img > img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.footer-img-nav > .-item > a > .-text{
    font-size: 1.4rem;
    line-height: 1.5714;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    color: #3d4354;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    padding: 1.8rem 2.4rem;
}
.footer-img-nav > .-item > a:hover > .-text{
    color: #3959cc;
}
.footer-img-nav > .-item > a > .-text > span > span{
    padding-right: 2.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-img-nav > .-item > a > .-text > span > .-pdf{
    background: url(/assets/images/icon-pdf-gray.svg) right center no-repeat;
    background-size: 1.6rem;
}
.footer-img-nav > .-item > a:hover > .-text > span > .-pdf{
    background: url(/assets/images/icon-pdf-blue.svg) right center no-repeat;
    background-size: 1.6rem;
}
.footer-img-nav > .-item > a > .-text > span > .-window{
    background: url(/assets/images/icon-window-gray.svg) right center no-repeat;
    background-size: 1.6rem;
}
.footer-img-nav > .-item > a:hover > .-text > span > .-window{
    background: url(/assets/images/icon-window-blue.svg) right center no-repeat;
    background-size: 1.6rem;
}

@media screen and (max-width: 1000px){
    /* footer-img-nav */
    .footer-img-nav{
        flex-wrap: wrap;
        column-gap: 0;
    }
    .footer-img-nav > .-item{
        width: 50%;
        margin-top: 2rem;
    }
    .footer-img-nav > .-item:nth-child(-n+2){
        margin-top: 0;
    }
    .footer-img-nav > .-item:nth-child(odd){
        padding-right: 1rem;
    }
    .footer-img-nav > .-item:nth-child(even){
        padding-left: 1rem;
    }
}

@media screen and (max-width: 760px){
    /* footer-img-nav */
    .footer-img-nav{
        margin-bottom: 0;
    }
    .footer-img-nav > .-item > a > .-text{
        padding: 1.5rem 2rem;
    }
}

@media screen and (max-width: 480px){
    /* footer-img-nav */
    .footer-img-nav{
        display: block;
        margin-bottom: 0;
    }
    .footer-img-nav > .-item{
        width: 100%;
    }
    .footer-img-nav > .-item:nth-child(2){
        margin-top: 2rem;
    }
    .footer-img-nav > .-item:nth-child(odd){
        padding-right: 0;
    }
    .footer-img-nav > .-item:nth-child(even){
        padding-left: 0;
    }
}

/* footer-contents */
.footer-contents{
    padding-top: 4rem;
}

/* footer-primary */
.footer-primary{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

@media screen and (max-width: 760px){
    /* footer-primary */
    .footer-primary{
        display: block;
    }
}

/* footer-nav */
.footer-nav{
    display: flex;
}
.footer-nav > .-item{
    margin-left: 2rem;
    border-left: 1px solid #ffffff;
    padding-left: 2rem;
    line-height: 1;
}
.footer-nav > .-item:nth-child(1){
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}
.footer-nav > .-item > a{
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.footer-nav > .-item > a:hover{
    opacity: 0.75;
}

@media screen and (max-width: 760px){
    /* footer-nav */
    .footer-nav{
        justify-content: center;
    }
}

/* footer-site-name */
.footer-site-name{
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
}
.footer-site-name > a{
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: bottom;
    color: #ffffff;
}
.footer-site-name > a:hover{
    opacity: 0.75;
}
.footer-site-name > a > .-sub{
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 0.8rem;
}
.footer-site-name  > a > .-main{
    font-size: 2.8rem;
    line-height: 1;
}

@media screen and (max-width: 760px){
    /* footer-site-name */
    .footer-site-name{
        margin-top: 4rem;
    }
}

/* footer-data */
.footer-data{
    margin-top: 2.4rem;
    color: #ffffff;
    font-size: 1.2rem;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    line-height: 1.8333;
}

/* footer-address */
.footer-address{
    letter-spacing: -.4em;
}
.footer-address > .-item{
    display: inline-block;
    letter-spacing: normal;
    padding-left: 2em;
}
.footer-address > .-item:nth-child(1){
    padding-left: 0;
}

@media screen and (max-width: 760px){
    /* footer-address */
    .footer-address > .-item{
        display: block;
        padding-left: 0;
    }
}

/* footer-sub */
.footer-sub{
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid #ffffff;
}

/* sns-link-nav */
.sns-link-nav{
    display: flex;
    margin-bottom: 3.2rem;
}
.sns-link-nav > .-item{
    width: 4rem;
    margin-left: 2rem;
}
.sns-link-nav > .-item:nth-child(1){
    margin-left: 0;
}
.sns-link-nav > .-item > a{
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sns-link-nav > .-item > a:hover{
    opacity: 0.75;
}
.sns-link-nav > .-item > a > img{
    width: 100%;
}

/* footer-link-nav */
.footer-link-nav{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.footer-link-nav > .-item{
    margin-right: 2.4rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.footer-link-nav > .-item:last-child{
    margin-right: 0;
}
.footer-link-nav > .-item > a{
    color: #ffffff;
    white-space: nowrap;
    line-height: 1;
    font-size: 1.2rem;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    display: inline-block;
    background: url(/assets/images/arrow-link-white.svg) right center no-repeat;
    background-size: 5px auto;
    padding-right: 1.3rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-link-nav > .-item > a:hover{
    opacity: 0.75;
}

/* copyright */
.copyright{
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    font-size: 1.2rem;
    line-height: 1.75;
}
