@charset "UTF-8";

/*!
Theme Name: r-gorge-recruit
Template:   cocoon-master
Version:    1.0.8
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

.header-container-in.hlt-top-menu .navi {
  margin-right: 5%;
}

.page-id-29 #main {
    padding: 0;
}

.main {
	padding: 9px 29px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/************************************
** グローバルメニュー PC
************************************/
#header-container {
	background: linear-gradient(90deg, rgb(240, 250, 247) 0%, rgb(240, 250, 249) 51.39%, rgb(240, 248, 250) 100%); /* 背景色 */
}

 /* ロゴの大きさ・幅に関するもの */
.header-container-in.hlt-top-menu .logo-header img {
  height: auto;
  /* max-width: 210px; */
  vertical-align: middle;
  margin: 20px 0;
}
#header-container {
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
.site-name-text-link {
  color: #fff;
}
.navi {
  background: none;
}
.navi-in > ul .sub-menu {
  background: #fff;
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
}
.navi-in > ul li {
  width: auto;
}
.navi-in a {
  font-size: 13px; /* ナビ文字大きさ */
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #000; /* ナビ文字色 */
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
.navi-in a:hover {
  background: none;
}
.navi-in a:before {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #000; /* マウスON時の下線色 */
  transform: scale(0, 1);
  transition: 0.4s;
}
.navi-in a:hover:before {
  transform: scale(1);
}
.navi-in > ul .sub-menu a {
  color: #666; /* サブメニュー文字色 */
  font-size: 12px; /* サブメニュー文字の大きさ */
}
.navi-in > ul .sub-menu a:before {
  background: #42d5e7; /* サブメニューマウスON時の下線色 */
}
.header-container-in.hlt-top-menu .logo-header {
  max-height: 100%;
}
.header-small {
  opacity: 0.9;
}
.header-small .header-container-in.hlt-top-menu .logo-header img {
  max-width: 130px;
  margin: 10px 0;
}
#container {
  padding-top: 90px;
}
[id^="toc"]:target {
  padding-top: 85px;
  margin-top: -85px;
}

/************************************
** グローバルメニュー スマホ
************************************/
#mobile-fixed-menu {
  display: none;
}
@media screen and (max-width: 834px) {
  #container {
    padding-top: 0px; 
/* 	padding-top: 50px;  */
  }
  #header {
	display:none;
    background: linear-gradient(90deg, rgba(28, 189, 255, 1) 0%, rgba(55, 219, 255, 1) 51.39%, rgba(70, 205, 255, 1) 100%);  /* 背景色*/
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 50px; /* ヘッダー高さ */
    transition: .5s;
    box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.2)
  }
  #header-in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  #header-in .logo {
    padding: 0;
    text-align: left;
  }
  .header-container-in.hlt-top-menu .logo-header img {
    width: 120px !important; /* ロゴ大きさ */
    vertical-align: middle;
  }
  #header-in .tagline {
    margin: 0;
    font-size: 10px; /* キャッチフレーズ文字サイズ */
    text-align: left;
  }
  #mobile-fixed-menu {
    margin-left: auto;
    line-height: 1;
    height: 50px; /* メニューボタン高さ */
    padding-top: 5px; /* メニューボタン上部余白 */
    display: block;
  }
  #mobile-fixed-menu .menu-icon::before {
    font-family: FontAwesome;
    font-size: 1em;
    content: '\f0c9';
  }
  #mobile-fixed-menu .menu-icon {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #fff; /* メニューアイコン色 */
  }
  #mobile-fixed-menu .menu-caption {
    font-size: 10px;
    font-weight: bold;
    color: #fff; /* メニューアイコン文字色 */
  }
  .menu-close-button {
    color: #42d5e7; /* メニューを閉じるボタン色 */
    padding: 1em 0;
  }
  #sidebar-menu-content {
    color: #6c6b62; /* サイドバー文字色 */
  }
  [id^="toc"]:target {
    padding-top: 50px;
    margin-top: -50px;
  }
}

/************************************
** 648 - ヘッダーレイアウト
************************************/

.header-container-in.hlt-top-menu .header {
	margin-left: 5%;
}

