@charset "UTF-8";
html {
  background:#fff;
  overflow-x:hidden
}
body {
  font-size: 16px;
  color: #666;
  line-height: 200%;
  overflow-x: hidden;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  background-image: url("/assets_lp/cnt/agent02/images/bg.webp");
  background-repeat: repeat;
  background-size: 50%;
  background-attachment: fixed;
}

a {
  opacity:1;
  transition:all .3s;
  color:#ccc
}
a:hover {
  opacity:.8;
  transition:all .3s
}
.pc_only {
  display:block
}
.sp_only {
  display:none
}
#contents {
  width:100%
}
#contents .contents_inner {
  width:600px;
  margin:0 auto;
  background:#fff;
  box-shadow:0 0 10px #999
}
.cta{
}
.cta img{
}
.section_inner {
  margin:0 auto
}
.slider_inner {
  width:600px
}
.item{
  margin:0 auto;
  background: #0165cb;
  padding: 4rem 0;
}
.item .item_title img{
  margin:0 auto 1rem auto;
  text-align:center;
  width:70%;
}
.item p{
  color: #fff;
}
.item .work_cta{
  padding-top:4rem;
}
.item .work_cta img{
  margin:0 auto 1rem auto;
  text-align:center;
  width:90%;
}
.slider_card {
  margin: 0 1rem;
}
.slider_card img {
  margin:0 auto;
  width:100%
}
.work p {
  font-size:.8em;
  text-align:center
}
.worker {
  padding: 4rem 0;
}
/* ===================================
   機能部分：ここが切り替えの核となります
   =================================== */

/* 1. ラジオボタン自体は画面から隠す */
.worker > input[name="worker_tab"] {
    display: none;
}

/* 2. 初期状態：切り替えコンテンツ(.dispの中のli)をすべて非表示にする */
.worker .disp > li {
    display: none;
    /* 切り替え時のアニメーションを入れるならここに記述 */
}

/* 3. ラジオボタン1がチェックされたら -> コンテンツ1を表示 */
#tab_switch1:checked ~ .section_inner .disp > li:nth-child(1) {
    display: block; /* または flex など */
    animation: fadeIn 0.5s ease; /* ふわっと表示させる場合 */
}

/* 4. ラジオボタン2がチェックされたら -> コンテンツ2を表示 */
#tab_switch2:checked ~ .section_inner .disp > li:nth-child(2) {
    display: block; /* または flex など */
    animation: fadeIn 0.5s ease;
}

/* タブのレイアウト（横並びにするなど） */
.tab {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    gap: 10px; /* タブ間の隙間 */
}

.tab li {
    width: 45%; /* 例：2等分 */
    background: #fff; /* 非アクティブ時の色 */
    border:4px solid #0066cc;
    font-size: 130%;
    font-weight:bold;
    color: #0066cc;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
}

/* ラベルをボタンいっぱいに広げる */
.tab label {
    position:relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0 10px 0;
    cursor: pointer;
    line-height:120%;
}
.tab label:after {
    position:absolute;
    top:25%;
    left:3%;
    content: "☛";
    margin: 0 auto 10px auto;
    font-size:180%;
    display:block;
    border-radius:50px;
    line-height:100%;
}
.disp {
    margin-top:2rem;
}

.movie {
    margin: 0 auto;
    text-align: center;
    background: #2a8900;
}
.movie iframe{
    margin: 0 auto;
    text-align: center;
    border: 5px solid #eee;
}
@keyframes anime1 {
  from {
  transform: scale(0.7,0.7);
  }
  to {
  transform: scale(1,8, 1.8);
  }
}
#formWrap {
  margin-top: 2rem;
}
#formWrap iframe {
    height:1000px
}
.fixedbtn {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background-color: rgba(0, 44, 22, 0.8);
  position: fixed;
  bottom: 0;
  transition: all .3s;
  z-index: 9999;
}
.fixedbtn .date {
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
.fixedbtn_inner {
  width: 500px;
  margin: 0 auto;
  padding: .6rem 0;
}
.fixedbtn_inner img{
  width: 80%;
  margin: 0 auto;
}
.is-open {
  visibility: visible;
  opacity: 1;
}
.qa {
  background:url(/assets_lp/cnt/seishain/images/qa_back.gif) repeat-y;
  background-size: contain;
  padding: 4rem 0;
}
.qa .support_inner {
  margin-top: 0vw;
  padding: 0 1vw;
}
.qa .support_inner .support_box{
  font-size: 90%;;
  display: none;/*はじめは非表示*/
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 2vw;
  color: 333;
  font-weight: bold;
}
.qa .support_inner .title{
  border-radius: 10px !important; 
}

h3.title {
  display:flex;
  align-items:center;
}
.support_box .inner {
  display:flex;
  align-items:center;
}
h3.title .q{
  font-size:260%;
  margin-right:10px;
}
.support_box .a{
  font-size:260%;
  margin-right:10px;
  color: #2a8900;
}
/* アコーディオンタイトル（通常時：四辺10px） */
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    color: #fff;
    font-size:90%;
    font-weight: bold;
    padding: 1rem;
    transition: all .5s ease;
    text-align: left;
    background: #2a8900;
    line-height:100%;
    margin-top: 10px;
    border-radius: 10px !important;          /* 通常時：四辺10px */
}

/* アイコンの＋と× */
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 5px;
    background-color: #fff;
}
.title::before{
    top:46%;
    right: 15px;
    transform: rotate(0deg);
}
.title::after{
    top:46%;
    right: 15px;
    transform: rotate(90deg);
}

/*　タップ時（.close付与時）：上だけ角丸 10px 10px 0 0　*/
.qa .support_inner .title.close{
    border-radius: 10px 10px 0 0 !important;
}
.title.close::before{
    transform: rotate(45deg);
}
.title.close::after{
    transform: rotate(-45deg);
}
/*カルーセル*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.fuwafuwa1  {
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y  {
  0%  {
    transform: translateY(-10%);
  }
  100%  {
    transform: translateY(10%);
  }
}
footer  {
  background: #333;
  padding-bottom: 3vw;
  margin-top:3vw;
}
footer .footer_inner {
  font-size: 80%;
  color: #ccc;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3vw 0;
}
footer .footer_inner img {
  width: 146px;
}
footer .copy {
  margin: 0 auto;
  border-top: 1px dotted #666;
  font-size: 80%;
  text-align: center;
  color: #888;
  padding: 1vw 0;
}
footer .footer_inner {
  width: 90%;
}
footer .footer_inner p {
  font-size: 80%;
}

@media (max-width:750px) {
  .pc_only {
    display:none
  }
  .sp_only {
    display:block
  }
  .hamburger {
    display: block;
  }
  header {
    justify-content: space-between;
  }
  #formWrap iframe {
    height:1000px
  }
  .movie iframe{
    width: 320px;
    height: 180px; 
  }
  header {
    padding:.5rem;
  }
  header .logo-left img{
    width: 70%;
  }
  header .logo-right{
    font-size: 100%;
  }
  #contents .contents_inner {
    width:100%
  }
  .subtitle {
    width:95%;
  }
  .btn a {
    width:95%;
  }
  .work {
    width:100%
  }
  .fixedbtn_inner {
    width: 100%;
  }
  .fixedbtn_inner img{
    width: 80%;
    display: block;
  }
}