@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/*--------------------------------------
  リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

pre {
	overflow: auto;
}
strong {
	font-weight: bold;
}
.s {
	font-size: 80%;
    font-weight: inherit;
}
.l {
    font-size: 120%;
}
.ll{
	font-size: 150%;
}
.bb {
    font-weight: 600;
    font-size: 130%;
}
* {
	margin: 0;
	padding: 0;
	
}
span{
	font-weight: inherit;
}
/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
	transition: all .3s ease;
}
/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: inherit;
	transition: all .3s ease;
}

a:hover {
	
}
/*--------------------------------------
  全体定義
--------------------------------------*/
:root {
	--color-navy: #1e3e62;
	--color-navy2: #3b5162;
	--color-white: #fff;
	--color-yellow: #fff800;
	--color-bk: #232323;
	--color-red: #d53b45;
	--color-gray: #f4f4f4;
	--color-green: #06be55;	
}

html{
	
}
body {
	font-family: Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "メイリオ", sans-serif;
    color: var(--color-bk);
    font-weight: 400;
	font-size: 15px;
	line-height: 2;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color: #fff;
}

#wrapper {
    overflow-x: hidden;	
}



h2,h3,h4{
	line-height: 1.5;
}
.ttl {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
	color: var(--color-navy);
}
.sub_ttl_en {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
	color: var(--color-navy);
}
.ttl2 {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.fc_white {
	color: var(--color-white);
}
.fc_navy {
	color: var(--color-navy);
}
.fc_br {
	color: var(--color-br);
}
.fc_red {
	color: var(--color-red);
}
.fc_yellow {
	color: var(--color-yellow);
}


.bg01{
	background-color: var(--color-navy);
}
.bg02{
	background-color: var(--color-gray);
}

.bg03{
	background: url(../images/bgimg.webp) repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
.bg05 { 
	background-color: #e4e2de;
}

.marker_yellow {
    background: linear-gradient(transparent 40%, #fff800 40%);
}


/*--------------------------------------
  header
--------------------------------------*/
#header {
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
	padding: 7px 0;
}
.header_inner {
	display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 0 auto;
}
.logo {
    width: 126px;
}
.h_btn {
    width: 180px;
}
.h_btn.line_btn a {
    font-size: 14px;
    padding: 7px 0 7px 22px;
}
.h_btn .ico_line {
    width: 5.3vw;
}
#header .line_btn a:after {
    width: 15px;
    height: 15px;
    right: 12px;
}


/*--------------------------------------
  FV
--------------------------------------*/
.fv {
    position: relative;
    background: url(../images/fv_bg.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
	padding-top: 20px;
	padding-bottom: 18px;
}
.fvh1 {
    text-align: center;
    color: var(--color-navy);
	font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
}
.h1b {
    background: var(--color-navy);
    color: #fff;
    display: inline-block;
    padding: 6px;
    line-height: 1;
    font-size: 125%;
    margin: 0 2px;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.logo2 {
    display: block;
    width: 72%;
    margin: 0 auto;
}
.fvimg {
    display: block;
    margin: 0 auto;
    width: 96%;
}



.fv_b_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
ul.fv_b_list {
    margin-left: 4%;
}
ul.fv_b_list li {
    background: var(--color-red);
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 2px 26px;
    border-radius: 40px;
    position: relative;
    box-sizing: border-box;
}
.ico_pin {
    position: absolute;
    top: -1px;
    left: -8px;
    width: 24px;
}
.fv_img2 {
    width: 36%;
}
#fv_bottom {
    padding: 26px 0;
}
.badge {
    position: absolute;
    bottom: 46px;
    right: 6px;
    width: 30%;
}

/*--------------------------------------
  Contents
--------------------------------------*/
#contents {
    overflow-x: hidden;
}

.contents_block {
    padding: 40px 0;
	position: relative;
}
.inner{
	width: 90%;
	margin: 0 auto;
}


/*--------------------------------------
  CTA
--------------------------------------*/
.cta {
    position: relative;
	padding: 40px 0;
}

.cta_ttl {
    width: 90%;
    font-size: 20px;
    font-weight: 700;
	color: #3b5162;
}

.cta_txt {
	position: relative;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.cta_txt p {
    font-weight: 600;
}
.cta_slash {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 87%;
}


.ico_line {
    width: 13%;
    margin-right: 15px;
}
.line_btn a {
	background: #0abc4c;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 12px 0 12px 9.6vw;
    position: relative;
    border-radius: 100px;
}
.line_btn a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
    margin: auto;
    width: 22px;
    height: 22px;
    background: url(../images/btn_arrow.webp) no-repeat;
    background-position: center;
    background-size: contain;
}
.ico_line {
    width: 7.5vw;
    margin-right: 2vw;
}


/*--------------------------------------
  About
--------------------------------------*/
#about {
    position: relative;
}
.abouth3 {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 18px;
	color: var(--color-navy);
}
.abouth3 .s {
    z-index: 2;
    position: relative;
    padding: 6px 0;
}

