@charset "UTF-8";

/* 共通部分
------------------------------- */
html{
  font-size: 100%;
}

body{
  font-family: 'Sawarabi Mincho', sans-serif;
}

a{
  text-decoration: none;
}

img{
  max-width: 100%;
}

/* 画像もドラッグ操作禁止 */
img {
 -webkit-user-drag: none;
  pointer-events: none;
}

#cursor{
  cursor:none;
  cursor: url(images/Mousecursor.png)24 10, auto;
}

/* header
--------------------------------- */
body{
  margin: 0;
  padding: 0;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 100px;
  background: rgb(255, 255, 255);
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(38, 57, 189, 0.4);
}

.logo{
  padding: 10px 20px;
  margin: 3px auto;
  width: 170px;
  float: left;
}

header nav{
  float: right;
}

header nav .h_ul{
   margin: 0;
   padding: 0;
   display: flex;
}

header nav .h_ul .h_li{
  list-style: none;
  position: relative;
}

header nav .h_ul .h_li.sub-menu:before{
  font-family: fontAwesome;
  content: '\f0d7';
  position: absolute;
  line-height: 76px;
  color: rgb(0, 0, 0);
  right: 6px;
}

header nav .h_ul .h_li.active.sub-menu:before{
  content:'\f0d8';
}

header nav .h_ul .h_li .h_ul_2{
  margin: 0 auto;
  position: absolute;
  left:0;
  background-color:rgb(230, 230, 230);
  display: none;
}

header nav .h_ul .h_li.active .h_ul_2{
  display:block;
}

header nav .h_ul .h_li .h_ul_2 .h_li_2{
  display: block;
  width:200px;
  border-top: 2px solid rgba(38, 57, 189, 0.3);
}

header nav .h_ul .h_li .h_a{
  height: 50px;
  line-height: 50px;
  padding: 10px 20px;
  margin: 3px auto;
  color:rgb(0, 0, 0);
  text-decoration: none;
  display: block;
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}

header nav .h_ul .h_li .h_a:hover,
header nav .h_ul .h_li .h_a.active{
  color: rgb(255, 255, 255);
  background:rgb(70, 70, 70);
}

.menu-toggle{
  color: rgb(63, 94, 164);
  float: right;
  font-size: 45px;
  margin-top: 10px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  cursor: url(images/Mousecursor.png)24 10, auto;
}

.menu-toggle:hover {
  background: rgb(255, 255, 255);
  color: rgb(70, 70, 70);
  transform: scale(1.2);
  transition: .2s cubic-bezier(0.5, 1, 0.89, 1);
}

/* MAIN
--------------------------------- */

main{
  text-align: center;
  padding: 0 20px;
}

.title{
  font-size: 19px;
  width: 10rem;
  line-height: 2rem;
  margin: 1em auto;
  margin-bottom: 2rem;
  padding:1em;
  position: relative;
  z-index: -1;
}

.page_top{
    width: 100%;
    margin: 6rem auto;
  }

  .border{
    border-style:solid;
    border-color: rgba(10, 10,	10 ,0.6);
    border-width: 1px;
    max-width: 2rem;
    display: flex;
    margin: 40px auto;
  }

.ear_ring{
  width: 50px;
  height: auto;
}

.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

.profile_icon{
  width: 33rem;
  border: solid 3px;
  border-color: rgba(63, 94, 164 ,0.6);
  line-height: 30px;
}

em{
  font-size: 1.5rem;
  margin-top: 1.25rem;
  line-height: 5rem;
}

h2{
  border: solid 3px;
  border-color: rgba(63, 94, 164 ,0.6);
  display:inline-block;
  padding:0 2.5rem 1.25rem;
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1rem;
}

/* h3-------------------- */

h3{
  font-size: 1rem;
  line-height: 2rem;
  display: inline-block;
}

.Clients{
  font-size: 1rem;
  line-height: 1rem;
  padding: 7px 0;
  margin: 25px auto;
}

.ex_p{
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}


dt{
  padding: 14px;
}

dd{
  margin: 30px auto;
}

.Tool_ul{
  border: solid 3px;
  border-color: rgba(63, 94, 164 ,0.6);
  list-style-position: inside;
  list-style-type: square;
  padding: 1rem 60px;
}

.Tool_li{
  text-indent: -19px;
  text-align: left;
  padding: 1rem 0;
}

h4{
  margin-top: 25px;
  line-height: 4rem;
}

a:visited{
    color: rgba(63, 94, 164 ,0.6);
}

a:hover{
    color: rgba(10, 10,	10 ,1.0);
}

.blue{
  text-decoration: underline 1.6px;
  text-decoration-color: rgba(63, 94, 164 ,0.9);
  text-underline-offset: 7.5px;
}

.black{
  text-decoration: underline 1.6px;
  text-decoration-color: rgba(10, 10,	10 ,0.9);
  text-underline-offset: 7.5px;
}

/* FOOTER
--------------------------------- */

footer{
  text-align: center;
  padding: 30px 0;
  font-size: 90%;
}

/* header mobile
--------------------------------- */
@media (max-width:1000px) {

  header{
    padding: 0px 24px;
  }

  .menu-toggle{
    display: block;
  }

  header nav{
    /* display: none; */
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    background:rgb(255, 255, 255);
    top: 78px;
    left: 0;
    transition: 0.5s;
  }

  header nav.active{
    left: 100%;
  }

  header nav .h_ul{
    display: block;
    text-align: center;
  }

  header nav .h_ul .h_li .h_a{
    margin: 0 auto;
    border-bottom: 2px solid rgba(38, 57, 189, 0.4);
  }

  header nav .h_ul .h_li.active .h_ul_2{
    position:relative;
    background-color:rgb(230, 230, 230);
  }
  header nav .h_ul .h_li .h_ul_2 .h_li_2{
    width:100%;
    border-top:none;
  }

  header nav .h_ul .h_li.sub-menu:before{
    padding: 0 100px;
  }
}

/* MOBILE
---------------------------------- */
@media (max-width:750px) {

  .profile_title{
    width: 140px;
  }

  .ear_ring{
    width: 40px;
    height: auto;
  }

  .title{
    font-size: 16px;
  }

  .profile_icon{
    width:20rem;
  }

  em{
    font-size: 1.3rem;
  }

  h2{
    font-size: 1rem;
  }

   h3{
    font-size: 90%;
  }

  .Clients{
    font-size: 80%;
  }

  h4{
    font-size: 80%;
  }
}

@media (min-width:600px) {

.br-sp{
  display:none;
　}
}

@media (max-width:540px) {
  iframe{
    width: 100%;
    height: 100%;
    aspect-ratio:16 / 9;
    border-radius: 20px;
  }

  h2{
    font-size: 80%;
  }

  h3{
    font-size: 80%;
  }

  .Clients{
    font-size: 80%;
  }

  h4{
    font-size: 80%;
  }

  h4 img{
    width:30%;
  }

}
