*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  color: #1a1a1a;
  position: relative;
}


ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
}

a {
  transition: 0.3s;
  color: #559fd2;
}


a:hover {
  opacity: 0.6;
}

.center {
  text-align: center;
}


.pc {
  display: block;
}

.sp {
  display: none;
}


/*width*/


.mid_width {
  width: 1080px;
  padding: 60px;
  margin: 0 auto;
}

.slim_width {
  width: 750px;
  padding: 60px 0;
  margin: 0 auto;
}

.gray {
  margin-top: 120px;
  width: 100%;
  padding: 60px 0;
  background-color: #f5f5f5;
}

.blue {
  margin-top: 120px;
  width: 100%;
  padding: 60px 0;
  background-color: #559fd2;
  color: #fff;
}

.white {
  color: #fff !important;
}

#contact_btn {
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-bottom: -10px;
  z-index: 999;
}

#contact_btn img:hover {
  opacity: 0.8;
}

#contact_btn_sp {
  display: none;
}


/*header*/


header {
  width: 100%;
  height: 75px;
  padding: 10px;
  position: fixed;
  z-index: 1;
}

nav.menu {
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.4s;
}

nav.menu ul {
  background: rgba(26, 26, 26, 0.95);
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

nav.menu ul li {
  list-style-type: none;
  width: 100%;
}

nav.menu ul li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}

nav.menu ul li a:hover {
  color: #559fd2;
}


nav.menu.active {
  transform: translateY(0%);
}


/*main_visual*/

#main_visual {
  position: relative;

}


#main_visual img {
  width: 100%;
}



.btn.entry {
  position: absolute;
  bottom: 100px;
  right: 100px;
  background-color: #ffa000;
  width: 20%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}



/*title*/

.title1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  margin-top: 60px;
}

.title1.ex {
  margin-bottom: 0px;
  margin-top: 0px;
}

#member .title1 {
  margin-bottom: 60px;
}

#support .title1 {
  margin-top: 60px;
  margin-bottom: 0px;
}

#contents .title1 {
  margin-bottom: 40px;
}

#company .title1 {
  margin-bottom: 40px;
}

#contact .title1 {
  margin-bottom: 40px;
}


.title1.extra {
  margin-top: 0px;
  margin-bottom: 0px;
}


.title1.white h2,
.title1.white span {
  color: #fff;
}

.title1 h2 {
  color: #1a1a1a;
  font-size: 40px;
}

.title1 span {
  font-size: 16px;
  margin-bottom: 20px;
}

.title1 h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1.5;
}

.title1 p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #404040;
}


.title2 {
  color: #559fd2;
  padding-left: 26px;
  border-left: 8px solid #559fd2;
  font-size: 34px;
  margin-bottom: 40px;
}


.title2.center {
  color: #559fd2;
  text-align: center;
  display: block;
  width: 200px;
  margin: 0 auto;
}


.title3 {
  display: block;
  background-color: #559fd2;
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 280px;
  margin: 0 auto;
  height: 52px;
  line-height: 52px;
  margin-bottom: 40px;
  border-radius: 50px;
  margin-top: 50px;
}

.profile .title3 {
  margin: 0;
  margin-bottom: 40px;
}

.title3.white {
  background-color: #fff;
  color: #559fd2 !important;
  font-size: 16px;
  width: 188px;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  margin-top: 10px;
}


.title3.yellow {
  background-color: #ffc400;
  color: #fff;
  font-size: 18px;
  width: 360px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 10px;
}


.title3.flow {
  background-color: #fff;
  color: #559fd2;
  font-size: 20px;
  width: 420px;
  margin: 0 auto;
  height: 78px;
  line-height: 78px;
  font-weight: bold;
  margin-top: 10px;
}

.arrow {
  text-align: center;
  margin-top: 10px;
}


.title4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1.5;
}

.title5 {
  font-size: 24px;
  color: #fff;
  text-align-last: center;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
}


.title6 {
  font-size: 18px;
  font-weight: bold;
  display: block;
}


.price {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  margin-top: -10px;
}

.price span {
  font-family: din-condensed, sans-serif;
  font-size: 70px;
  letter-spacing: -3px;
}

.detail {
  margin-top: -30px;
  color: #fff;
}

.item .title3:first-child {
  margin-top: 0px;
}




/*contents*/

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.flow {
  justify-content: space-between;
  padding: 0 40px;
}


.container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.flex .item .txt {
  margin-bottom: 30px;
}

.txt.sub {
  font-size: 14px;
  line-height: 2;
}

.txt.sub span {
  font-size: 18px;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  color: #559fd2;
}

.txt.sub i {
  margin-left: 6px;
  margin-right: 6px;
}


.flex .item .txt:last-child {
  margin-bottom: 0px;
}

.flex .item {
  width: 45%;
  height: 480px;
}

.flex .item.img {
  width: 50%;
  height: 480px;
}

.item.img.taishou {
  background-image: url(../img/image1.jpg);
  background-position: 50% 0%;
  margin-left: auto;
  background-repeat: no-repeat;
}

.item.img.merit {
  background-image: url(../img/image2.jpg);
  background-position: 100% 0%;
  margin-right: auto;
  background-repeat: no-repeat;
}


