@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html{
	font-size: 0.4vw;
}
body {
    font-family: "Noto Sans JP", sans-serif;
	color: #000;
}

.mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.goth {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
p,dt,dd,tr,th,td,li,a,b,em,span,strong,div,img,header,section,article,nav,footer,h1,h2,h3,h4,h5,h6{
	font-size: clamp(14px, 3.4rem, 18px);
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #000
}

p {
    line-height: 1.7em;
    word-break: break-all;
}

.fo_bold {
    font-weight: bold;
}

li {
    list-style: none;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.center {
    text-align: center;
}

.img {
    width: 100%;
}

a:hover {
    opacity: 0.7;
}

#main .wrapper {
    margin: 0 auto;
    max-width: 1120px;
    width: 90%;
}

#main .wrapper .wrapper-in {
    width: 80%;
    padding: 0 10%;
}

.cl:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

/* ===============================
style
=============================== */

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.wrap {
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
}

.inner_wrap {
    margin: 0 auto;
    width: 80%;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* nott */

#nott {
    padding: 50px 0 70px 0;
    overflow: hidden;
}

/*gsec*/

#gsec {
    background-color: #f0ede9;
    padding: 70px 0px 50px 0px;
    overflow: hidden;
}

#gsec .g_h3 {
    font-size: 36px;
    color: #2a2a2a;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 30px;
    letter-spacing: 4px;
}

.mt9 {
    margin-top: 9%;
}

.mb10 {
    margin-bottom: 10%;
}

#gsec .g_div {
    background-color: #fff;
    font-size: 25px;
    box-sizing: border-box;
    padding: 50px 10% 100px 10%;
}

#gsec .g_div .gd_p01 {
    color: #2d73bd;
    font-size: 46px;
    text-align: center;
}

#gsec .g_div .gd_p02 {
    color: #2a72bc;
    font-size: 30px;
    text-align: center;
    margin-bottom: 6%;
    font-weight: bold;
}

/*matt*/

#matt {
    overflow: hidden;
    padding: 50px 0px 0px 0px;
}

#matt .mat_div {
    position: relative;
    color: #a81822;
    padding-bottom: 8%;
    font-size: 43px;
    font-weight: bold;
    margin-left: 6%;
    letter-spacing: 7px;
}

#matt .mat_div .mat_p01 {
    padding-left: 8%;
}

#matt .mat_div .mat_p02 {
    padding-left: 13%;
}

#matt .mat_img {
    width: 30%;
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mtm3 {
    margin-top: -3px;
    display: block;
}

#arr-sec {
    width: 100%;
}

#arr-sec img {
    width: 100%;
}

#arr-sec .button,
.wrap .button {
    background-color: #e3760c;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin: 8% 0 4%;
    border-style: none;
    padding: 1.5% 4%;
    letter-spacing: 5px;
    text-decoration: none;
}

.wrap .button {
    margin: 2% 0 8%;
}

#acod {
    margin-bottom: 10%;
    color: #070707;
}

#acod h3 {
    font-size: 50px;
    padding: 7% 0 2% 0;
    letter-spacing: 3px;
}

#acod .cap {
    width: 80%;
    font-size: 26px;
    margin: 0 0 6% 10%;
}

#acod .num {
    width: 8%;
    background: #c7c7c7;
    padding: 9px 0;
    color: #070707;
    font-size: 40px;
}

#acod .desp {
    width: 97%;
    background: #e9e9e9;
    margin-bottom: 5%;
}

#acod .desp-titl {
    /* cursor: pointer; */
    position: relative;
    color: #0d329a;
    font-weight: bold;
    font-size: 32px;
    padding: 16px;
    text-indent: 15px;
    letter-spacing: 4px;
}

/* #acod .desp-titl::before {
    height: 15px;
    width: 15px;
    content: "+";
    position: absolute;
    right: 55px;
    transition: .5s all;
    font-size: 32px;
    color: #070707;
} */

#acod .desp-titl.active::before {
    content: "-";
}

#acod .desp-content {
    overflow-y: hidden;
    padding: 0;
    /* display: none; */
}

#acod .cont-l {
    width: 8%;
    background: #c7c7c7;
    /*    padding: 47% 0;*/
}

#acod .cont-r {
    width: 92%;
    font-size: 20px;
    background: #f8f8f8;
}

#acod .cont-r ul {
    padding: 4% 0 5% 2%;
}

#acod .cont-r li {
    margin-bottom: 1.2%;
}

#acod .bg-gray {
    background: #d7e3d9;
    font-size: 26px;
    position: relative;
    margin-bottom: 10%;
}

#acod .bg-gray::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 82%;
    bottom: -35px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 40px solid #d7e3d9;
}

#acod .bg-gray p {
    width: 80%;
    padding: 5% 10%;
    margin-top: 5%;
}

#acod .bg-gray p span {
    display: block;
    color: #297b09;
    margin-top: 3%;
}

/* -------------------------------------------------------------------------
   end Separator
 * ------------------------------------------------------------------------- */

/* ===============================
SP
=============================== */