.entryBox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
	padding-top: 5px;
}
.tel{
    margin-right: 30px;
}

.tel .note {
    margin-top: 15px;
    padding: 4px 5px 2px;
    width: 74px;
    box-sizing: border-box;
    display: block;
    float: left;
    color: #3eb370;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    border: 1px solid #3eb370;
    background-color: #fff;
}
.entryBox .tel a {
    padding-left: 90px;
    display: block;
    color: #3eb370;
    font-size: 30px;
    font-weight: bold;
    word-break: break-all;
    text-decoration: none;
}
.entryBox .hLink a {
    padding: 15px 15px;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    background-color: #3eb370;
    text-decoration: none;
}



@media screen and (max-width:767px) {
	.header-container-in.hlt-top-menu .header {
		margin-left: 0;
	}
	.entryBox {
		display:none;
	}
}


/************************************
** 752 - グローバルメニュー
************************************/

.navi-in > ul li {
  height: 50px;
  line-height: 50px;
}


/* スクロールに合わせaddされる .header-small　より　ヘッダーのナビを非表示にする。 */
.header-small .navi .navi-in {
    display: none;
}

/************************************
** 基本表示
************************************/

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #82ccdd;
}

/************************************
** /共通項目 
************************************/

table th, table td {
    border: 1px solid #996b00;
    padding: 6px;
}
table th {
    background-color: #faf7f0;
	color: #996b00;
}

/* button の　オリジナルデザイン*/
.btn-996b00 {
  background-color: #2ca9e1;
}

.sidebar h3 {
    background-color: #faf7f0;
    padding: 12px;
    margin: 16px 0;
    border-radius: 10px;
}

@media screen and (max-width:767px) {
  table th{
    width: 30%;
  }
}

/************************************
** /tmp-user/main-before.php 
************************************/
.wrap-1-inner{
    display: flex;
    height: 80vh;
    justify-content: center;
    align-items: center;
}
.hero{
    height: 50%;
    width: 100%;
    position: relative;
}
.hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero::after{
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;    
}
.headline{
    position: absolute;
    top: 30%;
    left: 10%;
    font-size: 1.8em;
/*     transform: translate(-20%,-70%); */
    color: #fff;
    z-index: 3;
}

.btn-link{
	position: absolute;
    top: 60%;
    left: 10%;
	z-index:3;
}
.btn-link a{
    padding: 10px;
    width: 280px;
    box-sizing: border-box;
    display: inline-block;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.45;
    border: 3px solid #FFF;
	border-radius: 4px;
    text-decoration: none;
}
.btn-link a:hover{
    background: #FFF;
    color: #000;
    transition: 0.4s
}



/* topPage - common */
.message-section, .interview-section, .gallery-section, .requirements-section, .entry-section{
    width: 100%;
    padding: 30px 3%;
}

/* heading */

.box-heading {
    display: flex;
    justify-content: center;
    padding: 30px;
    font-size: 1.5em;
}   
.box-heading h2{
    position: relative;
    display: inline-block;
    padding: 0 80px;
    color: #272212;;
}
.box-heading h2:before, .box-heading h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: black;
}
.box-heading h2:before {
  left:0;
}
.box-heading h2:after {
  right: 0;
}
@media screen and (max-width: 768px){
    .box-heading {
        margin: 0px;
        padding: 30px 10px;
        font-size: 1em;
    }
    .box-heading h2 {
        padding: 0px 40px;
    }
    .box-heading h2:before, .box-heading h2:after {
        width: 30px;
        height: 2px;
        background-color: black;
    } 
}


/* #sec-03 */

.banner-section {
    background: #fff;
    padding-top: 3%;
}

.banner-section-inner{
    padding: 0 3% 3%;
}
.banner-contents{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    background: transparent;
    transition: all 0.5s;
}

