@charset "utf-8";

/* PC・スマホ表示 */
@media (min-width:768px) {
  .pc_only {
      display: block !important;
  }
  .sp_only {
      display:none !important;
  }
}
@media only screen and (max-width:767px) {
  .pc_only {
      display:none !important;
  }
  .sp_only {
      display: block !important;
  }
}

/* 共通項目 */
.mrgn_top10 {
	margin-top: 10px!important;
}
.mrgn_top15{
	margin-top: 15px!important;
}
.mrgn_top20 {
	margin-top: 20px!important;
}
.mrgn_top30 {
	margin-top: 30px!important;
}
.mrgn_top40 {
	margin-top: 40px!important;
}

/* メインビジュアル */
.main_bg {
	background: url("../img/main_bg.png") no-repeat center / 100% 100%;
}
.main_bgwrap {
	overflow: hidden;
}
.pattern01 img{
    opacity: 0;
    transform: translateX(40px);
    transition: .9s;
}
.pattern01.show img{
    opacity: 1;
    transform: translateX(0);
}
@media (max-width: 1440px) {
.main_bg {
	background: url("../img/main_bg.png") no-repeat center / auto 100%;
}
}

/* Section01 */
.wid100_bg {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.sec_01 {
	background-color: #F2F2F2;
	padding: 40px 0 50px 0;
}
.sec_01-lead {
	color: #444444;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6em;
}
.sec_01-lead span{
	color: #729300;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.6em;
}
@media only screen and (max-width:767px) {
.sec_01-lead {
	font-size: 16px;
	}
.sec_01-lead span{
	font-size: 20px;
}
}
.sec_01-h3 {
	color: #00a0c8;
	font-size : 26px;
	font-weight: 700;
}
.sec_01-pdca {
	font-size : 22px;
	font-weight: 700;
	line-height: 1.3em;
}
.sec_01-pdca span {
	font-size : 26px;
	color: #00a0c8;
}
@media only screen and (max-width:767px) {
.sec_01-h3 {
	font-size : 23px;
}
.sec_01-pdca {
	font-size : 20px;
}
.sec_01-pdca span {
	font-size : 22px;
}
}
.flex_box01 {
	padding-top: 40px;
	display: flex;
	align-items: center;
}
.flex_item01 {
	min-width: 130px;
}
.flex_item01:nth-child(1) {
	margin: 0 30px 0 15px;
}
@media only screen and (max-width:767px) {
.flex_item01 {
	min-width: 120px;
}
.flex_item01:nth-child(1) {
	margin: 0 15px 0 0;
}
}
.sec_01-cont {
	position: relative;
	margin-bottom: 60px;
	padding: auto 20px;
	border-radius: 20px;
	border: 3px solid #00a0c8;
	transform: translateY(40px);
}
.sec_01-cont-h3{
	position: absolute;
	display: inline-block;
    width: 280px;
	color: #00a0c8;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	background-color: #F2F2F2;
	left: calc( 50% - 140px );
	transform: translateY(-17px);
}
.flex_box02 {
	padding: 15px;
}
.flex_item02 {
	padding: 10px 5px;
	border: 2px solid #7cc4dc;
	background-color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.flex_p02 {
	margin: 10px 3px;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left!important;
}

/* Section02 */
.bubble9 {
	width: 75%;
	margin: 1.5em auto;
	overflow: hidden;
}
.bubble9 .imgs {
	float: left;
	margin: 0px 40px 13px 0;
}
.bubble9 .imgs img {
	width: 85%;
}
.bubble9 .chat {
	width: 100%;
}
.ss {
	display: block;
	position: relative; 
	margin: 45px 10% 0 33%;
	padding: 17px;
	border-radius: 15px;
	border: solid 2px #00a0c8;
	background: #fff;
}
.ss:before,
.ss:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 17px;
	left: -45px;
	border: 15px solid transparent;
	border-right: 30px solid #00a0c8;
}
.ss:after {
	left: -41px;
	border-right: 30px solid #FFF;
}
.ss p {
	margin: 0;
	color: #00a0c8;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.6em;
}
@media (max-width: 1229px) {
.bubble9 {
	width: 80%;
}
}
@media (max-width: 1169px) {
.bubble9 {
	width: 85%;
}
}
@media (max-width: 1119px) {
.bubble9 {
	width: 90%;
}
}
@media (max-width: 1069px) {
.bubble9 {
	width: 95%;
}
}
@media (max-width: 1024px) {
.ss {
	margin: 50px 0 0 40%;
}
.bubble9 .imgs {
	margin: 0 0 13px 0;
}
}
@media (max-width: 1023px) {
.bubble9 .imgs img {
	width: 85%;
}
}
@media (max-width: 914px) {
.bubble9 {
	width: 100%;
}
}
@media (max-width: 834px) {
.ss {
	margin: 35px 0 0 50%;
}
}
@media (max-width: 768px) {
.bubble9 .imgs {
	clear: both;
	margin: 0px 30% 13px;
}
.ss {
	clear: both;
	margin: 15px 20%;
}
.ss:before,
.ss:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 46%;
	top: -45px;
	border-right: 15px solid transparent;
	border-bottom: 30px solid #00a0c8;
	border-left: 15px solid transparent;
}
.ss:after {
	top: -41px;
	border-bottom: 30px solid #FFF;
}
.chat {
	display: flex;
}
.ss {
	clear: both;		
}
}
@media (max-width: 600px) {
.bubble9 .imgs {
	clear: both;
}
.bubble9 .imgs img {
	width: 100%;
}
}

