@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/*調整*/
.wrap{
  width: 100%;
}
.content{
  margin: 0;
}
.content-in{
  padding: 0;
}
.main{
  padding: 0 !important;
}
.page-id-13 .article-header,
.page-id-16 .article-header,
.page-id-19 .article-header,
.page-id-22 .article-header,
.page-id-113 .article-header{
  display: none;
}
.breadcrumb{
  max-width: 1000px;
  margin: 0 auto;
}
/*トップ*/
.top_wrap{
  width: 100%;
  text-align: center;
  padding-top: 3rem;
}
.top_wrap h2{
  position: relative;
  padding: 0.5rem 0 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 3rem;
  background-image: linear-gradient(135deg, #16b5dd 10%, #b2d5de 100%);
  background-repeat: no-repeat;
  background-size: 3rem 0.4rem;
  background-position: bottom;
  text-align: center;
}
.top_flex{
  width: 60%;
  display: flex;
  margin: 0 auto 3rem;
}
.TF_1{
  width: 30%;
  margin: 0 auto;
}
.TF_1 p{
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0.5rem;
}
.top_recruit{
  background-color: #f6fafd;
  margin: 3rem auto 0;
}
.TR_cach{
  width: 80%;
  margin: 0 auto;
}
.top_recruit p{
  margin: 2rem;
}
.top_recruit a{
  color: #fdfdfd;
  display: block;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  background: linear-gradient(90deg, #2586e7 0%, #73c6de 50%, #2d91e6 100%);
  background-size: 200% 100%;
  border: none;
  margin: 0 auto;
  border-radius: 2rem;
}
.top_recruit a:hover {
  background-position: 100% 0;
}
/*事業内容*/
.works_wrap{
  width: 100%;
}
.works_cach{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 200px;
  overflow: hidden;
  background-image: url(https://o3-pro.jp/wp-content/uploads/2024/11/works_cach2.jpg);
  background-size: 100%;
  background-position: center;
  position: relative;
}
.works_cach::after{
  position: absolute;
  color: #fdfdfd;
  content: "WORKS";
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works_cach::before{
  position: absolute;
  color: #fdfdfd;
  content: "事業内容";
  font-size: 1rem;
  letter-spacing: 10px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works_wrap h2{
  max-width: 1000px;
  margin: 2rem auto !important;
	position: relative;
	border-bottom: 5px solid #73c6de;
	padding: 10px 0;
}
.works_wrap h2:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #2586e7;
}
.works_flex{
  display: flex;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
.works_flex img{
  display: block;
  width: 40%;
}
.WF_con{
  padding: 0 2rem;
}
.WF_con h3{
  margin: 0.5rem !important;
}
.works_back{
  background-color: #f6fafd;
  padding: 1rem;
}
.works_flex2{
  max-width: 1000px;
  display: flex;
  margin: 3rem auto;
}
.WF2_1{
  width: 30%;
  margin: 0 auto;
}
.WF2_1 p{
  font-weight: 700;
  text-align: center;
  margin: 0.5rem;
}
/*480px以下*/
@media screen and (max-width: 760px){
  .top_flex{
    display: block;
    width: 95%;
  }
  .TF_1{
    width: 70%;
  }
  .top_wrap h2{
    font-size: 2rem;
  }
  .TR_cach{
    width: 100%;
  }
}
/*事業内容*/
.company_wrap{
  width: 100%;
  padding-bottom: 2rem;
}
.CW_t{
  max-width: 1000px;
  margin: 0 auto;
}
.company_wrap h2{
  max-width: 1000px;
  margin: 2rem auto !important;
	position: relative;
	border-bottom: 5px solid #73c6de;
	padding: 10px 0;
}
.company_wrap h2:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #2586e7;
}
@media screen and (max-width: 760px){
  .works_flex{
    display: block;
  }
  .works_flex img{
    width: 60%;
    margin: 0 auto;
  }
  .WF_con h3{
    text-align: center;
  }
  .works_flex2{
    display: block;
  }
  .WF2_1{
    width: 80%;
    margin-bottom: 1rem;
  }
  .WF2_1 img{
    display: block;
    width: 60%;
    margin: 0 auto;
  }
}
/*お問い合わせ*/
.contact_wrap{
  width: 100%;
}
.contact_wrap h2{
  max-width: 1000px;
  margin: 2rem auto !important;
	position: relative;
	border-bottom: 5px solid #73c6de;
	padding: 10px 0;
}
.contact_wrap h2:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #2586e7;
}
.contact_con{
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 760px){
  .contact_wrap{
    width: 95%;
    margin: 0 auto;
  }
}
/*プライバシーポリシー*/
.privacy_wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.privacy_wrap h2{

}
.P_con{
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 2rem;
}
.P_con p{
  margin: 1.5rem;
  font-size: 1.5rem;
}
/*求人情報*/
.recruit_wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}
.RW_flex{
  display: flex;
  align-items: center;
}
.RW_flex img{
  display: block;
  width: 30%;
}
.RW_flex .RWF{
  padding: 0 2rem;
  width: 70%;
}
.RWF h2{
  margin: 1rem 0 !important;
}
.recruit_wrap a{
  text-align: center;
  color: #fdfdfd;
  display: block;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  background: linear-gradient(90deg, #2586e7 0%, #73c6de 50%, #2d91e6 100%);
  background-size: 200% 100%;
  border: none;
  margin: 3rem auto;
  border-radius: 2rem;
}
.recruit_wrap a:hover {
  background-position: 100% 0;
}
@media screen and (max-width: 760px){
  .RW_flex{
    display: block;
  }
  .RW_flex img{
    width: 60%;
    margin: 0 auto;
  }
  .RW_flex .RWF{
    width: 85%;
    margin: 0 auto;
  }
}