<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";/*! ********************************************************************-
CSS Document
※このCSSはSassから生成されています

 - ******************************************************************** */
   
body {
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	/* outline: 1px solid magenta; */
	font-family:'Noto Sans JP', sans-serif;
}
#Wrapper{
	position: relative;
	overflow: hidden;
}
p, li {
	line-height: 3rem;
	font-size: 16px;
	margin: 0;
}
img {
	object-fit: cover;
	width: 100%;
	height: auto;
}
h1 {
	font-size: 28px;
}





/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,a.btn--orange {
  color: #fff;
  background-color: #eb8500;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #ffa32b;
}



.Top_section {
	display: flex;
	justify-content: space-between;
	margin: 15px 30px;
	align-items: center;
}
.Top_section img{
	width: 10vw;
    height: auto;
    text-align: left;
}
.Hero_section div:nth-of-type(2){
	display: none;
}
#Contact_sp {
	position: absolute;
    top: 5.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 999;
	display: none;
	margin-top: 10px;
}






main {
	margin: 0 auto;
}



#Section_space {
	margin: 120px auto;
	width: 80vw;
}
#Section_space h1{
	text-align: center;
	margin-bottom: 50px;
}
.Third_pic_2 {
	display: none;
}





.Third_section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.Third_section div{
	width: 37vw;
}
.Third_section h1{
	margin-top: 0;
}
.Third_pic_top {
	display: none;
}





.Fourth_section {
	width: 100%;
	height: auto;
}
.Fourth_section ul{
	width: 37vw;
}
.Merit_list {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}
.Merit_list ul{
	border: #fa924e 5px solid;
	border-radius: 30px;
	padding: 20px 40px;
}
.Merit_list ul:nth-of-type(2){
	border: #285eb5 5px solid;
}
.Merit_list li{
	margin-bottom: 10px;
}
.Merit_list h2{
	margin-bottom: 30px;
	font-size: 1.8rem;
}






/* レスポンシブここから */
/* Larger devices */
@media screen and (min-width: 1440px) {
	
}
/* Large devices */
@media screen and (max-width: 1440px) {
	
}
/* Large devices (desktops, 992px and up) */
/* iPadPro縦/iPad横 */
@media screen and (max-width: 1199px) {
	.Third_section {
		display: block;
	}
	.Third_section div {
		width: 100%;
	}
	.Third_section h1 {
		margin-top: 50px;
	}
	.Third_pic_1 {
		display: none;
	}
	.Third_pic_2 {
		display: block;
	}
	.Third_pic_right {
		display: none;
	}
	.Third_pic_top {
		display: block;
	}
	.Third_pic_top p{
		margin-top: 50px;
	}
}
/* Medium devices(tablets, 768px and up) */
/* iPad縦/iPhoneX横 */
@media screen and (max-width: 991px){  
	.Merit_list {
		display: block;
	}
	.Fourth_section ul {
		width: 100%;
	}
	.Merit_list ul:nth-of-type(1) {
		margin-bottom: 50px;
	}
}
/* Small devices(landscape phones, 576px and up) */
/* iPhone6,7,8Plus横/iPhone6,7,8横 */
@media screen and (max-width: 767px) {

}
/* Extra small devices(portrait phones, less than 576px) */
@media screen and (max-width: 575px) {
	.Third_pic_1 {
		display: block;
	}
	.Third_pic_2 {
		display: none;
	}
	.Hero_section div:nth-of-type(1){
		display: none;
	}
	.Hero_section div:nth-of-type(2){
		display: block;
	}
	#Contact_sp {
		display: block;
		width: 80vw;
		margin: 0 auto;
		text-align: center;
	}
	#Contact_pc {
		display: none;
	}
	h1 {
		font-size: 23px;
		line-height: 3.5rem;
	}
	.Merit_list ul {
		border: #fa924e 5px solid;
		border-radius: 30px;
		padding: 10px 25px;
	}
	#Section_space {
		margin: 60px auto;
		width: 85vw;
	}
	.Third_pic_top p {
		margin-top: 30px;
	}
	#Section_space h1{
		margin-bottom: 30px;
	}
	.Merit_list {
		margin-top: 30px;
	}
	.Merit_list ul:nth-of-type(1) {
		margin-bottom: 30px;
	}
	.Top_section {
		margin: 10px 20px;
	}
}
/* レスポンシブここまで */





.Fifth_section {
	display: block;
	justify-content: space-between;
	align-items: flex-end;
}
.Fifth_section p {
	margin-top: 50px;
}





