@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes headerFixed { 0% { transform: translateY(-90px); }
  100% { transform: translateY(0px); } }
@keyframes SlideIn { 0% { opacity: 0; transform: translateY(-90px); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes loop { 0% { transform: translateX(100%); }
  to { transform: translateX(-100%); } }
@keyframes loop2 { 0% { transform: translateX(0); }
  to { transform: translateX(-200%); } }
#contents { margin-top: 70px; }

.header { background: #fff; }
.header .header__menu-nav ul li a { color: #000; }

.titleimg { margin-bottom: 60px; }
.titleimg__wrap { background: url("/img/concept/titleimg.jpg") center/cover no-repeat; }

#copy { padding-top: 100px; margin-top: -100px; }

.concept { margin-bottom: 50px; }
.concept .concept__ttl { margin-bottom: 30px; font-size: 1.6rem; color: #004ea7; line-height: 1.875; letter-spacing: 0.1em; }
@media (min-width: 769px) { .concept .concept__ttl { font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 2.2792022792 ); } }
@media (min-width: 1120px) { .concept .concept__ttl { font-size: 2.4rem; } }
.concept .concept__copy { max-width: 1030px; margin: auto; }
.concept .concept__copy .concept__logo { width: 50%; max-width: 300px; margin: auto; margin-bottom: 30px; }
.concept .concept__copy .concept__txt { font-size: 1.4rem; line-height: 2.1111111111; letter-spacing: 0.1em; }
@media (min-width: 769px) { .concept .concept__copy .concept__txt { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.1396011396 ); } }
@media (min-width: 1120px) { .concept .concept__copy .concept__txt { font-size: 1.8rem; } }

.goal { padding-top: 100px; margin-top: -100px; }
.goal .goal__bg { padding: 60px 0; background: #f3f6fa; }
.goal .goal__read { margin-bottom: 40px; font-size: 1.4rem; line-height: 2.3333333333; text-align: center; }
@media (min-width: 769px) { .goal .goal__read { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.1396011396 ); } }
@media (min-width: 1120px) { .goal .goal__read { font-size: 1.8rem; } }
.goal .goal__read p { margin-bottom: 25px; }
.goal .goal__main { font-size: 1.6rem; color: #004ea7; font-weight: bold; text-align: center; line-height: 1.9090909091; letter-spacing: 0.1em; }
@media (min-width: 769px) { .goal .goal__main { font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.7094017094 ); } }
@media (min-width: 1120px) { .goal .goal__main { font-size: 2.2rem; } }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .titleimg { margin-bottom: 90px; }
  .concept { margin-bottom: 100px; }
  .concept .concept__copy { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .concept .concept__copy .concept__logo { flex: 0 1 20%; width: 20%; max-width: 20%; margin: 0; }
  .concept .concept__copy .concept__txt { flex: 0 1 73%; width: 73%; max-width: 73%; }
  .goal .goal__bg { padding: 80px 0; }
  .goal .common__ttl { margin-bottom: 5%; }
  .goal .goal__read { margin-bottom: 50px; }
  .goal .goal__main { margin-bottom: 20px; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1181px) { #contents { margin-top: 100px; } }

/*# sourceMappingURL=style.css.map */
