@charset "UTF-8";
/*==================================================
                 tenplate
==================================================*/
*,
*::before,
*::after {
	width: 100%;
  box-sizing: border-box
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 0px !important;
  font-feature-settings: "palt";
  color: #000;
scroll-behavior: smooth;
}
img {
  width: 100%;
}
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
}

h3,
.h3 {
  font-size: 1.75rem
}

h4,
.h4 {
  font-size: 1.5rem
}

h5,
.h5 {
  font-size: 1.25rem
}

h6,
.h6 {
  font-size: 1rem
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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:1280px) {
  .container {
    max-width: 1260px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text-center {
  text-align: center;
}

.benefits_contents p span {
  font-size: 10px;
}

/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a{
	text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

p {
  line-height: 1.8;
  font-size: 16px;
}

li {
  line-height: 1.8;
}
.ttl_p{
	text-align: center;
	margin-bottom: 30px;
}
.center_p{
	text-align: center;
}
/*==================================================
                   共通
==================================================*/
main{
	top: 0px;
    position: absolute;
}
.n_768 {
  display: block;
}

.b_768 {
  display: none;
}

.n_480 {
  display: block;
}

.b_480 {
  display: none;
}

.n_992 {
  display: block!important;
}

.b_992 {
  display: none!important;
}

.text_center {
  text-align: center;
}

.bg_blue {
  background: #181935;
}

section {
  margin-top: -1px;
  position: relative;
}
h2 {
  font-weight: 700 !important;
  text-align: center;
}
.section {
  padding: 100px 0;
}
.annotation {
  font-size: 10px!important;
  margin-bottom: 20px;
	font-weight: 300;
}
.fv .fv_txt .annotation {
	font-weight: 500;
}
.arrow_black {
  display: inline-block;
  vertical-align: middle;
  color: #803718;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}

.arrow_black::before {
  content: '';
  width: 8px;
  height:8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.btn {
  background: none;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 1.1rem;
  padding-bottom: 5px;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}
.btn a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  transition: color .3s, text-decoration .3s;
}
.btn .arrow {
  transform: translateX(0px);
  transition: all 0.3s ease;
}

.btn:hover .arrow {
  transform: translateX(8px);
}

.btn:active .arrow {
  transform: scale(0.9);
}
.section_title{
	text-align: center;
}
.section_title h2{
	font-size: 1.8rem;
	margin-bottom: 10px;
	letter-spacing: 3px;
	line-height: 1.8;
}
.section_title h2 span{
	color: #FF6D3B;
}
.section_title p{
	color: #FF6D3B;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 12px;
}
.section_title p {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    width: fit-content;
}

.section_title p:before,
.section_title p:after {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 10px;
    height: 3px;
    background-color: #FF6D3B;
}

.section_title p:before {
    left: 0;
}

.section_title p:after {
    right: 0;
}
/*==================================================
                  header
==================================================*/
.nav_pc{
    box-shadow: 0px 0px 15px rgb(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 0 100px 100px 0;
    padding: 20px 20px;
}
.fixedmenu .nav_pc {
    box-shadow: none;
    padding: 0px 20px;
}
header img{
	width: 200px;
}
header{
	text-align: center;
	width: 100%;
}
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header__inner {
display: flex;
	align-items: center;
justify-content: space-between;
}
.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;
}

.menu_btn {
  display: inline-block;
  padding: 15px 20px;
  max-width: 300px;
  width: 100%;
  border-radius: 45px;
  border: none;
  position: relative;
  z-index: 99;
  transition: 0.5s;
}
.menu_btn:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.menu ul li .menu_btn a {
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 993px) {
  .header__nav {
    position: static;
    transform: initial;
    height: inherit;
    display: flex;
    justify-content: end;
   width: fit-content;
  }
}
@media screen and (min-width: 993px) {
  .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: 993px) {
  .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: 993px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
   width: 70px;
    height: 50px;
    margin: 0 0 0 auto;
    padding: 20px;
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
@media screen and (min-width: 993px) {
  .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;
background: #000;
}
.hamburger span:nth-child(2) {
  margin: 10px 0;
background: #000;
}
.hamburger span:nth-child(3) {
  top: 0;
background: #000;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
background: #fff;
}
.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;
}
.fix_menu {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 20px 30px 20px 0;
    transition: background .5s;
}
.header__inner {
    width: 100%;
    position: relative;
}
.fixedmenu .header__inner {
    box-shadow: none;
    border-radius: 0px;
}
.fixedmenu {
    padding: 10px 10px;
	background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.header__inner .logo img{
	width: 200px;
}
.header__inner .logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 70px;
    padding: 0 1em;
    width: auto;
}
nav{
text-align: center;
    transition: .5s ease;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
.menu ul .li_btn {
        padding: 0 0 0 15px;
    }
.menu ul li a {
    display: block;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    width: fit-content;
}
.menu ul li a:hover{
	opacity: 0.8;
}
    .menu ul li {
        padding: 0 15px;
        border-bottom: none;
        width: fit-content;
    }
/*==================================================
                  fv
==================================================*/
.fv{
 padding: 0;
  background: #FFF6EF;
  background-size: cover;
  position: relative;
	display: flex;
		
}
.fv_box{
	padding-top: 150px;
}
.fv_txt{
	width: 60%;
	padding-right: 20px;
}
.fv_img{
	width: 40%;
}
.fv_txt p{
font-size: 3rem;
    font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.5;
	letter-spacing: 0.4vw;
}
.fv_txt p span{
font-size: 2.6rem;
}
.fv_txt h1{
	font-size: 4.3rem;
    font-weight: 700;
	letter-spacing: 0.4vw;
	line-height: 1.4;
	margin-bottom: 60px;
	color: #FF4D00;
}
.fv_txt figure{
	margin-bottom: 40px;
}
.fv_btn {
  display: inline-block;
  padding: 20px 15px;
  max-width: 350px;
  width: 100%;
  border-radius: 50px;
  margin: 0 auto;
  border: none;
  position: relative;
  z-index: 99;
  background-size: 100px 240px;
	margin-right: 15px;
}
.fv_box .row{
	align-items: center;
}
.btn_orange{
  background: linear-gradient(#FF9432,#FF4D00);
}
.btn_yellow{
  background: linear-gradient(#FFF04B,#FFBD07);
}
.btn_yellow a {
    color: #803718!important;
}
.btn_white{
  background: #fff;
  border: 2px solid #FF4D00;
}
.menu ul li .btn_white a {
    color: #FF4D00;
}
.fv_btn:hover {
  background-position: 0 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.btn_orange:hover{
    background: linear-gradient(#FF4D00, #FF9432);
    box-shadow: inset 5px 5px 5px rgb(174 52 13 / 30%);
}
.btn_yellow:hover{
  background: linear-gradient(#FFBD07,#FFF04B);
    box-shadow: inset 5px 5px 5px rgb(174 52 13 / 15%);
}
.btn_white:hover{
	  background: #FFF6EF;
}
.fv_btn a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.fv_btn a div{
	display: flex;
	justify-content: center;
	padding-right: 10px;
}
.fv_btn a .arrow{
width: 50px;
    height: 50px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: absolute;
    right: 12px;
    bottom: 12px;
	 box-shadow: inset 3px 3px 5px rgb(174 52 13 / 20%);
}
.btn_orange .arrow{
	  background: linear-gradient(-45deg,#FF9432,#FF4D00);
}

.btn_orange .arrow .arrow_black{
		color: #fff;
}
.btn_yellow .arrow{
  background: linear-gradient(-45deg,#FFF04B,#FFBD07);
}
.btn_box {
  text-align: center;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
		margin-bottom: 20px;
}
.header_tel span{
	font-size: 12px ;
	font-weight: 700;
}
.menu ul .header_tel{
	padding-top: 10px;	
	padding-left: 20px;
}
.menu ul .header_tel a{
    color: #219ADA;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.6rem;
}
.menu ul .header_tel a img{
	width: 22px;
	margin-right: 10px;
}
.fv_img{
	position: relative;
}
.fv_medal_list{
	display: flex;
	margin-bottom: 30px;
}
.fv_medal_list .col-lg-4{
	padding: 5px;
}
.fv_medal_list .col-6 .reason04_item{
   display: flex;
    align-items: center;
}
.fv_medal_list .inner{
	text-align: center;
}
.fv_medal_list .inner p {
    font-size: 10px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	color: #372000;
}
.fv_medal_list img{
	width: 20px;
}
.fv_medal_list .inner h4 {
    font-size: 12px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	color: #372000;
}
.fv_medal_list .inner h4 span{
    font-size: 22px;
	letter-spacing: 0px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
	color: #372000;
	line-height: 1.3;
}
.fv_medal_list .li_01 h4 {
    font-size: 24px;
}
.fv_medal_list .li_01 h4 span{
    font-size: 34px;
}
.fv_medal{
	padding: 30px 20px 0 20px;
}
.bg_grad{
	width: 100%;
	height: 60px;
	background: linear-gradient(#FFF6EF, #fff);
}
/*==================================================
                  cando
==================================================*/
.cando_contents{
	width: 33.33%;
	padding: 15px;
}
.cando_contents .inner{
border: 1px solid #FF4D00;
    background: #FFF1E6;
    width: 300px;
    height: 300px;
    border-radius: 330px;
    box-shadow: 0px 0px 20px rgb(255 80 0 / 50%);
    position: relative;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
	margin: 0 auto 30px auto;
}
.cando_num{
	position: absolute;
	padding: 3px;
	width: 80px;
	height: 80px;
	border: 1px solid #FF4D00;
	border-radius: 80px;
	top: 0px;
	left: 0px;
}
.cando_num .num_inner{
	width: 72px;
	height: 72px;
    background: linear-gradient(#FF9432, #FF4D00);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 80px;
}
.cando_contents .inner figure{
max-width: 150px;
	width: 100%;
	margin-bottom: 20px;
	margin: 0 auto 10px auto;
}
.cando_contents .inner p{
	color: #FF4D00;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}
.cando_contents{
	text-align: center;
}
.cando{
	padding: 40px 0 60px 0;
	
}
.cando h2{
	margin-bottom: 50px;
}
.cando_item{
border: 1px solid #FF4D00;
	max-width: 730px;
	width: 100%;
	margin: 30px auto;
	padding: 30px;
	text-align: center;
	position: relative;
}
.cando_item img{
	width: 50px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -40px;
}
.cando_item p{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0px;
	letter-spacing: 2px;
	line-height: 1.8;
}
.cando .row{
	margin-bottom: 60px;
	justify-content: center;
}
.cando .service_contents .row{
	margin-bottom: 0px;
	justify-content: center;
}
.reason_inner{
  background: linear-gradient(70deg, #FFFEE9, #FFF0E3);	
	padding: 70px 50px 50px 50px;
	border-radius: 30px;
}
.reason_inner .col-lg-3{
	padding: 12px 12px 22px 12px;
	text-align: center;
	        flex: 0 0 25%;
        max-width: 25%;
}
.reason_02 .reason_inner .col-lg-3 .inner{
	background: #fff;
	border-radius: 10px;
	padding: 10px 10px 0 10px;
box-shadow: 0px 0px 15px rgb(136, 183, 204, 0.2);
}
.reason_02 .reason_inner .col-lg-3 figure img{
	border-radius: 5px 5px 0 0;
}
.reason_02 .reason_inner .col-lg-3 p{
	color: #FF4D00;
	font-weight: 700;
	line-height: 1.6;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.reason_02 .reason_inner .col-lg-3 p span{
	font-size: 10px;
	line-height: 1;
}
.reason_contents{
	margin-bottom: 80px;
}
.reason_01 .reason_inner .col-lg-3 .inner{
	background: #fff;
	border: 1px solid #FF4D00;
	border-radius: 10px;
}
.reason_01 .reason_inner .col-lg-3 .inner .ttl{
	background: #FF4D00;
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 10px 10px 0 0;
	font-size: 14px;
}
.reason_01 .reason_img{
	padding: 5px;
}
.reason_01 .reason_img{
	height: 110px;
display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.reason_01 .reason_img figure img{

}
.reason_01 .reason_img p{
	font-weight: 700;
	font-size: 14px;
}
.reason_03 .reason_inner {
    padding: 70px 50px;
}
.reason_06 .col-lg-4{
	padding: 15px;
	text-align: center;
}
.reason_06 .col-lg-4 .inner{
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	border-radius: 300px;
	width: 100%;
	height: 100%;
}
.reason_06 .col-lg-4 .inner p{
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0px;
    padding-bottom: 5px;
    border-bottom: 2px solid;
}
.reason_06 .col-lg-4 .inner h4 {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 0px;
	line-height: 1;
}

.reason_06 .col-lg-4 .inner h4 span{
font-family: "Outfit", sans-serif;
	font-size: 4.2rem;
	font-weight: 700;	
}
.reason_06 .row{
	margin-bottom: 20px;
}
.reason_06 .annotation{
	margin-bottom: 0px;
}
.reason03_inner h4{
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
}
.reason03_inner h4 span{
	color: #FF4D00;
}
.reason03_inner .inner{
	background: #fff;
	border-radius: 20px;
	padding: 60px 20px 30px 20px;
	box-shadow: 0px 0px 15px rgb(136, 183, 204, 0.2);
	margin-bottom: 50px;
}
.reason03_inner .inner figure{
	margin: 30px auto 50px auto;
	max-width: 900px;
	width: 100%;
}
.reason_03_l .inner{
	background: #FFE8E5;
	padding: 30px 20px;
	box-shadow: none;
}
.reason_03_r .inner{
	background: #DDF5FF;
	padding: 30px 20px;
	box-shadow: none;
}
.reason_03_l .inner figure {
    margin: 0px auto 0px auto;
}
.reason_03_r .inner figure {
    margin: 0px auto 0px auto;
}
.reason_03_l .inner p{
background: #D12600;
    padding: 3px 30px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    width: fit-content;
    margin: -40px auto 20px auto;
}
.reason_03_r .inner p{
background: #1482C0;
    padding: 3px 30px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    width: fit-content;
    margin: -40px auto 20px auto;
}
.reason_04 .row{
	display: flex;
	flex-flow: row;
}
.reason_04 .row figure{
	width: 33%;
display: flex;
    justify-content: center;
    align-items: center;
}
.reason_04 .reason04_item{
	display: flex;
    width: 67%;
}
.reason_04 .reason04_item .item_circle{
	padding: 15px;
}
.reason_04 .reason04_item .item_circle .inner{
	background: #fff;
	border-radius: 500px;
  width: 100%;
  padding-top: 100%;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.reason_04 .reason04_item .item_circle .inner .inner_txt{
    position: absolute;
    top: 40px;
    margin: 10px 10px 10px 16px;
}
.reason_06 .reason06_item img{
	width: 40px;
	height: auto;
}
.reason_06 .reason06_item{
	display: flex;
}
.reason_01 .center_p {
    margin-bottom: 20px;
}


.balloon-linear:before {
content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #2CA5DB;
}

.balloon-linear h3 {
  margin: 0;
  padding: 0;
	color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 2px;
}
.solution_balloon {
background: linear-gradient(70deg, #FF9432, #FF4D00);
width: fit-content;
  color: white;
  padding:15px 50px; 
  border-radius: 50px; 
  display: inline-flex; 
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  max-width: 700px;
  left: 50%;
  transform: translateX(-50%); 
  box-sizing: border-box;
}
.solution_balloon .ttl {
  margin: 0;
  font-size: 1.5em; 
  line-height: 1.4;
	letter-spacing: 2px;
	font-weight: 700;
}
.solution_balloon::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ff721b;
}

.solution_subtitle {
  text-align: center;
  margin-bottom: 30px;
  color: #555;
}

.solution_blocks_container {
  max-width: 900px;
  margin: 0 auto;
}

.solution_block {
  background-color: white;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden; 
  display: flex;
    border: 1px solid #0987CF;
}

.solution_block_left {
  background-color: #34aadc;
  color: white;
  padding: 30px 20px;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top-left-radius: 15px; 
  border-bottom-left-radius: 15px; 
  flex: 0 0 30%;
	flex-flow: row;
}
/*============================================
                worries
============================================*/
.worries_item01{
	width: 40%;
}
.worries_item02{
	width: 20%;
}
.worries_item03{
	width: 20%;
}
.worries_item04{
	width: 20%;
}
.worries_contents{
text-align: center;
}
.worries_contents .inner{
	padding: 0 10px;
}
.worries_contents .arrow{
	width: 60px;
	margin-top: -30px;
}
.worries_item01 .worries_txt{
	width: calc(100% - 200px);
}
.worries_item01 .worries_circle{
width: 200px;
    height: 200px;
    background: #fff;
    border-radius:220px;
    text-align: center;
    padding: 20px;
    position: relative;
}
.worries_item01 .worries_circle p{
	font-size: 10px;}
.worries_q{
	max-width: 300px;
	width: 100%;
	padding: 6px;
	text-align: center;
	margin: 0 auto;
	background: linear-gradient(#ffffff ,#EFEFEF);
	border-radius: 30px;
}
.worries_q .worries_q_inner{
		background: linear-gradient(#EFEFEF ,#FFFFFF);
	padding: 30px 10px;
	border-radius: 24px;
}
.worries_q_inner p{
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0px;
}
.worries_a_inner{
	background: #FFF6EF;
	padding: 20px 10px;
    border-radius: 20px;
}
.worries_a{
	padding: 10px 0px;
}
.worries_a .worries_txt figure{
	text-align: center;
	margin-bottom: 20px;
}
.worries_a .worries_txt img{
	max-width: 120px;
	width: 100%;
}
.worries_a .worries_txt h3{
	font-size: 1rem;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
}
.worries_a .worries_txt h3 span{
	color: #FF6D3B;
}
.worries_circle img{
	max-width: 100px;
	width: 100%;
}
.worries_circle h3{
	font-size: 0.7rem;
	margin-bottom: 5px;
	text-align: center;
	font-weight: 700;
}
.worries_circle h3 span{
	color: #FF6D3B;	
}
.worries_a .worries_txt p{
	font-size: 12px;
	text-align: center;
	margin-bottom: 0px;
	letter-spacing: 0px;
}
.circle_sarani{
 position: absolute;
    width: 50px;
    height: 50px;
    background: #FB944B;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    left: -10px;
	font-size: 14px;
	top: 30px;
}
.worries_scroll .row{
	width: 100%;
	flex-flow: row;
}
.worries{
	padding-top: 0px;
}
/*============================================
                faq
============================================*/
.faq .inner {
	max-width: 850px;
	width:100%;
	margin: 20px auto;
}
.faq .qa_box{
    margin-bottom: 30px;
}
.faq .qa_box .qa_q {
    position: relative;
    cursor: pointer;
	border: 1px #FF4D00 solid;
	border-radius: 10px;
}
.faq .toggle_icon {
  position: absolute;
    top: 50%;
    right: 15px;
    width: 25px;
    height: 25px;
    margin-top: -15px;
    font-weight: 900;
    font-size: 20px;
    border-radius: 30px;
	color: #000;
}
.faq .toggle_icon:before{
  position: absolute;
    content: "＋";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
	color: #000;
    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: #000;
    font-weight: 900;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
}
.faq .qa_box .qa_a {
   display: none;
    padding: 25px 0 25px 0px;
}
.faq .qa_inner{
	display: flex;
	flex-flow: row;
}
.faq .a_txt{
    position: relative;
    background: #FFF6EF;
    font-weight: 700;
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #000000;
    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: 18px;
    color: #000;
	font-weight:700;
	letter-spacing: 1px;
    padding: 0px 30px 0px 0;
}
.faq .q_txt span {
border-radius: 10px 0 0 10px;
    text-align: center;
	position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    color: #fff;
    justify-content: center;
    background: #FF4D00;
    font-size: 2rem;
flex-shrink: 0;
}
.faq .a_txt {
    display: flex;
    padding-left: 20px;
	line-height: 1.8;
	font-size: 14px;
	font-weight: 400;
	align-items: center;
}
.qa_text{
	display: flex;
}
.qa_bubble div{
	background: #fff;
	border-radius: 0 0 0 20px;
	width: 30px;
	height: 100%;
}
.a_txt .a{
    text-align: center;
    height: 60px;
    width: 60px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    color: #FF4D00;
    justify-content: center;
    font-size: 2rem;
	font-weight: 700;
flex-shrink: 0;
}
.faq .a_txt p{
}
.faq .a_txt p span{
	font-size: 11px;
	color: rgba(115,115,115,1.00);
}
.faq .a_txt p a{
	color: #009EE5;
	font-weight: 700;
	font-size: 18px;
}
/*============================================
              paylater
============================================*/
.paylater figure{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.paylater .container{
	text-align: center;
}
.paylater .container h3{
	font-size: 1.3rem;
	margin-bottom: 40px;
	font-weight: 700;
}
.paylater .container .annotation{
	text-align: left;
}
.paylater .paylater_bg {
    background: linear-gradient( #ffff, #FFF1E6);
    border-radius: 0 0 80% 80% / 0 0 100% 100%;
    padding-bottom: 160px;
}
.paylater{
	padding-bottom: 0px;
}
/*============================================
              flow
============================================*/
.flow_triangle{
  width: 0;
  height: 0;
  border-left: 16px solid #FF6D3B;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.flow_contents{
	width: 20%;
	display: flex;
	align-items: center;
	padding-right: 5px;
}
.flow .contents04{
	width: 40%!important;
	position: relative;
	padding-right: 0px;
}
.flow .contents04 .inner{
	display: flex;
	align-items: center;
}
.flow_contents .inner{
	border: 1px #FF6D3B solid;
	padding: 30px 10px;
	border-radius: 30px;
	position: relative;
	background: #FFF1E6;
	text-align: center;
}
.step{
	position: absolute;
	margin: auto;
    left: 0px;
	right: 0px;
	width: 70px!important;
	top: -40px;
	z-index: 9;
	max-width: 70px;
}
.flow_contents .inner p{
	font-size: 14px;
	height: 60px;
	line-height: 1.6;
}
.flow_contents .inner p span{
	font-size: 12px;	
}
.flow_contents .inner img{
	max-width: 160px;
	width: 100%;
	margin-bottom: 20px;
}
.flow .row{
	padding-top: 80px;
}
/* ==================================================
                 procedure
 ================================================== */
.procedure .row{
	padding-top: 50px;
	position: relative;
}
.procedure_triangle{
	  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FF4D00;
	margin: 0 auto;
}
.procedure_h3{
	width: fit-content;
    margin: 0 auto 20px;
}
.procedure_h3 .inner{
	background: #fff;
	border: 1px solid #FF4D00;
	padding: 8px 30px;
}
.procedure_h3 h3{
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
}
.procedure_h3 h3 span{
color: #FF4D00;	
}
.procedure{
	background: #F5F5F5;
}
.procedure_contents{
	width: 25%;
}
.procedure_circle{
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 300px;
	padding: 30px;
	display: flex;
	justify-content:center;
	align-items: center;
	position: relative;
	margin: 0 auto 30px auto;
}
.procedure_circle figure{
	width: 120px;
}
.procedure_circle .step{
	left: 0px;
	top: 0px;
	margin: 0px;
}
.procedure_contents h4{
	text-align: center;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.3rem;
}
.procedure_arrow{
    width: 80%;
    border: 2px #FF4D00 dashed;
    position: absolute;
    top: 150px;
    margin: auto;
    left: 0px;
    right: 0px;
}
.arrow_triangle{
	  width: 0;
  height: 0;
  border-left: 12px solid #FF4D00;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
	position: absolute;
    left: -5px;
    top: 90px;
}
.procedure_contents p{
	font-size: 14px;
	padding: 0 0;
	max-width: 350px;
	width: 100%;
	text-align: center;
}
.procedure_contents p span{
	font-size: 10px;
}
/*============================================
              conmany
============================================*/
.conmany{
    background-color: #fffbf7;
    padding: 60px 0;
}
.seminar_table {
	list-style: none;
max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.seminar_table li{
    display: flex;
    flex-flow: row;
    border-bottom: #bbbbbb solid 1px;
}
.seminar_table li:first-child{
    border-top: #bbbbbb solid 1px;
}
.seminar_table li .table_title{
    width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #03100E;
    flex-shrink: 0;
}
.seminar_outline_ul li .table_title{
	background: #ffe9d6;
}
.seminar_schedule{
	padding-bottom: 80px;
}
.seminar_schedule_ul li .table_title{
	background: #F5F5F5;
}
.seminar_table li p{
	margin-bottom: 0px;
    color: #03100E;
    display: flex;
    align-items: center;
    padding: 30px 10px 30px 40px;
    line-height: 1.6;
}
.seminar_table li ul {
    padding: 30px 10px 30px 40px;
}
.seminar_table li ul li {
    border: none;
    color: #03100E;
    line-height: 2;
}
.seminar_table li ul li:first-child {
    border-top: none;
}
/* ==================================================
               footer
 ================================================== */
footer{
	padding: 50px 0;
	margin-bottom: 80px;
}
footer .container{
	text-align: center;
}
footer .container .footer_logo{
	max-width: 400px;
	width: 100%;
	margin: 0 auto 30px auto;
}
footer .container .footer_logolist{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 20px auto;
}
footer .container .inc{
	font-size: 12px;
}
/*==================================================
               scoll_btn
==================================================*/

@media screen and (max-width:1560px) {
.menu ul li {
    padding: 0 10px;
}
.menu ul li a {
font-size: 14px;
}
.nav_pc {
    padding: 20px 30px 20px 15px;
}
.fix_menu {
        padding: 10px 15px 10px 0;
}
.menu ul .li_btn {
    padding: 0 0 0 10px;
}
}

@media screen and (max-width:1400px) {
    .fix_menu {
        padding: 15px 10px 15px 10px;
    }
    .menu ul li img{
      width: 200px;
		height: auto;
    }
.menu ul li .menu_btn a {
    font-size: 13px;
}
    .nav_pc {
        padding: 20px 20px 20px 10px;
    }
}

@media screen and (max-width:1280px) {
.fv_txt{
	padding: 0px;	
	}
.menu ul li .menu_btn a {
    font-size: 13px;
}
    .menu ul li a {
        font-size: 13px;
    }
    .nav_pc {
        padding: 20px 15px 20px 15px;
    }
.flow_contents .inner p {
    font-size: 13px;
}
.flow_contents .inner p {
    font-size: 11px;
	height: 40px;
}
.flow_contents .inner p span{
    font-size: 10px;
}
.fv_txt h1 {
    font-size: 3.7rem;
	margin-bottom: 40px;
}
.fv_txt p{
font-size: 2.7rem;
}
.fv_txt p span{
font-size: 2.2rem;
}
.cando_contents .inner {
    width: 280px;
    height: 280px;
}
.reason_inner {
    padding: 70px 20px 50px 20px;
}
.reason_01 .reason_inner .col-lg-3 .inner .ttl {
    font-size: 12px;
}
	.worries .container{
		max-width: 100%;
	}
    .menu ul li img {
        width: 140px;
        height: auto;
    }
    .menu ul li .menu_btn a {
        font-size: 12px;
    }
}
@media screen and (max-width:1200px) {

.reason_01 .reason_inner .col-lg-3 .inner .ttl {
    font-size: 12px;
}
.reason_01 .reason_img {
    height: 90px;
}
.reason_01 .reason_img p {
    font-size: 12px;
}
.reason_inner {
    padding: 50px 20px 30px 20px;
	}
.cando_contents .inner {
    width: 270px;
    height: 270px;
}
.cando_contents .inner p {
    font-size: 1.4rem;
}
.cando_contents .inner figure {
    max-width: 120px;
}
    .menu ul li .menu_btn a {
        font-size: 11px;
    }
.menu_btn {
    padding: 15px 15px;
}
    .menu ul li a {
        font-size: 1.1vw;
    }
.nav_pc {
        padding: 20px 15px 20px 5px;
    }
.fv_txt p {
    font-size: 2.6rem;
}
.fv_txt p span {
    font-size: 2.2rem;
}
.fv_txt h1 {
    font-size: 3.6rem;
	margin-bottom: 50px;
}
.fixedmenu .nav_pc {
    box-shadow: none;
    padding: 0px 0px;
}
.worries_item01 {
    width:650px;
}
.worries_a .worries_txt p {
    font-size: 14px;
	letter-spacing: 1px;
}
.worries_a_inner {
    padding: 20px 20px;
}
.worries_item01 .worries_circle p {
    font-size: 12px;
	margin-bottom: 10px;
}
.worries_item01 .worries_circle {
    width: 220px;
    height: 220px;
    border-radius: 250px;
}
.worries_item01 .worries_txt {
    width: calc(100% - 250px);
}
.worries_circle h3 {
    font-size: 0.9rem;
}
.worries_circle img {
    max-width: 110px;
    width: 100%;
}
.worries_item02 {
    width: 300px;
}
.worries_item03 {
    width: 300px;
}
.worries_item04 {
    width: 300px;
}
	.worries_contents{
		flex-shrink: 0;
	}
.worries_a .worries_txt h3 {
    font-size: 1.2rem;
}
.worries_scroll{
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow: scroll;
    overflow-y: hidden;
}
}
@media screen and (max-width:1080px) {
    .menu ul li {
        padding: 0 6px;
    }
}
@media screen and (max-width:992px) {
.reason_inner .col-lg-3 {
    max-width: 50%;
	flex: 0 0 50%;
}
    .reason_01 .reason_img {
        height: 130px;
    }
    .reason_01 .reason_inner .col-lg-3 .inner .ttl {
        font-size: 16px;
    }
.reason_01 .reason_img p {
        font-size: 16px;
    }
.procedure_h3 .inner {
    padding: 8px 20px;
}
.procedure_contents p {
text-align: center;
	max-width: 100%;
}
	.arrow_triangle{
		display: none;
	}
.procedure_contents {
    width: 100%;
	margin-bottom: 40px;
}
	.procedure .row {
flex-flow: column;
}
.procedure_circle {
    width: 300px;
    height: 300px;
	margin-bottom: 20px;
}
.procedure_circle figure {
    width: 160px;
}
.procedure_circle .step {
padding: 0px;
}

.procedure_arrow {
display: none;
}
    .cando_contents .inner {
        width: 200px;
        height: 200px;
    }
    .cando_contents .inner figure {
        max-width: 90px;
    }
    .cando_contents .inner p {
        font-size: 1.2rem;
    }
.cando_num {
    width: 54px;
    height: 54px;
}
.cando_num .num_inner {
    width: 46px;
    height: 46px;
font-size: 20px;;
}
.fv_txt {
    width: 100%;
    padding-right: 0px;
}
    .fv_txt p {
        font-size: 3.5rem;
        text-align: center;
    }
    .fv_txt p span{
        font-size: 2.6rem;
    }
.fv_txt h1 {
        font-size: 4.9rem;
        margin-bottom: 30px;
        text-align: center;
    }
.fv_box {
    padding-top: 100px;
}
  .b_992 {
    display: block!important;
  }
  .n_992 {
    display: none !important;
  }
    .fix_menu {
        padding: 0;
    }
    .menu ul li {
        padding: 20px 20px;
        width: 100%;
        text-align: center;
		border-bottom:1px solid #cccccc;
    }
    .menu ul .li_btn {
       padding: 20px 20px 0 20px;
		border-bottom: 0px;
    }
.menu ul li a {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
.menu_btn {
    padding: 20px 20px;
    max-width: 400px;
margin: 0 auto;
}
    .menu ul li .menu_btn a {
        font-size: 16px;
    }
.flow .row {
    flex-flow: column;
	align-items: center;
}
.flow_contents {
	max-width: 400px;
    width: 100%;
    padding-right: 0px;
	padding-bottom: 45px;
	flex-flow: column;
}
.flow .contents04 {
	max-width: 400px;
    width: 100%!important;
}
.flow_triangle{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FF4D00!important;
}
.paylater .paylater_bg {
    border-radius: 0 0 100% 100% / 0 0 70% 70%;
    padding-bottom: 80px;
}
.paylater .container {
    padding-bottom: 60px;
}
.header {
    height: 70px;
}
}


@media screen and (max-width:768px) {
  .b_768 {
    display: block;
  }
	.fv_img_sp{
		max-width: 600px;
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.fv_txt figure{
		text-align: center;
	}
  .n_768 {
    display: none;
  }
    .fv_txt h1 {
        font-size: 10vw;
    }
    .fv_txt p {
        font-size: 7vw;
    }
    .fv_txt p span{
        font-size: 6vw;
    }
.cando .row {
   flex-flow: column;
}
.cando_contents {
    width: 100%;
	margin-bottom: 30px;
	}
    .cando_contents .inner {
        width: 300px;
        height: 300px;
    }
.cando_num {
        width: 70px;
        height: 70px;
    }
.cando_num .num_inner {
        width: 63px;
        height: 62px;
        font-size: 28px;
    }
    .cando_contents .inner figure {
        max-width: 150px;
    }
.cando_contents .inner p {
        font-size: 1.5rem;
    }
.cando .row {
    margin-bottom: 0px;
}
.faq .q_txt {
    font-size: 16px;
	line-height: 1.5;
}
.reason_inner .col-lg-3 {
        max-width: 450px;
	width: 100%;
        flex: 100%;
    }
.reason_01 .reason_img {
        height: auto;
    }
.cando .service_contents .row {
    align-items: center;
}
    .reason_01 .reason_img p {
        font-size: 20px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

@media screen and (max-width:600px) {
  p {
    line-height: 1.8;
	     font-size: 14px;
	}
	.fv .btn_box{
		flex-flow: column;
	}
.fv_btn {
    max-width: 500px;
	margin: 0 auto 20px auto; 
}
.solution_balloon .ttl {
    font-size: 1.4rem;
        text-align: center;
}
.solution_balloon {
    padding: 15px 40px;
}
    .seminar_table li {
        flex-flow: column;
    }
    .seminar_table li .table_title {
        width: 100%;
    }
    .seminar_table li p {
        text-align: center;
        padding: 30px 10px 30px 10px;
        justify-content: center;
    }
}
@media screen and (max-width:480px) {
.reason_inner {
        padding: 50px 5px 30px 5px;
    }
.faq .q_txt span {
    margin-right: 10px;
}
.a_txt .a {
    margin-right: 10px;
    width: 50px;
}
.faq .a_txt {
    padding-left: 10px;
}
    .faq .q_txt {
        font-size: 14px;
    }
.procedure_circle {
    width: 250px;
    height: 250px;
	margin-bottom: 20px;
}
.procedure_circle figure {
    width: 150px;
}
.flow_contents {
        width: 300px;
}
    .flow .contents04 {
        width: 300px!important;
    }
    .paylater .paylater_bg {
        border-radius: 0 0 100% 100% / 0 0 30% 30%;
        padding-bottom: 80px;
    }
	.paylater .container {
        padding-bottom: 0px;
    }
.paylater .container h3 {
    font-size: 1rem;
;
    margin-bottom: 40px;
    font-weight: 700;
}
  .b_480 {
    display: block;
  }

  .n_480 {
    display: none;
  }
    .fv_box {
        padding-top: 70px;
    }
    .fv_txt h1 {
        margin-bottom: 10px;
	font-size: 10.6vw;
    }
.fv_txt p {
        font-size: 7.6vw;
    }
.fv_txt figure {
    margin-bottom: 20px;
}
.fv_btn {
        margin: 0 auto 15px auto;
    }
.fv {
    padding: 0px 0 0px 0;
}
.flow .contents04 .inner {
flex-flow: column;
}
}
@media screen and (max-width:400px) {
.solution_balloon .ttl {
    font-size: 1.3rem;
        text-align: center;
}
}