@charset "utf-8";

/* --------------------------------

	* Contents
	
	1. Structure Frame
	2. Template Style

--------------------------------- */



/* ==========================================================================================================

	 1. Structure Frame
 
============================================================================================================*/

body{ max-width: 1440px;margin:0 auto;}


body {
	font-size:12px;color: #505050;
}

.center{
    text-align: center;
}

#container {
	clear			: both;
	width			: 1000px;
	margin:15px auto;
	font-weight:normal;
}

.page_width{
	width:1000px;
	margin:0 auto;
}

.box_wrap{
	clear:both;
	overflow:hidden;
}



h1{
}

h2{
font-size: 22px;
}

h3 {
}


footer {
    background: #ffffff;
    color: #000;
    /* padding: 20px; */
    font-size: 14px;
}

footer a {
    color: #505050;
}

.footer_box {
    background: #ffffff;
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
}
.footer_txt_box{
    overflow: hidden;
    padding: 20px 0 0 0;
}
.footer_txt {
    float: left;    width: 40%;
}
.footer_link{
    float: left;    width: 60%;overflow: hidden;

}
.footer_logo {
    text-align: center;
    width: 15%;
    margin: 30px auto;
}

.footer_logo img{
    width: 100%;
}
.footer_txt img{
    width: 50%;
    margin-bottom: 10px;
}


footer .copy {
    padding: 20px 0;
    display: block;
    float: left;
}
footer .policy {
    padding: 20px 0;
    display: block;
    float: right;
}

footer .footer_txt span {
    display: block;color:#505050;
}


ul.link {
color:#505050;
}
ul.link li{
float:left;    width: 17%;font-weight: bold;
}
ul.link li.long{
float:left;    width: 32%;
}
ul.link li span{
    font-size: 12px;font-weight:normal;
}



.copy_box {
    border-top: 1px solid #505050;
    overflow: hidden;
    padding-bottom: 80px;
}
.copy_box .footer_box {
    background: #ffffff;
    padding: 0px 0;
    width: 90%;
    margin: 0 auto;
}



#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 0px 8px;
    font-size: 30px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}



/* ==========================================================================================================

	 2. Template Style
 
============================================================================================================*/

/*  slider
-----------------------------------*/
.swiper-container {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/*  header
-----------------------------------*/



header nav {
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: 100000;
    max-width: 1440px;
}

header #logo {
    float: left;
    width: 150px;
    padding: 5px 15px;
}

header #logo img{
	width:100%;
}

header #global_navi {
    float: right;
    /* width: 68%; */
    /* margin-left: 2%; */
    position: absolute;
    /* top: 5px; */
    right: 0px;
}
header #global_navi ul {
    height: 60px;
    overflow: hidden;
    float: right;margin-right: 10px;
}
header #global_navi ul li {
    float: left;
    margin-top: 20px;
}
header #global_navi ul li a {
    color: #FFF;
    padding: 0 15px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

header #global_navi ul li a:hover{
    color: #f7e9c2;
}



header a:hover{
opacity: 1;
filter: alpha(opacity=100);
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}


/*  content_style
-----------------------------------*/

