
/****reset
*****************************************/
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  height: auto; }

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,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  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; }

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

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer; }

blockquote, q {
  quotes: none; }

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

input, select {
  vertical-align: middle; }



html {
font-size: 62.5%;
}

@media only screen and (max-width: 768px) {
html {
  font-size: calc(100vw / 75);
  }
}

html, body {
  width: 100%;
  height: auto; }

body {
  color: #3c4754;
  font-family: Noto Sans JP,Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background: #ffffff; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

figure {
  line-height: 0; }

.center {
  text-align: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body.fixed{
  position: fixed;
  width:100%;
}

#wrapper_all{
	position:relative;
}
#wrapper{
}



#l-header_wrap a,
.footer a,
#wrapper a img {
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out; }

#l-header_wrap a:hover,
.footer a:hover,
#wrapper a:hover img {
  opacity: .85; }
a.mover_btn{
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;}
a.mover_btn:hover{
  opacity: .5 !important;
}

@media screen and (max-width: 768px) {
#wrapper{
}
}


#navi {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 101;
  /*transition: all 0.8s ease;*/
}
.header_inn{
	width:100%;
	max-width:1280px;
	margin:0 auto;
	position:relative;
}
/* 左上ロゴ */
.menu-left {
  float: left;
  	width:auto;
	max-width:160px;
	margin:25px 0 0 20px;
}
.menu-left img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
#navi {
  height: 60px;
}
.header_inn{
text-align: center;
position: static;
}
.menu-left {
  float: none;
  	width:30%;
	max-width:130px;
	margin:20px 0 0 20px;
}
}

/* 上部メニュー */
#menu {
  float: right;
  width: 70%;
  margin: 20px 20px 0 3%;
  text-align: right;
}
#menu li {
  position: relative;
  white-space: nowrap;
  font-size: 1.4rem;
  text-align: center;
  /*background: #999;*/
}
@media screen and (max-width: 980px) {
#menu li {
  font-size: 1.2rem;
}
}
@media screen and (max-width: 880px) {
#menu li {
  font-size: 1.0rem;
}
}
#menu li a {
  display: block;
  text-decoration: none;
  padding:  0;
  color: #3c4754;
}
#menu li a.head_btn_01{
background: #FFF url("/wp-content/themes/mindscale_v2/assets/img/common/head_arrow_01.png") 10px center no-repeat;
background-size: 10px 10px;
border-radius: 6px;
padding: 8px 15px 8px 28px;
}
#menu li a.head_btn_02{
background: #ffa3c7 url("/wp-content/themes/mindscale_v2/assets/img/common/head_arrow_02.png") 12px center no-repeat;
background-size: 24px 20px;
border-radius: 6px;
padding: 8px 15px 8px 42px;
}
#menu li a.head_btn_03{
background: #483193 url("/wp-content/themes/mindscale_v2/assets/img/common/head_arrow_03.png") 12px center no-repeat;
background-size: 24px 20px;
border-radius: 6px;
padding: 8px 15px 8px 42px;
color: #FFF;
}
#menu > li {
  display: inline-block;
  margin: 0 1%;
}
#menu > li img{
  height: 50px;
  width: auto;
}
#menu > li:first-child{
margin-left: 0;
}
#menu > li:last-child {
  margin-right: 0;
}
#menu-navibtn {
  display: none;
  cursor: pointer;
  /*cursor: hand;*/
}

/* スマホ用 */
@media screen and (max-width: 768px) {
  /* 基本非表示 */
  #menu {
    display: none;
    margin: 15px 0 0 0;
    width: 100%;
    background-color: #FFF;
  }
  #menu li {
    height: auto;
    width: 100%;
    padding: 0px 0px;
    border-bottom: 1px solid #FFFFFF;
    white-space: nowrap;
    font-size: 2.8rem;
  }
  #menu > li {
    margin: 0;
  }
  .en #menu > li {
  margin: 0;
}
  #menu li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
  }
  #menu li a.head_btn_01{
  width: 80%;
background-size: 8px auto;
padding: 8px 15px 8px 28px;
margin: 15px auto;
}
#menu li a.head_btn_02{
  width: 80%;
background-size: 18px auto;
padding: 8px 15px 8px 42px;
margin: 0 auto 15px;
}
#menu li a.head_btn_03{
  width: 80%;
background-size: 18px auto;
padding: 8px 15px 8px 42px;
margin: 0 auto 15px;
}
  #menu li:first-child {
    border-top: 1px solid #FFFFFF;
  }
  #menu li i {
    padding: 0px 6px;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height:auto;
  }
}


/* スマホ用 */
@media screen and (max-width: 768px) {
  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * #menu {
    display: block;
  }
  #menu-navibtn:checked ~ * #menu > li {
    max-height: inherit;
    overflow-y: visible;
  }
}

/* ハンバーガー */
#navi #navibtn {
  display: none;
}
@media screen and (max-width: 768px) {
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    /*cursor: pointer;*/
  }
  .btn_modal{
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  display: block;
      width: 40px;
    height: 40px;
  }
  #close_modal{
  display: none;
  }
  #navibtn span {
    display: block;
    width: 40px;
    height: 40px;
    /*background-color: #FFF;*/
  }
  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {
    position: absolute;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #000;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top:10px;
  }
  #navibtn.open span span::before {
    top:17px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom:10px;
    width: 10px;
    left: 20px;
  }
  #navibtn.open span::after {
    bottom:23px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    left:10px;
    width: 20px;
  }
  /* 中の棒 */
  #navibtn span span::after {
    top:18px;
  }
  #navibtn.open span span::after {
    display: none;
  }
}


/***** pg wrap ****/
.pg_wrap{
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
.pg_wrap{
    margin-top: 60px;
}
}
/***** head ****/
.header_area_wrap{
    position: relative;
    width: 100%;
    padding-bottom: 70px;
    overflow: hidden;
}
.header_area{
    position: relative;
    width: 100%;
    height: 520px;
    background: rgb(127,182,246);
background: linear-gradient(90deg, rgba(127,182,246,1) 0%, rgba(163,117,246,1) 100%);
}
.head_block{
/*	width:100%;
    max-width: 940px;
	height:100%;
	margin:0 auto 0;
    padding: 0 20px;
	position:relative;
width: 90%;*/
width: 1980px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.main_nami{
position: absolute;
top: 0;
left: -200px;
width: 1980px;
mix-blend-mode: overlay;
opacity: 0.7;
}
.main_fig_wrap{
width: 90%;
max-width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.main_fig{
width: 51%;
max-width: 550px;
	   position: absolute;
   top:50%;
   transform: translate(0,-50%);
}
.main_fig2{
width: 28%;
max-width: 300px;
	   position: absolute;
       bottom: -70px;
       right: 10px;
       z-index: 2;
}
@media screen and (max-width: 1980px) {
.head_block{
width: 100%;
}
}
@media screen and (max-width: 768px) {
.header_area_wrap{
padding-bottom: 40px;
}
.header_area{
height: auto;
    /*height: 81vh;*/
    background: linear-gradient(135deg, rgba(127,182,246,1) 0%, rgba(163,117,246,1) 100%);
}
.head_block{
width:100%;
}
.main_nami{
left: 0;
margin-left: 0;
margin-top: 0;
width: 100%;
opacity: 0.4;
}
.main_nami img{
width: 100%;
}
.main_fig{
width: 72%;
margin: 0 auto;
position: static;
transform: translate(0,0);
padding: 30px 0 0;
}
.main_fig2{
width: 60%;
max-width: inherit;
position: relative;
       bottom: -40px;
       left: 20%;
       z-index: 2;

}
}


/*****フッター****/

.l-footer {
    width: 100%;
	margin-top:0px;
    padding:0;
    background: #6967be;
}
.l-footer .l-footer__inner {
    width:100%;
	max-width: 1320px;
    margin: 0 auto;
    padding: 30px 20px 30px 20px;
	position:relative;
    color: #FFF;
      display: flex;
  justify-content: space-between;
}
.l-footer_pp{
font-size: 1.2rem;
}
.l-footer_pp a{
color: #FFF;
text-decoration: underline;
}
.l-footer_copy{
font-size: 1.2rem;
}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
	width:65px;
	z-index:10;
	display:none;
}
#page-top img{max-width: 100%;height: auto;}
#page-top a {
    text-decoration: none;
    display: block;
  opacity: 1;
  transition: all .2s;
}
#page-top a:hover {
	opacity: 1;
}
@media (max-width : 768px) {
.l-footer {
}
.l-footer .l-footer__inner {
    width: 100%;
    margin: auto;
    padding: 20px;
}
.l-footer_pp{
font-size: 2.0rem;
}
.l-footer_copy{
font-size: 2.0rem;
}
#page-top{
    bottom: 20px;
    right: 10px;
	width:12%;
	max-width:50px;
}
}


/*****コンテンツ****/
.contents{
	margin-top:0em;
	min-height:500px;
	margin-bottom:0;
}
.main_contents{
padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
.contents{
	margin-top:0em;
	margin-bottom:0em;
}
.main_contents{
padding-bottom: 30px;
}
}

