@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

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

/***************************************************************************
zoom_img
****************************************************************************/

.zoom_img .sam {
	overflow: hidden;
	background-color: #094a81;
}
.zoom_img .sam img {
	transform: scale(1);
	transition: .5s ease-in-out;
    display: inline-block;			/* chromeでアニメーション時1pxずれる回避 */
    backface-visibility: hidden;	/* chromeでアニメーション時1pxずれる回避 */
}
.zoom_img:hover .sam img {
	transform: scale(1.1);
	opacity: 0.85;
}

/***************************************************************************
shadow
****************************************************************************/

.shadow {
	box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.2);
}

/***************************************************************************
news_box
****************************************************************************/

.news_box_outline {
	padding: 80px 0px 80px 0px;
}
.news_box_outline .news_box {
	margin-bottom: 30px;
	position: relative;
}
.news_box > a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.news_box .sam {
	border-radius: 8px;
	overflow: hidden;
}
.news_box .exp {
	background-color: rgba(255,255,255,0.95);
	border-radius: 5px;
	padding: 0px 15px 15px 15px;
	width: 90%;
	margin: 0px auto 0px auto;
	position: relative;
	margin-top: -45px;
	z-index: 5;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.news_box .icon {
	display: table;
	background-color: #437DB9;
	color: #FFFFFF;
	padding: 5px 2em 5px 2em;
	line-height: 1.4;
 	transform:skewX(-30deg);
	margin: 0px auto 0px auto;
	position: relative;
	top: -15px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.news_box .icon span {
	display: block;
 	transform:skewX(30deg);
}

/***************************************************************************
grade_box
****************************************************************************/

.grade_box {
	height: 300px;
}

.bg_naname_blue {
	background-image:linear-gradient(-45deg, #D3EDFF 25%, #CAE9FF 25%, #CAE9FF 50%, #D3EDFF 50%, #D3EDFF 75%, #CAE9FF 75%, #CAE9FF);/*薄・濃・濃・薄・薄・濃・濃*/
	background-size: 14px 14px;
}
.bg_dot_blue {
	background-color: #D3EDFF;	/*薄*/
	background-image: radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 20%), radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 20%);	/*濃*/
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}

.bg_naname_yellow {
	background-image:linear-gradient(-45deg, #FFE133 25%, #FFDA00 25%, #FFDA00 50%, #FFE133 50%, #FFE133 75%, #FFDA00 75%, #FFDA00);/*薄・濃・濃・薄・薄・濃・濃*/
	background-size: 14px 14px;
}
.bg_dot_yellow {
	background-color: #FFE133;	/*薄*/
	background-image: radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 20%), radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 20%);	/*濃*/
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}

.bg_naname_pink {
	background-image:linear-gradient(-45deg, #F6C5C5 25%, #F4BBBB 25%, #F4BBBB 50%, #F6C5C5 50%, #F6C5C5 75%, #F4BBBB 75%, #F4BBBB);/*薄・濃・濃・薄・薄・濃・濃*/
	background-size: 14px 14px;
}
.bg_dot_pink {
	background-color: #F6C5C5;	/*薄*/
	background-image: radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 20%), radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 20%);	/*濃*/
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}

.bg_naname_gray {
	background-image:linear-gradient(-45deg, #F1F1F1 25%, #ECECEC 25%, #ECECEC 50%, #F1F1F1 50%, #F1F1F1 75%, #ECECEC 75%, #ECECEC);/*薄・濃・濃・薄・薄・濃・濃*/
	background-size: 14px 14px;
}
.bg_dot_gray {
	background-color: #F5F5F5;	/*薄*/
	background-image: radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 20%), radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 20%);	/*濃*/
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}

/***************************************************************************
contents_footer_bnr
****************************************************************************/

#contents_footer_bnr {
    background-image: url(../../../img/dummy/dummy_woman_photo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 250px 0px 250px 0px;
}

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

#contents_footer_bnr {
    background-size: auto 100%;
	padding: 100px 0px 100px 0px;
}
}

#contents_footer_bnr:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
   /* background-color: rgba(0,70,140,0.5);
    background-image: url(../../img/common/contents/dot_opacity_black.png);*/
    background: linear-gradient(to bottom, #90324C 0%, #3E99DE 100%);
    opacity: 0.6;
    animation: anime_grade 4s infinite alternate;
}

@keyframes anime_grade {
0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
}
100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
}
}

#contents_footer_bnr .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;		/*IE11で左右中央揃えに必要*/
	position: relative;
	z-index: 5;
}
#contents_footer_bnr li {
    transition: 0.3s;
    border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}
#contents_footer_bnr li:hover {
    border: 2px solid yellow;
}
#contents_footer_bnr li a {
	display: block;
}

#contents_footer_bnr .ttl_main {
	margin-bottom: 30px;
}
#contents_footer_bnr .ttl_main b {
	color: #FFFFFF;
}
#contents_footer_bnr .ttl_main span {
	color: #FFFFFF;
}

/***************************************************************************
ribbon_box
****************************************************************************/

