@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.pt10 {
    padding-top:10% !important;
}

.pb10 {
    padding-bottom:10% !important;
}

@media (max-width: 768px)  {
.swell-col-reverse .swell-block-columns__inner{
flex-direction: column-reverse;
}
}

.charImg {
    animation: bounce 0.5s infinite alternate; /* アニメーションの設定 */
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* 初期位置と最終位置 */
    }
    50% {
        transform: translateY(-20px); /* 弾む位置 */
    }
}

.main-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left; /* テキストを左寄せにする場合 */
    width:100%;
    max-width: 100%; /* 最大幅100% */
    padding-top: 10%; /* 必要に応じて余白を設定 */
    box-sizing: border-box; /* paddingを含めたボックスモデルにする */
}

/* スマートフォン用のスタイル */
@media (max-width: 768px) {
    .main-text {
        width:100%;
    }
}

.top #content {
    padding-top: 0;
}

.l-content {
    margin-bottom:0 !important;
}

.contents-wrap-left {
    padding-left:10%;
}

.contents-wrap-right {
    padding-right:10%;
}


.greeting::before {
    z-index: -1;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.2%, #FFFF00)) no-repeat top right / 100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFFFCC 50.2%) no-repeat top right / 100% 100%;
    width: 50%; /* 幅は親要素の50% */
    height: 50vw; /* 高さは画面幅（viewport width）の50% */
    top: 0; /* 上端から配置 */
    left: 0; /* 左端から配置 */
}

.greeting::after {
    z-index: -1;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.2%, #E6F8FB)) no-repeat top left / 100% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #CCFFCC 50.2%) no-repeat top left / 100% 100%;
    width: 50%;
    height: 50vw;
    top: 0;
    right: 0;
}

@media screen and (min-width: 980px) {
    .greeting::after {
        height: 100%;
        bottom: auto;
        top: 0;
    }

    .greeting::before {
        height: 100%;
        bottom: auto;
        top: 0;
    }
}


.recruit::before {
    z-index: -4;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #FFFFCC)) no-repeat bottom left / 50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #E6F8FB)) no-repeat bottom right / 50% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #FFFFCC 50%) no-repeat bottom left / 50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFFFCC 50%) no-repeat bottom right / 50% 100%;
    width: 100%;
    height: 50vw;
    top: 0;
    left: 0;
}

.recruit::after {
    z-index: -4;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #CCFFCC)) no-repeat top left / 100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #CCFFCC 50%) no-repeat top left / 100% 100%;
    width: 50%;
    height: 50vw;
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 980px) {
    .recruit::after {
        height: 100%;
        bottom: auto;
        top: 0;
    }

    .recruit::before {
        height: 100%;
        bottom: auto;
        top: 0;
    }
}

.company::before {
    z-index: -4;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.2%, #FFFFCC)) no-repeat top right / 100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFFFCC 50.2%) no-repeat top right / 100% 100%;
    width: 50%;
    height: 50vw;
    top: 0;
    left: 0;
}

.company::after {
    z-index: -4;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.2%, #CCFFCC)) no-repeat bottom left / 100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #CCFFCC 50.2%) no-repeat bottom left / 100% 100%;
    width: 50%;
    height: 50vw;
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 980px) {
    .company::before {
        height: 100%;
    }
}


.sp-img {
        width:100%;
    }

@media (max-width: 768px) {
    .sp-img {
        width:40%;
        margin:0 auto;
    }
}

/* Contact Form7 */

.r-title {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  color: #333;
  padding: 3% 0;
}

.form-wrap {
  width: 100%;
  background-color: #eee;
  padding: 3%;
  /*margin-top:15%;*/
}

.contact7 {
  max-width: 100%;
  box-sizing: border-box;
}
.contact7 dd {

}
.contact7 dt {
  font-weight: normal;
  color: #333;
  font-weight: normal;
  margin-bottom: 1%;
  font-weight:bold;
}

/* 必須マーク */
.contact7 .must {
  background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
  background: #999;
}

.contact7 .must,
.contact7 .optional {
  color: #FFF;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
}
.btn_contact7 {
  text-align: center;
}
.btn_contact7 input {
  width: 40%;
  background-color: #005513;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  /*border: 1px solid #005513;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;*/
}
.btn_contact7 input:hover {
  background-color: #FFF;
  color: #005513;
}

input {
  padding: 5px;
  border-radius: 3px;
  border:1px solid #ccc;
}

textarea {
  width: 60%;
  padding: 5px;
  border-radius: 3px;
  border:1px solid #ccc;
}

@media screen and (min-width: 768px) {
.contact7 dt {
  float: left;
  clear: left;
  width: 100%;
  padding: 5px 10px 5px 0;
  font-weight:bold;
  }
.contact7 dd {

  }

.btn_contact7 input {
  width: 70%;
  background-color: #005513;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  /*border: 1px solid #005513;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;*/
}
.btn_contact7 input:hover {
  background-color: #FFF;
  color: #005513;
}

.wpcf7-spinner {
  display: block !important;
}

textarea {
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  border:1px solid #ccc;
}
}

.contact-tel {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}

.contact-tel a:link {
  color: #333;
}

.contact-tel a:visited {
  color: #333;
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
padding:1em !important;/* ボタン内の余白 */
margin:2em 0em !important;/* ボタンの上下の余白 */
background-color: #25c04a !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 50%;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);/* 薄っすらとボタンにドロップシャドウをかける*/
}

input.wpcf7-submit:hover {
background-color:#f2d500 !important;/* マウスを乗せたときの背景色 */
color: #fff !important;/* マウスを乗せたときの文字の色 */
}

.btn-submit {
    width: 100%;
    text-align: center;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-spinner {
  display:none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    text-align: center;
}

.wpcf7-form-control-wrap textarea {
    width: 100% !important;
    border: 2px solid rgba(66,66,66,.3) !important;
    border-radius:5px;
}

.contact-wrap {
    padding: 3%;
    background-color: #eee;
    width: 100%;
}

.contact-wrap p{
    font-weight:bold;
}


.wpcf7-form-control-wrap .wpcf7-text {
    border: 2px solid rgba(66,66,66,.3) !important;
    border-radius:5px;
    margin-bottom:5%;
    width: 50%;
}


.btn-wrap.simple a{
    border-color: #666666 !important;
    color: #666666 !important;
    background-color: #fff !important;
    font-weight: normal;
}

.widgettitle {
    color: #04384c;
    text-align: center;
    border-bottom:1px dashed #ccc;
    margin-bottom:5%;
}

.required {
    font-size: 0.8rem;
    color: #ffffff;
    border-radius: 0.2rem;
    margin-right: 0.8rem;
    padding: 3px 5px;
    background-color: #DD3333;
}

.grecaptcha-badge { visibility: hidden; }

@media (max-width: 480px){
.wpcf7-form-control-wrap .wpcf7-text {
    border: 2px solid rgba(66,66,66,.3) !important;
    border-radius:5px;
    margin-bottom:5%;
    width: 100%;
}
}

.company-table td,company-table th {
  padding:2em 1em
}

@media (max-width: 768px) {
  .company-table td,company-table th {
    padding:2em 0;
  }
}

.c-gnav>.menu-item>a .ttl {
    font-weight:bold;
}