@charset "utf-8";
/* CSS Document */
/*
Theme Name: egg-web
Theme URI: https://web8-egg.com
Author: zizi by Egg design office
Author URI: https://web8-egg.com
*/
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html{ -webkit-text-size-adjust: 100%; height:100%; font-size: 62.5%; /*font-size: 10px;*/}
body{
  height:100%;
  font-size: 14px; font-size: 1.4rem;
  letter-spacing:1.2px;
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;  font-family: 'Noto Sans JP', sans-serif;
}



@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

::after, ::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
p{ line-height:1.6em; color: #333; font-size: 1.4rem;}
a { text-decoration: none; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}

.clear { clear: both}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}


header{ width: 100%; padding-top: 30px;}
.head{ width: 100%; max-width: 1140px; margin: 0 auto; height: 150px;}


.container {
  position: relative;
  width: 100%;
  height: 80vh;
  /*background: #85D6CC;*/ /*#01a4bc*/;/*#51eaea*/
  background-image: url("images/top-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  border: 20px solid #fff;
}



.inside {
  position: absolute;
  top: 40%;
  left: 30%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.inside h1{ font-size: 8rem; font-weight: bold; color: #fff;line-height: 1.3;}

.logo-area{ width: 30%; float: left; font-size: 2rem; padding-left: 50px;/* background: rgba( 255,255,255,.6);*/ }
.logo-area img{ float: left; margin-right: 10px; width: 50px;}
.logo-area p{ font-size: 3rem; font-weight: bold; color: #fff;}
.head-add-area{ width: 50%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; width: 50%; justify-content: flex-end; float: right; padding-right: 50px;}
.head-add-area p{ color: #fff;}
.head-add-area p > span{ padding-left: 1rem;}

nav ul{ display: flex; width: 100%; justify-content: flex-end; height:50px; align-items: center; padding-right: 50px;}
nav li{ float: left; padding: 5px 15px; position: relative;}


nav li a{
  display:block;
  color: #fff;
  padding:0 10px;
  font-size: 1.4rem;
}


nav li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(-60deg);
}


@media only screen and (max-width: 991px){
nav{ width: 100%; float: none; max-width: 100%; clear: both; background: rgba( 0,0,0,.4); }
nav ul{justify-content: center;}
  }
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
共通
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#container { overflow: hidden; width: 100%;}

.has-padding{ padding:120px 0;}
.has-padding-bot{ padding-bottom:120px;}
.has-padding-top{ padding-top:120px;}

.row { margin-right: -15px; margin-left: -15px;}
.row:after { clear: both;}

/*https://www.granfairs.com/blog/staff/use-triangle-with-css*/

/*インプット関連*/
/*https://www.webantena.net/css/display-large-check-box-and-radiobutton-in-css/*/

.bg-1{ background: #CEEFEB;}
.bg-2{ background: #FDF8F4;}

.wrapper{ width: 100%; margin: 0 auto; max-width: 1140px;}
.full-wrap::after,
.wrapper::after,
.works-area ::after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
フッター
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer{ width: 100%; height: 500px;}
footerr::selection    {
    background: #e00079;
    color:#fff;
}
 
/*Firefoxに対応*/
footer::-moz-selection   {
    background: #e00079;
    color:#fff;
}
.set{ position: relative;}

.en-subtit{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  left: 10px;
  top: 50%;
}

.en-subtit-r{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  right: 10px;
  top: 50%;
}

.en-subtit span::before{ height: 150px; top: -160px; right: 0; width: 2px; margin: auto; position: absolute; left: 0; display: block; content: ''; background: #3f3b3a; z-index: 6;}
.en-subtit-r span::before{ height: 150px; width: 2px; margin: auto; position: absolute; left: 0; top: -160px; right: 0; display: block; content: ''; background: #f00; z-index: 6;}


.content{
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 700px;
  float: left;
}
.content img{ margin: 0 auto;}
.content::before {
  position: absolute;
  top: 260px;
  height: 250px;
  right: 0;
  bottom: 120px;
  left: 0;
  content: '';
  background-color: #CEEFEB/*#fef22a*/;
  z-index: -1;
}

.content-even{
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 700px;
  float: right;
}
.content-even img{ margin: 0 auto;}
.content-even::before {
  position: absolute;
  top: 260px;
  height: 250px;
  right: 0;
  bottom: 120px;
  left: 0;
  content: '';
  background-color: #CEEFEB;
  z-index: -1;
}


.content-right{ float: left; width: 400px; padding-left: 50px; position: relative;}
.content-right h2,
.content-left h2{ font-size: 3.6rem; font-weight: bold; padding-top: 50px; margin-bottom: 30px; line-height: 1.4;} 
.content-right p,
.content-left p{ margin-bottom: 10px;}

.content-left{ float: left; width: 400px; padding-right: 50px; position: relative;}

h3{ font-size: 1.8rem; color: #333; margin-bottom: 15px;}


.full-wrap{ width: 1140px; height: auto; margin: 0 auto; padding: 0 15px;}
.full-wrap .row > h2{ font-size: 3.6rem; text-align: center; margin-bottom: 50px; font-weight: bold;}
.full-wrap li{ width: 32.45614%; float: left; margin-right: 15px;}
.full-wrap ul li:last-child { margin-right: 0 !important;}



.col-3 figure {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 0;
    padding-top: 80%;

}
.col-3 figure img{ width: 100%; position: absolute; top: 0; left: 0;}

.col-3 h2{ text-align: center; font-size: 1.6rem; margin-bottom: 15px; font-weight: bold;}
.col-3 h2 + p{ padding: 0 25px ; font-size: 1.4rem;}

.fig-text{ width: 100%; background: #fff; /*background: #81d8d0;*/ padding: 20px 0 20px; }

.col4-wrap{ width: 100%;}
.col4-wrap::before, .col4-wrap::after {
    content: " ";
    display: table;
}

.col-4{ width: 25%; float: left; padding: 10px;}

.col-4 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 31px 10px;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #4f39ad;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;

}


/* トップ　worksエリア*/

.top-works{ max-width:1470px; margin: 0 auto; background: linear-gradient(#ceefeb 50%, #fff 50%); padding: 120px 85px; position: relative;}
.en-tit{ font-size: 7rem; position: absolute; right: 20px; top: -5rem; color: #ccc; font-weight: bold; z-index: 6;}
.top-works h2{ font-size: 3.6rem; margin-bottom: 50px; font-weight: bold;}
.img-r{ max-width: 58.33333%; float: right;}

.works-text{ max-width: 41.66667%; float: left; padding: 120px 30px 0 50px;}
.works-text h3{ font-size: 2rem; font-weight: bold; margin-bottom: 20px;}
.works-text p{ margin-bottom: 15px; font-size: 1.4rem; line-height: 2;}

.col-lg-7 { float: left; max-width: 58.33333%;}
.col-lg-5 { float: left; max-width: 41.66667%;}

.concept_inner { padding: 20vh 0; max-width: 350px; margin: 0 auto;
}
.concept_inner h2{ font-size: 2.5rem;}
/* hoverシャドー*/
.col-4 a:hover { box-shadow: 8px 10px 10px 4px rgba(0, 0, 0, 0.1);}

/**/

/*.hero-after {
  position: absolute;
  width: 198px;
  height: 148px;
  background-size: 198px 148px;
  top: 580px;
  left: -40px;
  z-index: 9999;
  animation: pururun 1.2s linear 0.2s 1;
  animation-iteration-count: 2, 1;
}

.hero-after > li:nth-child(1) {
  background: url(images/triangle-l-a.png) 0 0/100% 100% no-repeat;
  width: 54.5454545455%;
  height: 72.2972972973%;
  bottom: 10px;
  left: 25px;
}
.hero-after > li {
  position: absolute;
  z-index: 2;
  animation: fluffy 3s infinite cubic-bezier(0.25, 0.1, 0.69, 0.97);
}

.hero-after > li:nth-child(2) {
  background: url(images/triangle-l-a.png) 0 0/100% 100% no-repeat;
  width: 37.8787878788%;
  height: 53.3783783784%;
  animation-delay: 700ms;
  bottom: 45px;
  left: 128px;
}

.pururun { animation: pururun 1.2s linear 0.2s 1;}

@keyframes pururun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.0, 1.0) translate(10%, 0%) skew(-10deg, 0deg); }
  60%  { transform: scale(1.0, 1.0) translate(20%, 0%) skew(-20deg, 0deg); }
  70%  { transform: scale(1.0, 1.0) translate(-15%, 0%) skew(15deg, 0deg); }
  80%  { transform: scale(1.0, 1.0) translate(15%, 0%) skew(-15deg, 0deg); }
  80%  { transform: scale(1.0, 1.0) translate(5%, 0%) skew(-5deg, 0deg); }
  90%  { transform: scale(1.0, 1.0) translate(-5%, 0%) skew(5deg, 0deg); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@keyframes squash {
  0% {transform: scale(1) translate(0, 0);}
  50% {transform: scale(10, .5) translate(0, 300px);}
  100% {transform: scale(1) translate(0, 0);}
}

@keyframes fluffy {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}*/

.btn{ width: 300px; height: 50px; border: 1px solid #000; text-align: center; margin: 20px auto 0; /*box-shadow: 0 4px 0 0px #81d8d0;*/ position: relative;}
.btn a{ width: 100%; height: 100%; display: block; color: #333; padding-top: 1.4em; font-size: 1.4rem; background: #fff;transition: 0.5s; }
.btn a:hover{ color: #333; background: #ceefeb; width: 320px;}


.btn a::after {
    content: "";
    width: 100%;
    height: 100%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    right: -5px;
    bottom: -5px;
    position: absolute;
}

.hanpa-area{ width: 100%; padding: 180px 0; margin-bottom: 200px; position: relative;}
.hanpa-area::before{ content: ''; position: absolute; top: -80px; left: 50%; width: 1px; height: 120px; background: #000;}
.hanpa-area::after{
  content: "";
  display: block;
  clear: both;
}

.hanpa{ width: 70%; background: #ceefeb; height: 480px; float: right; padding-top: 50px;}



.hanpa-inner{ width: 440px; float: left; margin-left: -80px; margin-top: 120px;}
.hanpa-inner h2{ font-size: 3.6rem; padding-top: 50px; margin-bottom: 30px; line-height: 1.4; font-weight: bold;}
.hanpa-inner h3{ font-size: 1.6rem; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #000; margin-bottom: 15px;}
.hanpa-inner > p{ margin-bottom: 15px; padding-left: 20px; line-height: 1.8;}
.hanpa-inner ul{ margin-bottom: 15px;}
.hanpa-inner li{ font-size: 1.6rem; font-weight: bold; line-height: 1.8; color: #333;}

.hanpa-r-img-area{ width: 840px; float: right;}
.hanpa-r-images{ width: 412px; float: left; margin-right: 15px;}
.hanpa-r-img-r{ width: 412px; float: left;}


/* 左画像　右テキスト*/

.images{ width: 55%; float: left; position: relative;}
.image-text{ width: 45%; float: left; padding-left: 50px; padding-top: 80px;}
.image-text h2{ font-size: 24px; margin-bottom: 20px;}

.inner__top-school::before {
  width: 1280px;
  height: 740px;
  top: 240px;
  left: -400px;
}
.inner__top-school::before {
  position: absolute;
  content: "";
  background-color: #f3e5e9;
  z-index: -1;
}



.images::before {
  height: 100px;
  background-color: #F00;
}
.images::before {
  top: -50px;
  left: -20px;
  background-color: #000;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.images::before, .images::after {
  content: "";
  position: absolute;
  width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}








@media only screen and (max-width: 645px){

.logo-area {
  width: 100%;
  float: none;
  font-size: 2rem;
  padding-left: 0;
}
  
nav{ display: none;}

.head-add-area{ display: block; width: 100%;}

.col-4{ width: 50%; float: left;}

.top-works {
  max-width: 100%;
  margin: 0 auto;
  /*background: linear-gradient(#ceefeb 30%, #fff 0%);*/
  background: linear-gradient(to right, #ceefeb 50%, #fff 50%);
  padding: 120px 20px;
  position: relative;
}
.img-r {
    max-width: 100%;
    float: none;
}
.works-text {
    max-width: 100%;
    float: none;
    padding: 100px 30px 0 50px;
}
  
.hanpa-inner { width: 100%; float: none; margin-left: -80px; margin-top: 120px;}








}
