@charset "utf-8";

.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}

@media screen and (max-width: 640px) {
    #browsebar-wrapper {
        height: 0;
        overflow: hidden;
    }

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}

.modal-video{background-color:rgba(0,0,0,0.5)!important;}
.modal-video-close-btn{position:absolute;z-index:2;top:-35px!important;right:10px!important;cursor:pointer }

/* anchor ----------------------- */
.anchor {
	margin-top: -40px!important;
	padding-top: 40px!important;
	}

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ex_margin
-----------------------------------------*/ 
#sections .ex_marginB0{
 margin-bottom:0px!important;
}
#sections .ex_marginBS{
 margin-bottom:10px!important;
}
#sections .ex_marginBM{
 margin-bottom:20px!important;
}
#sections .ex_marginT0{
 margin-top:0px!important;
}
#sections .ex_marginTSS{
 margin-top:5px!important;
}
#sections .ex_marginTS{
 margin-top:10px!important;
}
#sections .ex_marginTM{
 margin-top:20px!important;
}
#sections .ex_marginTL{
 margin-top:30px!important;
}
#sections .ex_marginTLL{
 margin-top:60px!important;
}
/* mod_wide_section
-----------------------------------------*/ 
.mod_wide_section{
  margin: 0 auto;
  width: 1200px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_wide_section img {
	max-width: 100%;
	height: auto;
}
	
@media screen and (max-width: 1024px) { 
  .mod_wide_section{
    width:1024px;
  }
}

@media screen and (max-width: 640px) {
  .mod_wide_section{
    width:auto;
  }
}

/* mod_section
-----------------------------------------*/ 
.mod_section{
  margin: 0 auto;
  width: 967px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_section img {
	max-width: 100%;
	height: auto;
	}

@media screen and (max-width: 640px) {
  .mod_section{
    width:auto;
  }
.section-inner {
	width: auto;
	margin: 0 2.60416%;
	}
}

.mod_section a{
    text-decoration: none;
    color: #000;
}

.mod_section .font-sizeup {
	font-size: 1.14em;
	}
.mod_section .font-sizeup-l {
	font-size: 1.5em;
	}
.mod_section .font-sizedown {
	font-size: .78em;
	}
.mod_section strong {
	font-weight: bold;
	}
.mod_section .text-center {
	text-align: center;
	}
.mod_section .text-right {
	text-align: right;
	}
.mod_section .text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
.mod_section .text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
.mod_section .text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
.mod_section .text-indent-3 {
	text-indent: -3em;
	padding-left: 3em;
	}


.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}


.js-fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}
.js-fadeUp.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-01.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-02.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.0s; 
}

.js-fadeUp-03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-03.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.5s; 
}

.js-fadeUp-04 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-04.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 2.0s; 
}


/* ------------------------

.btn_sec_plan

------------------------ */
.btn_sec_plan {
  margin: 0 auto 0 0;
}

@media screen and (max-width: 640px) {
.btn_sec_plan {
  margin: 0 auto 0;
}
}

/* ------------------------

.btn_sec_link

------------------------ */
.btn_sec_link {
	margin: 1em auto 0;
	width: 700px;
}

.btn_sec_link a {
	padding: 24px 0 22px;
}
@media screen and (max-width: 768px) {
	.btn_sec_link a {
	font-size: 4.4vw;
}
}

@media screen and (max-width: 640px) {
.btn_sec_link {
	margin: 1em auto 0;
	width: auto;
}
.btn_sec_link a {
	padding: 20px 0 16px;
	font-size: 4vw;
}
}

.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 1.5s;
    transition-delay: 0.5s; 
}
.c-marker.is-active{
    background-position: 0% .5em;
}
/*-------------------------
  triangle
-------------------------*/
.triangle_gray {
    border-top: 80px solid #e9e9e9;
    border-right: 50vw solid #fff;
    border-left: 50vw solid #fff;
}

.triangle_white {
    border-top: 80px solid #fff;
    border-right: 50vw solid #e9e9e9;
    border-left: 50vw solid #e9e9e9;
}

@media screen and (max-width: 640px) {
.triangle_gray {
    border-top: 40px solid #e9e9e9;
}

.triangle_white {
    border-top: 40px solid #fff;
}
}
/*-------------------------
   colum1_wide_wrap
-------------------------*/
.colum1_wide_wrap {  
  max-width: 700px;
}
/*-------------------------
   two_one_column
-------------------------*/
.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_one_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_one_column .column{
    width: 48%;
}
@media screen and (max-width: 640px) {
.two_one_column::after{
    content:"";
    display: block;
    width: 100%;
}

.two_one_column .column{
    width: 100%;
}
	
.two_one_column .column img.width{
    width: 80vw;
	margin: 0 auto;
	Display: flex;
}
		
.two_one_column .column:nth-child(n+2){
	margin-top: 2em;
}
}
/*-------------------------
   two_two_column
-------------------------*/
.two_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_two_column .column,
.two_two_column .column_inner{
    width: 48%;
}

