@charset "UTF-8";
/* CSS Document */
/* テキスト */
.text-red{
	color: #ea2803;
}
.text-green{
	color: #49AD3A;
}
.text-blue{
	color: #4a67a8;
}
.text-gold{
	color: #C59414;
}
.big-text{
	font-size: 180%;
}
.bg-yellow9{
	background-color: #ffc200;
}
/* メニュー */
.header-menu-bg{
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 15px;
	height: auto;
}
.header-btn{
	background-color: #f2c23b;
	padding: 5px 15px;
	font-size: 85%;
	cursor:pointer;
	border: 1px solid #FFBE39 ;
	border-radius: 5px;
}
.header-btn:hover{
	background-color: #DAA400;
}
.header-support{
	background-color: #1a7263;
	padding: 5px 15px;
	font-size: 85%;
	cursor:pointer;
	border: 1px solid #1a7263 ;
	color: #fff;
	border-radius: 5px;
}
.header-support:hover{
	background-color: #0d4c40;
}

/* 背景 */
.bg_img {
  background:url("../img/bg_campaign_l.png") left center no-repeat;
  background-size:cover;
  background-attachment: fixed;
}








/*コンテンツ */
.inner-contents{
	padding: 15px 50px 15px 50px;
}
.inner-box{
	background-color: #EEEEEE;
	padding: 30px;
	margin: 15px 0px;
}
@media screen and (max-width: 768px) {
.inner-contents{
	padding: 0px 0px 15px 0px;
}
.inner-box{
	background-color: #EEEEEE;
	padding: 15px;
	margin: 15px 0px;
}
}

