@charset "UTF-8";
/*==================================================
                 tenplate
==================================================*/
*,*::before,*::after {
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin-top: 0px!important;
	scroll-behavior: smooth;
}

*{
	margin: 0px;
	padding: 0px;
    font-family: YakuHanJP,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"Hiragino Sans",Meiryo,'メイリオ',sans-serif!important;
	letter-spacing: 1px;
	color: #515151;
	font-feature-settings: "palt";
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a:hover{
	text-decoration: none!important;
}
p{
	line-height: 2;
	font-size:16px;
	letter-spacing: 1px;
	font-weight: 400;
}
main{
	width: 100%;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	margin-bottom: 50px;
	font-weight: 500;
	line-height: 1.5;
}
h1,.h1 {
	font-size: 2.5rem
}
h2,.h2 {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
h3,.h3 {
	font-size: 1.75rem;
	font-weight: 700;
}
h4,.h4 {
	font-size: 1.5rem
}
h5,.h5 {
	font-size: 1.25rem
}
h6,.h6 {
	font-size: 1rem
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}
@media(min-width:992px) {
	.container {
		max-width: 960px
	}
}
@media(min-width:1200px) {
	.container {
		max-width: 1140px
	}
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
@media(min-width:769px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}
@media(min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}
.text-center{
	text-align: center!important;
}
/*==================================================
                   共通
==================================================*/
.section{
	padding: 100px 20px;
}
.title_box{
	margin-bottom: 40px;
}
.title_box h2{margin-bottom: 10px;}
.title_box p{
	color: #BD9F79;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
}
.m_b_0{
	margin-bottom: 0px!important;
}
.m_b_5{
	margin-bottom: 5px!important;
}
.m_b_10{
	margin-bottom: 10px!important;
}
.m_b_20{
	margin-bottom: 20px!important;
}
.m_b_30{
	margin-bottom: 30px!important;
}
.m_b_40{
	margin-bottom: 40px!important;
}
.m_b_50{
	margin-bottom: 50px!important;
}
.m_b_60{
	margin-bottom: 60px!important;
}
.n_992{
	display: block!important;
}
.b_992{
	display: none!important;
}
.n_768{
	display: block;
}
.b_768{
	display: none!important;
}
.n_480{
	display: block;
}
.b_480{
	display: none;
}
.text_center{
	text-align: center;
}
.bg_l_g{
	background: #EFF7EE;
}
.btn,
a.btn,
button.btn,button {
  border: 0px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
	background: none;
	max-width: 450px;
    width: 100%;
	height: auto;
}
.btn p{
	text-align: center;
    width: calc(100% - 45px);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #fff;
    padding-left: 30px;
}
.scoll_cv_btn{
	 width: 100%;
    height: 80px;
	background: rgba(0,0,0,.5);
    right: 0px;
    bottom: 0px;
	padding: 10px 20px;
}
.scoll_cv_btn .fv_btn {
    max-width: 700px;
    width: 100%;
}
.menu {
	display: none;
	text-align: center;
	letter-spacing: -.40em;
	position: fixed;
	z-index:999;
}
.fv_btn{
	display: flex;
	flex-flow: row;
	align-items: center;
	max-width: 550px;
    width: 100%;
	padding-left: 15px;
}
.fv_btn .btn{
	width: 50%;
}
.btn,
a.btn,
button.btn {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 10px;
  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;
  color: #fff;
  font-weight: 700;
	border-radius:50px;
	border: 2px solid #fff;
}
a.btn-gradient_o {
  font-weight: normal;
  color: #fff;
	border-radius:50px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #FF9E57),
    to(#FF5C00)
  );
  background-image: -webkit-linear-gradient(left, #FFB782 40%, #FF9E57 100%);
  background-image: linear-gradient(90deg, #FFB782 40%, #FF9E57 100%);
}
a.btn-gradient_o:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius:50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#FFB782),
    color-stop(#FF9E57),
    to(#F15700)
  );
  background-image: -webkit-linear-gradient(left, #FFB782, #FF9E57, #F15700);
  background-image: linear-gradient(90deg, #FFB782, #FF9E57, #F15700);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
	color: #fff;
	font-weight: 700;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}
a.btn-gradient_b {
  font-weight: normal;
  color: #fff;
	border-radius:50px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #7182AB),
    to(#263F7B)
  );
  background-image: -webkit-linear-gradient(left, #9BABD3 40%, #7182AB 100%);
  background-image: linear-gradient(90deg, #9BABD3 40%, #7182AB 100%);
}
a.btn-gradient_b:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius:50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9BABD3),
    color-stop(#7182AB),
    to(#263F7B)
  );
  background-image: -webkit-linear-gradient(left, #9BABD3, #7182AB, #263F7B);
  background-image: linear-gradient(90deg, #9BABD3, #7182AB, #263F7B);
}
.btn_menu{
	width: 180px!important;
	padding: 10px!important;
	height: auto!important;
	margin-left: 10px;
}
.fv_btn .btn{
	margin-right: 15px;
}
.annotation{
	font-size: 11px;
}
.slick-slider {
	overflow: hidden;
}
.slick-dots {
    position: initial!important;
}
/*==================================================
                  header
==================================================*/
header img{
	width: 200px;
}
header{
	text-align: center;
	width: 100%;
}
.header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header__inner {
  padding: 15px 0px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
/* ヘッダーのロゴ部分 */
.header__title {
  width: 200px;
  margin-bottom: 0px;
}
.fixed_header .header__inner{
	background: #fff;
    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.03);	
	padding: 15px 20px;
}
.fixed_header .header__nav {
    padding: 0px 0px;
    border-radius: 0px;
    box-shadow: none
}
@media screen and (min-width: 992px) {
  .header__title {
    width: 200px;
  }
}
.header__title img {
  display: block;
  width: auto;
  height: 40px;
}
/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
padding: 10px 20px 10px 50px;
    border-radius: 50px 0 0 50px;
box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 992px) {
  .header__nav {
    position: static;
    transform: initial;
    height: inherit;
    display: flex;
    justify-content: end;
   width: fit-content;
  }
}
@media screen and (min-width: 992px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}
.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.nav-items li{
	list-style: none;
}
@media screen and (min-width: 992px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
}
/* ナビのリンク */
.nav-items__item a {
  color: #515151;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}
.nav-items_link{
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}
.nav_hover a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 3px;
background: #BD9F79;
bottom: -8px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}
.nav_hover a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.nav_hover a {
position: relative; /*アンダーラインの位置を決めるための基準 */
}
@media screen and (min-width: 992px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 30px;
  height: 100%;
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 992px) {
.nav-items li {
    border-bottom: 1px solid #CDCDCD;
    padding: 35px 0px;
}
.nav-items li:last-child {
    border-bottom: none;
}
.nav-items {
    width: 90%;
    max-width: 550px;
}
.btn_menu {
    max-width: 300px!important;
	}
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #515151;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 10px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}
/*==================================================
                   fv
==================================================*/
.coupon{
	max-width: 400px;
	width: 100%;
	margin-bottom: 10px;
}
.fv{
padding: 100px 0px 140px 0px;
 background: linear-gradient(to bottom right, #fff, #FFE4BB);
}
.fv .container{
	max-width: 1200px;
	padding: 0 20px;
}
.fv .row{
	align-items: center;
}
.fv .fv_img{
	width: 50%;
}
.fv .fv_info{
	width: 50%;
	text-align: center;
	height: fit-content;
}
.fv .fv_img figure{
	max-width: 600px;
	width: 100%;
}
.fv h1{
	margin-bottom: 10px;
	text-align: left;
	font-weight: 700;
	padding-left: 15px;
	font-size: 3.5rem;
	letter-spacing: 5px;
}
.fv h1 span{
	font-size: 2.5rem;
}
.fv p{
	text-align: left;
	margin-bottom: 30px;
	padding-left: 15px;
}
.balloon{
	background: linear-gradient(to right,rgba(255,255,255,1.00), rgba(255,255,255,0));
	padding: 5px 20px 5px 20px;
	margin-bottom: 10px;
}
.balloon p{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 0px;
	padding-left: 0px;
}
@media screen and (max-width:1440px){
.fv .container{
	max-width: 1200px;
}
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
	margin-top: -150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 80px;
    min-height: 80px;
    width: 100%;
    margin-bottom: 0px;
    max-height: 160px;
    margin-top: -160px;
}
  .content {
    height:30vh;
  }
.fv {
    padding: 80px 0px 90px 0px;
}
}

/*==================================================
                　company
==================================================*/
.company{
	padding: 60px 20px;
}
.company figure{
	padding: 0 40px;
}
.company p{
	text-align: center;
	margin-bottom: 50px!important;
	margin: 0 auto;
}
/*==================================================
                 assignment
==================================================*/
.assignment{
	position: relative;
}
.bg01{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	z-index: -1;
}
.bg02{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 300px;
	z-index: -1;
}
.assignment_ul{
	position: relative;
	padding-top: 40px;
}
.assignment_ul li{
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    list-style: none;
	margin-bottom: 50px;
}
.assignment_ul li::before{
    transform: skewX(-20deg);
    content: "";
    position: absolute;
   top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    z-index: -1;
    background-color:#F2ECE4;
}
.assignment_ul li .li_shadow{
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    list-style: none;
	padding: 1px;
	margin-bottom: 20px;
	top: -8px;
    left: -8px;
}
.assignment_ul li .li_shadow::before{
    transform: skewX(-20deg);
    content: "";
    position: absolute;
   top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    z-index: -1;
    background-color:#BD9F79;
}
.assignment_ul li .li_inner{
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    list-style: none;
	padding: 10px 35px 10px 90px;
}
.assignment_ul li .li_inner::before{
    transform: skewX(-20deg);
    content: "";
    position: absolute;
   top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    z-index: -1;
    background-color:#FCFAF8;
}
.assignment_ul li p{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
}
.assignment_ul figure{
	position: absolute;
	z-index: 99;
	top: -25px;
    left: 15px;
}
.assignment_ul figure img{
	height: 35px;
	width: auto;
}
.assignment_p{
	text-align: center;
}
.assignment_p span{
	background:linear-gradient(transparent 70%, #FFFF00 0%);
font-size: 20px;
	font-weight: 700;
}
/*==================================================
                     strengths
==================================================*/
.strengths{
	background: linear-gradient(70deg, #FFE5BC, #fff);
}
.home-plan__inclusion-item-num {
    width: 60px;
    height: 60px;
    top: -3px;
    left: -3px;
    padding-left: 11px;
    padding-top: 5px;
    font-size: 2rem;
    border-radius: 10px 0 0 0;
}
.home-plan__inclusion-item-num {
    position: absolute;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    top: -2px;
    left: -2px;
    padding-left: 7px;
    padding-top: 3px;
    background: rgb(var(--main_700));
    color: rgb(var(--surface_700));
    line-height: 1.5;
    font-size: 1.1rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    border-radius: 5px 0 0 0;
}
.strengths_box{
	background: #fff;
	border-radius: 20px;
}
.strengths_inner{
	border: 1px #BD9F79 solid;
	border-radius: 15px;
	background: linear-gradient(135deg, #BD9F79 50px, transparent 0);
}
.strengths_inner .num{
	color: #FFFFFF;
    font-weight: 700;
    font-size: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-right: 5px;
}
.strengths_contents{
	padding:  0 20px;
	text-align: center;
}
.strengths_contents h3{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}
.strengths_contents p{
	font-size: 14px;
	margin-bottom: 20px;
	height: 100px;
}
.strengths_contents p span{
	color: #DA7C06;
	font-size: 20px;
	font-weight: 700;
}
.strengths_contents figure{
	margin-bottom: 20px;
}
.strengths_contents figure img{
	height: 100px;
	width: auto;
}
/*==================================================
                    solution
==================================================*/
.solution h2{
	margin-bottom: 20px;
}
.solution h3{
	background: linear-gradient(to left, #fff 28px, #FFEED8 50%, #fff);
	text-align: center;
    font-size: 18px;
    max-width: 600px;
	width: 100%;
    padding: 5px 20px;
    margin: 0 auto 80px auto;
	font-weight: 600;
}
.step li{
	border: 1px #BD9F79 solid;
	border-radius: 20px;
	background: #fff;
	display: flex;
	flex-flow: row;
	align-items: center;
	position: relative;
	max-width: 900px;
	width: 100%;
	margin: 0 auto 50px auto;
	height: 200px;
}
.step li figure{
	background: #F4F5F8;
	padding: 20px;
	flex-shrink: 0;
	height: 100%;
}
.step li figure img{
	width: 150px;
}
.step_icon{
	height: 100%;
}
.step_icon p{
	color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 20px;
    line-height: 1.4;
    width: 100px;
    display: flex;
	flex-flow: column;
    height: 100%;
    border-radius: 20px 0 0 20px;
    justify-content: center;
    align-items: center;
}
.step_icon p span{
	color: #fff;
	font-size: 35px;
}
.step_01{
	background: #F3D8B5;
}
.step_02{
	background: #D7BA95;
}
.step_03{
	background: #BD9F79;
}
.step_04{
	background: #9C815F;
}
.step_05{
	background: #806543;
}
.step_06{
	background: #6D5332;
}
.step_contents{
	padding: 20px;
}
.step_contents h4{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
}
.step_contents p{
	font-size:14px;
	font-weight: 400;
	margin-bottom: 0px;
}
/*==================================================
                    simulation
==================================================*/
.simulation{
	background: #F2ECE4;
}
.simulation h2{
	margin-bottom: 20px;
}
.simulation h3{
	background: linear-gradient(to left, #F2ECE4 28px, #fff 50%, #F2ECE4);
	text-align: center;
    font-size: 18px;
    padding: 5px 20px;
    margin: 0 auto 20px auto;
	line-height: 1.8;
	font-weight: 600;
}
.table_box{
	overflow-x: auto;
	width:100%;
  -webkit-overflow-scrolling: touch;
}
.table_box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table_box th, td {
  vertical-align: middle;
  padding: 20px;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
	line-height: 1.8;
	font-weight: 700;
}
.table_title td, .table_title th{
	background: #BD9F79;
	color: #fff;
	font-weight: 700;
}
.table_g{
	background: #F4F5F8;
}
.table_w{
	background: #fff;
}
.table_y{
	background: #FFFEDC;
}
.table_y2{
	background: #FFFCC0;
}
.sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
	font-weight: 700;
}
.sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.simulation .annotation{
	margin-bottom: 50px;
	text-align: center;
}
/*==================================================
                    member
==================================================*/
.test__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.test-slick {
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
    @include breakpoint(500px) {
        margin: 5% auto;
    }
}
.test-slick__item {
    margin-right: 5px;
    margin-left: 5px;
}
.test-slick__item img {
    height: auto;
    width: 100%;
}
.slick-prev:before, .slick-next:before {
    color: #000066;
}
.member .row{
	display: flex!important;
}
.member h2{
	margin-bottom: 20px;
	font-weight: 600;
}
.member h3{
	background: linear-gradient(to left, #fff 28px, #FFEED8 50%, #fff);
	text-align: center;
    font-size: 18px;
    max-width: 700px;
	width: 100%;
    padding: 5px 20px;
    margin: 0 auto 80px auto;
}
.member_inner{
	background: #fff;
	border: #BD9F79 solid 1px;
	border-radius: 20px;
	padding: 90px 20px 20px 20px;
	position: relative
}
.member_inner h4{
	font-size: 20px;
	text-align: center;
	margin-bottom: 18px;
	font-weight: 700;
}
.member_inner p{
text-align: center;
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 0px;
	height: 50px;
}
.member_inner figure{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: -30px;
}
.member_inner figure img{
	height: 100px;
	width: auto;
	margin: 0 auto;
}
/*============================================
                case
============================================*/
.case{
	background: #F4F5F8;
}
.case_contents{
	background: #fff;
	border: #BD9F79 solid 1px;
	border-radius: 20px;
    padding: 20px;
	display: flex;
	flex-flow: row;
	align-items: center;
	max-width: 900px;
	width: 100%;
	margin: 0 auto 30px auto;
}
.case_img{
	text-align: center;
	padding: 10px;
	margin-right: 20px;
}
.case_img figure img{
	width: 150px;
	height: auto;
	margin-bottom: 10px;
}
.case_img p{
	font-weight: 700;
	text-align: center;
	margin-bottom: 0px;
	font-size: 16px;
}
.case_info h3{
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 700;
}
.case_info h4{
	background: #BD9F79;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 16px;
    width: fit-content;
    padding: 2px 10px;
}
.case_info p{
	margin-bottom:0px;
	font-size: 14px;
}
/*==================================================
                       cv
==================================================*/
.cv{
	background: linear-gradient(180deg, #F4F5F8 0%, #F4F5F8 20%, #fff 20%, #fff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.cv .container{
	 background: linear-gradient(to bottom right, #D8C4AB, #AC7F46);
	padding: 50px;
	border-radius: 20px;
	position: relative;
}
.cv .container .col-md-6{
	z-index: 2;
}
.cv_bg01{
	position: absolute;
	width: 300px;
	left: 0px;
	bottom: 0px;
	z-index: 1
}
.cv_bg02{
	position: absolute;
	width: 300px;
	right: 0px;
	top: 0px;
	z-index: 1
}
.cv .row{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
.cv .cv_contents{
	background: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 30px 20px;
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}
.cv .cv_contents h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.cv .cv_contents figure img{
	width: 180px;
	margin-bottom: 20px;
}
.cv .cv_contents p{
	font-size: 14px;
	margin-bottom: 20px;
}
.cv h2{
	color: #fff;
	margin-bottom: 30px;
	font-weight: 700;
}

/*============================================
                faq
============================================*/
.faq .inner {
	max-width: 850px;
	width:100%;
	margin: 20px auto;
}
.faq .qa_box{
    margin-bottom: 20px;
}
.faq .qa_box .qa_q {
     background-color: #F4ECE1;
    border: 1px solid #BD9F79;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    color: #515151;
}
.faq .toggle_icon {
  position: absolute;
    top: 50%;
    right: 15px;
    width: 25px;
    height: 25px;
    margin-top: -15px;
    font-weight: 900;
    font-size: 20px;
    background: #BD9F79;
    border-radius: 30px;
}
.faq .toggle_icon:before{
  position: absolute;
    content: "＋";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    height: 25px;
    display: flex;
    justify-content: center;
    width: 25px;
    align-items: center;
}
.faq .qa_q.open .toggle_icon:before{
    position: absolute;
    content: "ー";
    margin: auto;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
}
.faq .qa_box .qa_a {
   display: none;
    padding: 25px 0 25px 30px;
}
.faq .qa_inner{
	display: flex;
	flex-flow: row;
}
.faq .a_txt{
    position: relative;
    background: #7282AC;
    font-weight: 700;
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #fff;
    grid-column: 1 / 2;
    grid-row: 1 / 1;
    border-radius: 10px 10px 0px 10px;
}
.faq .qa_inner figure{
	width: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: end;
}
.faq .q_txt{
    display: flex;
    align-items: center;
    padding-left: 35px;
    font-size: 16px;
    color: #515151;
	font-weight:700;
	letter-spacing: 1px;
    padding: 0px 20px 0px 0;
}
.faq .q_txt span {
    border-radius: 10px 0 0 10px;
    text-align: center;
    padding: 10px;
    position: relative;
    height: 70px;
    width: 80px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}
.faq .a_txt {
    display: block;
    padding-left: 20px;
	line-height: 1.8;
	font-size: 14px;
	font-weight: 400;
}
.qa_text{
	display: flex;
}
.qa_bubble{
	width: 30px;
	height: 100%;
	background: #7282AC;
}
.qa_bubble div{
	background: #fff;
	border-radius: 0 0 0 20px;
	width: 30px;
	height: 100%;
}

/*============================================
                footer
============================================*/
footer{
	background: #393939;
	padding: 50px 0;
	text-align: center;
}
footer img{
	width: 250px;
}
footer p{
	color: #fff;
	margin-bottom: 0px;
	font-size: 12px;
	border-top: 0.5px #fff solid;
	padding-top: 20px;
}
footer .row{
	width: 100%;
	padding-bottom: 20px;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto 0;
}
footer .row a{
	color: #fff;
	width: fit-content;
    text-align: center;
    padding: 0 50px;
}
footer .row a:hover{
	color: rgba(255,255,255,.6);
}
@media screen and (max-width:1280px){
.nav-items__item a {
    font-size: 13px;
}
.header__nav {
    padding: 10px 20px 10px 30px;
}
.btn_menu {
    width: 150px !important;
}
.company figure{
	padding: 0 20px;
}
	}
@media screen and (max-width:1200px){
.nav-items_link {
    padding: 0 15px;
    font-size: 14px;
}
.nav-items__item a {
    font-size: 1.1vw;
}
.fv h1 {
    font-size: 4.3vw;
	padding-left: 0px;
}
	.balloon{
		padding-left: 5px;
	}
.fv h1 span {
    font-size:3vw;
}
.fv p {
    font-size: 14px;
	padding-left: 0px;
}
	.fv_btn{
		padding-left: 0px;
	}
	.fv_btn a span{
		font-size: 16px!important;
	}
}
@media screen and (max-width:1080px){
.fv h1 {
		font-size: 3rem;
	}
.nav-items__item a {
    font-size: 1.1vw;
}	
.nav-items_link {
    padding: 0 12px;
}
.btn_menu {
    width: 120px !important;
}
a.btn-gradient span {
    font-size: 10px;
}
}
@media screen and (max-width:992px){
.coupon {
    max-width: 500px;
	margin: 0 auto 10px auto;
}
.fv h1 {
		font-size: 9vw;
	}
.fv h1 span{
		font-size: 7vw;
	}
.n_992{
	display: none!important;
}
.b_992{
	display: block!important;
}
.header__inner {
    padding: 10px 20px 10px 20px;
	background: #fff;
	border-bottom: 1px solid #CDCDCD;
}
.header__nav {
    border-radius: 0;
	padding: 10px 20px 10px 20px;
}
.nav-items__item a {
    font-size: 16px;
}
.btn_menu {
    width: 100% !important;
    margin: 0 auto;
}
.nav-items li:last-child{
		border-bottom:0px;
	}
.nav-items a.btn-gradient_o{
		margin-bottom: 15px;
	}
.fv .fv_info {
    width: 100%;
}
a.btn-gradient span {
    font-size: 18px;
}
.balloon {
   background: linear-gradient(to left, rgba(255,255,255,0) 28px, rgba(255,255,255,1.00) 50%, rgba(255,255,255,0));
    padding: 10px 20px;
}
.fv h1 {
    text-align: center;
	}
.fv p {
    text-align: center;
}
.balloon p {
    text-align: center;
}
.fv_btn {
    max-width: 100%;
}
.fv_btn a.btn-gradient span {
    font-size: 16px;
}
.strengths_contents p span {
    font-size: 16px;
}
.strengths_contents {
    padding: 0 10px;
    text-align: center;
}
.strengths_contents p {
    font-size: 13px;
}
.member_inner {
    padding: 90px 15px 20px 15px;
}
.member_contents{
		padding-left: 10px;
		padding-right: 10px;
	}
.member_inner h4 {
    font-size: 18px;
}
.member_inner p {
    height: 60px;
}
.fv h1 {
    padding-left: 0px;
}
.fv p {
    padding-left: 0px;
}
.fv .container {
    padding: 0 15px;
}
.fv_btn {
    padding-left: 0px;
}
.faq .qa_box .qa_a {
    padding: 25px 0px;
}
}
@media screen and (max-width:768px){

.n_768{
	display: none!important;
}
.b_768{
	display: block!important;
}
.member_inner p {
    height: auto;
}
.strengths_contents p {
    font-size: 18px;
}
.strengths_contents p span {
    font-size: 25px;
}
.member .row{
		display: none;
	}
.strengths_box {
	max-width: 400px;
	width: 100%;
	margin: 0 auto 25px auto;
}
.step li {
    flex-flow: column;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 25px auto;
}
.step li figure {
    border-radius: 0px 0px 0 0;
    width: 100%;
    text-align: center;
}
.step_icon {
    position: relative;
    border-radius: 10px 10px 0 0;
	width: 100%;
	top: 0;
}
.step_icon p {
    width: 100%;
    border-radius: 20px 20px 0 0;
	flex-flow: row;
}
.step_icon p span{
		font-size: 20px;
		padding-left: 10px;
	}
.step li {
    height: auto;
}
.step_contents h4 {
    text-align: center;
}
.member h3 {
    margin: 0 auto 30px auto;
}
.slick-list {
    padding: 40px 0 0 0!important;
}
.case_contents {
    flex-flow: column;
}
.cv .cv_contents {
    margin-bottom: 25px;
}
.case_contents {
    margin: 0 auto 0px auto;
}
.faq .q_txt {
    padding-left: 0px;
    font-size: 14px;
}
.faq .q_txt span {
    margin-right: 0px;
}
.faq .toggle_icon {
    right: 8px;
}
.company figure {
    padding: 0 0px;
}
p {
    font-size: 14px;
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 30px;
}
.section {
    padding: 60px 15px;
}
col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
}
.strengths_contents p {
    margin-bottom: 20px;
    height: auto;
}
.scoll_cv_btn .fv_btn .btn {
    margin:0 8px;
}
.scoll_cv_btn {
    padding: 10px 5px;
}
.bg01{
	width: 250px;
}
.bg02{
	width: 250px;
}
.cv {
    padding-left: 15px;
    padding-right: 15px;
}
.member h3 {
    padding: 5px 0px;
}
.member_contents {
    padding-left: 0px;
    padding-right: 0px;
}
.simulation h3 {
    padding: 5px 0px;
}
}
@media screen and (max-width: 600px) {
.faq .q_txt {
    padding: 0px 30px 0px 0;
}
footer .row a {
    font-size: 13px;
}
.bg01{
	width: 200px;
}
.bg02{
	width: 200px;
}
.fv_btn {
    display: flex;
    flex-flow: column;
    padding-left: 0px;
}
.fv_btn .btn {
    margin-right: 0px;
	margin-bottom: 15px;
}
.scoll_cv_btn .fv_btn {
    flex-flow: row!important;
}
.balloon {
    padding: 10px 0px;
}
.fv_btn .btn {
    width: 100%;
}
.assignment_ul li p {
    font-size: 3.5vw;
    letter-spacing: 1px;
}
.table_box {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}
.table_box th, td {
	padding: 10px 15px;
    font-size: 13px;
	line-height: 1.7;
}
h2,.h2 {
	font-size: 24px;
}
.cv h2 {
    font-size: 20px;
}
h3,.h3 {
    font-size: 16px!important;
    line-height: 1.6;
	}
.assignment_ul figure img {
    height: 25px;
}
.assignment_ul figure {
    top: -18px;
    left: 5px;
}
.assignment_ul li .li_shadow {
    top: -5px;
    left: -5px;
}
.assignment_ul li .li_shadow::before {
    transform: skewX(-12deg);
}
.assignment_ul li .li_inner::before {
    transform: skewX(-12deg);
}
.assignment_ul li::before {
    transform: skewX(-12deg);
}
.assignment_ul li .li_inner {
    padding: 10px 10px 10px 40px;
}
.assignment_p span {
    font-size: 18px;
}
.cv .container {
    padding: 40px 20px;;
}
}
@media screen and (max-width:480px){
p {
    font-weight: 600;
}
.step_contents p {
    font-weight: 600;
}
.member_inner p{
	font-weight: 600;
}
.header__title img {
    height: 30px;
}
.nav-items li {
    padding: 25px 0px;
}
.nav-items__item a {
    font-size: 14px;
}
.n_480{
	display: none!important;
}
.b_480{
	display: block!important;
}
.bg01{
	width: 150px;
}
.bg02{
	width: 200px;
}
.balloon p {
    font-size: 14px;
}
.balloon {
    padding: 5px 0px;
}
.fv h1{
		letter-spacing: 3px;
	}
.assignment_ul li {
    margin-bottom: 30px;
}
.cv .cv_contents h3 {
    font-size: 20px!important;
	}
footer .row a{
    padding: 0 30px;
}
}
@media screen and (max-width:400px){
    .fv_btn a.btn-gradient span {
        font-size: 14px;
    }
}