@media only screen and (max-width: 940px) {
    .pcv {
        display: none;
    }

    .spv {
        display: block;
    }

    header .header_inner .head_logo a {
        font-size: 25px;
    }

    header .header_inner .nav .nav_list li {
        margin: 0 33px 0 0;
    }

    header .header_inner .nav .nav_list li a {
        font-size: 16px;
    }

    header .header_inner a.join_free {
        padding: 0 25px;
        font-size: 18px;
    }
    .col_bt a {
        font-size: 25px;
        padding: 20px 5%;
    }

    #gsec .g_div .gd_p01 {
        font-size: 40px;
    }

    #gsec .g_h3 {
        font-size: 25px;
    }

    #gsec .g_div .gd_p02 {
        font-size: 24px;
    }

    #gsec .g_div {
        padding: 40px 10% 80px 10%;
        font-size: 20px;
    }

    #matt .mat_div {
        font-size: 32px;
    }

    #acod h3 {
        font-size: 32px;
    }
    /*
    #acod .cont-l {
        padding: 55% 0;
    }
*/
    #acod .cap {
        font-size: 18px;
    }

    #acod .num {
        font-size: 26px;
    }

    #acod .desp-titl {
        font-size: 18px;
    }

    #acod .desp-titl::before {
        font-size: 25px;
    }

    #acod .cont-r {
        width: 92%;
        font-size: 15px;
    }

    #acod h3 {
        font-size: 24px;
    }
    #acod .bg-gray {
        font-size: 18px;
    }

    #acod img {
        width: 100%;
    }

    #arr-sec .button,
    .wrap .button {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 640px) {

    .inner_wrap {
        width: 90%;
    }

    .col_bt a {
        font-size: 18px;
        padding: 15px 4%;
    }

    #gsec .g_h3 {
        font-size: 22px;
    }

    header.fixed {
        width: 100%;
        padding: 20px 5%;
        box-sizing: border-box;
    }

    .pc_view {
        display: none;
    }

    #matt .mat_div {
        padding-bottom: 25%;
        font-size: 16px;
    }

    #matt .mat_img {
        width: 35%;
    }

    #gsec .g_div {
        padding: 40px 8% 80px 8%;
        font-size: 18px;
    }

    #arr-sec .button,
    .wrap .button {
        font-size: 14px;
    }

    #acod h3 {
        font-size: 20px;
    }

    #acod .cap {
        font-size: 15px;
    }

    #acod .num {
        font-size: 15px;
    }

    #acod .desp-titl {
        font-size: 14px;
    }

    #acod .desp-titl::before {
        font-size: 16px;
        right: 25px;
    }

    #acod .desp-titl {
        padding: 10px;
    }

    #acod .cont-r {
        font-size: 14px;
    }

    #acod .bg-gray {
        font-size: 15px;
    }

    #acod .bg-gray::after {
        border: none;
    }

    #gsec .g_div .gd_p02 {
        font-size: 20px;
    }

    #gsec .g_div .gd_p01 {
        font-size: 24px;
    }

    #gsec .g_div {
        font-size: 15px;
    }

    /*
    #acod .cont-l {
        padding: 94% 0;
    }
*/
}

@media (min-width: 1px) and (max-width: 320px) {

    #acod .desp-titl {
        font-size: 12px;
    }

    #acod .desp-titl {
        padding: 9px;
    }

}



