@charset "utf-8";

* {
  box-sizing: border-box;
}

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ヘッダー↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
header {
  /* border-bottom: solid 10px; */
}
.header {
  background-image: url(./img/main1.jpg);
  background-size: cover;
  height: 140px;
  border-bottom: solid 4px;
  border-color: rgb(237, 243, 55);
}
.header1 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header-title {
  font-size: 60px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 2px 2px 0px rgba(0, 255, 243, 1), 4px 4px 0px rgba(229, 255, 0, 1);
}
.header-title:hover {
  opacity: .7;
  /* transform: scale(1.05); */
}
.header-item {
  /* padding: 20px 0; */
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.header-item div {
  padding: 2px;
  font-size: 20px;
  color: rgb(46, 0, 0);
  /* background:#FFD9D7; */
}
.header-item div:hover {
  /* opacity: .7; */
  transform: scale(1.05);
}
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ヘッダー↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */



/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓メイン画像↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.main {
  background-image: url(./img/main1.jpg);
  font-size: 40px;
  /* width: 1200px; */
  height: 630px;
  background-size: cover;
  margin: 0 auto;
  /* border-top: solid 10px; */
}
.main-text {
  width: 800px;
  height: 600px;
  justify-content: center;
  /* background-color: aqua; */
  text-align: center;
  margin: 0 auto;
  opacity: 0.3;
  padding-top: 30px;
  /* text-shadow: 2px 2px 0px rgba(255, 255, 255, 1), 4px 4px 0px rgba(160, 79, 0, 1); */
  text-shadow: 2px 2px 100px rgba(78, 255, 0, 1), 4px 4px 0px rgba(160, 79, 0, 1);
}
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑メイン画像↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */


/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓プロフィール↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.prof {
  background-color: rgb(223, 251, 255);
  padding: 20px;
}
.prof1 {
  width: 300px;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background-color: rgb(223, 251, 255);
  color: rgb(83, 65, 65);
  border-radius: 50%;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.fa-solid {
  padding-right: 30px;
}

.prof-main {
  /* background-color: #1c85d8;
  background-color: #35668a;
  background-color: #abcae2;
  background-image: linear-gradient(90deg, rgba(57, 210, 248, 1), rgba(48, 97, 96, 1)); */
  background-image: linear-gradient(90deg, rgba(171, 176, 255, 1), rgba(255, 137, 179, 1) 19%, rgba(224, 216, 239, 1) 31%, rgba(216, 237, 255, 1) 61%);
  height: 820px;
}
.prof-wrap {
  width: 1000px;
  /* height: 1400px; */
  /* background-color: #afffec; */
  padding: 10px;
  margin: 0 auto;
  display: flex;
}
.prof-main-img {
  width: 48%;
  /* height: 1300px; */
  /* background-color: #b1c16a; */
  padding: 10px;
  margin: 0 auto;
}
.prof-main-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.prof-text {
  width: 48%;
  /* height: 1300px; */
  /* background-color: #394828; */
  padding: 10px;
  margin: 0 auto;
}
.prof-text1 {
  text-align: center;
  font-size: 40px;
  /* margin: 0 auto; */
  padding: 10px;
}
.prof-text3 {
  text-align: center;
  font-size: 20px;
  /* margin: 0 auto; */
  padding: 10px;
}
.prof-text2{
  font-size: 20px;
}
.prof-text2 span {
  font-size: 30px;
  color: #db0f2f;
}
.prof-text2 span:hover {
  /* transform: scale(1.1); */
  font-size: 50px;
}
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑プロフィール↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓実績↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.work-main {
  background-image: linear-gradient(90deg, rgba(171, 176, 255, 1), rgba(255, 137, 179, 1) 19%, rgba(224, 216, 239, 1) 31%, rgba(216, 237, 255, 1) 61%);
  height: 400px;
}
.work-wrap {
  width: 1000px;
  /* height: 1400px; */
  /* background-color: #afffec; */
  padding: 10px;
  margin: 0 auto;
}
.work-text {
  text-align: center;
  padding: 20px;
}
.work {
  display: flex;
  gap: 10px 10%;
}
.work1 {
  width: 30%;
}
.work1 p {
  padding: 15px 0;
}
.work-img1 {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  width: 100%;
}
.work-img1:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑実績↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */


/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓能力↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

.abi-main {
  background-image: linear-gradient(90deg, rgba(171, 176, 255, 1), rgba(255, 137, 179, 1) 19%, rgba(224, 216, 239, 1) 31%, rgba(216, 237, 255, 1) 61%);
  height: 600px;
}
.abi-wrap {
  width: 1000px;
  /* height: 1400px; */
  /* background-color: #afffec; */
  padding: 10px;
  margin: 0 auto;
}
.abi-text {
  text-align: center;
  padding: 10px;
}
.abi-text span {
  color: #db0f2f;
  font-size: 30px;
}
/* 共通部分 */
.abi {
  display: flex;
  height: 50px;
  padding-bottom: 20px;
}
.abi-1 {
  width: 10%;
  text-align: right;
  padding-right: 20px;
}
/* 上が10%なので実際は90%にしたい%をかけること */
.abi-2 {
  border: 2px solid #333;
  border-right: none;
}
.abi-3 {
  background-color: #b9f8ff;
  border: 2px solid #333;
  border-left: none;
}
.abi-3 div {
  text-align: right;
}

/* html */
.abi-html-2 {
  width: 72%;
  background-color: #ff7676;
}
.abi-html-3 {
  width: 18%;
}

/* css */
.abi-css-2 {
  width: 54%;
  background-color: #ffc676;
}
.abi-css-3 {
  width: 36%;
}
/* javaScript */
.abi-ja-2 {
  width: 36%;
  background-color: #c4ff76;
}
.abi-ja-3 {
  width: 54%;
}
/* jQuery */
.abi-jQuery-2 {
  width: 45%;
  background-color: #76ffa4;
}
.abi-jQuery-3 {
  width: 45%;
}
/* php */
.abi-php-2 {
  width: 27%;
  background-color: #76daff;
}
.abi-php-3 {
  width: 63%;
}
/* SQL */
.abi-sql-2 {
  width: 9%;
  background-color: #8f76ff;
}
.abi-sql-3 {
  width: 81%;
}
/* WordPress */
.abi-word-2 {
  width: 54%;
  background-color: #ff76ff;
}
.abi-word-3 {
  width: 36%;
}
/* you tube */
.abi-you-2 {
  width: 63%;
  background-color: #ff7694;
}
.abi-you-3 {
  width: 27%;
}



/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑能力↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */


/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ポリシー＆ルール↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

.pr-main {
  background-image: linear-gradient(90deg, rgba(171, 176, 255, 1), rgba(255, 137, 179, 1) 19%, rgba(224, 216, 239, 1) 31%, rgba(216, 237, 255, 1) 61%);
  height: 1500px;
}
.pr-wrap {
  display: flex;
  padding: 10px;
}
.cal1 {
  /* background-image: linear-gradient(90deg, rgba(226, 207, 255, 1), rgba(251, 253, 191, 1)); */
  width: 65%;
  height: 500px;
  margin: 0 auto;
  /* background-color: #1c85d8; */
}
.aco {
  width: 35%;
  height: 500px;
  margin: 0 auto;
  /* background-color: #76daff; */
}
.pr-img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.pri-img-con {
  width: 48%;
}
.pr-img1 {
  width: 100%;
}




/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ポリシー＆ルール↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */





/* カルーセル */

*, *::before, *::after {
  box-sizing: border-box;
}
li {
  list-style: none;
}
.cal {
  background-image: linear-gradient(90deg, rgba(226, 207, 255, 1), rgba(251, 253, 191, 1));
  /* width: 1200px; */
  height: 1000px;
  margin: 0 auto;
}
.cal-text {
  color: rgb(118, 49, 49);
  font-size: 50px;
  width: 1000px;
  text-align: center;
  margin: 0 auto 20px;
}

.mainImage {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 50px;
  padding: 0 40px;
  position: relative;
  user-select: none;
  /* border-radius: 20px; */
}
#mainImage {
  border-radius: 20px;
}


/* ここからボタンアクション */
.mainImage .prevImage,
.mainImage .nextImage {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  cursor: pointer;
} 

.mainImage .prevImage.inActive,
.mainImage .nextImage.inActive {
  opacity: .3;
  pointer-events: none;
}

.mainImage .prevImage {
  left: 0px;
}

.mainImage .nextImage{
  right: 0px;
}

.mainImage .prevImage::before,
.mainImage .nextImage::before {
  font-size: 30px;
  color: #555;
}

.mainImage .prevImage:hover,
.mainImage .nextImage:hover {
  opacity: .5;
}

/* ここまでボタンアクション */


.mainImage img {
  width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.mainImage .currentSlideNumber {
  text-align: center;
  margin: 20px;
}

.imagelist {
  /* max-width: 1000px; */
  /* background-size: 10%; */
  /* width: 100%; */
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 5%;
}

.imagelist li {
  background-size: 100%;
  width: 30%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: cover; */
  cursor: pointer;
  /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); */
  transition: .3s;
  border-radius: 20px;
  box-shadow: 5px 5px 0px 0px rgba(55, 186, 248, 0.65), 10px 10px 0px 0px rgba(0, 0, 0, 0.3), 15px 15px 0px 0px rgba(0, 0, 0, 0.2), 20px 20px 0px 0px rgba(0, 0, 0, 0.1);
}

.imagelist li:hover {
  opacity: .7;
  transform: scale(1.05);
}



/* アコーディオン */

/* * {
  box-sizing: border-box;
}
body {
    font-family: cursive, serif;
}
img {
    max-width: 100%;
}
li {
    list-style: none;
} */
/* ここまで基本設定 */

.wrapper {
    width: 600px;
    /* text-align: center; */
    margin: 10px auto;
    /* word-break: normal;
    overflow-wrap: normal; */
}
.accordion-body {
    overflow-wrap: normal;
}
/* .accordion-body {
    word-break: normal;
} */



/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 {
  padding: 20px;
}
.s_01 .accordion_one {
    /* max-width: 1024px; */
    margin: 0 auto;
  }
  .s_01 .accordion_one .accordion_header {
    background-color: #234557;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #3d7797;
  }
  .s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #58a9d5;
  }
  .s_01 .accordion_one .accordion_header:hover {
    opacity: .8;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }
  .s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
  }
  .s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .s_01 .accordion_one .accordion_inner {
    display: none;
    padding: 30px 30px;
    /* border-left: 2px solid #db0f2f;
    border-right: 2px solid #db0f2f;
    border-bottom: 2px solid #db0f2f; */
    box-sizing: border-box;
  }
  .s_01 .accordion_one:nth-of-type(2) .accordion_inner {
    /* border-left: 2px solid #ff9a05;
    border-right: 2px solid #ff9a05;
    border-bottom: 2px solid #ff9a05; */
  }
  .s_01 .accordion_one:nth-of-type(3) .accordion_inner {
    /* border-left: 2px solid #1c85d8;
    border-right: 2px solid #1c85d8;
    border-bottom: 2px solid #1c85d8; */
  }
  .s_01 .accordion_one .accordion_inner .box_one {
    height: 350px;
  }
  .s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
    font-size: 30px;
  }
  @media screen and (max-width: 1024px) {
    .s_01 .accordion_one .accordion_header {
      font-size: 18px;
    }
    .s_01 .accordion_one .accordion_header .i_box {
      width: 30px;
      height: 30px;
      margin-top: -15px;
    }
  }
  @media screen and (max-width: 767px) {
    .s_01 .accordion_one .accordion_header {
      font-size: 16px;
      text-align: left;
      padding: 15px 60px 15px 15px;
    }
  }


