@charset "UTF-8";
*{
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

::before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

body{
  overflow-x: hidden;
}

ul{
  list-style: none;
}

ol{
  list-style: none;
}

a {
  background: transparent;
  text-decoration: none;
  color: inherit;
}


.saira-semi condensed-thin {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.saira-semi condensed-extralight {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.saira-semi condensed-light {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.saira-semi condensed-regular {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.saira-semi condensed-medium {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.saira-semi condensed-semibold {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.saira-semi condensed-bold {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.saira-semi condensed-extrabold {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.saira-semi condensed-black {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.whisper-regular {
  font-family: "Whisper", cursive;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku gothic new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*---------------------------
 Header
---------------------------*/

/* ヘッダー01 */
header.header01 {
  display: flex;
  justify-content: space-around;
  padding: 1rem;
  width: 100vw;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
}

div.logo {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 30px;
}

nav.nav ul.navitem {
  display: flex;
}

li.navlist {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 20px;
  padding-left: 1.5rem;
}

/*---------------------------
 Main - first view
 ---------------------------*/
/* キービジュアル */


.firstview{
  background-image: url(../images/first-visual.jpg);
  position: relative;
  margin: 0 auto;
  width: 80vw;
  height: 800px;
  object-fit: cover;
  margin-bottom: 2rem;
}

/*========= 1文字ずつ出現させるためのCSS ===============*/

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

h1{
  font-family: "Whisper", cursive;
  font-size: 120px;
  position: absolute;
  top:35%;
  left: 50%;
  transform: translateX(-50%);
  color: #1D374A;
  text-align: center;
}

/*====================================================*/

.fv-text{
  text-align: center;
  font-weight: bold;
  position: absolute;
  top:55%;
  left: 50%;
  transform: translateX(-50%);
}

body{
  background-color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
}

/*---------------------------
 Main - Works
---------------------------*/

.works{
  margin-bottom: 2rem;
}

h2{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  text-align: center;
  color: #1D374A;
}

.works h2{
  position: relative;
}

.works h2::before{
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 3px;
  background-color: #4981D9;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  margin: auto;
}

.main-works-container{
  width: 100%;
  margin-top: 3rem;
  padding: 7rem 1rem;
  background-color:#F0F9FF;
}

ul.worksitem{
  list-style: none;
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

li.workslist{
  width: 33.3%;
  min-height: 380px;
  margin-right: 2rem;
}

li.workslist:last-child{
  margin-right: 0;
}

div.worksimage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h3.workstitle{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

p.workscontent{
  line-height: 1.6;
  color: #1D374A;
  text-align: center;
  padding: 0.1rem;
}

li.workslist{
  display: flex;
  flex-direction: column;
  min-height: 380px;
  background: #ffffff;
  box-shadow: 5px 5px 25px rgba(0,0,0,0.2);
}

li.workslist div.worksimage{
  width: 100%;
  height: 227px;
}

h3.workstitle{
  padding: 1rem 1rem 0.5rem;
}


li a.btn{
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  padding: 6px 18px;
  color: #ffffff;
  background: #1183FF;
  margin: auto auto 1.5rem auto;
  border: 2px solid #1183FF;
  transition: 0.2s;
}

li a.btn:hover{
  color: #1183FF;
  background: #ffffff;
}

/*---------------------------
 Main - Writing
---------------------------*/

/* .writing h2{
  position: relative;
}
.writing h2::before{
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 3px;
  background-color: #4981D9;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
} */

/*---------------------------
 Main - Profile
---------------------------*/
.profile{
  margin-bottom: 2rem;
}

.profile h2{
  position: relative;
}

.profile h2::before{
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 3px;
  background-color: #4981D9;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

.profile-item{
  padding-top: 1.0rem;
  width: 45%;
  margin: 0 auto;
  /* padding-left: 15%;
  padding-right: 15%; */
}

.profile-item h3{
  font-size: 20px;
}

.profile-item span{
  font-weight: bold;
}


.contact h2{
  position: relative;
}
.contact h2::before{
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 3px;
  background-color: #4981D9;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
}


/*---------------------------
 Main - Contact
---------------------------*/


/*---------------------------
 Footer
---------------------------*/

footer.footer01{
  /* padding: 2rem 1rem 1rem; */
  background-color: #30558F;
}
.footeer-container{
  text-align: center;
}
.footer-logo-title{
  font-size: 30px;
  color: #ffffff;
}
nav.footer-nav{
  margin-bottom: 3rem;
}

nav.footer-nav ul.footer-nav-item{
  display: flex;
  justify-content: center;
}
nav.footer-nav ul.footer-nav-item li.footer-nav-list{
   padding: 0 0.5rem;
}
nav.footer-nav ul.footer-nav-item li.footer-nav-list a{
   color: #ffffff;
   font-size: 20px;
}
p.copyright{
  text-align: center;
  color: #ffffff;
}


/*---------------------------
 works - banner
---------------------------*/
.works-banner1 h2{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  text-align: center;
  color: #1D374A;
  padding-top: 100px;
  position: relative;
}

.works-banner1 h2::before{
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 3px;
  background-color: #4981D9;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  margin: auto;
}

.banner-text-container{
  display: flex;
  justify-content: center;
}

.banner1,.banner2,.banner3{
  text-align: center;
  padding: 2.0rem;
}

.banner1-image,.banner2-image,.banner3-image{
  width: 40%;
  height: auto;
}

.banner1-comment,.banner2-comment,.banner3-comment{
  padding-left: 5%;
}

.works-banner1,.works-banner2,.works-banner3{
  padding-bottom: 5%;
}

/*---------------------------
 works - site1
---------------------------*/
.works-site1 h2{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  text-align: center;
  color: #1D374A;
  padding-top: 100px;
}

.works-site1 h2{
  position: relative;
}
.works-site1 h2::before{
  content: "";
  width: 300px;
  height: 4px;
  border-radius: 3px;
  background-color: #4981D9;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  margin: auto;
}

.site-top-text-container{
  display: flex;
  justify-content: center;
}

.site-top-text-container a{
  width: 50%;
  margin: 0 auto;
  display: block;
}

.site-top-text-container img{
  width: 80%;
  margin: 0 auto;
  display: block;
}

.site-top{
  text-align: center;
  padding: 2.0rem;
}

.site1-comment{
  width:50%;
  padding-left: 5%;
}

.site1-comment span{
  font-weight: bold;
}

.works-site1{
  padding-bottom: 5%;
}

/*---------------------------
 
---------------------------*/
/* SPここから */
@media (max-width: 768px) {

header.header01 {
  padding: 0.5rem;
}

div.logo {
  font-size: 16px;
}

li.navlist {
  font-size: 16px;
}

h1{
  font-size: 50px;
}

ul.worksitem{
  flex-wrap: wrap;
  max-width: 420px;
}

ul.worksitem li.workslist{
  width: 100%;
  margin-right: 0;
  margin-bottom: 3rem;
}

li.workslist:last-child{
  margin-bottom: 0;
}

.main-works-container ul.worksitem li.workslist{
  min-height: 380px;
}

.main-works-container ul.worksitem li.workslist .worksimage{
  height: 200px;
}

.banner-text-container{
  flex-wrap: wrap;
  max-width: 420px;
}

.banner1-image,.banner2-image,.banner3-image{
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}

.profile-item{
  padding-top: 1.0rem;
  width: 70%;
  margin: 0 auto;
}

.site-top-text-container{
  flex-wrap: wrap;
  max-width: 420px;
}

.site1-top-image{
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}

.site-top-text-container a{
  width: 90%;
  margin: 0 auto;
  display: block;
}

.works-site1 h2{
  font-size: 30px;
}

.site1-comment{
  width: 90%;
  margin: 0 auto;
  padding: 5%;
}

.form-contact{
  max-width: 400px;
}
}