/* PC -------------------------------------------------- */
.sp {display: none!important;}
.pc {display: block!important;}
.sp_menu {display: none!important;}
.pc_menu {display: block!important;}
.sp_img100 {max-width: 100%;height: auto;vertical-align: bottom;}
img {max-width: 100%; height: auto;}

.wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
}
.wrapper img {
   max-width: 100%;
   height: auto;
}
@media screen and (max-width: 1100px){
.wrapper {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width: 768px) {
.wrapper {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}
}
.ov_x_hidden {overflow-x: hidden;}
#pageTop {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 30px;
    cursor: pointer;
    z-index: 9;
  }
@media screen and (max-width: 767px) {
#pageTop {
   width: 30px;
   z-index: 2;
    bottom: 90px;
    right: 10px;
}
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,.ggmap object,.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.breadcrumbs {
   position: relative;
   font-size: 1.2rem;
   padding: 5px 0;
   border-top: 1px solid #cecece;
}
.breadcrumbs.breadcrumbs_footer {
   display: none;
}
.breadcrumbs ul {}
.breadcrumbs a {color: #313131;text-decoration: none;}
.breadcrumbs li {
   position: relative;
   float: left;
   padding: 0 10px 0;}
.breadcrumbs li:first-child {
   padding: 0 10px 0 0;
}
.breadcrumbs li::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
    border-top: solid 1px #313131;
    border-right: solid 1px #313131;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -3px;
}
.breadcrumbs li:last-child::after {
   content: none;
}
.breadcrumbs li a:hover {
   text-decoration: underline;
}
@media screen and (max-width: 768px) {

}

.flex {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
 }
.sb {justify-content: space-between;}
.sa {justify-content: space-around;}
.jc {justify-content: center;}
.ai {align-items: center;}

@media screen and (max-width: 767px) {
.flex .flexcenter {
   text-align: center;
}
}
.indent-1 {padding-left: 1em; text-indent: -1em;}
.ul_indent-1 li {padding-left: 1em; text-indent: -1em;}

#fadeLayer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 9;
}
/*============================
nav style
============================*/
#slide-nav {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  background: #03355b;
  z-index: 11;
}
@media screen and (max-width: 1160px) {
#slide-nav{
  right: -80%;
  width: 80%;
}
}
#slide-nav ul {
  padding-top: 50px;
  height: 100%;
  overflow-y: auto;
}
#slide-nav ul {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
#slide-nav ul::-webkit-scrollbar {  /* Chrome, Safari 対応 */
   display:none;
}
#slide-nav ul li {
  display: block;
  position: relative;
}
#slide-nav ul li.nolink {
   background-color: #1879c3;
  font-size: 1.5rem;
  padding: 10px 20px;
  color: #FFF;
  font-weight: bold;
}
#slide-nav ul li a {
  display: block;
  font-size: 1.5rem;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 1px dotted #FFF;
  color: #fff;
}
@media screen and (max-width: 1160px) {
#slide-nav ul li a {
   letter-spacing: 0;
   font-size: 1.4rem;
}
}
#slide-nav ul li a:hover {
  background: #0061ab;
}
#slide-nav ul ul {
  margin: -2px 0 0;
  padding: 0;
}
#slide-nav ul ul {
  display: none;
}
#slide-nav ul ul li {
  background: #00608d;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}
#slide-nav ul ul li a {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #f5f5f5;
}
.slide-menu-button {
  position: fixed;
  top: 10px;
  right: 20px;
  padding: 10px;
  outline: none;
  border: none;
  font-size: 20px;
  color: #f5f5f5;
  cursor: pointer;
  z-index: 12;
}
@media screen and (max-width: 1160px) {
.slide-menu-button {
  right: 5px;
  top: 5px;
}
}
.slide-menu-button .menu-icon {
  display: block;
  float: left;
  margin:10px;
  cursor: pointer;
}
.slide-menu-button .menu-icon span {
  display: block;
  margin-bottom: 4px;
  width: 30px;
  height: 4px;
  background: #f5f5f5;
}
/*hamburger menu style*/
#nav_toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #313131;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*hamburger menu close style*/
#nav_toggle span:nth-child(1) {
  top: 0px;
}
#nav_toggle span:nth-child(2) {
  top: 8px;
}
#nav_toggle span:nth-child(3) {
  top: 16px;
}
/*hamburger menu open style*/
.open #nav_toggle span:nth-child(1) {
  top: 6px;
  background: #f5f5f5;
  -webkit-transform: rotate(145deg);
  -moz-transform: rotate(145deg);
  transform: rotate(145deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 6px;
  background: #f5f5f5;
  -webkit-transform: rotate(-145deg);
  -moz-transform: rotate(-145deg);
  transform: rotate(-145deg);
}
#hum {
  position: relative;
  width: 30px;
  height: 30px;
}
#hum::after {
   content: 'MENU';
   font-size: 10px;
   position: absolute;
   bottom: -7px;
   color: #313131;
   letter-spacing: 0;
}
.open #hum::after {
   content: none;
}

body.open {
   overflow: hidden;
}