.banner-contents .banner{
    width: 30%;
    overflow: hidden;
}
.banner-contents .banner .banner-inner{
    background: #f0932b;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: 0.4s;
}
.banner-contents .box{
    height: 100%;
    padding: 10px;
    border: 1px solid #fff;
}
.banner-contents .box .p1{
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    word-break: break-all;
    margin: 10px;
}
.banner-contents .box{
    text-align: center;
}
.banner-contents .box a{
    display: inline-block;
    margin: 10px;
    padding: 0.3em 1em;
    font-size: 20px;
    text-decoration: none;
    background: #fff;
    color: #f0932b;
    border: solid 2px #fff;
    border-radius: 3px;
    transition: .4s;
}
.banner-contents .box a:hover {
  background: #f0932b;
  color: #fff;
}
.banner-contents .box a:after {
	content: "\f105";
    font-family: "FontAwesome";
	padding-left: 1em;
}

@media screen and (max-width: 768px){
    .banner-contents{
        flex-wrap: wrap; 
    }
    .banner-contents .banner{
        width: 100%;
        margin-bottom: 16px;
    }
    .banner-contents .box a{
        font-size: 1em;
    }
}




/* #sec-04 */

.message-section-inner {
    padding: 0 3% 3%;
}
.message-box-contents{
    display: flex;
    justify-content: center;
    align-content: center;
    box-shadow: -3px 6px 8px -3px black;
}

.img-box {
    flex: 1;
}
.img-box img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.message-box{
    flex: 2;
    background: #ccc;
    padding: 20px;
    transition: 0.4s;
}
.message-box .message{
    height: 100%;
    padding: 25px;
    border: 1px solid #fff;
}

.message-box .message h3{
    display: block;
    color: #ffffff;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5;
    word-break: break-all;
    margin-bottom: 20px;
}
.message-box .message p{
    color: #2e2e2e;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;

}
@media screen and (max-width: 768px){
    .message-box-contents{
        flex-wrap: wrap;
    }
    .message-box-contents .img-box,
    .message-box-contents .message-box {
        width: 100%;
        flex: auto;
    }

}


/************************************
** su-loop-v2
************************************/

/* #sec-05 container */

.interview-section {
    background: #3498db;
}
#sec-05 .box-heading h2 {
    color: #fff!important;
}

#sec-05 .box-heading h2:before, #sec-05 .box-heading h2:after {
    background-color: #fff!important;
}

.interview-section-contents {
    padding: 0 3% 3%;
}
.su-loop-v2{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    background: transparent;
    transition: all 0.5s;
}
.su-loop-v2 .column-3{
    width: 33%;
    padding: 15px;
    display: inline-block;
    margin-bottom: 12px;
    background: #fff;
    box-shadow: 5px 5px 5px -3px #000;
    text-decoration: none;
}
.su-loop-v2 .column-3:hover{
    transform: translateY(-4px);
    transition: all 500ms;
}
.su-loop-v2 .column-3 .column-3-inner {
    position: relative;
    height: 100%;
}
.su-loop-v2 .su-post-thumbnail{
    width: 100%;
    float: none;
}
.su-loop-v2 .su-post-thumbnail img{
    max-width: 100%;
    height: auto;
    border: 0;
    width: 100%;    
}
.su-loop-v2 .su-post-contents{
    padding-bottom: 1.2em;
    margin: 0;
}
.su-loop-v2 .su-post-contents h2{
    font-size: 1.2em;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 500;
    color: #545454;
    padding: 10px 0 10px 0;
}
.su-loop-v2 .su-post-contents .su-post-excerpt{
    font-size: 0.8em;
    line-height: 1.2;
    overflow: hidden;
    color: slategray;
}
.su-post-meta{
    display: none;
}
.su-loop-v2 .btn {
    background: #3498db;
    font-size: 1em;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
    color: #fff;
    font-weight: 500;
    margin: 10px 0;
    border: 0;
    border-radius: 0;
    display: block;
    text-decoration: none;
}

@media screen and (max-width: 834px){
    .su-loop-v2{
        flex-wrap: wrap;
    }
    .su-loop-v2 .column-3 {
        width: 49%;
    }   
}
@media screen and (max-width: 480px){
    .su-loop-v2 .column-3 {
        margin-bottom: 8px;
        width: 100%;
        display: block;
    }
    .su-loop-v2 .column-3 .column-3-inner {
        line-height: 1.1;
    }   
}

/* #sec-06 gallery */

