@charset "UTF-8";
/*-------------------------------------------
******************************PC
-------------------------------------------*/



@media screen and (min-width: 641px) {
html {
  font-size: 100%;
}

body {
  color: #001f3a;
  font-size: 1rem;
  font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",
  "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background-color: #e9e9e9;
}

#order-page {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  width: 220px;
  height: 60px;
  padding: 0 25px;
  color: #228bc8;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  position: fixed;
  right: 2%;
  bottom: 4%;
  transition-duration: 0.2s;
}
#order-page:hover {
  background: #228bc8;
  border: 1px solid #05639a;
  color: #fff;
}
#order-page:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #228bc8 transparent;
}
#order-page span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}
#order-page span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
#order-page span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #228bc8;
    border-right: 2px solid #228bc8;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}

.anchor {
  padding-top: 100px;
  margin-top: 100px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}
li {
  list-style: none;
}
li p{
  text-align: left;
  margin: 0 5%;
}
.site-title {
  width: 230px;
  line-height: 1px;
  padding: 5px 0;
}
.site-title a {
  display: block;
}
.section-title {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #383e45;
}
.content-title {
  font-size: 1.5rem;
  margin: 10px 0;
}
.guide-title {
  font-size: 2rem;
  text-align: center;
  margin: 45px auto;
}
#guide .content{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}

.s-title {
  font-size: 1.5rem;
  text-align: left;
  margin: 20px auto;
}

.guide-text{
  text-align: left;
}

.policy-text{
  text-align: left;
  margin: 40px auto;
}

#law .content{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}

.law-item{
  display: flex;
  width: 900px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #797979;
}

.law-title{
  padding-left: 3%;
  font-size: 1.1rem;
}

.law-text{
  width: 65%;
  font-size: 0.9rem;
  margin-left: 10%;
}

dl .law{
  display: flex;
  width: 900px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #797979;
}

.wrapper {
  max-width: 80%;
  margin: 0 auto 100px auto;
  padding: 0 4%;
  text-align: center;
}
.headerwrapper {
    max-width: 100%;
    margin: 0 auto 100px auto;
    padding: 0 4%;
    text-align: center;
    font-size: 1.0rem;
  }

/*-------------------------------------------
header
-------------------------------------------*/
#header {
    display: flex;
    background-color: white;
    justify-content: space-around;
    align-items: center;
    position: sticky;
    top: 0;
    margin: 0 auto;
}
#header ul {
  display: flex;
  font-weight:bold;
  padding: 10px 0;
}
#header li {
  margin-left: 30px;
}
#header li a {
  color: #24292e;
}
#header li a:hover {
  opacity: 0.7;
}

.sp-menu{
  display: none;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  margin-bottom: 80px;
  text-align: center;

}
#mainvisual img {
  width: 100%;
  height: auto;
}

/*-------------------------------------------
aboutus
-------------------------------------------*/
#aboutus .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
#aboutus img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-right: 30px;
}
#aboutus .text {
  text-align: left;
}
/*-------------------------------------------
works
-------------------------------------------*/
#works .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

dl{
    display: flex;
    width: 600px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #797979;
  }
  dl:last-child{
    border-bottom: 1px solid #797979;
  }

dt{
    width: 30%;
    float: left;
    font-size: 1.2rem;
    font-weight: 700;
  }

dd{
    width: 50%;
    font-size: 1rem;
    text-align: left;
    margin-left: 30%;
  }


/*-------------------------------------------
service
-------------------------------------------*/
#service ul {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
#service li {
  width: 45%;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  background-color: #001f3a;
  padding: 10px 0;
  text-align: center;
}

#footer p{
  color: #ffffff;
  font-size: 0.6rem;
}

#footer_nav ul{
  display: flex;
  justify-content: center;
  gap: 5%;
  margin: 10px 0 30px 0;
}
#footer_nav a{
  color: #ffffff;
  font-size: 0.8rem;
}
}






/*-------------------------------------------
******************************
******************************
******************************SP
******************************
******************************
-------------------------------------------*/
@media screen and (max-width: 640px) {

  body {
    color: #001f3a;
    font-size: 0.9rem;
    font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",
    "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background-color: #e9e9e9;
  }
  .wrapper {
    max-width: 95%;
    margin: 0 auto 100px auto;
    padding: 0 4%;
    text-align: center;
  }
  .headerwrapper {
      max-width: 100%;
      margin: 0 auto 100px auto;
      padding: 0 4%;
      text-align: center;
      font-size: 1.0rem;
    }
#header {
    display: flex;
    height: 7vh;
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    position: sticky;
    top: 0;
    margin: 0 auto;
    border-bottom: solid;
    border-color: #262626;
    border-width: 1px;
}


