
/****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:200px;
	margin:20px 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:35%;
	max-width:160px;
	margin:18px 0 0 18px;
}
}

/* 上部メニュー */
#menu {
  float: right;
  width: 65%;
  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: 880px) {
#menu li {
  font-size: 1.2rem;
}
}
#menu li a {
  display: block;
  text-decoration: none;
  padding:  0;
  color: #3c4754;
}
#menu li a.head_btn_01{
background: #e3e4ed url("/wp-content/themes/yume-cloud/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/yume-cloud/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 {
  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: 10px 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: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{
    position: relative;
    width: 100%;
background: rgb(24,183,205);
background: linear-gradient(120deg, rgba(24,183,205,1) 0%, rgba(119,115,172,1) 60%, rgba(215,46,138,1) 100%);
background-size: 150% 150%;
animation: bggradient 10s ease infinite;
overflow: hidden;
}
.head_block{
	width:90%;
    max-width: 1280px;
	height:100%;
	margin:100px auto;
    text-align: center;
    color: #FFF;
}
.head_txt_1{
font-size: 3.0rem;
font-weight: 700;
}
.head_txt_2{
font-size: 4.0rem;
font-weight: 700;
margin-top: 1.0rem;
}
.head_txt_3{
font-size: 2.0rem;
font-weight: 500;
margin-top: 3.0rem;
line-height: 2.4;
letter-spacing: 0.1rem;
}
.head_txt_1.loadani{
animation: topani01 1.0s 0s ease both;
}
.head_txt_2.loadani{
animation: topani01 1.0s 0.3s ease both;
}
.head_txt_3.loadani{
animation: topani02 1.0s 1.0s ease both;
}
@media screen and (max-width: 980px) {
.head_txt_3{
font-size: 1.6rem;
}
}
@media screen and (max-width: 768px) {
.header_area{
}
.head_block{
	width:90%;
	margin:13rem auto;
}
.head_txt_1{
font-size: 3.8rem;
}
.head_txt_2{
font-size: 4.8rem;
margin-top: 1.5rem;
line-height: 1.4;
}
.head_txt_3{
font-size: 2.6rem;
margin-top: 5.0rem;
line-height: 2.0;
}
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes topani01 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes topani02 {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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

.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;
  align-items: end;
}
.l-footer_pp{
font-size: 1.2rem;
order:3;
}
.l-footer_pp a{
color: #FFF;
text-decoration: underline;
}
.l-footer_copy{
font-size: 1.2rem;
order:2;
}
.l-footer_pmark {
order:1;
}
.l-footer_pmark a img {
max-width:90px;
}
#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;
    flex-wrap: wrap;
}
.l-footer_pp{
font-size: 2.0rem;
order:2;
}
.l-footer_copy{
font-size: 2.0rem;
order:3;
}
.l-footer_pp,.l-footer_copy,.l-footer_pmark {
width:100%;
text-align: center;
margin-bottom: 1em;
}

#page-top{
    bottom: 20px;
    right: 10px;
	width:12%;
	max-width:50px;
}
}


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

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

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