.bubble8 {
	width: 75%;
	margin: 1.5em auto;
	overflow: hidden;
}
.bubble8 .imgs8 {
	float: right;
	margin: 0px 0 13px 40px;
}
.bubble8 .imgs8 img {
	width: 85%;
}
.bubble8 .chat8 {
	width: 100%;
}
.ss8 {
	display: block;
	position: relative; 
	margin: 45px 33% 0 12%;
	padding: 17px;
	border-radius: 15px;
	border: solid 2px #00a0c8;
	background: #fff;
}
.ss8:before,
.ss8:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 17px;
	right: -45px;
	border: 15px solid transparent;
	border-left: 30px solid #00a0c8;
}
.ss8:after {
	right: -41px;
	border-left: 30px solid #FFF;
}
.ss8 p {
	margin: 0;
	padding: 0 10px;
	color: #00a0c8;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.6em;
}
@media (max-width: 1229px) {
.bubble8 {
	width: 80%;
}
}
@media (max-width: 1169px) {
.bubble8 {
	width: 85%;
}
}
@media (max-width: 1119px) {
.bubble8 {
	width: 90%;
}
}
@media (max-width: 1069px) {
.bubble8 {
	width: 95%;
}
}

@media (max-width: 1024px) {
.ss8 {
	margin: 50px 40% 0 0;
}
.bubble8 .imgs8 {
	margin: 0 0 13px 0;
}
}
@media (max-width: 1023px) {
.bubble8 .imgs8 img {
	width: 90%;
}
}
@media (max-width: 914px) {
.bubble8 {
	width: 100%;
}
}
@media (max-width: 834px) {
.ss8 {
	margin: 35px 50% 0 0;
}
}
@media (max-width: 768px) {
.bubble8 .imgs8 {
	clear: both;
	margin: 0px 30% 13px;
}
.ss8 {
	clear: both;
	margin: 15px 20%;
}
.ss8:before,
.ss8:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 46%;
	top: -45px;
	border-right: 15px solid transparent;
	border-bottom: 30px solid #00a0c8;
	border-left: 15px solid transparent;
}
.ss8:after {
	top: -41px;
	border-bottom: 30px solid #FFF;
}
.chat8 {
	display: flex;
}
.ss8 {
	clear: both;		
}
}
@media (max-width: 600px) {
.bubble8 .imgs8 {
	clear: both;
}
.bubble8 .imgs8 img {
	width: 100%;
}
}
.sec02_p01{
	font-size: 20px;
	font-weight: 700;
	color: #00a0c8;
	text-align: center;
	line-height: 2em;
}
.sec02_p01 span {
	border-bottom: 4px dotted #00a0c8;
}
.grid_slash {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 24px;
}
.grid_slash::before, .grid_slash::after {
    content: "";
    width: 35px;
    height: 3px;
    background-color: #00a0c8;
}
.grid_slash::before {
    transform: rotate(60deg);
}
.grid_slash::after {
    transform: rotate(-60deg);
}
@media (max-width: 600px) {
.grid_slash {
	font-size: 20px;
}
}


