@charset "utf-8";
/* RESET CSS */ article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {display: block;} a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {margin: 0;padding: 0;border: 0;font: inherit;vertical-align: baseline;} body {line-height: 1;} ol, ul {list-style: none;} img {padding: 0;max-width: 100%;height: auto;} * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} a[href^="tel:"] {pointer-events: none;text-decoration: none;color: #666;} 
/* ---------------------------------------------------
・このCSSはPCとSPの表示比率を合わせています。
・サイズの単位は原則remにしてください。1rem = 1vw換算です。
・rootセレクタ内で、色やサイズの設定を指定してください。
---------------------------------------------------- */
/* -------base--------------------------------------------------------------------------- */
:root {
  --mainColor: #00333e;/* メインカラー */
  --subColor: #26445e;/* サブカラー */
  --formColor: #00333e;/* フォーム背景色 */
  --mainTxtColor: #222; /* テキストカラー */
  --redColor: #991F10;
  --contentWidth: max(550px, 35vw);/* 2つの値の大きい方が指定される */
}
html {font-size: min(1vw, calc(var(--contentWidth) / 100));overflow-x: hidden;}
body {
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/white-plaster.png");
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	font-family: "Noto Sans JP", sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-optical-sizing: auto;
	font-size: 3.5rem;
	line-height: 1.7;
	color: var(--mainTxtColor);
}
* { box-sizing: border-box;}
img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
a { text-decoration: underline;color: revert;}
#contents {
  background-color: #f7f3ed;
  background-image: url(https://www.transparenttextures.com/patterns/ag-square.png);
  max-width: var(--contentWidth);
  max-width: var(--contentWidth);
  margin-inline: auto;
  box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.2);
}
.pc { display: block;}
.sp { display: none;}
.r { color:  var(--redColor);}
.y { color: #f0c382;}
.wht { color: #fff;}
.b { font-weight: bold;}
.large { font-size: 120%;}
.xlarge { font-size: 140%;}
.xxlarge { font-size: 160%;}
.xxxxlarge {font-size: 270%;}
.small { font-size: 90%;}
.xsmall { font-size: 70%;}
.top { margin-top: 5rem;}
.bottom { margin-bottom: 5rem;}
.middle { margin: 5rem auto;}
.mark { background: linear-gradient(transparent 48%, #ffe894 100%);}
.txt_c {text-align: center !important;}
.txt_l { text-align: left !important;}
.lh_14 { line-height: 1.4;}
.serif { font-family: 'Noto Serif JP', serif;}
.arrow span {
	position: relative;
	display: block;
	margin: 1em auto;
	border-top: 5rem solid #00333e;
	border-right: 5rem solid transparent;
	border-left: 5rem solid transparent;
	border-bottom: none;
	width: 0;
	height: 0;
}
.arrow span::before {
	position: absolute;
	content: "";
	border-top: 5rem solid #efeae3;
	border-right: 6rem solid transparent;
	border-left: 6rem solid transparent;
	border-bottom: none;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	transform: translate(-50%, -125%);
}
.notice {
	padding-top: 4rem;
	font-size: 2rem;
	color: #8a8a8a;
	letter-spacing: 1px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
}
ul.notice li{line-height: 1.8;}
.flex {display: -webkit-flex;display: -moz-flex;display: flex;flex-wrap: wrap;justify-content: left;}
 /*--- Clearfix ---*/ 
.clearfix::before, .clearfix::after {content: " ";display: table;} .clearfix::after {clear: both;} .clearfix {*zoom: 1;} 
/*--------Header------------------------------------------------- */
header { background-size: cover; ;}
header h1 { padding-top: 6rem;}
header.header4 h1, header.header5 h1 { padding-top: 0;}
h1 .cta_wrap { width: 90%;margin-bottom: 6rem;}
header.header3{	background-image: url(../img/tk_letter_head01_bg_ver2.jpg);padding: 0;}
.jb{background: var(--mainColor);padding: 6rem 0 8rem;}
.jb.jb2{background: #112124;}
.jb .cta_wrap{margin: 0 auto ;}
.jb .letter_btn{margin: 0 auto 6rem;}
/*--------prihead------------------------------------------------ -*/
.countdown { font-size: 3.5rem;}
.timer_num {display: inline-block;background: #fff;font-size: 150%;color: #333;padding: 0.1em 0.2em;margin: 0 0.1em;border-radius: 1rem;}
.cd-box {
  display: inline-block;
  padding: 0.2rem 1rem;
  margin: 0 2px;
  background-color: white;
  color: #00333e;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  font-size: 5rem;
  line-height: 1.2;
}
.cd-right { margin-left: 1.6rem;}
.countdown-container {
  text-align: center;
  background: var(--formColor);
  color: #fff;
  padding: 2.6rem 0.6rem;
  font-size: 3.6rem;
  font-weight: bold;
  margin-inline: auto;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100000;
}
/* --------section--------------------------------------------------------------------------- */
section { padding: 10rem 0;}
.sub_head {
	width: 95%;
	margin: 0 auto 5rem;
	font-size: 6.8rem;
	line-height: 1.3;
	text-align: center;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}
.sub_head+* { margin-top: 5rem;}
.sec_inner {width: 90%;margin: 0 auto;padding: 0;}
.lead {
	max-width: 95%;
	position: relative;
	margin: 0 auto 5rem;
	padding: 2rem 7rem;
	width: fit-content;
	color: #555;
	font-size: 4.5rem;
	background: var(--redColor);
	border-radius: 60px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.lead:before {
	content: "";
	position: absolute;
	top: 99%;
	left: 50%;
	margin-left: -13px;
	border: 13px solid transparent;
	border-top: 13px solid var(--redColor);
}
.summary{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 5rem;
	line-height: 1.3;
}
h3 {
  line-height: 1.3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 5rem;
  text-align: center;
}
.ttl_arrow {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  font-family: var(--sans);
  padding: 3rem 5rem 2rem;
  position: relative;
  margin-bottom: 10rem;
}

.ttl_arrow::before {
  position: absolute;
  content: "";
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 50px solid var(--redColor);
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
}

.bg_y {background-color: #fefce8;background-image: url("https://www.transparenttextures.com/patterns/ecailles.png");}
.bg_y .sub_head { color: #00333e;margin-bottom: 3rem;}
/*---hukidasi----*/
.hukidasi{position: relative;}
.hukidasi:after,.hukidasi:before {
	position: absolute;
	top: 5rem;
	content: '';
	width: 2px;
	height: 20rem;
	background: #000000;
}
.hukidasi:before { transform: skew(25deg); left: 8rem;}
.hukidasi:after { transform: skew(-25deg); right: 8rem;}

.arrow span::before { border-top: 5rem solid #efede4;}
/*--loop--------*/
.slide {
	background-position: 0px 0px;
	height: 344px;
	width: 100%;
	-webkit-animation: SlideAnime 70s linear infinite;
	margin: 0 auto;
}

.slide { background: url("../img/slide.png");}
@-webkit-keyframes SlideAnime {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2160px 0px;/*スライド画像の横幅をマイナス*/
  }
}
/*--animation--------*/
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}
/* list---------------------------------------------------------------- -- */
.list1 {
	max-width: 750px;
	background: #fffef7;
	padding: 3rem 3.5rem 2.5rem;
	border: 2px dotted #00333e;
	border-radius: 15px;
}
.list1 li {
	padding: 2.4rem 0 2.2rem 7.5rem;
	line-height: 1.4;
	position: relative;
	border-bottom: 1.5px dotted #6f6f6f;
}
.list1 li:last-child {border-bottom: none;}
.list1 li:before,.list1 li:after { content: ""; position: absolute;}
.list1 li:before {
	top: 2.8rem;
	left: 2.4rem;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 1rem;
	height: 2.5rem;
	border-right: 3px solid var(--redColor);
	border-bottom: 3px solid var(--redColor);
}
.list1_img{width: 25%;}
.list1 p{width: 75%;}
/*アコーディオン------------------------------------------------------------------------- */
.ac_area { display: none; padding: 0 0; width: 100%;}
.ac_area p { text-align: left; margin: 3rem;}
.ac_btn {
	display: block;
	position: relative;
	width: 55%;
	z-index: 10;
	background: #215061;
	color: #fff;
	padding: 2rem 0;
	cursor: pointer;
	transition: 0.3s ease;
	border-radius: 50px;
	border: none;
	font-size: 3rem;
	font-weight: bold;
}
.ac_btn:after{ display: block;content: '▼';position: absolute;right: 4rem;top:50%;transform: translateY(-50%);}
.ac_btn span {display: block; font-size: 3.7rem; text-align: center;}
.ac_btn.opened {background: #333;font-size: 4.5rem; text-align: center;}
.ac_btn.opened:before {content: '閉じる';font-size: 3.7rem;}
.ac_btn.opened:after {content: '▲';font-size: 3rem;}
.ac_btn.opened span {display: none;}

/* --------offer--------------------------------------------------------------------------- */
.sec_offer{padding: 0;}
.sec_offer .sec_inner{padding-bottom: 10rem;}

/* --------content--------------------------------------------------------------------------- */
.content_box_wrap{
	justify-content:space-between;
	gap:3rem;
}
.content_box{
	position: relative;
	width: 100%;
	background: #fff;
	padding: 4rem;
	outline : 2px solid #dfd7cb;
  	outline-offset : -5px ;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
.content_box:not(:last-of-type){
	width: 48%;
}
.content_box img{margin-bottom: 1rem;}
.content_box:before, .content_box:after{
	position: absolute;
	content:'';
	height: 0;
	width: 0;
}
.content_box:before{
	top: 0;
	left: 0;
	border-right: 20px solid transparent;
	border-top: 20px solid var(--mainColor); 
}
.content_box:after{
	bottom: 0;
	right: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid var(--mainColor); 
}
/* --------lesson--------------------------------------------------------------------------- */
.flex.lesson_box_wrap{ justify-content: space-between;gap: 6rem 2rem;}
.lesson_box{
	width: 48%;
	background: #fff;
	box-shadow: #00000012 3px 5px 7px 1px;
}
.lesson_img{
	/*border-radius: 5px;*/
}
.lesson_inner{
	padding: 3rem;
}
.lesson_ttl{
	margin: 0 0 2rem;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.4;
}
.lesson_face{
	width: 20%;
	margin-right: 1rem;
	float: left;
	border-radius: 100px;
}
.lesson_item_txt{
	font-size: 2rem;
}
.lesson_name{
	font-size: 2.8rem;
	font-weight: bold;
}

/* --------teacher--------------------------------------------------------------------------- */
.flex.teacher_box_wrap{ justify-content: space-between;gap: 6rem 2rem;}
.teacher_box{
	width: 30%;
}
.teacher_img{
	border-radius: 5px;
}
.teacher_name{
	margin-top: 2rem;
	font-size: 3.5rem;
	font-weight: bold;
	
}
.teacher_sub{
	font-size: 1.9rem;
}
.teacher_tag{
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--mainColor);
}

/* --------special--------------------------------------------------------------------------- */
.special_box{
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin-top: 10rem;
	padding: 8rem 5rem 5rem;
}
.special_box + .special_box{margin-top: 10rem;}
.special_ttl h3{
	position: absolute;
	top: -3rem;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	margin: 0 auto;
	padding: 1rem 0;
	background: var(--redColor);
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
}
.special_ttl h3 span{display: block;font-size: 5rem;}
.special_ttl h3:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 25px solid var(--redColor);
	border-right: 25px solid var(--redColor);
	border-bottom: 10px solid transparent;
}
.special_ttl h4{
	margin: 0 auto 5rem;
	padding: 0 0 3rem;
	border-bottom: 1.5px solid #bca476;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 5rem;
	line-height: 1.4;
}

/* --------gain--------------------------------------------------------------------------- */
#gain {
	background-color: #fffdf4;
	background-image: url("https://www.transparenttextures.com/patterns/checkered-pattern.png");
	padding-bottom: 0rem;
}

/* ------------------------------------------------------------------------------------------------------------  
sec7
------------------------------------------------------------------------------------------------------------  */
#sec7 {
  padding-bottom: .5rem;
  background-color: #edeadb;
  background-image: url(https://www.transparenttextures.com/patterns/az-subtle.png);
}

#sec7 .sec_inner { width: 90%; margin: 4rem auto 0;}
#sec7 .sec_inner:last-child { padding-bottom: 2rem;}

.video {
  background: #fff;
  border-radius: 20px;
  padding: 5rem 6rem 3rem;
  height: 101rem !important;
  margin-left: 5rem;
  box-shadow: #0000003d 7px 9px 12px 3px;
}
.video_ttl_img { width: 100%;}
.video_ttl_txt h3 {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  line-height: 1.3;
  font-family: 'Noto Sans JP', sans-serif;
  /*文字色*/
  color: #00333e;
  /*線*/
  border-bottom: 2px dashed #00333e;
  border-image-slice: 1;
  font-size: 4.5rem;

}
.video_inner { padding: 1rem 0 0;}


/* --------profile--------------------------------------------------------------------------- */
#prf {
	width: 100%;
	padding-top: 0;
	background-color: #fff;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 14px 14px;
	background-repeat: repeat;
	background-position: center center;
}
#prf .sec_inner { margin-top: 5rem;}
.prf_box {background: #EFEAE4;padding: 5rem;border-radius: 10px;}
.prf_box + .prf_box ,.notice + .prf_box{margin-top: 5rem;}
.prf_box_ttl{
	margin: 0 auto 3rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.4;
}
.prf_box + .notice{padding-top: 1rem;}
.prf_box img{margin-bottom: 3rem;}
/* -----------------------------------------------------------------------------------------------------------  
voice
------------------------------------------------------------------------------------------------------------  */
#voice { background: #f4fffe; background-size: 23px 23px; background-image: radial-gradient(#c3e6e25c 10%, transparent 10%);}
#voice .sub_head { position: relative;}
.voice_box {
	margin: 9rem auto 0rem;
	padding: 10rem 5rem 3rem;
	background-color: #fff;
	position: relative;
	border-radius: 15px;
	box-shadow: #00000012 7px 9px 12px 3px;
}
.voice_box+.voice_box { margin-top: 10rem;}
.voice_num {
	font-weight: bold;
	color: #215061;
	width: fit-content;
	font-size: 7rem;
	padding: 1rem 4rem;
	margin: 0 auto;
	position: absolute;
	top: -6rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50px;
	font-family: 'Noto Serif JP', serif;
}
#voice .ac_area { display: none; padding: 3rem 0 0; width: 100%;}
#voice .ac_area p { text-align: left; margin: 0 0 3rem;}
/* case_comment */
.case_comment img { margin: 0; border-radius: 175px;}
.case_left { width: 26%; margin-right: 6rem; margin-bottom: 2rem;}
.case_comment { align-items: center;}
.case_com_right { width: 100%;}
.case_com_balloon {
	display: inline-block;
	position: relative;
	margin: 2rem 0;
	padding: 3rem;
	border: 3px solid #b2b2b2;
	border-radius: 15px;
}
.case_com_balloon:before, .case_com_balloon:after{
	position: absolute;
	content: "";
	left: 50%;
	transform: translate(-50%);
	border: 42px solid transparent;
}
.case_com_balloon:before {
	z-index: 3;
	top: -49px;
	margin-top: -14px;
	border-right: 21px solid #ffffff;
	border-right: 18px solid transparent;
	border-bottom: 21px solid #ffffff;
	border-left: 18px solid transparent;
}

.case_com_balloon:after {
	z-index: 1;
	top: -54px;
	margin-top: -14px;
	border-right: 21px solid #b2b2b2;
	border-right: 21px solid transparent;
	border-bottom: 24px solid #b2b2b2;
	border-left: 21px solid transparent;
}

/* ------------------------------------------------------------------------------------------------------------  
reco
------------------------------------------------------------------------------------------------------------  */
#reco {background: #efeae3; background-image: url(https://www.transparenttextures.com/patterns/az-subtle.png);}
#reco .notice {padding-left: 8rem;}
#reco .sub_head {
	background: linear-gradient(222deg, rgba(61, 37, 3, 1) 0%, rgba(162, 100, 15, 1) 50%, rgba(61, 37, 3, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}
#reco .sub_head .large { font-weight: 900;}
#reco .sub_head::before, #reco .sub_head::after{
	content: '';
	display: inline-block;
	width: 9rem;
	position: absolute;
	top: 11rem;
	background-size: 100%;
	background-repeat: no-repeat;
}
#reco .sub_head::after {right: 2rem;height: 23rem;background-image: url(../img/large_leaf_r.png);}
#reco .sub_head::before {height: 20rem;background-image: url(../img/large_leaf_l.png);left: 3rem;}
.lh_12 { line-height: 1.2;}
#reco .xsmall { line-height: 2.2;}
/* --video_list-----------------------------------------------------------------  */
.video_list { margin-top: 2rem; margin-bottom: 2rem;}
.video_list li { margin-bottom: 3rem; text-align: left; line-height: 1.4;}
.video_list .fa-li { color: #f01136;}
.fa-ul { padding-left: 6rem; position: relative;}
.fa-ul:before,.fa-ul:after {  content: ""; display: block; position: absolute;}
.fa-ul:before {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #222222;
  left: 0;
  top: 1rem;
}

.fa-ul:after {
  border-left: 2px solid #b91818;
  border-bottom: 2px solid #b91818;
  width: 2.7rem;
  height: 1rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 1rem;
  top: 1.5rem;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px) !important;
  top: 64% !important;
  left: 0% !important;
  width: 100% !important;
}
.swiper-button-next,.swiper-button-prev { top: 32% !important}
.swiper-slide { margin-right: 0 !important;}
.video1 {
  background-color: #00234f;
  background-image: url("https://www.transparenttextures.com/patterns/dark-geometric.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  position: relative;
  height: 160rem;
  margin-bottom: 10rem;
  padding-top: 1rem;
}
.video2 {
  background: #00573c;
  background-image: url("https://www.transparenttextures.com/patterns/dark-geometric.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  position: relative;
  height: 171rem;
  margin-bottom: 10rem;
  padding-top: 1rem;
}
.video3 {
  background: #2c1500;
  background-image: url("https://www.transparenttextures.com/patterns/dark-geometric.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  position: relative;
  height: 159rem;
}
#sec7 .last_txt {width: 90%;margin: 1rem auto; color: #fff;}
.last_txt .notice { padding-top: 0;}
.video_num {
  border: 4px double #00333e;
  position: relative;
  top: -5rem;
  left: 0;
  margin: 0 auto;
  background: #fff;
  color: #00333e;
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 2rem 1rem;
  width: 39%;
  box-shadow: #0000001c 7px 9px 8px 3px;
}

#sec7 .video1 .sub_head { color: #fff;}
#sec7 .video2 .sub_head { color: #fff;}
#sec7 .video3 .sub_head { color: #fff;}
.swiper-button-next,.swiper-button-prev { color: var(--swiper-navigation-color, #ffb700) !important;}
.video2 .video { height: 107rem !important;}
.video3 .video { height: 105rem !important;}

/* ------------------------------------------------------------------------------------------------------------  
sec8
------------------------------------------------------------------------------------------------------------  */
#sec8 {
  background-color: #edeadb;
  background-image: url(https://www.transparenttextures.com/patterns/az-subtle.png);
  padding-top: 0;
  padding-bottom: 0;
}

#sec8 .sec_inner { padding-bottom: 6rem;}
.video_other {
  position: relative;
  background: #fff;
  padding: 10rem 5rem 7rem;
  margin: 9rem auto 5rem;
  box-shadow: #00000012 7px 9px 12px 3px;
  border-radius: 15px;
}

.video_other_num {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 5rem;
  padding: 2rem 1.5rem 2.5rem;
  margin: 0px auto;
  width: 63%;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: #00333e;
  text-align: center;
}
.video_other h3 { margin-bottom: 5rem;}
/* sec12-----------------------------------------------------------------------------------  */
#sec12 { padding-top: 0;}
#sec12 .sec_inner { padding-bottom: 0;}
/* sec13-----------------------------------------------------------------------------------  */
#sec13 { background-image: url(../img/tk_main_bg1.jpg);background-size: cover;}

/* ------------------------------------------------------------------------------------------------------------  
sec14
----------------------------------------------------------------------------------------------------------- - */
#sec14 {
  background-color: #111;
  background-image: url("https://www.transparenttextures.com/patterns/mirrored-squares.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  background-color: #230f08;
  background-image: url(https://www.transparenttextures.com/patterns/dark-exa.png);
}
#sec14 .sub_head { color: #fff;}
#sec14 .sec_inner { padding-top: 1rem;}
.obtain {
  position: relative;
  border-radius: 10px;
  background: #fff;
  list-style: none;
  align-items: center;
  padding: 4rem 4rem 4rem 5rem;
  border: 1px solid;
  margin-top: 2rem;
  height: 29rem;
  width: 100%;
  display: flex;

}
.obtain:last-of-type:after { content: none;}
.obtain_num {
  padding: 1rem 0 0;
  position: absolute;
  top: 10rem;
  left: 0;
  transform: translateX(-50%);
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background: var(--redColor);
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4;
  font-weight: bold;
}
.obtain_ttl {
  font-size: 3.5rem;
  color: #00333e;
  font-weight: bold;
  line-height: 1.4;
  width: 70%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.obtain img {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
/* ------------------------------------------------------------------------------------------------------------  
sec15
------------------------------------------------------------------------------------------------------------  */
#sec15 { background-color: #edeadb; background-image: url(https://www.transparenttextures.com/patterns/az-subtle.png);}
.merit__sub_head { width: 100%; padding: 4rem 0 4.5rem;}
.merit__sub_head .flex { align-items: center; justify-content: start;}
.merit-sub_head__wrap { background-color: #00333e; position: relative;}
.merit-sub_head__wrap .num_sb {
  font-size: 10rem;
  font-style: italic;
  line-height: 10rem;
}
.merit_number {
  border-right: 2px solid #ffffff;
  padding-right: 4rem;
  font-size: 4rem;
}
.merit_title {
  text-align: left;
  padding-left: 4rem;
  line-height: 1.4;
  font-size: 5rem;
}
#sec15 .sec_inner + .merit-sub_head__wrap {margin-top: 5rem;}

/* ------------------------------------------------------------------------------------------------------------  
sec16
------------------------------------------------------------------------------------------------------------  */
#sec16 { background-image: url(../img/tk_main_bg1.jpg); background-size: cover;}
#sec16 .sub_head { text-shadow: 2px 2px #ffffff;}
/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

.introduction_btn {
  background: var(--redColor);
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 2rem 13rem;
  border-radius: 50px;
  margin: 4rem auto 3rem;
  font-size: 4rem;
  position: relative;
  box-shadow: 0 1rem 0 #500010;
  font-family: var(--sans);
  font-weight: bold;
}

.introduction_btn::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg) translateY(-50%);
  top: 47%;
  right: 4.5rem;
}

.introduction_btn:hover {
  filter: brightness(1.3);
}

.btn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.btn_list p {
  font-weight: bold;
  font-size: 3rem;
  margin: 1rem 0rem;
  padding: 1rem;
  width: 32% !important;
  border: 1px dotted #281a16;
  border-radius: 2rem;
  text-align: center;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modalArea.active { display: flex;}
.modalWrapper { position: relative; max-width: 80%; max-height: 80%; padding: 20px; border-radius: 8px;}
.modalContents img { width: 100%; height: auto;}
.closeModal { position: absolute; top: 4rem; right: 5rem; cursor: pointer; font-size: 24px; color: #fff;}

/* sec17--------------------------------------------------------------------------------------  */
#sec17 { background-color: #fffce7; background-image: url(https://www.transparenttextures.com/patterns/textured-stripes.png);}
#sec17 .notice { padding-left: 8rem; padding-top: 0;}
/* --surprise ---  */
.surprise_box { padding: 5rem 2rem; border: 4px double #DBC37D; margin: 5rem; background-color: #ffffff;}
.surprise_box+.surprise_box { margin-top: 8rem;}
.surprise_img { width: 50%; margin: 0 auto;}
.top_bord {
	width: fit-content;
	padding-top: 2rem;
	margin: 0 auto;
	margin-top: 2rem;
	border: 1px solid;
	border-color: #444 transparent transparent transparent;
	font-family: 'Noto Serif JP', serif;
}
.surprise_txt {
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	padding-top: 2rem;
	font-weight: bold;
	font-size: 4.5rem;
	text-align: center;
}
.transform {
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-3deg);
	margin-bottom: 3rem;
	font-weight: 900;
	text-align: center;
}

/* sec20------------------------------------------------------------------------------------ */
#sec20 { padding: 0;}
/* --------message--------------------------------------------------------------------------- */
#message { background: linear-gradient(28deg, #614f2f 0%, #241815 100%); color: #05192D;}
#message .sec_inner {
	position: relative;
	padding: 5rem;
	background-color: #fff;
	background-image: url("https://www.transparenttextures.com/patterns/rice-paper-2.png");
}
.message_txt {
	background: repeating-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 8.1rem, #cfcfcf 8.2rem, #cfcfcf 8.3rem);
	font-family: 'Noto Serif JP', serif;
	line-height: 2.37;
	padding: 0rem 2rem;
	text-align: left;
}
.message_name { padding-top: 10rem; line-height: 1.4;}
#message .img_right { position: absolute; width: 46%; right: -7px; top: 1%;}
.txt_r { text-align: right;}
/* pay------------------------------------------------------------------------------------------------------------ */
#pay { background: #fcfceb; }
/* 支払いの流れ */
.payment { padding: 0 5rem; line-height: 1.4;}
.payment p { text-align: left;}
.payment h3 { font-weight: bold; text-align: center; padding-bottom: 1rem; color: var(--redColor); font-size: 6rem;}
.payment .notice {
	background: #eee;
	color: #333;
	padding: 3rem;
	margin-top: 3rem;
	text-indent: 0;
}

/* ------------------------------------------------------------------------------------------------------------ 
last
------------------------------------------------------------------------------------------------------------ */
#sec_price {
	width: 100%;
	background-color: #fff;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 14px 14px;
	background-repeat: repeat;
	background-position: center center;
	padding-bottom: 0;
}
.price_label {
	background: var(--redColor);
	color: #fff;
	text-align: center;
	font-size: 4.6rem;
	font-weight: bold;
	padding: 2rem 0;
	width: 90%;
	margin: 0 auto 0;
}

.price_result_main {
	font-size: 8rem;
	line-height: 1;
	margin: 0 0 0 20rem;
	color: var(--redColor);
}

.price_monthly {
	background: var(--redColor);
	width: 13rem;
	height: 13rem;
	border-radius: 200px;
	position: absolute;
	top: 20%;
	left: 2%;
	color: #fff;
	line-height: 3.5;
	text-align: center;
	font-size: 4rem;
}
.price_result_main {
	font-size: 7rem;
	line-height: 1;
	margin: 4rem 0 0 17rem;
	color: var(--redColor);
}
.price_result {
	margin: 0 auto;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	position: relative;
	padding-top: 1rem;
}
.price_result_sub { margin-top: 0; font-size: 4.5rem; text-align: right;}
.price_notice { padding: 6rem 4rem; margin: 5rem auto 0; background: #f1f1f1; text-align: left;}
.price_notice p { padding: 0 0 0 1em; margin: 0 auto; font-size: 2.5rem; text-indent: -1em;}
.xxxlarge { font-size: 220%;}
.price_result_sub .r { color: var(--redColor);}

/*flow----------------------------------------------------- */
.flow_wrap { width: 90%; margin: 5rem auto 0; font-size: 70%;}
.flow_wrap.flex { align-items: center;}
.flow_ttl {
	background: var(--redColor);
	width: 100%;
	margin: 3rem auto 4rem;
	font-size: 4rem;
	color: #fff;
	padding: 2rem 0
}
.flow_list p { padding: 5px 20px;}
.flow_list { margin: 0 auto; width: 30%;}
.flow_arrow { position: relative; width: 2%; height: 1%; transform: translate(-20%, 0%);}
.flow_arrow::before {
	position: absolute;
	content: "";
	top: 10rem;
	left: 114%;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--redColor);
	transform: translateX(-50%);
	border-width: 2rem;
}


/* ------------------------------------------------------------------------------------------------------------ 
sec23
------------------------------------------------------------------------------------------------------------ */
#sec23 {
  background: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 14px 14px;
  background-repeat: repeat;
  background-position: center center;
  padding-bottom: 8rem;
}



/* --------よくある質問--------------------------------------------------------------------------- */
#cp { }
.cp_qa {}
.cp_qa *,.cp_qa *:after,.cp_qa *:before { -webkit-box-sizing: border-box; box-sizing: border-box;}
.cp_qa .cp_actab { position: relative; overflow: hidden; width: 100%; margin: 0 0 1em 0;}
.cp_qa .cp_actab input { position: absolute; opacity: 0;}
#cp2 { background: #fff; padding-top: 0;}
/* 質問 */
.cp_qa .cp_actab label {
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27, 37, 56, 0.1);
}

.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}

.cp_qa .cp_actab label:hover { transition: all 0.3s; color: var(--redColor);}

/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 1.6rem;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	text-align: left;
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}

.cp_qa .cp_actab .cp_actab-content p { margin: 1em 1em 1em 0;}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content { max-height: 56em; border: 10px solid rgba(27, 37, 56, 0.1);}
/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content.px { max-height: 85em; border: 10px solid rgba(27, 37, 56, 0.1);}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked~label { border-radius: 0.5em 0.5em 0 0;}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked+label::after {-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.cp_actab .notice { padding-top: 0;}
.ac_wrap {}
.cp_actab-content a { word-break: break-all;}

/* --------cta--------------------------------------------------------------------------- */
.cta_wrap{margin: 10rem auto 0;}
.cta_lead{
	margin-bottom: .5em;
	font-weight: bold;
	text-align: center;
}
.letter_btn {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 3rem;
	padding: 3rem 0;
	background: #2590d0;
	color: #fff;
	font-size: 4.5rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 3px #004cab;
	line-height: 1.3;
	border-radius: 2rem;
	transition: 0.3s;
	box-shadow: rgb(0, 103, 219) 0px 7px 0px 0px, rgba(255, 255, 255, 0.3) 0px 0px 20px 0px inset;
}
header .letter_btn{margin: 5rem auto 6rem;}
.letter_btn:hover { filter: brightness(1.3);}
.letter_btn::after {
	position: relative;
	display: inline-block;
	content: "";
	width: .8em;
	height: .8em;
	border-top: 4px solid;
	border-right: 4px solid;
	transform: translateY(-0.67em) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	/*top: 10rem;*/
	top: 50%;
	right: 4rem;
}
.btn_copy{
	text-align: center;
	font-size: 2.5rem;
}
/* Footer
----------------------------------------------------------------- - */
footer { display: grid; grid-template-columns: 1fr; gap: 3rem; background: #dddddd; color: #707070; padding: 5rem;}
#footer_logo { text-align: center; width: 70%; margin: 0 auto;}
#footer_info p { font-size: /*2.5rem*/2rem; text-align: center;}
#footer_info ul { width: fit-content; margin: 0 auto; display: grid; grid-template-columns: repeat(2, auto); gap: 2rem;}
#footer_info ul li a {display: block;padding: 0.5em;font-size: /*3.5rem*/2.5rem;text-align: center;color: inherit !important;text-decoration: none;}
#footer_info p a { color: inherit !important; text-decoration: none;}
#scfooter {
	width: 100%;
	display: none;
	background: rgba(202, 202, 202, .7);
	backdrop-filter: blur(2rem);
	position: sticky;
	bottom: 0;
	max-width: var(--contentWidth);
	margin-inline: auto;
	z-index: 100;
	position: fixed;
}
.scfooter_inner { width: 90%; padding: 2rem 0; margin: 0 auto;}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
【 SP 】
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:480px) {
	body {font-size: 4.5vw;}
	.sp {display: block; }
	.pc {display: none; }
	.countdown-container {
		text-align: center;
		background: var(--formColor);
		color: #fff;
		padding: 2.6rem 0.6rem;
		font-size: 3.6rem;
		font-weight: bold;
		margin-inline: auto;
		position: sticky;
		top: 0;
		width: 100%;
		z-index: 100000;
	}
	.notice{font-size: 3vw;}
	.list1 li:before {top: 3.2rem;width: 1rem;height: 2.5rem;}
	#order .list1 li {font-size: 4.2vw; }
	
	.ttl_arrow::before {border-top: 40px solid var(--redColor);border-left: 85px solid transparent;border-right: 85px solid transparent;}
	/* content */
	.content_box_wrap{}
	.content_box{}
	.content_box:not(:last-of-type){width: 100%;}
	.content_box:not(:last-of-type) img{width: 80%;margin: 0 auto 1rem;}
	.content_box img{margin-bottom: 1rem;}
	.content_box:before, .content_box:after{}
	.content_box:before{
	border-right: 15px solid transparent;
	border-top: 15px solid var(--mainColor); 
	}
	.content_box:after{
	border-left: 15px solid transparent;
	border-bottom: 15px solid var(--mainColor); 
	}
	
	
	.video {height: 122vw !important; }
	.video_ttl_txt h3 {font-size: 5vw;padding-bottom: 3vw; }
	.video1 {height: 198vw; }
	.video2 {height: 210vw; }
	.video2 .video {height: 135vw !important; }
	.video3 {height: 190vw; }
	.video3 .video {height: 129vw !important;  }
	.video_num {font-size: 5.2vw;width: 45%;padding: 1vw 2vw 2vw;  }
	.fa-ul:before {
		width: 5.5vw;
		height: 5.5vw;
		border-radius: 10px;
		background: #ffffff;
		border: 1px solid #222222;
		left: -2vw;
		top: 1vw;
	}
	.fa-ul:after {
		border-left: 2px solid #b91818;
		border-bottom: 2px solid #b91818;
		width: 3.7vw;
		height: 2vw;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 0vw;
		top: 1.5vw;
	}
	.video_other_num {font-size: 5vw;padding: 3vw 2vw 3vw; }
	.video_other {padding: 12vw 5rem 7rem; }
	
	.obtain_num {line-height: .9; }
	
	.surprise_txt {font-size: 4.8vw; }
	.transform .xxxlarge {font-size: 8vw; }
	.modalWrapper {position: relative;max-width: 100%;max-height: 80%;padding: 20px;border-radius: 8px; }
	/*prf*/
	.prf_box_ttl{font-size: 5vw;}
	#prf .notice{font-size: 2.5vw;}
	
	/* voice / case_comment */
	.case_left{margin: 0 auto;}
	.case_right{width: 100%; text-align: center;padding-bottom: 2rem;}
	.case_comment img { margin: 0 auto; }
	/*message*/
	#message .img_right {position: absolute;width: 31%;right: -8px;top: 0%; }
	.message_txt {background: none;line-height: 2; }
	#message .sec_inner {padding: 6vw 3vw; }
	/*price*/
	.price_notice p {font-size: 3.2vw; }
	.payment .notice {font-size: 3.2vw; }
	/*faq*/
	.cp_qa .cp_actab label::after {position: absolute;top: 2.2rem;right: 0; }
	/*flow*/
	.flow_list p {padding: 2vw 0vw 0; }
	.flow_arrow {width: 2.5%; }
	.flow_ttl {font-size: 4.5vw; }
	/*cta*/
	.btn_copy{font-size: 3.5vw;}
}