@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
	color: #02645F;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style: none;
}

table{
    border-collapse: collapse; 
    border-spacing: 0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline: none;
}

body{
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.trim img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.public_sans{
	font-family: "Public Sans";
}

p,
a,
li{
	font-size: 3.6vw;
	line-height: 170%;
    font-weight: 500;
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.pc{
	display: none;
}

.photo{
	line-height: 0;
}

.gradation_bg01{
	background: linear-gradient(to bottom,rgba(179,214,213,.97) 0%,rgba(179,214,213,0) 50%);
}

.gradation_bg02{
	background: linear-gradient(to bottom,rgba(98,171,169,.97) 0%,rgba(98,171,169,0) 50%);
}

.inner{
    padding-left: 2vw;
    padding-right: 2vw;
}

#wrap{
    padding: 0 0 0;
	position: relative;
    overflow: hidden;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 0 0;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
    background: #fff;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	padding: 0;
	width: 75vw;
    max-width: 100%;
    height: 20vw;
	font-size: 4.1vw;
    font-weight: 500;
    letter-spacing: 0.10em;
    line-height: 170%;
	color: #fff;
	background: #DA6B6B;
    border: 1px solid #DA6B6B;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}

.anime_btn a svg{
	margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5vw;
    width: 6vw;
}


@media screen and (min-width : 768px){
    
    #wrap{
        min-width: calc(1060px + 40px);
    }
    
    .inner{
    	margin: auto;
        padding-left: 20px;
        padding-right: 20px;
    	width: calc(1060px + 40px);
		box-sizing: border-box;
    }
    
    .content_bg_wrap .inner{
        padding-left: 0;
        padding-right: 0;
    	width: 1060px;
    }
	
	p,
	a,
	li{
		font-size: 18px;
	}
    
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	.sp{
		display: none;
	}

	.pc{
		display: inherit;
	}

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


	/* anime_btn
	   ================================================================== */
	.anime_btn a{
		width: 496px;
        height: 70px;
		font-size: 18px;
        transition: .3s;
	}
	
	.anime_btn a:hover{
		background: #fff;
        color: #DA6B6B;
	}
	
    .anime_btn a svg{
        right: 35px;
        width: 23px;
    }
	
    .anime_btn a svg path{
        transition: .3s;
    }
	
    .anime_btn a:hover svg path{
        fill: #DA6B6B !important;
    }

	
}