.gallery-section{
    width: 100%;
    padding: 30px 3%;
    background: #fff;
}
.gallery-section-inner{
    width: 100%;
    margin: auto;
    padding: 0 3% 3%;
}
.gallery-section .gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: -3px 6px 8px -3px black;
}
.gallery-section .image{
    flex: 25%;
    overflow: hidden;
}
.gallery-section .image img{
    width: 100%;
    height: 100%;
    transition: 1.0s;
    position: relative;
}
.gallery-section .image:hover img{
    transform: scale(1.4) rotate(15deg);
}
.gallery-section .text-box{
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: 0.4s
}
.gallery-section .text-box-01{
    background: #3498db;
}
.gallery-section .text-box-02{
    background: #2ecc71;
}
.gallery-section .text-box-03{
    background: #e67e22;
}
.gallery-section .text-box-04{
    background: #9b59b6;
}
.gallery-section .text-box .text-box-inner{
    height: 100%;
    padding: 25px 10px 10px;
    border: 1px solid #fff;
}    
.gallery-section .text-box .text-box-inner .p1{
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1.5;
}
.gallery-section .text-box .text-box-inner .p2{
    margin-bottom: 15px;
    text-align: left;
    color: #fff;
    font-size: 1.0em;
    font-weight: 500;
    line-height: 1.5;
}
    
@media screen and (max-width: 768px){
    .gallery-section .image{
        flex: 50%;
    }
}
@media screen and (max-width: 480px){
    .gallery-section .image{
        flex: 100%;
    }
}


/* #sec-07 requirments */

/************************************
** su-loop-v4
************************************/

.requirements-section {
    background: #884898;
}

#sec-07 .box-heading h2 {
    color: #fff!important;
}

#sec-07 .box-heading h2:before, #sec-07 .box-heading h2:after {
    background-color: #fff!important;
}

.requirements-section-contents {
    padding: 0 3% 3%;
}

.su-loop-v4 {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    background: transparent;
    transition: all 0.5s;
}
.su-loop-v4 .column-3{
    width: 32%;
    padding: 15px;
    display: inline-block;
    margin-bottom: 12px;
    background: #fff;
    box-shadow: 5px 5px 5px -3px #000;
    text-decoration: none;
}
.su-loop-v4 .column-3:hover{
    transform: translateY(-4px);
    transition: all 500ms;
}
.su-loop-v4 .column-3 .column-3-inner {
    position: relative;
    height: 100%;
}

.su-loop-v4 h2 {
    font-weight: 500;
    font-size: 1.3em;
    color: #884898;
}

.su-loop-v4 .su-post-thumbnail{
    width: 100%;
    float: none;
}
.su-loop-v4 .su-post-thumbnail img{
    max-width: 100%;
    height: auto;
    border: 0;
    width: 100%;    
}
.su-loop-v4 .su-post-contents{
    /* padding-bottom: 1.2em; */
    margin: 0;
}

.su-loop-v4 table.recruit_table.cp_table {
    color: #884898;
}

.su-loop-v4 .btn {
    background: #884898;
    font-size: 1em;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
    color: #fff;
    font-weight: 500;
    margin: 10px 0;
    border: 0;
    border-radius: 0;
    display: block;
    text-decoration: none;
}
@media screen and (max-width: 834px){
    .su-loop-v4{
        flex-wrap: wrap;
    }
    .su-loop-v4 .column-3 {
        width: 49%;
    }   
}
@media screen and (max-width: 480px){
    .su-loop-v4 .column-3 {
        margin-bottom: 8px;
        width: 100%;
        display: block;
    }
    .su-loop-v4 .column-3 .column-3-inner {
        line-height: 1.1;
    }   
}

.requirements-section-contents{
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3%;
}
.buttons a{
  display: inline-block;
  margin: 10px;
  padding: 0.3em 1em;
  font-size: 2em;
  text-decoration: none;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 3px;
  transition: .4s;
}
.buttons a:hover {
  background: #fff;
  color: #884898;
}
.entry-button a:after, .index-button a:after{
	content: "\f105";
    font-family: "FontAwesome";
	padding-left: 1em;
}

@media screen and (max-width: 480px){
    .buttons a{
        font-size: 1em;
    }
}

/* #sec-08 flow-section */

