@charset "utf-8";

/*-----------------------------------------------------
大見出し
-------------------------------------------------------*/

/* 中見出し
------------------------------------------------*/

/* 小見出し/コメント */

/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
}

/*-----------------------------------------------------
共通
-------------------------------------------------------*/
section {
  padding: 100px 0;
}
a {
  text-decoration-line: none;
}
a:hover{
  opacity: 0.5;
}

@media only screen and (max-width: 767px){
section {
  padding: 50px 0;
}}

/*-----------------------------------------------------
フォント
-------------------------------------------------------*/
.text-blue-grada{
  font-weight: 900;
  background: linear-gradient(to top, #2874b7, #37cbd2);
  -webkit-background-clip: text;
  color: transparent;
}
.text-big{
  font-size: 2rem;
}
.text-bold{
  font-weight: bold;
}
.text-bold02{
  font-weight: 900;
}
.text-blue{
  color: #002050;
}
.text-white{
  color: #fff;
}
.yellow-marker{
  background:linear-gradient(transparent 70%, #fbd73d 70%);
  display: inline-block;
}
@media only screen and (max-width: 767px){
  .text-big{
  font-size: 1.55rem;
}
.yellow-marker{
  background:linear-gradient(transparent 86%, #fbd73d 86%);
  display: inline-block;
}}

/*-----------------------------------------------------
タイトル
-------------------------------------------------------*/
.ttl_box{
  text-align: center;
  padding-bottom: 50px;
}
.ttl-before{
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.ttl-text{
  font-weight: 900;
  font-size: 2.3rem;
}
.ttl-gray{
  color: #b1b1b1;
}
.ttl-white{
  color: #fff;
  border-bottom: 3px solid #fff;
}
.ttl-text-sub{
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
.ttl-text{
  font-size: 1.5rem;
}
.ttl-before{
  font-size: 1rem;
}
.ttl_box{
  padding-bottom: 30px;
}
.ttl-text-sub{
  font-size: 1.1rem;
}}


/*-----------------------------------------------------
header
-------------------------------------------------------*/
#Header{
  background-color: #002050;
  padding: 10px 0;
}

/*-----------------------------------------------------
FV
-------------------------------------------------------*/
.fv {
  background-color: #ff9000;
  padding: 10px 0 0 30px;
}

@media only screen and (max-width: 767px){
  .fv {
  padding: 0;
}}


/*-----------------------------------------------------
編集長紹介
-------------------------------------------------------*/
.introduction{
  background-color: #fff9e7;
  padding-bottom: 150px;
}
.logo_introduction{
  padding-bottom: 2em;
}
.introduction_pic{
  width: 40%;
}
.introduction_right{
  padding-left: 2em;
}
.introduction_ttl{
  font-size: 2rem;
}
.text-indent{
  text-indent: -1em;
  padding-left: 1em;
}
.introduction_box{
  border: 2px solid #002050;
  padding: 0.5em 1em 0.5em 0.5em;
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 767px){
  .introduction{
  padding-bottom: 100px;
}
  .d-flex{
    display: contents !important;
  }
  .introduction_pic{
  width: 100%;
}
.introduction_right{
  padding-left:0;
  width: 100%;
}}
@media only screen and (max-width: 460px){
  .introduction{
  padding-bottom: 60px;
}}
/*-----------------------------------------------------
CTA
-------------------------------------------------------*/
.cta{
  background-color: #ff9000;
}
.offer{
  top: -85px;
  left: 50%;
  transform: translate(-50%);
}

@media only screen and (max-width: 1199px){
  .offer{
  top: -59px;
}}
@media only screen and (max-width: 991px){
  .offer{
  top: -35px;
}}
@media only screen and (max-width: 767px){
  .offer{
  top: -69px;
  width: 60%;
}}
@media only screen and (max-width: 460px){
  .offer{
  top: -33px;
  width: 75%;
}}

/*ノウハウ大放出
-------------------------------------------------------*/
.balloon-005 {
    display: flex;
    justify-content: center;
    position: relative;
    width: 80%;
    margin-bottom: 15px;
    padding: 3em;
    border: 5px solid #002050;
    border-radius: 10px;
    background-color: #fffbc2;
    color: #002050;
}

.balloon-005::before,
.balloon-005::after {
    position: absolute;
    bottom: -100px;
    width: 200px;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 50% 50%);
    content: '';
}

.balloon-005::before {
    background-color: #002050;
}

.balloon-005::after {
    bottom: -93px;
    background-color: #fffbc2;
}
.cta-textbox{
  display: flex;
  flex-direction: column;
}
.cta_ttl{
  width: 80%;
  padding-bottom: 1em;
}

@media only screen and (max-width: 767px){
  .balloon-005 {
    width: 100%;
    padding: 1em;
  }
  .balloon-005::before,
  .balloon-005::after {
    bottom: -71px;
    width: 75px;
    height: 66px;
  } 
  .balloon-005::after {
    bottom: -65px;
  }  
  .cta_ttl{
  width: 100%;
  padding-bottom: 0.5em;
  }}

/*CTAボタン
-------------------------------------------------------*/
.cta-box{
  padding-top: 30px;
  background-color: #ff7800;
  border: 5px solid #fff;
  border-radius: 20px;
}
.cta_button_text{
  width: 50%;
}
.cta_button{
  width: 60%;
}

@media only screen and (max-width: 767px){
 .cta-box{
  padding-top: 15px;
}
.cta_button_text{
  width: 90%;
}
.cta_button{
  width: 90%;
}}


/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#Footer{
  color: #fff;
  background-color: #002050;
  padding: 1em 0;
}
.company-box{
  display: flex;
}

@media only screen and (max-width: 767px){
  .company-box{
  display: block;
}}


/* 追従 */
.fix-navi p {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px){
.fix-navi{
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.navi_box{
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding: 1em;
}
.navi_download{
  background-color: #0033bed9;
}
.navi_line{
  background-color: #00a23bd9;
}
.fix-navi a {
  color: #fff !important;
}
.fix-navi p {
  margin-bottom: 0 !important;
}
.navi_cta{
  width: 80%;
  margin: 0 auto;
}}

@media only screen and (max-width: 767px){
  .scroll-up{
    bottom: 125px;
}}

