@charset "UTF-8";
/* CSS Document */

html {
  font-size: 62.5%; /*16px*62.5%=10px*/
}

body {
  width: 100%;
  color: #333;
  text-decoration: none;
  font-family: "noto-sans", "din-2014", "source-han-sans-japanese", "sans-serif";
  font-weight: 400, 700;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  box-sizing: border-box;

  /*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing: 
*/
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
}
/*---------------------------utility----------------------*/
.center {
  text-align: center;
}
/*
.img{
	width: 100vw;
}
.img-sp{
	display: none;
}
.img-pc{
	display: block;
	
}


.br-re{
	display: none;
}
*/
/*---------------------------///utility----------------------*/
/*---------------------------header------------------------------*/
.hero_image {
  position: relative;
}
.home_bg {
  width: 100%;
}
.title_box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title {
  font-family: "noto-sans", "din-2014", "sans-serif";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2rem;
}
.home_logo {
  width: 100px;
  margin-left: 20px;
}
.navigation {
  position: fixed;
  width: 100%; /*ここの数字を変えればまんなかに持ってきたりできる。*/
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

.list {
  float: left;
  margin: 0 40px;
  padding: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
  background-color: transparent;
}

.list:hover {
  padding: 5px;
  background-color: #a8f0e4;
  transition: all 0.3s ease 0s;
}

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

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

.works_bg {
  background-color: #dfedf2;
}
/*---pagetop---*/
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.pagetop_btn {
  width: 40px;
}
/*---WORKS---*/
.section-title {
  font-family: "din-2014", "sans-serif";
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 1rem;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.img-site1 {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
.img-site2 {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 100px;
}

.img-banner1 {
  display: flex;
  margin-top: 100px;
  justify-content: center;
}
.banner1 {
  margin-right: 100px;
}
.img-banner2 {
  display: flex;
  margin-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
}
.img_flyer1 {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.flyer1 {
  margin-right: 100px;
  width: 35%;
}
.flyer2 {
  width: 35%;
}

/* ---about--- */
.category1 {
  display: flex;
  align-items: flex-start;
  width: 750px;
  margin: 0 auto;
  padding-bottom: 100px;
  align-items: stretch;
}
.work-logo {
  margin: 25px auto 25px auto;
  width: 20%;
}
.text1 {
  width: 500px;
  line-height: 30px;
  font-family: "source-han-sans-japanese", "sans-serif";
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  margin-left: 100px;
  margin-top: 40px;
}
.category2 {
  display: flex;
  width: 750px;
  margin: 0 auto;
  align-items: stretch;
  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
}
.text2 {
  width: 500px;
  font-family: "noto-sans", "din-2014", "sans-serif";
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  margin-left: 100px;
  margin-top: 10px;
}
.text2_sp {
  display: none;
}
.skill-logo {
  margin: 25px auto 25px auto;
  width: 100px;
}

.text3 {
  font-family: "source-han-sans-japanese", "sans-serif";
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.25rem;
}
/*---message---*/
.mail_logo {
  display: block;
  width: 200px;
  margin: 30px auto 100px auto;
}
.sns_logo {
  width: 2%;
  margin: auto;
}

/*---------------------------///main------------------------------*/
/*---------------------------footer------------------------------*/
.copy_rights {
  display: block;
  font-family: "noto-sans", "sans-serif";
  font-size: 1.8rem;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
/*---------------------------///footer------------------------------*/
/*---------------------------contact------------------------------*/
/*---header---*/
.contact_title {
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 400px;
  margin-top: 50px;
  margin-left: 10%;
  border-bottom: solid 8px #0161b4;
  padding-bottom: 10px;
}
.list1 {
  font-family: "din-2014", "sans-serif";
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 1rem;
}
.list2 {
  font-family: "source-han-sans-japanese", "sans-serif";
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.25rem;
  margin-left: 30px;
}
/*---main お問い合わせフォーム---*/
.form {
  margin: 100px 10% 0 10%;
}
.name,
.mail,
.message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.label_name,
.label_mail,
.label_message {
  width: 150px;
  font-family: "source-han-sans-japanese", "sans-serif";
  font-size: 16px;
}
.label_message {
  padding-top: 40px;
}

.name_area {
  width: 300px;
  height: 30px;
  border: 2px solid #838383;
}
.mail_area {
  width: 300px;
  height: 30px;
  border: 2px solid #838383;
}
.message_area {
  border: 2px solid #838383;
}
.submitbtn {
  margin-top: 20px;
  width: 150px;
  height: 40px;
  background-color: #0161b4;
  color: #fff;
  box-shadow: 2px 2px 5px #666;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.submitbtn:hover {
  background-color: #000;
  box-shadow: none;
}
/*---footer---*/
.copy_rights_contact {
  display: block;
  font-family: "noto-sans", "sans-serif";
  font-size: 1.8rem;
  margin-left: 200px;
  padding-top: 200px;
  padding-bottom: 50px;
}
/*---------------------------///contact------------------------------*/

/*----------error----------*/
.error_title {
  font-family: "source-han-sans-japanese", "sans-serif";
  font-size: 14px;
  letter-spacing: 0.25rem;
  padding-top: 30px;
  padding-left: 30px;
}
.error_text {
  font-family: "source-han-sans-japanese", "sans-serif";
  color: red;
  font-size: 14px;
  letter-spacing: 0.25rem;
  margin-top: 20px;
  margin-left: 30px;
}
.error_form {
  width: 70%;
  margin: 30px;
  vertical-align: text-bottom;
}

.tr,
th,
td {
  font-size: 14px;
  border: solid 2px #666;
  vertical-align: middle;
}

input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.btn {
  margin-top: 30px;
  margin-left: 30px;
}
.back_btn {
  width: 100px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  background-color: #9c9c9c;
  color: black;
}
/*エラーのテキスト色*/
.msg {
  color: red;
}
/*---------conf---------*/
.conf_text {
  font-family: "source-han-sans-japanese", "sans-serif";
  font-size: 14px;
  letter-spacing: 0.25rem;
  margin-top: 20px;
  margin-left: 30px;
}
.conf_form {
  width: 60%;
  margin: 30px;
  vertical-align: text-bottom;
}

.conf_form th {
  width: 20%;
  padding: 10px;
}

.conf_form td {
  width: 80%;
  padding: 10px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.conf_btn {
  width: 150px;
  height: 40px;
  background-color: #0161b4;
  color: #fff;
  box-shadow: 2px 2px 5px #666;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.conf_btn:hover {
  background-color: #000;
  box-shadow: none;
}

/*---------//conf---------*/
/*---------thanks---------*/
.thanks_text {
  font-family: "source-han-sans-japanese", "sans-serif";
  font-size: 14px;
  letter-spacing: 0.25rem;
  margin-top: 20px;
  margin-left: 30px;
}
.thanks_text2 {
  font-family: "source-han-sans-japanese", "sans-serif";
  font-size: 14px;
  letter-spacing: 0.25rem;
  margin-top: 20px;
  margin-left: 30px;
}
.thanks_btn {
  width: 100px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  background-color: black;
  color: white;
}

/*-------//thanks---------*/

/*-------404---------*/
.text404 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "source-han-sans-japanese", "sans-serif";
  font-size: 8rem;
}

/*-------//404---------*/

/*-----------------------------------------ここからスマホ-----------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*----------------header-sp----------------------*/
  .title {
    font-size: 20px;
    letter-spacing: 1rem;
    margin-left: 25px;
  }
  .title_box {
    width: 100%;
    height: 100%;
  }
  .home_logo {
    width: 50px;
    margin-left: 20px;
  }
  /*---hamburger-menu---*/
  .navigation {
    position: fixed; /*表示位置を固定*/
    z-index: 2; /*重ね順を変更*/
    top: 0; /*表示位置を指定*/
    left: 0; /*表示位置を指定*/
    text-align: center; /*テキストを中央揃え*/
    width: 100%; /*全幅表示*/
    transform: translateY(-100%); /*ナビを上に隠す*/
    transition: all 0.6s; /*アニメーションの時間を指定*/
  }

  .nav_list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .list {
    font-size: 1.6rem;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #999;
    background-color: #fff8a6;
    height: 40px;
    padding-top: 20px;
    margin-left: 0;
  }

  .list:last-child {
    border-bottom: none;
  }
  /* 最後のメニュー項目のみ下線を消す */

  .list:hover {
    padding: 5px;
    background-color: #a8f0e4;
    transition: all 10s ease 0s;
  }

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

  .Toggle {
    cursor: pointer;
    display: block;
    position: fixed; /* bodyに対しての絶対位置指定 */
    left: 10px;
    top: 10px;
    width: 42px;
    height: 42px;
    z-index: 3;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #999;
    -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
    transition: 0.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;
  }

  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .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);
  }
  /*----------------///header_sp----------------------*/

  /*--------------------main_sp------------------------*/
  /*---works_sp---*/
  .pagetop_btn {
    width: 20px;
  }
  .section-title {
    font-size: 14px;
    letter-spacing: 0.5rem;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .img-site1 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
  .img-site2 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
  }
  .img-banner1 {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
  }
  .banner1 {
    margin: auto;
    width: 70%;
  }
  .banner2 {
    margin: auto;
    width: 70%;
    padding-top: 50px;
  }
  .img-banner2 {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .img_flyer1 {
    display: flex;
    flex-direction: column;
  }
  .flyer1 {
    width: 70%;
    margin: auto;
  }
  .flyer2 {
    width: 70%;
    margin: auto;
    padding-top: 50px;
  }
  /*---about_sp---*/
  .category1 {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 100px;
  }
  .work-logo {
    width: 20%;
    margin: 0 14% 0 13%;
  }
  .text1 {
    width: 42%;
    margin: 0 12% 0 0;
    font-size: 6px;
    line-height: 15px;
  }
  .category2 {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 150px;
  }
  .skill-logo {
    width: 20%;
    margin: 60px 12% 30px 14%;
  }
  .text2 {
    display: none;
  }
  .text2_sp {
    display: block;
    width: 40%;
    margin: 30px 14% 0 0;
    font-family: "noto-sans", "sans-serif";
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
    line-height: 20px;
  }

  /*---message_sp---*/
  .text3 {
    font-size: 0.8rem;
    line-height: 20px;
  }
  .mail_logo {
    width: 150px;
    margin-bottom: 50px;
  }
  .sns_logo {
    width: 5%;
  }

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

  /*--------------------footer_sp------------------------*/
  .copy_rights {
    font-size: 1.2rem;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  /*--------------------///footer------------------------*/
  /*--------------------contact_sp---------------------*/
  .contact_title {
    justify-content: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .list1 {
    font-size: 22px;
    letter-spacing: 0.5rem;
  }
  .list2 {
    font-size: 12px;
    margin-left: 20px;
  }
  .form {
    margin: 50px 10% 0 10%;
    margin-top: 50px;
  }
  .label_name,
  .label_mail {
    width: 80px;
    font-size: 14px;
  }
  .message_area {
    width: 300px;
  }
  .label_message {
    width: 80px;
    font-size: 12px;
  }
  .copy_rights_contact {
    display: block;
    font-size: 12px;
    padding-top: 100px;
    padding-bottom: 25px;
    margin: auto;
    width: 70%;
    text-align: center;
  }
  .submitbtn_sp {
    margin: 0 auto;
    text-align: center;
  }
  /*--------------------contact_sp///---------------------*/
}