.abouth4 {
	text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about_img01 {
    margin-bottom: 12px;
}
.abouttxt {
    font-size: 15px;
}
.abouttxt span {
	font-weight: 600;
}
.about_slash {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

/*--------------------------------------
  YOUTUBE
--------------------------------------*/
#youtube {
    background: url(../images/youtube_bg.webp) no-repeat;
    background-size: cover;
}
.yb_ttl {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px var(--color-navy),0 0 10px var(--color-navy),0 0 10px var(--color-navy),0 0 10px var(--color-navy);
	margin-bottom: 10px;
}
#youtube .abouth3 {
    font-size: 22px;
}
#youtube .inner {
	position: relative;
	z-index: 1;
}

.responsive {
	width: 100%;
	aspect-ratio: 16/9;
	margin-top: 18px;
}
.bg04 {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background: url(../images/youtube_bg.webp) no-repeat;
    background-size: 130% auto;
    background-position: center top;
    z-index: 0;
    width: 100%;
    height: 140px;
}
.bg04.btm {
    transform: scale(1, -1);
    bottom: 0;
    top: auto;
}

/*--------------------------------------
  nayami
--------------------------------------*/
.nayami_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.nayami1 {
    width: 38%;
	margin-top: -12px;
}
.nayami_h {
	width: 58%;
    font-weight: 600;
    font-size: 112%;
    line-height: 1.7;
    color: var(--color-navy);
}
.nayami2 {
    width: 20%;
	position: absolute;
	top: 0;
	right: 0;
}
#nayami .ttl {
    margin-bottom: 15px;
}
ul.check_list {
    margin-bottom: 0;
}
ul.check_list li {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    padding: 0;
    margin-top: 3px;
    font-size: 95%;
}
ul.check_list li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/ico_check.webp) no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    margin-right: 4px;
    margin-top: 7px;
}

.nayami_btm {
    position: relative;
    padding: 30px 0 0;
}
.logo_box {
    position: absolute;
    width: 50px;
    top: 9%;
    left: 16%;
}


/*--------------------------------------
  Merit
--------------------------------------*/
.merit_box {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
	box-shadow: 0 0 10px #ccc;
}
.merit_box h3 {
    color: var(--color-navy);
    text-align: center;
    font-weight: 700;
    font-size: 120%;
    margin-bottom: 10px;
}
.merit_box h4 {
    background: var(--color-navy);
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 2px 16px;
    box-sizing: border-box;
    border-radius: 40px;
    width: fit-content;
    margin-top: 8px;
    margin-bottom: 3px;
}
.meritimg {
    display: block;
    margin: 0 auto 15px;
}

/*--------------------------------------
  Feature
--------------------------------------*/
ul.feature_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.feature_list li {
    background: #fff;
    border-radius: 18px;
    box-sizing: border-box;
    box-shadow: 0 0 7px #ccc;
    width: 48%;
    padding: 13px;
    font-size: 84%;
	line-height: 1.7;
	margin-bottom: 15px;
}

ul.feature_list li h3 {
	color: var(--color-navy);
	font-weight: 600;
	font-size: 94%;
	margin-bottom: 3px;
	text-align: center;	
}
.f_img {
    display: block;
    margin: 0 auto 5px;
    width: 60%;
}

