@charset "UTF-8";

/*ヘッダー
----------------------------------------------- */
header {}

header .container {
  width: 100%;
  max-width: 100%;
  padding: 0 30px 0 20px;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.site-header{
  position: relative;
}
.h_00 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 490px 185px 0 0;
  border-color: #fff transparent transparent transparent;
}
.h_01 {
  position: absolute;
  left: 0;
  top: 0;
}
.h_01_inner{
  max-width: 70px;
  width: 100%;
  margin: 35px;
}
.h_01 ul li a {
  color: #fff;
  font-size: 0.8rem;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.h_02 {
  padding: 15px 0;
}
.h_02 h1 {
  margin-left: 19px;
}
.h_02 .contact_btn{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  height: 43px;
  width: 160px;
  margin: 0 5px;
}
.h_02 .contact_btn01 a{
  color: #00396b;
}
.h_02 .contact_btn02 a{
  color: #fff;
}
.h_02 .contact_btn a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
}
.h_02 .contact_btn01 {
  border: solid 3px #fff;
  background: #fff;
}
.h_02 .contact_btn01::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url(../images/item/grade02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.h_02 .contact_btn02::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fff transparent transparent transparent;
}


.h_02 nav ul li a {
	position: relative;
}
.h_02 nav ul li a::before {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .3s;
}
.h_02 nav ul li a:hover::before {
	width: 100% !important;
}

.site-header {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.header_inner_l {
  margin-bottom: 10px;
}
.header_inner_r {
  max-width: 950px;
}
#smh_menu {
  display: none;
}
/* nav */
.header-nav {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-image: #fff;
  list-style: none;
  margin: 0 auto;
}
.header-nav.is-hide {
  opacity: 0
}
.header-nav>li {
  vertical-align: middle;
  list-style: none;
  text-align: center;
  padding: 0px 20px;
}
.header-nav>li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  padding: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
/* .header-nav>li a:hover:after {
  display: block;
}
.header-nav>li:hover .header-nav-child {
  height: auto;
}
.header-nav>li:hover .header-nav-item:before {
  width: 100%;
  left: 0;
  right: 0
}
.header-nav>li {
  pointer-events: auto;
} */
.page {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .8;
  visibility: hidden;
  transition: all 500ms;
  z-index: 1;
}
.header-nav-item {
  position: relative;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0;
  color: #333;
  font-weight: bold;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.b_l {
  border-left: none;
}
.header-nav-item:hover:before, .header-nav-item.is-active:before {
  width: 100%;
}
.header-nav-child {
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  text-align: left;
  overflow: hidden;
  -webkit-transition: height .3s .15s;
  transition: height .3s .15s;
  background: #fff;
}
.header-nav-child>ul {
  width: 70%;
  margin: 0 auto;
  padding: 0 2%;
}
.header-nav-child>ul>li {
  list-style: none;
  line-height: 25px;
  width: 25%;
  text-align: center;
}
.header-nav-child>ul>li.nav2 {
  width: 35%;
}
.header-nav-child>ul>li>a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #333;
  text-align: center;
  z-index: 5;
}
.header-nav-child>ul>li>a dl {
  padding: 30px 20px;
}
.header-nav-child>ul>li>a dl dt {
  font-size: 1rem;
  font-weight: bold;
}
.header-nav-child>ul>li>a dl dd {
  font-size: 0.7rem;
}
.header-nav-child>ul>li>a dl dd img {
  width: 100%;
  margin-bottom: 20px;
}

.header-nav-child>ul>li a dl:hover dt {
  color: #fff;
}
.header-nav-child>ul>li a dl:hover dd {
  color: #fff;
}
ul.no_img li a {
  font-size: 0.8rem;
  color: #333;
  border-top: 1px solid #ccc;
  padding: 4px 0;
  display: block;
}
ul.no_img li:hover {
  background-color: #00A3E5;
}
ul.no_img li:hover a {
  color: #fff;
}
.header-nav-child>ul>li>a p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 600;
}