.ribbon_box {    
    position: relative;
    margin: 0 auto;
    padding: 100px 20px 100px 20px;
    width: 100%;
    background: #EEEEEE;
  }
.ribbon17 {
    position: absolute;
    left: 0;
    top: 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-right: 10px;
	height: 25px;
    font-size: 10px;
	line-height: 1em;
	letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #70C7FF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
	z-index: 99;
}
.ribbon17:before {
    position: absolute;
    content: '';
    top: 0;
    left: -6px;
    height: 30px;
    width: 7px;
    background: #70C7FF;
    border-radius: 4px 0 0 4px;
}
.ribbon17:after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: -5px;
    border: none;
    height: 5px;
    width: 5px;
    background: #4d99ca;
    border-radius: 5px 0 0 5px;
}

.ribbon20_outline {
	text-align: center;
}
.ribbon20 {
    display: inline-block;
    position: relative;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    -ms-transform: rotate(-10deg) skew(-17deg,4deg);
    -webkit-transform: rotate(-10deg) skew(-17deg,4deg);
    transform: rotate(-10deg) skew(-17deg,4deg);
}
.ribbon20:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #eb9920;
    bottom: -7px;
    left: -15px;
    z-index: -2;
}

.ribbon20:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #eb9920;
    bottom: -10px;
    right: -25px;
    z-index: -2;
}

.ribbon20 strong {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 20px;
    line-height: 45px;
    font-size: 18px;
    color: white;
    background: #f8aa37;
}
.ribbon20 strong:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 7px transparent;
    border-right: solid 25px #c6821e;
}
.ribbon20 strong:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #c6821e;
}

/***************************************************************************
effect
****************************************************************************/

.effect b:nth-child(5n+1) { color: #E46C38; }
.effect b:nth-child(5n+2) { color: #F7BD52; }
.effect b:nth-child(5n+3) { color: #95C84F; }
.effect b:nth-child(5n+4) { color: #71BDE1; }
.effect b:nth-child(5n) { color: #BFA5C8; }

.effect b {
	display: inline-block;
}

.effect b:nth-child(odd) {
	opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s, transform 0.5s;
}
.effect b:nth-child(even) {
	opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s, transform 0.5s;
}
.effect.effect_inview b {
	opacity: 1;
    transform: translateY(0px);
}

.effect.effect_inview b:nth-child(1) { transition-delay: 0.05s; }
.effect.effect_inview b:nth-child(2) { transition-delay: 0.1s; }
.effect.effect_inview b:nth-child(3) { transition-delay: 0.15s; }
.effect.effect_inview b:nth-child(4) { transition-delay: 0.2s; }
.effect.effect_inview b:nth-child(5) { transition-delay: 0.25s; }
.effect.effect_inview b:nth-child(6) { transition-delay: 0.3s; }
.effect.effect_inview b:nth-child(7) { transition-delay: 0.35s; }
.effect.effect_inview b:nth-child(8) { transition-delay: 0.4s; }
.effect.effect_inview b:nth-child(9) { transition-delay: 0.45s; }
.effect.effect_inview b:nth-child(10) { transition-delay: 0.5s; }
.effect.effect_inview b:nth-child(11) { transition-delay: 0.55s; }
.effect.effect_inview b:nth-child(12) { transition-delay: 0.6s; }
.effect.effect_inview b:nth-child(13) { transition-delay: 0.65s; }
.effect.effect_inview b:nth-child(14) { transition-delay: 0.7s; }
.effect.effect_inview b:nth-child(15) { transition-delay: 0.75s; }
.effect.effect_inview b:nth-child(16) { transition-delay: 0.8s; }
.effect.effect_inview b:nth-child(17) { transition-delay: 0.85s; }
.effect.effect_inview b:nth-child(18) { transition-delay: 0.9s; }
.effect.effect_inview b:nth-child(19) { transition-delay: 0.95s; }
.effect.effect_inview b:nth-child(20) { transition-delay: 1s; }


/***************************************************************************
ttl_main
****************************************************************************/

.ttl_main {
    text-align: center;
}
.ttl_main div {
    font-size: 40px;
	line-height: 1;
    color: #00C2D1;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
}
.ttl_main span {
	display: block;
    font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}

.num_02 .ttl_main div {
	font-family: 'Baloo Tammudu', cursive;
}
.num_03 .ttl_main div {
	font-family: 'Londrina Shadow', cursive;
}

/***************************************************************************
ttl_sub
****************************************************************************/

.ttl_sub {
	text-align: center;
}
.ttl_sub div {
	display: inline-block;
	margin: 0px auto 10px auto;
	padding-bottom: 5px;
	font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
	border-bottom: 1px solid #000000;
}
.ttl_sub div:before,.ttl_sub div:after {
    display: inline-block;
	opacity: 0.8;
}
.ttl_sub div:before {
    content: "＼";
}
.ttl_sub div:after {
    content: "／";
}

.ttl_sub span {
	display: block;
    font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}

.num_02 .ttl_sub div {
	font-family: 'Baloo Tammudu', cursive;
}
.num_03 .ttl_sub div {
	font-family: 'Londrina Shadow', cursive;
}

