@charset "utf-8";
html {
  color: #000;
  word-break: normal;
  line-break: strict;
  height: 100%;
  margin: 0 auto;
}

body {
  margin: 0;
  height: 100%;
  margin: 0 auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  display: block;
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}


table {
  border-collapse: collapse;
  table-layout: auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

dl,dt,dd {
  padding: 0;
  margin: 0;
}





body{
  color:black;
  margin:0px;
  font-family:'Noto sans',sans-serif;
  font-weight:400;
  font-style:normal;
  /* text-align: center; */
  
  }

/* /.main-visual p{
  font-family: Noto sans;
  font-size:24px;
  position:absolute;
  top:55%;
  left:13%;
} */

h2{
  font-family:"garvis-pro", serif;
  font-size:42px;
  text-decoration:underline;
  text-decoration-thickness:3px;
  text-underline-offset: 0.4rem;
  text-align: center;
  padding-bottom: 50px;

}

/* --------------------------------
header
----------------------------------- */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:70px;
  z-index: 999;
  font-family: "garvis-pro", serif;
  font-weight: 400px;
  font-style: italic;
}

.header-inner {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height:70px;
  
}

.nav_list{
  display:flex;
  /* justify-content: flex-end; */
  font-size: 20px;
  font-weight:bold;
 
}

.nav_list li{
  opacity: 0.6;
}

.nav_list li:hover{
  
  opacity:1;
}

.nav_list li:not(:first-of-type){
  margin-left:30px;
}

@media (max-width:767px) {
  .nav_list li:not(:first-of-type){
    margin-left:10px;
  }  

}


.header-title {
  font-size:20px;
  font-weight:bold;
  left:50px;
  top:6px;
  z-index:1;
  opacity: 0.6;
} 

@media (max-width:767px) {

  .header a {
    font-size: 14px;
  }

  .header-inner {
    height:30px;
  }

 
  
}

/* --------------------------------
main-visual
----------------------------------- */

.main-visual{
background-color:#E4F9F5;
padding: 100px 50px 0;
}

.main-visual_row{
  display:flex;
  align-items: center;
  max-width:1200px;
  width:100%;
  margin:0 auto;

}

.main-visual_content{
  width:30%;
}

.main-visual_content p  {
  text-align: center;
}

.main-visual_content h1{
  font-size: 55px;
  font-size: 4.5833vw;
  font-family: 'Caveat', cursive;
}

@media (min-width:1200px){
  .main-visual_content h1{
    font-size:55px;
  }
}

.main-visual_img-box{
  width:70%;
}

.main-visual_img{
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.main-visual_img img{
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  object-fit: cover;

}

@media (max-width:767px) {
  .main-visual_content h1 {
    font-size: 30px;
  }

  .main-visual_content p {
    font-size: 6px;
  }

  .main-visual {
    padding-top: 50px;
  }


}

/* --------------------------------
about
----------------------------------- */

 #about {
  padding:60px;
  /* background-color:#E4F9F5; */
  background-color: #393E46;
  color:white;
}

.about-flex{
  display:flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 960px;
  width:100%;
  margin:0 auto;
  text-align:center;
}

.about-text-area{
  text-align:left;
  font-size:20px;
  font-size: 2.5wv;
  white-space:normal;
  width:50%;
  margin-right:50px;
}

.about-text-area h3 {
  font-size:32px;
  font-size: 3.3333wv;
  margin: 20px 0;
  text-align: left;
  text-decoration:underline;
  text-decoration-style: dashed;
  text-decoration-thickness:3px;
  text-underline-offset: 0.4rem;
}

.about_list li {
  /* list-style: square;
  list-style-position: inside; */
  padding-left: 1em;
  text-indent: -1em;
  

}

.about-img-area img{
  border-radius:50%;
  object-fit: cover;
}

.about-img_box {
  width:50%;
}


@media (max-width:767px) {
  .about-flex {
    flex-wrap: wrap;
  }

  #about {
    padding: 30px 20px 40px;
  }
  
  #about h3 {
    text-align: center;
    font-size: 20px;
  }

  #about h2 {
    font-size: 25px;
  }

  .about-text-area {
    width: 100%;
    margin-right: 0;
    text-align: center;
    font-size: 15px;
  }
  
  .about-text-area-text {
    display: flex;
    justify-content: center;
  }

 
  .about-text-area p {
    margin-bottom: 25px;
    text-align: left;
  }

  .about-img_box {
    width:80%;
    margin:0 auto;
  }

  .about-img-area img {
    height:250px;
    object-fit: cover;
    object-position: right bottom;
    border-radius: 0%;
  }

  .about_list {
    /* width: 80%; */
    /* margin-left:50%; */
    /* transform: translateX(-50%); */
    /* padding-left: 14px; */
    text-align: left;
    /* margin-top: 30px; */
    width:360px;
  }

}



/* --------------------------------
works
----------------------------------- */

#works {
  padding:60px;
  background-color:#E4F9F5;
}

.work_img {
  max-width: 960px;
  width:50%;
  margin:0 auto 30px;
  border:3px solid #393E46;
  border-radius:10px;
  margin-bottom:30px;
}  