.Sixth_cover {
	background-color: #f7f7f7;
	padding: 10px 0;
	position: relative;
}
.Sixth_section img, .Seventh_section img{
	width: 37vw;
	height: auto;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.Simulate_01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.arrow_box img{
	width: 20px;
	height: auto;
}
.Simulate_02 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.Simulate_03 img{
	width: 95%;
	height: auto;
}
.Sixth_cover h1{
	font-size: 3.5rem;
}
.Simulate_04 img{
	position: absolute;
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 20px;
	height: auto;
	z-index: 999;
}





.Seventh_cover {
	background-color: #fff5e1;
	padding: 10px 0;
	position: relative;
}
.Seventh_cover .Simulate_03 img{
	margin-bottom: 0;
}
.Simulate_01_01 {
	position: absolute;
	top: 47%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.Simulate_01_01 img{
	width: 9vw;
	height: auto;
}
.arrow_box img:nth-of-type(2){
	display: none;
}




.Eighth_cover {
	background-image: url(../img/bg_1.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 30px 0;
}
.Eighth_cover p{
	line-height: 3.5rem;
	color: #004AAD;
	font-weight: bold;
}






.Ninth_section div:nth-of-type(1){
	background-image: url(../img/start_logo_img.svg);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
	padding: 30px 0 120px;
}
.Ninth_cover  .Contact_button{
	text-align: center;
}
.Ninth_cover {
	margin-bottom: 50px;
}




footer {
	background-color: #f7f7f7;
	margin: 0 auto;
	justify-content: space-around;
	align-content: space-between;
	padding-top: 100px;
	padding-bottom: 80px;
}
footer section{
	display: flex;
	flex-wrap: wrap;
}
#footer_box {
	margin: 30px auto;
}
#footer_box div p{
	margin: 0;
}
#footer_box div p:nth-of-type(2){
	margin-bottom: 50px;
}
.right_block a{
	color: inherit;
}
footer h1{
	margin-bottom: 90px;
}
footer p{
	font-size: 18px;
}
#footer_box h1 a{
	color: inherit;
	text-decoration:none;
}





/* レスポンシブここから */
/* Larger devices */
@media screen and (min-width: 1440px) {
	
}
/* Large devices */
@media screen and (max-width: 1440px) {
	
}
/* Large devices (desktops, 992px and up) */
/* iPadPro縦/iPad横 */
@media screen and (max-width: 1199px) {
	
}
/* Medium devices(tablets, 768px and up) */
/* iPad縦/iPhoneX横 */
@media screen and (max-width: 991px){  
}
/* Small devices(landscape phones, 576px and up) */
/* iPhone6,7,8Plus横/iPhone6,7,8横 */
@media screen and (max-width: 767px) {
	footer section{
		width: 80vw;
		margin: 0 auto;
	}
	footer h1 {
		margin-bottom: 50px;
	}
	#footer_box:nth-of-type(1){
		margin-bottom: 50px;
	}
	#footer_box div:nth-of-type(2) p {
		margin-bottom: 0px;
	}
	#footer_box {
		margin: 0;
	}
}
/* Extra small devices(portrait phones, less than 576px) */
@media screen and (max-width: 575px) {
	.Simulate_01 {
		display: block;
	}
	.Sixth_section img, .Seventh_section img {
		width: 80%;
		height: auto;
	}
	.Sixth_section, .Seventh_section {
		text-align: center;
	}
	.Simulate_04 img {
		position: absolute;
		top: 98%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 15px;
		height: auto;
		z-index: 999;
	}
	.arrow_box {
		width: 25px;
		height: auto;
		margin: 0 auto;
	}
	.arrow_box img:nth-of-type(1){
		display: none;
	}
	.arrow_box img:nth-of-type(2){
		display: block;
	}
	.Simulate_02 {
		text-align: center;
		margin: 0;
	}
	.Sixth_section .Simulate_03 img{
		width: 100%;
	}
	.Seventh_section .Simulate_03 img{
		width: 100%;
	}
	.Sixth_section img, .Seventh_section img {
		margin-bottom: 45px;
	}
	.Simulate_01_01 {
		position: absolute;
		top: 35%;
		left: 78%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 20vw;
		height: auto;
	}
	.Sixth_cover h1 {
		font-size: 2.3rem;
	}
	.Eighth_cover {
		padding: 10px 0;
	}
	.Ninth_section div:nth-of-type(1) {
		padding: 10px 0 60px;
	}
	.Ninth_cover {
		margin-bottom: 80px;
	}
	.Fifth_section p {
		margin-top: 30px;
	}
	footer {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/* レスポンシブここまで */
</pre></body></html>