.main_contents a{
color: #3c4754;
text-decoration: underline;
text-underline-offset: 0.2em;
text-decoration-thickness: 1px;
}
.main_contents a:hover{
color: #000000;
}


/***** intro ****/
.intro2_wrap{
width: 100%;
position: relative;
background: #e6e6ff;
padding: 80px 0 80px;
}
.intro2_area{
width: 90%;
max-width: 1080px;
margin: 0 auto;
}
.intro2_head{
display: flex;
align-items: center;
justify-content: space-between;
}
.col2a{
width: 47%;
max-width: 500px;

}
.intro2_head_fig1{
}
.col2b{
width: 50%;
}
.intro2_head_read{
font-size: 2.0rem;
line-height: 1.8;
font-weight: 700;
color: #3c4754;
}

.intro2_ttl{
    display: flex;
    align-items: center;
    color: #483193;
    font-size: 3.4rem;
    font-weight: 700;
    margin: 5rem 0 3rem;
}
.intro2_ttl:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #483193;
}
.intro2_ttl:after {
    margin-left: 1rem;
}

.intro2_main{
display: flex;
align-items: center;
justify-content: space-between;
}
.intro2_main_fig1{
max-width: 550px;
}
.intro2_main_fig1 img{
border-radius: 20px;
}

.intro2_main_txt_box{
margin: 0 0 2rem;
}
.intro2_main_txt_head{
color: #483193;
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
.intro2_main_txt_head:before {
    background-color: #483193;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 2.8rem;
    margin-right: 10px;
    vertical-align: middle;
    width: 12px;
    margin-bottom: 4px;
}
.intro2_main_txt_read{
font-size: 1.8rem;
color: #3c4754;
font-weight: 700;
line-height: 1.8;
}
.intro2_btm_box{
background: #7d6dd9;
padding: 30px;
color: #FFF;
text-align: center;
border-radius: 20px;
margin-top: 50px;
}
.intro2_btm_box_read{
font-size: 2.2rem;
font-weight: 700;
}
.intro2_btm_box_btn{
margin: 25px auto 0;
max-width: 620px;
}
a.btn_link_03{
display: block;
width: 100%;
margin: 0 auto;
background: rgb(255,255,255,1);
color: #7d6dd9;
text-decoration: none;
padding: 15px;
border-radius: 15px;
font-size: 2.2rem;
font-weight: 700;
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
position: relative;
}
a.btn_link_03 span{
  position: relative;
  padding-left: 20px;
}
a.btn_link_03 span::before{
content: '';
display: inline-block;
width: 12px;
height: 12px;
position: absolute;
left: 0px;
top: 42%;
background: url("/wp-content/themes/mindscale_v2/assets/img/common/btn_arrow_04.png");
background-size:contain;
}
a.btn_link_03:hover{
color: rgba(125,129,217,0.8);
}
@media screen and (max-width: 768px) {
.intro2_wrap{
padding: 8rem 0 8rem;
}
.intro2_area{
}
.intro2_head{
flex-direction: column;
}
.col2a{
width: 100%;
max-width: inherit;
}
.intro2_head_fig1{
width: 86%;
margin: 3rem auto 0;
order: 2;
}
.col2b{
width: 100%;
}
.intro2_head_read{
font-size: 2.8rem;
}
.intro2_ttl{
    font-size: 5.0rem;
    margin: 5rem 0 3rem;
}
.intro2_ttl:after{
}
.intro2_ttl:after {
    margin-left: 1.5rem;
}
.intro2_main{
flex-direction: column;
}
.intro2_main_fig1{
max-width: inherit;
}
.intro2_main_fig1 img{
border-radius: 4rem;
}

.intro2_main_txt_box{
margin: 0 0 3rem;
}
.intro2_main_txt_head{
font-size: 4.2rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
.intro2_main_txt_head:before {
    border-radius: 4px;
    height: 4.2rem;
    margin-right: 10px;
    width: 10px;
    margin-bottom: 4px;
}
.intro2_main_txt_read{
font-size: 2.8rem;
}
.intro2_btm_box{
padding: 3.5rem;
border-radius: 4rem;
margin-top: 5rem;
}
.intro2_btm_box_read{
font-size: 3.2rem;
font-weight: 700;
}
.intro2_btm_box_btn{
margin: 3rem auto 0;
max-width: 620px;
}
a.btn_link_03{
font-size: 2.8rem;
}
a.btn_link_03 span{
  padding-left: 15px;
}
a.btn_link_03 span::before{
width: 10px;
height: 10px;
top: 30%;
}
a.btn_link_03:hover{
}
}

/***** method2 ****/
.method2_area{
width: 90%;
max-width: 1080px;
margin: 100px auto;
}
.method2_ttl_1{
font-size: 2.2rem;
font-weight: 700;
}
.method2_ttl_2{
font-size: 3.4rem;
font-weight: 700;
}
.method2_inn_block{
display: flex;
align-items: center;
justify-content: space-between;
margin: 3rem 0;
}
.col2c{
width: 54%;
}
.col2d{
width: 40%;
max-width: 420px;
}
.method2_inn_box_txt{
font-size: 1.8rem;
line-height: 1.8;
}
.method2_inn_box_txt span{
color: #483193;
font-weight: 700;
}

.visual_area{
background: #f3f3fc;
padding: 40px 50px;
border-radius: 30px;
display: flex;
align-items: center;
justify-content: space-between;
margin: 60px auto;
}
.visual_area_fig{
width: 25%;
max-width: 210px;
margin-left: 40px;
flex-shrink: 0;
}
.visual_area_txt_ttl{
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 1.0rem;
}
.visual_area_txt_read{
font-size: 1.8rem;
line-height: 1.8;
}

.handle_area{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin: 60px auto;
}
.handle_box_ttl{
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 1.5rem;
}
.handle_box_read{
font-size: 1.8rem;
line-height: 1.8;
margin-bottom: 2.5rem;
}
.handle_box_read2{
font-size: 2.0rem;
font-weight: 700;
color: #5651b0;
line-height: 1.8;
margin-bottom: 2rem;
}
.handle_box2_spfig2{
max-width: 530px;
}
.handle_box_btn{
margin: 0 auto;
text-align: center;
}
a.btn_link_02{
display: block;
width: 100%;
margin: 0 auto;
background: rgb(125,109,217);
color: #FFF;
text-decoration: none;
padding: 15px;
border-radius: 15px;
font-size: 2.2rem;
font-weight: 700;
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
position: relative;
}
a.btn_link_02 span{
  position: relative;
  padding-left: 20px;
}
a.btn_link_02 span::before{
content: '';
display: inline-block;
width: 12px;
height: 12px;
position: absolute;
left: 0px;
top: 42%;
background: url("/wp-content/themes/mindscale_v2/assets/img/common/btn_arrow_03.png");
background-size:contain;
}
a.btn_link_02:hover{
color: rgba(255,255,255,0.8);
}
.handle_note{
width: 100%;
font-size: 1.4rem;
font-weight: 700;
margin-top: 2.0rem;
}

@media screen and (max-width: 768px) {
.method2_area{
margin: 8rem auto;
}
.method2_ttl_1{
font-size: 3rem;
}
.method2_ttl_2{
font-size: 4.6rem;
}
.method2_inn_block{
flex-direction: column;
margin: 3rem 0;
}
.col2c{
width: 100%;
}
.col2d{
width: 100%;
max-width: inherit;
}
.method2_inn_box_txt{
font-size: 2.8rem;
}
.method2_inn_box_txt span{
}
.method2_inn_box_fig{
order: 2;
width: 90%;
margin: 0 auto 3rem;
}
.visual_area{
padding: 4rem 4rem;
border-radius: 4rem;
flex-direction: column;
margin: 6rem auto;
}
.visual_area_fig{
width: 70%;
max-width: inherit;
margin:2rem auto 0;
padding-left: 12%;
}
.visual_area_txt_ttl{
font-size: 4.2rem;
line-height: 1.4;
margin-bottom: 2.0rem;
}
.visual_area_txt_read{
font-size: 2.8rem;
}

.handle_area{
flex-direction: column;
margin: 6rem auto;
}
.handle_box_ttl{
font-size: 4.2rem;
margin-bottom: 1.5rem;
}
.handle_box_read{
font-size: 2.8rem;
margin-bottom: 1.5rem;
}
.handle_box_read2{
font-size: 3.0rem;
margin-bottom: 4rem;
}
.handle_box2_spfig{
width: 90%;
margin: 2rem auto 4rem;
}
.handle_box_btn{
margin: 0 auto;
text-align: center;
}
a.btn_link_02{
font-size: 2.8rem;
}
a.btn_link_02 span{
  padding-left: 15px;
}
a.btn_link_02 span::before{
width: 10px;
height: 10px;
top: 30%;
}
a.btn_link_02:hover{
}
.handle_note{
font-size: 2.0rem;
margin-top: 2.5rem;
}
}


/***** staff_area ****/
.staff_area{
width: 100%;
position: relative;
background: #e6e6ff;
padding: 100px 0 80px;
}
.staff_block{
width: 90%;
max-width: 1080px;
margin: 0 auto;
}
.staff_ttl{
font-size: 3.0rem;
font-weight: 700;
margin-bottom: 2.0rem;
}
.staff_box{
background: #FFF;
padding: 30px 30px;
border-radius: 30px;
display: flex;
justify-content: space-between;
margin-bottom: 50px;
}
.staff_box_fig{
width: 180px;
margin-right: 30px;
flex-shrink: 0;
}
.staff_box_fig img{
border-radius: 20px;
}
.staff_box_read_name{
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 1.0rem;
}
.staff_box_read_name span{
font-size: 1.6rem;
margin-right: 1rem;
}
.staff_box_read_txt{
font-size: 1.5rem;
}
.staff_ttl2{
font-size: 2.1rem;
font-weight: 700;
margin-bottom: 1.0rem;
}
.staff_list{
display: flex;
justify-content: space-between;
column-gap: 15px;
}
.staff_subbox{
flex: 1;
background: #FFF;
padding: 20px;
border-radius: 15px;
}
.staff_subbox_hum{
max-width: 120px;
margin: 0 auto 2rem;
}
.staff_subbox_hum img{
border-radius: 50%;
}
.staff_subbox_name_head{
font-size: 1.6rem;
line-height: 1.5;
}
.staff_subbox_name{
font-size: 2.0rem;
line-height: 1.5;
}
.staff_box_read_name span{
font-size: 1.4rem;
margin-right: 1rem;
}
.staff_subbox_read{
font-size: 1.4rem;
font-weight: 400;
margin-top: 1rem;
}


@media screen and (max-width: 768px) {
.staff_area{
padding: 8rem 0 8rem;
}
.staff_block{
}
.staff_ttl{
font-size: 4.6rem;
margin-bottom: 3.0rem;
}
.staff_box{
padding: 4rem 4rem;
border-radius: 4rem;
flex-direction: column;
margin-bottom: 6rem;
}
.staff_box_fig{
width: 60%;
max-width:180px;
margin: 3rem auto;
}
.staff_box_fig img{
border-radius: 3rem;
}
.staff_box_read_name{
font-size: 4.4rem;
margin-bottom: 2.0rem;
text-align: center;
}
.staff_box_read_name span{
display: block;
font-size: 2.8rem;
margin-right: 0;
}
.staff_box_read_txt{
font-size: 2.4rem;
}
.staff_ttl2{
font-size: 3.8rem;
margin-bottom: 1.5rem;
}
.staff_list{
flex-direction: column;
grid-gap: 2rem;
}
.staff_subbox{
padding: 4rem;
border-radius: 4rem;
}
.staff_subbox_hum{
max-width: 120px;
margin: 1rem auto 2rem;
}
.staff_subbox_hum img{
}
.staff_subbox_name_head{
font-size: 2.6rem;
line-height: 1.5;
text-align: center;
}
.staff_subbox_name{
font-size: 3.4rem;
line-height: 1.5;
text-align: center;
}
.staff_subbox_read{
font-size: 2.2rem;
font-weight: 400;
margin-top: 1.5rem;
}
}



/***** otameshi ****/

.otameshi_btn{
width: 90%;
max-width: 620px;
margin: 100px auto;
text-align: center;
}
@media screen and (max-width: 768px) {
.otameshi_btn{
margin: 10rem auto;
}
}



/***** for business ****/
.pg_head_forbusiness{
position: relative;
display: block;
width: 100%;
height: 650px;
background: url("/wp-content/themes/mindscale_v2/assets/img/forbusi_head_bg_pc.jpg") center center no-repeat;
background-size: cover;
}
.forbusi_wrap{
background: #ecf4fe;
padding: 80px 0 80px;
}
.forbusi_inn{
width: 90%;
max-width: 1080px;
margin: 0 auto;
}
.forbusi_pg_ttl{
font-size: 3.6rem;
color: #483193;
font-weight: 700;
text-align: center;
margin: 0 auto 5rem;
}

@media screen and (max-width: 768px) {
.pg_head_forbusiness{
height: 110vw;
background: url("/wp-content/themes/mindscale_v2/assets/img/forbusi_head_bg_sp.jpg") center center no-repeat;
background-size: cover;
}
.forbusi_wrap{
padding: 6rem 0 6rem;
}
.forbusi_inn{
}
.forbusi_pg_ttl{
font-size: 4.0rem;
margin: 0 auto 5rem;
}
}


.forbusi_sv_block{
margin: 3rem auto 6rem;
}
.forbusi_sttl{
font-size: 2.8rem;
font-weight: 700;
line-height: 1.5;
background: rgb(86,81,176);
background: linear-gradient(90deg, rgba(86,81,176,1) 0%, rgba(125,113,211,1) 50%, rgba(140,146,255,1) 100%);
color: #FFF;
padding: 10px 40px 12px;
}
.forbusi_sv_box{
background: #FFF;
padding: 40px;
}
.forbusi_stress{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 40px;
}
.forbusi_stress_01{
width: 100%;
margin-bottom: 20px;
}
.forbusi_stress_02{
width: 42%;
max-width: 420px;
}
.forbusi_stress_03{
width: 54%;
font-size: 2.0rem;
line-height: 1.8;
font-weight: 700;
}
.forbusi_stress_03 span{
color: #483193;
}
.forbusi_stress_icon{
max-width: 160px;
margin-bottom: 10px;
margin-right: 20px;
display: inline-block;
vertical-align: middle;
}
.forbusi_stress_read{
display: inline-block;
vertical-align: middle;
font-size: 3.0rem;
color: #483193;
font-weight: 700;
line-height: 1.5;
width: calc(100% - 200px);
}
.forbusi_sttl2{
font-size: 2.2rem;
font-weight: 700;
color: #5651b0;
background: #ecf4fe;
padding: 10px 20px;
border-radius: 10px;
}
.forbusi_merit_box{
display: flex;
align-items: center;
 margin-top:25px;
 border-bottom: solid 1px #bfc3f4;
 padding-bottom: 25px;
}
.forbusi_merit_box:last-child{
border-bottom: none;
padding-bottom: 0;
}
.forbusi_merit_num{
 height:50px;
 width:50px;
 border-radius:50%;
 line-height:50px;
 text-align:center;
 background: #5651b0;
 color: #FFF;
 font-size: 2.8rem;
 font-weight: 700;
}
.forbusi_merit_txt{
width: calc(100% - 70px);
margin-left: 20px;
font-size: 1.8rem;
color: #5651b0;
}
@media screen and (max-width: 768px) {
.forbusi_sv_block{
margin: 3rem auto 6rem;
}
.forbusi_sttl{
font-size: 3.4rem;
padding: 1.6rem 3rem 1.8rem;
}
.forbusi_sv_box{
padding: 5rem 3rem;
}
.forbusi_stress{
flex-direction: column;
margin-bottom: 2rem;
}
.forbusi_stress_01{
width: 100%;
margin-bottom: 1.5rem;
}
.forbusi_stress_02{
width: 100%;
max-width: inherit;
margin: 2rem auto;
order: 1;
}
.forbusi_stress_03{
width: 100%;
margin: 2rem auto 4rem;
font-size: 3.0rem;
order: 2;
}
.forbusi_stress_icon{
width: 40%;
max-width: 160px;
margin-bottom: 1.5rem;
display: block;
}
.forbusi_stress_read{
display: block;
font-size: 4.2rem;
width: 100%;
}
.forbusi_sttl2{
font-size: 3.2rem;
padding: 1.5rem 2.5rem;
border-radius: 1rem;
}
.forbusi_merit_box{
display: flex;
align-items: flex-start;
 margin-top:20px;
 padding-bottom: 20px;
}
.forbusi_merit_box:last-child{
border-bottom: none;
padding-bottom: 0;
}
.forbusi_merit_num{
 height:40px;
 width:40px;
 border-radius:50%;
 line-height:40px;
 font-size: 3.8rem;
}
.forbusi_merit_txt{
width: calc(100% - 60px);
margin-left: 20px;
font-size: 2.8rem;
}
}




.forbusi_repohead{
font-size: 2.0rem;
margin: 0 auto 5rem;
}
.forbusi_repo_block{
display: flex;
justify-content:center;
flex-wrap: wrap;
margin-top: 3rem;
}
.forbusi_repo_box{
width: 40%;
margin: 1%;
box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.3);
padding: 1.0rem;
}
.forbusi_repo_box_ttl{
font-size: 1.8rem;
color: #5651b0;
position: absolute;
line-height: 1.5;
}
.forbusi_repo_box_fig{

}
@media screen and (max-width: 768px) {
.forbusi_repohead{
font-size: 3.0rem;
margin: 0 auto 5rem;
}
.forbusi_repo_block{
flex-direction: column;
margin-top: 3rem;
}
.forbusi_repo_box{
width: 100%;
margin: 1rem 0;
box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.4);
padding: 2.0rem;
}
.forbusi_repo_box_ttl{
font-size: 2.8rem;
}
}