.catchphrase_area{
    background-image: url(/wp-content/themes/credodo/src/img/bg_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 45%;
    position: relative;
    width: 100%;
}
.catchphrase_area p{
    position: absolute;
    top: 50%;
    left: 56%;
    font-size: 1.3vw;
}



.service_area{
    background-image: url(/wp-content/themes/credodo/src/img/bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 115%;
    position: relative;
    width: 100%;
}

.service_area .service_box1{
    position: absolute;
    top: 19%;
    left: 8%;width:100%;
}

.service_area .service_box2 {
    position: absolute;
    top: 49%;
    left: 72.5%;
    width: 100%;
}

.service_area .service_box3 {
    position: absolute;
    top: 78%;
    left: 8%;
    width: 100%;
}

.service_area .sevice_btn{
width: 18%;
}
.service_area .sevice_btn img{
width: 100%;
}

.service_area h2 {
    font-size: 1.8vw;
    font-weight: bold;
    text-align:left !important;
}
.service_area p{
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 1.2vw;
}



.company_area {
    background-image: url(/wp-content/themes/credodo/src/img/bg_company.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 32%;
    position: relative;
    width: auto;
}

.company_area  .service_box1{
    position: absolute;
    top: 30%;
    left: 62%;
}
.company_area  .service_box1 span{
    /* border-bottom: 1px solid #CCC; */
    font-size: 2vw;
    color: #a7b6be;
    font-weight: bold;
    text-align: center;
    display: block;
}
.company_area .service_box1 h2 {
    font-size: 1.8vw;
    font-weight: bold;
    text-align: center !important;
}
.company_area .service_box1 .sevice_btn {
    width: 60%;
    text-align: center;
    margin: 40px auto 0;
}
.company_area .service_box1 .sevice_btn img{
width: 100%;
}


/*  news
-----------------------------------*/

.news_area {
    padding: 90px 0;    width: 85%;
}
.news_area h2 {
    border-bottom: 1px solid #CCC;
    font-size: 2vw;
    color: #a7b6be;
    font-weight: bold;
}
.news_box {
    font-size: 1.3vw;
    height: 400px;
    overflow: scroll;
}

.news_box ul li {
    /* line-height: 50px; */
    border-bottom: 1px solid #CCC;
    padding: 25px 0px;
}
.news_box span.news_date {
    color: #505050;
}

.news_box a:hover{
  text-decoration: underline;
}

.news_box .news_txt{
    display: block;
}
.news_box .news_txt a{
    color: #505050;
}




/*  menu
-----------------------------------*/
#menu {
  width: 100%;
  max-width: 350px;
  height: 100%;
  background-color: #313131;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(350px);
  transition: all .5s;overflow: auto;
}
#menu.open {
  transform: translate(0);
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu li {
  padding: 8px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.menu_btn {
cursor: pointer;
}
/* --- .menu-background --- */
.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}
.menu-background.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}


.menu_close {
    background: #000;
    display: block;
    padding: 5px;
    color: #FFF;
    width: 80px;
    text-align: center;
    /* float: right; */
    clear: both;
    cursor: pointer;
    margin: 20px auto 5px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top: 9px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;background: #caae67;    border-radius: 30px;    border-radius: 8px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background: #505050;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 20px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #000;
    /* background: #fff; */
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 150px;
}

nav.globalMenuSp ul {
    background: #d4d4d4;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);    top: 50px;
}


.head_contact_top{
display:block;
}
.head_contact_under{
display:none;
}

.under .head_contact_top{
display:none;
}
.under .head_contact_under{
display:block;
}

/* ==========================================================================================================

	 下層ページスタイル
 
============================================================================================================*/


.under footer {
    border-top: 1px solid #505050;
}

.under header #global_navi ul li a {
    color: #505050;
    padding: 0 15px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.under .bg-aspect-in{
display:none;
}

.under #content{
    margin-top: 70px;
}

.under .first_navi {
    background-image: url(/wp-content/themes/credodo/src/img/head_bg_01.png);
    background-repeat: no-repeat;
    padding: 15px 0;
    background-size: cover;
    padding-top: 0;
    position: relative;
    height: 100px;
}

.under h2 img{
 width:100%;
}

.under .content_box{
    font-size: 14px;    padding: 20px 0;
}

.under .date {
    display: block;
    padding-top: 15px;padding-bottom: 10px;
}

.under .images{
    text-align: center;
    padding: 20px;
}

.under .txt{
    padding: 20px 0 50px 0;
}

.under .txt p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom:20px;
}