/*-------------------------
   three_one_column
-------------------------*/
.three_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_one_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_one_column .column{
    width: 31%;
}
@media screen and (max-width: 640px) {
.three_one_column::after{
    content:"";
    display: block;
    width: 100%;
}

.three_one_column .column{
    width: 100%;
}
	
.two_one_column .column img.width{
    width: 80vw;
	margin: 0 auto;
	Display: flex;
}	
.three_one_column .column:nth-child(n+2){
	margin-top: 2em;
}
}
/*-------------------------
   three_two_column
-------------------------*/
.three_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_two_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_two_column .column{
    width: 31%;
}
.three_two_column .column:nth-child(n+4){
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.three_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.three_two_column .column{
    width: 48%;
}	
.three_two_column .column:nth-child(n+3){
	margin-top: 1em;
}
}
/*-------------------------
   six_three_column
-------------------------*/
.six_three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.six_three_column::after{
    content:"";
    display: block;
    width: 15%;
}

.six_three_column .column{
    width: 15%;
}
.six_three_column .column:nth-child(n+7){
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.six_three_column ::after{
    content:"";
    display: block;
    width: 31%;
}

.six_three_column  .column{
    width: 31%;
}	
.six_three_column  .column:nth-child(n+4){
	margin-top: 1em;
}
}
/*-------------------------
   white_box
-------------------------*/
.white_box{
	background: #FFF;
	padding: 2em;
}
@media screen and (max-width: 640px) {
.white_box{
	padding: 2em 1em;
}
}

#tab_menu {
	display: flex;
    flex-wrap : wrap;
    justify-content:space-between;
	align-items:flex-end;
	width: 100%;
	padding: 0;
	margin: 2em 0 0;
}
#tab_menu li{
	width: 49%;
	padding: 0;
	margin: 0 0 0 0;
	text-align: center;
	list-style: none;
	background: #FFF;
	color: #FFF;
}
#tab_menu li a {
	display: block;
	padding: 18px 0 14px;
	color: #666;
	text-decoration: none;
	font-size: 108%;
	font-weight: bold;
	background: #edd5c2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 1.0;
}
#tab_menu li a:hover {
	background: #e4c5ad;
}
#tab_menu li a span {
	font-size: 75%;
}
#tab_menu li.selected a {
	display: block;
	padding: 20px 0 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 118%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #e68c45;
}

