@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: #092D40;
	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%;
	background: rgba(0,0,0,.5);
    right: 0px;
    bottom: 0px;
	padding: 10px 20px;
}
.scoll_cv_btn .fv_btn {
    max-width: 700px;
    width: 100%;
	display: flex;
}
.scoll_cv_btn .fv_btn a{
	margin: 0 15px;
}
.scoll_cv_btn .btn-gradient_w{
	background: #fff;
}
.scoll_cv_btn .btn-gradient_w span{
	color: #1C92D0;
}
.menu {
	display: none;
	text-align: center;
	letter-spacing: -.40em;
	position: fixed;
	z-index:999;
}
.fv_btn{
	max-width: 650px;
    width: 100%;
	text-align: left;
}
.fv_btn p{
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px!important;
	text-align: center!important;
	padding-left: 0px!important;
}
.btn,
a.btn,
button.btn {
  font-size: 20px;
  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: 1.2px solid #fff;
}
a.btn-gradient_o {
  font-weight: normal;
  color: #fff;
	border-radius:50px;
  background: #FF405F;
}
a.btn-gradient_o:hover{
	background: #D6223F;
}
a.btn-w {
    font-weight: normal;
    color: #1C92D0;
    border-radius: 50px;
    background: #fff;
}
.btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
/*.btn:after {
  content: '';
  display: block;
  width: 100%;
  transition: .3s;
}*/
.btn:hover {
  transform: translateY(4px);
}