.item.img.future {
  background-image: url(../img/image3.jpg);
  background-position: 100% 50%;
  margin-right: auto;
  background-repeat: no-repeat;
}

.item.img.group {
  background-image: url(../img/image4.jpg);
  background-position: 0% 0%;
  margin-right: auto;
  background-repeat: no-repeat;
}

.item.img.relation {
  background-image: url(../img/image5.jpg);
  background-position: 100% 50%;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: contain;
}


.flex.column1 {
  flex-direction: column;
  align-items: center;
}


.flex.column3 {
  flex-wrap: wrap;
}


.flex.column3 .box {
  width: 32%;
  height: 370px;
  margin-right: 2%;
  background-color: #559fd2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 30px;
}

.flex.column3 .box:nth-child(3n) {
  margin-right: 0px;
}

#support .column3,
#company .column3 {
  justify-content: space-between;
  margin-top: 60px;
}

#support .column3 div,
#company .column3 div {
  width: 32%;
  text-align: center;
}

.room p {
  font-weight: bold;
  line-height: 1.8;
}

.room p:last-child {
  font-weight: bold;
  line-height: 1;
  font-weight: normal;
}


.style {
  width: 750px;
  height: 350px;
  background-color: #f09dc1;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
}

.style.last {
  margin-bottom: 40px;
}

.style.blue {
  background-color: #559fd2;
  margin-top: 0px;
}

.style img {
  position: absolute;
  left: 50px;
  bottom: 0px;
}

.style img.one {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1
}

.style img.right {
  position: absolute;
  left: auto;
  right: 50px;
  bottom: 0px;
}

.style div {
  margin-left: auto;
  padding-right: 40px;
}

.style div.right {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 40px
}


.style p:nth-child(1) {
  color: #fff;
  font-size: 20px;
}

.style p:nth-child(2) {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.style p:nth-child(3) {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  margin-top: -50px;
  margin-bottom: -50px;
}

.style p:nth-child(3) span {
  font-family: din-condensed,
    sans-serif;
  font-size: 150px;
  letter-spacing: -3px;
}


.style p:nth-child(4) {
  color: #fff;
  font-size: 15px;
}


.member {
  margin-bottom: 100px;
}

.profile {
  width: 450px;
  margin-left: auto;
}

.profile p {
  margin-bottom: 30px;
}

.profile p:last-child {
  margin-bottom: 0px;
}


.face {
  text-align: center;
}


#support .center {
  text-align: center;
}

.center b {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.seminar_title {
  margin-top: 100px;
}

.seminar_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.seminar {
  position: relative;
  width: 48%;
  background-color: #f5f5f5;
  margin-top: 60px;
}

.seminar .title3 {
  background-color: #559fd2;
  margin: 0;
  width: 180px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.seminar .info {
  padding: 20px 40px;
  text-align: center;
}

.seminar .info h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.seminar .info p {
  text-align: left;
  margin-bottom: 10px;
}

.seminar_price {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seminar_price p {
  font-size: 20px;
  height: 30px;
  padding-top: 3px;
  font-weight: bold;

}


.seminar_price span {
  font-size: 15px;
  height: 30px;
  padding: 0 10px;
  padding-top: 1px;
  border: 1px solid #000;
  border-radius: 6px;
  margin-right: 10px;
}


.info_container {
  text-align: center;
}

.info_container b {
  font-size: 16px;
}

.info_container p {
  margin-bottom: 40px;

}


.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 0);
}


/*form*/

.required {
  margin-left: 10px;
  font-size: 13px;
  border: 1px solid #fff;
  padding: 2px 6px;
  border-radius: 6px;
}

form label {
  display: flex;
  height: 30px;
  align-items: center;
  margin-bottom: -20px;
}

form label p {
  display: inline;
}

form {
  margin-top: 40px;
}


form .item {
  font-size: 16px;
  width: 340px;
  margin: 0 auto;
  margin-bottom: 30px;
}

form button {
  display: block;
  margin: 0 auto;
  background-color: #ffc400;
  color: #fff;
  width: 200px;
  height: 50px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  border: 0px;
}

form button:hover {
  opacity: 0.8;
}


form input {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 10px;
  font-size: 16px;
  line-height: 50px;

}


form input:not(.purpose):not(#age) {
  width: 100%;
}

.purpose {
  height: 30px;
}


#age {
  width: 100px;
}

.age {
  margin-left: 10px;
}

textarea {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 10px;
  font-size: 16px;
}






/*footer*/

footer {
  background-color: #444;
  margin-bottom: 0px;
  color: #fff;
  height: 50px;
  line-height: 50px;
}

.copylight {
  text-align: center;
  font-size: 14px;
}







/*toggle*/


.toggle {
  display: block;
  position: absolute;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 9;
}

.toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #595959;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.toggle span:nth-child(1) {
  top: 9px;
}

.toggle span:nth-child(2) {
  top: 18px;
}

.toggle span:nth-child(3) {
  top: 27px;
}

.toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}




/*fade_in*/


.fade_in_box {
  overflow: hidden;
  transition: .8s;
}

.fade_in {
  transition: 1s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.in {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


.fade_in.two {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}


.fade_in.three {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.fade_in.four {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.fade_in.five {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

.fade_in.six {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.fade_in.seven {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}

.fade_in.eight {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.fade_in.nine {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.fade_in.ten {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}