.tab_panel{
	padding: 1em 0 0;
}
.tab_panel hr{
	margin: 0 0 2em 0;
}
.tab_inner_block{
	border-top: 4px solid #e68c45;;
	border-bottom: 4px solid #e68c45;;
}
/* bnr_contact_block
-----------------------------------------*/
.bnr_contact_block{
	position: relative;
	margin: 0 auto;
	width: 966px;
	display: none;
}
.bnr_contact_block .bnr_contact_box{
	position: fixed;
	bottom: 0;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	z-index: 88;
}
.bnr_contact_box_inner{
	width: 966px;
	box-sizing:border-box;
	padding: 10px 0;
	background-color: rgba(0,32,96,0.8);
	text-align: center;
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.bnr_contact_block .bnr_contact_box_inner p{
	font-size: 118%;
	font-weight: bold;
	line-height: 1.8;
}
.bnr_contact_block .bnr_contact_box_inner a{
	display: block;
}
.bnr_contact_block .bnr_contact_box .close{
	position: absolute;
	right: 10px;
	top:10px;
}
.bnr_contact_block .bnr_contact_box .close a{
	display: block;
	width: 20px;
	height: 25px;
	text-align: center;
}
.bnr_contact_block .bnr_contact_box .close a span{
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.bnr_contact_block .bnr_contact_box .close a i{
	font-size: 20px;
	z-index: 888;
	color: #FFF;
}
@media screen and (max-width: 640px) {
.bnr_contact_block{
	width: 90vw;
}
.bnr_contact_box_inner{
	width: 90vw;
	padding: 10px 0 4px;
}
.bnr_contact_block .bnr_contact_box_inner p{
	font-size: 3.4vw;
	line-height: 1.4;
}
}

/* ------------------------

.btn_bnr_popup

------------------------ */
.btn_bnr_popup {
	margin: 10px auto;
	width: 100%;
}
.btn_bnr_popup a{
	position: relative;
	display: block;
	padding: 12px 12px;
	text-decoration: none;
	color: #333333;
	border: 1px solid #707070;
	text-align: center;
	line-height: 1.5;
	transition: all .4s ease;
	font-size: 118%;
	letter-spacing: 1px;
	background-color: #ffffff;
	border-radius: 30px;
	font-weight: bold;
}
.btn_bnr_popup a:hover{
	background-color: #ffffff;
}
.btn_bnr_popup a span{
	position: relative;
}
.btn_bnr_popup a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 26px;
	height: 5px;
	margin-top: -3px;
	background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}
.btn_bnr_popup a:hover:after{
	right: 5px;
}
.btn_bnr_popup a:hover:before {
	left: 0;
	right: auto;
	width: calc(100% - 1px);
}

@media screen and (max-width: 640px) {
	.btn_bnr_popup {
	  width: 89.555%;
	  margin: 6px auto;
  }
.btn_bnr_popup a{
	padding: 6px 0 4px;
	font-size: 3.6vw;
}
}


/*-------------------------
  toggle
-------------------------*/

.toggle_title {
	position: relative;
	cursor: pointer;
	text-align: center;
	line-height: 1.4;
	height: 20px;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: #FFF;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #0052a4;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}

.toggle_contents:first-of-type dd {
	display: block;
}

@media screen and (max-width: 640px) {
.toggle_btn {
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
}
}

.bnr_contact_block .two_one_column{
	width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
.bnr_contact_block .two_one_column{
	width: auto;
}
	
.bnr_contact_block .two_one_column .column:nth-child(n+2){
	margin-top: 0em;
}
}

/*-------------------------
 tab_block
-------------------------*/
.tab_block{
	margin: 6em 0 0;
}
.tab_block h2 {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	color: #000;
}

.tab_block h2::before,
.tab_block h2::after {
    width: 3px;
    height: 40px;
    background-color: #E68C45;
    content: '';
}

.tab_block h2::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.tab_block h2::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.tab_block p {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #e68c45;
}
@media screen and (max-width: 640px) {
.tab_block h2{
	font-size: 5.6vw;
}
.tab_block h2::before,
.tab_block h2::after {
    width: 3px;
    height: 60px;
    background-color: #E68C45;
    content: '';
}

.tab_block h2::before {
    transform: rotate(-20deg);
    margin-right: 10px;
}

.tab_block h2::after {
    transform: rotate(20deg);
    margin-left: 10px;
}
.tab_block p{
	font-size: 4.4vw;
}	
}
/*-------------------------
  consideration_block
-------------------------*/
.consideration_block{
	margin: 0 0 0;
	background: #FFF;
	padding: 4em 0 2em;
}

.consideration_block h2{
	margin: 0 0 0.8em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.consideration_block p{
	margin: 0 0 2em;
	font-size: 108%;
	text-align: center;
}

@media screen and (max-width: 640px) {
.consideration_block{
	margin-top: 0;
}
.consideration_block h2{
	font-size: 5.6vw;
}
.consideration_block p{
	font-size: 4vw;
	text-align: left;
}
}

/*-------------------------
   consideration_box
-------------------------*/
.consideration_box{
	border: 2px solid #7f7f7f;
	border-radius: 10px;
	margin: 2em 0 0 0;
}
.consideration_box .inner{
	padding: 1.4em 2em 1em;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
}
.consideration_box .inner ul{
	margin: 0 auto;
	display: inline-block;
}
.consideration_box .inner ul li{
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	padding-left: 30px;
	letter-spacing: 0.1rem;
	background: url("../img/vol3-1_bg_01.png")left 0px top 3px no-repeat;  
	background-size: 20px auto;
}
.consideration_box .inner ul li span{
	font-size: 125%;
}
.consideration_box .inner ul li:nth-child(n+2){
	margin-top: 0.6em;
}
@media screen and (max-width: 640px) {
.consideration_box{
	margin: 2em 0 0 0;
}
.consideration_box h3{
	font-size: 5vw;
}
.consideration_box .inner ul li{
	font-size: 4vw;
	line-height: 1.4;
	padding-left: 10vw;
	background-size: 6vw auto;
}
.consideration_box .inner ul li:first-child{
	margin-bottom: 1em;
}
}
/*-------------------------
 usui-ta_block
-------------------------*/
.usui-ta_block{
	margin: 0 0 0;
	background: #e9e9e9;
	padding: 4em 0 2em;
}

.usui-ta_block h2{
	margin: 0 0 0.8em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	letter-spacing: 0.1rem;
}

.usui-ta_block h2 span{
	color: #E68C45;
	font-size: 108%;
}

.usui-ta_block h2 sup {
	font-size: 50%;
}
.usui-ta_feature {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	color: #E68C45;
}

.usui-ta_feature::before,
.usui-ta_feature::after {
    width: 3px;
    height: 80px;
    background-color: #E68C45;
    content: '';
}

.usui-ta_feature::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.usui-ta_feature::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.usui-ta_ttl{
    display : table;
	margin: 0 auto 0em;
}

.usui-ta_ttl_left{
    display : table-cell;
	font-size: 138%;
	font-weight: bold;
	padding-right: 30px;
	text-align: right;
	color: #604C3F;
	vertical-align: top;
}

.usui-ta_ttl_right{
    display : table-cell;
	width: 300px;
	vertical-align: top;
}

.vol3-1_p01{
	width: 600px;
	margin: 0 auto 2em;
}
.vol3-1_p02{
	width: 728px;
	margin: 0 auto 2em;
}
@media screen and (max-width: 640px) {
.usui-ta_block h2{
	font-size: 5.6vw;
}
.usui-ta_block p{
	font-size: 4vw;
	text-align: left;
}
.usui-ta_feature {
	text-align: center;
	font-size: 5vw;
}
.usui-ta_feature::before,
.usui-ta_feature::after {
    width: 3px;
    height: 100px;
    background-color: #E68C45;
    content: '';
}

.usui-ta_feature::before {
    transform: rotate(-20deg);
    margin-right: 20px;
}

.usui-ta_feature::after {
    transform: rotate(20deg);
    margin-left: 20px;
}
.usui-ta_ttl_left{
	display: block;
	margin-bottom: 0.6em;
	font-size: 4vw;
	text-align: center;
	padding-right: 0;
}

.usui-ta_ttl_right{
	display: block;
}
.vol3-1_p01{
	width:90vw;
	margin: 0 auto 2em;
}
.vol3-1_p02{
	width:90vw;
	margin: 0 auto 2em;
}
}
/*-------------------------
   point_box
-------------------------*/
.point_box{
	border: 2px solid #E68C45;
	border-radius: 10px;
	margin: 2em 0 0 0;
}
.point_box h3{
	background: #E68C45;
	color: #FFF;
	text-align: center;
	margin: 0;
	position: relative;
	font-size: 138%;
	padding: 0.4em 0.6em;
	font-weight: bold;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.point_box h3::after {
	position: absolute;
	content: '';
	top: 100%;
	left: calc( 50% - 14px );
	border: 14px solid transparent;
	border-top: 14px solid #E68C45;
	width: 0;
	height: 0;
}
.point_box .inner{
	padding: 2em 2em 1em;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
}
.point_box .inner ul{
	margin: 0 auto;
	display: inline-block;
}
.point_box .inner ul li{
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1rem;
	position: relative;
	padding: 0 0 0 2em;
}
.point_box .inner ul li span{
	font-size: 125%;
}
.point_box .inner ul li:nth-child(n+2){
	margin-top: 0.6em;
}

.point_box .inner ul li:before {
	content: " \f046";
	font-family: FontAwesome;
	position: absolute;
	left : 0em;
	color: #E68C45;
	font-size: 138%;
}
@media screen and (max-width: 640px) {
.point_box{
	margin: 2em 0 0 0;
}
.point_box h3{
	font-size: 5vw;
}
.point_box .inner ul li{
	font-size: 4vw;
	line-height: 1.4;
}
.point_box .inner ul li:nth-child(n+2){
	margin-top: 1em;
}
.point_box .inner ul li:before {
	top : 0.5em;
}
}
/*-------------------------
   moreover_box
-------------------------*/
.moreover_box{
	border: 2px solid #E68C45;
	border-radius: 10px;
	margin: 2em 0 0 0;
	background: #FFF;
	padding: 2em;
}
.moreover_box h4 {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	color: #E68C45;
}

.moreover_box h4::before,
.moreover_box h4::after {
    width: 3px;
    height: 40px;
    background-color: #E68C45;
    content: '';
}

.moreover_box h4::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.moreover_box h4::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.moreover_box ul{
	margin: 0 auto;
	display: inline-block;
}
.moreover_box ul li{
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding: 0 0 0 3em;
}
.moreover_box ul li span{
	font-size: 125%;
}
.moreover_box ul li:nth-child(n+2){
	margin-top: 0.6em;
}
.moreover_box p {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}	
@media screen and (max-width: 640px) {
.moreover_box{
	margin: 2em 0 0 0;
}
.moreover_box h4{
	font-size: 5vw;
}
.moreover_box ul li{
	font-size: 4vw;
	line-height: 1.4;
	padding: 0 0 0 0;
	text-align: center;
}
.moreover_box ul li:nth-child(n+2){
	margin-top: 1em;
}
.moreover_box ul li:before {
	top : 0.5em;
}
.moreover_box p {
	font-size: 4.8vw;
}
}

/*-------------------------
  merit_block
-------------------------*/
.merit_block{
	padding: 4em 0 4em;
}

.merit_block h2{
	margin: 0 0 1em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.merit_block h3{
	margin: 0.8em 0 0.4em;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
}
.merit_feature {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.4em;
	text-align: center;
	color: #E68C45;
}

/*.merit_feature::before,
.merit_feature::after {
    width: 3px;
    height: 40px;
    background-color: #E68C45;
    content: '';
}

.merit_feature::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.merit_feature::after {
    transform: rotate(35deg);
    margin-left: 30px;
}*/
@media screen and (max-width: 640px) {
.merit_block h2{
	font-size: 5.6vw;
}
.merit_block h2 span{
	font-size: 4.2vw;
}	
.merit_block h3{
	font-size: 5vw;
	text-align: center;
}
.merit_feature {
	text-align: center;
	font-size: 5vw;
}
/*.merit_feature::before,
.merit_feature::after {
    width: 3px;
    height: 80px;
    background-color: #E68C45;
    content: '';
}

.merit_feature::before {
    transform: rotate(-20deg);
    margin-right: 20px;
}

.merit_feature::after {
    transform: rotate(20deg);
    margin-left: 20px;
}*/
}

/*-------------------------
 type_block
-------------------------*/
.type_block{
	margin: 0 0 0;
	background: #e9e9e9;
	padding: 4em 0 4em;
}

.type_block h2{
	margin: 0 0 0.8em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	letter-spacing: 0.1rem;
}
.type_block h3{
	margin: 0 0 0.4em;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 640px) {
.type_block h2{
	font-size: 5.6vw;
}	
.type_block h3{
	font-size: 5vw;
}
}
/*-------------------------
 color_block
-------------------------*/
.color_block{
	margin: 0 0 0;
	padding: 4em 0 4em;
}

.color_block h2{
	margin: 0 0 0.8em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	letter-spacing: 0.1rem;
}
.color_block h3{
	margin: 2em 0 0.4em;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.color_block p{
	margin: 0.4em 0 0;
	font-size: 88%;
}
@media screen and (max-width: 640px) {
.color_block h2{
	font-size: 5.6vw;
}	
.color_block h3{
	font-size: 5.2vw;
}
}

/*-------------------------
 pickup_block
-------------------------*/
.pickup_block{
	margin: 0 0 0;
	background: #e9e9e9;
	padding: 4em 0 4em;
}

.pickup_block h2{
	margin: 0 0 0.8em;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	letter-spacing: 0.1rem;
}
.pickup_block h3{
	margin: 2em 0 0.4em;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (max-width: 640px) {
.pickup_block h2{
	font-size: 5.6vw;
}	
.pickup_block h3{
	margin: 0 0 0.4em;
	font-size: 5.2vw;
}
}
/*-------------------------
 bnr_kowasazuatarashiku
-------------------------*/
.bnr_kowasazuatarashiku{
    display : flex;
    flex-wrap : wrap;
	align-items:center;
	justify-content: center;
	background: #95c5d4;
	margin-top: 2em;
	transition: 0.5s;
}

.bnr_kowasazuatarashiku:hover{
    opacity: 0.85;
    transition: 0.5s;
}

.bnr_kowasazuatarashiku_img{
    width: 50%;
}

.bnr_kowasazuatarashiku_text{
    width: 50%;
	padding: 0 80px;
	box-sizing: border-box;
}
.bnr_kowasazuatarashiku img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
.bnr_kowasazuatarashiku_img{
    width: 100%;
}

.bnr_kowasazuatarashiku_text{
    width: 100%;
	padding: 2em 4em;
}
}

.sec_kowasazuatarashiku a {
    text-decoration: none;
}

a .bnr_kowasazuatarashiku .btn {
    position: relative;
    display: block;
    padding: 12px 12px;
    text-decoration: none;
    color: #95c5d4;
	background: #FFF;
    text-align: center;
    line-height: 1.5;
    transition: all .4s ease;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 20px auto 0;
    width: 100%;
	font-weight: bold;
	box-sizing: border-box;
}

a .bnr_kowasazuatarashiku .btn:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    color: #95c5d4;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}
.remodal, [data-remodal-id] {
    display: none
}
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: ""
}
.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}
.remodal-is-initialized {
    display: inline-block
}
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}
.remodal-overlay {
    background: rgba(43, 46, 56, .9)
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}
.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}
.remodal-wrapper {
    padding: 10px 10px 0
}
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}
.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}
.remodal, .remodal-wrapper:after {
    vertical-align: middle
}
.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0)
}
.remodal-close:hover, .remodal-close:focus {
    color: #2b2e38
}
.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "×";
    text-align: center
}
.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}
.remodal-confirm {
    color: #fff;
    background: #81c784
}
.remodal-confirm:hover, .remodal-confirm:focus {
    background: #66bb6a
}
.remodal-cancel {
    color: #fff;
    background: #e57373
}
.remodal-cancel:hover, .remodal-cancel:focus {
    background: #ef5350
}
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0
}
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 1980px
    }
}
.lt-ie9 .remodal-overlay {
    background: #2b2e38
}
.lt-ie9 .remodal {
    width: 700px
}