.mv-img{
	flex: 1;
	background: url("../common/img/pcsupport/mv.jpg") no-repeat center left;
	background-size: cover;
}
.mv-catch{
	flex-basis: 50%;
	padding: 5em 2em;
}
.mv-catch_p{
	font-weight: 700;
	font-size: clamp(21px, 1.3vw, 38px);
	line-height: 1.4;
}
.mv-catch_h1{
	font-weight: 900;
	font-size: clamp(60px, 5.4vw, 120px);
	line-height: 1.4;
	border-bottom: 1px solid #000;
	padding-bottom: 0.1em;
	margin-bottom: 0.1em;
}
.mv-catch_h1 span{
	font-weight: 900;
	font-size: clamp(60px, 5.4vw, 120px);
	line-height: 1.4;
	position: relative;
	display: inline-block;
}
.mv-catch_h1 span:after{
	content: "●";
	color: var(--red);
	font-size: clamp(21px, 1.3vw, 38px);
	display: block;
	position: absolute;
	top: -0.5em;
	left: 50%;
	transform: translateX(-50%);
}
.mv-catch_h2{
	color: var(--red);
	font-weight: 700;
	font-size: clamp(19px, 1.6vw, 38px);
}
.mv-catch_h2 br{
	display: none;
}
.mv-catch .pcs-cv_form--a{
	width: auto !important;
	padding-left: 2em;
	padding-right: 2em;
}
.mv-pank{
	bottom: -120%;
	right: 2%;
	width: clamp(180px, 15vw, 240px);
}
@media screen and (max-width: 1280px) {
	.mv-catch{
		flex-basis: 60%;
	}
}
@media screen and (max-width: 980px) {
	.mv-catch{
		flex-basis: 100%;
		padding: 2em 1em !important;
	}
	.mv-img{
		flex-basis: 100%;
		height: 250px;
		order: 1;
	}
	.mv-catch_p {
		margin-bottom: 0 !important;
		font-size: clamp(16px, 3.3vw, 28px);
	}
	.mv-catch_h1 span:after{
		font-size: clamp(16px, 3.3vw, 28px);
	}
	.mv-catch_h1 span,
	.mv-catch_h1{
		font-size: 11vw;
	}
	.mv-catch_h2{
		font-size: clamp(21px, 3.3vw, 38px);
	}
	.mv-pank {
		right: 0;
		width: clamp(130px, 26vw, 280px);
	}
}
@media screen and (max-width: 680px) {
	.mv-catch_h2{
		margin-bottom: 0.2em !important;
	}
	.mv-catch_h2 br{
		display: block;
	}
	.mv-catch .pcs-cv_form--a{
		display: block;
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
}








/*CV*/
.pcs-cv{
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	border-radius: 1em;
	max-width: 880px;
}
.pcsbk:after{
	content: "▼";
	display: block;
	color: var(--blue);
	font-size: clamp(38px, 5vw, 98px);
	transform: scale(2,1) translateX(-25%);
	position: absolute;
	bottom: -0.8em;
	left: 50%;
}
.pcs-cv_h3{
	padding: 0.5em 0 !important;
	font-size: clamp(18px, 3.2vw, 38px) !important;
	line-height: 1;
	letter-spacing: 0;
	width: 20em;
	position: relative;
	filter: drop-shadow(0 3px 5px rgba(0,0,0,0.5));
	top: -10px;
}
.pcs-cv_h3 b{
	font-size: clamp(18px, 3.2vw, 38px) !important;
}
.pcs-cv_h3:before,
.pcs-cv_h3:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--red);
	clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
}
.pcs-cv_h3:before{
	z-index: 0;
	transform: rotate(180deg);
	background: var(--blue);
	height: 90%;
	top: 10%;
}
.pcs-cv_h3 span{
	display: block;
	width: 100%;
	font-size: clamp(20px, 3.2vw, 28px) !important;
	font-weight: 700;
	color: #fff;
	z-index: 20;
}
.pcs-cv_h3 b:before,
.pcs-cv_h3 b:after{
	display: inline-block;
	content: "/";
	color: #fff;
}
.pcs-cv_h3 b:before{
	transform: scale(-1,1);
	padding-left: 0.1em;
}
.pcs-cv_inner{
	padding: 2em 3em;
	position: relative;
	z-index: 10;
}
.pcs-cv_tel--p{
	font-weight: 700;
	font-size: 120%;
	line-height: 1.3;
}
.pcs-cv_tel--a{
	font-weight: 900;
	color: var(--red);
	font-size: clamp(26px, 3.3vw, 44px) !important;
	pointer-events: none;
}
.pcs-cv_tel{
	flex-basis: 25em;
}
.pcs-cv_form{
	flex: 1;
}
.pcs-cv_form--a{
	width: 100%;
	background: var(--red);
	padding: 0.5em;
	text-align: center;
	color: #fff;
	border-radius: 3em;
	border: 5px solid #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	font-size: clamp(21px, 3vw, 24px);
	font-weight: 700;
}
.pcs-cv_form--a i{
	font-size: 120%;
	padding-left: 0.1em;
}
.pcs-cv_form--a:hover{
	background: var(--blue);
	opacity: 1;
}
.pcs-cv_form--seminar{
	text-decoration: underline;
	color: var(--red);
	font-size: clamp(14px, 2vw, 18px) !important;
}
.pcs-cv_form--seminar:hover{
	color: var(--blue);
	opacity: 1;
}
.pcs-cv_pank {
    width: clamp(140px, 20vw, 200px);
    height: clamp(140px, 20vw, 200px);
    top: -35%;
    right: 1%;
    z-index: 10;
    transform: rotate(20deg);
}
@media screen and (max-width: 980px) {
	.pcs-cv_inner {
		padding: 2em;
	}
	.pcs-cv_tel--p small{
		display: block;
	}
	.pcs-cv_tel{
		flex-basis: 20em;
	}
}
@media screen and (max-width: 780px) {
	.pcs-cv_tel{
		flex-basis: 18em;
	}
}
@media screen and (max-width: 680px) {
	.pcs-cv_h3{
		width: 90%;
		padding: 1em 0 !important;
		letter-spacing: 0 !important;
	}
	.pcs-cv_tel--a{
		pointer-events: inherit;
	}
	.pcs-cv_tel{
		flex-basis: 100%;
	}
	.pcs-cv_pank {
		width: clamp(160px, 20vw, 200px);
		height: clamp(160px, 20vw, 200px);
		top: 17%;
		right: 0;
	}
}
@media screen and (max-width: 480px) {
	.pcs-cv_inner {
		padding: 1em 1em 2em;
	}
	.pcs-cv_pank {
		width: clamp(100px, 28vw, 200px);
		height: clamp(100px, 28vw, 200px);
		top: 10%;
	}
}


















footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
    background: var(--blue);
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 1em;
}