.forbusi_supo_block{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 5rem;
}
.forbusi_supo_box1{
width: 38%;
max-width: 360px;
flex-shrink: 0;
}
.forbusi_supo_box2{
width: 60%;
}
.forbusi_supo_read1{
font-size: 2.0rem;
line-height: 1.8;
font-weight: 700;
}
.forbusi_supo_read2{
border: solid 1px #5651b0;
padding: 1.0rem 1.5rem;
font-size: 1.8rem;
color: #5651b0;
margin-top: 2.0rem;
}
.forbusi_supo_box{
display: flex;
align-items: flex-start;
 margin:20px 0 0;
}
.forbusi_supo_num{
 height:25px;
 width:25px;
 border-radius:50%;
 line-height:25px;
 text-align:center;
 background: #5651b0;
 color: #FFF;
 font-size: 2.8rem;
 font-weight: 700;
 margin-top: 0.7rem;
}
.forbusi_supo_txt{
width: calc(100% - 35px);
margin-left: 10px;
font-size: 2.2rem;
font-weight: 700;
color: #5651b0;
}
.forbusi_supo_btm{
background: #eff1f5;
padding: 30px 40px;
margin-top: 3rem;
}
.forbusi_supo_txt1{
font-size: 2.4rem;
color: #5651b0;
font-weight: 700;
margin-bottom: 1.5rem;
}
.forbusi_supo_txt2{
font-size: 1.8rem;
margin-bottom: 1.5rem;
line-height: 1.8;
}
.forbusi_supo_fig{
max-width: 800px;
margin: 3rem auto 0;
}
.forbusi_subttl{
font-size: 2.2rem;
font-weight: 700;
margin: 3rem 0 2rem;
color: #5651b0;
}
.forbusi_cp_wrap{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
.forbusi_supo_block{
flex-direction: column;
margin-bottom: 5rem;
}
.forbusi_supo_box1{
width: 100%;
max-width: inherit;
flex-shrink: 0;
}
.forbusi_supo_box2{
width: 100%;
}
.forbusi_supo_read1{
font-size:3.0rem;
margin-top: 3.0rem;
}
.forbusi_supo_read2{
padding: 2.0rem 2.5rem;
font-size: 2.8rem;
margin-top: 2.0rem;
}
.forbusi_supo_box{
display: flex;
align-items: flex-start;
 margin:2rem 0 0;
}
.forbusi_supo_num{
 height:20px;
 width:20px;
 border-radius:50%;
 line-height:20px;
 text-align:center;
 background: #5651b0;
 color: #FFF;
 margin-top: 0.7rem;
}
.forbusi_supo_txt{
width: calc(100% - 30px);
margin-left: 10px;
font-size: 3.0rem;
font-weight: 700;
}
.forbusi_supo_btm{
background: #eff1f5;
padding: 3rem 4rem;
margin-top: 4rem;
}
.forbusi_supo_txt1{
font-size: 3.4rem;
margin-bottom: 2rem;
line-height: 1.5;
}
.forbusi_supo_txt2{
font-size: 2.8rem;
margin-bottom: 2rem;
line-height: 1.8;
}
.forbusi_supo_fig{
max-width: 800px;
margin: 4rem auto 0;
}
.forbusi_subttl{
font-size: 3.4rem;
margin: 6rem 0 2rem;
}
.forbusi_cp_wrap{
flex-flow: column;
grid-row-gap: 2rem;
margin-bottom: 4rem;
}
}