.remodal-wrapper {
    padding: 60px 10%
}
.remodal {
    padding: 0;
    background: #000
}
.remodal .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}
.remodal .embed-container iframe, .remodal .embed-container object, .remodal .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}
.remodal video {
    width: 100%
}
.remodal #remodal-cost.embed-container,
.remodal #remodal-recipe.embed-container{
    padding: 0;
    height: auto;
    overflow: auto
}
.remodal.cost {
    padding: 60px 20px 50px;
    background: #fff;
    position: relative
}
.remodal.cost h2 {
	font-size: 24px;
	font-weight: bold;
}

.remodal.cost h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0.8em 0 0.8em;
}
.remodal.cost .remodal-close {
    background: url("../img/vol3-1_close.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 10000;
    left: auto;
    bottom: auto;
    right: 20px;
    top: 20px;
    width: 70px;
    height: 70px
}
.remodal.cost .remodal-close:before {
    content: none
}
.remodal.cost .fig {
    margin: 0 auto 40px;
    max-width: 766px
}
.remodal.cost p {
    margin: 0 auto 20px;
    max-width: 600px;
    font-size: 16px;
    text-align: left;
    line-height: 1.6
}

.recipe_inner{
    max-width: 968px;
	text-align: center;
	margin: 0 auto;
}
.recipe_inner img{
    max-width: 100%;
}

@media screen and (max-width: 640px) {
.remodal.cost .remodal-close {
    width: 30px;
    height: 30px
}
}
/*-------------------------
   two_column
-------------------------*/
.two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_column .column{
    width: 48%;
	height: auto;
    margin: 0;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
.two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 2em;
}

.two_column::after{
    content:"";
    display: block;
    width: 100%;
}
	
.two_column .column{
    width: 100%;
}
	
.two_column .column:first-child{
    margin: 0 0 2em;
}
}