.work_text {
  font-size:22px;
  text-align: center;
}

@media (max-width:767px) {
  .work_text {
    font-size: 15px;
  }
  h2 {
    font-size: 25px;
    padding-bottom: 30px;
  }

  .work_img {
    width:80%;
  }

  #works {
    padding:30px;
  }
  
}



/* --------------------------------
service
----------------------------------- */


 #service  {
  padding:30px 60px;
  background-color: #393E46;
}

.flex_service_1 {
  display:flex;
  align-items: center;
  text-align:center;
  margin-bottom: 70px;
  column-gap: 30px;
}

.flex_service_2 {
  display:flex;
  align-items: center;
  flex-flow:row-reverse;
  text-align:center;
  column-gap: 30px;
}

#service p {
  font-size: 24px;
  color: white;
  letter-spacing: 0.1em;
  text-align: left;
}

/* .service_img_1 {
  margin-right: 30px;
}

.service_img_2 {
  margin-left: 30px;
} */

.flex_service_2 {
  margin-bottom: 60px;
}

#service h4 {
  font-size: 36px;
  font-weight: lighter;
  color:white;
  letter-spacing: 0.1em;
} 

#service h5 {
  color:aliceblue;
  font-size: 25px;
  margin-top: 0;
  opacity: 0.7;
  letter-spacing: 0.1em;
}

.service h2 {
  color:white;
  margin-bottom:100px;
  margin-top:70px;
}

.flex-service {
  max-width: 960px;
  width:100%;
  margin:0 auto;
}

.service_text1 p {
  padding-left: 10px;

}

@media (max-width:1000px) {

  #service {
    padding:20px 10px;
    flex-wrap: wrap;
  }

  .service h2 {
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #service p {
    font-size:20px;
  }

  .flex_service_1 {
    display:inline-block;
    align-items: center;
    text-align:center;
    margin-bottom: 50px;
  }

  .flex_service_2 {
    display:inline-block;
    align-items: center;
    text-align:center;
    margin-bottom: 50px;
  }

  .flex-service {
    padding:0 50px;
  }

  .service_img_1 img {
    height:200px;
    width:200px;
    margin: 0 auto 20px;
  }

  .service_img_2 img {
    height:200px;
    width:200px;
    margin: 0 auto 20px;
  } 
}

@media (max-width:767px) {
  #service {
    padding:30px;
    padding-bottom: 0;
  }

  .service h2 {
    font-size: 25px;
  }

  #service p {
    font-size: 15px;
  }

  #service h4 {
    font-size: 20px;
  }

  #service h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .flex-service {
    padding:0;
  }

  .service_img_1 img {
    height:100px;
    width:100px;
    margin: 0 auto 20px;
  }

  .service_img_2 img {
    height:100px;
    width:100px;
    margin: 0 auto 20px;
  } 
}

/* --------------------------------
contact
----------------------------------- */


#contact {
  padding: 60px;
  background-color:#E4F9F5;
  text-align: center;
}

#contact p {
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width:767px) {
  #contact p {
    padding: 0 20px;
  }
}

a.address::before {
  content:'';
  display: inline-block;
  width:20px;
  height:20px;
  background-image: url(/images/envelope.png);
  background-size: contain;
  vertical-align: middle;
}



/* 
.contact-form {
  padding-top: 100%;  
  width: 100%;
  position: relative;
  overflow: hidden;
} */

.contact-form  {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.contact-form iframe {
  width: 100%;
}

@media (max-width:767px) {
  #contact {
    padding:30px 5px;
    font-size: 15px;
  }

}

/* @media (max-width:767px) {
  .contact-form {
    padding-top: 220%;  
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
}

.contact-form iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */


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

  .footer {
    background-color: #393E46 
  }

  .footer-box {
    padding:40px 60px 60px;
    position:relative;
    text-align:center;
  }

  .copyright {
    color:white;
    font-size: 20px;
  }

  .footer-box li {
    list-style-type:none;
  }

  .footer-box a {
    color:white;
    font-size:24px;
  }

  .footer-nav {
    display:inline-block;
    border-bottom:1.5px solid;
  }

  .footer-nav ul {
    display:flex;
    padding:0 28px;
  }

  .footer-nav li:not(:last-of-type) {
    margin-right:30px;
  }

  .credit {
    float:right;
  }

  .credit a {
    display:block;
    font-size:12px;
    text-align:center;
  }

  @media (max-width:767px) {
    .footer-nav {
      padding: 0 60px;
      margin-bottom: 10px;
    }

    .footer  a {
      font-size: 15px;

    }

    .credit a {
      font-size: 5px;
    }

    .copyright {
      font-size: 15px;
    }

    .footer-nav ul {
      flex-wrap: wrap;
      padding: 0;
    }

    .footer-nav li:not(:last-of-type) {
      margin-right: 0;
      width: 50%;
    }

    .footer-nav li:last-of-type {
      width: 50%;
    }

    /* .footer-box {
      padding: 16px 20px 60px;
    } */
    .footer-box {
      padding: 0;
    }

    .credit {
      float: unset;
      margin-top: 30px;
    }

    .footer {
      padding:30px;
    }

  }

  .ib {
    display: inline-block;
  }