@media only screen and (max-width: 1200px) {
  .h_00 {
    border-width: 400px 155px 0 0;
  }
  .h_01_inner {
    max-width: 60px;
    margin: 20px 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .h_00 {
    border-width: 340px 125px 0 0;
  }
  .h_01_inner {
    max-width: 45px;
  }
  .h_02{
    display: none;
  }
  /* ===================================================================
    /
    /	smh_menu　トグルメニュー
    /
    =================================================================== */
    #smh_menu {
      display: block;
      position: relative;
      z-index: 999;
    }
    .drawer-nav ul {
      background: #fff;
      padding: 10px 10px 60px;
      height: 100%;
    }
    .drawer-nav ul li {
      margin-right: 0px;
      float: none;
      display: block;
      padding: 0.5rem;
      text-decoration: none;
      color: #000;
      border-bottom: 1px solid #ccc;
    }
    .drawer-nav ul li a {
      color: #333;
    }
  
    .drawer-nav ul ul.drawer_sub li {
      border-bottom: none;
      font-size: 0.8rem;
      margin-left: 20px;
    }
  
    .drawer-nav ul ul.drawer_sub li a {
      color: #fff;
    }
    .head-icon{
      font-weight: normal;
      display: inline-block !important;
    }
    .head-icon img{
      max-width: 25px;
    }
}
@media only screen and (max-width: 850px) {
  .h_00{
    border-color: transparent;
  }
}



/* スマホ */
@media only screen and (max-width: 768px) {
  .h_02 {
    padding: 10px 0;
  }

}


/* スマホ */
@media only screen and (max-width: 479px) {
    .h_01_inner {
      max-width: 35px;
      margin: 15px 20px;
    }
}


/* ===================================================================
  origin header
  =================================================================== */
  .header-logo{
    max-width: 320px;
  }



/* ===================================================================
	/
	/	f_contact
	/
  =================================================================== */
.f_contact {
  padding: 60px 20px;
}
.f_contact p,.f_contact a{
  color: #fff;
}
.f_contact .fc01,.f_contact .fc02{
  width: 50%;
}
.f_contact .fc01 .image{
  width: 85px;
  margin: 0 auto 30px;
}
.f_contact .fc02 .btn{
  background: none;
  border: solid 3px #fff;
  max-width: 100%;
  width: 400px;
}
.f_contact .fc02 p:first-child{
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.f_contact .fc02 p:nth-child(2){
  margin-bottom: 30px;
}
.f_contact .fc02 .btn::after{
  display: none;
}

.page-top .f_contact .fc02 .btn a{
  padding: 35px 20px;
}
.f_contact .fc02 .btn a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  color: #fff;
  background: none;
}
.f_contact .fc02 .btn a i{
  width: 45px;
  margin-right: 45px;
  font-size: 40px;
}

.f_contact .btn{
  z-index: 0;
  padding: 0 !important;
}
.f_contact .btn a{
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  z-index: 0;
}
.f_contact .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 110%;
  background: #fff;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .5s;
}
.f_contact .btn a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.f_contact .btn a:hover{
  color: #00396b;
}
.f_contact .btn a:hover + .f_contact .fc02 .btn a i{
  color: #00396b;
}