/* Section03 */
.grid_slash2 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 24px;
}
.grid_slash2::before, .grid_slash2::after {
    content: "";
    width: 68px;
    height: 3px;
    background-color: #00a0c8;
}
.grid_slash2::before {
    transform: rotate(60deg);
}
.grid_slash2::after {
    transform: rotate(-60deg);
}
@media (max-width: 600px) {
.grid_slash2 {
	font-size: 20px;
}
}

/* Section04 */
.h3_sideline01 {
    position: relative;
    padding: 0 62px;
    text-align: center;
    font-size: 22px;
}
.h3_sideline01:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #729330;
}
.h3_sideline01 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}
.point01{
    margin: 4em 0 3em;
    padding: 25px;
    border-radius: 10px;
	border: 2px dashed #28accf;
}

.point01-circle1{
    font-size: 22px;
    line-height: 1.5;
    position: absolute;
    margin-top: -44px;
    font-weight: bold;
    color: #fff;
    background-color:#729330;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
}

.point01-circle1:after{
    content: "P";
    position: absolute;
    font-weight: bold;
    color: #fff;
    background-color:#729330;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
}

.point01-circle2:before{
    content: "";
    position: absolute;
    top: 100%;
    margin-top: -.2em;
    margin-left: -20px;
    border: 6px solid transparent;
    border-top: 15px solid #729330;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.point01-circle2{
    position: absolute;
    font-size: 22px;
    line-height: 1.5;
    margin-top: -44px;
    margin-left: 57px;
    font-weight: bold;
    color: #fff;
    background-color:#729330;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
}

.point01-circle2:after{
    content: "I";
    position: absolute;
    font-weight: bold;
    color: #fff;
    background-color:#729330;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
}
.point01-circle3{
    position: absolute;
    font-size: 22px;
    line-height: 1.5;
    margin-top: -44px;
    margin-left: 110px;
    font-weight: bold;
    color: #fff;
    background-color:#729330;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
}

.point01-circle3:after{
    content: "T";
    position: absolute;
    font-weight: bold;
    color: #fff;
    background-color:#729330;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
}

.point01 p{
    margin: 1em 0 0;
    padding: 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #004878;
}

.product-btn {
	margin-top: 40px;
}
.product-btn button {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	border: 3px solid #729330;
	border-radius: 25px;
	display: block;
	position: relative;
	transition: all .3s ease-out;
}
.product-btn button:hover {
	background-color: #729330;
	cursor: pointer;
}
.product-btn button::after {
	width: 8px;
	height: 8px;
	content: '';
	border-right: 3px solid #729330;
	border-bottom: 3px solid #729330;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-49%) rotate(-45deg);
}
.product-btn button:hover::after {
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}
.product-btn button a {
	padding: 10px 48px 11px 28px;
	color: #729330;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.product-btn button a:hover {
	color: #FFF;
}

/* mducb_2 Section01 */
.tile_Aflame {
	max-width: 175px;
	margin: 25px auto 0;
	padding: 3px;
	background-color: #00a0c8;
	border: 3px solid #00a0c8;
	border-radius: 25px;
	display: block;
	position: relative;
	transition: all .3s ease-out;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
}
@media only screen and (max-width:767px) {
.tile_Aflame {
	margin: 15px auto 40px;
}
}

/* mducb_2 Section02 */
.sec_02-cont {
	position: relative;
	margin-bottom: 60px;
	padding: auto 20px;
	border-radius: 20px;
	border: 3px solid #00a0c8;
	transform: translateY(40px);
}
.sec_02-cont-h3{
	position: absolute;
	display: inline-block;
    width: 480px;
	margin-bottom: 30px;
	color: #00a0c8;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	background-color: #FFF;
	left: calc( 50% - 240px );
	transform: translateY(-32px);
}
@media only screen and (max-width:767px) {
.sec_02-cont-h3{
    width: 240px;
	font-size: 18px;
	left: calc( 50% - 120px );
	transform: translateY(-40px);
}
}
.flex_box03 {
	padding: 15px;
}
.flex_item03 {
	padding: 10px 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.flex_p03 {
	margin: 10px 3px 15px;
	text-align: center;
}
