@charset "UTF-8";

html {
  font-size: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f0f0f0;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
}

p {
  font-size: 90%;
}

a {
  color: #000;
  font-size: 100%;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.bluetext {
  color:#4da4ff;
  font-weight:bold;
  font-size: 125%;
  margin-bottom: 75px;
}

.bluetext2 {
  color:#4da4ff;
  font-weight:bold;
  font-size: 95%;
}

.redtext {
  color: #ef525e;
  font-weight:bold;
  font-size: 95%;
}

.orangetext {
  color: #ff6600;
  font-weight:bold;
  font-size: 95%;
}

.greentext {
  color: #008000;
  font-weight:bold;
  font-size: 95%;
}

.logo {
  width: 125px;
  margin-right: 75px;
  margin-left: 25px;
}

.logo a {
  display: block;
}

.section-title {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 50px;
}
/*
疑似要素を使って下線を引く
*/
.section-title::after {
  content: "";
  width: 400px;
  height: 1px;
  background-color: #4da4ff;
  display: block;
}
/*
「display: inline-block;」を設定してブロック化することで、
改行されてmargin-bottomが使用できるようになる
*/
.section-title .ja {
  display: block;
  font-size: 120%;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.section-title .en {
  display: block;
  font-size: 55%;
  color: #4da4ff;
  font-weight:bold;
  margin-bottom: 36px;
  letter-spacing: 6px;
}
/*
横幅を設定するための共通クラス
*/
.wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.wrapper2 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 75px 15px;
  background-color: #fff;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  background-color: #fff;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inner {
  display: flex;
  align-items: center;
}
#header .inner ul {
  display: flex;
  align-items: center;
}
#header .inner li {
  margin-right: 30px;
}
#header .inner li:last-child {
  margin-right: 0;
}

#header .inner a:hover {
  color: #4da4ff;
}

#header .contact-btn {
  width: 200px;
  height: 100px;
  line-height: 100px;
  background-color: #0c2367;
  color: #fff;
  font-size: 100%;
  display: inline-block;
  text-align: center;
}
#header .contact-btn:hover {
  background-color: #004ea0;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/

.mv img {
  width: 100%;
  object-fit: cover;
}

.title-photo {
  margin-bottom: 100px;
}

.title-photo img {
  width: 100%;
  object-fit: cover;
}

.big-photo img {
  width: 80%;
  margin-left: 120px;
}


/*-------------------------------------------
About
-------------------------------------------*/
#about {
  display: flex;
  margin-bottom: 100px;
}
#about .img {
  width: 55%;
}
#about .img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#about .text {
  width: 45%;
  padding: 50px 5% 50px 5%;
}
#about .text p {
  line-height: 2;
}

/*-------------------------------------------
Kadai
-------------------------------------------*/

#kadai {
  display: block;
  margin-bottom: 150px;
}

#kadai .text {
  display: block;
  width: 100%;
  padding: 0 5% 0 5%;
  margin-bottom: 50px;
}

#kadai .text p {
  line-height: 2;
}

/*-------------------------------------------
Detail
-------------------------------------------*/
#detail {
  display: flex;
  margin-bottom: 100px;
}
#detail .img {
  width: 55%;
}
#detail .img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#detail .text {
  width: 45%;
  padding: 50px 5% 50px 5%;
}
#detail .text p {
  line-height: 2;
}

/*-------------------------------------------
Taisei
-------------------------------------------*/

#taisei {
  display: block;
  margin-bottom: 150px;
}

#taisei .text {
  display: block;
  width: 100%;
  padding: 0 5% 0 5%;
  margin-bottom: 50px;
}

#taisei .text p {
  line-height: 2;
}


/*-------------------------------------------
Support
-------------------------------------------*/

#support {
  display: block;
  margin-bottom: 150px;
}

#support .text {
  display: block;
  width: 100%;
  padding: 0 5% 0 5%;
  margin-bottom: 50px;
}

#support .text p {
  line-height: 2;
}


/*-------------------------------------------
Price
-------------------------------------------*/

#price {
  display: block;
  margin-bottom: 150px;
}

#price .text {
  display: block;
  width: 100%;
  padding: 0 5% 0 5%;
  margin-bottom: 50px;
}

#price .text p {
  line-height: 2;
}


/*-------------------------------------------
Contact
-------------------------------------------*/

#contact {
  display: block;
  margin-bottom: 125px;
}

#contact .text {
  display: block;
  width: 100%;
  padding: 0 5% 0 5%;
  margin-bottom: 50px;
}

#contact .text p {
  line-height: 2;
}

/*-------------------------------------------
footer
-------------------------------------------*/

.footer {
  padding: 25px;
  font-size: 85%;
  color: #000;
  background: #fff;
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  color: #4da4ff;
}

.footer hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #f0f0f0;
  margin: 30 0;
}

.footer-navi {
  display: block;
  margin-left: 40px;
}

.footer-navi li {
  display: inline-block;
}

.footer-navi li:not(:last-child) {
  margin-right: 20px;
}

.footer-logo {
  display: block;
  margin-bottom: 25px;
}

.footer-logo img {
  width: 85px;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: center;
}