@media only screen and (max-width: 1000px) {
  .f_contact .container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .f_contact .fc01, .f_contact .fc02{
    width: 100%;
  }
  .f_contact {
    padding: 45px 20px 30px;
  }
  .f_contact .fc01 .image{
    width: 60px;
  }
  .f_contact .fc01{
    margin-bottom: 30px;
  }
  .f_contact .fc02 .btn {
    width: 350px;
  }
  .f_contact .fc02 .btn a{
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .f_contact {
    padding: 60px 20px 45px;
  }
  .f_contact .fc01 br,
  .f_contact .fc01 .image{
    display: none;
  }
  .f_contact .fc02 .btn a img {
    width: 30px;
    margin-right: 30px;
  }
  .f_contact .fc02 .btn a{
    padding: 30px !important;
  }
  .f_contact .fc02 .btn a i{
    width: 30px;
    margin-right: 20px;
    font-size: 30px;
  }
  .news .f_contact .fc02 .btn a{
    padding: 15px 30px !important;
  }
}

/* ===================================================================
	/
	/	footer
	/
  =================================================================== */
footer {
  padding: 0 20px;
  background-color: #000 !important;
  color: #fff;
}
footer .container {
  max-width: 1200px;
}
footer a {
  color: #fff;
}
footer .f_01 {
  padding: 60px 0 30px;
}
footer .f_01 .about-area {
  background: #212121;
  padding: 25px 20px;
  max-width: 900px;
  width: 100%;
}
footer .f_01 .f_logo {
  width: 30%;
  text-align: left;
  max-width: 68px;
  margin: 0 90px;
}
footer .f_01 .f_sns {
  width: 35%;　　/*3つの時は45%*/
}
footer .f_01 .f_sns ul li {
  width: 23%;
}
footer .f_01 .f_sns ul li:first-child {
  color: #FFFFCC;
  font-weight: bold;
  font-size: 1.1rem;
}
footer .f_01 .f_sns ul li a img {
  margin-left: 10px;
}
footer .f_02 {
  padding: 30px 0;
}
footer .f_02 ul {
  text-align: center;
  margin-bottom: 30px;
}
footer .f_02 ul li{
  line-height: 2.5
}
footer .f_02 ul li a {
  font-size: 1.5rem;
  line-height: 30px;
}
footer .f_02 h4 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: 700;
  font-family: initial;
  font-size: 2.5rem;
  border-bottom: solid 1px #fff;
  display: inline-block;
}
footer .f_02 h4 a {
  font-weight: bold;
}
footer .f_02 h4 a img {
  vertical-align: unset;
  margin-right: 5px;
}
footer .f_02 .footer_box {
  width: 25%;
  padding: 20px 0 20px 25px;
  text-align: center;
}
footer .f_02 .footer_box2{
  padding: 10px 0 20px 25px;
}
footer .f_02 .footer_box:last-child {
  border-right: none;
}
footer .f_02 .footer_box .address {
  padding: 20px 15px;
  border: 2px solid #fff;
  width: 90%;
}
footer .f_02 .footer_box .address p {
  font-size: 0.7rem;
  line-height: 20px;
}
footer .f_03 {
  text-align: center;
  padding: 30px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer .copyright {
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 1px;
}
footer .sns {
  padding-top: 10px;
}
footer .sns img{
  margin: 0 8px;
}
footer .youtube img{
  width: 33px;
}
footer .twitter img{
  width: 33px;
}
footer .instagram img{
  width: 33px;
}
footer .youtube 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;
}

@media only screen and (max-width: 850px) {
  footer .f_02{
    display: none;
  }
  footer .f_01 .f_logo{
    width: 45px;
    margin: 0 6vw;
  }
}
@media only screen and (max-width: 768px) {
    footer .container {
      width: 95%;
    }

    footer .f_01 .f_logo {
      text-align: center;
    }

    footer .f_01 .f_sns {
      width: 70%;
      margin: 0 auto;
      text-align: center;
    }

    footer .f_01 .f_sns ul li {
      width: 30%;
      line-height: 25px;
    }

    footer .f_01 .f_sns ul li:first-child {
      width: 100%;
      font-size: 1rem;
      margin-bottom: 10px;
    }

    footer .f_01 .f_sns ul li a img {
      margin-left: 5px;
    }

    footer .f_02 {
      display: none;
    }

    footer .f_03 {
      padding: 20px 0;
    }
  }
/* スマホ */
@media only screen and (max-width: 479px) {
  footer .container {
    width: 100%;
  }
  footer .f_01 {
    padding: 20px 0;
  }
  footer .f_01 .about-area{
    text-align: center;
    padding: 10px;
  }
  footer .f_01 .sp{
    display: block;
  }
  footer .f_01 .f_logo{
    margin: 0 10vw 0 10px;
  }
  footer .f_01 .txt{
    width: 100%;
    text-align: left;
  }
}