/*--------------------------------------
  price
--------------------------------------*/
ul.price_li {
}
ul.price_li li {
    background: #fff;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
}

ul.price_li li h3 {
    font-weight: 600;
    color: #fff;
    background: var(--color-red);
    width: 58%;
    margin: 0 auto;
    display: block;
    padding: 4px 0;
    border-radius: 30px;
    font-size: 110%;
    margin-bottom: 10px;
}
ul.price_li li:first-child h3 {
	background: var(--color-navy);
}
ul.price_li li:nth-child(2) h3 {
	background: #3eb778;
}
ul.price_li li:nth-child(3) h3 {
	background: #dd852c;
}
ul.price_li li:nth-child(4) h3 {
	background: var(--color-red);
}
.price {
    color: var(--color-navy);
    font-weight: 600;
    font-size: 20px;
}

.price span {
    font-size: 250%;
}
.userimg {
    display: block;
    margin: 0 auto;
    height: 23px;
}
.user {
    font-weight: 500;
}

.price_btm {
    color: #fff;
    text-align: center;
	margin-top: 30px;
}
.price_btm h4 {
    font-weight: 600;
    font-size: 140%;
    margin-bottom: 10px;
    line-height: 1.8;
}
.price_btm h4 span {
    border-bottom: 3px solid var(--color-yellow);
}
.ptxt1 {
    font-weight: 600;
    font-size: 110%;
    margin-bottom: 10px;
}
.ptxt2 {
    font-size: 90%;
}
.cp_box .fc_red {
    color: var(--color-red);
}
.cp_box h4 {
    background: var(--color-red);
	color: #fff;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
ul.price_li li > .price {
    font-size: 80%;
}
ul.price_li li > .price span {
    font-size: 180%;
}
.cp_box .price.fc_red {
    font-size: 110%;
    line-height: 1.2;
    margin-top: 10px;
}
.cp_box .price.fc_red span {
    font-size: 320%;
}
ul.price_li li .price_box_label {
    background: #3eb778;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    width: 60%;
    margin: 0 auto 22px;
    padding: 4px 0;
    font-size: 105%;
}
ul.price_li li.price_box_monthly .price span {
    font-size: 310%;
}
.price_option_note {
    color: #fff;
    text-align: center;
    font-size: 85%;
    margin-top: 10px;
}

ul.f_list li {
    border-right: 1px solid #999;
	margin-bottom: 20px;
}
ul.f_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.f_list li a {
    font-size: 84%;
    font-weight: 500;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
}
ul.f_list li:last-child {
    border: 0;
}

/*--------------------------------------
  STEP
--------------------------------------*/
#step .ttl {
    margin-bottom: 14px;
}
ul.step_list {
    position: relative;
}
ul.step_list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 88%;
    border-left: 3px dotted var(--color-red);
    left: 35%;
    top: 5%;
	z-index: 0;
}
ul.step_list li {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 24px;
}
.step_label {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
	margin: 0 10px 0 0;
	background: var(--color-red);
}
.step_l_txt {
    text-align: center;
    line-height: 1.2;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    top: 12%;
    right: 0;
    left: 0;
    margin: auto;
}
.step_l_txt span {
    display: block;
    font-weight: inherit;
    font-size: 150%;
}
.step_img {
    width: 29%;
}
.step_txt {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
}

ul.step_list li h3 {
    font-weight: 500;
}


.stepttl_sub {
    background: var(--color-yellow);
    color: var(--color-navy);
    text-align: center;
    font-weight: 700;
    border-radius: 40px;
    width: 70%;
    margin: 0 auto 5px;
}
.step_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.step_bottom p {
    width: 50%;
    font-weight: 700;
    text-align: center;
    font-size: 110%;
}

.step_img1 {
    width: 43%;
}


/*--------------------------------------
  FAQ
--------------------------------------*/

#faq {
}
.qa {
	background: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 8px #ccc;
}
.qa dt {
	font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 12px 12px 12px 31px;
	position: relative;
}
.qa dd {
    position: relative;
    padding: 12px 12px 16px 31px;
	font-size: 13px;
    line-height: 1.6;
	border-top: 1px solid #ecedf1;
}

