@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/* --------------------------------------------------
 body
 -------------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
	color:#000;
	font-size:16px;
	font-style: normal;
	letter-spacing:1.4px;
	line-height:1.8;
    font-family: "Noto Sans JP", sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
a {
  color:#000;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
    vertical-align: middle;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  margin-bottom: 50px;
  border:none;
  border-top: dotted 1px #e1e1e1;
  height:1px;
  clear:both;
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
ol,
ul{
	padding:0;
	margin:0;
}
li{
	padding:0;
	margin:0;
	list-style: none;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="confirm"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width:767px) {
body {
	font-size:13px;
	letter-spacing:2px;
	line-height:1.8;
}
}
/* --------------------------------------------------
 h
 -------------------------------------------------- */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}

@media screen and (max-width:767px) {
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
}
/* --------------------------------------------------
 txt-size
 -------------------------------------------------- */
xsmall,.xsmall {font-size: 70%;}
small,.small {font-size: 90%;}
big,.big {font-size:110%;}
bigest,.bigest {font-size:140%; font-weight:bold;}
biger,.biger {}
@media screen and (max-width:767px) {
bigest,.bigest {font-size:120%;}
}
/* --------------------------------------------------
 txt-align
 -------------------------------------------------- */
.cp_l {text-align: left;}
.cp_r {text-align: right;}
.cp_c {text-align: center;}
.cp_c_l {text-align: center;}
@media screen and (max-width:767px) {
.cp_c {text-align: center;}
.cp_c_l {text-align: left;}
}
/* --------------------------------------------------
 color
 -------------------------------------------------- */
