@charset "UTF-8";

/* -- Reset style
-------------------------------------------------------------------------------- */
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 {
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-text-size-adjust: 100%;
}
html, body {
	min-width: 100%;
	-webkit-overflow-scrolling: touch;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	scroll-behavior: smooth;
}
html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	font: 500 1rem/1 "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans" ,sans-serif;
	color: #000000; /*色後で考える*/
	background: #ffffff; /*色後で考える*/
	text-align: center;
	letter-spacing: 0.08em;
 	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.5;
	min-height: 100vh;
}
article, aside, canvas, details, figcaption, figure,
footer, header, main, div, menu, nav, section, summary {
	display: block;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	font-weight: 700; /*文字太さ後で考える。普通は300～400。100～1000位の間で*/
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
    text-decoration: none;
}
ul, ol {
  	margin: 0;
  	padding: 0;
	list-style: none;
}
img.fit {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.6rem;
  }
}
.wrap {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
	.wrap {
  		padding-left: 10px;
  		padding-right: 10px;
	}
}

/* -- Headerer
-------------------------------------------------------------------------------- */
header {
  width: 100%;
  height: 80px;
}
.header-inner {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 2px solid #d9d9d9;
  background-color: #fff;
}
.header-inner:after {
  content: "";
  display: block;
  clear: both;
}

.header-logo {
  float: left;
  padding-top: 21px;
}
.header-logo div {
  width: 292px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .header-logo {
    padding-top: 22px;
  }
  .header-logo div {
    width: 240px;
    margin: 0;
  }
}
/* モバイル対応 */
@media screen and (max-width: 640px) {
  header {
    height: 55px;
  }
  .header-inner {
    height: 55px;
    border-bottom-width: 1px;
    overflow: hidden;
  }
  .header-logo {
    padding-top: 17px;
  }
  .header-logo div {
    width: 165px;
    margin: 0;
  }
  header {
    background-color: transparent;
    -webkit-transition: background-color 0.25s linear 0.25s;
    -moz-transition: background-color 0.25s linear 0.25s;
    -ms-transition: background-color 0.25s linear 0.25s;
    -o-transition: background-color 0.25s linear 0.25s;
    transition: background-color 0.25s linear 0.25s;
  }
  .active-menu header {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .active-menu header .header-inner {
    height: 115px;
  }
  .active-menu header .header-logo {
    height: 55px;
    overflow: hidden;
  }
}


/* -- Contents
-------------------------------------------------------------------------------- */
main {
	font-size: 1.8rem;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
a:hover {
	opacity: 0.7;
}
header a:hover,
footer a:hover {
	text-decoration: underline;
}
.wrapper {
	max-width: 1400px;
	margin-top: 50px;
}
.catchcopy {
	color: #fff;
	background-color: #00b1ea;
	font-size: 3rem;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.container {
	display: flex;
	justify-content: space-around;
	align-items: top;
	margin-bottom: 50px;
	flex-direction: row;
	text-align: left;
}
.flex-reverse {
	flex-direction: row-reverse;
}
.box1,.box2 {
	width: 45%;
}
.box3,.box4,.box5,.box6 {
	width: 25%;
}
.fontstrong {
	font-weight: 700;
}
.fontbig {
	font-size: 7rem;
}
h1 {
	text-align: center;
	margin-bottom: 40px;
}
h2 {
	font-size: 3rem;
	background: linear-gradient(90deg, #373B44, #4286f4);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	text-align: center;
	padding-top: 40px;
	margin-top: 60px;
	margin-bottom: 60px;
	border-top: 1px solid #bdc3c7;
}
h3 {
	font-size: 2rem;
	margin-top: 20px;
}
h4 {
	font-size: 2rem;
	font-size: 1.8rem;
}
.round-button {
	display: inline-block;
	min-width: 300px;
	height: 60px;
	padding: 0px 10px;
	border-radius: 5px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	-webkit-box-shadow: 0px 3px 0px 0px #000;
	-moz-box-shadow: 0px 3px 0px 0px #000;
	box-shadow: 0px 3px 0px 0px #000;
	margin-bottom: 30px;
}
p {
	font-size: 1.8rem;
}
.round-button.gray-white {
	color: #fff;
	background-color: #dc143c;
}
.round-button.gray-orange {
	color: #fff;
	background-color: #f7b733;
}
.newline-sp {
	display: none;
}
.color-red {
	color: #dc143c;
}
.space1 {
	margin-top: 15px;
}
.space2 {
	margin-top: 80px;
}
.space3 {
	margin-left: 260px;
	margin-right: 260px;
}
.space4 {
	padding-top: 20px;
}
.item-position {
	text-align: center;
}
.item-position2 {
	text-align: left;
}
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;width: 100%;height: auto;
}
.small {
	font-size: 1.4rem;
}
.newline-pc2 {
	display: block;
}
/* モバイル対応 */
@media screen and (max-width: 640px) {
	main {
		font-size: 1.5rem;
	}
	.newline-pc {
		display: none;
	}
	.newline-sp {
		display: inline;
	}
	.newline-pc2 {
		display: inline;
	}
	.newline-sp2 {
		display: block;
	}
	.container {
		flex-direction: column;
	}
	.box1 {
		width: 100%;
		order: 1; 
		margin-top: 20px;
	}
	.box2 {
		width: 100%;
		order: 2;
		margin-top: 20px;
	}
	.box3 {
		width: 90%;
		order: 1;
		margin-top: 20px;
	}
	.box4 {
		width: 90%;
		order: 2;
		margin-top: 20px;
	}
	.box5 {
		width: 90%;
		order: 3;
		margin-top: 20px;
	}
	.box6 {
		width: 90%;
		order: 4;
		margin-top: 20px;
	}
  	.catchcopy {
		font-size: 1.8rem;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 1.6rem;
	}
	h4 {
		font-size: 1.6rem;
	}
	p  {
		font-size: 1.5rem;
	}
	.round-button {
		min-width: 300px;
		height: 35px;
		padding: 0px 10px;
		border-radius: 5px;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 35px;
	}
	.small {
		font-size: 1rem;
  	}
	.space2 {
		margin-top: 30px;
	}
	.space3 {
		margin-left: 20px;
		margin-right: 20px;
	}
	.space4 {
		padding-top: 0px;
	}
}


/* -- Footer
-------------------------------------------------------------------------------- */
.container2 {
	width: 100%;
	height: 80px;
	max-width: 1240px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box7 {
	font-size: 1.8rem;
	width: 30%;
}
.box8 {
	font-size: 1.8rem;
	width: 30%;
}
.box9 {
	font-size: 1.8rem;
	width: 40%;
}
footer small {
	font-size: 1.4rem;
	color: #000000;
}
footer a:hover {
	text-decoration: underline;
}
/* モバイル対応 */
@media screen and (max-width: 640px) {
	.container2 {
		flex-direction: column;
		text-align: center;
		height: 40px;
		margin-top: 40px;
	}
	.box7,.box8,.box9 {
		width: 100%;
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	footer small {
		font-size: 1rem;
	}
}