/*-------------------------
  worries_block
-------------------------*/
.worries_block{
	margin: 0 0 0;
	background: #FFF;
	padding: 4em 0 2em;
}

.worries_block h2{
	margin: 0 0 0.8em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.worries_block p{
	margin: 0 0 2em;
	font-size: 108%;
	text-align: center;
}

@media screen and (max-width: 640px) {
.worries_block{
	margin-top: 0;
}
.worries_block h2{
	font-size: 5.6vw;
}
.worries_block p{
	font-size: 4vw;
	text-align: left;
}
}

/*-------------------------
   worries_box
-------------------------*/
.worries_box{
	border: 2px solid #7f7f7f;
	border-radius: 10px;
	margin: 0 0 0 0;
}

.worries_box h3{
	background: #7f7f7f;
	color: #FFF;
	text-align: center;
	margin: 0;
	position: relative;
	font-size: 138%;
	padding: 0.4em 0.6em;
	font-weight: bold;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.worries_box h3::after {
	position: absolute;
	content: '';
	top: 100%;
	left: calc( 50% - 14px );
	border: 14px solid transparent;
	border-top: 14px solid #7f7f7f;
	width: 0;
	height: 0;
}
.worries_box .inner{
	padding: 2em 2em 1.5em;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
}
.worries_box .inner ul{
	margin: 0 auto;
	display: inline-block;
}
.worries_box .inner ul li{
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	padding-left: 30px;
	letter-spacing: 0.1rem;
	background: url("../img/vol3-1_bg_01.png")left 0px top 3px no-repeat;  
	background-size: 20px auto;
}
.worries_box .inner ul li span{
	font-size: 125%;
}
.worries_box .inner ul li:nth-child(n+2){
	margin-top: 0.6em;
}
@media screen and (max-width: 640px) {
.worries_box{
	margin: 2em 0 0 0;
}
.worries_box h3{
	font-size: 5vw;
}
.worries_box .inner ul li{
	font-size: 4vw;
	line-height: 1.4;
	padding-left: 10vw;
	background-size: 6vw auto;
}
.worries_box .inner ul li:nth-child(n+2){
	margin-top: 1em;
}
}

/*-------------------------
 products_block
-------------------------*/
.products_block{
	margin: 0 0 0;
	background: #e9e9e9;
	padding: 4em 0 2em;
}

.products_block h2{
	margin: 0 0 0.8em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	letter-spacing: 0.1rem;
}

.products_block h2 span{
	color: #E68C45;
	font-size: 108%;
}

.products_block h2 sup {
	font-size: 50%;
}
.products_block h3{
	margin: 0 0 0.6em;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4;
}
.products_feature {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 175%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	color: #E68C45;
}

.products_feature::before,
.products_feature::after {
    width: 3px;
    height: 80px;
    background-color: #E68C45;
    content: '';
}

.products_feature::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.products_feature::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.products_s_feature {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #E68C45;
}

/*.products_s_feature::before,
.products_s_feature::after {
    width: 3px;
    height: 40px;
    background-color: #E68C45;
    content: '';
}

.products_s_feature::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.products_s_feature::after {
    transform: rotate(35deg);
    margin-left: 30px;
}*/
.vol3-2_p02{
	width: 800px;
	margin: 0 auto 2em;
}
@media screen and (max-width: 640px) {
.products_block h2{
	font-size: 5.6vw;
}
.products_block h3{
	font-size: 5vw;
}
.products_block p{
	font-size: 4vw;
	text-align: left;
}
.products_feature {
	text-align: center;
	font-size: 5.6vw;
}
.products_feature::before,
.products_feature::after {
    width: 3px;
    height: 100px;
    background-color: #E68C45;
    content: '';
}

.products_feature::before {
    transform: rotate(-20deg);
    margin-right: 20px;
}

.products_feature::after {
    transform: rotate(20deg);
    margin-left: 20px;
}
.products_s_feature {
	font-size: 4.4vw;
}

/*.products_s_feature::before,
.products_s_feature::after {
    width: 3px;
    height: 40px;
    background-color: #E68C45;
    content: '';
}

.products_s_feature::before {
    transform: rotate(-15deg);
    margin-right: 10px;
}

.products_s_feature::after {
    transform: rotate(15deg);
    margin-left: 10px;
}*/
.vol3-2_p02{
	width:90vw;
	margin: 0 auto 2em;
}
}
/*-------------------------
   products_block_two
-------------------------*/
.products_block_two{
    display : flex;
    flex-wrap : wrap;
	align-items: top;
	justify-content: center;
	margin-bottom: 4rem;
}

.products_block_two_left{
    width: 64%;
	padding-right: 4%;
	box-sizing: border-box;
}

.products_block_two_right{
    width: 36%;
}

@media screen and (max-width: 640px) {
.products_block_two_left{
    width: 100%;
    margin: 0 0 2em;
}

.products_block_two_right{
    width: 100%;
}
}
/*-------------------------
   pickup_box
-------------------------*/
.pickup_box{
	border: 2px solid #000;
	margin: 0 0 0 0;
	background: #FFF;
	padding: 0 2em 2em;
}
.pickup_box h3{
	color: #E68C45;
	font-weight: bold;
	text-align: center;
	font-size: 138%;
	margin: 2.8em 0 0.4em;
}
.pickup_box h4{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 640px) {
.pickup_box h3{
	font-size: 4.6vw;
	margin: 0 0 0.4em;
}
.pickup_box h4{
	font-size: 5vw;
}
}
/*-------------------------
   cost_box
-------------------------*/
.cost_box{
	border: 2px solid #E68C45;
	border-radius: 10px;
	margin: 2em 0 0 0;
	background: #FFF;
}
.cost_box h3{
	background: #E68C45;
	color: #FFF;
	text-align: center;
	margin: 0;
	position: relative;
	font-size: 138%;
	padding: 0.4em 0.6em;
	font-weight: bold;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.cost_box h3::after {
	position: absolute;
	content: '';
	top: 100%;
	left: calc( 50% - 14px );
	border: 14px solid transparent;
	border-top: 14px solid #E68C45;
	width: 0;
	height: 0;
}
.cost_box .inner{
	padding: 2em 2em 2em;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
}
.cost_box p{
	text-align: center;
	font-size: 125%;
}
@media screen and (max-width: 640px) {
.cost_box{
	margin: 2em 0 0 0;
}
.cost_box h3{
	font-size: 5vw;
}
.cost_box p{
	font-size: 4.4vw;
}
}
/*-------------------------
  features_block
-------------------------*/
.features_block{
	padding: 4em 0 0;
}

.features_block h2{
	margin: 0 0 1em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.features_block h3{
	margin: 0.8em 0 0.4em;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
}
.features_feature {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.4em;
	text-align: center;
	color: #E68C45;
}

/*.features_feature::before,
.features_feature::after {
    width: 3px;
    height: 40px;
    background-color: #E68C45;
    content: '';
}

.features_feature::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.features_feature::after {
    transform: rotate(35deg);
    margin-left: 30px;
}*/
@media screen and (max-width: 640px) {
.features_block{
	padding: 4em 0 2em;
}
.features_block h2{
	font-size: 5.6vw;
}
.features_block h2 span{
	font-size: 4.2vw;
}	
.features_block h3{
	font-size: 5vw;
	text-align: center;
}
.features_feature {
	text-align: center;
	font-size: 5vw;
}
/*.features_feature::before,
.features_feature::after {
    width: 3px;
    height: 50px;
    background-color: #E68C45;
    content: '';
}

.features_feature::before {
    transform: rotate(-20deg);
    margin-right: 20px;
}

.features_feature::after {
    transform: rotate(20deg);
    margin-left: 20px;
}*/
}

/*-------------------------
 recommended_block
-------------------------*/
.recommended_block{
	margin: 0 0 0;
	background: #e9e9e9;
	padding: 4em 0 4em;
}

.recommended_block h2{
	margin: 0 0 0.8em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	letter-spacing: 0.1rem;
}
.recommended_block h3{
	margin: 0 0 0.8em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	letter-spacing: 0.1rem;
}
.recommended_block h3 span {
	font-size: 75%;
}
.recommended_block h4{
	margin: 1em 0 ;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background: #999;
	color: #FFF;
	padding: 0.4em 0;
}
.recommended_block .btn_sec_type01{
	background: #FFF;
}

@media screen and (max-width: 640px) {
.recommended_block h2{
	font-size: 5.6vw;
}	
.recommended_block h3{
	font-size: 5vw;
}
}

/*-------------------------
 recommended_block
-------------------------*/

.kowasazuatarashiku .about-wrp h2{
	margin: 0 0 0.8em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	letter-spacing: 0.1rem;
}
.kowasazuatarashiku .about-wrp h2 span {
	font-size: 75%;
}

@media screen and (max-width: 640px) {
.kowasazuatarashiku .about-wrp h2{
	font-size: 5.6vw;
}	
}
/* about ==============================*/
.kowasazuatarashiku .about-wrp {
    margin-top: 4em;
    background-color: var(--blue);
}

.kowasazuatarashiku .about-wrp .inner {
    max-width: 980px;
}

.kowasazuatarashiku .about-wrp .title {
    width: max-content;
    margin: 0 auto;
    color: #fff;
    font-size: min(2.3em, 5.2vw);
    position: relative;
}

.kowasazuatarashiku .about-wrp .title::before,
.kowasazuatarashiku .about-wrp .title::after {
    content: '';
    width: 0;
    height: 3em;
    position: absolute;
    right: 102%;
    bottom: 0;
    border-left: solid 2px;
    rotate: -30deg;
}

.kowasazuatarashiku .about-wrp .title::after {
    left: 100%;
    right: unset;
    rotate: 30deg;
}

/* ba-wrp */
.kowasazuatarashiku .about-wrp .ba-wrp {
    margin: min(3em, 6vw) auto 0;
    overflow: hidden;
    border-radius: 1rem;
    border: solid 3px #fff;
    position: relative;
}

.kowasazuatarashiku .about-wrp .ba-wrp .note {
    width: max-content;
    padding: .5em 1em;
    background-color: #222;
    color: #fff;
    font-weight: bold;
    font-size: min(1em, 3.6vw);
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -7em;
    border-radius: .5rem;
    z-index: 1;
}

.kowasazuatarashiku .about-wrp .ba-wrp .note::before {
    content: '';
    display: block;
    width: 1.4em;
    height: 1.4em;
    background-color: #222;
    position: absolute;
    left: 50%;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
    translate: -50%;
}

.kowasazuatarashiku .about-wrp .features-list {
    width: min(980px, 100%);
    margin: 6em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5em 1em;
}

.kowasazuatarashiku .about-wrp .features-list li {
    width: 31%;
    flex-grow: 1;
    text-align: center;
}

@media screen and (max-width:640px) {
    .kowasazuatarashiku .about-wrp .features-list li {
        width: 45%;
    }
}

@media screen and (max-width:500px) {
    .kowasazuatarashiku .about-wrp .features-list li {
        width: 100%;
    }
}

.kowasazuatarashiku .about-wrp .features-list .circle {
    width: 11em;
    height: 11em;
    margin: 0 auto 1.5em;
    border-radius: 100%;
    background-color: #fff;
    font-size: min(1.3em, 4vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    box-shadow: 1px 1px 4px rgb(60 60 60 /.4);
    position: relative;
}

@media screen and (max-width:640px) {
    .kowasazuatarashiku .about-wrp .features-list .circle {
        width: 11em;
        height: 11em;
    }
}

.kowasazuatarashiku .about-wrp .features-list .circle .num {
    position: absolute;
    left: 50%;
    bottom: 100%;
    translate: -50% .5em;
    color: var(--gray);
    font-weight: bold;
    font-size: 2em;
    font-family: Manrope, sans-serif;
}

.kowasazuatarashiku .about-wrp .features-list .circle .num::before {
    content: 'POINT';
    display: block;
    margin: 0 auto .25em;
    font-size: .4em;
}

.kowasazuatarashiku .about-wrp .features-list .icon {
    width: min(64px, 28%);
    margin: 0 auto .5em;
}

.kowasazuatarashiku .about-wrp .features-list .copy {
    text-align: center;
    font-weight: bold;
    color: var(--blue2);
    line-height: 1.4;
}

.kowasazuatarashiku .about-wrp .features-list .copy .em {
    display: block;
    font-size: 1.3em;
    letter-spacing: .05em;
}

.kowasazuatarashiku .about-wrp .features-list p:not(.copy) {
    font-weight: bold;
    font-size: min(1.15em, 4vw);
    color: var(--gray);
}