a.btn-w{
  display: block;
  transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
a.btn-w:hover {
  background: #DAF2FF;
  color: #ff701e;
  letter-spacing: 0.15em;
}
.fv .fv_btn .row{
	align-items: flex-end;
}
.fv .fv_btn .row .col-md-6{
	padding-right: 15px;
	padding-left: 0px;
}
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;
}

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

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: #1B7BB3;
}
a.btn-gradient_n {
    background: #408eda;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.btn-gradient_b:hover{
	background: #0D5D8C;
}
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: #1B7BB3;
}
a.btn-gradient_n img {
  width: 20px;
	margin-left: 5px;
}
.btn_menu{
	padding: 10px 25px!important;
	height: auto!important;
}
.annotation{
	font-size: 11px;
}
.slick-slider {
	overflow: hidden;
}
.slick-dots {
    position: initial!important;
}
.fv_free img{
	width: 60px;
}
.fv .fv_free{
	position: relative;
}
.fv .fv_free figure{
	position: absolute;
	left: 0px;
	bottom: -20px;
}
.fv .fv_free p{
	background: #fff;
    color: #429CE2;
    border-radius: 50px;
    font-size: 18px;
	letter-spacing: 2px;
    font-weight: 700;
    width: fit-content;
    padding: 0px 30px 0px 50px;
	margin-left: 15px;
}
.fv_free p .free_p1{
	background: #429CE2;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 8px;
    margin-right: 10px;
}
.fv_free p .free_p2{
	color: #429CE2;
    font-size: 25px;
}
.fv_free p .free_p3{
	color: #429CE2;
    font-size: 22px;
}
/*==================================================
                  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 20px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
/* ヘッダーのロゴ部分 */
.header__title {
    width: fit-content;
    background: #fff;
    margin-bottom: 0px;
    transition: ease .4s;
    padding: 12px 30px 12px 30px;
    border-radius: 0px 50px 50px 0;
    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.03);
}
.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
}
.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%);
  transition: ease .4s;
}
.nav-items__item a.btn-gradient_o{
	width: fit-content;
	margin-right: 12px;
}
.nav-items__item a.btn-gradient_b {
    margin-right: 12px;
}
.fixed_header .header__inner .nav-items__item a {
    color: #092D40;
}
.fixed_header .header__title {
    padding: 0px 0px 0px 0px;
    border-radius:0 0 0 0;
    box-shadow: none;
}
.fixed_header .hamburger span {
  background-color: #515151;
}
@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;
	display: flex;
}
@media screen and (min-width: 992px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
}
/* ナビのリンク */
.nav-items__item a {
  color: #fff;
  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: #97C5EC;
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_hover a::after {
position: relative;
background: none;
}
    .nav-items__item a:hover {
        color:#7090a1;
    }
.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: 400px!important;
	}
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  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);
	    background: #092D40;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
    background: #092D40;
}
/*==================================================
                   fv
==================================================*/
.fv{
 background: linear-gradient(to bottom right, #60c5ff, #1F56B4);
}
.fv .container{
	max-width: 1400px;
    padding: 0px 20px 0px 20px;
    background: url("../img/fv_bg.png") no-repeat center right;
	background-size:contain;

}
.fv .row{
	align-items: center;

}
.fv .fv_img{
	width: 55%;
	/*background: url("../img/fv_bg.png") no-repeat center;
	background-size: cover;*/
    padding: 130px 0px 20px 0px;
}
.fv .fv_info{
	width: 45%;
	text-align: center;
	height: fit-content;
    padding: 140px 0px 40px 0px;
}
.fv .fv_img figure{
	max-width: 550px;
	width: 100%;
}
.fv h1{
	margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 5px;
    color: #fff;
	line-height: 1.4;
}
.fv h1 span{
    color: #fff;
	font-size: 3.5rem
}
.fv h2{
	font-size: 20px;
    color: #fff;
    font-weight: 700;
	margin-bottom: 40px;
    text-align: left;
	line-height: 1;
}
.fv p{
	text-align: left;
	margin-bottom: 30px;
	padding-left: 15px;
}
 .fukidashi-01-04 {
         position: relative;
    width: fit-content;
    border-bottom: 2px solid #fff;
	 margin-bottom: 30px;
    }
    .fukidashi-01-04::before {
      content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #45a0e5;
    /* rotate: 135deg; */
    translate: -50%;
    }
    .fukidashi-01-04::after {
          content: "";
    position: absolute;
    top: calc(100% + 11px);
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 2px;
    transform: rotate(-50deg);
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 .5px 0 #fff, 0 -0.5px 0 #fff;
    }
.fukidashi-01-04 p{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
@media screen and (max-width:1440px){
.fv .container{
	padding: 0 0 0 50px;
}
.fukidashi-01-04::before {
    background-color: #54b1f2;
}
.fv .fv_img {
    padding: 120px 30px 0px 0px;
width: 45%;
}
.fv .fv_info {
    padding: 140px 0px 40px 0px;
    width: 55%;
}
.fv h1 {
    font-size: 3.3vw
}
a.btn-gradient_n img {
    margin-left: 10px;
}
}
.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;
}
@media (max-width: 768px) {
.fv {
    padding: 80px 0px 90px 0px;
}
}

/*==================================================
                　task
==================================================*/
.section_h2{
	text-align: center;
}
.section_h2 h2{
 background: linear-gradient(90deg, #0089D4 40%, #14BAF8 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_h2 h2 span{font-size: 18px;}
.head-border {
    position: relative;
    display: inline-block;
    padding: 0 45px;
	color: #1595DC;
	font-size: 14px;
	margin-bottom: 10px;
}
.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #1595DC;
}
.head-border:before {
    left: 0;
}
.head-border:after {
	right: 0;}
.task{
	padding: 100px 20px;
}
.task_contents{
	background: #F0F9FF;
	padding: 50px;
	border-radius: 20px;
}
.task_contents .row{
	    display: flex;
    align-items: center;
    justify-content: center;
	flex-flow: row;
}
.task_contents .row figure{
	width: 40%;
}
.task_list{
	    width: fit-content;
    padding-left: 30px;
}
.task_balloon{text-align: center;
}
.task_balloon p{
  position: relative;
    display: inline-block;
    margin: 0px auto 20px auto;
    padding: 0px 20px;
    background: #1F95D3;
}
.task_balloon p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1F95D3;
}
.task_balloon p {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}
ul.list_ul {
	list-style: none;
}
ul.list_ul li{
	background: url(../img/li_icon.webp) no-repeat;
    background-position: center left;
    background-size: auto 20px;
    line-height: 1.6;
    border-bottom: #BBBBBB dashed 1px;
    padding: 15px 20px 15px 35px;
    font-size: 18px;
}
ul.list_ul li span{
	color: #1B7BB3;
	font-weight: 800;
	font-size: 20px;
}
/*==================================================
                 solution
==================================================*/
.solution{
	padding: 100px 20px;
}
.solution figure{
	max-width: 700px;
	width: 100%;
	margin: 0 auto 50px auto;
}
.head-border{
width: fit-content!important;	
}
.solution p{
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
/*==================================================
                  case
==================================================*/
.case{
	padding: 80px 20px 200px 20px;
	background: linear-gradient(#fff, #E5F6FF);
}
.arrow {
    width: 0;
    height: 0;
    border-style: solid;
}
.case_contents h3{
	margin-bottom: 30px;
	font-size: 25px;
	padding-top: 20px;
}
.case_contents .before h3{
color: #092D40
}
.case_contents .after h3{
color: #fff;
}
.case_contents .before .arrow.-bottom{
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 14px solid #092D40;
    border-bottom: 0;
}
.case_contents .after .arrow.-bottom{
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 14px solid #fff;
    border-bottom: 0;
}
.case_contents .row{
	justify-content: space-between;
}
.case_contents .before{
	width: 40%;
	padding: 30px;
   border-radius: 20px;
	text-align: center;
	background: #E3E4E8;
}
.case_contents .after{
	width: calc(60% - 30px);
	padding: 30px;
   border-radius: 20px;
	text-align: center;
	background: linear-gradient(to bottom right, #60c5ff, #1F56B4);
}
.case_contents .before p{
	border: 1px solid #092D40;
}
.case_contents .after p{
	border: 1px solid #fff;
}
.case_contents p{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	width: 100%;
	padding: 20px;
}
.case_contents .before p.bg_w{
	background: #fff;
	color: #092D40;
}
.case_contents .before p.bg_g{
	background: #949494;
	color: #fff;
}
.before_arrow{
	height: 261px;
}
.before_arrow div{
	    height: 261px;
    border-right: 1px solid #092D40;
    width: 50%;
}
.case_contents .after p.bg_w{
	background: #fff;
	color: #1B7BB3;
}
.case_contents .after p.bg_b{
	background: #D2EEFF;
	color: #1B7BB3;
}
.after_arrow{
	height: 35px;
}
.after_arrow div{
	    height: 35px;
    border-right: 1px solid #fff;
    width: 50%;
}
/*==================================================
                  result
==================================================*/
.result{
	padding: 0 20px;
}
.result .container{
	border-radius: 20px;
    background: #fff;
    margin-top: -100px;
    padding: 60px 20px;
	box-shadow: 0px 10px 20px #d6f1ff;
}
.result .section_h2 h2{
	margin-bottom: 20px;
}
.result .section_h2 h3{
	font-size: 18px;
	margin-bottom: 50px;
}
.result_contents{
	background: #E7F6FF;
	padding: 50px;
	border-radius: 20px;
    width: fit-content;
	margin: 0 auto;
}
.result_contents ul li{
	display: flex;
    line-height: 1.6;
    border-bottom: #BBBBBB dashed 1px;
    padding: 15px 20px 15px 35px;
    font-size: 20px;
	flex-flow: row;
}
.result_contents ul li span{
	color: #1B7BB3;
	font-weight: 700;
}

.result_contents ul li img{
	width: 50px;
    height: 28px;
	margin-right: 20px;
	flex-shrink: 0;
}
/*==================================================
                price
==================================================*/
.price{
	    padding: 100px 0;
}
.price_contents{
	    width: 100%;
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(to bottom right, #60c5ff, #1F56B4);
}
.price_contents h3{
	color: #fff;
	font-weight: 800;
}
.price_contents .col-md-6 .inner{
	background: #fff;
	border-radius: 20px;
	padding: 30px;
}
.price_contents .col-md-6 .inner ul{
	list-style: none;
	text-align: left;
}
.price_contents .col-md-6 .inner ul li{
	display: flex;
	flex-flow: row;
	align-items: center;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 13px 0;
	border-bottom: 1px #ddd dashed;
	color: #092D40;
}
.price_contents .col-md-6 .inner ul li img{
	width: 25px;
	margin-right: 15px;
	flex-shrink: 0;
}
.price_contents .col-md-6 h4{
	background: #fff;
    border-radius: 30px;
    width: fit-content;
    margin: 0 auto 15px auto;
    padding: 2px 35px;
    color: #1F95D3;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 2px;
}
.price_contents .col-md-6 h4 span{
	font-size: 1rem;
    color: #1F95D3;
}
.price_contents .col-md-6 .price_m{
	color: #fff;
    font-size: 5rem;
    font-weight: 900;
	margin-bottom: 10px;
}
.price_contents .col-md-6 .price_m span{
	color: #fff;
    font-size: 3rem;
    font-weight: 900;	
}
.price_contents .col-md-6 p{
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0px;
}
.price_contents .col-md-6 p span{
	font-size: 10px;
	font-weight: 400;
	color: #fff;
}
/*==================================================
                   cv
==================================================*/
.cv{
	padding: 100px 20px;
}
.cv .row{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}
.cv .row figure{
	width: 50%;
}
.cv_balloon {
  position: relative;
    display: inline-block;
    margin: 10px 35px 10px 0;
    padding: 15px 20px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    border-radius: 10px;
    letter-spacing: 3px;
    background: #1F95D3;
}
.cv_balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #1F95D3;
}
.cv_h2{
	display: flex;
    flex-flow: row;
    align-items: center;
    width: fit-content;
    margin: 0 auto 30px auto;
}
.cv_h2 h2{
	margin-bottom: 0px;
}
.sq_h {
	display: flex;
    flex-flow: row;
    justify-content: center;
    margin-bottom: 10px;
}
.sq_h div{
	background: #1F95D3;
    width: 65px;
    height: 65px;
    margin: 0 4px;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sq_h .sq_h_num{
    font-size: 40px;	
}
.sq_h .sq_sm {
    font-size: 45px;
    letter-spacing: 0px;
    background: #fff;
    color: #1F95D3;
    width: fit-content;
}
.sq_h .sq_sm span{
	font-size: 70px;
    color: #1F95D3;
}
.cv_btn{
	    text-align: center;
    padding-top: 25px;
}
.cv_btn a{
	font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}
.cv_contents h3{
	    color: #1F95D3;
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
}
/*============================================
                footer
============================================*/
footer{
	background: #092D40;
	padding: 50px 0;
	text-align: center;
}
footer img{
	width: 200px;
	margin-right: 30px;
}
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);
}
.footer_info{
	display: flex;
    align-items: center;
    text-align: left;
    flex-flow: row;
	margin-bottom: 60px;
}
.footer_info p{
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 0px;
	padding-left: 30px;
	border-left: 1px solid #fff;
}
.footer_info p span{
		color: #fff;
}
.footer_info p .p_01{
	font-size: 20px;
	font-weight: 800;
}
.footer_info p .p_02{
	font-size: 16px;
	font-weight: 800;
}
.footer_link ul{
	list-style: none;
	display: flex;
	flex-flow: row;
}
.footer_link ul li{
	    padding: 0 20px;
    border-right: 1px #fff solid;
}
.footer_link ul li:last-child{
	border-right: none;
}
.footer_link ul li a{
	color: #fff;
}
.footer_link{
	    width: fit-content;
    margin: 0 auto 20px auto;
}
.inc{
	color: #fff;
	font-size: 12px;
}

/*=========================================
              law
=========================================*/
.sub_page .container h1{
	padding: 150px 20px 80px 20px;
	text-align: center;
}
.itemscope{
	background: #F3F2F1;
	padding: 10px 20px;
	margin-top: -20px;
}

.itemscope img{
	width: 15px;
	margin-right: 10px;
}
.itemscope p{
	display: flex;
    flex-flow: row;
    align-items: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #38B0E3;
	font-weight: 800;
}
.itemscope p a{
	display: flex;
    flex-flow: row;
    align-items: center;
border-bottom: 1px solid;
	color: #092D40;
	font-size: 800;
	line-height: 1.5;
}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 10px;
  height: 10px;
  transform: translateX(-25%) rotate(45deg);
	margin-right: 10px;
	margin-left: 10px;
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.law_contents{
	padding: 100px 20px;
}
.law_contents ul li{
	padding: 25px 10px;
	border-bottom: 1px #989898 solid;
}
.law_contents .table_title{
	flex-shrink: 0;
	font-size: 18px;
    width: 250px;
    font-weight: 700;
    letter-spacing: 1px;
}
.law_contents .table_text{
    line-height: 2;
	font-weight: 400;
}
.law_contents ul{
	list-style: none;
}
.law_contents ul li{
	display: flex;
	flex-flow: row;
}
.terms{
	padding: 100px 20px;	
}
.terms p{
	    line-height: 2;
    font-weight: 400;
}
.terms p span{
	padding-left: 30px;
}
.terms ul{
line-height: 2;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    list-style: none;
    padding-left: 50px;
    margin-bottom: 30px;
}
.privacy{
	padding: 100px 20px;	
}
.privacy p{
	    line-height: 2;
    font-weight: 400;
}
.privacy p span{
	color: #1F95D3;
    font-weight: 800;
	font-size: 20px;
	margin-bottom: 30px;
}
@media screen and (max-width:1280px){
.nav-items__item a {
    font-size: 13px;
}
.header__nav {
    padding: 10px 0px 10px 10px;
}
.fv h1 {
        font-size: 3vw;
        letter-spacing: 1px;
    }
.company figure{
	padding: 0 20px;
}
	.fv .fv_btn .row .col-md-6 p{
		font-size: 12px;
	}
.nav-items_link {
    padding: 0 10px;
}
.header__title img {
    height: 30px;
}
.fv h1 span {
    font-size: 4vw;
}
.fv_free p .free_p1 {
    font-size: 18px;
    padding: 5px 8px;
	margin-right: 5px;
}
.fv .fv_free p {
    font-size: 1.2vw;
	letter-spacing: 1px;
	margin-right: 10px;
}
.fv_free p .free_p2 {
    font-size: 1.8vw;
}
.fv_free p .free_p3 {
    font-size: 1.5vw;
}
	}
@media screen and (max-width:1200px){
.price_contents .col-md-6 .price_m {
    font-size: 4rem;
}
.price_contents .col-md-6 .price_m span {
	font-size: 2rem;
}
.nav-items_link {
    padding: 0 15px;
    font-size: 14px;
}
.nav-items__item a {
    font-size: 1.1vw;
}
.fv .fv_img figure {
    max-width: 450px;
}
.fv_btn {
    max-width: 500px;
}
    .fv .container {
    padding: 0 20px 0 20px;
        max-width: 1000px;
        margin: 0 auto;
    }
.fv h2 {
    font-size: 18px;
}
    .fv h1 {
        font-size: 2.5vw;
    }
.cv_contents h3 {
    font-size: 30px;
}
.sq_h .sq_sm {
    font-size: 35px;
}
.sq_h .sq_sm span {
    font-size: 50px;
}
}
@media screen and (max-width:1080px){
.nav-items__item a {
    font-size: 1.1vw;
}	
.nav-items_link {
    padding: 0 12px;
}
.header__title img {
    height: 30px;
}
}
@media screen and (max-width:992px){
a.btn-gradient_n {
	display: flex!important;
}
.cv_contents h3 {
    font-size: 40px;
}
.fv .fv_free {
    width: fit-content;
    margin: 50px auto 20px auto;
}
.fv .fv_free p{
    font-size: 3vw;
    padding: 0px 30px 0px 70px;
}
    .fv_free p .free_p1 {
        font-size: 4vw;
    }
    .fv_free p .free_p2 {
        font-size: 4.5vw;
    }
    .fv_free p .free_p3 {
        font-size: 3vw;
    }
.fv .fv_btn .row {
	flex-flow: column;}
.fv .fv_btn .row .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
}
    .fv .fv_btn .row .col-md-6 p {
        font-size: 16px;
    }
.fv_free p span {
    font-size: 3.5vw;
}
.fv_free img {
    width: 80px;
	}
.fv .fv_free figure {
    bottom: -30px;
}
.sub_page .container h1 {
    font-size: 6vw;
    padding: 100px 20px 30px 20px;
}
.price_contents h3 {
    margin-bottom: 30px;
}
    .price_contents .col-md-6 .price_m {
        font-size: 3rem;
    }
.price_contents .col-md-6 h4 {
    padding: 0px 25px;
    font-size: 1.2rem;
}
.price_contents .col-md-6 h4 span {
    font-size: 0.8rem;
}
	.price_contents .col-md-6{
		padding: 0px;
	}
	.price_contents .col-md-6 .inner ul li{
		font-size: 16px;
	}
.price_contents .col-md-6 .inner {
	padding: 10px 20px;
}
.price_contents .col-md-6 .inner ul li img {
    width: 18px;
    margin-right: 10px;
}
.sq_h div {
    width: 80px;
    height: 80px;
    padding: 3px 6px;
    font-size: 6vw;
	margin: 0 3px;
}
.sq_h .sq_h_num {
    font-size: 45px;
}
.sq_h .sq_sm {
    font-size:  5vw;
	line-height: 0;
}
    .sq_h .sq_sm span {
    font-size:  7vw;
    }
.cv .row {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}
.sq_sm {
    font-size: 10vw;
}
.cv .row figure {
    width: 90%;
}
    .fv {
        padding: 80px 0px 60px 0px;
    }
.fv h1 {
		font-size: 6vw;
	letter-spacing: 2px;
    padding-left: 0px;
	margin-bottom: 40px;
}
.fv h1 span{
		font-size: 8.5vw;
	}
.fv h2{
        font-size: 3vw;
        text-align: center;
    line-height: 0.5;
	margin-bottom: 80px;
}
.header__nav.active {
    background: #fff;
}
.nav-items__item a {
    color: #092D40;
}
.fukidashi-01-04 p {
    font-size: 3.6vw;
}
.fukidashi-01-04 {
    margin: 0 auto 30px auto;
}
.fv .container {
    background: none;
}
	.fv_btn{
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}
.n_992{
	display: none!important;
}
.b_992{
	display: block!important;
}
.fixed_header .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: 0 auto 15px auto;
	}
.fv .fv_info {
    width: 100%;
}
a.btn-gradient span {
    font-size: 25px;
}
	.btn_menu span{
		font-size: 20px!important;
	}
.btn_menu {
    padding: 15px 25px !important;
}
.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;
}
.fv_btn .btn, a.btn, button.btn, button {
    max-width: 500px;
}
    .fv .fv_info {
        padding: 0px 0px 0px 0px;
    }
.fv_btn a.btn-gradient span {
    font-size: 18px;
}

.fv p {
    padding-left: 0px;
}
.fv .container {
    padding: 0 15px;
}
.fv_btn {
    padding-left: 0px;
	text-align: center;
}
.task_list {
	padding-left: 0px;
}
.task_contents .row {
    flex-flow: column;
}
.task_contents .row figure {
    max-width: 500px;
    width: 90%;
    margin-bottom: 30px;
}
.case_contents p {
    padding: 20px 5px;
	line-height: 1.5;
}
.fv_btn .btn-w {
    margin: 0 auto 20px auto;
}
.nav-items li {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.nav-items__item a.btn-gradient_b {
        margin: 0 auto 15px auto;
    }
}
@media screen and (max-width:768px){
.law_contents .table_title {
    font-size: 16px;
    width: 200px;
}
.price {
    padding: 80px 20px;
}
    .price_contents .col-md-6 .price_m {
        font-size: 12vw;
        margin-bottom: 20px;
    }
    .price_contents .col-md-6 .price_m span {
        font-size: 7vw;
    }
.price_contents .col-md-6 h4 {
        font-size: 4.5vw;
    }
.price_contents .col-md-6 h4 span{
        font-size: 3vw;
    }
    .price_contents .col-md-6 .inner {
        margin-bottom: 20px;
    }
    .price_contents .col-md-6 .inner ul li {
        font-size: 20px;
    }
.price_contents .col-md-6 .inner ul li img {
    width: 25px;
	}
    .fv_btn .btn, a.btn, button.btn, button {
        max-width: 500px;
    }
    .fv_btn {
        max-width: 500px;
    }
.n_768{
	display: none!important;
}
.b_768{
	display: block!important;
}
.fv_btn a.btn {
    padding: 15px;
	}
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;
}
.scoll_cv_btn .fv_btn .btn {
    margin:0 8px;
}
.scoll_cv_btn {
    padding: 10px 5px;
}
.result_contents ul li {
    padding: 15px 0px 15px 0px;
}
    .cv .row figure {
margin-bottom: 40px;
    }
.footer_info {
    text-align: center;
    flex-flow: column;
}
.footer_info p {
    border-left: none;
	padding-left: 0px;
}
footer img {
    margin-right: 0px;
	width: 300px;
    border-bottom: 1px solid #fff;
padding: 0 20px 20px 20px;
	margin-bottom: 20px;
}
	footer{
		padding: 60px 15px;
	}
}
@media screen and (max-width: 600px) {
    .sub_page .container h1 {
        font-size: 6vw;
        padding: 60px 20px 0px 20px;
    }
.law_contents {
    padding: 60px 15px;
}
.terms{
	padding: 60px 15px;
	
}
.privacy{
	padding: 60px 15px;	
}
.privacy p span{
	font-size: 18px;
}
.law_contents .table_title {
    width: 100%;
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 18px;
	text-align: center;
}
.law_contents ul li {
    padding: 30px 10px;
    flex-flow: column;
	align-items: center;
}
.footer_link ul li {
    padding: 0 10px;
        font-size: 3vw;
}
.result_contents {
    padding: 50px 20px;
}
.result_contents ul li img {
    width: 40px;
    height: 23px;
}
.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;
}
.fv_btn .btn {
    width: 100%;
}
h2,.h2 {
	font-size: 24px;
}
.cv h2 {
    font-size: 20px;
}
h3,.h3 {
    font-size: 16px!important;
    line-height: 1.6;
	}
