@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){
  /*必要ならばここにコードを書く*/
}
/*調整*/
.content,
.footer{
  margin-top: 0;
}
.home .wrap{
  width: 100%;
}
.main{
  padding: 0;
  border: 0;
  background-color: #f6f5f9;
}
.entry-content{
  margin: 0;
}
.home h1,
.page-id-15 h1,
.page-id-18 h1,
.page-id-20 h1,
.page-id-24 h1,
.page-id-22 h1{
  display: none;
}
@media screen and (max-width: 834px) {
  main.main, div.sidebar {
      padding: 0;
      margin: 0;
  }
}
.mobile-menu-buttons{
  background: #f6f5f9;
}
@media screen and (max-width: 1023px){
  .mobilemenyu1{
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 1023px) {
  .copyright {
      font-size: 0.7rem;
      margin-top: 2rem;
  }
}
/*トップページ*/
.topslider{
  width: 100%;
  margin: 0 auto 5rem;
  position: relative;
}
.topslider .back1{
  width: 100%;
  position: absolute;
  top: 10%;
  z-index: -1;
  opacity: 0.7;
}
.topslider .cach1{
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.cach1 img{
  display: block;
  width: 100%;
}
.topslider .P1{
  position: absolute;
  top: 40%;
  left: 5%;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.2;
  color: #fdfdfd;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
}
.P1 span{
  display: block;
  margin: 2rem 0;
}
.P1 .P1_s1{
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}
.P1 .P1_s2{
  font-size: 1.3rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.topslider h2{
  background-color: #ffffff00;
  text-align: center;
  margin-top: 2rem;
  font-size: 3rem;
  line-height: 2;
}
.topslider h2 span{
  display: block;
  font-size: 10rem;
  color: #ffb1003b;
  line-height: 1;
  margin-bottom: -.4em;
  letter-spacing: .06em;
}
.topslider .P4{
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}
.topslider .P5{
  width: 100%;
  max-width: 50rem;
  margin: 3rem auto;
  text-align: center;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.scroll-infinity__item {
    width: calc(100vw / 6);
}
.scroll-infinity__item>img {
    width: 100%;
}
.scroll-infinity__wrap ul li{
  margin: 0;
}
.top_works{
  width: 80%;
  margin: 0 auto;
}
.top_works h2{
  background-color: #ffffff00;
  text-align: center;
  margin-top: 2rem;
  font-size: 3rem;
}
.top_works h2 span{
  display: block;
  font-size: 10rem;
  color: #ffb1003b;
  line-height: 1;
  margin-bottom: -.4em;
  letter-spacing: .06em;
}
.TP_flex{
  display: flex;
}
.TP_flex img{
  display: block;
  width: 50%;
}
.TP_flex .TPF1{
  padding: 5rem;
}
.TPF1 p{
  font-size: 2rem;
  margin: 0 0 2rem;
  line-height: 1.2;
  font-weight: 700;
}
.TPF1 a{
  color: #333;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  width: 130px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #333;
  position: relative;
  z-index: 1;
  display: block;
  margin: 2rem auto 0;
  overflow: hidden;
  transition: .3s;
}
.TPF1 a::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #333;
  border-radius: 0 100% 100% 0;
  transform: translateX(-100%);
  transition: transform ease .3s;
}
.TPF1 a:hover {
  color: #fff;
}
.TPF1 a:hover::before {
  transform: translateX(10%);
}
.top_recruit{
  width: 100%;
  margin: 8rem auto 2rem;
  position: relative;
}
.top_recruit .TPback{
  position: absolute;
  width: 100%;
  top: 10%;
  opacity: 0.5;
  z-index: -1;
}
.top_recruit .TPcach{
  display: block;
  margin: 0 auto;
  width: 90%;
}
.top_recruit h2{
  background-color: #ffffff00;
  text-align: center;
  margin: 2rem auto;
  font-size: 3rem;
}
.top_recruit h2 span{
  display: block;
  font-size: 10rem;
  color: #ffb1003b;
  line-height: 1;
  margin-bottom: -.4em;
  letter-spacing: .06em;
}
.top_recruit .TPp{
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.top_recruit a{
  color: #333;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  width: 300px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #333;
  position: relative;
  z-index: 1;
  display: block;
  margin: 2rem auto 0;
  overflow: hidden;
  transition: .3s;
}
.top_recruit a::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #333;
  border-radius: 0 100% 100% 0;
  transform: translateX(-100%);
  transition: transform ease .3s;
}
.top_recruit a:hover {
  color: #fff;
}
.top_recruit a:hover::before {
  transform: translateX(10%);
}
@media screen and (max-width: 834px){
  .topslider .cach1{
    width: 100%;
    margin: 0 auto 2rem;
  }
  .topslider .P1{
    top: 10%;
    font-size: 0.8rem;
  }
  .P1 span{
    margin: 1rem 0;
  }
  .P1 .P1_s1{
    font-size: 1.5rem;
  }
  .P1 .P1_s2{
    font-size: 0.8rem;
  }
  .topslider h2 span{
    font-size: 3rem;
  }
  .topslider h2{
    font-size: 1.5rem;
  }
  .topslider .P4{
    width: 90%;
    text-align: left;
  }
  .scroll-infinity__item{
    width: calc(100vw / 1.5);
  }
  .top_works h2 span{
    font-size: 3rem;
  }
  .top_works h2{
    font-size: 1.5rem;
  }
  .TP_flex{
    display: block;
  }
  .TP_flex img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .TP_flex .TPF1 {
    padding: 1rem;
  }
  .TPF1 p{
    font-size: 1.5rem;
  }
  .top_recruit .TPcach{
    width: 100%;
  }
  .top_recruit h2 span{
    font-size: 3rem;
  }
  .top_recruit h2{
    font-size: 1.5rem;
  }
  .top_recruit .TPp{
    width: 80%;
    text-align: left;
  }
}
/*コンセプト*/
.concept1{
  width: 100%;
  position: relative;
  text-align: center;
}
.concept1::after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: URL(https://smile-bloom.jp/wp-content/uploads/2024/10/ttt.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.concept1 img{
  display: block;
}
/*各タイトル*/
.cach_posi{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.CP_cha{
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
.CP_cha::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  display: inline-block;
  width: 2rem;
  height: 0.3rem;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #ffc000;
}
.CP_cha2{
  color: #fff;
  letter-spacing: 0.5em;
  font-weight: 700;
}
.con_con{
  width: 100%;
  text-align: center;
}
.con_con h2 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  width: 30rem;
  margin: 8rem auto 0;
  background-color: #00000000;
}
.con_con h2:before,
.con_con h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.con_con h2:before {
  left: 7px;
}
.con_con h2:after {
  right: 7px;
}
/*ここまで*/
.CC_flex{
  display: flex;
  align-items: flex-start;
  margin: 5rem auto;
  width: 70%;
}
.CC_flex img{
  display: block;
  width: 40%;
  box-shadow: 10px 10px 0px 0px #ffe099;
}
.CC_flex p{
  padding: 0 2rem;
  text-align: left;
}
.CC_name{
  font-size: 2rem;
  font-weight: 700;
}
.CC_name span{
  font-size: 1.5rem;
}
@media screen and (max-width: 834px){
  .CP_cha{
    font-size: 3rem;
  }
  .con_con h2{
    margin: 3rem auto 0;
    width: 20rem;
  }
  .CC_flex{
    display: block;
    margin: 3rem auto;
    width: 90%;
  }
  .CC_flex img{
    width: 65%;
    margin: 0 auto 3rem;
  }
}
/*会社概要*/
.co1{
  width: 100%;
  position: relative;
  text-align: center;
}
.co1::after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: URL(https://smile-bloom.jp/wp-content/uploads/2024/10/ttt.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.co1 img{
  display: block;
}
.co1_table{
  max-width: 80%;
  margin: 0 auto;
}
/*お問い合わせ*/
.contact_wrap{
  width: 70%;
  margin: 0 auto;
}
.contact_wrap input[type=submit]{
  display: block;
  margin: 0 auto;
  width: 20rem;
}
@media screen and (max-width: 834px){
  .contact_wrap{
    width: 85%;
  }
  .contact_wrap input[type=submit]{
    width: 15rem;
  }
  .co1_table{
    max-width: 95%;
  }
}
/*求人情報*/
.recruit_flex{
  display: flex;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto;
}
.recruit_flex img{
  display: block;
  width: 35%;
}
.recruit_flex div{
  padding: 0 3rem;
}
.recruit_con{
  width: 60%;
  margin: 0 auto;
  border-bottom: 1px solid rgb(75, 75, 75);
  text-align: center;
  padding: 1rem;
}
.recruit_con span{
  padding-left: 8rem;
}
.RC_1{
  text-align: center;
  width: 60%;
  margin: 5rem auto 0;
}
.RC_1 a{
  color: #333;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  width: 130px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #333;
  position: relative;
  z-index: 1;
  display: block;
  margin: 2rem auto 0;
  overflow: hidden;
  transition: .3s;
}
.RC_1 a::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #333;
  border-radius: 0 100% 100% 0;
  transform: translateX(-100%);
  transition: transform ease .3s;
}
.RC_1 a:hover {
  color: #fff;
}
.RC_1 a:hover::before {
  transform: translateX(10%);
}
@media screen and (max-width: 834px){
  .recruit_flex{
    display: block;
    width: 100%;
  }
  .recruit_flex img{
    width: 80%;
    margin: 0 auto;
  }
  .recruit_con{
    width: 95%;
    padding: 1rem 0;
  }
  .recruit_con span {
    padding-left: 2rem;
  }
  .RC_1{
    width: 90%;
    text-align: left;
    margin: 3rem auto 0;
  }
}
/*事業内容*/
.works1{
  display: flex;
  align-items: center;
  width: 70%;
  margin: 3rem auto;
}
.works1 .W1_1{
  font-size: 3rem;
  font-weight: 700;
  width: 35%;
  padding: 0 1rem;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 5px;
}
.works1 .W1_2{
  padding: 0 1rem;
  width: 65%;
  margin: 0;
}
.works2{
  display: flex;
  align-items: center;
}
.works2 img{
  display: block;
  width: 50%;
}
.works2 div{
  width: 50%;
  text-align: center;
  padding: 0 2rem;
}
.works2 div h2{
  margin: 0;
  padding: 1rem;
}
.works2 div p{
  text-align: left;
}
@media screen and (max-width: 834px){
  .works1{
    display: block;
    width: 90%;
  }
  .works1 .W1_1,
  .works1 .W1_2{
    width: 100%;
    margin: 1rem auto;
  }
  .works2{
    display: block;
  }
  .works2 img{
    width: 100%;
  }
  .works2 div{
    width: 100%;
  }
}
/*プライバシーポリシー*/
.PP1{
  width: 90%;
  margin: 0 auto;
  border: 2px solid rgb(55, 55, 55);
  border-radius: 1rem;
  padding: 2rem;
}
.PP1 .PP11{

}
.PP1 .PP12{
  font-size: 1.5rem;
  margin-bottom: 0.1rem;
}