/* CTA */
.cta-bg{
	background-color: var(--base1);
}
.cta-inner{
	color: #fff;
	max-width: 680px;
	margin: 0 auto;
	padding: 35px 15px 20px 15px;
	height: auto;
}
.cta-desk{
	font-size: 80%;
	padding: 10px 0px 20px 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cta-btn,
a.cta-btn,
button.cta-btn {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

.cta-btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 150%;
	letter-spacing: normal;
  position: relative;
  padding: 0rem 2rem 1.8rem 3.5rem;
  color: #333;
  background: #f2c23b;
  -webkit-box-shadow: 0 5px 0 #bc8e19;
  box-shadow: 0 5px 0 #bc8e19;
}

a.btn-c span {
  font-size: 0.6em;
	letter-spacing: normal;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #ea2803;
  border: 2px solid #ea2803;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem 0rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  background: #DAA400;
  -webkit-box-shadow: 0 2px 0 #bc8e19;
  box-shadow: 0 2px 0 #bc8e19;
}
.cta-bg-inner{
background:url("../img/mousikomi_02.png");
background-size: contain;
padding: 0px 120px;
text-align: center;	
}
.kakaku1{
	font-weight: 600;
	font-size: 150%;
}
.kakaku2{
	font-weight: 600;
	font-size: 250%;
}
/* サポート */
.support-bg{
	background-color: #1a7263;
	border-top: 2px solid #ccc;
}
.support-inner{
	color: #fff;
	max-width: 680px;
	margin: 0 auto;
	padding: 35px 15px 35px 15px;
	height: auto;
}
.support-desk{
	font-size: 80%;
	padding: 25px 0px 0px 0px;
}
.support-btn{
	border: 2px solid #fff;
	padding: 15px 35px;
	cursor:pointer;
}
.support-btn:hover{
	background-color: #0d4c40;
}

/* 切り替え */
.tab-group{
  display: flex;
  justify-content: center;
}
.tab-group2{
  display: flex;
  justify-content: center;
}
.tab-bg{
background-color: #fff;
width: 240px;
margin: 5px 5px 20px 5px;
border-radius: 5px;
font-size: 85%;
	}

.tab{
  flex-grow: 1;
  padding:3px;
  list-style:none;
  text-align:center;
  cursor:pointer;
	margin: 5px;
	border-radius: 5px;	
	background-color: #DDDDDD;
}
.tab2{
  flex-grow: 1;
  padding:3px;
  list-style:none;
  text-align:center;
	margin: 0px 5px;
	font-size: 90%;
}
.panel-group{
  
}
.panel{
  display:none;
}
.tab.is-active{
  background:#ea2803;
  color:#FFF;
  transition: all .02s ease-out;
	border-radius: 5px;	
	font-weight: bold;

}
.panel.is-show{
  display:block;
}

/* 料金表 */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricecards{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
        }
.pricecard{
  flex: 0 0 33%;
  text-align: center;
  border: 1px solid #eee;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin:0 auto 3em;
        }
        .pricecard h3{
            background: #49AD3A;
            color: #fff;
            padding: 20px 10px 25px 10px;
            margin: 0;
			font-size: 220%;
			line-height: 0.8;
        }
         .pricecard.business h3{
            background: #C59414;
            padding: 20px 10px 25px 10px;
            margin: 0;
			font-size: 220%;
			line-height: 0.8;
        }

        .pricecard.value{
            border: 3px solid #4a67a8;
            padding-bottom: 1.5rem
        }
        .pricecard.value h3{
            background: #4a67a8;
            color: #fff;
            padding: 20px 10px 25px 10px;
            margin: 0;
			font-size: 220%;
			line-height: 0.8;
        }
        .h3-text{
            background: #fff;
            color: #333;
            padding: 5px 15px;
			font-size: 40%;
            margin: 0;
			border-radius: 40px;
        }
        .pricecard h4{
            font-size: 200%;
            margin: 0 auto;
            padding: 1rem 0 0;
        }
        .h4-text{
            color: #333;
			font-size: 60%;
            margin: 0;
        }
        .pricecard.value h4 {

        }
        .osusume1{
	        background: #49AD3A;
            color: #fff;
            padding: 5px 15px;
			font-size: 100%;
            margin: 0;
			border-radius: 40px;
            }
        .osusume2{
	        background: #4a67a8;
            color: #fff;
            padding: 5px 15px;
			font-size: 100%;
            margin: 0;
			border-radius: 40px;
            }
        .osusume3{
	        background: #C59414;
            color: #fff;
            padding: 5px 15px;
			font-size: 100%;
            margin: 0;
			border-radius: 40px;
            }
.setumei-bg{
	padding: 0px 10px;
}
.setumei{
	padding: 0px 10px;
	background-color: #f1f1f1;
	margin: 8px auto;
}
.plan{
	font-size: 40%;
}
.teika{
	font-size: 55%;
	font-weight: normal;
	color: #868686;
	margin: -8px 0px -18px 0px;
}
.nengaku{
	font-size: 45%;
	font-weight: normal;
	margin: -20px 0px 0px 0px;
	font-weight: bold;
}
.en-tuki{
	font-size: 70%;
}
.ninki{
		    background: #ea2803;
            color: #fff;
            padding: 5px 15px;
			font-size: 85%;
            margin: 0;
			border-radius: 40px;
}
.now{
	background-color: #D2D2D2;
	margin: 10px 15px 5px 15px;
	padding: 15px 10px;
	color: #333;
	border: 1px solid #A7A7A7;
}
.cyuui{
	font-size: 70%;
	text-align: right;
	margin: -40px 0px 0px 0px;
}
@media screen and (max-width: 600px){
.profile_card, .pricecards, .profile_cards {
    flex-direction: column;
    -webkit-flex-direction: column;
}
  .pricecard, .card_photo {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
  .pricecard.premium {
    order: 1;
    -webkit-order: 1;
}
.pricecard{
  width: 100%;;
        }	
}
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
}
 
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.yureru-s {
    animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
    0% {
        transform: translate(2px, 0px);
    }
    5% {
        transform: translate(-2px, 0px);
    }
    10% {
        transform: translate(2px, 0px);
    }
    15% {
        transform: translate(-2px, 0px);
    }
    20% {
        transform: translate(2px, 0px);
    }
    25% {
        transform: translate(-2px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
/* 3カラム */
*, *:before, *:after {
	box-sizing: border-box;
}
.wrapper2{
	max-width: 960px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.wrapper2 {
	width: 100%;
	padding: 0px 0px;
}
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
background-color: #fff; /* 背景の色 */
text-align: center; /* 内容は中央配置 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 0px 10px;
}
@media screen and (max-width: 800px) {
	.col_3 > div{
		width: 100%;
		padding: 10px　0px;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
		padding: 10px　0px;
	}
}
.ribbon20-wrapper {  
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 40px 0px 10px 0px;
  width: 100%;
  background: #f1f1f1;
  }
.ribbon20 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #4a67a8;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #4a67a8;
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #4d99ca;
  border-radius: 5px 0 0 5px;
}
.step-inner{
	padding: 0px 10px;
}
.step-text{
	padding: 10px;
	font-size: 90%;
	line-height: 1.6;
}


  /* section recommend
  ------------------------------------------------------------ */
  .section_recommend {
    padding: 0px;
     }
    .section_recommend .title_bubble {
      top: -30px; }
    .section_recommend .container {
      width: 95%;
      max-width: 1500px; }
    .section_recommend_slide > div {
      width: 1460px; }
/* section recommend
------------------------------------------------------------ */
.section_recommend {
  position: relative;
  background-color: #f2f9f8;
  padding-top: 0px; }
  .section_recommend .title_bubble {
    position: absolute;
    top: -8.46354vw;
    right: 0;
    left: 0; }
  .section_recommend_slide {
    overflow-x: hidden;
    white-space: nowrap; }
  .section_recommend_slide > div {
    display: inline-block;
    width: auto; }
  .section_recommend_slide > div:first-child {
    -webkit-animation: loop 46s -22.9s linear infinite;
            animation: loop 46s -22.9s linear infinite; }
  .section_recommend_slide > div:last-child {
    -webkit-animation: loop2 46s linear infinite;
            animation: loop2 46s linear infinite; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }


.image_mouseover_1 {
overflow: visible;
width: 100%;
height: 100%;
}
.image_mouseover_1 img {
display: block;
transition-duration: 0.5s;
}
.image_mouseover_1 img:hover {
transform: scale(1.2,1.2);
transition-duration: 0.5s;
}

.contents-inner{
	padding: 20px 130px 20px 130px;
}
.contents-inner2{
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px #f1f1f1;
	border: 5px solid  var(--base1);
}
.contents-inner3{
	padding: 20px 50px 20px 50px;
}
.contents-inner4{
	padding: 20px 40px 30px 40px;
	background-color: rgba(255,255,255,.6);
}
.contents-inner5{
	padding: 30px 70px 30px 70px;
}
.contents-inner-t1{
	padding: 20px 130px 20px 130px;
}
.contents-inner4-t2{
	padding: 20px 40px 30px 40px;
	background-color: rgba(255,255,255,.6);
}
.d-midasi{
	font-size: 120%;
	font-weight: 600;
	border-bottom: 1px dotted #424242;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 1.5;
}
.d-midasi1{
	font-weight: normal;
	padding: 5px 15px;
	background:  var(--base1);
	border-radius: 30px;
	color: #fff;
	font-size: 85%;
}
.d-text{
	padding-top: 30px;
}
.msc-wrapper{
	width: 860px;
	margin: 0px auto;
}
.msc-wrapper-bg{
	background-image: url("../img/msc-title-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
}
.sub-head {
  color: var(--base1);
  text-align: center;
  padding: 0.8em;
  margin-top: 30px;	
  border-top: solid 2px var(--base1);
  border-bottom: solid 2px var(--base1);
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#f2f9f8 3px, #f2f9f8 7px);
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#f2f9f8 3px, #f2f9f8 7px);
}
.sub-head_text1{
	font-size: 250%;
	font-weight: 600;
}
.sub-head_text2{
	font-size: 150%;
	color: #424242;
	margin-top: -10px;
	font-weight: 600;
}
.text-inner{
	padding: 40px 30px 20px 30px;
}
.text-inner2{
	padding: 40px 30px 20px 30px;
}
.nomal-bg{
	background-color: var(--base2);
	padding: 30px;
	border-radius: 10px;
	
	font-weight: 600;
}
.nomal-bg2{
	padding: 30px 30px 45px 30px;
	border-radius: 0px;
	border: 2px dotted  var(--base1);
	background-color: var(--base2);
}
.profile-bg{
	background-color: #fff;
	border: 2px solid var(--base1);
	border-radius: 10px;
}
.profile-title{
	background-color:  var(--base1);
	color: #fff;border-radius: 7px 7px 0px 0px;
}
.profile-text1{
	padding: 30px 40px 0px 40px;
	margin-bottom: -10px;
	font-size: 120%;
	font-weight: 600;
}
.profile-text2{
	padding: 0px 40px 5px 40px;
	font-size: 300%;
	font-weight: 600;
}
.profile-text3{
	font-size: 45%;
}
.fukidasi2{
    position:relative;
    background-color: #ffeca8;
    color: #424242;
    border-radius:20px;
	padding: 8px 20px;
}
.fukidasi2:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 30px;
    bottom: -10px;
    border-top: 15px solid #ffeca8;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.profile-bg-inner{
	color: #424242;
	padding: 60px 120px;
}
.profile-inner{
	color: #424242;
	padding: 40px;
}
.cyuui-box {
    position: relative;
    border: 2px solid #424242;
    background-color: white;
    color: #333;
	border-radius: 10px;
}
.cyuui-title{
	font-size: 130%;
	font-weight: 600;
	text-align: center;
	margin-top: 5px;
	border-bottom: 1px dotted #424242;
}
.cyuui-text{
	padding: 20px 15px 5px 15px;
}
.cyuui-box-title {
	font-size: 160%;
	font-weight: 600;
    position: absolute;
    display: inline-block;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 1rem;
    background-color: white;
	line-height: 1;
}

.cyuui-box-body {
    padding: 1rem;
}
.risou {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid  var(--base1);
  font-size: 160%;
	font-weight: 600;
}

.risou:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background:  var(--base1);
}

.risou span {
  font-size: 50px;
  position: absolute;
  font-weight: 600;	
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 10px;
  color: #fff;
	line-height: 1.1;
}
.matome  {
  border: solid 2px var(--base1);
  padding: 30px;
background-color: var(--base2);
	font-size: 120%;
}
.matome2  {
  border: solid 2px var(--base1);
  padding: 30px;
background-color: var(--base2);
	font-size: 120%;
}
.cta-text{
	padding: 30px 0px;
}
.cta-text1 {
	font-size: 120%;
	margin-top: 5px;
}
.cta-text2 {
	font-size: 160%;
}
.cta-text2-2 {
	font-size: 160%;
}
.cta-text3 {
	font-size: 240%;
	margin-top: -10px;
}
.cta-text4 {
	font-size: 180%;
	color:  var(--base1);
	font-weight: 600;
	border-bottom: dotted 3px   var(--base1);
	padding-top: 10px;
	line-height: 1.4;
	padding-bottom: 10px;
}
.cta-title {
  padding: 0.2em 0.5em;/*文字周りの余白*/
  color: #424242;/*文字色*/
  border-left: solid 10px  var(--base1);
	font-size: 160%;
	font-weight: 600;
}
.concept-box {
    position: relative;
    margin: 1em 0;
    padding: 25px 30px;
    border: solid 3px  var(--base1);
    border-radius: 8px;
}
.concept-box .concept-box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color:  var(--base1);
    font-weight: bold;
}
.concept-box p {
    margin: 0; 
    padding: 0;
}
.cta-box{
	border: solid 3px  var(--base1);
	background-color: #fff;
	padding: 10px 30px 30px 30px;
}
.cta-box2{
	background-color: var(--base2);
	padding: 20px;
	border-radius: 15px;
}
.qa-8 dt {
    margin-bottom: 1em;
    color: var(--base1);
    font-weight: 600;
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
}

.qa-8 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color:  var(--base2);
    color: #424242;
	font-size: 90%;
}

.qa-8 dd::before {
    content: "A.";
}
	.sentaku {
		font-size: 140%;
	}

.dounyuu-bg{
	background-image: url("../img/dounyuu-bg.png");
	background-repeat: no-repeat;
	background-position: top center;	
}
.c-title{
	color: #fff;
	background-color: var(--base1);
	padding: 8px 30px;
	border-radius: 30px;
}
.skil01{
	font-size: 120%;
	font-weight: 600;
	color:  var(--base1);
	margin-bottom: -5px;
}
.skil02{
	font-size: 150%;
	font-weight: 600;
	color:  var(--base1);
	padding-bottom: 20px;
}
.c-line{
	background-color: var(--base1);
	height: 8px;
}
.saikou-text{
		font-size: 280%;
	font-weight: 600;
	color:  var(--base1);
}
.saikou-text2{
		font-size: 100%;
}	
	
.tokuten-bg2{
background:url("../img/tokuten-bg.png");
padding: 0px 40px;
text-align: center;	
}
.tokuten-box{
	border: 3px solid #dd5131;
	margin-top: 5px;
	padding: 20px 30px;
	background-color: #fff9f8;
}
.tokuten-title{
	font-size: 180%;
	font-weight: 600;
	border-bottom: 2px dotted  #dd5131;
	color:  #dd5131;
}
.tokuten-box2{
	padding: 10px 0px;
}
.sankatokuten{
	font-size: 150%;
	font-weight: 600;
	color:  #dd5131;
	padding: 20px 0px 0px 0px;
}
.sankatokuten2{
	font-size: 150%;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
}
.dekirukoto1{
	font-size: 120%;
	color: #ffffff;
	margin-bottom: -10px;
}
.dekirukoto2{
	font-size: 220%;
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: 600;
}
.dekirukoto3{
	font-size: 120%;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 10px 10px;
}
.itibu{
	color: #ffffff;
	font-weight: 600;
	font-size: 180%;
	line-height: 1.5;
	padding: 30px 0px 5px 0px;
}
.tokubetu-box{
	border: 3px solid #ea2803;
	text-align: center;
	padding: 30px 15px;
	border-radius: 15px;
}
.tokubetu-text1{
	color: #ea2803;
	font-weight: 600;
	font-size: 200%;
}
.tokubetu-text2{
	color: #ea2803;
	font-weight: 600;
	font-size: 320%;
	margin-top: -20px;
}
.tokubetu-text3{
	color: #fff;
	background-color: #ea2803;
	font-size: 100%;
	padding: 8px 25px;
	border-radius: 30px;
}
.tokubetu-text4{
	font-size: 100%;
}
.tokubetu-box2{
	background-color: #f1f1f1;
	padding: 50px 30px 30px 30px;
	margin: 30px;
}
.nengetu{
	background-color: #f1f1f1;
	text-align: center;
	width: 25%;
	padding: 5px;
}
.bg-uriage{
	background-color:  var(--base2);
	padding: 5px 10px;
	text-align: right;
}
.bg-ararieki{
	background-color: #f9f3e4;
	padding: 5px 10px;
	text-align: right;
}
.name1{
	text-align: right;
	font-weight: 600;
	font-size: 120%;
}
.name2{
	text-align: right;
	font-weight: 600;
	font-size: 200%;
	margin-top: -10px;
}
.top-margin{
	height: 50px;
}

@media screen and (max-width: 800px) {
.header-menu-bg{
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px 15px;
	height: auto;
}	
.contents-inner{
	padding: 20px 15px 20px 15px;
}
.contents-inner2{
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px #f1f1f1;
	border: 5px solid  var(--base1);
}
.contents-inner3{
	padding: 0px 15px 20px 15px;
}
.contents-inner4{
	padding: 20px 5px 30px 5px;
	background-color: rgba(255,255,255,.6);
}
.contents-inner5{
	padding: 0px 10px 10px 10px;
}	
.text-inner{
	padding: 40px 0px 20px 0px;
}
.text-inner2{
	padding: 15px 0px 0px 0px;
}	
.sub-head {
  padding: 1em;
}
.sub-head_text1{
	font-size: 180%;
	font-weight: 600;
	line-height: 1.2;
}
.sub-head_text2{
	font-size: 120%;
	color: #424242;
	margin-top: 5px;
	font-weight: 600;
	line-height: 1.4;
}
.profile-bg-inner{
	color: #424242;
	padding: 60px 15px;
}
.profile-inner{
	color: #424242;
	padding:30px 15px;
}
.nomal-bg{
	background-color: var(--base2);
	padding: 15px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 90%;
}	
.nomal-bg2{
	padding: 30px 15px 45px 15px;
	border-radius: 0px;
	border: 2px dotted  var(--base1);
}
.risou {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 1rem 0.5rem 80px;
  border: 2px solid  var(--base1);
  font-size: 120%;
	font-weight: 600;
}

.risou:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 160px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background:  var(--base1);
}

.risou span {
  font-size: 30px;
  position: absolute;
  font-weight: 600;	
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 10px;
  color: #fff;
	line-height: 1.1;
}
.msc-wrapper{
	width: 100%;
	margin: 0px auto;
	padding: 0px 10px;
}
.msc-wrapper-bg{
	background-image: url("../img/msc-title-bg.png");
	background-repeat: no-repeat;
}
.cta-text{
	padding: 20px 0px;
}
.cta-text1 {
	font-size: 100%;
	margin-top: 5px;
}
.cta-text2 {
	font-size: 120%;
	line-height: 1.2;
}
	.cta-text2-2 {
	font-size: 100%;
	line-height: 1.2;
}
.cta-text3 {
	font-size: 180%;
	margin-top: -5px;
}
.cta-text4 {
	font-size: 150%;
	color:  var(--base1);
	font-weight: 600;
	border-bottom: dotted 3px var(--base1);
	padding-top: 10px;
	line-height: 1.3;
	padding-bottom: 10px;
}
.concept-box {
    position: relative;
    margin: 1em 0;
    padding: 15px 15px;
    border: solid 3px  var(--base1);
    border-radius: 8px;
}
.concept-box .concept-box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color:  var(--base1);
    font-weight: bold;
}
.concept-box p {
    margin: 0; 
    padding: 0;
}
.cta-box{
	border: solid 3px  var(--base1);
	background-color: #fff;
	padding: 10px 15px 30px 15px;
}
.cta-box2{
	background-color: var(--base2);
	padding: 15px;
	border-radius: 15px;
	font-size: 85%;
}
.matome  {
  border: solid 2px var(--base1);
  padding: 10px;
background-color: var(--base2);
	font-size: 100%;
}
.matome2  {
  border: solid 2px var(--base1);
  padding: 10px;
background-color: var(--base2);
	font-size: 100%;
}	
.big-text{
	font-size: 150%;
}
	.sentaku {
		font-size: 100%;
	}
.profile-text1{
	padding: 20px 15px 0px 15px;
	margin-bottom: -10px;
	font-size: 100%;
	font-weight: 600;
}
.profile-text2{
	padding: 10px 15px 5px 15px;
	font-size: 220%;
	font-weight: 600;
}
.profile-text3{
	font-size: 45%;
}
.fukidasi2{
    position:relative;
    background-color: #ffeca8;
    color: #424242;
    border-radius:20px;
	padding: 5px 15px;
}
.fukidasi2:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 30px;
    bottom: -10px;
    border-top: 15px solid #ffeca8;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.cyuui-box {
    position: relative;
    border: 2px solid #424242;
    background-color: white;
    color: #333;
	border-radius: 10px;
}
.cyuui-title{
	font-size: 120%;
	font-weight: 600;
	text-align: center;
	margin-top: 5px;
	border-bottom: 1px dotted #424242;
	line-height: 1.3;
	padding: 15px;
}
.cyuui-text{
	padding: 20px 15px 5px 15px;
}
.cyuui-box-title {
	font-size: 160%;
	font-weight: 600;
    position: absolute;
    display: inline-block;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 1rem;
    background-color: white;
	line-height: 1;
}

