@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
*/

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

.inline-block {
  display: inline-block;
}

.borderFont {
  font-family: 'Noto Sans JP', sans-serif;
}

/* main section */
.mainkp {
  width: 100%;
  background-color: #0680e9;
}

.mainkp-inner {
  padding-top: 50px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.mainkp-left {
  padding-right: 30px;
}

.mainkp-right {
  padding-left: 30px;
}

.mainkp-sub1 {
  font-size: 40px;
  font-weight: bold;
}

.mainkp-sub2 {
  display: block;
  font-size: 100px;
  font-weight: bolder;
  /* padding-top: 30px; */
  /* padding-bottom: 30px; */
  text-align: justify;
  text-align-last: justify;
}

.mainkp-sub3 {
  color: #fff;
  /* margin-top: 70px; */
  margin-bottom: 20px;
}

.mainkp-h1 h1 {
  color: #fff;
  border-bottom: 8px #e4007F solid;
  font-size: 42px;
  /* margin-top: 30px; */
  /* margin-bottom: 30px; */
  width: fit-content;
  line-height: 1.4em;
}

.mainkp-right img {
  zoom: 90%;
}

@media (max-width: 767px) {
  .topContent {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .mainkp-inner {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mainkp-sub1 {
    font-size: 25px;
    text-align: center;
  }

  .mainkp-h1 h1 {
    font-size: 28px;
    margin-top: 10px;
  }

  .mainkp-sub2 {
    font-size: 76px;
  }

  .mainkp-sub3 {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .mainkp-right img {
    zoom: 70%;
  }

  .mainkp-left {
    padding-right: 0px;
  }

  .mainkp-right {
    padding-left: 0px;
    margin: 0 auto;
  }
}

/* tele-work section */
.tele-work {
  background-color: #ffd600;
}

.tele-work-inner {
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  padding-top: 80px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.tele-work-h2 {
  font-size: 45px;
  margin-bottom: 60px;
}

.tele-work-img1 {
  width: 850px;
  height: auto;
}

.tele-work-flex {
  display: flex;
  width: 850px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.tele-work-f1 {
  width: 32%;
  background: linear-gradient(#000000, #00006A);
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tele-work-w {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2em;
}

.tele-work-y {
  color: #F4D630;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2em;
}

.tele-work-pr {
  background-color: #fff;
  border-radius: 17px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 70px;
  padding-right: 30px;
  margin-bottom: -156px;
}

.tele-work-primg {
  width: 228px;
  height: auto;
  margin-right: 97%;
  margin-left: -57px
}

.tele-work-prb {
  font-size: 50px;
  font-weight: 900;
  color: #000000;
}

.tele-work-prr {
  font-size: 50px;
  font-weight: 900;
  color: #F01526;
}

@media (max-width: 767px) {
  .tele-work-h2 {
    font-size: 19px;
    margin-bottom: 30px;
  }

  .tele-work-inner {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .tele-work-flex {
    flex-direction: column;
  }

  .tele-work-flex {
    width: 100%;
    margin-bottom: 30px
  }

  .tele-work-f1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .tele-work-pr {
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 0px;
    margin-bottom: -64px;
  }

  .tele-work-primg {
    width: 100px;
    height: auto;
    margin-left: -25px;
  }

  .tele-work-prb {
    font-size: 20px;
  }

  .tele-work-prr {
    font-size: 20px;
  }
}

/* ITadmin section */
.ITadmin {
  background-color: #ffbc00;
}

.ITadmin-inner {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 50px;
  text-align: center;
  padding-top: 80px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.ITadmin-inner h2 {
  margin-bottom: 0;
}

.ITadmin-t1 {
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}

.ITadmin-t1r {
  color: #ff0000;
}

.ITadmin-inner img {
  width: 600px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ITadmin-t2 {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
}

@media (max-width: 767px) {
  .ITadmin-inner {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .ITadmin-inner h2 {
    margin-bottom: 10px;
  }

  .ITadmin-t1 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .ITadmin-t2 {
    font-size: 20px;
  }
}

/* rwp section */
.rwp {
  background-color: #036eb8;
}

.rwp-inner {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 50px;
  text-align: center;
  padding-top: 80px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.rwp-inner h2 {
  color: #fff;
}

.rwp-flex {
  display: flex;
  justify-content: space-between;
}

.rwp-st1 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.rwp-st2 {
  color: #FF0077;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  padding: 0 5px;
  margin-top: 20px;
  border: 2px solid #FF0077;
  transform: rotate(-5deg);
}

@media (max-width: 767px) {
  .rwp-inner {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }

  .rwp-inner h2 {
    margin-bottom: 30px;
  }

  .rwp-flex {
    flex-wrap: wrap;
  }

  .rwp-flex-inner {
    width: 30%;
    margin-bottom: 40px;
  }

  .rwp-st1 {
    font-size: 16px;
  }

  .rwp-st2 {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* strong section */
.strong {
  background-color: #000;
}

.strong-inner {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 50px;
  text-align: center;
  padding-top: 80px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.strong-inner h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 5px;
}

.strong-st1 {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
}

.strong-h2img {
  width: 190px;
  height: auto;
  margin-left: 70%;
  margin-top: -168px
}

.strong-h3 {
  background-color: #f9d404;
  font-size: 35px;
  color: #000;
  font-weight: bold;
  padding: 13px 20px;
  margin-top: 80px;
}

.strong-h3 h3 {
  margin-bottom: 0;
}

.strong-st3 {
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 150px;
  padding-top: 50px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.strong-st31 {
  font-size: 64px;
  font-weight: bold;
  color: #ff0000;
  display: block;
  height: 1em;
  margin-bottom: 20px;
}

.strong-st32 {
  color: #000;
  font-size: 64px;
  font-weight: bold;
  display: block;
  height: 1em;
  margin-bottom: 40px;
}

.strong-st33 {
  font-size: 17px;
  color: #000;
  font-weight: bold;
}

.strong-st3::before {
  position: absolute;
  content: '';
  height: 40px;
  width: 100px;
  background-color: #DA0012;
  margin-top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -40px;
}

.strong-st3::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 0 90px 67px;
  ;
  transform: translate(-50%, 0) rotate(90deg);
  border-color: transparent transparent transparent #DA0012;
  left: 50%;
  bottom: -163px;
}

.strong-st4 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  display: block;
  height: 1em;
}

.strong-st5 {
  color: #f9d404;
  font-size: 55px;
  font-weight: bold;
  display: block;
  height: 1em;
  margin-top: 30px;
}

.strong-st6 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  display: block;
  height: 1em;
  margin-top: 30px;
}

.strong-st7 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  height: 2.2em;
  margin-top: 30px;
}

.strong-proxy {
  width: 800px;
  height: auto;
  margin-top: 30px;
}

.strong-st8 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
  display: block;
}

.strong-combination {
  margin-top: 30px;
  margin-bottom: 100px;
  position: relative;
}

.strong-combination::before {
  position: absolute;
  content: '';
  height: 24px;
  width: 60px;
  background-color: #FFD301;
  margin-top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -15px;
}

.strong-combination::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 55px 43px;
  transform: translate(-50%, 0) rotate(90deg);
  border-color: transparent transparent transparent #FFD301;
  left: 50%;
  bottom: -91px;
}

.strong-price {
  background-color: #FFD301;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 30px;
}

.strong-price-t1 {
  font-size: 50px;
  font-weight: 900;
  color: #000;
  display: block;
  line-height: 1em;
}

.strong-price-t2 {
  color: #DD0109;
}

.strong-priceflex {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.strong-price-lf {
  width: 43%;
  text-align: right;
  padding-right: 70px;
}

.strong-price-lf img {
  width: 350px;
  height: auto;
}

.strong-price-rf {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.strong-price-t3 {
  font-size: 50px;
  /* font-weight: bold; */
  color: #000;
  text-shadow: 3px 3px 0 #fff,
    -3px 3px 0 #fff,
    3px -2px 0 #fff,
    -3px -3px 0 #fff;
}

.strong-price-t4 {
  font-size: 20px;
}

.strong-price-t5 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: block;
  line-height: 1em;
  margin-top: 20px;
}

.strong-price-rf .rwp-flex-inner {
  width: 25%;
  padding-right: 20px;
  padding-bottom: 30px;
}

.strong-price-rf .rwp-st1 {
  color: #000;
  font-size: 16px;
}

.strong-price-rf .rwp-st2 {
  margin-top: 10px;
  font-size: 20px;
}

.strong-price-lt1 {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #000;
  width: 100px;
  height: 100px;
  margin-bottom: -100px;
  margin-left: 4px;
}

.strong-price-lt1::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 30px;
  transform: rotate(48deg);
  border-color: transparent transparent transparent #fff;
  right: -8px;
  bottom: -2px;
}

.strong-price-lt1 div {
  padding-top: 28px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2em;
}

.strong-plt11 {
  color: #DD0109;
}

.strong-price-lt2 {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #000;
  width: 100px;
  height: 100px;
  margin-top: -111px;
  margin-left: 282px;
}

.strong-price-lt2 div {
  padding-top: 23px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2em;
}

.strong-price-lt2::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 30px;
  transform: rotate(220deg);
  border-color: transparent transparent transparent #fff;
  left: -22px;
  top: 20%;
}

@media (max-width: 767px) {
  .strong-inner {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .strong-inner h2 {
    font-size: 30px;
    margin-left: -65px;
  }

  .strong-h2img {
    width: 90px;
    margin-left: 72%;
    margin-top: -83px;
  }

  .strong-st1 {
    font-size: 16px;
  }

  .strong-h3 {
    margin-top: 50px;
  }

  .strong-h3 h3 {
    font-size: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .strong-st31 {
    font-size: 25px;
    display: block;
    line-height: 1em;
  }

  .strong-st32 {
    font-size: 25px;
    margin-top: 30px;
    display: block;
    line-height: 1em;
  }

  .strong-st4,
  .strong-st5,
  .strong-st6 {
    font-size: 25px;
  }

  .strong-st7 {
    font-size: 14px;
  }

  .strong-proxy {
    margin-top: 90px;
  }

  .strong-price {
    width: 100%;
  }

  .strong-priceflex {
    flex-direction: column;
  }

  .strong-price-lf {
    width: 100%;
    padding-right: 0;
  }

  .strong-price-lt1 {
    margin-left: 0px;
  }

  .strong-price-lt2 {
    margin-left: 219px;
  }

  .strong-price-rf {
    width: 100%;
    justify-content: space-around;
  }

  .strong-price-rf .rwp-flex-inner {
    width: 32%;
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .strong-price-rf .rwp-st1 {
    font-size: 13px;
  }

  .strong-price-rf .rwp-st2 {
    font-size: 16px;
  }

  .strong-price-t3 {
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
  }

  .strong-price-t5 {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
  }

  .strong-price-t1 {
    font-size: 30px;
  }
}

/* voice section */
.voice {
  text-align: center;
}

.voice-inner {
  padding: 50px 0px 10%;
}

.voice-h2 h2 {
  font-size: 48px;
  color: #000;
}

.voice-h2 {
  position: relative;
  margin-bottom: 80px;
}

.voice-h2 ::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  background: #036EB8;
}

.voice-f1 {
  display: flex;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.voice-left img {
  width: 177px;
  height: auto;
}

.voice-left {
  width: 20%;
  padding-right: 30px;
}

.voice-right {
  position: relative;
  background-color: #e0edff;
  width: 80%;
  padding: 20px;
}

.voice-right img {
  height: 30px;
  width: auto;
}

.voice-t1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.voice-t3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 18px;
  color: #000;
}

.voice-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

@media (max-width: 767px) {
  .voice-inner {
    padding: 30px 20px;
  }

  .voice-f1 {
    padding: 0;
  }

  .voice-h2 h2 {
    font-size: 30px;
  }

}

/**
 * ***************************************
 * FAQ
 * ***************************************
*/

/*
.qa-007 {
    max-width: 900px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-007 summary::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
    color: #75bbff;
    content: "Q";
}

.qa-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-007[open] summary::after {
    transform: rotate(225deg);
}

.qa-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-007[open] p {
    transform: none;
    opacity: 1;
}
*/

/* Aマークは answerクラスのpだけに付ける */
/*
.qa-007 p.answer::before {
    position: absolute;
    left: 0.5em;
    font-weight: 600;
    font-size: 1.3em;
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


.qa-007 ul {
    padding-left: 3em;
    padding-right: 3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.qa-007[open] p,
.qa-007[open] ul {
    transition: max-height 0.5s ease, opacity 0.5s ease;
    max-height: 1000px;
    opacity: 1;
    overflow: hidden;
}

.qa-007 p,
.qa-007 ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}



*/









.accordion-item {
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}


.accordion-header {
  font-size: 1em;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding: 1em 2em 1em 4em; /* ← 左4em（Qの分＋スペース） */
  background: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}


.accordion-header::before {
  content: "Q";
  color: #75bbff;
  position: absolute;
  left: 1em; /* Qは左1em */
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 1em;
}

.accordion-body p.answer {
  padding-left: 4em; /* Aも左4emに統一 */
  position: relative;
  font-size: 1em;
}

.accordion-body p.answer::before {
  content: "A";
  color: #ff8d8d;
  position: absolute;
  left: -15px !important;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 1em;
}





.accordion-header::after {
  content: none;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 2em;
}

.accordion-body.open {
  padding: 1em 2em;
}

.accordion-body ul {
  padding-left: 1.5em;
}

.accordion-body p.answer {
  padding-left: 4em;
  position: relative;
  font-size: 1em;
}

.accordion-body p.answer::before {
  content: "A";
  color: #ff8d8d;
  position: absolute;
  left: 1em; /* Aも左1em */
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 1em;
}



/**
 * ***************************************
 * トップページ
 * ***************************************
*/



/* ページID: 487専用で、余白消す！ */
.page-id-487 .topContent {
  max-width: 100%;
  width: 100%;
  margin: 0;
  margin-top: -60px;
  padding: 0;
}

/* さらにsectionを全幅に広げる */
.page-id-487 section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* セクション内の本体だけ中央寄せ */
.page-id-487 section > div {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}





.page-id-487 .voice-inner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}




/**
 * ***************************************
 * footer
 * ***************************************
*/
footer {
  overflow-x: clip;
}
.footer-section {
  margin-top: 151px;
  background-color: #000;
  margin-bottom: -170px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: auto;
}

.footer-section a {
  text-decoration: none;
}

.footer-section ul {
  list-style: none;
  margin: 15px auto;
}

.footer-inner {
  text-align: left;
  padding-top: 50px;
  max-width: 1000px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-left {
  width: 50%;
}

.footer-left img {
  margin-bottom: 10px;
}

.footer-hon {
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 3px solid #fff;
  margin-bottom: 10px;
  max-width: 350px;
}

.footer-right {
  width: 50%;
  display: flex;
  justify-content: space-around;
}

.footer-right ul {
  padding-left: 0;
}

.footer-right ul li a {
  color: #fff;
}

.footer-corp {
  width: 100%;
  margin-top: 50px;
  border-top: 2px solid #fff;
  padding: 20px 80px;
  color: #fff;
  text-align: center;
}

.footer-rightr .outlink {
  margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .footer-section {
    margin-top: 50px;
  }

  .footer-inner {
    padding: 30px 20px 0 20px;
  }

  .footer-flex {
    flex-direction: column;
    align-items: center;
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }

  .footer-rightr .outlink {
    margin-top: 50px;
  }
}



.navi-in > ul > li ul {
  background-color: #00bfff; /* 好きな色に変更 */
}
