/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2025 | 02:59:21 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)
var(--color_deep03)
*/
/* -------------
○○〇の設定
-----------------------------*/
/* ----------------------------------- */
/*見出し */
/* ----------------------------------- */
.post_content .eight-heading-h2{
	position: relative;
	padding: 0.4em;
}
.post_content .eight-heading-h2::before {
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 29.3%, rgba(0, 109, 201, 0.2) 29.3%, rgba(0, 109, 201, 0.2) 100%);
	bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
}
@media (max-width: 600px) {
.post_content .eight-heading-l{font-size: 1.1em;
}
}
/* -------------
ボタンアニメーションの追加
-----------------------------*/
.btn_anime a{
margin: 0 auto;
animation: anime 2s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes anime {
from {transform: scale(0.95,0.95);}
to {transform: scale(1,1);}
}
.btn_anime img{
margin: 0 auto;
animation: anime 2s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes anime {
from {transform: scale(0.95,0.95);}
to {transform: scale(1,1);}
}

@media (min-width: 960px) {
.swell-block-button .swell-block-button__link[data-has-icon] {
    padding: 0.8em 2em;
}
}
/* CTAボタンの調整 */
.cta-btn-pad a{
padding: 1.2em;
}
.line-color svg{
fill: var(--color_deep03) !important;	
}
.contact-color svg{
fill:#333 !important;	
}

/* ----------------------------------- */
/*余白調整*/
/* ----------------------------------- */
.w-beforeFooter {
    margin: 0 auto 3em;
}
@media (max-width: 960px) {
.l-content {
    margin: 0 auto;
}
}
/* ----------------------------------- */
/* スマホ時に文章を左寄せ or センター合わせ*/
/* ----------------------------------- */
@media (max-width: 480px) {
  .sp-left-alignment {
    text-align: left!important;
  }
}
@media (max-width: 480px) {
  .sp-center-alignment {
    text-align: center;
  }
}
/* ----------------------------------- */
/* 幅の設定 */
/* ----------------------------------- */
.fit-content {
  width: fit-content;
}
.center {
  margin: 0 auto;
}
.post_content .padding-yx-1em {
  padding:1em;
}

.padding-lr-1em {
  padding: 0 1em;
}
.padding-lr-10em-lg {
  padding: 0 2em;
}
.padding-y05-x1 mark{
  padding: 0.5em 1em;
}
@media (min-width: 960px) {
  .padding-lr-6em-lg {
    padding: 0 6em;
  }
  .padding-lr-10em-lg {
    padding: 0 10em;
  }
}
/* ----------------------------------- */
/*boder設定 */
/* ----------------------------------- */
.-radius10 {
  border-radius: 10px;
}
.-radius10 img{
  border-radius: 10px;
}
.-radius20 {
  border-radius: 20px;
}
/* shadow */
.-box-shadow {
  box-shadow: 1px 3px 7px #d7d7d7;
}
@media (min-width: 960px) {
.boder-right{
border-right: 1px solid #757575; 
}
}
/* ----------------------------------- */
/* 横幅設定 */
/* ----------------------------------- */
.w-400 {
  max-width: 400px;
  margin: 0 auto;
}

.w-500 {
  max-width: 500px;
  margin: 0 auto;
}

.w-700 {
  max-width: 700px;
  margin: 0 auto;
}
.w-700-m {
  max-width: 700px;
}
.w-800 {
  max-width: 800px;
  margin: 0 auto;
}

.w-900 {
  max-width: 900px;
  margin: 0 auto;
}
.w-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.w-1150 {
  max-width: 1150px;
  margin: 0 auto;
}
/*----------その他 */
.home .w-beforeFooter [data-partsid="489"],
.home .w-beforeFooter [data-partsid="494"] {
    display: none;
}

.relative-box{
position:relative;
}
.absolute-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.justify-content-c .swell-block-columns__inner{
justify-content: center;
}
.post_content .eight-line {
    border-bottom: 5px solid rgba(0, 0, 0, .1);
}
.post_content .margin-minus{
    margin-bottom: -23px!important;
}
.eight-bg-bottom .wp-block-cover__image-background, .eight-bg-bottom .wp-block-cover__background{
    bottom: -40px;
    height: 40%;
    top: initial;
}
@media (max-width: 640px) {
	.eight-bg-bottom .wp-block-cover__image-background, .eight-bg-bottom .wp-block-cover__background {
    bottom: 0px;
    height: 47%;
    top: initial;
}
}	
.rounded-top mark{
  padding: 0.5em 1em;
  border-radius: 20px 20px 0px 0px;
}
.wp-block-table .has-fixed-layout {
    line-height: 2;
}
/* ----------------------------------- */
/* 下層トップビジュアルの設定 */
/* ----------------------------------- */
@media (min-width: 600px) {
.l-topTitleArea {
    min-height: 300px;
  }
}
.l-topTitleArea {
	overflow: visible;
    margin: 0 0 1rem;
  }

@media (min-width: 960px) {
.l-topTitleArea .u-obf-cover {
    width: 96% !important;
	    margin: 1em auto;
	     border-radius: 40px;
  }
.l-topTitleArea__body {
            background: linear-gradient(135deg, rgb(4, 113, 185) 0%, rgb(0, 153, 255) 100%);
        width: auto;
        margin-left: initial;
        padding:1em;
        left: 10%;top: 16px;
  }
}
.l-topTitleArea .u-obf-cover {
    right: 0;
}
.l-topTitleArea__body .c-pageTitle {
  box-shadow: none;
  text-shadow: none;
}
.l-topTitleArea__body .c-pageTitle {
  position: relative;
  display: inline-block; /* タイトルに合わせて線を表示 */
  padding-left: 2em; /* 線と文字の間隔 */
  color: #fff;
}

.l-topTitleArea__body .c-pageTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.5em; /* 横線の長さを調整 */
  height: 2px;   /* 線の太さ */
  background-color: #fff; /* 線の色 */
}
.c-pageTitle__inner {
    color: #333;
}
/* 下層 */
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
    width: fit-content;
}
.c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner {
  position: relative;
	border-bottom:none;
}
.c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #1e90ff, #00c6ff); /* 青系グラデ */
  border-radius: 2px;
}
/*  */
.ark-block-slider {
    --arkb-slider-height: auto;
    --arkb-padding: 2rem;
    --swiper-navigation-size: 58px;
    --swiper-theme-color: #000;
}
/*------------  共通 --------
---------------------------*/
textarea, input[type=text], input[type=email], input[type=tel], .contact-area input[type="checkbox"] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.contact-area {
  max-width: 800px;
  margin: 0 auto;
}
.Required {
  padding: 0.2rem 1rem;
  font-size: 13px;
  margin: 0 4%;
  border: 1px solid #b40000;
  color: #b40000;
}
.Any {
  padding: 0.2rem 1rem;
  font-size: 13px;
  margin: 0 4%;
  border: 1px solid #0096DD;
  color: #0096DD;
}
.contact-area input {
  border: none;
  background: no-repeat;
  border: 1px solid #919191dd;
  width:100%;
}
.contact-enter input {
  width: 100%;
  transition: .3s;
  background: #fff;
height: 50px;
}
.contact-enter input:hover {
  transition: .3s;
  border-bottom: 1px solid #f1f1f1;
}
/*------------  オリジナル --------
---------------------------*/
@media (min-width: 640px) {
  .contact-enter .wpcf7-date {
    width: 40%;
  }
}
span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 16px;
}
.contact-area .check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
/* 年齢 */
.contact-2colarea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-area .check .wpcf7-list-item-label:before {
  content: '';
  border: 1px solid #333;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.contact-area .check input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: url("https://shinyukogyo.com/wp-content/uploads/2025/07/check-solid.svg") no-repeat center;
  background-size: contain;
}
.contact-common select {
  background: #fff;
  border: 1px solid #919191dd;
  height: 40px;
}
.contact-common .contact-case select {
  width: 80px;
}
.contact-select select {
  transition: .3s;
  border: 1px solid #919191dd;
  width: 100%;
height: 50px;
}
.contact-select select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-select-parson select {
  transition: .3s;
  border: 1px solid #919191dd;
  width: 80px;
  margin: 0 0.2em;
}
.contact-select-parson select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-2colitem {
  width: 43%;
}
.textarea {
  border-top: 1px solid #ddd;
}
.contact-textarea {
  margin: 1rem 0;
}
.contact-textarea textarea {
  transition: .3s;
  border: 1px solid #919191dd;
  padding: 0.5rem;
  width: 100%;
  background: #fff;
}
.contact-textarea textarea:hover {
  transition: .3s;
  border: 1px solid #919191dd;
}
.contact-common {
  padding: 0.5rem 0.3rem;
}
.contact-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 1rem 0px;
}
.contact-item {
  width: 40%;
}
.contact-enter {
  width: 60%;
}
.contact-other{
  width: 100%;
}
@media (max-width: 640px) {
  .contact-item, .contact-enter {
    width: 100%;
    margin:0 0 1em;
  }
  .check span.wpcf7-list-item {
    margin: 0 !important;
  }
  .wpcf7-list-item-label {
    font-size: 14px;
  }
  .wp-block-group__inner-container p {
    width: 100%;
  }
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}
.check input {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.contact-post-column {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  align-items: center;
}
@media (max-width: 600px) {
  .contact-post-column {
    max-width: 100%;
  }
}
.p-postal-code {
  font-size: 18px;
  width: 100%;
  transition: all .35s ease-in-out .35s;
  border-bottom: 1px solid #828282;
}
/*  */
.wpcf7 input[type="file"] {
  cursor: pointer;
  font-size: 14px;
  font-family: 'Noto sans JP', serif;
}
.caution {
  font-size: 14px;
  margin: 0.4rem 1rem;
  letter-spacing: 0;
}
.send {
  background: var(--color_main);
  width: 300px;
  margin: 3rem auto;
  padding: 0.6rem;
  text-align: center;
  transition: .5s;
  border-radius: 50px !important;
  box-shadow: 6px 6px 0px 0px #005576;
}
.send:hover {
  transition: .5s;
  opacity: 0.7;
  box-shadow: none;
}
.contact-area .send input {
  border: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact-checkbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact-checkbox .wpcf7-checkbox .wpcf7-list-item {
  min-width: 180px;
}
/*------------------
チェックボックスの装飾------ */
.contact-select .wpcf7-checkbox{
	display: flex;
    flex-direction: column;
}
.contact-select .wpcf7-checkbox span.wpcf7-list-item {
    padding: 0.3em 0;
}
.contact-select label{
	display: flex;
    align-items: center;
}
.contact-select input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
	margin: 0 0.3rem;
}
.contact-select input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #333;
    position: relative;
}
.contact-select input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
  color: #333;
    font-size: 25px;
    position: absolute;
    top: -14px;
    left: 2px;
    transform: rotate(0deg);
}
.contact-select input[type="checkbox"]:hover {border-color: #ddd;
}
/*------------------
ラジオボタンの装飾------ */
input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contact-radio .wpcf7-radio {
  display: flex;
}
.contact-radio .wpcf7-list-item.first {
  margin-left: 0;
}
.contact-radio .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact-radio .wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #333;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-radio .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: var(--color_main);
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
input[type="radio"]:checked+span.wpcf7-list-item-label::after {
  display: block;
}
/*  */
.check {
  border-top: 1px solid #ddd;
  padding: 2em 0 0;
}
/* プライバシーポリシー色設定 */
.wpcf7-list-item-label a {
  color: #0096DD;
  text-decoration: underline;
  text-decoration-color: #0096DD;
}
/* ステップ */
.step-indicator {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 20px auto;
  padding: 10px;
}
.indicator {
  flex: 1;
  text-align: center;
  padding: 10px;
  background: #ddd;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
margin-top: 0em!important;
    margin: 0 0.5em;
}

.indicator.active {
  background: #0073e6;
  color: #fff;
  font-weight: bold;
}