@charset "utf-8";

html{
  font-size: 62.5%;
  font-feature-settings: "palt"
}
body{
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.6em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.sub_tit{
  font-family: 'Montserrat';
}
img{
	max-width: 100%;
  height: auto;
}
a{
	text-decoration: none;
}
a.no-click{
  pointer-events: none;
}
.SP{
  display: none;
}
.MV_SP{
  display: none;
}
/*section_tit*/
h2{
  font-weight: bolder;
  font-size: 40px;
  text-align: center;
  margin: 0 auto 30px auto;
}
/*orange tit*/
h3{
  font-weight: bold;
}
/*inner tit*/
h4{
  font-weight: bold;
  font-size: 30px;
  color: #e77800;
  text-align: center;
}
h4 span{
  font-weight: bold;
}
h5{
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1.6em;
}
/*flex box*/
.flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.jc_flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sa_flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
	justify-content: space-around;
}
.wr_flex{
  -webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
}
/*section common*/
.sec_gray_back{
  background-image: url(../img/gray_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section{
  padding: 50px 0;
}
.section_inner{
  width: 1200px;
  margin: 75px auto;
}
.section_tit span:first-of-type{
  display: block;
  width: 1px;
  height: 45px;
  border-left: solid 1px #1d2a55;
  margin: 0 auto 70px auto;
}
.sub_tit{
  font-size: 14px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 300px;
  border-top: solid 1px #1d2a55;
  padding-top: 40px;
}
.label_contact{
  background-color: #c2ccec;
  padding: 80px 0;
  text-align: center;
}
.label_contact p{
  margin: 60px 0;
}
.label_contact div span a{
  font-size: 35px;
  font-weight: bold;
  color: #1d2a55;
  padding-top: 5px;
}
.label_contact div img{
  padding-right: 20px;
  margin-bottom: -7px;
}
/*header*/
header img{
  padding: 10px 0;
  padding-left: 100px;
}
header ul li a{
  color: #000;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  padding: 50px 30px 20px 30px;
  position: relative;
}
header ul li a::after{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #1d2a55;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header ul li a:hover::after{
  width: 100%;
}
header ul li:last-of-type{
  background-color: #1d2a55;
}
header ul li:last-of-type a{
  color: #fff;
  padding: 50px 30px;
}
/*MV*/
.bx-wrapper{
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
a.bx-prev,a.bx-next{
  display: none;
}
.bx-pager{
  display: none;
}
/*section greeting*/
.top_name{
  display: block;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
}
.sec_greeting .section_inner.jc_flex div:first-of-type{
  width: fit-content;
}
.sec_greeting .section_inner.jc_flex div:last-of-type{
  width: 53%;
  text-align: center;
}
.iframe_box{
  margin: 70px auto;
  text-align: center;
}
iframe{
  width: 780px;
  height: 400px;
}
/*section buisiness*/
.sec_buisiness .section_inner.first_txt p{
  padding: 0 30px;
}
h6 span:first-of-type{
  color: #1d2a55;
}
h6 span:last-of-type{
  font-size: 25px;
  font-weight: bold;
}
h6{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.sec_buisiness dl{
  width: 40%;
  padding: 0 60px;
}
.sec_buisiness dd p{
  text-align: center;
}
.sec_buisiness h4{
  margin-bottom: 80px;
}
.sec_buisiness .jc_flex.wr_flex{
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec_buisiness .jc_flex.wr_flex img{
  display: block;
  margin-bottom: 30px;
}
.sec_buisiness h4.blk{
  color: #000;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.sec_buisiness h4.blk span{
  font-size: 24px;
  font-weight: bold;
}
.sec_buisiness p:last-of-type{
  text-align: center;
  margin-top: 30px;
}
/*section products*/
.products_list dl{
  position: relative;
  height: 400px;
  margin-bottom: 40px;
}
.products_list dd{
  position: absolute;
}
.products_list dd:first-of-type{
  background-color: #e77800;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  width: 295px;
  margin: 0 auto;
  bottom: 75px;
  right: 0;
  left: 0;
}
.products_list dd:first-of-type span{
  font-size: 18px;
  font-weight: bold;
}
.products_list dd:last-of-type{
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
}
.products_list div + p{
  text-align: center;
  font-size: 15px;
}
.products_about dl{
  width: 40%;
  padding: 0 60px;
}
.products_about dd p{
  text-align: center;
}
.products_about h6{
  text-align: center;
}
.products_about .jc_flex{
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.products_about .jc_flex.row_reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 30px;
}
.products_about h4{
  margin: 100px auto 50px auto;
}
.products_about a{
  background-color: #1d2a55;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 450px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 0;
}
.products_about a:hover{
  opacity: .8;
  transition: .5s;
}
/*section profile*/
.sec_profile h4{
  margin: 120px 0 50px 0;
}
.sec_profile table{
  width: 900px;
  margin: 0 auto;
}
.sec_profile table th{
  background-color: #1d2a55;
  color: #fff;
  padding: 15px 0;
  width: 165px;
}
.sec_profile tr{
  display: block;
  margin-bottom: 5px;
}
.sec_profile td{
  padding: 15px 0 15px 50px;
}
.sec_profile td a{
  display: inline;
  color: #000;
  background-color: unset;
  font-weight: inherit;
}
.sec_profile a{
  background-color: #e77800;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 450px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 0;
}
.sec_profile a:hover{
  opacity: .8;
  transition: .5s;
}
/*section access*/
.sec_access iframe{
  width: 1200px;
  height: 360px;
}
/*footer*/
footer{
  background-color: #1d2a55;
  text-align: center;
  padding-bottom: 10px;
}
footer img{
  display: block;
  margin: 0 auto;
}
footer img:first-of-type{
  padding: 75px 0 45px 0;
}
footer img:last-of-type{
  padding-bottom: 40px;
}
footer p{
  color: #fff;
  line-height: 2em;
}
footer p a{
  display: inline;
  color: #fff;
  border: none;
}
footer a{
  display: block;
  border: #e77800 solid 1px;
  color: #e77800;
  width: 340px;
  padding: 10px 0;
  margin: 60px auto 200px auto;
}
footer a:hover{
  opacity: .8;
  transition: .5s;
}
footer small{
  font-size: 14px;
  color: #fff;
}
/*page thanks*/
.sec_thanks p{
  text-align: center;
}
.sec_thanks a{
  display: block;
  border: #e77800 solid 1px;
  color: #e77800;
  width: 340px;
  padding: 10px 0;
  margin: 60px auto 200px auto;
  text-align: center;
}
.sec_thanks a:hover{
  opacity: .8;
  transition: .5s;
}

/*for smallPC*/
@media screen and (max-width:1350px){
  header img {
    padding: 0.741vw 0;
    padding-left: 3.407vw;
    width: 31.259vw;
  }
  header ul li a {
    color: #000;
    font-weight: bold;
    font-size: 1.333vw;
    display: inline-block;
    padding: 3.704vw 2.222vw 1.481vw 2.222vw;
    position: relative;
  }
  header ul li:last-of-type a {
    color: #fff;
    padding: 3.704vw 2.222vw;
  }
  .section_inner{
    width: 90%;
  }
  h2 {
    font-weight: bolder;
    font-size: 2.963vw;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .sec_greeting .jc_flex{
    display: block;
  }
  .sec_greeting .jc_flex div{
    margin: 0 auto 30px auto;
  }
  .sec_greeting .section_inner.jc_flex div:last-of-type {
    width: 90%;
    text-align: left;
}
.sec_access iframe {
  width: 88.889vw;
  height: 360px;
}
.sec_buisiness .jc_flex{
  display: block;
}
.sec_buisiness .jc_flex img,
.sec_buisiness .jc_flex dl{
  margin: 0 auto;
}
.sec_buisiness .jc_flex dl{
  width: 60%;
  margin-bottom: 30px;
}
.sec_products .jc_flex{
  display: block;
}
.sec_products .jc_flex img,
.sec_products .jc_flex dl{
  display: block;
  margin: 0 auto 30px auto;
}
.sec_buisiness p:last-of-type {
  text-align: left;
}
.products_about dd p {
  text-align: left;
}
.products_about dl {
  width: 48%;
}
}
/*for Tablet*/
@media screen and (max-width:999px){
  .PC{
    display: none;
  }
  .SP{
    display: block;
  }
  .MV_SP{
    display: none;
  }
  .MV_PC{
    display: block;
  }
  h2{
    font-size: 25px;
  }
  h4{
    line-height: 1.5em;
    font-size: 20px;
  }
  header ul li a{
    font-size: 18px;
  }
  nav.NavMenu{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    width: 100%; 
    transform: translateY(-100%); 
    transition: all 0.6s; 
  }
  nav.NavMenu ul{
    background: #1d2a55;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  nav.NavMenu ul li{
    list-style-type: none;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  nav.NavMenu ul li:last-child{
    padding-bottom: 0;
  }
  nav.NavMenu ul li a{
    display: block;
    color: #fff;
    padding: 10px 0;
  }
  nav.NavMenu.active{
    transform: translateY(0%);
  }
  .Toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 13;
    background-color: #1d2a55;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 31px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out; 
    -moz-transition: .35s ease-in-out; 
    transition: .35s ease-in-out; 
    left: 7px;
  }
  .Toggle span:nth-child(1) {
    top: 10px;
  }
  .Toggle span:nth-child(2) {
    top: 20px;
  }
  .Toggle span:nth-child(3) {
    top: 30px;
  }
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #fff;
  }
  .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);
    border-bottom: solid 3px #fff;
  }
  iframe {
    width: 90vw;
    height: 48vw;
}
.sec_profile table {
  width: 95%;
  margin: 0 auto;
}
.sec_buisiness .jc_flex dl {
  width: 80%;
  margin-bottom: 30px;
}
}
@media screen and (max-width:760px){
  .MV_SP{
    display: block;
  }
  .MV_PC{
    display: none;
  }
  .sec_buisiness .sa_flex{
    display: block;
  }
  h6{
    text-align: center;
    margin-bottom: 20px;
  }
  .products_about dl {
    width: 80%;
    padding: 0 60px;
}
header img {
  padding: 10px 0;
  padding-left: 20px;
  width: 270px;
}
.iframe_box {
  margin: 30px auto;
  text-align: center;
}
.sec_buisiness h4 {
  margin-bottom: 40px;
}
.sec_profile a {
  background-color: #e77800;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 0;
}
.products_about a {
    background-color: #1d2a55;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 300px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px 0;
}
h5 {
  max-width: 90%;
  margin: 0 auto;
}
.sec_buisiness dl {
  padding: 0;
}
.products_about dl {
  padding: 0;
}
}
/*for SP*/
@media screen and (max-width:500px){
  footer a {
    display: block;
    border: #e77800 solid 1px;
    color: #e77800;
    width: 90%;
    padding: 10px 0;
    margin: 60px auto 200px auto;
}
footer img:last-of-type{
  width: 90%;
}
footer p{
  padding: 0 20px;
  font-size: 15px;
}
footer small{
  font-size: 12px;
}
.label_contact {
  background-color: #c2ccec;
  padding: 50px 10px;
  text-align: center;
}
h5 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 1.6em;
}
.label_contact p {
  margin: 30px 0;
}
.section_inner {
  margin: 50px auto;
}
.policy_box {
  width: 90%;
  margin: 50px auto;
}
.sec_profile h4 {
  margin: 80px 0 30px 0;
}
.sec_profile table th {
  background-color: #1d2a55;
  color: #fff;
  padding: 15px 0;
  width: 110px;
  font-size: 15px;
}
.sec_profile td {
  padding: 10px 0 10px 10px;
  font-size: 15px;
}
.label_contact div img {
  padding-right: 15px;
  margin-bottom: -7px;
}
.label_contact div span a {
  font-size: 32px;
  font-weight: bold;
  color: #1d2a55;
  padding-top: 5px;
}
.products_about h4 {
  margin: 80px auto 30px auto;
}
iframe {
  width: 90vw;
  height: 58vw;
}
header img {
  padding: 10px 0;
  padding-left: 15px;
  width: 240px;
}
.sec_thanks a{
  max-width: 90%;
}
body{
  min-width: 350px;
}
}