.qa dt:before, .qa dd:before {
	content: 'Q';
    position: absolute;
    top: 14px;
    left: 7px;
    background: var(--color-navy);
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    font-weight: 500;
}
.qa dd:before {
	content: 'A';
	background: var(--color-red);
}

.faq_bottom {
    display: block;
    margin: 0 auto;
    width: 50%;
}
#faq .cta_box {
    margin-top: 30px;
}

/*--------------------------------------
  footer
--------------------------------------*/
#footer {
    padding: 20px 0 14px;
}
.logo_footer {
    text-align: center;
    width: 135px;
    margin: 0 auto 8px;
}
.copy {
    text-align: center;
    font-size: 12px;
}

#float {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto 10px;
    z-index: 999;
}

#float .line_btn a {
    width: 90%;
}



/*追記*/
.line_btn {
    margin-bottom: 12px;
}
.telbox a p {
    font-size: 13px;
}

.telbox a {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 1.3;
    background: var(--color-navy);
    padding: 10px 0;
    border-radius: 100px;
    color: #fff;
}	
.line_btn p {
    font-size: 15px;
    text-align: center;
}
#fv_bottom .telbox a {
    background: #dd852c;
}
#fv_bottom .line_btn p {
    color: #fff;
}


@media screen and (min-width:768px){
body {
    font-size: 28px;
}
	
	
.logo {
    width: 160px;
}	
    .h_btn {
        width: 290px;
        margin: 0 0 0 auto;
    }	
.h_btn.line_btn a {
    font-size: 24px;
    padding: 12px 0 12px 40px;
}
.line_btn a:after {
    width: 16px;
    height: 16px;
    right: 14px;
}
	
/* FV */	
	
.fvtxt {
    font-size: 47px;
}
.fv_h1 {
    padding-top: 5%;
}
.h1_main {
    font-size: 74px;
}
.fv_box {
    padding: 38px 0;
}	
.fv_box span {
    font-size: 30px;
}	
.fv_box h2 {
    margin-bottom: 16px;
	margin-left: 70px;
}
.fv_c1 {
    width: 36%;
    right: 0;
}	
.line_btn a {
    font-size: 32px;
}	
.cta_btn {
    width: 560px;
    margin: 0 auto;
}
.line_btn a {
    padding-left: 12%;
}	
.fvh3 {
    font-size: 24px;
    width: fit-content;
    margin: 30px auto 30px;
    padding: 12px 30px;
}	
	
	
/* Contents */	
	
.contents_block {
    padding: 70px 0;
}	
.ttl {
    font-size: 50px;
    margin-bottom: 50px;
}
.sub_ttl_en {
    font-size: 28px;
}
.ttl2 {
    font-size: 38px;
    margin-bottom: 40px;
}	
	
	
/* About */	
.about_ttl_en {
    font-size: 56px;	
}
.aboutJP:before {
    font-size: 20px;
    top: -22px;
}	

.abouth3 {
    font-size: 42px;
}
.abouth3::before {
    background-size: 80% auto;
}	
.abouth4 {
    font-size: 42px;
}
	
.abouttxt {
    font-size: inherit;
}
	
.cta_ttl {
    font-size: 42px;
    margin-bottom: 20px;
}
.cta_txt {
    font-size: 28px;
}
.slash2 {
    width: 40%;
}
.cta_box {
	padding: 48px 0;
}
.cta_img {
    width: 26%;
    top: 5%;
    right: 3%;
}	
	
	
	
/* Feature */	
#feature {
    padding-top: 70px;
    margin-top: 0;
}
.f_label {
    width: 100px;
    top: -20px;
}
	
	
.feature_ttl {
    font-size: 38px;
    margin-bottom: 28px;
}
.feature_img {
    margin-bottom: 35px;
}	
ul.check_list li:before {
    width: 30px;
    height: 30px;
}
ul.check_list {
    margin-bottom: 20px;
}	
ul.check_list li {
    margin-bottom: 3px;
}
	
	
/* Flow */
.flow_ttl {
	font-size: 30px;
	margin-bottom: 10px;
}
ul.flow_list li {
	margin-bottom: 60px;
}
ul.flow_list li p {
	font-size: 21px;
}
.flow_label {
	font-size: 70px;
	top: -58px;
}
ul.flow_list li:after {
    height: 32px;
}
.flow_box {
    padding: 20px;
}
	
	
/* interview */	
.interview_img {
    width: 33%;
    margin-bottom: 20px;
}
	