.scoll_cv_btn .fv_btn a span{
	font-size: 14px;
}
.scoll_cv_btn .fv_btn a{
	line-height: 1;
}
.scoll_cv_btn {
    height: auto;
}
.scoll_cv_btn .fv_btn .btn {
        margin: 0 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.task_contents {
    padding: 50px 20px;
	}
ul.list_ul li {
    padding: 10px 0px 10px 30px;
    font-size: 14px;
}
	ul.list_ul li span{
    font-size: 16px;
	}
.task {
    padding: 60px 15px;
}
ul.list_ul li {
    background-size: auto 15px;
    padding: 10px 0px 10px 25px;
}
.cv {
    padding: 70px 0px;
}
    .price_contents h3 {
      font-size: 25px!important;
    }
    .fv_free img {
        width: 60px;
    }
    .fv .fv_free p {
        padding: 2px 30px 2px 50px;
    }
    .fv .fv_free p {
        margin-right: 0px;
    }
    .sq_h .sq_sm {
        font-size: 7vw;
    }
    .sq_h .sq_sm span {
        font-size: 10vw;
    }
    .cv_contents h3 {
        font-size: 6vw!important;
    }
    .sq_h .sq_h_num {
        font-size: 8.5vw;
    }
.sq_h {
    margin-bottom: 15px;
}
    .sq_h div {
        width: auto;
        height: auto;
    }
    .sq_h div {
        font-size: 9vw;
    }
    .fv .fv_free {
        margin: 20px auto 10px auto;
    }
    .fv h1 {
        margin-bottom: 30px;
    }
    .fv h2 {
        margin-bottom: 30px;
    }
    .fv .fv_free figure {
        bottom: -20px;
    }
}
@media screen and (max-width:480px){
    .fv_free img {
        width: 40px;
    }
    .fv .fv_free figure {
        bottom: -12px;
    }
    .fv .container {
        padding: 0 10px;
    }
    .fv .fv_free p {
        padding: 2px 15px 2px 25px;
    }
.solution {
    padding: 60px 15px;
}
.result .container {
    padding: 50px 15px;
}
.result {
    padding: 0 15px;
}
.case {
    padding: 50px 15px 150px 15px;
}
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;
}
footer .row a{
    padding: 0 30px;
}
    .fukidashi-01-04::before {
        background-color: #3da4ec;
    }