.forbusi_results_block{
display: flex;
flex-wrap: wrap;
gap: 15px 15px;
margin-bottom: 40px;
}
.forbusi_results_box{
background: #ecf4fe;
padding: 20px;
border-radius: 20px;
}
.forbusi_results_box:first-child{
width: 100%;
}
.forbusi_results_sttl{
font-size: 2.4rem;
font-weight: 700;
color: #5651b0;
line-height: 1.5;
margin-bottom: 10px;
}
.forbusi_results_list{
display: flex;
flex-wrap: wrap;
gap: 5px 5px;
}
.forbusi_results_list_item{
background: #5651b0;
padding: 5px 10px;
font-size: 1.8rem;
color: #FFF;
border-radius: 8px;
}
.forbusi_results_block2{
display: flex;
justify-content: space-between;
margin-top: 5rem;
}
.forbusi_results_box2{
width: 49%;
box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.3);
padding: 1.0rem;
}
.forbusi_results_box2_ttl{
font-size: 1.8rem;
color: #5651b0;
}
.forbusi_results_box2_read{
font-size: 2.2rem;
margin:10px 0 15px;
line-height: 1.5;
}
@media screen and (max-width: 768px) {
.forbusi_results_block{
flex-direction: column;
gap: 1.5rem 1.5rem;
margin-bottom: 4rem;
}
.forbusi_results_box{
width: 100%;
padding: 3rem;
border-radius: 2rem;
}
.forbusi_results_box:first-child{
width: 100%;
}
.forbusi_results_sttl{
font-size: 3.6rem;
margin-bottom: 2.0rem;
}
.forbusi_results_list{
display: flex;
flex-wrap: wrap;
gap: 2rem 2rem;
}
.forbusi_results_list_item{
padding: 1rem 1.8rem 1.2rem;
font-size: 2.4rem;
border-radius: 1rem;
}
.forbusi_results_block2{
flex-direction: column;
margin-top: 6rem;
}
.forbusi_results_box2{
width: 100%;
padding: 2.0rem;
}
.forbusi_results_box2_ttl{
font-size: 2.8rem;
}
.forbusi_results_box2_read{
font-size: 3.2rem;
margin:1rem 0 1.5rem;
}
}


/***** forbusi_voice ****/
.forbusi_voice_wrap{
margin: 8rem auto 3rem;
}
.forbusi_voice_ttl{
font-size: 3.0rem;
font-weight: 700;
color: #5651b0;
}
@media screen and (max-width: 768px) {
.forbusi_voice_wrap{
margin: 8rem auto 3rem;
}
.forbusi_voice_ttl{
font-size: 4.0rem;
}
}



/***** acd ****/
.acd_wrap{
position: relative;
margin: 0 auto;
padding: 30px 0 0;
z-index: 5;
}
.acd_wrap .accordion_one {
	margin: 0 auto 2rem;
    background-color: #FFF;
    border-radius: 12px;
}
.acd_wrap .accordion_one .accordion_header {
	padding: 2rem 3rem;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
    background: #d2d5f7;
    border-radius: 12px;
}
.acd_head_ttl{
font-size: 2.2rem;
color: #5651b0;
}

.acd_wrap .accordion_one .accordion_header:hover {
	opacity: .8;
}
.acd_wrap .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.acd_wrap .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 23px;
	height: 23px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
    border-radius: 0%;
    outline: solid 2px #5651b0;
}
.acd_wrap .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.acd_wrap .accordion_one .accordion_header .i_box .one_i:before, .acd_wrap .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #5651b0;
	border-radius: 0;
	width: 13px;
	height: 3px;
	position: absolute;
	top: 10px;
	left: 5px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
    border-right: 2px;
}
.acd_wrap .accordion_one .accordion_header .i_box .one_i:before {
	width: 3px;
	height: 13px;
	top: 5px;
	left: 10px;
}
.acd_wrap .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.acd_wrap .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.acd_wrap .accordion_one .accordion_inner {
	display: none;
	box-sizing: border-box;
}
.acd_wrap .accordion_one .accordion_inner .box_one {
    padding: 2rem 3rem 3rem;
    margin: 0 auto;
}

.acd_txt{
font-size: 1.6rem;
font-weight: 700;
line-height: 1.8;
margin-bottom: 0.5rem;
}
.acd_txt2{
font-size: 1.6rem;
}
.acd_txt2 span{
color: #5651b0;
font-weight: 700;
}