.white,white {color:#fff;}
.gray,gray {color:#999;}
.green,green {color:#137e47;background: linear-gradient(transparent 0%, transparent 50%, #edf5b5 50%, #edf5b5 100%);}
.orange,orange {color:#fff;background: #ff7e00; padding:0 10px 5px 10px;}
.yellow,yellow {color:#137e47;background: linear-gradient(transparent 0%, transparent 85%, #faeb00 85%, #ffed73 100%);}
.red,red {color:#e30000;background: linear-gradient(transparent 0%, transparent 50%, #ffd9d9 50%, #ffd9d9 100%);}
/* --------------------------------------------------
 img
 -------------------------------------------------- */
@media screen and (max-width:767px) {
.img01 { width:100%; height:auto;}
}
/* --------------------------------------------------
 button
 -------------------------------------------------- */
#button_inner{
	position: fixed;
	bottom:10px;
	right:20px;
}
.button01 {
	width:400px;
	font-size: 110%;
	font-weight:500;
	text-align:center;
	line-height:3.6;
	margin:2% 0 0 0;
	background: #ff7800;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#00bf00), to(#018e01));
	background: -webkit-linear-gradient(top, #00bf00 0%, #018e01 100%);
	background: linear-gradient(to bottom, #00bf00 0%, #018e01 100%); */
  	border-radius:54px;
}
.button01 a{
	color: #FFF;
	display: block;
	text-decoration: none;
}
.button01:hover {
	background: #019301;
	/*background: -webkit-gradient(linear, left bottom, left top, from(#008000), to(#029a02));
	background: -webkit-linear-gradient(bottom, #008000 0%, #029a02 100%);
	background: linear-gradient(to top, #008000 0%, #029a02 100%);*/
	box-shadow: 0 0 0 0 #006b00;
}
@media screen and (max-width:767px) {
#button_inner{
	bottom:10px;
	left: 25%;
	transform: translateX(-20%);
}
.button01{
	width:max-content;
	font-size:16px;
	padding:1% 5% 1% 5%;
}
}
/* --------------------------------------------------
 pc/sp
 -------------------------------------------------- */
.pc {display:block;}
.sp {display:none;}
.pc_br {display:block;}
.sp_br {display:none;}
@media screen and (max-width:767px) {
.pc {display:none;}
.sp {display:block;}
.pc_br {display:none;}
.sp_br {display:block;}
.sp_none {display:none;}
}

/* --------------------------------------------------
 page-top
 -------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 150px;
	right: 5px;
	font-size: 77%;
}
#page-top a {
	background:#c2d441;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 5px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	background: #a39f9a;
}
@media screen and (max-width:767px) {
#page-top {
	bottom: 180px;
}
}
/* --------------------------------------------------
 container
 -------------------------------------------------- */
#container {
	width:100%;
	margin:auto;
}
/* --------------------------------------------------
 header
 -------------------------------------------------- */
.header_inner{
    position: relative;
    width: 100%;
}
.header_inner {
	font-size:16px;
    position: fixed;
    z-index: 100;
    height: 100px;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.header_inner.is-active {
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-color: rgba(230,230,230,0.8);
    box-shadow: 0px 6px 10px 0px rgba(209, 209, 209, .4);
}
.header_inner.is-active .gnavi a {
    padding: 21px 8px;
}
.header_inner.is-active .header_entry a {
    height: 49px;
    padding-top: 10px;
}
.header_inner.is-active .snavi {
    top: 60px;
    height: 34px;
}
.header_inner.is-active .snavi a {
    padding: 11px 30px;
}
.header_inner+.l-contents {
    padding-top: 100px;
}
.header_inner+.l-contents.l-contents_lower {
    padding-top: 150px;
}
.header_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 20px;
}
.header_logo {
    width: 220px;
    height: 72px;
	margin:0 10px 0 0;
}
.header_logo img {
	width:100%;
	height:auto;
}
.gnavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.gnavi > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.gnavi > ul > li > a {
    position: relative;
    z-index: 1;
    padding: 41px 10px;
	text-decoration:none;
}
.gnavi > ul > li > a:before {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    background-color: #b3c349;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.gnavi > ul > li > a:hover:before {
    height: 100%;
}
.gnavi li:hover > a {
    color: #fff;
}
.gnavi li:hover > a:before {
    height: 100%;
    background-color: #117e47;
}
.gnavi_item.is-active {
    background-color: #b3c349;
    color: #ca3c67;
}
.dropmenu li ul {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropmenu li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.snavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 63px;
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    background: #00384a;
}
.snavi--business {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 260px;
}
.snavi--gallery {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 83px;
}
.snavi.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 0;
}
.snavi ul {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
.snavi a {
    display: block;
    padding: 19px 30px;
    color: #fff;
    font-size: 14px;
	text-decoration:none;
}
.snavi a:hover {
    background: rgba(255,255,255,0.1);
}
.snavi a img {
    margin-right: 8px;
}
.snavi_item.is-active {
    color: #bca849;
}
.header_entry {
    padding: 34px 0 34px 16px;
    font-size: 14px;
}
.header_entry a {
    display: block;
    width: 190px;
    height: 90px;
    padding-top: 30px;
    background-color: #30a439;
    color: #fff;
    font-weight: 500;
    text-align: center;
	text-decoration:none;
}
.header_entry a:hover {
    background-color: #188a21;
    color: #fff;
}

@media only screen and (min-width: 960px){
.gnavi > ul > li > a {
    font-size:1.25vw;
}
}
@media only screen and (max-width: 959px){
.header_inner {
    height: 50px;
	position: static;
}
.header_inner.is-active {
    height: 50px;
}
.header_inner.is-active .accordion a {
    padding: 0;
}
.header_inner.is-active .dropmenu {
    height: 100vh;
}
.header_inner.is-active .dropmenu a {
    padding: 20px 0;
}
.header_inner+.l-contents {
    padding-top: 50px;
}
.header_inner+.l-contents.l-contents_lower {
    padding-top: 100px;
}
.header_box {
    margin: 0;
}
.header_logo {
	text-align:center;
    margin-left: 14px;
    width: 183px;
    height: 47px;
}
.header_logo img {
	width:80%;
	height:auto;
}
.header_sp-snavi {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 50px;
    background-color: #00384a;
    white-space: nowrap;
}
.header_sp-snavi ul {
    display: inline-table;
}
.header_sp-snavi li {
    display: table-cell;
}
.header_sp-snavi li:last-of-type a {
    padding-right: 20px;
}
.header_sp-snavi a {
    display: block;
    padding: 20px 10px 20px 20px;
    color: #fff;
    font-size: 12px;
}
.sp-snavi_mask {
    overflow-x: auto;
    width: 100%;
    height: 60px;
}
.gnavi {
    width:190px;
    cursor: pointer;
}
.gnavi > ul {
    display: none;
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100vh;
    padding-top: 28px;
    background: rgba(255,255,255,0.96);
    text-align: center;
    cursor: default;
}
.gnavi > ul > li > a {
    display: block;
    padding: 20px 0;
}
.gnavi > ul > li > a:before {
    content: none;
}
.gnavi .snavi {
    display: none;
}
.snavi_item img {
    margin-right: 6px;
}
.accordion {
    display: block;
    width: 100%;
    height: 50px;
}
.accordion ul {
        width: 100%;
        height: 100%;
}
.accordion ul li {
    position: relative;
    float: left;
    width: 190px;
    height: 50px;
    text-align: center;
}
.accordion ul li:nth-of-type(1) {
    background-color: #30a439;
}
.accordion ul li:nth-of-type(2) {
        background-color: #00384a;
}
.accordion ul li a {
    color: #fff;
    position: absolute;
    top:20%;
    display: block;
    width: 100%;
    height: 100%;
	text-decoration:none;
    padding: 0;
}
.accordion ul li p {

}
.burger-menu {
    position: absolute;
    top: 20px;
    left: 16px;
    height: 1px;
    width: 18px;
    background: #fff;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.burger-menu:after,
.burger-menu:before {
    position: absolute;
    right: 0;
    content: "";
    width: 18px;
    height: 1px;
    background: #fff;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.burger-menu:before {
    top: -6px;
}
.burger-menu:after {
    top: 6px;
}
.gnavi--open .burger-menu {
    height: 0;
}
.gnavi--open .burger-menu::before {
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.gnavi--open .burger-menu::after {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.header_entry {
    display: none;
}
}
/* --------------------------------------------------
 Content
 -------------------------------------------------- */
article {}
section {}
main {}
.content {
	width:100%;
	padding:0 0 0 0;
	clear:both;
}
@media screen and (max-width:767px) {
.content {

}
}
/* --------------------------------------------------
 main
 -------------------------------------------------- */
.main_title {
	width: 100%;
	text-align:center;
	margin:0 0 4% 0;
}
.main_title h2{font-size:38px;font-weight:700; line-height:1.6;}
.sub_title {
	width: 100%;
	text-align:center;
	margin:0 0 4% 0;
}
.sub_title h3{font-size:30px;font-weight:500; color:#FFF;line-height:1.6;padding:10px;background-color:#137e47;}
.under_title {
	width: 100%;
	margin:0 0 2% 0;
	padding:10px;
	border:2px solid #137e47;
}
.under_title h4{font-size:28px;font-weight:500;line-height:1.6;}


@media screen and (max-width:767px) {
.main_title h2{font-size:26px;}
.sub_title h3{font-size:22px;}
.under_title h4{font-size:20px;}
}
/* --------------------------------------------------
 top_image
 -------------------------------------------------- */
.top_image_pc {
	background-image: url(../img/zaisandoc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 2000px 740px;
	width: 100%;
	height: 740px;
	margin:0 0 0 0;
}
.top_image_sp {
	display:none;
}
@media screen and (max-width:767px) {
.top_image_pc {
	display:none;
}
.top_image_sp {
	width: 100%;
	display:block;
}
.top_image_sp img{
	width: 100%;
	height:auto;
}
}
/* --------------------------------------------------
 topics
 -------------------------------------------------- */
.topics_inner{
	position:relative;
	width:100%;
	text-align:center;
	color:#FFF;
	margin:0 auto 5%;
	padding:5% 0 10% 0;
	background-color:#137e47;
}
.topics_title{
	margin:0 0 4% 0;
}
.topics_title h2{font-size:46px;font-weight:600; line-height:1.6;}
.topics_inner p{
	font-size:18px;
}
.topics_icon{
	position:absolute;
	right:5%;
	bottom:-10%;
}
@media screen and (max-width:767px) {
.topics_inner{
	text-align: left;
	padding:5%;
}
.topics_title h2{font-size:26px;font-weight:600;text-align:center;line-height:1.6;}
.topics_inner p{
	font-size:14px;
}
.topics_icon{
	position:absolute;
	text-align:right;
	right:5%;
	bottom:-12%;
}
.topics_icon img{
	width:45%;
	height:auto;
}
}
/* --------------------------------------------------
 evaluation
 -------------------------------------------------- */
.evaluation_inner{
	width:100%;
	text-align:center;
	margin:0 auto 5%;
	padding:5% 0 5% 0;
}
.evaluation_title{
	margin:0 0 4% 0;
}
.evaluation_title h2{font-size:46px;font-weight:700;line-height:1.6;}
.evaluation_list{
	max-width:1120px;
	margin:auto;
}
.evaluation_list ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
	flex-wrap: wrap;
}
.evaluation_list ul li{
	width:30%;
	margin:1% 0 1% 0;
}
.evaluation_list ul li h3{
	font-size:22px;
	font-weight:600;
	line-height:1.6;
}
.evaluation_list ul li img{
	width:100%;
	height:auto;
}
.evaluation_list ul li .numbers{
	font-size:54px;
	font-weight:600;
	font-family:'Arial';
	line-height:1.8;
	letter-spacing:0;
	margin: 0;
}
.evaluation_list ul li .numbers span{
	background: linear-gradient(transparent 85%,#faeb00 85%);
    background-position-y: 0%;
	background-position-y: -5px;
}
@media screen and (max-width:767px) {
.evaluation_inner{
	width:100%;
	padding:5% 2% 5% 2%;
}
.evaluation_title h2{font-size:26px;font-weight:700;line-height:1.6;}
.evaluation_list{
	max-width:100%;
}
.evaluation_list ul{
    display: block;
}
.evaluation_list ul li{
	width:100%;
}
}
/* --------------------------------------------------
 worries
 -------------------------------------------------- */
.worries_inner{
	width:100%;
	margin:0 auto 5%;
	padding:8% 0 8% 0;
	background-color:#ebe7dd;
}
.worries_box{
	max-width:1120px;
	margin:auto;
	padding:20px 30px 20px 30px;
	border:3px solid #137e47;
	background-color:#FFF;
	box-shadow: 0 4px 10px 6px rgba(165, 165, 165, .2);
}
.worries_box ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
	flex-wrap: wrap;
}
.worries_box ul li{
	width:520px;
	margin:1% 0 1% 0;
}
.worries_box ul li img{
	width:70px;
	display:inline-block;
	vertical-align:middle;
}
.worries_box ul li h3{
	width:448px;
	font-size:20px;
	font-weight: 600;
	line-height:1.6;
	display:inline-block;
	vertical-align:middle;
}
@media screen and (max-width:767px) {
.worries_inner{
	width:100%;
	padding:8% 2% 8% 2%;
}
.worries_box{
	padding:2%;
}
.worries_box ul{
    display: block;
}
.worries_box ul li{
	width:100%;
}
.worries_box ul li img{
	width:15%;
}
.worries_box ul li h3{
	width:83%;
	font-size:130%;
}
}
/* --------------------------------------------------
 injury
 -------------------------------------------------- */
.injury_inner{
	width:100%;
	margin:0 auto 5%;
}
.injury_box{
	max-width:1120px;
	margin:auto;
}
.injury_list{
	margin:3% 0 0 0;
	padding:10px 20px 10px 20px;
	border-left:3px solid #137e47;
	background-color:#f2eee4;
}
@media screen and (max-width:767px) {
.injury_inner{
	width:100%;
	padding:0 2% 0 2%;
}
.injury_box{
	width:100%;
}
.injury_list{
	margin:3% 0 0 0;
	padding:5% 2% 5% 2%;
	border-left:3px solid #137e47;
	background-color:#f2eee4;
}
}
/* --------------------------------------------------
 solution
 -------------------------------------------------- */
.solution_inner{
	width:100%;
	margin:0 auto 0;
}
.solution_box{
	max-width:1120px;
	margin:auto;
	background-image: url(../img/solution01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position:relative;
}
.solution_cach{
	position:absolute;
	left:20px;
	top:-5%;
}
.solution_cach p {
  position: relative;
  width: 400px;
  color:#FFF;
  text-align: center;
  margin:0 auto 5% auto;
  padding:10px 10px 15px 10px;
  background: #ff7e00;
}
.solution_cach p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff7e00;
}
.solution_text{
	width:680px;
	margin:0 0 0 440px;
	padding:10px 20px 10px 20px;
}
@media screen and (max-width:767px) {
.solution_inner{
	width:100%;
	padding:0 2% 0 2%;
}
.solution_box{
	width:100%;
	margin:auto;
	background-image: url(../img/solution01.png);
	background-size: 100%;
	background-position: center bottom;
	position:relative;
	padding:0 0 300px 0;
}
.solution_text{
	width:100%;
	margin:0;
	padding:1% 2% 1% 2%;
}
.solution_cach{
	position: static;
	display:block;
}
}
/* --------------------------------------------------
 flow
 -------------------------------------------------- */
.flow_inner{
	width:100%;
	margin:0 auto 5%;
}
.flow_box{
	max-width:1120px;
	margin:auto;
	padding:20px 30px 20px 30px;
	border:3px solid #137e47;
	background-color:#FFF;
	box-shadow: 0 4px 10px 6px rgba(165, 165, 165, .2);
}
.flow_list{
	margin:0 0 5% 0;
}
.flow_list ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
}
.flow_list ul li{
	font-size:20px;
	padding:30px 15px 30px 15px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	background-color:#d5d5d5;
}
.flow_list ul li.action{
	color:#FFF;
	background-color: #d9562d;
}
.flow_text{
	padding:10px 40px 10px 40px;
	background-color:#ffe5a7;
}
@media screen and (max-width:767px) {
.flow_inner{
	width:100%;
	padding:0 2% 0 2%;
}
.flow_box{
	padding:2%;
}
.flow_list ul{
    display: block;
}
.flow_list ul li{
	font-size:18px;
	margin:1% 0 1% 0;
	padding:2%;
    -ms-writing-mode: tb;
    writing-mode: horizontal-tb;
}
.flow_text{
	padding:1% 3% 1% 3%;
}
}
/* --------------------------------------------------
 cost
 -------------------------------------------------- */
.cost_inner{
	width:100%;
	margin:0 auto 5%;
}
.cost_box{
	max-width:1120px;
	margin:auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
	flex-wrap: wrap;
}
.cost_box_left{
	width:46%;
}
.cost_box_left img{
	width:100%;
	height:auto;
}
.cost_box_right{
	width:50%;
}
@media screen and (max-width:767px) {
.cost_inner{
	width:100%;
	padding:0 2% 0 2%;
}
.cost_box{
	width:100%;
	display:block;
}
.cost_box_left{
	width:100%;
	margin:0 0 2% 0;
}
.cost_box_right{
	width:100%;
}
}
/* --------------------------------------------------
 features
 -------------------------------------------------- */
.features_inner{
	width:100%;
	margin:0 auto 5%;
	padding: 5% 0 5% 0;
	background-color: #f7fccb;
}
.features_box{
	max-width:1120px;
	margin:auto;
}
.features_box ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	position:relative;
}
.features_box ul li{
	position:relative;
	width:24%;
	border-radius:6px;
	padding:2%;
	background-color:#FFF;
}
.features_box ul li h4{
	font-size:24px;
	line-height: 1.6;
}
.features_box ul li img{
	width:100%;
	height:auto;
}
.features_box ul li p{
	font-size:14px;
}
.fukidashi{
	position:absolute;
	font-size:14px;
	top:-3%;
	left: 0%;
	color:#FFF;
	text-align: center;
	margin:0 auto 5% auto;
	padding:5px 20px 7px 20px;
	background: #ff6714;
}
.fukidashi:before{
	content: "";
	position: absolute;
	top: 80%;
	left: 30%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ff6714;
}
@media screen and (max-width:767px) {
.features_inner{
	width:100%;
	padding:5% 2% 5% 2%;
}
.features_box ul{
    display: block;
}
.features_box ul li{
	width:100%;
	border-radius:6px;
	margin: 0 0 2% 0;
	padding:5%;
	background-color:#FFF;
}
.fukidashi{
	position:absolute;
	font-size:14px;
	top:0;
	left: 0%;
	color:#FFF;
	text-align: center;
	margin:0 auto 5% auto;
	padding:5px 20px 7px 20px;
	background: #ff6714;
}
}
/* --------------------------------------------------
 voice
 -------------------------------------------------- */
.voice_inner{
	width:100%;
	margin:0 auto 3%;
}
.voice_box{
	max-width:1120px;
	margin:auto;
}
.voice_box{
	max-width:1120px;
	margin:auto;
}
.voice_box ul{
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	position:relative;
}
.voice_box ul li{
	position:relative;
	width:49%;
	margin:0 0 2% 0;
	border-radius:6px;
	padding:1.5%;
	background-color:#FFF;
	border:1px solid #CCC;
}
.voice_box ul li .left{
	width:25%;
	display:inline-block;
	vertical-align:top;
}
.voice_box ul li .left img{
	width:100%;
	height:auto;
}
.voice_box ul li .right{
	width:71%;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 2%;
}
.voice_box ul li h4{
	font-size:20px;
}
.voice_box ul li h5{
	font-size:16px;
	color:#797979;
}
.voice_box ul li p{
	font-size:14px;
}
@media screen and (max-width:767px) {
.voice_inner{
	width:100%;
	padding:0 2% 0 2%;
}
.voice_box ul{
    display: block;
}
.voice_box ul li{
	width:100%;
	margin:0 0 2% 0;
	padding:2% 5% 2% 5%;
}
.voice_box ul li .left{
	width:100%;
	display: block;
}
.voice_box ul li .left img{
	width:100%;
	height:auto;
}
.voice_box ul li .right{
	width:100%;
	display: block;
	margin:0 0 0 0;
}
}
/* --------------------------------------------------
 cost
 -------------------------------------------------- */
.cost_inner{
	width:100%;
	margin:0 auto 5%;
}
.cost_box{
	max-width:1120px;
	margin:auto;
}
.cost_box table {
	table-layout: fixed;
	border-spacing: 0;
	border-top:1px solid #628f8a;
	border-left:1px solid #628f8a;
}
.cost_box table tr{
	width:100%;
}
.cost_box table tr th {
	color:#FFF;
	font-size:110%;
	padding:2%;
	background-color:#0b7a6c;
	border-right:1px solid #628f8a;
	border-bottom:1px solid #628f8a;
}
.cost_box table th:first-child {}
.cost_box table tr td:last-child {}
.cost_box table tr td {
	padding:1% 2% 1% 2%;
	overflow-wrap: break-word;
	border-right:1px solid #628f8a;
	border-bottom:1px solid #628f8a;
	background-color:#fff7c2;
}

/* --------------------------------------------------
 footer
 -------------------------------------------------- */
footer {
	width:100%;
}
.footer_inner {
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	color:#FFFFFF;
	margin:0 0 0 0;
	padding: 3% 0 3% 0;
	background-color:#117e47;
}
.footer_inner h4{
	font-size:140%;
}
.footer_inner p{
	line-height:1.6;
}
.footer_inner a{
	color:#FFFFFF;
	text-decoration:none;
}
@media screen and (max-width:767px) {
.footer_inner{
	width:100%;
	padding: 2% 0 20% 0;
}
}