/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
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-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Josefin Sans', 'Montserrat Alternates', 'Noto Sans JP', 'Open Sans', 'Poppins', sans-serif;
	font-feature-settings: "palt";
    line-height: 1.7;
    color: #333;
    letter-spacing: .1em;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 2rem;
}
.font_nam{
    font-family: 'Poppins', sans-serif;
}
#wrapper {
    overflow: hidden;
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    display:block;
}
#page-top img {
    position: fixed;
    cursor: pointer;
}
/*▲ 初期設定 ▲*/
::selection{
    background: #7af7cf;
    color: #ceff49;
}
/* for Firefox */
::-moz-selection{
    background: #7af7cf;
    color: #ceff49;
}

.bg_white{background:#fff} 
.bg_gray{background:#f3f4f5}
.bg_orange{background:#dc5f03}
.bg_gold{background:#eae7d2}

.bold{font-weight:700}
.fw400{font-weight:400}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.col_white{color:#fff}
.col_gold{color:#c3b598}
.col_blue{color:#31769c!important}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.pb0{padding-bottom:0!important}

.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
.blank_link{
	text-decoration: underline;
	color: #bf3e3e;
}
.pc_block{
    display: block;
}
.marker{
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#dc5f03 0);
}
img {
    width:100%;
    height: auto;
}
table{
	width: 100%;
}
h1,h2,h3,h4{
    line-height: 1.4;
}
/*　▼ header　▼　*/
header{
    background:url(../img/mv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: right top;
}
header img{
	background-size: cover;
	width: 100%;
}
header h1{
	margin-bottom: 0;
}
header h1 img {
    width:1200px;
    margin:0 auto;
}
/*　▼ footer　▼　*/
footer {
	font-weight: 400;
	background:#fff;
	font-size: 1.4rem;
    padding: 2%;
    color: #333;
}
footer .left{
    width: 70%;
}
footer .box {
	width:1000px;
	margin:0 auto;
}
footer .box ul {
	width: 490px;
    margin: 0 auto;
}
footer li a {	
	background-size: 15px;
    background-position: 26px center;
    color: #333;
}
.logo{
	width: 17%;
	height: auto!important;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
   bottom: 230px;
}
.tel::before{
	content: '\e0b0';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
.mail::before{
	content: '\e0be';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
/*動画設定*/
.video {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*▼ ボタン設定　▼*/
.btn{
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-weight: 700;
}
.btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.btn:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
h1{
    font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
	font-size: 4.1rem;
}
p{
    line-height: 2;
}
.fadeIn{
    opacity: 0;
    transition: .5s;
    position: relative;
    top: 50px;
}
.active {
    opacity: 1;
    top: 0;
}
/* PC  contact */
.contact_wrap{
    background-color: #434343; 
}
.contact_inner{
    width: 1200px;
    margin: 0 auto;
    background-image:url(../img/contact_bg_img.png);
    background-repeat: no-repeat;
    background-size: 26%;
    background-position: bottom right;
}
.contact{
    padding: 35px 0 59px;
}
.en{
    font-style: italic;
    text-align: center;
    font-size: 3.1rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    color: #c3b598;
    position: relative;
    padding: 1.5rem;
}
.en:before {
    position: absolute;
    bottom: 12px;
    left: calc(50% - 69px);
    width: 136px;
    height: 1px;
    content: '';
    border-radius: 3px;
    background: #dddcdc;
}
.contact h1{
    font-size: 2.3rem;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: 400;
}
.btn01_wrap{
    background: rgb(241,231,196);
    background: -moz-linear-gradient(180deg, rgba(241,231,196,1) 0%, rgba(145,126,104,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(241,231,196,1) 0%, rgba(145,126,104,1) 100%);
    background: linear-gradient(180deg, rgba(241,231,196,1) 0%, rgba(145,126,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1e7c4",endColorstr="#917e68",GradientType=1);
    border-radius: 5px;
    width: 71%;
    display: block;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn01{
    color: #333;
    display: block;
    font-weight: 700;
    font-size: 2.5rem;
    position: relative;
    padding-left: 30%;
}
.btn01:before{
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    padding-right: 3%;
}
.btn01_wrap:hover{
    background: rgb(249,242,217);
    background: -moz-linear-gradient(180deg, rgba(249,242,217,1) 0%, rgba(167,148,126,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(249,242,217,1) 0%, rgba(167,148,126,1) 100%);
    background: linear-gradient(180deg, rgba(249,242,217,1) 0%, rgba(167,148,126,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f2d9",endColorstr="#a7947e",GradientType=1);
    -webkit-transition: all .3s;
    transition: all .3s;
}


/* PC  sec01 そのお悩み、
御社だけではありません！ */
.sec01{
    background: url(../img/sec01_img.png) no-repeat;
    background-size: 23%;
    background-position: left 50%;
    padding: 132px 0;
}
.sec01 .inner{
    margin-left: 280px;
}
.sec01 h1{
    text-align: left;
    font-size: 2.6rem;
}
.sec01 h1 .top{
    margin-bottom: -10px;
    display: block;
}
.sec01 h1 .font_big{
    font-size: 5.6rem;
}
.sec01 .col_gold{
    color: #9a8b71;
}
.btn02{
    color: #31769c;
    border: 2px solid #31769c;
    font-weight: 700;
    font-size: 3rem;
    background: url(../img/arrow01.png) no-repeat;
    background-size: 5%;
    background-position: 90% center;
    width: 80%;
    height: 73px;
    line-height: 73px;
    padding-left: 9%;
}
.btn02:first-of-type{
    margin-bottom: 30px;
}


/* PC  sec02 IPO準備中の企業様の場合 */
.check_blue_box{
    border-radius: 8px;
    width: 90%;
    margin: 0 auto 90px;
    background-image: url(../img/sec02_img.png);
    background-repeat: no-repeat;
    font-size: 2.2rem;
    padding: 5% 10%;
    background-size: 15%;
    background-position: 93% bottom;
}
.sec01 h1,.btn02,.sec01 h1 .top,.check_blue_box li{
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
.check_blue_box li{
    background: url(../img/check.png) no-repeat;
    margin-bottom: 10px;
    background-size: 3%;
    background-position: left 9px;
    padding-left: 4%;
}
.narrow{
    width: 80%;
    margin: 0 auto 50px;
}
.narrow .txt{
    line-height: 2.5;
}
.light{
    width: 6%;
    margin-bottom: 10px;
}
.use{
    font-size: 2.2rem;
    margin-bottom: 110px;
}
.use h2{
    font-size: 4rem;
    position: relative;
    margin-bottom: 50px;
}
.use h2:before {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 80px);
    width: 160px;
    height: 1px;
    content: '';
    border-radius: 3px;
    background: #9a8b71;
}
.point{
    width: 90%;
    margin: 0 auto;
    padding: 7% 13% 5%;
    position: relative;
}
.point .en:before{
    display: none;
}
.point h2{
    position: absolute;
    font-size: 6.3rem;
    top: -55px;
    left: 18px;
}
.point ul{
    font-size: 2.2rem;
}
.point ul li{
    margin-bottom: 20px;
}


/* PC sec03 上場企業様・大企業様の場合 */
.sec03 .check_blue_box{
    padding: 5% 4%;
    background-position: 96% bottom;
}


/* PC sec04 社外役員の紹介実績 */
h1.font_italic{
    font-size: 3.6rem;
}
.sec04 h2.border{
    border: 2px solid #9a8b71;
    font-size: 2.6rem;
    height: 56px;
    line-height: 56px;
    width: 93%;
    margin: 0 auto 40px;
}
.sec04 h2.bg{
    background: #9a8b71;
    font-size: 2.6rem;
    height: 56px;
    line-height: 56px;
    width: 93%;
    margin: 0 auto 40px;
}
.sec04 .box{
    width: 80%;
    margin: 0 auto 40px;
}
.sec04 .check_blue li{
    background: url(../img/check.png) no-repeat;
    background-size: 4%;
    background-position: left 9px;
    padding-left: 9%;
    margin-bottom: 10px;
}
.sec04 ul.right{
    width: 50%;
    padding-top: 5%;
}
.sec04_img01{
    width: 37%;
    margin-right: 120px;
}
.sec04_img02 {
    width: 35%;
    margin-right: 69px;
    height: 100%;
    padding-top: 4%;
}
.sec04_img03 {
    width: 36%;
    margin-right: 49px;
    height: 100%;
}
.sec04 .box .narrow{
    width: 92%;
    margin: 0 auto 50px;
}
.arrow02{
    width: 6%;
    margin-bottom: 50px;
}
.sec04 p.right{
    padding-top: 5%;
}


/* PC sec05 候補者の一例 */
.sec05_img{
    width: 29%;
    height: 100%;
}
.sec05 .box:first-of-type{
    margin-bottom: 50px;
}

/* PC sec06 OUTPROご利用の流れ */
.sec06 .en{
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.2;
}
.sec06 .en:before{
    display: none;
}
.sec06 .nam{
    font-size: 4.2rem;
}
.sec06 .box{
    border-bottom: 2px solid #31769c;
    padding-bottom: 3%;
}
.sec06 .arrow03{
    background: url(../img/arrow03.png) no-repeat;
    background-position: top center;
    background-size: 4%;
    padding-top: 5%;
}
.sec06 h2{
    font-size: 2.4rem;
}
.sec06 p{
    font-size: 1.8rem;
}


/* PC sec07 ぜひお気軽にお問い合わせください！ */
.sec07_wrap{
    background: url(../img/ec07_bg.jpg);
    background-size: cover;
}
.sec07{
    padding: 88px 0 34px;
}
.sec07 .check_blue{
    width: 59%;
    margin: 0 auto 30px;
}
.sec07 .check_blue li{
    font-size: 2.4rem;
    background: url(../img/check.png) no-repeat;
    background-position: left 12px;
    background-size: 4%;
    padding-left: 6%;
}
.arrow04{
    width: 6%;
}
.sec07 h1{
    margin-bottom: 30px;
}
/*------------------------
▲ PC表示終わり　▲
------------------------*/
/*-----------------------------------
　↓ 685pxまでのfooter設定　消さない！！　↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
footer .left {
    width: 50%;
}
.logo {
    width: 29%;
    height: auto!important;
}
}
/*-----------------------------------
　↑ 685pxまでのfooter設定　消さない！！　↑ 
-----------------------------------*/

@media screen and (max-width: 1200px) {
header h1 img{
    width: 98%;
    margin: 0 auto;
}
section {
    width: 94%;
}
#page-top img{
    display: none;
}
.logo{
    width: 24%;
}
.sec01{
    padding: 7% 0;
}
.sec01 h1 {
    font-size: 2.4rem;
}
.btn02{
    width: 100%;
    background-position: 95% center;
}
}

@media screen and (max-width: 1199px){
.contact_inner {
    width: 100%;
}
}

@media screen and (max-width: 1024px){
.point {
    width: 100%;
}
.sec03 .check_blue_box {
    width: 100%;
}
.check_blue_box{
    background-size: 13%; 
}
.sec04 .box {
    width: 90%;
}
}

@media screen and (max-width: 912px) {
html{
    font-size: 50%;
}
}

@media screen and (max-width: 820px) {
.sec01 .inner {
    margin-left: 210px;
}
.btn02{
    width: 100%;
}
}

@media screen and (max-width: 800px) {
.sec01{
    background-size: 25%;
}
.sec01 h1 {
    margin-bottom: 30px;
}
.sec01 .inner {
    margin-left: 200px;
}
.btn02{
    width: 100%;
}
.check_blue_box,.point{
    width: 100%;
}
.check_blue_box {
    background-size: 13%;
}
.sec04 .box {
    width: 100%;
}
.sec04_img01 {
    margin-right: 80px;
}
.sec07 .check_blue {
    width: 63%;
}
}

@media screen and (max-width: 768px) {
h1{
    margin-bottom: 60px;
}
.sec01 {
    background-size: 23%;
}
.sec01 h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.sec01 .inner {
    margin-left: 190px;
}
.btn02{
    width: 100%;
}
.narrow {
    width: 100%;
}
.btn02:first-of-type {
    margin-bottom: 13px;
}
.check_blue_box{
    width: 100%;
}
.point {
    width: 100%;
    padding: 7% 13% 5%;
}
.sec04 .box{
    width: 100%;
}
.sec07 .check_blue {
    width: 66%;
}
.check_blue_box li{
    background-position: left 4px;
}
}
@media screen and (min-width: 767px) {
.pcnone {
	display:none;
}
}

@media screen and (max-width: 712px) {
.btn01 {
    padding-left: 23%;
}
}

@media screen and (min-width: 600px) and (max-width: 766px) {
.pcnone{
    display: none;
}
.spnone {
    display: block;
}
}
/*----------------------
600~912
----------------------
@media screen and (min-width: 600px) and (max-width: 912px) {

header h1 img{
	width: 98%;
}
section {
    width: 94%;
    padding: 10% 0;
}
#page-top img{
	display: none;
}
.btn01 {
    background-position: 21% center;
    padding-left: 29%;
}
.sec01 .inner {
    margin-left: 167px;
}
.btn02{
    font-size: 2.2rem;
}
.check_blue_box{
    padding: 5% 3%;
}
.narrow{
    width: 100%
}
.point {
    width: 100%;
    padding: 7% 3% 5%;
}
.sec03 .check_blue_box {
    padding: 5% 4% 17%;
}
.sec07 .check_blue {
    width: 90%;
}
}*/
/*------------------------
-599px
------------------------*/
@media screen and (max-width: 599px) {
body {
	width:100%;
    font-size: 2rem;
}
p{
    font-size: 1.8rem;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
	display:block
}
.spnone {
    display:none
}
.pc_block {
	display:inline
}
.sp_alc {
    text-align: center;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.sec_wrap {
  width:100%;
  padding:0;
}
section{
	width: 100%!important;
	padding: 14% 6%;
}

/*▼ footer ▼*/
footer {
	padding: 2%;
    font-size: 1.4rem;
}
footer p{
    font-size: 1.4rem;
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
footer .left {
    width: 100%;
}
footer ul{
	width: 100%;
	text-align: left;
}
.logo {
    width:40%;
    display: block;
}
#page-top img {
    display: none;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
    background: url(../img/mv_bg_sp.jpg) no-repeat;
    background-size: cover;
}
header .mv_area{
    padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
h1{
    font-size: 2.5rem;
}

/* SP contact */
.contact {
    padding: 35px 5% 59px;
}
.en {
    font-size: 2.4rem;
}
.contact h1 {
    font-size: 2rem;
}
.btn01_wrap{
    width: 100%;
}
.btn01 {
    background-size: 7%;
    background-position: 15% center;
    font-size: 2rem;
    padding-left: 25%;
}
/* SP sec01 */
.sec01{
    width: 100%!important;
    padding: 14% 6%;
    background-position: right 33%;
    background-size: 28%;
}
.sec01 .inner {
    margin-left: 0;
}
.sec01 h1 {
    font-size: 2rem;
}
.sec01 h1 .font_big {
    font-size: 3.6rem;
}
.btn02 {
    font-size: 2rem;
    background-size: 5%;
    background-position: 88% center;
}
.check_blue_box{
    font-size: 1.8rem;
    margin: 0 auto 30px;
    background-size: 18%;
    background-position: 97% bottom;
}
.check_blue_box li{
    background-size: 5%;
    background-position: left 9px;
    padding-left: 7%;
}
.narrow {
    width: 100%;
}
.light {
    width: 11%;
}
.use h2 {
    font-size: 2.5rem;
}
.point h2 {
    font-size: 4.3rem;
    top: -45px;
    left: 10px;
}
.point ul {
    font-size: 1.8rem;
}
.point {
    padding: 11% 5% 5%;
}
.point ul li{
    text-indent: -2em;
    padding-left: 2em;
}
h1.font_italic {
    font-size: 2.6rem;
}

/* SP sec04 */
.sec04 h2.border,
.sec04 h2.bg{
    font-size: 2.2rem;
}
.sec04_img01,
.sec04_img02,
.sec04_img03 {
    width: 67%;
    margin-right: 0;
    margin: 0 auto 10px;
}
.sec04 ul.right {
    width: 100%;
}
.sec04 .box .narrow{
    width: 100%;
}
.arrow02 {
    width: 16%;
    margin-bottom: 30px;
}

/* SP sec05 */
.sec05_img {
    width: 100%;
    margin-bottom: 30px;
}
.sec05 .box:first-of-type {
    margin-bottom: 0;
}

/* SP sec06 */
.sec06 .arrow03{
    background-size: 8%;
    padding-top: 10%;
}
.sec06 h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}
.sec06 p {
    font-size: 1.6rem;
    line-height: 1.2;
}
.sec06 .box {
    padding-bottom: 8%;
}
/* SP sec07 */
.sec07 .check_blue {
    width: 100%;
}
.sec07{
    padding: 14% 6%;
}
.sec07 .check_blue li {
    font-size: 2rem;
    background-position: left 10px;
    background-size: 5%;
    padding-left: 8%;
}
.arrow04 {
    width: 13%;
}
}

@media screen and (max-width: 540px) {
.sec01 {
    background-position: right 53%;
    background-size: 24%;
}
}

.sec04 h2.border,.sec04 h2.bg{
    width: 100%;
}
}
@media screen and (max-width: 412px) {
.btn01 {
    padding-left: 32%;
}
}

@media screen and (max-width: 393px) {
.sec01 {
    background-position: right 52%;
    background-size: 28%;
}
}

@media screen and (max-width: 320px) {
.btn01{
    padding-left: 0;
    text-align: center;
}
.btn01:before{
    content: '';
}
}