.flow-section{
    width: 100%;
    padding: 30px 3%;
    background: #fff;
}
.flow-section-inner{
    width: 100%;
    margin: auto;
    padding: 0 3% 3%;
}
.select-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.select-box-content {
    width: 32%;
    padding: 10px;
}
.select-box-content .img-box{
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    overflow: hidden;
    width: 250px;
    height: 250px;
}
.select-box-content .img-box img{
    width: 100%;
    height: auto;
}
.select-box-content h3{
    margin-bottom: 35px;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.select-box-content p{
    margin-bottom: 35px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
}
@media screen and (max-width: 768px){
    .select-box-content {
        flex: 50%;
    }
}
@media screen and (max-width: 480px){
    .select-box-content {
        flex: 100%;
    }
}

.step-list{
    width: 100%;
    margin: auto;
    padding: 0 3% 3%;
}
.step-list-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.step-list-inner .step{
    width: 17%;
    margin-right: 1.5%;
    padding: 10px 15px 20px;
    background-color: #87ceeb;
    position: relative;
}
.step-list-inner .step::after{
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: -12%;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #87ceeb transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    transform: rotate(-90deg);
}
.step-list-inner .step-none:after {
    display: none;
}
.step-list-inner .step .p1{
    display: block;
    color: #ffffff;
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    word-break: break-all;
}
.step-list-inner .step .p2{
    display: block;
    color: #333;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    word-break: break-all;
}
@media screen and (max-width: 768px){
    .step-list-inner .step {
        flex: 100%;
        margin-right: 0%;
        margin-bottom: 10%;
    }
    .step-list-inner .step::after{
        left: 0%;
        right: 0%;
        top: 100%;
        bottom: -12%;
        transform: rotate(0deg);
    }
}

/* #sec-09 flow-section */

/************************************
** /Contact Form 7
************************************/

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 color:#444;
 padding: 20px 25px 20px 30px;
 width:30%;
 background:#f7f7f7;
 border: none;
 border-bottom: 1px solid #d7d7d7;
 border-left: 1px solid #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size: 13px;
 background: #f7f7f7;
 border: none;
 border-bottom: 1px solid #d7d7d7;
 border-right: 1px solid #d7d7d7;
 padding: 10px 20px 10px 10px;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size: 8px;
 padding: 7px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right: 20px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size: 8px;
 padding: 7px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right: 20px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
 border:2px solid #ffaa56;
}

table.inquiry {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #d7d7d7;
}

.search-edit, input[type="text"] {
    padding: 11px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 2;
	color: black;
    width: 100%;
}

.attention {
    text-align: center;
}
.attention p {
    font-size: 16px;
}

/************************************
** /post-page
************************************/

body.public-page {
    background-color: #faf7f0;
}

.content {
    margin-top: 0px;
    margin-bottom: 30px;
}

/* eye-chach is ALWAYS  shown */
.article-header > .eye-catch-wrap {
    display: flex !important;
	justify-content:center;
}

.eye-catch-wrap .eye-catch {width: 100%;}

.eye-catch img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.entry-title{
	font-size:1.5em;
    padding: 16px
}
.eye-catch {
    width: inherit;
    /* width: 87%; */
}
.eye-catch .cat-label {
	display:none;
}

.to-contact-section {
    padding: 20px 20px 0 20px;
}

.column-wrap .column-left img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.column-wrap .column-right {
    padding: 0 20px;
}
.column-wrap .column-right .t1{
    font-size: 2em;
    margin: 0;
    padding: 10px;
}

/************************************
** /su-loop-v1
************************************/

.catch_phrase {
    color: #000;
}

.column-1 {
    text-decoration: none;
}
.column-1:hover {
    color: #000;
}

.column-1-inner {
    padding: 10px;
    margin: 10px;
    box-shadow: 2px 2px 4px gray;
}

.headline03-b{
    background: #0095d9;
    color: #fff;
    border-left: 0px;
    border-radius: 2px;
    border-top: 0px!important;
    border-right: 0px!important;
    border-bottom: 0px!important;
    border-left: 0px!important;
}

.requirements-tags-list ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
	padding-left: 0;
}
.requirements-tags-list ul li{
    padding: 3px;
    border: 2px solid #999;
    font-size: 12px;
}