/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓お問い合わせ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

.mail {
  background-image: linear-gradient(90deg, rgba(171, 176, 255, 1), rgba(255, 137, 179, 1) 19%, rgba(224, 216, 239, 1) 31%, rgba(216, 237, 255, 1) 61%);
  height: 600px;
}
.mail1 {
  width: 1000px;
  display: flex;
  gap: 0 5%;
  margin: 0 auto;
}
.mail1-1 {
  width: 65%;
}
.mail1-2 {
  width: 30%;
}
.mail1-2 img {
  width: 100%;
}
input {
  width: 500px;
  height: 30px;
}
textarea {
  width: 500px;
}
.input {
  width: 200px;
  height: 50px;
  border-radius: 30%;
}












/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑お問い合わせ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */




/* transition */
.button {
  margin: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background-color: blue;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
}

.button:hover {
  opacity: .5;
  background-color: aqua;
  transform: scale(1.1);
}

.box {
  margin: 50px;
  width: 300px;
  height: 100px;
  font-size: 20px;
  font-weight: hold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: antiquewhite;
  border-radius: 5px;
  font-size: 30px;
  color: #2e4a37;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10pxs);
  box-shadow: -5px -5px 15px 5px rgba(0, 90, 255, 0.8), 5px 5px 15px 7px rgba(0, 213, 83, 0.8);
}

.box.active {
  visibility: visible;
  opacity: 1;
  transform: none;
}





