@charset "utf-8";
/*
Theme Name: robow
Template: twentytwenty
*/


/* reset-------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 62.5%; /* -> 10px */
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	overflow: visible
}
ul, dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color :#fff;
	outline: none;
	cursor: pointer;
	display: block;
}
a:hover {
	opacity: 0.7;
}
a:focus {
	outline: none;
}
a[href^="tel:"] {
	color: white;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	border-radius: 0;
	/* background: transparent; */
}
button,
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label {
	background: #ff0000;
}
article p a {
	color: #000;
}

/*ナビゲーション設定*/
.active {
	transform: translateX(0)!important;
	transition: all 500ms 0s ease-out;
}

.navToggle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 2rem;
	height: 1.5rem;
	z-index: 10000;
}
.navToggle span{
	position: absolute;
	display: block;
	width: 2rem;
	height: 0.2rem;
	background: #0093FF;
	left: 0rem;
}
.navToggle span:first-child {
	top: 0rem;
}
.navToggle span:nth-child(2){
	top: 0.6rem;
}
.navToggle span:last-child {
	top: 1.2rem;
}
/* active時 */
.navToggle.active span:first-child {
	top: 0.7rem;
	left: -0.4rem;
	transform: rotate(45deg) translate(-50% , -50%);
}
.navToggle.active span:nth-child(2) {
	display: none;
}
.navToggle.active span:last-child{
	top: -0.7rem;
	left: -0.3rem;
	transform: rotate(-45deg) translate(-50% , -50%);
}

.main_nav {
	transform: translateX(100%);
	position: fixed;
	top: 8rem;
	right: 0rem;
}
.main_nav>ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.main_nav>ul li {
	width: 3rem;
	margin: 0 2rem 0 0;
}
.toggle_box01 {
	width: 5rem;
	height: 5rem;
	background: #0093FF;
	position: relative;
}
.toggle_box02 {
	width: 3rem;
	height: 3rem;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}


/*common*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
body {
	font-family: 'Noto Sans Japanese', sans-serif;
}
.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}
.hide{ display: none;}
.btn{ display: block;}
.sp_only{ display: block;}
.tb_only{ display: block;}
.pc_only{ display: none;}
.ma_c{margin: 0 auto!important;}
img {
	width: 100%;
}
section {
	margin: 10rem 0 10rem 0;
}
h2 {
	font-size: calc(1.6rem + 0.2 *(100vw - 32rem)/30);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5rem;
	color: #006CFF;
	margin: 0 0 5rem 0;
}
h3{
	font-size: calc(1.6rem + 0.2 *(100vw - 32rem)/30);
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.5rem;
	color: #006CFF;
	margin: 0 0 1rem 0;
}
p,li {
	font-size: calc(1.3rem + 0.2 *(100vw - 32rem)/30);
	line-height: 3rem;
}
span {
	font-size: calc(1.3rem + 0.2 *(100vw - 32rem)/30);
}
.text_box {
	width: 90%;
	max-width: 70rem;
	margin: 0 auto;
}
.btn {
	width: 90%;
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
	margin: 0 auto;
	border-radius: 0.5rem;
	color: #fff;
	background: #0093FF;
}


/*ヘッダー-------------------------------------------------------------*/
header {
	width: 100%;
	height: fit-content;
}
.header_nav {
	width: 100%;
	height: 6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.header_nav .logo {
	width: 40vw;
	max-width: 28rem;
	margin: 0 0 0 1rem;
}


/*メインヴィジュアル-----------------------------------------------------*/
.main_visual {
	width: 100%;
	height: 80vh;
	max-height: 78.6rem;
	background-image: url(images/main_visual.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.main_visual img {
	width: 70%;
	max-width: 82rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*greeting-------------------------------------------------------------*/
.greeting_container {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}
.greeting_container img {
	width: 90%;
	max-width: 54rem;
}
.text_box p:first-child {
	margin: 0 auto 2rem;
}
.text_box p:last-child {
	line-height: 2rem;
	margin: 0 0 5rem 0;
}


/*about-------------------------------------------------------------*/
.about {
	color: #fff;
	background: #2571D8;
	padding: 5rem 0 7rem 0;
}
.about h2 {
	color: #fff;
}
.about_container {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}
.about img {
	width: 25%;
	max-width: 31rem;
	margin: 0 0 5rem 0;
}


/*contents-------------------------------------------------------------*/
.contents_container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 3rem 0;
}
.contents_container dl {
	width: 13rem;
	max-width: 17rem;
	text-align: center;
	margin: 1rem 1rem 1rem 1rem;
} 
.contents_container dt {
	margin: 0 0 1rem 0;
}
.contents_container dd {
	font-size: 1.8rem;
	margin: 0 0 1rem 0;
}
.contents_container .title_2022 {
	font-size: 1.1rem;
	display: block;
}


/*フッター-------------------------------------------------------------*/
footer {
	margin: 0 0 4rem 0;
}
.link_box {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	margin: 0 0 3rem 0;
}
.link_btn {
	width: 95%;
	height: 5rem;
	font-size: 1rem;
	line-height: 5rem;
	text-align: center;
	background: #0093FF;
	margin: 0 auto 2rem;
}
.link_btn:last-child {
	background: #27AA69;
}
footer p {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	font-size: 1.1rem;
	line-height: 1.8rem;
}

article {
	max-width: 100rem;
	padding: 2rem;
	min-height: 30rem;
}
.next-pre {
    max-width: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 35px auto;
}
.next-pre span a {
    background-color: #006cff;
    display: block;
    width: 65px;
    text-align: center;
    border-radius: 5px;
    font-size: 1.3rem;
    height: 3rem;
    line-height: 3rem;
}


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

	/*common*/
	section {
		margin: 10rem 0 13rem 0;
	}
	h2 {
		font-size: 2.4rem;
	}
	p,li {
		font-size: 1.8rem;
	}
	.sp_only {
		display: none;
	}
	.btn {
		font-size: 1.4rem;
	}
	.link_btn {
		font-size: 1.4rem;
	}
	article {
		width: 80%;
		margin: 0px auto;
	}
}

@media screen and (min-width: 1024px) {

	/*greeting-------------------------------------------------------------*/
	.greeting {
		width: 95%;
		max-width: 140rem;
		margin: 10rem auto 13rem;
	}
	.greeting_container {
		flex-flow: row nowrap;
	}
	.greeting_container .text_box {
		width: 60vw;
	}
	.greeting_container img {
		width: 30vw;
	}


	/*about-------------------------------------------------------------*/
	.about_container {
		flex-flow: row nowrap;
	}
	.about img {
		margin: 0 8rem 0 8rem;
	}
	.about .text_box {
		width: 50vw;
		max-width: 88rem;
		margin: 0 0 0 0;
	}


	/*contents-----------------------------------------------------------*/
	.contents_container dl {
		width: 14vw;
		margin: 2rem 2rem 2rem 2rem;
	}


	/*フッター------------------------------------------------------------*/
	.link_box {
		flex-flow: row nowrap;
		justify-content: space-between;
		margin: 0 0 4rem 0;
	}
	.link_btn {
		margin: 0 0 0 0;
	}
	.link_btn:last-child {
		margin: 0 0 0 1rem;
	}
	footer p {
		flex-flow: row nowrap;
		justify-content: center;
	}
	small {
		margin: 0 0 0 2rem;
	}
}