.header {
   padding: 20px 5% 35px 5%;
   position: relative;
   z-index: 2;
}
.logoArea {
   width: 22%;
   max-width: 300px;
   padding-top: 10px;
}
.menuArea {
   width: 56%;
   text-align: right;
}
.head_cvArea {
   padding: 0 0 20px;
}
.head_cvArea li {
   margin: 0 0 0 20px;
   border: 1px solid #c9c9c9;
   padding: 5px 15px;
   display: inline-block;
   font-size: 1.4rem;
   line-height: 140%;
}
.head_cvArea li span {
   font-size: 1.8rem;
   font-weight: bold;
   margin-left: 7px;
}
@media screen and (max-width: 834px) {
.header {
   padding: 0 3% 10px;
}
.logoArea {
   width: 100%;
   text-align: center
}
.menuArea {
   display: none;
}
}
.main_menu {}
.main_menu li {
   font-size: 1.5rem;
   text-align: center;
   line-height: 120%;
    position: relative;
    font-weight: bold;
}
.main_menu li a {
   color: #313131;
   text-decoration: none;
}
.main_menu.con_menu li a {
   color: #313131;
}
.main_menu li span {
   display: block;
   font-size: 1.0rem;
   color: #d4d4d4;
}
.main_menu li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2180ad;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 300ms;
}
.main_menu li:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}
.head_cv_bt {
   color: #FFF!important;
   font-weight: bold;
   border-radius: 50px;
   text-decoration: none;
   transition:0.3s;
   position: relative;
   z-index: 0;
   min-height: 45px;
   line-height: 45px;
   background-color: #3ad3d9;
   min-width: 160px;
   display: block;
   text-align: center;
}
.head_cv_bt:hover {
   background-color: #ff7d95;
}
@media screen and (max-width: 1160px) {
.head_cv_bt {
   display: none;
}
}

small {
   display: block;
   padding: 15px 0;
   text-align: center;
   font-size: 12px;
   font-weight: 500;
}


/*　上に上がる動き　*/

#cvfoot.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#cvfoot.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (max-width: 834px) {
.sp_nav_other {
   color: #FFF;
   padding: 40px 2em;
}
.sp_nav_other a {
   color: #FFF!important;
   border-bottom: 0!important;
   padding: 7px 0!important;
   font-size: 1.8rem!important;
   letter-spacing: 0.05em!important;
}
}


.col_29 {width: 29%;}
.col_35 {width: 35%;}
.col_40 {width: 40%;}
.col_42 {width: 42%;}
.col_46 {width: 46%;}
.col_48 {width: 48.5%;}
.col_50 {width: 50%;}
.col_52 {width: 52%;}
.col_56 {width: 56%;}
.col_62 {width: 62%;}
.col_68 {width: 68%;}
.order1 {order: 1;}
.order2 {order: 2;}
@media screen and (max-width: 768px) {
.col_29 {width: 100%; margin: 15px auto;}
.col_35 {width: 100%; margin: 15px auto;}
.col_40 {width: 100%; margin: 15px auto;}
.col_42 {width: 100%; margin: 15px auto;}
.col_46 {width: 100%; margin: 15px auto;}
.col_48 {width: 100%; margin: 15px auto;}
.col_50 {width: 100%; margin: 15px auto;}
.col_52 {width: 100%; margin: 15px auto;}
.col_56 {width: 100%; margin: 15px auto;}
.col_62 {width: 100%; margin: 15px auto;}
.col_68 {width: 100%; margin: 15px auto;}
.order1 {order: 2;}
.order2 {order: 1;}
.col_29 img, .col_35 img, .col_40 img, .col_42 img, .col_46 img, .col_48 img, .col_50 img, .col_52 img, .col_56 img, .col_62 img, .col_68 img {
   margin: 0 auto;
   display: block;
}
}
.marker {background:linear-gradient(transparent 50%, #fff000 50%);}


.bt001 a {
   background-color: #2180ad;
   color: #FFF;
   display: inline-block;
   padding: 10px 5em;
   text-decoration: none;
   transition : all 0.3s ease 0s;
}
.bt001 a:hover {
   background-color: #054d6f;
   border-radius: 7px;
}
@media screen and (max-width: 834px) {
.bt001 {
   text-align: center;
}
.bt001 a {
   padding: 10px 3em;
   max-width: 90%;
   margin: 0 auto;
   display: inline-block;
   transition : all 0.3s ease 0s;
}
}

.contents_title {
   background: url("../img/contents_title.jpg") top center no-repeat;
   background-size: cover;
   text-align: center;
   padding: 60px 1em;
   font-size: 2.4rem;
   color: #FFF;
   margin-bottom: 70px;
}

/* ===================================================================
    スマホ
=================================================================== */
@media screen and (max-width: 1160px) {
.sp_menu {display: block!important;}
.pc_menu {display: none!important;}
}
@media screen and (max-width: 834px) {
.sp {display: block!important;}
.pc {display: none!important;}
.sp_img100 {max-width: 100%;height: auto;vertical-align: bottom;}
}