.anchor {
  margin-top: 100px;
}

.site-title{
  height: 100%;
}  
#header img {
    height: 100%;

  }




    /*-------------------------------------------
    header nav
    -------------------------------------------*/
    .pc-nav{
      display: none;
    }
    /* ハンバーガーボタンを押してチェックがONの時だけ
   スマホ用メニューを画面左端に移動する */
#sp-menu__check:checked ~ .sp-menu__content {
  left: 0;
}
.sp-menu__content {
  width: 100%;
  height: 50%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 90;
  background-color: #001f3a;
  
  /* 右端からゆっくり移動するように表示 */
  transition: all 1s;
}

header {
  display: flex;
  background: #eeeeee;
  height: 60px;
}
.main-menu {
  margin: 0 auto;
  display: flex;
  width: 1280px;
}

.sp-menu__box {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 6.5vh;
  width: 6.5vh;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background: #ffffff;
}
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #c0c0c0;
  position: absolute;
}
.sp-menu__box span:before {
  bottom: 8px;
}
.sp-menu__box span:after {
  top: 8px;
}
#sp-menu__check {
  display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0);
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
}
.sp-menu__list {
  padding: 70px 10px 0;
}
.sp-menu__item {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
}

#order-page {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #228bc8;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  width: 220px;
  height: 50px;
  padding: 0 25px;
  color: #f5f5f5;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  position: fixed;
  right: 2%;
  bottom: 6%;
  transition-duration: 0.2s;
}
#order-page:hover {
  background: #228bc8;
  border: 1px solid #05639a;
  color: #fff;
}
#order-page:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #228bc8 transparent;
}
#order-page span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}
#order-page span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
#order-page span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #228bc8;
    border-right: 2px solid #228bc8;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}
.section-title{
  border-bottom: solid 1px #383e45;
}    

.content-title{
  text-align: left;
}    

.text p {
  text-align: left;
  margin: 0 5%;
}

li p {
  text-align: left;
  margin: 0 2%;
}    

li img {
  width: 75%;
  margin: 15px 0;
}

.info-item{
  margin-top: 20px; 
}

.guide-title{
  font-size: 1.5rem;
  text-align: center;
  margin: 25px auto;
}

.text .guide-text{
  text-align: left;
  margin: 0;
}

.s-title{
  font-size: 1.1rem;
  text-align: left;
  margin: 20px auto;
}

p.policy-text{
  text-align: left;
  margin: 40px auto;
}

#law{
  max-width: 95%;
  margin: 10px auto;
}

dt.law-title {
  background-color: #dbdbdb;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  padding: 8px;
}
dd.law-text {
  font-size: 0.9em;
  text-align: left;
  padding: 8px;
}

    /*-------------------------------------------
    Mainvisual
    -------------------------------------------*/
    #mainvisual img {
      width: 100%;
      max-width: 650px;
      height: auto;
    }
    #mainvisual {
    text-align: center;

}

  
    /*-------------------------------------------
    aboutus
    -------------------------------------------*/
    #aboutus .content {
      flex-direction: column;
    }
    #aboutus img {
      margin-right: 0;
      max-width: 130px;
      border-radius: 50%;
      margin: 10% 0;
    }
  
    /*-------------------------------------------
    service
    -------------------------------------------*/
    #service ul {
      flex-direction: column;
      list-style: none;
      margin-top: 20px;
    }
    #service li {
      width: 100%;
      margin-bottom: 30px;
    }
    /*-------------------------------------------
    works
    -------------------------------------------*/
    dt.info-title {
      background-color: #dbdbdb;
      font-size: 1em;
      font-weight: bold;
      text-align: left;
      padding: 8px;
    }
    dd.info-text {
      font-size: 1em;
      text-align: left;
      padding: 8px;
    }
    #service li {
      width: 100%;
      margin-bottom: 30px;
    }
    /*-------------------------------------------
    footer
    -------------------------------------------*/
    #footer {
      background-color: #001f3a;
      font-size: 0.6rem;
      padding: 10px 0;
      text-align: center;
    }
    #footer p{
      color: #ffffff;
    }
    #footer_nav{
      display: none;
    }
  }