
@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,w
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html { font-size: 62.5%; 
    overflow: auto;
  }
body{
  overflow: hidden;
  font-size: 1.6em;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.8;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

body,a{
  letter-spacing: 0.5px;
  color:#000;
  text-decoration: none;
  line-height: 1.8;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.txt_ctr{
  text-align: center;
}

.w1200{
  width: 1200px;
  margin-right:auto;
  margin-left:auto;
  max-width: 100%;
  padding-right:10px;
  padding-left:10px;
  box-sizing: border-box;
}
.w800{
  width: 800px;
  margin-right:auto;
  margin-left:auto;
  max-width: 100%;
  padding-right:10px;
  padding-left:10px;
  box-sizing: border-box;
}


a:hover{
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      color: #ccc;
}

a img:hover{
  opacity: .5;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

img{
  max-width: 100%;
}

.btn{
  text-align: center;
}

.btn a{
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  background:#0cbce2;
  padding:10px 50px;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px rgba(161, 161, 161, 0.3);
}

.btn a:hover{
  color: #0cbce2;
  background: #fff;
}

.en{
  font-family: "Charm", cursive;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p.title{
  font-weight: bold;
}
#page-top{
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#page-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #0cbce2;
    color: #fff;
    letter-spacing: 0 !important;
    border-radius: 45px;
}

/****************************************************************************************************************************
    サイドナビ
****************************************************************************************************************************/
.sideNavi{
  display: block;
  width: 300px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: auto;
  right:0;
  z-index: 10000;
  overflow: hidden;
  -moz-transform: translate(317px, 0);
  -webkit-transform: translate(317px, 0);
  -o-transform: translate(317px, 0);
  -ms-transform: translate(317px, 0);
  transform: translate(317px, 0);
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.sideNavi.on{
  -moz-transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sideNavi .sideNavi_in{
  width: 317px;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
}

.sideNavi .sideNavi_in .sideNavi_box{
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0 0 0 15px;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title p{
  flex: 1;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
  width: 60px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor:pointer;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span{
  width: 31px;
  height: 31px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:before{
  content: '';
  display: block;
  width: 31px;
  height: 1px;
  background-color: #111;
  position: absolute;
  top:0;
  left: 0;
  right:0;
  bottom:0;
  margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:after{
  content: '';
  display: block;
  width: 1px;
  height: 31px;
  background-color: #111;
  position: absolute;
  top:0;
  left: 0;
  right:0;
  bottom:0;
  margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .menu{
  border-top: solid 1px #ddd;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li{
  display: block;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-bottom: dashed 1px #ddd;
  padding: 0 40px 0 15px;
  color: #111;
  position: relative;
  font-weight: bold;
}

/*.sideNavi .sideNavi_in .sideNavi_box .menu li a:after{
  font-family: fontawesome;
  content: '\f101';
  font-size: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: auto;
  right: 10px;
  bottom: 0;
  margin: auto;
  color: #6bccd1;
  font-weight: normal;
}*/

.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover{
  background-color: #010e3b;
  color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/*.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover:after{
  color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}*/

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a{
  background-color: #004e83;
  color: #fff;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a:after{
  display: none;
}

.sideNavi_bg{
  display: none;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0,0.4);
  cursor:pointer;
}

.trigger{
  position: fixed;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  cursor:pointer;
  top: 10px;
  right:10px;
}

.trigger p{
  display: block;
  content: '';
  width: 22px;
  height: 2px;
  background-color: #111;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.trigger span{
    background-color: #111;
    width: 22px;
    height: 2px;
}
.trigger:before{
  display: block;
  content: '';
  width: 22px;
  height: 2px;
  background-color: #111;
  position: absolute;
  top:2px;
  left: 0;
  right:0;
  bottom:auto;
  margin: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.trigger:after{
  display: block;
  content: '';
  width: 22px;
  height: 2px;
  background-color: #111;
  position: absolute;
  top:auto;
  left: 0;
  right:0;
  bottom:2px;
  margin: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}



@media screen and (max-width: 920px){
  .sideNavi .sideNavi_in .sideNavi_box .menu li a:after{
    right: 30px;
  }
  .sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
    margin-right: 15px;
  }
}

header {
  background-image: url(../image/bg01.png),url(../image/bg02.png),url(../image/bg03.png);
  background-repeat: no-repeat;
  background-position: -80px 150px,-100px 600px,500px 500px;
  padding-bottom: 800px;
}
header ul.slider{
  width: 97%;
  margin: 0 auto;
}
header ul.slider li{
  height:750px;
  border-radius: 50px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

header .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo{
  width: 404px;
  padding: 50px;
}

header .header_right nav{
  display: flex;  
  justify-content: center;
}
header .header_right nav ul{
  display: flex;
  align-items: center;
  margin: 0 auto 30px auto;  
}
header .header_right nav ul li a{
  font-size: 2.0rem;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  margin-left: 10px;
  color: #40222e;
  align-items: center;
}
header .header_right nav ul li a:before{
  content:"" ;
  background-image: url(../image/dots.png);
  display: block;
  width: 18px;
  height: 16px;
  margin-right: 10px;
}

.information{
  text-align: center;
  margin-top: 160px;
}
.information p{
  margin: 50px 0;
}
.information .btn{
  margin-bottom: 20px;
}
.information .tel span{
  font-size: 3.6rem;
}

footer{
  padding: 50px 0 50px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
footer .flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .company_name{
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .company_name span{
  font-size: 2.0rem;
}
footer nav ul{
  display: flex;
  margin: 10px 0 0px 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer nav ul li{
  padding: 0 15px;
}
footer nav ul li a{
  display: flex;
}
footer nav ul li a:after{
  font-family: "Font Awesome 6 Free";
  content:'\f105';
  font-weight: 900;
  padding-left: 8px;
}
footer .copyright{
  border-top: 1px solid #555;
  font-size: 1.4rem;
  margin-top: 50px;
  padding-top: 50px;
  text-align: center;
}




button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

.privacy .page_conts{
  margin-bottom: 80px;
}

.privacy p.ttl{
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 30px;
}

.privacy{
  margin-bottom: 80px;
}


@media screen and (max-width: 1200px){
  header .header_right nav ul li a{
    font-size: 1.6rem;
  }
  footer .flex{
    display: block;
  }
  footer{
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  footer nav {
    margin-bottom: 30px;
  }
  footer nav ul{
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer nav ul li{
    padding-left: 0;
  }

}

@media screen and (max-width: 980px){
  .header_right{
    display: none;
  }
  header ul.slider li{
    height:50vw;
  }


}

@media screen and (max-width: 750px){

  .information{
    margin-top: 80px;
  }




  .mailform input, .mailform textarea{
    width: 100%;
    box-sizing: border-box;
  }

  .mwform-tel-field input{
    width: 28%;
  }
  .mailform .form dl dt{
    width: 100%;
    margin-bottom: 10px;
  }
  .mailform .form dl dd{
    width: 100%;
  }
  .w800{
    width: 100%;
  }
  .w800.form{
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .page.contact .tel span{
    font-size: 2.0rem;
  }
  .page.contact .tel{
    margin: 50px auto;
    font-size:1.4rem;
  }

}

@media screen and (max-width: 600px){
  header .logo{
    padding: 20px 50px;
  }
  header ul.slider li{

  }
  footer{
    padding:50px 0 20px 0;
  }
  footer nav ul{
    display: block;
  }
  footer .company_name{
    font-size: 2.0rem;
  }
  footer .copyright{
    font-size: 1.2rem;
    margin-top: 20px;
    padding-top: 20px;
  }

}