.under .btn_style01 {
    background: #85cfe9;
    color: #fff;
    padding: 12px 40px;
    text-decoration: none;
    border-radius: 30px;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    display: block;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.under .btn_style01:hover {
  opacity: 0.7;
}


.under h2 span.fnt_style1{
    font-size: 1.4vw;
    text-align: center;display: block;
}


/**************/
/*サービス*/
/***********************************/

.title_txt01 {
    font-size: 1.8vw;
    /* font-weight: bold; */
    text-align: center;
    margin: 100px 0;
}
.title_txt02 {
    font-size: 1.4vw;
    /* font-weight: bold; */
    text-align: center;
    margin: 60px 0;
}

.service_photo_box{
    margin: 0 10%;
    overflow: hidden;margin-bottom: 100px;overflow:hidden;
}

.service_left{
    width: 50%;
    float: left;
}
.service_right{
    width: 50%;
    float: left;
}
.service_left img,.service_right img{
    width: 100%;
}
.service_right h3{
    padding-left: 3% !important;
}
.service_right p{
    padding-left: 3%;
}


.service_photo_box ul li{
    margin: 0 1%;
    float: left;
    width: 31%;
}
.service_photo_box ul li img{
    width: 100%;
}

.service_photo_box h3{
    font-size: 1.4vw;    padding: 15px 0;
}

.service_photo_box p{
    font-size: 1.2vw;
}


/**************/
/*プライバシー*/
/***********************************/

.pry_box{
    margin: 0 10%;
    overflow: hidden;margin-bottom: 100px;border-top: 1px solid #CCC;
}
.pry_box h3{
    font-size: 1.6vw;    padding: 15px 0;color:#a7b6be;
}
.pry_box p{
    font-size: 1.2vw;    padding: 0 0 15px 0;
}

.pry_box ul li{
    border-bottom: 1px solid #CCC;
}

/**************/
/*ニュース*/
/***********************************/

.news_box_area {
    margin: 80px 10%;
    overflow: hidden;
    margin-bottom: 20px;
    border-top: 1px solid #CCC;
}

.news_box_area p{
    font-size: 1.3vw;    padding: 0 0 15px 0;
}

.news_box_area ul li{
    border-bottom: 1px solid #CCC;
}

.news_box_area ul li a{
   color: #505050;
    display: block;
    padding: 10px 10px;
}

.news_box_area ul li a:hover {
    background: #f8f8f8;
}


.news_pager {
    margin: 40px 10% 100px 10%;
    overflow: hidden;
}

.news_pager ul li {
    float: left;
    margin: 0 5px;
}

.news_pager ul li.prev a{
    display: block;
    border: 1px solid #CCC;
    padding: 5px 15px;
}
.news_pager ul li.next a{
    display: block;
    border: 1px solid #CCC;
    padding: 5px 15px;
}

.news_pager ul li a{
    display: block;
    border: 1px solid #CCC;
    padding: 5px 5px;color: #505050;
}
.news_pager ul li.current a {
    display: block;
    border: 1px solid #CCC;
    padding: 5px 5px;
    background: #caae67;
    color: #FFF;
}
.news_pager ul li a:hover {
    background: #caae67;
    color: #FFF;
}





.news_under {
    margin: 80px 10%;
    overflow: hidden;
    margin-bottom: 80px;
}

.news_under span {
    font-size: 1.2vw;
    padding: 0 0 15px 0;
    display: block;
}

.news_under h3 {
    font-size: 1.8vw;
    padding: 0 0 15px 0;    border-bottom: 1px solid #CCC;margin-bottom: 25px;

}

.news_under p {
    font-size: 1.4vw;
    padding: 0 0 25px 0;

}

.news_under .img_box img{
width:100%;
}




/**************/
/*会社概要*/
/***********************************/

.company_box{
    margin: 30px 10%;
    overflow: hidden;margin-bottom: 100px;border-top: 1px solid #CCC;
}
.company_box h3{
    font-size: 1.6vw;    padding: 15px 0;color:#a7b6be;
}
.company_box p{
    font-size: 1.2vw;    padding: 0 0 15px 0;
}

.company_box ul li{
    border-bottom: 1px solid #CCC;overflow: hidden;font-size: 1.4vw;
}
.company_box ul li .left {
    float: left;
    margin: 20px 0;
    /* padding-right: 50px; */
    width: 17%;
    color: #a7b6be;
}
.company_box ul li .right {
    float: left;
    margin: 20px 0;
    border-left: 1px solid #c5d5df;
    padding-left: 20px;
}
.under h2 span.fnt_style2{
    margin-top:10px;
}


.rinen_area{
    background: #f8f8f8;    padding-bottom: 100px;
}

.rinen_title img{
width:100%;
}

.rinen_title p {
    font-size: 1.2vw;
    padding: 30px 0 15px 0;
    margin: 0 30%;
}





/**************/
/*フォーム*/
/***********************************/

.contact_box{
    margin: 30px 10%;
    overflow: hidden;margin-bottom: 30px;border-top: 1px solid #CCC;
}


.contact_box ul li{
    border-bottom: 1px solid #CCC;overflow: hidden;font-size: 1.4vw;
}
.contact_box ul li .left {
    float: left;
    margin: 20px 0;
    /* padding-right: 50px; */
    width: 25%;
    color: #a7b6be;
}
.contact_box ul li .right {
    float: left;
    margin: 20px 0;
    border-left: 1px solid #c5d5df;
    padding-left: 20px;width: 70%;
}
.contact_box ul li .left span{
    font-size: 12px;
    /* text-align: right; */
    float: right;
    background: #F00;
    padding: 3px 8px;
    margin-right: 10px;
    color: #FFF;
}

.contact_box input{
    width: 50%;
    padding: 5px;
    border-color: #CCC 1px;
    border: 1px solid #CCC;
}
.contact_box ul li .right span{
    margin-left: 10px;
    font-size: 1.2vw;
}

.contact_box ul li .right.address_box {
float: left;
    margin: 0px 0;
    border-left: none;
    padding-left: 0px;
    width: 75%;
}

.contact_box ul li .right.address_box .address_list{
    border-left: 1px solid #c5d5df;
    margin: 20px 0;
    width: 90%;
    padding-left: 20px;
}
.bar{
    border-top: 1px solid #CCC;
}
.contact_box .yuubin input{
    width: 30%;
    padding: 5px;
}
.contact_box .pref select{
    width: 30%;
    padding: 5px;
}
.contact_box .address input{
    width: 100%;
    padding: 5px;
}
.contact_box textarea{
    width: 96%;
    padding: 5px;    height: 300px;border: 1px solid #CCC;
}
.submit_btn input{
    border: 0px;
    width:204px;
    height:55px;
    background: url(/wp-content/themes/credodo/src/img/submit.png) left top no-repeat;background-size: contain;
}
 
.submit_btn input:hover{
    cursor: pointer;
    opacity:0.5;
}
.submit_btn{
    text-align: center;margin-bottom: 80px;
}

/***************************************/
/* レスポンシブ設定********/
/**************************************/

@media screen and (min-width: 1440px) {

.service_photo_box h3,.catchphrase_area p {
    font-size: 20px;
}

.pry_box h3,.under h2 span.fnt_style1,.title_txt01,.company_area .service_box1 h2,.service_area h2 {
    font-size: 24px;
}

.pry_box p,.news_box_area p,.contact_box ul li,.contact_box ul li .right span,.rinen_title p,.company_box ul li,.service_photo_box p,.title_txt02,.news_box,.service_area p {
    font-size: 16px;
}

}



iframe {
  width: 100%;
  aspect-ratio: 16/5; //アスペクト比（縦横比）を指定
}


.sp_menu{
display:none;
}

#global_navi{
display:block;
}