.cyuui-box-body {
    padding: 0.5rem;
}	
.cta-bg-inner{
background:url("../img/mousikomi_02.png");
background-size: contain;
padding: 0px 40px;
text-align: center;	
}	
.cta-btn-wrap {
  margin: 30px 0px;
}
.saikou-text{
		font-size: 160%;
	font-weight: 600;
	color:  var(--base1);
}
.saikou-text2{
		font-size: 90%;
}	
	
	.tokuten-bg2{
		padding: 0px;
	}
.tokuten-box{
	padding: 15px;
}
.tokuten-title{
	line-height: 1.3;
	font-size: 150%;
	padding-bottom: 5px;
}
.sankatokuten{
	font-size: 120%;
	font-weight: 600;
	padding: 15px 0px 0px 0px;
}
.sankatokuten2{
	font-size: 120%;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
}
.dekirukoto1{
	font-size: 120%;
	color: #ffffff;
	margin-bottom: -5px;
}
.dekirukoto2{
	font-size: 160%;
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: 600;
}
.dekirukoto3{
	font-size: 120%;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 10px 10px;
}
.itibu{
	color: #ffffff;
	font-weight: 600;
	font-size: 130%;
	line-height: 1.5;
	padding: 10px 0px 5px 0px;
}
.tokubetu-box{
	border: 3px solid #ea2803;
	text-align: center;
	padding: 30px 10px;
	border-radius: 15px;
}
.tokubetu-text1{
	color: #ea2803;
	font-weight: 600;
	font-size: 120%;
}
.tokubetu-text2{
	color: #ea2803;
	font-weight: 600;
	font-size: 200%;
	margin-top: -10px;
	margin-bottom: 5px;
}
.tokubetu-text3{
	color: #fff;
	background-color: #ea2803;
	font-size: 100%;
	padding: 8px 25px;
	border-radius: 30px;
}
.tokubetu-text4{
	font-size: 100%;
}
.tokubetu-box2{
	background-color: #f1f1f1;
	padding: 25px 35px;
	margin: 20px 0px;
}
	.koumoku{
		font-size: 85%;
	}	