/************************************
** cta-setion
************************************/

.cta-section{
    width: 100%;
    padding: 30px 3%;
    background: #82ccdd;
}

.cta-section .box-heading h2 {
    color: #fff;
}
.cta-section .box-heading h2:before,
.cta-section .box-heading h2:after {
    background-color: #fff;
}

.cta-section .cta-box {
    background-color: transparent;
    width: 100%;
    margin: auto;
    padding: 0 3% 3%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.cta-section .box-1 {
    flex: 3 0 300px;
    margin: 0 10px;
}

.cta-section .box-1 p {margin: 0;font-size: 1.3em;}

.cta-section .box-1 p span {
    display: block;
    text-align: center;
}

.cta-section .box-2, .cta-section .box-3 {
    padding: 10px 30px;
    border: 3px solid #FFF;
    border-radius: 10px;
	flex: 4 0 300px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}

.cta-section .box-2 span, .cta-section .box-3 span {
    font-size: 0.9em;
    padding-right: 20px;
}

.cta-section .box-2 a, .cta-section .box-3 a {
    font-size: 1.2em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.cta-section .box-2 a:after, .cta-section .box-3 a:after {
    content: "\f105";
    font-family: "FontAwesome";
    padding-left: 1em;
}
.cta-section .box-2:hover, .cta-section .box-3:hover, .cta-section .box-2:hover a, .cta-section .box-3:hover a {
    color: #82ccdd;
    background-color: #fff;
}

@media screen and (max-width: 768px){
	.cta-section .cta-box {
		flex-wrap:wrap;	
	}
	.cta-section .box-1, .cta-section .box-2, .cta-section .box-3{
		margin:10px
	}
}

.infomation-list {
    width: 100%;
    padding: 0 0 3%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.infomation-list-inner {
    width: 32%;
    padding: 15px;
    display: inline-block;
    margin-bottom: 12px;
    background: #fff;
    box-shadow: 5px 5px 5px -3px #000;
    text-decoration: none;
}

.cta-section .infomation .imgbox {
    width: 100%;
}
.cta-section .infomation .imgbox img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.cta-section .infomation .list-contents {}

.cta-section .infomation .btn-1 {
    background: #82ccdd;
    font-size: 1em;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
    color: #fff;
    font-weight: 500;
    margin: 10px 0;
    border: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.cta-section .infomation .btn-1:after{
	content: "\f105";
    font-family: "FontAwesome";
	padding-left: 1em;
}
@media screen and (max-width: 768px){
    .cta-section .infomation-list {
        flex-wrap: wrap;
    }
	.infomation-list-inner {
		width:100%;
	}
}

/************************************
** footer design
************************************/

.footer {
    margin: auto;
}

.about-houshing-coat ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

/************************************
** /content-requirements.php
************************************/
.bg-aaa .entry-title {
    color: #996b00;
}

.p_catch {
    margin: 10px 10px;
    background: #faf7f0;
    border-radius: 2%;
    padding: 10px 20px;
}

.article h2 {
    color: #996b00;
    background-color: transparent;
}

.article h3 {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 3px solid #996b00;
    font-size: 20px;
    color: #996b00;
    padding: 10px 20px;
}

.image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.image-box img {
    width: 50%;
}


/* 1543 */
table td {
    padding-left: 10px;
}

/* 1597 */
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin: 1.5em 0 1em;
}

/* 828 */
.article h2:before {
	display:none;
}


/*768px以下*/
@media screen and (max-width: 768px){
	.image-box img {
    	width: 50%;
		padding-bottom:10px;
	}
}

/************************************
** 細かい修正等
************************************/

.container input[type='submit'] {
    background-color: #000000;
}

/************************************
** swiper.js のcss
************************************/

.swiper-container {
    border-radius: 10px;
}
.swiper-slide-prev, .swiper-slide-next{
    opacity: 0.5;
}
.swiper-button-prev, .swiper-button-next {
    color: #fff!important;
}
.swiper-pagination-bullet-active {
    background: #fff!important;
}

/*インタビュー部分のレイアウト*/
@media screen and (max-width: 768px){
	.col-even {
		flex-direction: column-reverse;
	}
}