@media screen and (max-width: 1280px) {
.swiper-container {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
}
@media screen and (max-width: 1040px) {
.swiper-container {
  width: 100%;
  height: 65vh;
  overflow: hidden;
}
}
@media screen and (max-width: 900px) {

.footer_txt {
    float: none;
    width: 350px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.footer_link {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}


.swiper-container {
  width: 100%;
  height: 55vh;
  overflow: hidden;
}
.company_area .service_box1 {
    position: absolute;
    top: 30%;
    left: 54%;
}
.company_area .service_box1 .sevice_btn {
    width: 45%;
    text-align: center;
    margin: 30px auto 0;
}

}
@media screen and (max-width: 800px) {
.swiper-container {
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

}
@media screen and (max-width: 700px) {
.swiper-container {
  width: 100%;
  height: 40vh;
  overflow: hidden;
}
.service_area {
    background-image: url(/wp-content/themes/credodo/src/img/bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 123%;
    position: relative;
    width: auto;
    margin-left: -40px;
}
}
@media screen and (max-width: 600px) {

footer .policy {
    padding: 20px 0;    text-align: center;
    display: block;
    float: none;
    font-size: 11px;
}

footer .copy {
    padding: 20px 0;    text-align: center;
    display: block;
    float: none;
    font-size: 11px;
}

.footer_logo {
    text-align: center;
    width: 120px;
    margin: 15px auto;
}

ul.link li.long {
    float: left;
    width: 50%;
}
ul.link li {
    float: left;
    width: 33%;
    font-weight: bold;
    height: 130px;
}

.swiper-container {
  width: 100%;
  height: 35vh;
  overflow: hidden;
}
.company_area .service_box1 {
    position: absolute;
    top: 25%;
    left: 50%;
}
.service_area {
    background-image: url(/wp-content/themes/credodo/src/img/bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 115%;
    position: relative;
    width: auto;
    margin-left: 0;
}
.service_area p {
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 1.2vw;
}
}
@media screen and (max-width: 480px) {
.swiper-container {
  width: 100%;
  height: 25vh;
  overflow: hidden;
}
.company_area .service_box1 .sevice_btn {
    width: 45%;
    text-align: center;
    margin: 5px auto 0;
}
.catchphrase_area {
    background-image: url(/wp-content/themes/credodo/src/img/bg_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 45%;
    position: relative;
    width: 100%;
    margin-left: -30px;margin-bottom: 25px;
}

.service_area .service_box2 {
    position: absolute;
    top: 49%;
    left: 64.5%;
    width: 100%;
}
.service_area .service_box2 h2{
    padding-left: 17%;
}
.service_area .service_box2 .sevice_btn {
    width: 18%;    padding-left: 10%;
}


.service_left {
width: 80%;
float: none;
margin: 0 auto;
text-align: center;
}
.service_right {
width: 80%;
float: none;
margin: 0 auto;
}


}



@media screen and (max-width: 400px) {
.service_area .service_box2 {
    position: absolute;
    top: 49%;
    left: 64.5%;
    width: 100%;
}
.service_area .service_box2 h2{
    padding-left: 17%;
}
.service_area .service_box2 .sevice_btn {
    width: 18%;    padding-left: 10%;
}
.service_area p {
    padding-bottom: 0px;
    padding-top: 5px;
    font-size: 1.2vw;
}
.service_area .sevice_btn {
    width: 25%;
}
.service_area .service_box2 {
    position: absolute;
    top: 48%;
    left: 61.5%;
    width: 100%;
}
.service_area .service_box2 .sevice_btn {
    width: 25%;
    padding-left: 10%;
}


}




@media screen and (max-width: 1040px) {

.under .content_box {
    font-size: 14px;
    padding: 20px;
}
}

/*PC 狭　980～600*/

@media screen and (max-width: 980px) {

.under .content_box {
    font-size: 14px;
    padding: 20px;
}


.page_width {
    width: 90%;
    margin: 0 auto;
}


}





@media screen and (max-width: 900px) {


#global_navi{
display:none;
}

.sp_menu{
display:block;
z-index: 10000000000;
position: relative;
}

header #logo {
}



.category_name {
    padding: 5px 0px;
    text-align: center;
    font-size: 1.5vw;
    font-weight: bold;
    width: 100%;
}
.cate_navi_box {
    position: relative;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #FFF;
    display: block;
    justify-content: center;
    align-items: center;
}
.category_list {
    padding: 10px 0px;
    font-size: 1.5vw;
    width: 100%;
    line-height: 2.8vw;
    text-align: center;
}
.first_navi_box {
    background-image: url(/wp-content/themes/credodo/src/img/op_bg.png);
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.first_navi_txt {
    padding: 24px 0 3px;
    font-size: 1.6vw;
    text-align: center;
}
.cate_all_btn {
    width: 30%;
    margin: 0 auto;
    background: #FFF;
    padding: 10px !important;
    margin-bottom: 10px;
    font-size: 1.7vw;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #000;
}
h2 img {
    /* vertical-align: bottom; */
    /* padding-right: 10px; */
    width: 25%;
}





}





@media screen and (max-width: 750px) {


.under .images img{
	max-width: 300px;
}



h2 img {
    /* vertical-align: sub; */
    /* padding-right: 10px; */
    width: 20%;
}

h3 {
    /* padding: 5px; */
    /* color: #FFF; */
    /* text-align: center; */
    font-size: 18px;
}


.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
  right : 13px;
  top: 9px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}
nav.globalMenuSp.active {
    transform: translateY(0%);
    top: 45px;
}

}


/*Tab SP 720以下*/

@media screen and (max-width: 720px) {

.news_area {
    padding: 40px 0;
}


footer .footer_txt span {
    padding: 0 0px;
    display: block;
}


}



@media screen and (max-width: 640px) {

.contact_box ul li {
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    font-size: 2vw;
}
.contact_box ul li .left {
    float: none;
    margin: 20px 0;
    /* padding-right: 50px; */
    width: 100%;
    color: #a7b6be;
}
.contact_box ul li .right {
    float: none;
    margin: 20px 0;
    border-left: none;
    padding-left: 0;
    width: 100%;
}
.contact_box ul li .right.address_box {
    float: none;
    margin: 0px 0;
    border-left: none;
    padding-left: 0px;
    width: 100%;
}
.contact_box ul li .right.address_box .address_list {
    border-left: none;
    margin: 20px 0;
    width: 100%;
    padding-left: 0;
}
.contact_box .address input {
    width: 96%;
    padding: 5px;
}


.title_txt01 {
    font-size: 2.5vw;
    /* font-weight: bold; */
    text-align: center;
    margin: 50px 0;
}
.under h2 span.fnt_style1 {
    font-size: 2.5vw;
    text-align: center;
    display: block;
}
.title_txt02 {
    font-size: 2vw;
    /* font-weight: bold; */
    text-align: center;
    margin: 20px 0;
}
.service_photo_box {
    margin: 0 10px 0 20px;
    overflow: hidden;
    margin-bottom: 50px;
}

.news_under h3 {
    font-size: 2vw;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #CCC;
    margin-bottom: 25px;
}

.news_under {
    margin: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}


.under .first_navi {
    background-image: url(/wp-content/themes/credodo/src/img/head_bg_01.png);
    background-repeat: no-repeat;
    padding: 15px 0;
    background-size: cover;
    padding-top: 0;
    position: relative;
    height: 60px;
}



.under .txt p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}




.sp_none{
    display: none;
}


h2 img {
    width: 30%;
}



.bg-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #505050;
}



header #logo img {
    width: 100%;
}


}






.hoken_wrap_box{
    margin: 0 10%;
    overflow: hidden;
    margin-bottom: 40px;
    overflow: hidden;
}


.hoken_txt_box{
    display: flex;
    align-items: center;
    margin: 50px 0 20px;
}

.hoken_img{
    width: 50%;
}
.hoken_img img{
    width: 100%;
}
.hoken_txt{
    width: 50%;
    font-size: 14px;
    padding: 0 0 0 30px;
    line-height: 30px;
}

.hoken_list_box{
    display: flex;
    justify-content: space-between;
}

.hoken_box{
width: 21%;
    border: 1px solid #a7b6be;
    text-align: center;
    padding: 20px 0;
}
.hoken_box img{
    width: 100%;
}

h3.hoken_h3{
    text-align: center;
    border: 1px solid #a7b6be;
    margin: 80px 10% 40px 10%;
    font-size: 24px;
    letter-spacing: 0.5em;
    padding: 10px;
    color: #a7b6be;
}




.hoken_box {
    width: 21%;
    border: 1px solid #a7b6be;
    text-align: center;
    padding: 20px 0;
    margin-right: 4.5%;
    margin-bottom: 30px;
}
.hoken_list_box {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.hoken_box:nth-child(4n) {
    margin-right: 0%;
}

.en{
    width: 40px;
    background: #a7b6be;
    height: 32px;
    border-radius: 50%;
    padding: 8px 0 0 0;
    position: absolute;
    right: -20px;
    font-size: 16px;
color:#FFF;
}

.hoken_box.last{
position: relative;
}

.hoken_btn{
    text-align: center;
    margin: 50px 0 150px 0;
}
.hoken_btn img{
    width: 300px;
}


@media screen and (max-width: 1020px) {

.hoken_box {
    width: 23%;
    border: 1px solid #a7b6be;
    text-align: center;
    padding: 20px 0;
    margin-right: 2%;
    margin-bottom: 30px;
}


}


@media screen and (max-width: 900px) {
.hoken_box {
    width: 46%;
    border: 1px solid #a7b6be;
    text-align: center;
    padding: 20px 0;
    margin-right: 5%;
    margin-bottom: 30px;
}
.hoken_box:nth-child(2n) {
    margin-right: 0%;
}
.hoken_txt_box {
    display: block;
    align-items: center;
    margin: 50px 0 20px;
}
.hoken_img {
    width: 100%;
}
.hoken_txt {
    width: 100%;
    font-size: 14px;
    padding: 20px 0 0 0px;
    line-height: 30px;
}
.hoken_list_box {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.en {
    width: 40px;
    background: #a7b6be;
    height: 32px;
    border-radius: 50%;
    padding: 8px 0 0 0;
    position: absolute;
    right: 0px;
    font-size: 16px;
    color: #FFF;
}
h3.hoken_h3 {
    text-align: center;
    border: 1px solid #a7b6be;
    margin: 50px 10% 40px 10%;
    font-size: 24px;
    letter-spacing: 0.5em;
    padding: 10px;
    color: #a7b6be;
}
.hoken_btn {
    text-align: center;
    margin: 0px 0 60px 0;
}
}