.nengetu{
	background-color: #f1f1f1;
	text-align: center;
	width: 25%;
	padding: 5px;
	font-size: 85%;
}
.bg-uriage{
	background-color:  var(--base2);
	padding: 5px 10px;
	text-align: right;
	font-size: 85%;
}
.bg-ararieki{
	background-color: #f9f3e4;
	padding: 5px 10px;
	text-align: right;
	font-size: 85%;
	}
.cta-btinner{
	padding: 0px 15px;

}
.contents-inner-t1{
	padding: 15px 15px 10px 15px;
}
.contents-inner4-t2{
	padding: 0px 0px 0px 0px;
	background-color: rgba(255,255,255,.6);
}	
.top-margin{
	height: 35px;
}	
}

.msc-ai-bg{
	background: #fff;
	border: 3px solid var(--base1);
	border-radius: 15px;
	padding: 30px;
}
.msc-news{
	background: var(--base1);
	padding: 5px 15px;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}
.mscai-title{
	font-size: 24px;
	font-weight: 600;
	color: var(--base1);
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
.mscai-title{
	font-size: 20px;
	font-weight: 600;
	color: var(--base1);
	line-height: 1.5;
}	
.msc-ai-bg{
	background: #fff;
	border: 3px solid var(--base1);
	border-radius: 15px;
	padding: 20px;
}	
}