.slide_txt {
    font-size: 18px;
}	
.interview_meta p {
    font-size: 22px;
}	
.interview_txt {
    font-size: 22px;
}
.interview_box h4 {
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.interview_box {
    border-width: 4px;
    padding: 28px;
}
.slide-arrow {
    width: 50px;
    margin-top: -50px;
}
ul.slick-dots button:after {
    font-size: 26px;
}
	
	
/* Recruit */
.rec_c1 {
    width: 170px;
    right: auto;
    left: 72%;
}
	
.recruit_ttl {
    font-size: 26px;
    padding: 10px 10px 10px 20px;
}	
	
ul.recruit_list li {
    font-size: 22px;
    padding-bottom: 22px;
}	

	
/* Step */
	
.step_txt {
    font-size: inherit;
}
.step_label {
    width: 90px;
    height: 90px;
    margin: 0 20px;
}
.step_l_txt {
    font-size: 21px;
}	
ul.step_list:before {
    left: 38%;
}	
	
	
/* FAQ */	
.qa dt {
    font-size: 28px;
    padding: 20px 20px 20px 62px;
}	
.qa dd {
    font-size: 20px;
    padding: 20px 20px 20px 62px;
}
.qa dt:before, .qa dd:before {
    width: 34px;
    height: 34px;
    font-size: 22px;
    line-height: 31px;
    top: 23px;
    left: 15px;
}

/* Footer */	
.logo_footer {
    width: 140px;
}
.copy {
    font-size: 15px;
}	
	
}
.pc {
	display: none;
}

@media screen and (min-width:1024px){
	
	

body {
    font-size: 20px;
}
	
.pc {
	display: block;
}
.sp {
	display: none !important;
}	
#wrapper {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 15px #ccc;
}	
#header {
    width: 100%;
    right: 0;
    margin: 0 auto;
}	
.h_btn.line_btn a {
	font-size: 20px;
	padding: 10px 0 10px 0;
}
.btn_block_h {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}	
#header .h_btn {
        width: 240px;
        margin: 0 0 0 10px;
    }	
.buy.line_btn a {
    background: #dd852d;
}	
.ico_line {
	display: none;
    width: 50px;
    margin-right: 23px;
}
.line_btn a {
	font-size: 28px;
	justify-content: center;
    padding-left: 0;
}
.h_btn.line_btn a {
	font-size: 18px;
	padding: 8px 0 8px 0;
}	
.cta_btn {
	width: 450px;
	margin: 0 auto;
}	
.line_btn a:after {
	width: 24px;
	height: 24px;
	right: 25px;
}
.cta_txt {
        font-size: 20px;
    }
.cta_slash {
    width: 52%;
}
	

	
.ttl {
    font-size: 43px;
    margin-bottom: 30px;
}	
.inner {
    width: 750px;
}
.fv {
    padding: 40px 0;
}

	
.fv .inner {
	width: 900px;
	position: relative;
}
.fv_l {
    width: 52%;
    margin-bottom: 90px;
}
.fvh1 br {
    display: none;
}	
.h1b {
    font-size: 35px;
}
.fvh1 {
    font-size: 26px;
}
.logo2 {
	width: 500px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.fvimg {
	width: 660px;
	position: absolute;
	right: -16%;
	bottom: 70px;
}
.badge {
	width: 260px;
	right: -7%;
	left: auto;
	top: 5%;
}
ul.fv_b_list li {
    font-size: 26px;
    padding: 4px 64px;
	margin-bottom: 10px;
}
.fvpc ul.fv_b_list li {
    width: 86%;
    box-sizing: border-box;
    padding: 4px 0 4px 27px;
}	
.ico_l {
    display: inline-block;
    width: 38px;
    vertical-align: middle;
    margin-right: 10px;
}	
.ico_pin {
    width: 40px;
}	
#fv_bottom {
    padding: 40px 0;
	display: none;
}	
.fv_img2 {
    width: 31%;
}
	
	
.abouth3 {
	font-size: 37px;
}
.about_slash {
    width: 74%;
}	
.abouth4 {
    font-size: 26px;
}