/***** busi ****/
.busi_wrap{
width: 94%;
max-width: 1080px;
margin: 80px auto 100px;
}
.busi_ttl{
font-size: 3.0rem;
font-weight: 700;
text-align: center;
margin-bottom: 3.0rem;
}
ul.busi_list{
letter-spacing: -0.4em;
text-align: center;
display: flex;
align-items: stretch;
}
ul.busi_list li{
letter-spacing: normal;
display: inline-block;
width: 31.95%;
max-width: 345px;
vertical-align: top;
margin-right: 1.81%;
text-align: left;
outline: solid 1px #CCC;
}
ul.busi_list li:nth-child(3n){
margin-right: 0;
}
.busi_sttl{
  display: flex;
  justify-content: center;
  align-items: center;
font-size: 2.1rem;
font-weight: 700;
text-align: center;
background: #ebecf3;
line-height: 1.4;
padding: 0.5rem;
min-height: 9.0rem;
}
.bisi_fig{
margin: 0 auto 1rem;
}
.busi_detail{
  width: 90%;
  margin: 1.5rem auto 2.0rem;
}
.busi_detail_read{
  display: flex;
  justify-content: center;
  align-items: center;
font-size: 1.8rem;
font-weight: 400;
min-height: 19rem;
text-align: center;
margin-top: 4rem;
}
ul.busi_list li:nth-child(1) .busi_detail_read{
margin-top: 0;
}
.bisi_btn{
margin:1.0rem auto 0;
text-align: center;
}
a.btn_link_02{
display: block;
width: 100%;
max-width: 450px;
margin: 0 auto;
background: rgb(24,183,205,1);
background: linear-gradient(90deg, rgba(24,183,205,1) 0%, rgba(105,103,187,1) 100%);
color: #FFF;
text-decoration: none;
padding: 10px 15px;
border-radius: 8px;
font-size: 1.8rem;
font-weight: 700;
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
position: relative;
}
a.btn_link_02::before{
content: '';
display: inline-block;
width: 12px;
height: 12px;
position: absolute;
left: 20px;
top: 40%;
background: url("/wp-content/themes/yume-cloud/assets/img/common/btn_arrow_03.png");
background-size:contain;
}
a.btn_link_02:hover{
color: rgba(255,255,255,0.8);
}
@media screen and (max-width: 1160px) {
.busi_detail_read{
font-size: 1.6rem;
}
}
@media screen and (max-width: 980px) {
ul.busi_list{
justify-content: center;
flex-wrap: wrap;
text-align: center;
}
ul.busi_list li{
width: 45%;
max-width: 345px;
margin-right: 1.81%;
margin-bottom: 3rem;
}
ul.busi_list li:nth-child(2),
ul.busi_list li:nth-child(3n){
margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.busi_wrap{
width: 90%;
margin: 8rem auto 10rem;
}
.busi_ttl{
font-size: 4.0rem;
margin-bottom: 4.0rem;
}
ul.busi_list{
display: block;
align-items: normal;
width: 94%;
margin: 0 auto;
}
ul.busi_list li{
width: 100%;
max-width: inherit;
margin-right: 0;
margin-bottom: 3rem;
}
.busi_sttl{
font-size: 3.0rem;
padding: 2.0rem 0.5rem;
}
.bisi_fig{
margin: 0 auto 2rem;
}
.busi_detail{
  width: 90%;
  margin: 3rem auto 3rem;
}
.busi_detail_read{
font-size: 2.8rem;
min-height: inherit;
margin-top: 0rem;
}
ul.busi_list li:nth-child(1) .busi_detail_read{
margin-top: 0;
}
.bisi_btn{
margin:2.5rem auto 0;
text-align: center;
}
a.btn_link_02{
max-width: 450px;
font-size: 3.0rem;
}
a.btn_link_02::before{
top: 38%;
}
}


/***** messe ****/
.messe_wrap{
width: 100%;
position: relative;
text-align: center;
background: url("../img/bg_messe.jpg") top center no-repeat;
background-size: cover;
padding: 120px 0;
}
.messe_txt_wrap{
width: 90%;
margin: 0 auto;
}
.messe_txt_1{
   font-size: 3.0rem;
   font-weight: 700;
}
.messe_txt_2{
   font-size: 4.0rem;
   font-weight: 700;
   margin-top: 2.0rem;
}
.messe_txt_3{
   font-size: 2.0rem;
   font-weight: 400;
   line-height: 2.0;
   margin-top: 4.0rem;
}
.messe_txt_3_ceo{
display: inline-block;
margin-left: 1.0em;
}
@media screen and (max-width: 768px) {
.messe_wrap{
padding: 10rem 0;
}
.messe_txt_wrap{
width: 90%;
margin: 0 auto;
}
.messe_txt_1{
   font-size: 4.0rem;
}
.messe_txt_2{
   font-size: 4.8rem;;
   margin-top: 2.0rem;
}
.messe_txt_3{
   font-size: 2.6rem;
   line-height: 2.0;
   margin-top: 4.0rem;
}
.messe_txt_3_ceo{
display: block;
margin-left: 0;
}
}


/***** prof ****/
.prof_bg{
background: #ebecf3;
padding: 100px 0;
}
.prof_wrap{
width: 90%;
max-width: 1080px;
margin: 0 auto;
position: relative;
}
.prof_ttl{
font-size: 3.0rem;
font-weight: 700;
text-align: center;
position: relative;
margin-bottom: 5rem;
}
.prof_ttl span{
position: absolute;
right: 0;
bottom: 0;
font-size: 1.2rem;
font-weight: 400;
}
.prof_block{
margin: 10rem auto 0;
letter-spacing: -0.4em;
}
.prof_fig{
letter-spacing: normal;
display: inline-block;
width: 27.78%;
max-width: 300px;
vertical-align: top;
margin-right: 6%;
}
.prof_fig img{
border-radius: 50%;
}
.prof_read_box{
letter-spacing: normal;
display: inline-block;
width: 66%;
vertical-align: top;
}
.prof_txt_1{
   font-size: 2.2rem;
   font-weight: 700;
}
.prof_txt_2{
   font-size: 1.5rem;
   font-weight: 500;
   margin-top: 0.5rem;
}
.prof_txt_3{
   font-size: 1.4rem;
   font-weight: 400;
   margin-top: 1.5rem;
}
.prof_txt_4{
   font-size: 1.4rem;
   font-weight: 400;
   margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
.prof_bg{
padding: 10rem 0;
}
.prof_wrap{
width: 84%;
margin: 0 auto;
}
.prof_ttl{
font-size: 4.0rem;
margin-bottom: 4rem;
}
.prof_ttl span{
position: static;
right: auto;
bottom: auto;
display: block; 
font-size: 2.0rem;
}
.prof_block{
margin: 6rem auto 0;
}
.prof_fig{
display: block;
width: 70%;
max-width: 300px;
margin: 0 auto 5rem;
}
.prof_fig img{
border-radius: 50%;
}
.prof_read_box{
display: block;
width: 100%;
margin: 0 auto;
}
.prof_txt_1{
   font-size: 3.8rem;
   text-align: center;
}
.prof_txt_2{
   font-size: 2.6rem;
   margin-top: 0.5rem;
   text-align: center;
}
.prof_txt_3{
   font-size: 2.4rem;
   margin-top: 3.0rem;
   /*text-align: center;*/
}
.prof_txt_4{
   font-size: 2.4rem;
   margin-top: 3.0rem;
}
.prof_txt_4 li{
padding-left:7.4rem;
text-indent:-7.4rem;
}
}


/***** hist ****/
.hist_bg{
position: relative;
background: rgb(24,183,205);
background: linear-gradient(120deg, rgba(139,219,230,1) 0%, rgba(187,185,213,1) 60%, rgba(234,151,196,1) 100%);
padding: 100px 0;
}
.hist_wrap{
width: 90%;
max-width: 1080px;
margin: 0 auto;
}
.hist_ttl{
font-size: 3.0rem;
font-weight: 700;
text-align: center;
color: #FFF;
margin-bottom: 5rem;
}
dl.hist_list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
}
dl.hist_list dt{
  width: 14rem;
  padding: 15px 20px;
  margin-bottom: 10px;
  background-color: #FFF;
}
dl.hist_list dd{
  width: calc(100% - 14rem);
  padding: 15px 20px 15px 0;
  background-color: #FFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.hist_bg{
padding: 10rem 0;
}
.hist_wrap{
width: 90%;
margin: 0 auto;
}
.hist_ttl{
font-size: 4.0rem;
margin-bottom: 4rem;
}
dl.hist_list{
  font-size: 2.2rem;
}
dl.hist_list dt{
  width: 13rem;
  padding: 2rem 0 2rem 3rem;
  margin-bottom: 1.5rem;
}
dl.hist_list dd{
  width: calc(100% - 13rem);
  padding: 2rem 3rem 2rem 0;
  margin-bottom: 1.5rem;
}
}