.cv_balloon {
    padding: 10px 20px;
    font-size: 25px;
    margin: 10px 25px 10px 0;
}
.cv_h2 {
    margin: 0 auto 20px auto;
}
.cv_balloon:before {
	margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #1F95D3;
}
.cv h2 {
        font-size: 25px;
    }
    .fv_btn a.btn {
        padding: 12px;
    }
    .fv {
        padding: 80px 0px 60px 0px;
    }
    h2, .h2 {
        font-size: 25px;
        line-height: 1.8;
    }
    .result_contents {
        padding: 30px 15px;
    }
    .result_contents ul li img {
        width: 30px;
        height: 18px;
		margin-top: 5px;
    }
    .result_contents ul li {
        padding: 10px 0px 10px 0px;
    }
.result_contents ul li img {
    margin-right: 10px;
}
	.btn_menu span{
		font-size: 18px!important;
	}
    .price_contents .col-md-6 .inner ul li {
        font-size: 16px;
    }
    .price_contents .col-md-6 .inner ul li img {
        width: 15px;
    }
    .footer_link ul li {
        font-size: 2.8vw;
    }
    .footer_info p {
       font-size: 14px;
    }
    .price {
        padding: 60px 15px 0 15px;
    }
.price_contents {
    padding: 40px 20px;
}
.section_h2 h2 {
    font-size: 20px;
}
.section_h2 h2 span {
    font-size: 16px;
}
}
@media screen and (max-width:400px){
    a.btn-gradient span {
        font-size: 20px;
    }
    .footer_link ul li {
        font-size: 10px;
    }
}