.yb_ttl {
    font-size: 48px;
}
#youtube .abouth3 {
    font-size: 33px;
}
.responsive {
    margin: 40px 0;
}
.bg04 {
    height: 370px;
    background-size: 100% auto;
}	

	
.nayami_h {
    font-size: 33px;
}
ul.check_list {
    width: fit-content;
    margin: 0 auto;
}

ul.check_list li {
    font-size: 25px;
}
ul.check_list li:before {
        width: 27px;
        height: 27px;
        margin-right: 10px;
    }
.logo_box {
    width: 70px;
    left: 24%;
}
	
.merit_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: calc(33% - 33vw);
    margin-right: calc(33% - 33vw);
}
.merit_box {
    width: 32%;
}
.merit_box h3 {
    font-size: 18px;
}
.merit_box h4 {
    font-size: 78%;
}
.merit_box p {
    font-size: 83%;
}
	
ul.feature_list li {
    width: 24%;
    margin-bottom: 13px;
}	
ul.feature_list li h3 {
    font-size: 81%;
    margin-bottom: 6px;
}
ul.feature_list li p {
    font-size: 81%;
}	
ul.price_li {
    display: block;
}
ul.price_li li {
    width: 100%;
    padding: 24px 20px;
    margin-bottom: 18px;
}
.price {
    font-size: 22px;
    margin-bottom: 10px;
}
ul.price_li li .price_box_label {
    width: 220px;
    font-size: 110%;
    padding: 6px 0;
    margin: 0 auto 26px;
}
ul.price_li li.price_box_monthly .price span {
    font-size: 340%;
}
.cp_box h4 {
    width: 300px;
    font-weight: 600;
    font-size: 87%;
    padding: 4px;
    box-sizing: border-box;
    margin-top: -8px;
}
.cp_box .price.fc_red {
    font-size: 120%;
    line-height: 1.2;
    margin-top: 14px;
}
.cp_box .price.fc_red span {
    font-size: 340%;
}
.cp_box .ss {
    font-size: 72%;
    font-weight: 500;
    margin-top: -16px;
}
ul.price_li li > .price {
    font-size: 85%;
}
ul.price_li li > .price span {
    font-size: 200%;
}
.price_option_note {
    font-size: 95%;
    margin-top: 14px;
}

	
.userimg {
    height: 27px;
}
.user {
    font-size: 76%;
    margin-top: 12px;
}

ul.step_list:before {
	left: 37.5%;
	top: 6%;
}
.step_bottom p {
    font-size: 30px;
}
.step_img1 {
    width: 30%;
    padding-right: 10%;
}
.qa dt {
	font-size: 20px;
	padding: 24px 24px 24px 62px;
}
.qa dd {
	font-size: 16px;
	padding: 20px 20px 20px 62px;
}

.logo_footer {
	width: 170px;
}
	
    .copy {
        font-size: 12px;
    }
	
.line_btn.pc {
    width: 450px;
    margin: 0 auto;
}
	
	
.fv .cta_t_block {
    width: 750px;
    margin: 0 auto;
}	
.cta_t_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}	
.cta_t_block .line_btn.pc {
    margin: 0;
	 width: 360px;
}	

.telbox a p {
    font-size: 15px;
}

.telbox a {
    width: 360px;
    text-align: center;
    display: block;
    font-size: 29px;
    line-height: 1.3;
    background: var(--color-navy);
    padding: 10px 0;
    border-radius: 100px;
    color: #fff;
}	
.banner {
    display: block;
    margin: 0 auto;
    width: 750px;
}
	
	
}