/***** top cp ****/
.top_cp_wrap{
width: 94%;
max-width: 1080px;
margin: 100px auto 100px;
text-align: center;
}
.top_cp_head{
font-size: 3.0rem;
font-weight: 700;
text-align: center;
margin-bottom: 5rem;
}
.top_cp_read{
font-size: 2.0rem;
font-weight: 400;
margin-top: 3.0rem;
line-height: 1.8;
}
.top_cp_read span{
font-weight: 700;
}
.top_cp_read_tl{
display: inline-block;
text-align: left;
}
.top_cp_read span.fw_m{
font-weight: 500;
}
@media screen and (max-width: 768px) {
.top_cp_wrap{
width: 90%;
margin: 10rem auto 10rem;
}
.top_cp_head{
font-size: 4.0rem;
margin-bottom: 4rem;
}
.top_cp_read{
font-size: 2.4rem;
margin-top: 2.5rem;
}
.top_cp_read_tl li{
padding-left:1em;
text-indent:-1em;
}
}


/***** ttl ****/
.ttl_wrap{
    position: relative;
    width: 100%;
background: rgb(24,183,205);
background: linear-gradient(120deg, rgba(24,183,205,1) 0%, rgba(119,115,172,1) 60%, rgba(215,46,138,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;
}
}




/***** 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 ****/
a.btn_link_01{
display: block;
width: 100%;
max-width: 450px;
margin: 0 auto;
background: rgb(24,183,205,1);
background: linear-gradient(90deg, rgba(24,183,205,1) 0%, rgba(105,103,187,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/yume-cloud/assets/img/common/btn_arrow_03.png");
background-size:contain;
}
a.btn_link_01:hover{
color: rgba(255,255,255,0.8);
}
.gotop_btn{
margin: 80px auto;
text-align: center;
}
.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) {
a.btn_link_01{
max-width: 450px;
font-size: 3.4rem;
}
.gotop_btn{
margin: 6rem auto 3rem;
}
.other_wrap{
width: 90%;
margin: 6rem auto 5rem;
}
.inquiry_inn{
margin-bottom: 5rem;
}
}

.anime {
    opacity : 0.01;
    transform : translate(0, 20px);
    transition : all 1000ms;
    }
 
.anime.fadein {
    opacity : 1;
    transform : translate(0, 0);
    }

/* ==========================================================================
   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;
}