.copyright {
  text-align: center;
  margin-top: 15px;
}



/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 900px) {
  .logo {
	  width: 80px;
	  margin-top: 15px;
	  margin-bottom: 15px;
  }
  .section-title {
    margin-bottom: 24px;
  }
  .section-title .ja {
    margin-bottom: 24px;
  }


	
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header .inner {
    flex-direction: column;
    align-items: flex-start;
  }
	
  #header .inner li {
	padding-left: 5px;
	font-size: 55%;
	margin-right: 8px;
    margin-bottom: 5px;
  }

  #header .contact-btn {
	font-size: 70%;
  }
	
  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
	
  .mv img {
    height: 350px;
  }

  .mv  {
  margin-bottom: 0px;
  }
	
  .title-photo {
  margin-bottom: 50px;
}
	
  .title-photo img {
    height: 175px;
  }
	
  .big-photo img {
  width: 100%;
  margin-left: 0px;
  }

	
.section-title .ja {
  font-size: 70%;
}
	
.section-title .en {
  font-size: 45%;
}
	
.bluetext {
  color:#4da4ff;
  font-weight:bold;
  font-size: 110%;
  margin-bottom: 75px;
}
	
  /*-------------------------------------------
  About
  -------------------------------------------*/
  #about {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  #about .img {
    width: 100%;
    margin-top: 50px;
  }
  #about .img img {
    height: 325px;
	  
  }
  #about .text {
    width: 100%;
    padding: 0 15px;
  }
	
  /*-------------------------------------------
  Kadai
  -------------------------------------------*/

#kadai {
  margin-bottom: 100px;
}
	
  #kadai .text {
    margin-bottom: 75px;
  }
	
  #kadai .text {
    width: 100%;
    padding: 0 15px;
  }
	
	
  /*-------------------------------------------
  Detail
  -------------------------------------------*/
  #detail {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  #detail .img {
    width: 100%;
    margin-top: 50px;
  }
  #detail .img img {
    height: 325px;
	  
  }
  #detail .text {
    width: 100%;
    padding: 0 15px;
  }

  /*-------------------------------------------
  Taisei
  -------------------------------------------*/

#taisei {
  margin-bottom: 100px;
}
	
  #taisei .text {
    width: 100%;
    padding: 0 15px;
  }
	
  /*-------------------------------------------
  Support
  -------------------------------------------*/

#support {
  margin-bottom: 100px;
}
	
  #support .text {
    width: 100%;
    padding: 0 15px;
  }
	
  /*-------------------------------------------
  Price
  -------------------------------------------*/

#price {
  margin-bottom: 100px;
}
	
	
  #price .text {
    width: 100%;
    padding: 0 15px;
  }

  /*-------------------------------------------
  Contact
  -------------------------------------------*/
	
  #contact {
    margin-bottom: 75px;
  }
	
  #contact .text {
    width: 100%;
    padding: 0 15px;
  }
	
  /*-------------------------------------------
  footer
  -------------------------------------------*/
	
.footer {
  font-size: 40%;
}
	
.footer-logo {
  margin-right: 15px;
}
.footer-logo img {
  width: 45px;
}

.footer-navi {
  margin-left: 0px;
  margin-right: 0px;
}	
	
.footer-navi li{
  margin-left: 0px;
  margin-right: 0px;
}	

}

  /*-------------------------------------------
  ボタン
  -------------------------------------------*/
.btn-style6 { display: inline-block; font-weight: 600; text-align: center; text-decoration: none; cursor: pointer; border: 1.5px solid #4da4ff; background-color: transparent; color: #4da4ff; transition: color 0.3s; position: relative; z-index: 1; overflow: hidden; }
.btn-style6::before { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%; background-color: #4da4ff; transition: width 0.3s ease; z-index: -1; }
.btn-style6:hover { color: #ffffff; }
.btn-style6:hover::before { width: 100%; }

.size-small { font-size: 0.85rem; padding: 0.5em 2em; }

.width-auto { display: inline-block; width: auto; }
.width-full { display: block; width: 100%; box-sizing: border-box; }

.radius-large { border-radius: 50px; }
  /*-------------------------------------------
  スペース
  -------------------------------------------*/

.mt20 {
		margin-top: 20px;
}

.mt25 {
		margin-top: 25px;
}

.mt50 {
		margin-top: 50px;
}

.mt75 {
		margin-top: 75px;
}

.mt100 {
		margin-top: 100px;
}

.mt125 {
		margin-top: 125px;
}

.mt150 {
		margin-top: 150px;
}

.mt200 {
		margin-top: 200px;
}

.mb20 {
		margin-bottom: 20px;
}

.mb25 {
		margin-bottom: 25px;
}

.mb50 {
		margin-bottom: 50px;
}

.mb75 {
		margin-bottom: 75px;
}

.mb100 {
		margin-bottom: 100px;
}

.mb125 {
		margin-bottom: 125px;
}

.mb150 {
		margin-bottom: 150px;
}

.mb200 {
		margin-bottom: 200px;
}

  /*-------------------------------------------
  スペース
  -------------------------------------------*/