@charset "UTF-8";
/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
  overflow-y: scroll;
  font-size: 100%;
}
body {
  font-family: 'Noto Sans', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Arial, sans-serif;
  color: #103558;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}
a, a:link {
  text-decoration: none;
  transition: .3s;
}
a:hover {
  color: #08C;
}
a:active {
  color: #08C;
}
a.textLink {
  color: #08c;
}
a.textLink:hover {
  text-decoration: underline;
}
a.more {
  color: #ffbd46 !important;
}
a.more:visited {
  color: #ffbd46;
}
a.more:hover {
  color: #08C !important;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
img[src$=".svg"] {
  width: 100%;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
.br-xs {
  display: none;
}
.br-sm {
  display: none;
}
.br-md {
  display: none;
}
.br-lg {
  display: none;
}
@media all and (min-width: 1100px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 1099px) {
  a:hover, a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
@media all and (max-width: 1200px) {
  /*.container {
        max-width: 840px;
    }*/
  .br-lg {
    display: inline-block;
  }
}
@media all and (max-width: 992px) {
  /*.container {
        max-width: 840px;
    }*/
  .br-md {
    display: inline-block
  }
}
@media all and (max-width: 768px) {
  .br-sm {
    display: inline-block
  }
  .container {
    width: 100%;
    max-width: 630px;
  }
}
/*3minutescss*/
.logo {
	width: 130px;
}
.section-lp, #section1_5, #section02 {
  padding: 0 20px;
}
/*FV*/
.catch {
  background-image: url("../img/kv_pic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 650px;
}
.catch-text {
  text-align: center;
  display: block;
  color: #fff;
}
span.chushaku {
  font-size: 14px;
}
.yellow {
  color: #FFD800;
}
.line02 {
  font-size: 24px;
}
.border-bottom-yellow {
  border-bottom: 4px solid #FFD800;
}
.logo {
  position: absolute;
  left: 10px;
  top: 10px;
}
header {
	height: 80px;
}
.header_cvbtn {
  margin: 0 0 0 auto;
  height: 80px;
  width: 200px;
  background-color: #FFD800;
  text-align: center;
  padding-top: 27px;
  font-weight: bold;
  display: block;
	/*position: fixed!important;*/
	right: 0;
top:0;
	z-index: 100!important;
}
.catch_deta img {
  width: 300px;
  padding: 0 10px;
}
.display-2 {
  font-weight: 400;
}
@media screen and (max-width:768px)  {
.header_cvbtn {
	position:relative!important;
}
}
@media screen and (max-width:768px) {
  .catch {
    height: unset;
  }
  .catch_deta img {
    width: 300px;
    padding: 10px 10px;
  }
  .line01 {
    font-size: 1.5rem !important;
  }
  .display-2 {
    font-size: 3.5rem;
  }
  .line02 {
    font-size: 14px;
  }
  .catch_deta {
    padding-bottom: 30px;
  }
}
#section01 {
  background-color: #F3F9FE;
}
/*section1.5*/
.border_blue {
  padding: 8px 12px; /* 枠と文字の空間 */
  margin: 0 5px; /* 枠の外の空間 */
  background-color: #fff; /* 枠の背景色 */
  border: 2px solid #203B56; /* 枠の線の太さ・種類・色 */
  font-family: inherit; /* フォントの種類を継承する */
}
.border_white {
  padding: 8px 12px; /* 枠と文字の空間 */
  margin: 0 5px; /* 枠の外の空間 */
  background-color: #203B56; /* 枠の背景色 */
  border: 2px solid #203B56; /* 枠の線の太さ・種類・色 */
  font-family: inherit; /* フォントの種類を継承する */
  color: #fff;
}
.section_cvbtn {
  padding: 20px 40px;
  background-color: #FFD800;
  color: #203B56;
  width: 60%;
  margin: 0 auto;
}
.slider img {
  margin: 0 auto;
  padding-right: 20px;
}
.circle {
  height: 100px;
}
@media screen and (max-width:768px) {
  .sp_headline_20px {
    font-size: 20px;
  }
  .sp_headline_16px {
    font-size: 16px
  }
  .section_cvbtn {
    font-size: 16px;
    width: 100%;
  }
  .border_blue, .border_white {
    margin: 0 2px;
  }
  .circle {
    height: 60px;
  }
}
@media screen and (max-width:992px) {
  .section02_square_text {
    line-height: 74px;
    font-size: 24px;
  }
}
/*section2*/
.minutes_catch {
  background-image: url("../img/3minutes_bg.jpg");
  background-position: bottom;
  background-size: cover;
}
.catch_whitebg {
  background-color: #fff;
  opacity: 0.9;
}
.row {
  display: flex;
}
.minutes_process_box {
  border: solid 4px #203B56;
  padding: 20px 10px;
  width: 200px;
  color: #203B56;
  max-width: 250px;
  font-size: 19px;
  font-weight: 500
}
.minutes_process_box_com {}
.section02_graff_title {
  font-weight: 500
}
@media screen and (max-width:557px) {
  .minutes_process_box_com {
    padding-top: 20px;
  }
}
.section02_minutes_description {
  background-color: #203B56;
}
@media screen and (max-width:768px) {
  .minutes_catch {
    padding: 20px;
  }
}
.coach_wrapper {
  height: 250PX;
}
.coach_img_right {
  margin-left: 40px;
}
.contact {

  padding: 60px 20px;
	background-image: url("../img/contact_bg.jpg");
	background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.contact_white_area {
	  max-width: 960px; /*横幅*/
  margin: 0 auto; /*中央寄せ*/
	padding: 60px 20px;
	background-color: #fff;
}
.must::before {
  content: "必須";
  padding: 4px 10px;
  margin-right: 20px;
  background-color: #203B56;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 9px;
  left: 0;
  font-weight: 500;
}





/*form*/

.form_slider p {
	padding-top: 10px;
	font-weight: 800;
	text-align: center;
}
.siryo3_1::before {
	    content: "閲覧無料";
    width: 100px;
    height: 60px;
    background-color: #FFD800;
    display: block;
    position: absolute;
    padding: 16px;
    font-weight: 800;
    left: 5px;
}
.siryo3_2::before {
	    content: "即DL可能";
    width: 105px;
    height: 60px;
    background-color: #FFD800;
    display: block;
    position: absolute;
    padding: 18px 14px;
    font-weight: 800;
    left: 5px;
}

.inputs {
  width: 80%;
  border: none;
  background-color: #F2F3F3;
  height: 40px;
  padding: 10px;
}
.contact label {
  padding-top: 8px;
}
.must_none::before {
  content: "任意";
  padding: 4px 10px;
  margin-right: 20px;
  background-color: #F2F3F3;
  color: #203B56;
  font-size: 12px;
  position: absolute;
  top: 9px;
  left: 0;
  font-weight: 500;
}
.textarea {
  resize: none;
  height: 70px;
}
.submit_button {
  padding: 14px 60px;
  border: none;
  background-color: #FFD800;
  margin-top: 20px;
}
.contact label, .btn-area input {
  font-weight: 500;
}
@media screen and (max-width:992px) {
  .must {
    text-align: right !important;
  }
  .must_none::before, .must::before {
    position: absolute;
    top: 9px;
    left: 15px;
  }
}
.minutes_description {
  max-width: 1024px;
  margin: 0 auto;
}
.section_headline_border {
  border-bottom: 2px solid #113A50;
  display: inline-block;
}
.section02_graff {
  width: 100%;
}
.minutes_description ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #15395B;
  display: inline-block;
  margin-right: 10px;
}
.minutes_description ul li {
  line-height: 50px;
}
.minutes_description ul {
  max-width: 800px;
  margin: 0 auto;
}
.section02_cv-btn {
  width: 90%;
}
.arrow_box {
  position: relative;
  background: #103558;
  padding: 10px 20px;
  text-align: left;
  color: #FFFFFF;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
}
.arrow_box_white {
  background-color: #FFFFFF;
  color: #103558;
  border: 2px solid #103558;
}
.arrow_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(16, 53, 88, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #103558;
  top: 100%;
  left: 80%;
}
.arrow_box_white:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #103558;
  top: 100%;
  left: 80%;
}
.arrow_box_white:after {
  content: "";
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  top: 100%px;
  left: 80%px;
}
.voice {
  max-width: 1024px;
  margin: 0 auto;
}
.border-bottom-yellow {
  border-bottom: 4px solid #FCE052;
  display: inline-block;
}
/*footer*/
.inline-block {
  display: inline-block;
}
.footer_logo {
  width: 200px;
}
.footer a {
	color: #103558;
}
.cv_button {
  color: #103558;
  font-weight: bold;
  position: relative;
  z-index: 1;
  transition: .3s;
}
.cv_button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #103558;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.cv_button:hover {
  background-color: #fff;
  /*border: solid 1px #ffd800;*/
  color: #fff;
}
.cv_button:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.cv_button {
  display: block;
}
.submit_button {
  color: #103558;
  position: relative;
  z-index: 1;
  transition: .3s;
}
.submit_button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.submit_button:hover {
  background-color: #103558;
  /*border: solid 1px #ffd800;*/
  color: #fff;
}
.submit_button:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.different {
  background-color: #F3F9FE;
}
.taiwa_headline {
  padding: 20px 20px;
  display: inline-block;
  margin: 0 auto;
  background-color: #f00;
  color: #fff;
}
.different_img {
  margin: 0 auto;
  display: block;
  width: 300px;
}
.different_small {
  width: 250px;
  padding-top: 26px;
}
.black_blue {
  background-color: #103558;
}
.white_blue {
  background-color: #B7C5E0;
}
.effect {
  background-color: #F3F9FE;
}
.row_table {
  max-width: 1024px;
  margin: 0 auto;
  background-color: #fff;
}
.row_table th {
  width: 50%;
  text-align: center;
  padding: 20px;
  font-size: 24px;
}
.th_left {
  background-color: #103558;
  color: #fff;
}
.th_right {
  box-sizing: border-box;
}
th, td {
  border: solid 1px #103558;
  vertical-align: top;
  padding: 0;
}
.effect td li {
  margin-left: 0.6em;
  margin-right: 0.6em;
  text-indent: -0.6em;
text-align: justify;
}
.row_table img {
  width: 100%;
}
@media screen and (max-width:768px) {
  .row_table th, .row_table td {
    width: 100%;
    display: block;
  }
  .row_table tr {
    width: 100%;
  }
  .row_table_effect::before {
    content: attr(data-label);
    text-align: center;
    display: block;
    padding: 20px 20px;
    font-size: 24px;
    border-bottom: 2px solid #103558;
    borrder-top: 1px solid #103558;
    font-weight: bold;
  }
  .row_table_action::before {
    content: attr(data-label);
    text-align: center;
    display: block;
    padding: 20px 20px;
    font-size: 24px;
    background-color: #103558;
    color: #fff;
    font-weight: bold;
  }
  .row_table th {
    display: none;
  }
}

.coach_image_all {
  display: flex;
  justify-content: center;
}
.coach_image_all img {
  margin: 10px;
}
.detail_information {
    font-size: 12px;
    text-align: justify;
}
@media screen and (min-width:1024px) {
  .coach_image_all img {
    height: 300px;
    margin: 10px;
  }
}
.detail_information {
  max-width: 1024px;
  margin: 0 auto;
}
.detail_information p {
  margin-left: 2.8em;
  text-indent: -2.8em;
}
.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
/* クッキー文言調整*/
.tracking-agreement {
  margin-bottom: 5px;
  text-align: left;
}
#pi_tracking_opt_in_yes {
  display: inline-block;
  background: #004EFF;
  color: #FFF;
  font-weight: 600 !important;
  padding: 5px 8px;
  width:100px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
}
#pi_tracking_opt_in_yes:hover {
  background: var(--bs-btn-hover-bg);
}
#pi_tracking_opt_in_no {
  color: #EEE;
  margin-left: 8px;
}

/* お問い合わせ完了ページ */
.messsage_area {
  background-color: #fff;
  opacity: 0.8;
}
.main_messsage_area {}
.comp_bg {
  padding: 10%;
  height: unset;
  padding-top: 120px;
}
.messsage_area a {
  color: #007bff;
word-break: break-all;
}