@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (max-width:680px) {
}
html{
    font-size: 62.5%;
}
body {
    font-size:1.6rem;
    font-feature-settings: 'palt';
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    color: #111111;
    box-sizing: border-box;
    text-align: justify;
}
img{
    display: block;
    max-width: 100%;
    margin: auto;
}
a{
    color: #000;
}
a:hover {
	opacity:0.6;
	}
h3.h3_style{
    font-size: 3.6rem;
    font-weight: bold;
    font-style: italic;
}
h3.h3_style span{
    font-size: 2.6rem;
    color: #0085CE;
    margin-left: 1rem;
}
h3.h3_style.white,
h3.h3_style.white span{
    color: #fff;
}
h3.h3_style02{
    position: relative;
    width: 600px;
    max-width: 100%;;
    font-size: 3.6rem;
    font-weight: bold;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 1rem;
}
h3.h3_style02:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 10px;
    border-bottom: 1px solid #000000;
}

.ttl_line{
    max-width: 600px;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.ttl_line02{
    font-size: 2rem;
    margin-bottom: 1rem;
}
.ttl_line02:before{
    content: "";
    display: inline-block;
    background: url("../img/com/line.png") no-repeat center center;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin-bottom: -3px;
    margin-right: 0.5rem;
}
h4.h4_style{
    font-size: 2.6rem;
    margin-bottom: 2rem;
}
.bb_blue{
    display: inline-block;
    border-bottom: 3px solid #0085CE;
}
@media screen and (max-width:1050px) {
h3.h3_style02{
    max-width: 50%;
    text-align: center;
    margin: auto;
}
}
@media screen and (max-width:890px) {
h3.h3_style{
    font-size: 2.8rem;
}
h3.h3_style span{
    display: block;
    margin-left: 0;
    font-size: 2rem;
}
h3.h3_style.white span{
    display: inline-block;
    margin-left: 1rem;
    color: #fff;
}
h3.h3_style02{
    max-width: 100%;
    font-size: 2.8rem;
}

h4.h4_style{
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
}
.w850,
.w1120,
.w1300{
    display: block;
    width: 100%;
    margin: auto;
}
.w1300{
    max-width: 1300px;
}
.w1120{
    max-width: 1120px;
}
.w850{
    max-width: 850px;
}
@media screen and (max-width:1300px) {
.w850,
.w1120,
.w1300{
    width: 90%;
}
}
.flex_set{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sp{
    display: none !important;
}
@media screen and (max-width:650px) {
.pc{
    display: none !important;
}
.sp{
    display: block !important;
}
}
.text_center{
    text-align: center;
}
.header_wrap{
    padding: 1rem 5rem;
    background: #fff;
    align-items: center;
}
.logo{
    max-width: 300px;
}
.g_nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu__button{
    display: none;
}
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}
.header_nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header_nav li a{
    display: block;
    padding-left: 3rem;
}
.header_nav li:first-child a{
    padding-left: 0;
}
.header_contact_btn{
    display: block;
    padding: 1rem 2rem;
    margin-left: 3rem;
    background: #13479E;
    border: 1px solid #13479E;
    border-radius: 50px;
    color: #fff;
    transition: .5s;
}
.header_contact_btn:hover{
    background: #fff;
    color: #13479E;
}
@media screen and (max-width:1350px) {
.header_wrap{
    padding: 1rem;
}
.menu{
  width: 100%;
}
.logo{
    max-width: 250px;
    margin: 0 auto 10px;
}
.g_nav{
    width: 100%;
    justify-content: center;
    margin: auto;
}
}
@media screen and (max-width:1050px) {
.logo{
    margin: 0 auto;
}
.header_nav,
.g_nav{
    flex-wrap: wrap;
    text-align: center;
}
.g_nav{
    margin-top: 100px;
}
.header_nav li {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #000;
}
.header_nav li a{
    padding-left: 0;
}

.header_nav li a:after,
.header_nav li:last-child a:after{
    display: none;
}
.header_contact_btn{
    width: 82%;
    padding: 1rem;
    margin: 1.5rem auto;
}
.menu {
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(255,255,255,1);
    transition: width .2s;
    overflow: hidden;
    z-index: 1000;
}
.menu--isOpen {
    width: 350px;
}
.menu__button {
    display: block;
    position: fixed;
    right: 10px;
    top: 5px;
    width: 46px;
    height: 46px;
    border-radius: 5px;
}
.menu__button span {
    display: block;
    width: 80%;
    margin: auto;
    height: 4px;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100% - 4px)/2);
    border-radius: 3px;
    transition: .2s;
}
.menu__lineTop {
      transform: translateY(-10px);
}
.menu__lineBottom {
    transform: translateY(10px);
}
.menu--isOpen .menu__lineTop {
    transform: rotate(45deg);  
}
.menu--isOpen .menu__lineMiddle {
    opacity: 0;
}
.menu--isOpen .menu__lineBottom {
    transform: rotate(-45deg);  
}
}
.main_img img{
    width: 100%;
    z-index: -1;
}
footer{
    border-top: 1px solid #C2C2C2;
    padding-top: 4rem;
}
.company_add .footer_logo{
    margin: 0 auto 1rem 0;
}
.footer_link_list{
    width: 510px;
}
.footer_link_list li{
    width: 33%;
}
.copy{
    background: #0085CE;
    padding: 0.5rem 0;
    margin-top: 4rem;
    text-align: center;
    color: #fff;
    font-style: italic;
}
@media screen and (max-width:1050px) {
.footer_link_list{
    display: none;
}

}
.button-5{
  width:140px;
  height:50px;
  border:1px solid #000;
  text-align:center;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  margin: 1rem 0;
}
.button-5.mt3{
    margin-top: 3rem
}
.button-5 a{
    display: block;
    width: 100%;
    height: 100%;
    line-height:50px;
    transition:all .5s ease;
    z-index:2;
    position:relative;
}
.eff-5{
  width:140px;
  height:50px;
  left:-140px;
  top:-50px;
  background:#000;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-5:hover .eff-5{
  left:0;top:0;
}
.button-5:hover a{
  color:#fff;
}
.details_list_wrap{
    margin: 5rem auto 15rem; 
}
.details_list_bg_blue{
    background: rgba(0,133,206,0.125);
    padding: 4rem 5rem 3rem;
    margin-top: -3.5rem;
}
.details_list{
    width: 960px;
    max-width: 95%;
    margin:  3rem auto 0;
    padding: 3rem 5rem;
    background: #fff;
}
.details_list li{
    width: 50%;
}
.details_list li:first-child{
    padding-right: 4rem;
    border-right: 1px solid #707070;
}
.details_list li:nth-child(2){
    padding-left: 4rem;
}
.details_list li h4{
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.details_list .button-5{
    margin: 3rem 0 0 auto;
}
@media screen and (max-width:890px) {
.details_list_wrap{
    margin: 3rem auto 10rem; 
}
.details_list_wrap h3 img{
    width: 250px;
}
.details_list_bg_blue{
    background: rgba(0,133,206,0.125);
    padding: 4rem 2rem 3rem;
}
.details_list{
    padding: 3rem 2rem;
}
.details_list li{
    width: 100%;
}
.details_list li:first-child{
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-bottom: 3rem;
}
.details_list li:nth-child(2){
    margin-top: 3rem;
    padding-left: 0;
}
.details_list li h4{
    font-size: 2rem;
}
.details_list .button-5{
    margin: 1rem 0 0 auto;
}
}
.list_style01{
    padding: 5rem 0 3rem;
}
.list_style01 dt,
.list_style01 dd{
    padding: 0 1rem 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #707070;
}
.list_style01 dt{
    width: 20%;
}
.list_style01 dd{
    width: 80%;
}
@media screen and (max-width:890px) {
.company_wrap{
    padding: 5rem 0 3rem;
}
.list_style01 dt,
.list_style01 dd{
    width: 100%;
}
.list_style01 dt{
    padding: 0.5rem 1.5rem;
    margin-bottom: 2rem;
    border-top: 1px solid #707070;
    border-bottom: 3px solid #000;
    border-left: 7px solid #707070;
    border-right: 1px solid #707070;
    color: #707070;
}
.list_style01 dd{
    padding: 0 1rem 0;
    margin-bottom: 2rem;
    border-bottom: none;
}
}
#page_top{
  width: 300px;
  position: fixed;
  right: 0;
  bottom: 0;
/*  background: #3f98ef; */
/*  opacity: 0.6; */
}
#page_top a{
  position: relative;
  display: block;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
/*  content: '\f102'; */
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}