@media screen and (max-width: 768px) {
.acd_wrap{
margin: 0 auto;
padding: 3rem 0 0;
}
.acd_wrap .accordion_one {
}
.acd_wrap .accordion_one .accordion_header {
	padding: 2rem 3rem;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.acd_head_ttl{
font-size: 3.2rem;
padding-right: 50px;
}
.acd_wrap .accordion_one .accordion_header:hover {
	opacity: 1.0;
}

.acd_wrap .accordion_one .accordion_header .i_box {
	right: 2rem;
}
.acd_wrap .accordion_one .accordion_header .i_box .one_i {
}
.acd_wrap .accordion_one .accordion_header.open .i_box {
}
.acd_wrap .accordion_one .accordion_header .i_box .one_i:before, .acd_wrap .accordion_one .accordion_header .i_box .one_i:after {
}
.acd_wrap .accordion_one .accordion_header .i_box .one_i:before {
}
.acd_wrap .accordion_one .accordion_header.open .i_box .one_i:before {
}
.acd_wrap .accordion_one .accordion_header.open .i_box .one_i:after {
}
.acd_wrap .accordion_one .accordion_inner {
}
.acd_wrap .accordion_one .accordion_inner .box_one {
    padding: 2rem 3rem 3rem;
    max-width: inherit;
    margin: 0 auto;
}

.acd_txt{
font-size: 2.6rem;
margin-bottom: 0.5rem;
}
.acd_txt2{
font-size: 2.6rem;
}

}

















/***** messe ****/
.messe_wrap{
width: 100%;
position: relative;
overflow: hidden;
/*height: 400px;*/
}
.messe_fig{
width: 1300px;
margin-left: 30%;
}
.messe_txt{
position: absolute;
width: 90%;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   font-size: 3.0rem;
   font-weight: 700;
   line-height: 1.8;
   text-align: center;
}
.messe_btm{
position: absolute;
width: 90%;
left: 5%;
bottom: 10px;
   font-size: 1.4rem;
   text-align: center;
   font-weight: 400;
}
@media screen and (max-width: 768px) {
.messe_wrap{
}
.messe_fig{
width: auto;
margin-left: 0%;
}
.messe_txt{
position: absolute;
width: 86%;
   font-size: 5.2rem;
   text-align: left;
}
.messe_btm{
   font-size: 2.4rem;
}
}

/***** topnews ****/
.topnews_wrap{
width: 90%;
max-width: 1080px;
margin: 0 auto 60px;
}
.topnews_box{
background: #FFF;
/*border-radius: 20px;*/
/*padding: 30px 40px;*/
/*border: solid 1px #d7d7d7;*/
}
.topnews_head_wrap{
border-bottom: solid 1px #d7d7d7;
padding-bottom: 15px;
margin-bottom: 20px;
position: relative;
}
.topnews_head{
max-width: 170px;
}
.topnews_head_btn{
position: absolute;
right: 10px;
bottom: 10px;
}
a.topnews_head_link{
background: url("/wp-content/themes/mindscale_v2/assets/img/common/head_arrow_01.png") 5px 0.8rem no-repeat;
background-size: 10px auto;
padding-left: 20px;
color: #3c4754;
text-decoration: none;
font-size: 1.6rem;
height: 24px;
display: block;
}
dl.infor_list{
}
dl.infor_list dt{
  float:left;
  padding:10px 5px;
  font-size: 1.4rem;
  color: #838a92;
}
dl.infor_list dd{
  margin-left:8rem;
  padding:10px 5px 10px 20px;
  font-size: 1.6rem;
}
dl.infor_list a{
	text-decoration:none;
    color: #3c4754;
}
@media screen and (max-width: 768px) {
.topnews_wrap{
width: 90%;
margin: 0 auto 3rem;
}
.topnews_box{
padding: 8% 5%;
}
.topnews_head_wrap{
border-bottom: solid 1px #d0d1dd;
padding-bottom: 15px;
margin-bottom: 15px;
position: relative;
}
.topnews_head{
width: 60%;
max-width: 170px;
}
.topnews_head_btn{
position: absolute;
right: 10px;
bottom: 10px;
}
.topnews_head_btn span{
}
a.topnews_head_link{
font-size: 2.4rem;
background-size: 10px auto;
}
dl.infor_list{
}
dl.infor_list dt{
  float:none;
  padding:8px 5px 2px;
  font-size: 2.4rem;
  color: #838a92;
}
dl.infor_list dd{
  margin-left:0rem;
  padding:0px 5px 8px 5px;
  font-size: 2.4rem;
}
dl.infor_list a{
	text-decoration:none;
    color: #3c4754;
}
}

/***** subnavi ****/
.subnavi_wrap{
width: 90%;
margin: 80px auto 30px;
text-align: center;
}
ul.subnavi{
letter-spacing: -0.4em;
}
ul.subnavi li {
letter-spacing: normal;
display: inline-block;
font-size: 1.4rem;
  border-right: 1px solid #333;
  margin: 0 1.0%;
  padding-right: 2%;
}
ul.subnavi li:last-child{
border-right: none;
}
ul.subnavi li a{
text-decoration: none;
}
@media screen and (max-width: 768px) {
.subnavi_wrap{
width: 96%;
margin: 6rem auto 3rem;
}
ul.subnavi li{
font-size: 2.4rem;
  margin: 0 1.5%;
  padding-right: 3%;
}
}

/***** ttl ****/
.ttl_wrap{
    position: relative;
    width: 100%;
    background: rgb(127,182,246);
background: linear-gradient(90deg, rgba(127,182,246,1) 0%, rgba(125,113,211,1) 50%, rgba(163,117,246,1) 100%);
padding: 70px 5%;
text-align: center;
}
.ttl_en_features{
max-width: 220px;
margin: 0 auto;
}
.ttl_en_realize{
max-width: 180px;
margin: 0 auto;
}
.ttl_en_intro{
max-width: 314px;
margin: 0 auto;
}
.ttl_en_super{
max-width: 280px;
margin: 0 auto;
}
.ttl_en_news{
max-width: 330px;
margin: 0 auto;
}
.ttl_en_privacy{
max-width: 350px;
margin: 0 auto;
}
.ttl_en_inquiry{
max-width: 190px;
margin: 0 auto;
}
.ttl_jp{
color: #FFF;
font-size: 2.4rem;
font-weight: 700;
margin-top: 5px;
letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
.ttl_wrap{
padding: 6rem 5% 6rem;
}
.ttl_en_features{
width: 65%;
max-width: inherit;
margin: 0 auto;
}
.ttl_en_realize{
width: 60%;
max-width: inherit;
margin: 0 auto;
}
.ttl_en_intro{
width: 94%;
max-width: inherit;
margin: 0 auto;
}
.ttl_en_super{
width: 80%;
max-width: inherit;
margin: 0 auto;
}
.ttl_en_news{
width: 80%;
max-width: inherit;
margin: 0 auto;
}
.ttl_en_privacy{
width: 82%;
max-width: inherit;
margin: 0 auto;
}
.ttl_en_inquiry{
width: 64%;
max-width: inherit;
margin: 0 auto;
}
.ttl_jp{
font-size: 4.8rem;
line-height: 1.4;
margin-top: 1.5rem;
}
}


/***** feature ****/
.feature_fig_wrap{
background: #ebecf3 url("/wp-content/themes/mindscale_v2/assets/img/feature_bg_pc.jpg") left bottom no-repeat;
background-size: auto 100%;
padding: 60px 0 70px;
}
.feature_txt_wrap{
width: 48%;
max-width: 500px;
margin-left: 50%;
}
.feature_txt{
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 10px;
}
.feature_txt_btm{
font-size: 1.6rem;
font-weight: 400;
margin-top: 40px;
}
@media screen and (max-width: 1180px) {
.feature_fig_wrap{
background-size: 60% auto;
}
.feature_txt{
font-size: 2.2rem;
}
.feature_txt_btm{
font-size: 1.4rem;
}
}
@media screen and (max-width: 768px) {
.feature_fig_wrap{
background: #ebecf3 url("/wp-content/themes/mindscale_v2/assets/img/feature_bg_sp.jpg") left top no-repeat;
background-size: 100% auto;
padding: 0;
}
.feature_txt_wrap{
width: 90%;
max-width: inherit;
margin-left: 5%;
padding-top: 70vw;
}
.feature_txt{
font-size: 4.0rem;
}
.feature_txt_btm{
font-size: 3.0rem;
margin: 5rem 0 0;
padding-bottom: 8rem;
}
}

/***** feature main ****/
.feature_main_wrap{
width: 94%;
max-width: 1080px;
margin: 50px auto 100px;
}
.feature_box{
margin: 0 auto 80px;
}
.feature_ttl{
margin-bottom: 30px;
}
.feature_read_01{
font-size: 1.6rem;
font-weight: 400;
text-align: center;
margin: 50px auto 60px;
}
.feature_btn{
margin: 50px auto;
text-align: center;
}
a.btn_link_01{
display: block;
width: 100%;
max-width: 450px;
margin: 0 auto;
background: rgb(127,182,246);
background: linear-gradient(90deg, rgba(127,182,246,1) 0%, rgba(125,113,211,1) 50%, rgba(163,117,246,1) 100%);
color: #FFF;
text-decoration: none;
padding: 15px;
border-radius: 8px;
font-size: 2.2rem;
font-weight: 700;
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
position: relative;
}
a.btn_link_01::before{
content: '';
display: inline-block;
width: 12px;
height: 12px;
position: absolute;
left: 20px;
top: 42%;
background: url("/wp-content/themes/mindscale_v2/assets/img/common/btn_arrow_03.png");
background-size:contain;
}
a.btn_link_01:hover{
color: rgba(255,255,255,0.8);
}
.feature_report{
letter-spacing: -0.4em;
}
.feature_report_box{
letter-spacing: normal;
display: inline-block;
width: 48.15%;
max-width: 520px;
vertical-align: top;
margin-right: 3.7%;
}
.feature_report_box:last-child{
margin-right: 0;
}
.feature_report_read{
font-size: 1.6rem;
margin-top: 20px;
font-weight: 400;
}
.feature_counse_wrap{
position: relative;
width: 100%;
}
.feature_counse_fig{
width: 48.15%;
max-width: 520px;
}
.feature_counse_btm{
background: #ebecf3;
margin-left: calc(50% - 50vw);
padding: 80px 0;
margin-top: -20px;
}
.feature_counse_read_wrap{
width: 96%;
max-width: 1080px;
margin-left: auto;
}
.feature_counse_read{
width: 55%;
max-width: 594px;
font-size: 1.6rem;
font-weight: 400;
}
.feature_counse_read span{
display: block;
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
.feature_counse_head{
position: absolute;
left: 52%;
top: 0;
font-size: 1.8rem;
}
.feature_counse_head span{
display: block;
font-size: 2.4rem;
color: #6967be;
font-weight: 700;
margin-bottom: 1.0rem;
}
.feature_counse_fig2{
position: absolute;
right: 5%;
bottom: -8%;
width: 32.41%;
max-width: 350px;
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}
.feature_video_wrap{
max-width: 640px;
margin: 0 auto;
padding-top: 50px;
}
.feature_video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.feature_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature_video_note{
text-align: right;
font-size: 1.2rem;
margin-top: 0.5rem;
font-weight: 400;
}
@media screen and (max-width: 768px) {
.feature_main_wrap2{
width: 100%;
overflow: hidden;
}
.feature_main_wrap{
width: 90%;
margin: 10rem auto;
}
.feature_box{
margin: 5rem auto 10rem;
}
.feature_ttl{
margin-bottom: 5rem;
}
.feature_read_01{
font-size: 2.6rem;
text-align: left;
margin: 5rem auto 5rem;
}
.feature_btn{
margin: 5rem auto 12rem;
text-align: center;
}
a.btn_link_01{
max-width: 450px;
font-size: 3.4rem;
}
.feature_report{
}
.feature_report_box{
width: 100%;
max-width: inherit;
margin-right: 0%;
margin-bottom: 5rem;
}
.feature_report_box:last-child{
margin-right: 0;
}
.feature_report_read{
font-size: 2.8rem;
margin-top: 2.5rem;
}
.feature_counse_wrap{
}
.feature_counse_fig{
width: 100%;
max-width: inherit;
}
.feature_counse_btm{
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
padding: 8rem 0 60rem;
margin-top: -4rem;
}
.feature_counse_read_wrap{
width: 88%;
max-width: inherit;
margin:0 auto;
}
.feature_counse_read{
width: 100%;
max-width: inherit;
font-size: 2.6rem;
margin-bottom: 5rem;
}
.feature_counse_read span{
font-size: 3.6rem;
margin-bottom: 1.0rem;
}
.feature_counse_head{
position: static;
left: auto;
top: auto;
font-size: 2.8rem;
margin-bottom: 3rem;
}
.feature_counse_head span{
font-size: 3.8rem;
}
.feature_counse_fig2{
position: static;
right:auto;
bottom: auto;
width: 100%;
max-width: inherit;
margin-top: -60rem;
}
.feature_video_wrap{
max-width: 640px;
margin: 0 auto;
padding-top: 50px;
}
.feature_video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.feature_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature_video_wrap{
max-width: 640px;
margin: 0 auto;
padding-top: 3rem;
}
.feature_video_note{
font-size: 2.0rem;
}
}


/***** realize ****/
.realize_wrap2{
width: 100%;
overflow: hidden;
}
.realize_wrap{
width: 94%;
max-width: 1080px;
margin: 70px auto 100px;
}
.realize_head {
    display: flex;
    align-items: center;
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 5.0rem
}
.realize_head:before,
.realize_head:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #3c4754;
}
.realize_head:before {
    margin-right: 2rem;
}
.realize_head:after {
    margin-left: 2rem;
}
.realize_head_read{
font-size: 2.6rem;
font-weight: 700;
text-align: center;
line-height: 1.8;
}
span.underline01 {
  background-image: linear-gradient(90deg, rgba(127,182,246,0) 0%, rgba(127,182,246,1) 20%, rgba(125,113,211,1) 50%, rgba(163,117,246,1) 80%, rgba(163,117,246,0) 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 8%;
  padding: 0 10px 2px;
}
.realize_head_note{
font-size: 1.6rem;
font-weight: 400;
text-align: center;
margin: 0.5rem auto 5rem;
}
.realize_fig_01{
margin: 0 auto 5rem;
}
.realize_catch_01{
font-size: 2.6rem;
color: #6967be;
text-align: center;
font-weight: 700;
line-height: 1.8;
margin-bottom: 8rem;
}
.realize_btm_wrap{
letter-spacing: -0.4em;
margin-right: calc(53.6% - 52vw);
}
.realize_btm_box_01{
letter-spacing: normal;
display: inline-block;
width: 44.4%;
max-width: 480px;
vertical-align: top;
margin-right: 2%;
}
.realize_btm_box_head{
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 1.5rem;
}
.realize_btm_box_read{
font-size: 1.6rem;
font-weight: 400;
line-height: 1.8;
}
.realize_btm_box_02{
letter-spacing: normal;
display: inline-block;
width: 52vw;
vertical-align: top;
position: relative;
background: #ebecf3;
border-radius: 8px 0 0 8px;
margin-right: calc(50% - 50vw);
}
.realize_fig_02{
width: 86%;
max-width: 540px;
margin:-6% 0 -6% 6%;
}
@media screen and (max-width: 768px) {
.realize_wrap{
width: 90%;
margin: 8rem auto 0;
}
.realize_head {
    align-items: left;
    font-size: 5.0rem;
    margin-bottom: 4.0rem
}
.realize_head:before,
.realize_head:after {
    content: none;
}
.realize_head:before {
    margin-right: 0rem;
}
.realize_head:after {
    margin-left: 0rem;
}
.realize_head_read{
font-size: 3.6rem;
text-align: left;
line-height: 1.6;
}
span.underline01 {
  background-image:none;
  padding: 0 0px 0px;
  display: inline-block;
  margin-bottom: 1.2rem;
}
span.underline02 {
  background-image: linear-gradient(90deg, rgba(127,182,246,0) 0%, rgba(127,182,246,1) 20%, rgba(125,113,211,1) 50%, rgba(163,117,246,1) 80%, rgba(163,117,246,0) 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 8%;
  padding: 0 0px 2px;
}
.realize_head_note{
font-size: 2.2rem;
text-align: left;
margin: 1.0rem auto 5rem;
}
.realize_fig_01{
margin: 0 auto 5rem;
}
.realize_catch_01{
font-size: 3.8rem;
text-align: left;
margin-bottom: 8rem;
line-height: 1.6;
}
.realize_catch_01 span{
display: inline-block;
margin-bottom: 1.2rem;
}
.realize_btm_wrap{
background: #ebecf3;
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
padding: 10% 5% 13%;
}
.realize_btm_box_01{
width: 100%;
max-width: inherit;
margin-right: 0%;
}
.realize_btm_box_head{
font-size: 3.6rem;
margin-bottom: 2.5rem;
}
.realize_btm_box_read{
font-size: 2.6rem;
line-height: 1.6;
}
.realize_btm_box_02{
letter-spacing: normal;
display: inline-block;
width: 100%;
vertical-align: top;
position: relative;
background: none;
border-radius: 0;
margin-right: 0;
}
.realize_fig_02{
width: 90%;
max-width: inherit;
margin:3rem auto 0;
}
}

/***** intro ****/
.intro_wrap{
width: 94%;
max-width: 1080px;
margin: 70px auto 100px;
}
ul.intro_list{
letter-spacing: -0.4em;
  display: flex; /* 子要素を横並べ */
  justify-content: space-around;
  flex-wrap: wrap;
}
ul.intro_list li{
letter-spacing: normal;
  display: flex;
  flex-direction: column; /* 子要素を縦並べ */
width: 48.15%;
max-width: 520px;
vertical-align: top;
margin-right: 3.7%;
background: #ebecf3;
border-radius: 8px;
padding: 40px;
}
ul.intro_list li:nth-child(2n){
margin-right: 0;
}
.intro_logo{
display: inline-block;
width: 100%;
}
.intro_detail{
display: inline-block;
width: 100%;
margin:30px 0 30px; 
}
.intro_detail_name{
font-size: 2.2rem;
font-weight: 700;
color: #6967be;
margin-bottom: 1.0rem;
}
.intro_detail_read{
font-size: 1.6rem;
font-weight: 400;
}
.intro_btn{
margin: 50px auto;
text-align: center;
}
.intro_btn_inn{
width: 100%;
margin: auto auto 0;
text-align: center;
}
.intro_btn_cs a{
pointer-events: none;
opacity: 0.3;
background: rgb(125,113,211,1);
box-shadow: none;
}
@media screen and (max-width: 768px) {
.intro_wrap{
width: 90%;
margin: 8rem auto 13rem;
}
ul.intro_list li{
width: 100%;
max-width: inherit;
margin-right: 0;
padding: 4rem;
margin-bottom: 3rem;
}
.intro_detail{
width: 100%;
min-height: 4rem;
margin: 4rem auto 0;
}
.intro_detail_name{
font-size: 3.4rem;
margin-bottom: 1.0rem;
}
.intro_detail_read{
font-size: 2.6rem;
}
.intro_btn{
margin: 3rem auto 8rem;
}
.intro_btn_inn{
width: 100%;
margin: 4rem auto 0;
}
}

/***** super ****/
.super_wrap{
width: 94%;
max-width: 1080px;
margin: 70px auto 100px;
}
ul.super_list{
letter-spacing: -0.4em;
text-align: center;
display: flex;
align-items: stretch;
}
ul.super_list li{
letter-spacing: normal;
display: inline-block;
width: 31.49%;
max-width: 340px;
vertical-align: top;
margin-right: 1.85%;
background: #ebecf3;
border-radius: 8px;
padding: 30px;
text-align: left;
}
ul.super_list li:nth-child(3n){
margin-right: 0;
}
.super_hum{
width: 40%;
max-width: 110px;
margin: 0 auto 1rem;
}
.super_hum img{
border-radius: 50%;
}
.super_name{
font-size: 2.2rem;
text-align: center;
margin-bottom: 1.5rem;
}
.super_detail_read{
font-size: 1.4rem;
font-weight: 400;
margin-top: 1.0rem;
line-height: 1.8;
}
@media screen and (max-width: 768px) {
.super_wrap{
width: 90%;
margin: 8rem auto 10rem;
}
ul.super_list{
display: block;
align-items: normal;
}
ul.super_list li{
width: 100%;
max-width: inherit;
margin-right: 0;
padding: 4rem;
margin-bottom: 3rem;
}
.super_hum{
width: 40%;
max-width: 220px;
margin: 0 auto 2rem;
}
.super_name{
font-size: 4.0rem;
margin-bottom: 3.0rem;
}
.super_detail_read{
font-size: 2.7rem;
line-height: 1.6;
margin-top: 1.5rem;
}
}

/***** top cp ****/
.top_cp_wrap{
width: 94%;
max-width: 1080px;
margin: 150px auto 50px;
text-align: center;
}
.top_cp_head{
font-size: 2.4rem;
font-weight: 700;
}
.top_cp_logo{
width: 30%;
max-width: 300px;
margin: 7rem auto;
}
.top_cp_name{
font-size: 2.0rem;
font-weight: 700;
}
.top_cp_read{
font-size: 1.4rem;
font-weight: 400;
margin-top: 3.0rem;
line-height: 1.8;
}
.top_cp_read span{
font-weight: 700;
}
@media screen and (max-width: 768px) {
.top_cp_wrap{
width: 90%;
margin: 12rem auto 5rem;
text-align: left;
}
.top_cp_head{
font-size: 4.8rem;
font-weight: 500;
text-align: center;
}
.top_cp_logo{
width: 90%;
max-width: 600px;
margin: 10rem auto;
}
.top_cp_name{
font-size: 3.8rem;
}
.top_cp_read{
font-size: 2.8rem;
margin-top: 4.5rem;
}
}

/***** top pmark ****/
.top_pmark_wrap{
width: 94%;
max-width: 1080px;
margin: 150px auto -50px;
text-align: center;
}
.top_pmark_logo{
width: 30%;
max-width: 120px;
margin: 1em auto;
}
.top_pmark_name{
font-size: 2.0rem;
font-weight: 700;
}
.top_pmark_read{
font-size: 1.4rem;
font-weight: 400;
line-height: 1.8;
}
@media screen and (max-width: 768px) {
.top_pmark_wrap{
width: 90%;
margin: 12rem auto 0;
}
.top_pmark_logo{
width: 90%;
max-width: 120px;
margin: 2rem auto;
}
.top_pmark_name{
font-size: 3.8rem;
}
.top_pmark_read{
font-size: 3.5vw;
}
}


/***** pg head ****/

.pg_head_wrap{
    position: relative;
    width: 100%;
    background: rgb(127,182,246);
background: linear-gradient(90deg, rgba(127,182,246,1) 0%, rgba(125,113,211,1) 50%, rgba(163,117,246,1) 100%);
overflow: hidden;
}
.pg_head{
width: 94%;
margin: 12rem auto 10rem;
text-align: center;
color: #FFF;
}
.pg_head_sub{
margin: 7rem auto 7rem;
}
.pg_head_ttl{
font-size: 4.6rem;
font-weight: 700;
margin-bottom: 5.0rem;
}
.pg_head_read{
font-size: 2.4rem;
font-weight: 700;
line-height: 2.0;
}
.pg_head_en_intro{
max-width: 200px;
margin: 0 auto 2.0rem;
}
.pg_head_ttl_sub{
font-size: 3.2rem;
font-weight: 700;
text-align: center;
}
@media screen and (max-width: 768px) {
.pg_head_wrap{
    background: linear-gradient(135deg, rgba(127,182,246,1) 0%, rgba(125,113,211,1) 50%, rgba(163,117,246,1) 100%);
}
.pg_head{
width: 90%;
margin: 12rem auto 12rem;
text-align: left;
}
.pg_head_sub{
margin: 7rem auto 7rem;
}
.pg_head_ttl{
font-size: 5.6rem;
margin-bottom: 5.0rem;
}
.pg_head_read{
font-size: 3.8rem;
font-weight: 700;
line-height: 1.6;
}
.pg_head_read span{
display: block;
margin-bottom: 1.5rem;
}
.pg_head_en_intro{
width: 40%;
max-width: inherit;
margin: 0 auto 2.0rem;
}
.pg_head_ttl_sub{
font-size: 4.0rem;
}
}

/***** method ****/
.method_top_wrap2{
width: 100%;
background: #ebecf3;
padding: 80px 0 100px;
}
.method_top_wrap{
width: 94%;
max-width: 1080px;
margin: 0 auto;
}
.method_top_txt{
font-size: 2.2rem;
text-align: center;
margin-top: 2.0rem;
line-height: 1.8;
}
span.underline03 {
  background-image: linear-gradient(90deg, rgba(127,182,246,0) 0%, rgba(127,182,246,1) 20%, rgba(125,113,211,1) 50%, rgba(163,117,246,1) 80%, rgba(163,117,246,0) 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 8%;
  padding: 0 10px 2px;
}
.method_top_fig{
margin-top: 3rem;
}
.method_top_note{
font-size: 1.6rem;
font-weight: 400;
margin-top: 1.5rem;
}
.method_btm_wrap{
width: 94%;
max-width: 1080px;
margin: 80px auto 60px;
}
.method_btm_txt{
font-size: 1.6rem;
font-weight: 400;
text-align: center;
margin: 2.0rem 0 6.0rem;
}
ul.method_btm_list{
letter-spacing: -0.4em;
}
ul.method_btm_list li{
letter-spacing: normal;
display: inline-block;
width: 48.15%;
max-width: 520px;
vertical-align: top;
margin-right: 3.7%;
position: relative;
margin-bottom: 4rem;
}
ul.method_btm_list li:nth-child(2n){
margin-right: 0;
}
.method_btm_icon{
position: absolute;
width: 16.74%;
max-width: 87px;
top: 0;
left: 0;
}
.method_btm_read{
font-size: 1.6rem;
font-weight: 400;
margin-top: 2rem;
}
.gotop_btn{
margin: 80px auto;
text-align: center;
}
@media screen and (max-width: 768px) {
.method_top_wrap2{
padding: 8rem 0 10rem;
}
.method_top_wrap{
width: 90%;
}
.method_top_txt{
font-size: 2.7rem;
text-align: left;
margin-top: 2.0rem;
line-height: 1.8;
font-weight: 700;
}
span.underline03 {
  background-image:none;
  padding: 0 0px 0px;
}
span.underline04 {
  background-image: linear-gradient(90deg, rgba(127,182,246,0) 0%, rgba(127,182,246,1) 20%, rgba(125,113,211,1) 50%, rgba(163,117,246,1) 80%, rgba(163,117,246,0) 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 8%;
  padding: 0 0px 2px;
}
.method_top_fig{
margin-top: 5rem;
}
.method_top_note{
font-size: 2.2rem;
font-weight: 400;
margin-top: 2.0rem;
}
.method_btm_wrap{
width: 90%;
margin: 10rem auto 8rem;
}
.method_btm_txt{
font-size: 3.0rem;
text-align: left;
margin: 2.0rem 0 5.0rem;
}
ul.method_btm_list{
}
ul.method_btm_list li{
width: 100%;
max-width: inherit;
margin-right: 0;
margin-bottom: 5rem;
}
ul.method_btm_list li:nth-child(2n){
}
.method_btm_icon{
}
.method_btm_read{
font-size: 2.6rem;
margin-top: 2rem;
}
.gotop_btn{
margin: 6rem auto 3rem;
}
}

/***** voice ****/
.voice_wrap{
width: 94%;
max-width: 1080px;
margin: 80px auto;
}
.voice_box_wrap{
margin-bottom: 10rem;
}
.voice_box{
margin-bottom: 5rem;
}
.voice-img-left{

	display: inline-block;
	width:100px;
	height:100px;
    vertical-align: middle;
}
.voice-img-fig img{
	width:100%;
	height:100%;
	border-radius:50%;
	margin:0;
}
.voice-text-right{
display: inline-block;
width: calc(100% - 140px);
vertical-align: middle;
	position:relative;
    margin-left: 30px;
	/*margin-left:130px;*/
	padding:2.0rem 2.0rem;
	background-color:#ebecf3;
	border-radius:8px;
}
.voice-text-right:before{
	position:absolute;
	content:'';
	border:16px solid transparent;
	border-right:16px solid #ebecf3;
	top:38%;
	left:-26px;
}
.voice-text{
	margin:0 0 0;
	font-size:1.6rem;
    font-weight: 400;
}
.voice-text:last-child{
	margin-bottom:0px;
}
@media screen and (max-width: 768px) {
.voice_wrap{
width: 90%;
margin: 8rem auto;
}
.voice_box_wrap{
margin-bottom: 8rem;
}
.voice_box{
margin-bottom: 5rem;
}
.voice-img-left{
    width: 20%;
	max-width:100px;
	height:auto;
}
.voice-img-fig img{
}
.voice-text-right{
width: 72%;
    margin-left: 5%;
	padding:3.0rem 3.0rem;
}
.voice-text-right:before{
}
.voice-text{
	margin:0 0 0;
	font-size:2.8rem;
}
}

/***** voice single****/
.voice_single_wrap{
margin-bottom: 10rem;
}
.voice_ph_box_wrap{
position: relative;
margin: 0 auto 6rem;
}
.voice_ph_box_wrap_sub{
margin-top: 6rem;
}
.voice_ph_head{
width: 50%;
margin-left: auto;
}
.voice_ph_box_wrap_sub .voice_ph_head{
margin-left: 0;
margin-right: auto;
}
.voice_ph_read_wrap{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(233,234,241,1) 0%, rgba(233,234,241,1) 50%, rgba(233,234,241,0) 65%);
}
.voice_ph_box_wrap_sub .voice_ph_read_wrap{
background: linear-gradient(90deg, rgba(233,234,241,0) 35%, rgba(233,234,241,1) 50%, rgba(233,234,241,1) 100%);
}
.voice_ph_read_inn{
position: absolute;
top: 50%;
left: 10%;
transform: translate(0%,-50%);
font-weight: 700;
}
.voice_ph_box_wrap_sub .voice_ph_read_inn{
left: 60%;
transform: translate(0%,-50%);
}
.voice_ph_read_01{
width: 34%;
}
.voice_ph_box_wrap_sub .voice_ph_read_01{
width: 65%;
}
.voice_ph_read_02{
font-size: 1.8rem;
margin-top: 2rem;
}
.voice_ph_read_03{
font-size: 2.4rem;
}
.voice_atc_head{
font-size: 2.4rem;
color: #6967bc;
font-weight: 700;
margin: 6rem auto 0;
}
.voice_atc_read{
font-size: 1.6rem;
margin: 1rem auto 6rem;
line-height: 1.8;
font-weight: 400;
}
@media screen and (max-width: 768px) {
.voice_single_wrap{
margin-bottom: 10rem;
}
.voice_ph_box_wrap{
margin: 0 auto 6rem;
}
.voice_ph_box_wrap_sub{
margin-top: 7rem;
}
.voice_ph_head{
width: 100%;
padding-bottom: 52vw;
}
.voice_ph_box_wrap_sub .voice_ph_head{
}
.voice_ph_read_wrap{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(233,234,241,1) 0%, rgba(233,234,241,1) 50%, rgba(233,234,241,0) 65%);
}
.voice_ph_box_wrap_sub .voice_ph_read_wrap{
background: linear-gradient(0deg, rgba(233,234,241,1) 0%, rgba(233,234,241,1) 50%, rgba(233,234,241,0) 65%);
}
.voice_ph_read_inn{
position: absolute;
top: 62%;
left: 10%;
transform: translate(0%,0%);
}
.voice_ph_box_wrap_sub .voice_ph_read_inn{
top: 62%;
left: 10%;
transform: translate(0%,0%);
}
.voice_ph_read_01{
width: 65%;
}
.voice_ph_box_wrap_sub .voice_ph_read_01{
width: 65%;
}
.voice_ph_read_02{
font-size: 2.8rem;
margin-top: 3rem;
}
.voice_ph_read_03{
font-size: 4.0rem;
}
.voice_atc_head{
font-size: 3.6rem;
margin: 7rem auto 0;
}
.voice_atc_read{
font-size: 2.8rem;
margin: 2rem auto 7rem;
}
}




/***** news ****/
.news_wrap{
width: 94%;
max-width: 1080px;
margin: 80px auto;
}
.news_inn{
margin-bottom: 100px;
}
.news_head_year{
font-size: 3.0rem;
font-weight: 700;
text-align: center;
color: #848b93;
margin: 5rem 0 0;
}
.news_head_year:first-child{
margin-top: 0;
}
ul.news_list{
	margin:1.5rem 0 5rem;
    border-top: solid 1px #e4e4e4;
}
ul.news_list li{
	padding: 0;
	font-size:1.6rem;
	font-weight:400;
    border-bottom: solid 1px #e4e4e4;
}
ul.news_list li span{
	display:block;
	font-size:1.4rem;
    font-weight: 400;
    color: #848b93;
}
ul.news_list li a{
display: block;
	text-decoration:none;
	background: url("/wp-content/themes/mindscale_v2/assets/img/common/head_arrow_01.png") 98% center no-repeat;
    background-size: 12px auto;
    padding:2.0rem 5.0rem 2.0rem 1.5rem;
}
ul.news_list li a:hover{
background-color: #F6F6F6;
}
@media screen and (max-width: 768px) {
.news_wrap{
width: 90%;
margin: 6rem auto 5rem;
}
.news_inn{
margin-bottom: 5rem;
}
.news_head_year{
font-size: 5.0rem;
}
ul.news_list{
	margin:1.5rem 0 5rem;
    border-top: solid 1px #e4e4e4;
}
ul.news_list li{
	font-size:2.5rem;
}
ul.news_list li span{
	font-size:2.0rem;
}
ul.news_list li a{
    background-size: 10px auto;
    padding:2.0rem 5.0rem 2.0rem 1.5rem;
}
}
/***** news single ****/
.news_single_wrap{
width: 94%;
max-width: 1080px;
margin: 80px auto;
}
.news_single_inn{
margin-bottom: 100px;
}
.news_entry_info{
margin-bottom: 4.0rem;
}
.news_day{
	font-size:1.4rem;
    font-weight: 400;
    color: #848b93;
    margin-bottom: 1.0rem;
}
.news_ttl{
	font-size:2.0rem;
    font-weight: 500;
}
.news_conts{
	font-size:1.6rem;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
.news_single_wrap{
width: 90%;
margin: 6rem auto 5rem;
}
.news_single_inn{
margin-bottom: 10rem;
}
.news_entry_info{
margin-bottom: 4.0rem;
}
.news_day{
	font-size:2.0rem;
    margin-bottom: 1.0rem;
}
.news_ttl{
	font-size:3.0rem;
}
.news_conts{
	font-size:2.6rem;
}
}


/***** policy ****/
/* policy */
.policy_wrap{
width: 94%;
max-width: 1080px;
margin: 80px auto;
}
.policy_ttl{
	font-size:2.8rem;
    font-weight: 700;
    margin-top: 5rem;
}
.policy_head{
	margin-top:1.6rem;
	font-size:1.6rem;
    font-weight: 400;
}
dl.dl-list{
	margin:2.5rem 0;
	padding:0;
	line-height:1.8;
}
dl.dl-list dt{
	margin:0 0 0.1em 0;
	padding:0;
	font-size:1.6rem;
    font-weight: 700;
}
dl.dl-list dd{
	margin:1.0em 0 0;
	padding:0;
	font-size:1.6rem;
    font-weight: 400;
}
dl.dl-list dd:first-of-type{
margin-top: 0;
}
ul.list--term{
	text-indent: -1em;
}
ul.list--term li.list__item{
	margin-left: 1em;
}
ul.list--term2{
	text-indent: -1.1em;
}
ul.list--term2 li.list__item{
	margin-left: 1.1em;
}
ul.list--term3{
	margin-left:1em;
}

@media screen and (max-width: 768px) {
.policy_wrap{
width: 90%;
margin: 6rem auto 5rem;
}
.policy_ttl{
	font-size:3.4rem;
}
.policy_head{
	font-size:2.4rem;
}
dl.dl-list{
line-height: 1.6;
}
dl.dl-list dt{
	font-size:2.4rem;
}
dl.dl-list dd{
	font-size:2.4rem;
}
}

/***** news ****/
.inquiry_wrap{
width: 94%;
max-width: 1080px;
margin: 80px auto;
}
.inquiry_inn{
margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
.inquiry_wrap{
width: 90%;
margin: 6rem auto 5rem;
}
.inquiry_inn{
margin-bottom: 5rem;
}
}

/***** other ****/
.other_wrap{
width: 94%;
max-width: 1080px;
margin: 80px auto;
}
.pg_error{
text-align: center;
font-size: 3.0rem;
margin: 20rem auto;
}
@media screen and (max-width: 768px) {
.other_wrap{
width: 90%;
margin: 6rem auto 5rem;
}
.inquiry_inn{
margin-bottom: 5rem;
}
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.pc-only{ display:inline;}
.sp-only{ display:none;}
.pc-b-only{ display: block;}
.sp-b-only{ display:none;}
@media screen and (max-width: 768px) {
.pc-only{ display:none;}
.sp-only{ display:inline;}
.pc-b-only{ display: none;}
.sp-b-only{ display:block;}
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

