@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Oswald:wght@400&display=swap');

/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
font-family: "Oswald", sans-serif;
	font-weight: 400;
*/

/** *********************** **/

a[href^="tel:"] {
    pointer-events: none !important;
}
.sp_view {
	display: none;
}
img {
	width: 100%;
	height: auto;
}

/** *********************** **/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/** *********************** **/

.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 5px solid rgba(230,0,18,1.0);
  border-radius: 50%;
  border-right: 5px solid rgba(230,0,18,0.2);
  border-top: 5px solid rgba(230,0,18,0.2);
  content: "";
  height: 100px;
  width: 100px;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** *********************** **/

body {
	font-family: 'Noto Sans JP', sans-serif;
    min-width: 1100px;
	font-weight: 400;
	color: #000;
	background: #fff;
	position: relative;
    padding-top: 100px;
	-webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    overflow-x: hidden;
}

/** *********************** **/

header {
	width: 100%;
	height: 100px;
    min-width: 1150px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
    position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}
header.fixed {
	width: 100%;
	height: 100px;
    min-width: 1150px;
    background: rgba(255,255,255,1.00);
	animation: menufixed 0.5s linear;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}
@keyframes menufixed {
  0% {
    top: -50px;
	opacity: 0;
  }
  100% {
    top: 0px;
	opacity: 1;
  }
}
.head {
    width: 100%;
    height: 100px;
    padding: 0 110px 0 110px;
}
.head h1 {
    width: 222px;
    position: absolute;
    top: 16px;
    left: 30px;
}
.head h1 a {
    display: block;
    width: 100%;
    height: 100%;
}
.head ul {
    position: absolute;
    top: 44px;
    right: 30px;
}
.head li {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    margin-right: 18px;
    padding-right: 15px;
    position: relative;
}
.head li::after {
  content: "";
  color: #e92130;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 5px;
  right: 0;
}
.head li:last-child {
    margin-right: 0;
}
header.fixed a {
    border-radius: 5px !important;
}
.head_trial {
    width: 260px;
    height: 60px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 14px;
    right: 20px;
}
.head_trial a:link,
.head_trial a:visited,
.head_trial a:active {
    width: 260px;
    height: 60px;
    display: block;
    border-radius: 5px;
    background: #f5002c url("../pc_img/head_icn_01.png") no-repeat center left 48px;
    background-size: 27px auto;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    text-align: left;
    padding-left: 90px;
    transition: all 0.3s linear;
}
.head_trial a:hover {
    width: 260px;
    height: 60px;
    display: block;
    border-radius:5px;
    background: #ff4768 url("../pc_img/head_icn_01.png") no-repeat center left 48px;
    background-size: 27px auto;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    text-align: left;
    padding-left: 90px;
    transition: all 0.3s linear;
}

/** *********************** **/

.mv_area_wrap {
	width: 100%;
    min-width: 1100px;
	height: 595px;
	background: #f8f8f8 url("../pc_img/mv_bg.jpg") no-repeat top center;
	background-size: 2000px auto;
    position: relative;
    z-index: 1;
}
.mv_area {    
	width: 1100px;
	height: 595px;
    padding-top: 125px;
    padding-left: 55px;
	margin: 0 auto;
    position: relative;
    z-index: 3;
}
.mv_area::after {
    content: "";
    width: 850px;
    height: 595px;
    background: url("../pc_img/mv_mask.png") no-repeat top right;
    background-size: 850px 595px;
    position: absolute;
    top: 0;
    left: 735px;
    z-index: 2;
}
.mv_area h2 {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
    font-size: 72px;
    line-height: 86px;
    font-style: italic;
    margin-bottom: 27px;
    margin-left: -10px;
}
.mv_area h2 strong {
    color: #e60012;
    margin-left: 0px;
}
.mv_area h2 sup {
    font-size: 12px;
    line-height: 86px;
    vertical-align: top;
    margin: 0 0 0 12px;
    top: -20px !important;
}

.mv_area p:nth-of-type(1) {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    font-style: italic;
}
.mv_area p:nth-of-type(1) strong {
    color: #e60012;
    margin-left: -10px;
    position: relative;
}
.mv_area p:nth-of-type(1) strong::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: -3px;
    border-bottom: 1px solid #e60012;
}
.mv_area p:nth-of-type(2) {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    position: absolute;
    bottom: 25px;
    right: 0;
    z-index: 4;
}

/** *********************** **/

.cnt_01_wrap {
	width: 100%;
    padding: 170px 0 65px 0;
    position: relative;
}
.cnt_01_wrap::after {
    width: 100%;
    content: "2024.09.30";
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 180px;
    line-height: 1;
    letter-spacing: 10px;
    padding-left: 10px;
    color: #fff2f4;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
    z-index: 0;
}
.cnt_01 {
	width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.cnt_01 h3 {
	width: 730px;
	margin: 0 auto 40px auto;
	padding: 15px 0;
	position: relative;
	text-align:center;
	font-size: 29px;
	line-height: 41px;
	font-weight: bold;
}
.cnt_01 h3 strong {
	color: #e60012;
}
.cnt_01 h3::before, .cnt_01 h3::after {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
}
.cnt_01 h3::before {
	border-left: solid 1px #e60012;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	left: 0;
}
.cnt_01 h3::after {
	border-right: solid 1px #e60012;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	right: 0;
}
.cnt_01 ul {
    font-size: 0;
    text-align: center;
    margin-bottom: 35px;
}
.cnt_01 li {
    width: 400px;
    height: 288px;
    padding: 15px 10px 10px 10px;
    border-radius: 8px;
    border: 1px solid #ffced2;
    background: #ffe9eb;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.cnt_01 li::after {
    content: "";
    width: 72px;
    height: 32px;
    background: url("../pc_img/cnt_01_icn_01.png") no-repeat;
    background-size: 72px 32px;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -36px;
}
.cnt_01 li:nth-of-type(1) {
    margin-right: 20px;
}
.cnt_01 li dl {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ffced2;
    padding: 30px 0 0 0;
}
.cnt_01 li:nth-of-type(1) dl {
    background:#fff url("../pc_img/cnt_01_icn_02.png") no-repeat top 140px center;
    background-size: 262px auto;
}
.cnt_01 li:nth-of-type(2) dl {
    background:#fff url("../pc_img/cnt_01_icn_03.png") no-repeat top 140px center;
    background-size: 187px auto;
}
.cnt_01 li:nth-of-type(1) dl dt {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 15px;
    background: url("../pc_img/cnt_01_border_01.png") no-repeat center bottom;
    background-size: 198px auto;
    margin-bottom: 10px;
    text-align: center;
}
.cnt_01 li:nth-of-type(2) dl dt {
    width: 164px;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 15px;
    background: url("../pc_img/cnt_01_border_01.png") no-repeat center bottom;
    background-size: 198px auto;
    margin: 0 auto 10px auto;
    text-align: center;
}
.cnt_01 li:nth-of-type(1) dd {
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.cnt_01 li:nth-of-type(1) dd span {
    font-size: 32px;
    color: #e60012;
    padding-bottom: 11px;
    background: url("../pc_img/cnt_01_border_02.png")  repeat-x bottom center;
    background-size: 306px auto;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.cnt_01 li:nth-of-type(1) dd span i {
    font-style: normal;
    font-size: 44px;
    color: #e60012;
}
.cnt_01 li:nth-of-type(2) dd {
    display: inline-block;
    font-size: 32px;
    color: #e60012;
    line-height: 1;
    font-weight: 700;
     padding-bottom: 12px;
    background: url("../pc_img/cnt_01_border_02.png")  repeat-x bottom center;
    background-size: 306px auto;
    margin-bottom: 30px;
}
.cnt_01 li:nth-of-type(2) p {
    font-size: 13px;
    line-height: 18px;
    margin-top: -50px;
}
.cnt_01 li:nth-of-type(2) dd i {
    font-style: normal;
    font-size: 44px;
    color: #e60012;
}
.cnt_01 li:nth-of-type(2) dd sup {
    font-size: 20px;
    color: #000;
    top: -15px;
    left: 3px;
}
.cnt_01_txt {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.cnt_01_txt span {
    font-weight: 700;
}
.cnt_01 a {
    display: block;
    width: 626px;
    height: 72px;
    border-radius: 36px;
    background: #e60012;
    box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.cnt_01 a::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);
    position: absolute;
    top: 25px;
    right: 30px;
}

/** *********************** **/

.cnt_02_wrap {
	width: 100%;
	padding: 170px 0 70px 0;
	background: #f4f4f4;
    position: relative;
}
.cnt_02_wrap::after {
    width: 100%;
    content: "Features";
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 180px;
    line-height: 1;
    letter-spacing: 18px;
    padding-left: 18px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    text-align: center;
    z-index: 0;
}
.cnt_02 {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.cnt_02 h3 {
	width: 590px;
	margin: 0 auto 70px auto;
	padding: 13px 0;
	position: relative;
	text-align:center;
	font-size: 29px;
	line-height: 41px;
	font-weight: bold;
}
.cnt_02 h3 strong {
	color: #009944;
}
.cnt_02 h3::before, .cnt_02 h3::after {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
}
.cnt_02 h3::before {
	border-left: solid 1px #009944;
	border-top: solid 1px #009944;
	border-bottom: solid 1px #009944;
	top: 0;
	left: 0;
}
.cnt_02 h3::after {
	border-right: solid 1px #009944;
	border-top: solid 1px #009944;
	border-bottom: solid 1px #009944;
	top: 0;
	right: 0;
}
.cnt_02 div:nth-of-type(1) {
    width: 1016px;
    background: #fff;
    padding: 60px 0 50px 0;
    margin: 0 auto 60px auto;
    position: relative;
}
.cnt_02 div:nth-of-type(1) dl {
    width: 1016px;
    position: absolute;
    top: -36px;
    left: 0;
}
.cnt_02 div:nth-of-type(1) dt {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3px;
    padding-left: 3px;
    color: #009944;
    margin-bottom: 5px;
}
.cnt_02 div:nth-of-type(1) dd {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 3px;
    padding-left: 3px;
    color: #009944;
}
.cnt_02 div:nth-of-type(1) h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #009944;
    margin-bottom: 20px;
}
.cnt_02 div:nth-of-type(1) p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #000;
    margin-bottom: 35px;
}
.cnt_02 div:nth-of-type(1) p span {
    font-weight: 700;
    position: relative;
}
.cnt_02 div:nth-of-type(1) p span::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-bottom: 1px solid #009944;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(1) {
    width: 750px;
    margin: 0 auto;
    text-align: right;
    font-size: 0;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(1) li:nth-of-type(1) {
    width: 272px;
    height: 140px;
    display: inline-block;
    vertical-align: bottom;
    background: #009944;
    border-radius: 8px 8px 0 0 ;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding-top: 24px;
    margin-right: 8px;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(1) li:nth-of-type(1) span {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    color: #009944;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: -2px;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(1) li:nth-of-type(2) {
    width: 272px;
    height: 130px;
    display: inline-block;
    vertical-align: bottom;
    background: #49a567;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding-top: 21px;
    margin-right: 13px;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(1) li:nth-of-type(2) span {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    color: #49a567;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: -2px;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(2) {
    width: 750px;
    background: rgba(255,255,255,0.95);
    border: 1px solid #00b050;
    border-radius: 8px 0 0 8px;
    position: absolute;
    top: 225px;
    left: 133px;
    text-align: left;
    font-size: 0;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(2) li:nth-of-type(1) {
    display: inline-block;
    width: 185px;
    font-weight: 700;
    color: #009944;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 18px 0;
    margin-right: 0;
    margin-top: -2px;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(2) li:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    width: 272px;
    margin-right: 8px;
    text-align: center;
    position: relative;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(2) li:nth-of-type(2)::before {
    content: "";
    width: 1px;
    height: 52px;
    background: #e1f0e8;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 3;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(2) li:nth-of-type(2)::after {
    content: "";
    width: 1px;
    height: 52px;
    background: #e1f0e8;
    position: absolute;
    top: -5px;
    right: 0;
}
.cnt_02 ul:nth-of-type(2) li:nth-of-type(2) dl {
    width: 100% !important;
    font-size: 0;
    position: static;
}
.cnt_02 ul:nth-of-type(2) li:nth-of-type(2) dt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 10px 0;
    margin-right: 3px;
    margin-bottom: 0;
}
.cnt_02 ul:nth-of-type(2) li:nth-of-type(2) dd {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
    color: #e60012;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    margin-top: -3px;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(2) li:nth-of-type(3) {
    display: inline-block;
    vertical-align: middle;
    width: 272px;
    margin-right: 0;
    text-align: center;
    position: relative;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(2) li:nth-of-type(3)::before {
    content: "";
    width: 1px;
    height: 52px;
    background: #e1f0e8;
    position: absolute;
    top: -8px;
    left: 0px;
}
.cnt_02 div:nth-of-type(1) ul:nth-of-type(2) li:nth-of-type(3)::after {
    content: "";
    width: 1px;
    height: 52px;
    background: #e1f0e8;
    position: absolute;
    top: -8px;
    right: 0px;
}
.cnt_02 ul:nth-of-type(2) li:nth-of-type(3) dl {
    width: 100% !important;
    position: static;
    font-size: 0;
}
.cnt_02 ul:nth-of-type(2) li:nth-of-type(3) dt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #616161;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 10px 0;
    margin-bottom: 0;
}
.cnt_02 ul:nth-of-type(2) li:nth-of-type(3) dd {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0;
    color: #616161;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    margin-top: -2px;
}
.cnt_02 div:nth-of-type(2) {
    width: 1016px;
    background: #fff;
    padding: 60px 0 50px 0;
    margin: 0 auto ;
    position: relative;
}
.cnt_02 div:nth-of-type(2) dl {
    width: 1016px;
    position: absolute;
    top: -36px;
    left: 0;
}
.cnt_02 div:nth-of-type(2) dt {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3px;
    padding-left: 3px;
    color: #009944;
    margin-bottom: 5px;
}
.cnt_02 div:nth-of-type(2) dd {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 3px;
    padding-left: 3px;
    color: #009944;
}
.cnt_02 div:nth-of-type(2) h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #009944;
    margin-bottom: 20px;
}
.cnt_02 div:nth-of-type(2) p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #000;
    margin-bottom: 35px;
}
.cnt_02 div:nth-of-type(2) p span {
    font-weight: 700;
    position: relative;
}
.cnt_02 div:nth-of-type(2) p span::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-bottom: 1px solid #009944;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(1) {
    width: 750px;
    margin: 0 auto;
    text-align: right;
    font-size: 0;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(1) {
    width: 272px;
    height: 140px;
    display: inline-block;
    vertical-align: bottom;
    background: #009944;
    border-radius: 8px 8px 0 0 ;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding-top: 24px;
    margin-right: 8px;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(1) span {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    color: #009944;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: -2px;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(2) {
    width: 272px;
    height: 130px;
    display: inline-block;
    vertical-align: bottom;
    background: #49a567;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding-top: 21px;
    margin-right: 13px;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(2) span {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    color: #49a567;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: -2px;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(2) {
    width: 750px;
    background: rgba(255,255,255,0.95);
    border: 1px solid #00b050;
    border-radius: 8px 0 0 8px;
    position: absolute;
    top: 225px;
    left: 133px;
    text-align: left;
    font-size: 0;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(2) li:nth-of-type(1) {
    display: inline-block;
    width: 185px;
    font-weight: 700;
    color: #009944;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 18px 0;
    margin-right: 0;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(2) li:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    width: 272px;
     font-size: 22px;
    line-height: 1;
    margin-right: 8px;
     line-height: 1;
     text-align: center;
    letter-spacing: 0;
    color: #e60012;
    position: relative;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(2) li:nth-of-type(2)::before {
    content: "";
    width: 1px;
    height: 54px;
    background: #e1f0e8;
    position: absolute;
    top: -16px;
    left: 0;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(2) li:nth-of-type(2)::after {
    content: "";
    width: 1px;
    height: 54px;
    background: #e1f0e8;
    position: absolute;
    top: -16px;
    right: 0;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(2) li:nth-of-type(3) {
    display: inline-block;
    vertical-align: middle;
    width: 272px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #616161;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    padding: 10px 0 10px 0;
    position: relative;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(2) li:nth-of-type(3)::before {
    content: "";
    width: 1px;
    height: 52px;
    background: #e1f0e8;
    position: absolute;
    top: -7px;
    left: 0px;
}
.cnt_02 div:nth-of-type(2) ul:nth-of-type(2) li:nth-of-type(3)::after {
    content: "";
    width: 1px;
    height: 52px;
    background: #e1f0e8;
    position: absolute;
    top: -7px;
    right: -0px;
}

/** *********************** **/

.cnt_03_wrap {
	width: 100%;
	padding: 140px 0 60px 0;
	background: #009944;
    position: relative;
}
.cnt_03_wrap::before {
    content: "";
    width: 59px;
    height: 67px;
    background: url("../pc_img/cnt_03_icn_01.png") no-repeat;
    background-size: 59px 67px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -30px;
}
.cnt_03_wrap::after {
    content: "";
    width: 120px;
    height: 20px;
    border-style: solid;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 20px solid #f4f4f4;
    border-bottom: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -60px;
    text-align: center;
    z-index: 0;
}
.cnt_03 {
	width: 1016px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.cnt_03 h3 {
    width: 563px;
    font-weight: 700;
    font-size: 23px;
    line-height: 37px;
    color: #fffbbc;
    background: url("../pc_img/cnt_03_txt_bg.png") no-repeat bottom center;
    background-size: 563px 39px;
    text-align: center;
    margin: 0 auto 20px auto;
}
.cnt_03 h3 span {
    color: #fff;
}
.cnt_03 p:nth-of-type(1) {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.cnt_03 p:nth-of-type(1) strong,
.cnt_03 p:nth-of-type(1) span {
    font-weight: 700;
    color: #fffbbb;
}
.cnt_03 ul:nth-of-type(1) {
    width: 750px;
    margin: 0 auto 10px auto;
    text-align: right;
    font-size: 0;
}
.cnt_03 ul:nth-of-type(1) li:nth-of-type(1) {
    width: 272px;
    height: 240px;
    display: inline-block;
    vertical-align: bottom;
    background: #fff;
    border-radius: 8px 8px 0 0 ;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #009944;
    padding-top: 24px;
    margin-right: 8px;
}
.cnt_03 ul:nth-of-type(1) li:nth-of-type(1) span {
    display: inline-block;
    vertical-align: middle;
    background: #009944;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: -2px;
}
.cnt_03 ul:nth-of-type(1) li:nth-of-type(2) {
    width: 272px;
    height: 230px;
    display: inline-block;
    vertical-align: bottom;
    background: #e6f1ea;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #49a567;
    padding-top: 17px;
    margin-right: 13px;
}
.cnt_03 ul:nth-of-type(1) li:nth-of-type(2) span {
    display: inline-block;
    vertical-align: middle;
    background: #49a567;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: -2px;
}
.cnt_03 ul:nth-of-type(2) {
    width: 750px;
    background: rgba(255,255,255,0.90);
    border: 1px solid #b7dcc8;
    border-radius: 8px 0 0 8px;
    position: absolute;
    top: 200px;
    left: 132px;
    text-align: left;
    font-size: 0;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(1) {
    display: inline-block;
    width: 185px;
    font-weight: 700;
    color: #009944;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    padding: 18px 0;
    margin-right: 0;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
     padding: 15px 0 15px 0;
    width: 272px;
    margin-right: 8px;
    position: relative;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(2)::before {
    content: "";
    width: 1px;
    height: 72px;
    background: #ceebdc;
    position: absolute;
    top: -1px;
    left: 0;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(2)::after {
    content: "";
    width: 1px;
    height: 72px;
    background: #ceebdc;
    position: absolute;
    top: -1px;
    right: 0;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(2) dl {
    width: 100% !important;
    font-size: 0;
    position: static;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(2) dt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #e60012;
    margin-right: 0;
    margin-bottom: 5px;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(2) dd {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #e60012;
    padding-left: 0;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(3) {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0 15px 0;
    width: 272px;
    text-align:center; 
    position: relative;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(3)::before {
    content: "";
    width: 1px;
    height: 73px;
    background: #ceebdc;
    position: absolute;
    top: -3px;
    left: 0px;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(3)::after {
    content: "";
    width: 1px;
    height: 73px;
    background: #ceebdc;
    position: absolute;
    top: -3px;
    right: 0px;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(3) dl {
    width: 100% !important;
    position: static;
    font-size: 0;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(3) dt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #616161;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.cnt_03 ul:nth-of-type(2) li:nth-of-type(3) dd {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #616161;
    padding-left: 0;
}
.cnt_03 ul:nth-of-type(3) {
    width: 750px;
    background: rgba(255,255,255,0.90);
    border: 1px solid #b7dcc8;
    border-radius: 8px 0 0 8px;
    position: absolute;
    top: 280px;
    left: 132px;
    text-align: left;
    font-size: 0;
}
.cnt_03 ul:nth-of-type(3) li:nth-of-type(1) {
    display: inline-block;
    vertical-align: middle;
    width: 185px;
    padding: 18px 0;
    text-align: center;
}
.cnt_03 ul:nth-of-type(3) li:nth-of-type(1) dt {
    font-weight: 700;
    color: #009944;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 5px;
}
.cnt_03 ul:nth-of-type(3) li:nth-of-type(1) dd {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    padding: 0 0;
    margin-right: 0;
}
.cnt_03 ul:nth-of-type(3) li:nth-of-type(1) dd span {
    display: block;
    font-weight: 700;
    color: #009944;
    margin-bottom: 4px !important;
}
.cnt_03 ul:nth-of-type(3) li:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
     padding: 15px 0 15px 0;
    width: 272px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #e60012;
    margin-right: 8px;
    margin-bottom: 5px;
    position: relative;
}
.cnt_03 ul:nth-of-type(3) li:nth-of-type(2)::before {
    content: "";
    width: 1px;
    height: 87px;
    background: #ceebdc;
    position: absolute;
    top: -15px;
    left: 0;
}
.cnt_03 ul:nth-of-type(3) li:nth-of-type(2)::after {
    content: "";
    width: 1px;
    height: 87px;
    background: #ceebdc;
    position: absolute;
    top: -15px;
    right: 0px;
}
.cnt_03 ul:nth-of-type(3) li:nth-of-type(3) {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0 15px 0;
    width: 272px;
     font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #616161;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}
.cnt_03 ul:nth-of-type(3) li:nth-of-type(3)::before {
    content: "";
    width: 1px;
    height: 87px;
    background: #ceebdc;
    position: absolute;
    top: -17px;
    left: 0;
}
.cnt_03 ul:nth-of-type(3) li:nth-of-type(3)::after {
    content: "";
    width: 1px;
    height: 87px;
    background: #ceebdc;
    position: absolute;
    top: -17px;
    right: 0;
}
.cnt_03 p:nth-of-type(2) {
    width: 750px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: right;
    margin: 0 auto 20px auto;
}
.cnt_03 p:nth-of-type(3) {
    width: 750px;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin: 0 auto 20px auto;
}
.cnt_03 p:nth-of-type(3) span {
    font-weight: 700;
}
.cnt_03 a {
    display: block;
    width: 626px;
    height: 72px;
    border-radius: 36px;
    background: #e60012;
    box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.cnt_03 a::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);
    position: absolute;
    top: 25px;
    right: 30px;
}

/** *********************** **/

.cnt_04_wrap {
	width: 100%;
    background: #fff url("../pc_img/cnt_04_bg.png") no-repeat top -100px center;
    background-size: 1796px auto;
    padding: 180px 0 75px 0;
    position: relative;
}
.cnt_04_wrap::after {
    width: 100%;
    content: "Brush Up";
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 180px;
    line-height: 1;
    letter-spacing: 18px;
    padding-left: 18px;
    color: #fff2f4;
    position: absolute;
    top: 30px;
    left: 0;
    text-align: center;
    z-index: 0;
}
.cnt_04 {
	width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.cnt_04 h3 {
    width: 415px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    text-align: center;
    position: relative;
    padding: 10px 0 10px 0 ;
    margin: 0 auto 20px auto;    
}
.cnt_04 h3::before, .cnt_04 h3::after {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
}
.cnt_04 h3::before {
	border-left: solid 1px #e60012;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	left: 0;
}
.cnt_04 h3::after {
	border-right: solid 1px #e60012;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	right: 0;
}
.cnt_04 h3 strong,
.cnt_04 h3 span {
    color: #e60012;
}
.cnt_04 p:nth-of-type(1) {
    font-weight: 700;
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 30px;
}
.cnt_04 p:nth-of-type(1) span {
    color: #e60012;
}
.cnt_04_txt_01 {
    width: 292px;
    height: 292px;
    padding: 78px 35px 0 35px;
    color: #fff;
    text-align: center;
    background: url("../pc_img/cnt_04_01.png") no-repeat;
    background-size: 292px 292px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.cnt_04_txt_01 dt {
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
}
.cnt_04_txt_01 dt span {
    font-weight: 700;
}
.cnt_04_txt_01 dd h4 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}
.cnt_04_txt_01 dd h4::before,
.cnt_04_txt_01 dd h4::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
}
.cnt_04_txt_01 dd h4::before {
    margin-right: 5px;
}
.cnt_04_txt_01 dd h4::after {
    margin-left: 5px;
}
.cnt_04_txt_01 dd p:nth-of-type(1) {
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
}
.cnt_04_txt_01 dd p:nth-of-type(2) {
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
}
.cnt_04_txt_01 dd p:nth-of-type(2) span {
    font-weight: 700;
}
.cnt_04 figure {
    width: 819px;
    margin: -80px auto 75px auto;
    position: relative;
    z-index: 0;
}

.cnt_04 div:nth-of-type(1) {
    width: 1016px;
    background: #fff;
    padding: 60px 0 0 0;
    box-shadow: 0px 0px 24px 0px rgba(4, 0, 0, 0.08);
    margin: 0 auto 70px auto;
    text-align: center;
    position: relative;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(1) {
    width: 1016px;
    position: absolute;
    text-align: center;
    top: -40px;
    left: 0;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(1) dt {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
    margin-bottom: 5px;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(1) dd {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
}
.cnt_04 div:nth-of-type(1) h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #e60012;
    margin-bottom: 20px;
}
.cnt_04 div:nth-of-type(1) p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
}
.cnt_04 div:nth-of-type(1) p span {
    font-weight: 700;
    color: #000;
    position: relative;
}
.cnt_04 div:nth-of-type(1) p span::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -2px;
    border-bottom: 1px solid #e60012;
}
.cnt_04 div:nth-of-type(1) h5 {
    width: 290px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-align: center;
    position: relative;
    padding: 10px 0 10px 0 ;
    margin: 0 auto 20px auto;    
}
.cnt_04 div:nth-of-type(1) h5::before, .cnt_04 div:nth-of-type(1) h5::after {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
}
.cnt_04 div:nth-of-type(1) h5::before {
	border-left: solid 1px #e60012;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	left: 0;
}
.cnt_04 div:nth-of-type(1) h5::after {
	border-right: solid 1px #e60012;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	right: 0;
}
.cnt_04 div:nth-of-type(1) h5 span {
    color: #e60012;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) {
    width: 588px;
    background: #f4f4f4;
    padding: 25px 35px 30px 35px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-size: 0;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) {
    width: 324px;
    background: #f4f4f4;
    padding: 25px 35px 30px 35px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dt,
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) dt {
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dt::before,
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) dt::before,
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dt::after,
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) dt::after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #dcdcdc;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dt::before,
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) dt::before {
    margin-right: 15px;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dt::after,
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) dt::after {
    margin-left: 15px;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd {
    width: 122px;
    height: 122px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 25px 0;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) dd {
    width: 122px;
    height: 122px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 20px 0;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(1),
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(2),
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(3),
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(5),
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(6) {
    margin-right: 10px;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(1),
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(2),
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(3),
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(4) {
    margin-bottom: 10px;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd img {
    width: 66px;
    margin: 0 auto 20px auto;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(2) dd p {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin-bottom: 0 !important;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) dd:nth-of-type(1),
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) dd:nth-of-type(3) {
    margin-right: 10px;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) dd:nth-of-type(1) {
    margin-bottom: 10px;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) dd img {
    width: 69px;
    margin: 0 auto 20px auto;
}
.cnt_04 div:nth-of-type(1) dl:nth-of-type(3) dd p {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin-bottom: 0 !important;
}
.cnt_04 div:nth-of-type(1) ul {
    margin-top: 10px;
    text-align: left;
    margin-left: 45px;
    margin-bottom: 30px;
}
.cnt_04 div:nth-of-type(1) li {
    font-size: 13px;
    line-height: 19px;
}
.cnt_04 div:nth-of-type(1) div {
    background: #e60012 url("../pc_img/cnt_04_01_btm.png") no-repeat center center;
    background-size: cover;
    padding: 40px 0 35px 0;
    position: relative;
    box-shadow: none;
    text-align: center;
    margin-bottom: 0 !important;
}
.cnt_04 div:nth-of-type(1) div::after {
    content: "";
    width: 56px;
    height: 12px;
    border-style: solid;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    border-top: 12px solid #fff;
    border-bottom: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -28px;
    text-align: center;
    z-index: 0;
}
.cnt_04 div:nth-of-type(1) div h6 {
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    color: #fff;
    margin-bottom: 18px;
}
.cnt_04 div:nth-of-type(1) div p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0 !important;
}

/* -------- */

.cnt_04 div:nth-of-type(2) {
    width: 1016px;
    background: #fff;
    padding: 60px 0 50px 0;
    box-shadow: 0px 0px 24px 0px rgba(4, 0, 0, 0.08);
    margin: 0 auto 70px auto;
    text-align: center;
    position: relative;
}
.cnt_04 div:nth-of-type(2) dl:nth-of-type(1) {
    width: 1016px;
    position: absolute;
    text-align: center;
    top: -40px;
    left: 0;
}
.cnt_04 div:nth-of-type(2) dl:nth-of-type(1) dt {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
    margin-bottom: 5px;
}
.cnt_04 div:nth-of-type(2) dl:nth-of-type(1) dd {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
}
.cnt_04 div:nth-of-type(2) h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #e60012;
    margin-bottom: 20px;
}
.cnt_04 div:nth-of-type(2) p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
}
.cnt_04 div:nth-of-type(2) p span {
    font-weight: 700;
    color: #000;
    position: relative;
}
.cnt_04 div:nth-of-type(2) p span::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -2px;
    border-bottom: 1px solid #e60012;
}
.cnt_04 div:nth-of-type(2) figure {
    width: 735px;
    margin: 0 auto;
}

/* -------- */

.cnt_04 div:nth-of-type(3) {
    width: 1016px;
    background: #fff;
    padding: 60px 0 50px 0;
    box-shadow: 0px 0px 24px 0px rgba(4, 0, 0, 0.08);
    margin: 0 auto 70px auto;
    text-align: center;
    position: relative;
}
.cnt_04 div:nth-of-type(3) dl:nth-of-type(1) {
    width: 1016px;
    position: absolute;
    text-align: center;
    top: -40px;
    left: 0;
}
.cnt_04 div:nth-of-type(3) dl:nth-of-type(1) dt {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
    margin-bottom: 5px;
}
.cnt_04 div:nth-of-type(3) dl:nth-of-type(1) dd {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
}
.cnt_04 div:nth-of-type(3) h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #e60012;
    margin-bottom: 20px;
}
.cnt_04 div:nth-of-type(3) p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
}
.cnt_04 div:nth-of-type(3) p span {
    font-weight: 700;
    color: #000;
    position: relative;
}
.cnt_04 div:nth-of-type(3) p span::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -2px;
    border-bottom: 1px solid #e60012;
}
.cnt_04 div:nth-of-type(3) figure {
    width: 627px;
    margin: 0 auto;
}

/* -------- */

.cnt_04 div:nth-of-type(4) {
    width: 1016px;
    background: #fff;
    padding: 60px 0 50px 0;
    box-shadow: 0px 0px 24px 0px rgba(4, 0, 0, 0.08);
    margin: 0 auto 70px auto;
    text-align: center;
    position: relative;
}
.cnt_04 div:nth-of-type(4) dl:nth-of-type(1) {
    width: 1016px;
    position: absolute;
    text-align: center;
    top: -40px;
    left: 0;
}
.cnt_04 div:nth-of-type(4) dl:nth-of-type(1) dt {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
    margin-bottom: 5px;
}
.cnt_04 div:nth-of-type(4) dl:nth-of-type(1) dd {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
}
.cnt_04 div:nth-of-type(4) h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #e60012;
    margin-bottom: 20px;
}
.cnt_04 div:nth-of-type(4) p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
}
.cnt_04 div:nth-of-type(4) p span {
    font-weight: 700;
    color: #000;
    position: relative;
}
.cnt_04 div:nth-of-type(4) p span::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -2px;
    border-bottom: 1px solid #e60012;
}
.cnt_04 div:nth-of-type(4) figure {
    width: 692px;
    margin: 0 auto;
}

/* -------- */

.cnt_04 div:nth-of-type(5) {
    width: 1016px;
    background: #fff;
    padding: 60px 0 50px 0;
    box-shadow: 0px 0px 24px 0px rgba(4, 0, 0, 0.08);
    margin: 0 auto 70px auto;
    text-align: center;
    position: relative;
}
.cnt_04 div:nth-of-type(5) dl:nth-of-type(1) {
    width: 1016px;
    position: absolute;
    text-align: center;
    top: -40px;
    left: 0;
}
.cnt_04 div:nth-of-type(5) dl:nth-of-type(1) dt {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
    margin-bottom: 5px;
}
.cnt_04 div:nth-of-type(5) dl:nth-of-type(1) dd {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
}
.cnt_04 div:nth-of-type(5) h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #e60012;
    margin-bottom: 20px;
}
.cnt_04 div:nth-of-type(5) p:nth-of-type(1) {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
}
.cnt_04 div:nth-of-type(5) p:nth-of-type(1) span {
    font-weight: 700;
    color: #000;
    position: relative;
}
.cnt_04 div:nth-of-type(5) p:nth-of-type(1) span::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -2px;
    border-bottom: 1px solid #e60012;
}
.cnt_04 div:nth-of-type(5) ul {
    font-size: 0;
    text-align: center;
}
.cnt_04 div:nth-of-type(5) li {
    width: 440px;
    display: inline-block;
    vertical-align: top;
}
.cnt_04 div:nth-of-type(5) li:nth-of-type(1) {
    margin-right: 25px;
}
.cnt_04 div:nth-of-type(5) li h5 {
    width: 290px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-align: center;
    position: relative;
    padding: 10px 0 10px 0 ;
    margin: 0 auto 20px auto;
}
.cnt_04 div:nth-of-type(5) li h5::before, .cnt_04 div:nth-of-type(5) li h5::after {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
}
.cnt_04 div:nth-of-type(5) li:nth-of-type(1) h5::before {
	border-left: solid 1px #e60012;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	left: 0;
}
.cnt_04 div:nth-of-type(5) li:nth-of-type(1) h5::after {
	border-right: solid 1px #e60012;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	right: 0;
}
.cnt_04 div:nth-of-type(5) li:nth-of-type(2) h5::before {
	border-left: solid 1px #009944;
	border-top: solid 1px #009944;
	border-bottom: solid 1px #009944;
	top: 0;
	left: 0;
}
.cnt_04 div:nth-of-type(5) li:nth-of-type(2) h5::after {
	border-right: solid 1px #009944;
	border-top: solid 1px #009944;
	border-bottom: solid 1px #009944;
	top: 0;
	right: 0;
}
.cnt_04 div:nth-of-type(5) li:nth-of-type(1) h5 span {
    color: #e60012;
}
.cnt_04 div:nth-of-type(5) li:nth-of-type(2) h5 span {
    color: #009944;
}
.cnt_04 div:nth-of-type(5) figure {
    width: 440px;
    margin: 0 auto;
}
.cnt_04 div:nth-of-type(5) p:nth-of-type(2) {
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    padding-top: 20px;
    text-align: center;
}

/* -------- */

.cnt_04 div:nth-of-type(6) {
    width: 1016px;
    background: #fff;
    padding: 60px 0 50px 0;
    box-shadow: 0px 0px 24px 0px rgba(4, 0, 0, 0.08);
    margin: 0 auto 0 auto;
    text-align: center;
    position: relative;
}
.cnt_04 div:nth-of-type(6) dl:nth-of-type(1) {
    width: 1016px;
    position: absolute;
    text-align: center;
    top: -40px;
    left: 0;
}
.cnt_04 div:nth-of-type(6) dl:nth-of-type(1) dt {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
    margin-bottom: 5px;
}
.cnt_04 div:nth-of-type(6) dl:nth-of-type(1) dd {
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #e60012;
}
.cnt_04 div:nth-of-type(6) h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #e60012;
    margin-bottom: 20px;
}
.cnt_04 div:nth-of-type(6) p:nth-of-type(1) {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
}
.cnt_04 div:nth-of-type(6) p:nth-of-type(1) span {
    font-weight: 700;
    color: #000;
    position: relative;
}
.cnt_04 div:nth-of-type(6) p:nth-of-type(1) span::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -2px;
    border-bottom: 1px solid #e60012;
}
.cnt_04 div:nth-of-type(6) div {
    width: 910px;
    background: #f4f4f4;
    padding: 30px 0 40px 0;
    box-shadow: none;
    margin: 0 auto 0 auto;
}
.cnt_04 div:nth-of-type(6) div h5 {
    width: 480px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #000;
    text-align: center;
    position: relative;
    padding: 10px 0 10px 0 ;
    margin: 0 auto 30px auto;
}
.cnt_04 div:nth-of-type(6) div h5::before, .cnt_04 div:nth-of-type(6) div h5::after {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
}
.cnt_04 div:nth-of-type(6) div h5::before {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	top: 0;
	left: 0;
}
.cnt_04 div:nth-of-type(6) div h5::after {
	border-right: solid 1px #000;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	top: 0;
	right: 0;
}

.cnt_04 div:nth-of-type(6) ul {
    font-size: 0;
    text-align: center;
    margin: 0 0 0 0 !important;
}
.cnt_04 div:nth-of-type(6) li {
    width: 365px;
    display: inline-block;
    vertical-align: top;
}
.cnt_04 div:nth-of-type(6) li:nth-of-type(1) {
    margin-right: 15px;
}
.cnt_04 div:nth-of-type(6) li:nth-of-type(1) h6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    text-align: center;
    margin: 0 auto 15px auto;
}
.cnt_04 div:nth-of-type(6) li:nth-of-type(2) h6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    text-align: center;
    margin: 0 auto 25px auto;
    display: inline-block;
    vertical-align: middle;
}
.cnt_04 div:nth-of-type(6) div li:nth-of-type(2) h6 picture {
    display: inline-block;
    vertical-align: middle;
    width: 146px;
    margin-right: 10px;
}
.cnt_04 div:nth-of-type(6) div  li dl {
    width: 365px !important;
    display: block !important;
    position: inherit !important;
    background: #fff !important;
    padding: 20px !important;
}
.cnt_04 div:nth-of-type(6) div li dl dt {
    width: 320px !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    border: 3px solid #c90010;
    background: #e60012 !important;
    color: #fff !important;
    padding: 10px 0 !important;
    margin-bottom: 20px !important;
    position: relative;
}
.cnt_04 div:nth-of-type(6) div li dl dt::after {
    content: "";
    width: 1px;
    height: 15px;
    background: #e60012;
    position: absolute;
    top: -30px;
    left: 50%;
}
.cnt_04 div:nth-of-type(6) div li:nth-of-type(1) dl dd {
    width: 320px !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    border: 3px solid #eab206;
    background: #ffcc19 !important;
    color: #000 !important;
    padding: 10px 0 !important;
    position: relative;
}
.cnt_04 div:nth-of-type(6) div li:nth-of-type(1) dl dd::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("../pc_img/cnt_04_06_after.png");
    background-size: 14px 14px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -7px;
}
.cnt_04 div:nth-of-type(6) div li:nth-of-type(2) dl dd {
    width: 320px !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    border: 3px dashed #dcdcdc;
    background: #fff url("../pc_img/cnt_04_06_bg.png") no-repeat center center !important;
    background-size: 320px 41px !important;
    color: #cccccc !important;
    padding: 10px 0 !important;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8),0px 0px 5px rgba(255, 255, 255, 0.8),0px 0px 5px rgba(255, 255, 255, 0.8),0px 0px 5px rgba(255, 255, 255, 0.8);
}

/** *********************** **/

.cnt_05_wrap {
	width: 100%;
	padding: 140px 0 60px 0;
	background: #e60012;
    position: relative;
}
.cnt_05_wrap::before {
    content: "";
    width: 76px;
    height: 65px;
    background: url("../pc_img/cnt_05_icn_01.png") no-repeat;
    background-size: 76px 65px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -30px;
}
.cnt_05_wrap::after {
    content: "";
    width: 120px;
    height: 20px;
    border-style: solid;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -60px;
    text-align: center;
    z-index: 0;
}
.cnt_05 {
	width: 1016px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.cnt_05 h3 {
    width: 514px;
    font-weight: 700;
    font-size: 23px;
    line-height: 37px;
    color: #fff;
    background: url("../pc_img/cnt_05_txt_bg.png") no-repeat bottom center;
    background-size: 514px 39px;
    text-align: center;
    margin: 0 auto 20px auto;
}
.cnt_05 h3 span {
    color: #fffbbc;
}
.cnt_05 p:nth-of-type(1) {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.cnt_05 figure {
    width: 821px;
    margin: 0 auto 10px auto 
}
.cnt_05 p:nth-of-type(2) {
    width: 821px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: right;
    margin: 0 auto 20px auto;
}
.cnt_05 p:nth-of-type(3) {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.cnt_05 p:nth-of-type(3) span {
    font-weight: 700;
    color: #fffbbc;
    position: relative;
}
.cnt_05 p:nth-of-type(3) span::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -2px;
    border-bottom: 1px solid #fffbbc;
}
.cnt_05 p:nth-of-type(4) {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.cnt_05 p:nth-of-type(4) span {
    font-weight: 700;
    color: #fffbbc;
    position: relative;
}
.cnt_05 p:nth-of-type(4) span::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -2px;
    border-bottom: 1px solid #fffbbc;
}

/** *********************** **/

.cnt_06_wrap {
	width: 100%;
	padding: 60px 0;
	background: #fff;
}
.cnt_06 {
	width: 698px;
	margin: 0 auto;
	text-align: center;
}
.cnt_06 div {
    --x-gradient: linear-gradient(90deg, #e60012 0 135px, transparent 0 calc(100% - 135px), #e60012 calc(100% - 135px));
    --y-gradient: linear-gradient(#e60012 0 135px, transparent 0 calc(100% - 135px), #e60012 calc(100% - 135px));
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
    padding: 45px 80px 40px 80px;
    margin-bottom: 45px;
}
.cnt_06 div h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #e60012;
    text-align: center;
    margin-bottom: 30px;
}
.cnt_06 div a {
    display: block;
    width: 518px;
    margin: 0 auto;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2)
}
.cnt_06 div a picture {
    width: 518px;
}
.cnt_06_link {
    display: block;
    width: 626px;
    height: 72px;
    border-radius: 36px;
    background: #e60012;
    box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.cnt_06_link::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);
    position: absolute;
    top: 25px;
    right: 30px;
}

/** *********************** **/

.cnt_07_wrap {
	width: 100%;
	padding: 165px 0 65px 0;
	background: #f4f4f4;
    position: relative;
}
.cnt_07_wrap::after {
    width: 100%;
    content: "Method";
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 180px;
    line-height: 1;
    letter-spacing: 22px;
    padding-left: 22px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    text-align: center;
    z-index: 0;
}
.cnt_07 {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.cnt_07 h3 {
	width: 370px;
	margin: 0 auto 30px auto;
	padding: 15px 0;
	position: relative;
	text-align:center;
	font-size: 29px;
	line-height: 41px;
	font-weight: bold;
}
.cnt_07 h3 span {
	color: #e60012;
}
.cnt_07 h3::before, .cnt_07 h3::after {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
}
.cnt_07 h3::before {
	border-left: solid 1px #e60012 ;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	left: 0;
}
.cnt_07 h3::after {
	border-right: solid 1px #e60012;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	right: 0;
}
.cnt_07 p {
	margin: 0 auto 22px auto;
	text-align:center;
	font-size: 17px;
	line-height: 30px;
}
.cnt_07 h4 span {
    display: block;
    font-size: 19px;
    line-height: 45px;
    font-weight: 700;
    color: #e60012;
    margin-bottom: 0px;
}
.cnt_07 ul {
    font-size: 0;
    margin-bottom: 35px;
}
.cnt_07 li {
	display: inline-block;
	vertical-align: top;
	width: 490px;
	/*height: 275px;*/
	background: #fff;
	position: relative;
	padding: 15px;
}
.cnt_07 li picture img {
	width: 460px;
	height: auto;
}
.cnt_07 .movie_none div {
	width: 460px;
	height: 245px;
	position: relative;
}
.cnt_07 li:first-child {
	margin-right: 40px;
}
.cnt_07 .movie_none::before,
.cnt_07 .movie_none::after {
        position: absolute;
        content: "";
        width: 80px;
        height: 55px;
}
.cnt_07 .movie_none::before {
    border-left: solid 1px #e60012;
    border-bottom: solid 1px #e60012;
    bottom:  15px;
    left:  15px;
}
.cnt_07 .movie_none::after {
    border-right: solid 1px #e60012;
    border-top: solid 1px #e60012;
    top: 15px;
    right: 15px;
}
.cnt_07 .movie_none div::before,
.cnt_07 .movie_none div::after {
        position: absolute;
        content: "";
        width: 80px;
        height: 55px;
}
.cnt_07 .movie_none div::before {
    border-left: solid 1px #e60012;
    border-top: solid 1px #e60012;
    top:  0px;
    left:  0px;
}
.cnt_07 .movie_none div::after {
    border-right: solid 1px #e60012;
    border-bottom: solid 1px #e60012;
    bottom: 0px;
    right: 0px;
}
.cnt_07 .movie_none div span {
	width: 460px;
	height: 245px;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 235px;
	color: #e60012;
	letter-spacing: 5px;
	padding-left: 5px;
	position: relative;
	z-index: 10;
}
.cnt_07 .movie_none div span::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 0 60px 110px;
	border-color: transparent transparent transparent #fef2f3;
	position: absolute;
	top: 62px;
	left: 175px;
	z-index: -1;
}
.cnt_07_link {
    display: block;
    width: 626px;
    height: 72px;
    border-radius: 36px;
    background: #e60012;
    box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.cnt_07_linka::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);
    position: absolute;
    top: 25px;
    right: 30px;
}

/** *********************** **/

.cnt_08_wrap {
	width: 100%;
	padding: 190px 0 70px 0;
	background: #fff;
    position: relative;
}
.cnt_08_wrap::after {
    width: 100%;
    content: "How to Start";
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 180px;
    line-height: 1;
    letter-spacing: 10px;
    padding-left: 10px;
    color: #edf5ef;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
    z-index: 0;
}
.cnt_08 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.cnt_08 h3 {
	width: 560px;
	margin: 0 auto 45px auto;
	padding: 15px 0;
	position: relative;
	text-align:center;
	font-size: 29px;
	line-height: 41px;
	font-weight: bold;
}
.cnt_08 h3 span {
	color: #009944;
}
.cnt_08 h3::before, .cnt_08 h3::after {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
}
.cnt_08 h3::before {
	border-left: solid 1px #009944;
	border-top: solid 1px #009944;
	border-bottom: solid 1px #009944;
	top: 0;
	left: 0;
}
.cnt_08 h3::after {
	border-right: solid 1px #009944;
	border-top: solid 1px #009944;
	border-bottom: solid 1px #009944;
	top: 0;
	right: 0;
}
.cnt_08 h4 {
    width: 423px;
    font-weight: 700;
    font-size: 23px;
    line-height: 37px;
    color: #009944;
    background: url("../pc_img/cnt_08_txt_bg.png") no-repeat bottom center;
    background-size: 423px 39px;
    text-align: center;
    margin: 0 auto 30px auto;
}


.splide__track {
	height: 420px !important;
	padding-top: 30px;
}
.splide__slide {
	width: 830px !important;
	height: 360px !important;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	position: relative;
	padding: 55px 40px 0 40px;
}
.cnt_08_01 {
	background: #fff url("../pc_img/cnt_08_icn_01.png") no-repeat top 135px left 145px;
	background-size: 194px auto;
}
.cnt_08_02 {
	background: #fff url("../pc_img/cnt_08_icn_02.png") no-repeat top 150px left 60px;
	background-size: 117px auto;
}
.cnt_08_03 {
	background: #fff;
}
.splide__slide h5 {
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0,153,68,0.25);
}
.cnt_08_01 h5 {
	margin-bottom: 65px;
}
.cnt_08_02 h5 {
	margin-bottom: 30px;
}
.cnt_08_03 h5 {
	margin-bottom: 45px;
}
.splide__slide h5 span {
	color: #009944;
}
.splide__slide p {
	font-size: 18px;
	line-height: 34px;
	text-align: left;
}
.cnt_08_01 p {
	padding-left: 335px;
}
.cnt_08_02 p {
	padding-left: 160px;
}
.cnt_08_03 div {
	width: 630px;
	height: 72px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 68px;
	font-weight: bold;
	text-align: left;
}
.cnt_08_03 div:nth-of-type(1) {
	margin-bottom: 17px;
}
.cnt_08_03 div:nth-of-type(1) a:link,
.cnt_08_03 div:nth-of-type(1) a:visited,
.cnt_08_03 div:nth-of-type(1) a:active {
	display: block;
	width: 630px;
	height: 72px;
	border: 2px solid #009944;
	border-radius: 36px;
	background: #fff url("../pc_img/cnt_08_icn_03.png") no-repeat center left 110px;
	background-size: 135px 28px;
	padding-left: 260px;
	position: relative;
	transition: all 0.3s ease;
}
.cnt_08_03 div:nth-of-type(1) a:hover {
	display: block;
	width: 630px;
	height: 72px;
	border: 2px solid #009944;
	border-radius: 36px;
	background: #fff url("../pc_img/cnt_08_icn_03.png") no-repeat center left 110px;
	background-size: 135px 28px;
	padding-left: 260px;
	position: relative;
	opacity: 0.7;
	transition: all 0.3s ease;
}
.cnt_08_03 div:nth-of-type(2) a:link,
.cnt_08_03 div:nth-of-type(2) a:visited,
.cnt_08_03 div:nth-of-type(2) a:active {
	display: block;
	width: 630px;
	height: 72px;
	border: 2px solid #009944;
	border-radius: 36px;
	background: #fff url("../pc_img/cnt_08_icn_04.png") no-repeat center left 220px;
	background-size: 71px 45px;
	padding-left: 310px;
	position: relative;
	transition: all 0.3s ease;
}
.cnt_08_03 div:nth-of-type(2) a:hover {
	display: block;
	width: 630px;
	height: 72px;
	border: 2px solid #009944;
	border-radius: 36px;
	background: #fff url("../pc_img/cnt_08_icn_04.png") no-repeat center left 220px;
	background-size: 71px 45px;
	padding-left: 310px;
	position: relative;
	opacity: 0.7;
	transition: all 0.3s ease;
}
.cnt_08_03 div a::after {
	content: "";
	position: absolute;
	top: 28px;
	right: 30px;
	width: 15px;
	height: 15px;
	border: 1px solid;
	border-color:  transparent transparent #009944 #009944;
	transform: rotate(-135deg);
}
.splide__arrow--prev {
	width: 52px;
	height: 360px;
	background: url("../pc_img/cnt_08_arrw.png") no-repeat center center;
	background-size: 52px 133px;
	top: 30px !important;
	left: 50% !important;
	margin-left: -485px;
	transform: rotate(0deg) !important;
}
.splide__arrow--next {
	width: 52px;
	height: 360px;
	background: url("../pc_img/cnt_08_arrw.png") no-repeat center center;
	background-size: 52px 133px;
	transform: rotate(180deg) !important;
	top: 30px !important;
	right: 50% !important;
	margin-right: -485px;
}
.splide__arrow {
	border-radius: 0 !important;
	opacity: 1 !important;
}
.splide__arrow svg {
	display: none;
}
.splide__pagination {
    bottom: -25px;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.splide__pagination__page.is-active {
    background: #009944;
	border: 1px solid #009944;
	transform: scale(1.1);
}
.splide__pagination__page {
    background: #fff;
	border: 1px solid #009944;
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    margin: 0 10px;
    opacity: 1;
    padding: 0;
    transition: transform .2s linear;
    width: 18px;
}

.splide__slide dl {
	position: absolute;
	top: -7px;
	left: 45px;
	width: 53px;
	height: 80px;
	background: url("../pc_img/cnt_08_txt_02_bg.png") no-repeat;
	background-size: 53px 80px;
	padding-top: 20px;
	text-align: center;
}
.splide__slide dt {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	letter-spacing: 1px;
	padding-left: 1px;
	margin-bottom: 5px;
}
.splide__slide dd {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
	color: #fff;
}

/** *********************** **/

.cnt_09_wrap {
	width: 100%;
	background: #009944;
	padding: 60px 0;
}
.cnt_09 {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.cnt_09 h3 {
	font-size: 29px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 65px;
	position: relative;
}
.cnt_09 h3::before {
	content: "flow";
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	letter-spacing: 5px;
	padding-left: 5px;
	width: 100%;
	position: absolute;
	bottom: -35px;
	left: 0;
}
.cnt_09 p {
	font-size: 17px;
	line-height: 1;
	color: #fff;
	margin-bottom: 55px;
}
.cnt_09 figure {
	 width: 863px;
	 margin: 0 auto 0 auto;
}

/** *********************** **/

.cnt_10_wrap {
	width: 100%;
	background: #fff;
	padding: 180px 0 45px 0;
    position: relative;
}
.cnt_10_wrap::after {
    width: 100%;
    content: "Members";
    font-family: "Oswald", sans-serif;
	font-weight: 400;
    font-size: 180px;
    line-height: 1;
    letter-spacing: 10px;
    padding-left: 10px;
    color: #fff2f4;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
    z-index: 0;
}
.cnt_10 {
	width: 1100px;
	margin: 0 auto;
    position: relative;
    z-index: 1;
	text-align: center;
}
.cnt_10 h3 {
	width: 345px;
	margin: 0 auto 45px auto;
	padding: 15px 0;
	position: relative;
	text-align:center;
	font-size: 29px;
	line-height: 1;
	font-weight: bold;
}
.cnt_10 h3 span {
	color: #e60012;
}
.cnt_10 h3::before, .cnt_10 h3::after {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
}
.cnt_10 h3::before {
	border-left: solid 1px #e60012;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	left: 0;
}
.cnt_10 h3::after {
	border-right: solid 1px #e60012;
	border-top: solid 1px #e60012;
	border-bottom: solid 1px #e60012;
	top: 0;
	right: 0;
}
.cnt_10 h4 {
	font-size: 23px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 18px;
	position: relative;
}
.cnt_10 p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 45px;
}
.cnt_10 p span {
	font-weight: bold;
}
.cnt_10 p a {
    color: #e60012;
    position: relative;
}
.cnt_10 p a::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -2px;
    border-bottom: 1px solid #ec666c;
}
.cnt_10 div {
	width: 1010px;
	background: #f7f7f7;
	padding: 40px 0 30px 43px;
	margin: 0 auto 25px auto;
	text-align: left;
}
.cnt_10 div h5 {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}
.cnt_10 div ul {
	font-size: 0;
}
.cnt_10 div li {
	width: 300px;
	height: 96px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 12px 0;
	text-align: center;
}
.cnt_10 div li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 28px;
}
.cnt_10 div li:nth-child(3n) {
	margin-right: 0;
}
.cnt_10 div li img {
	width: 220px;
	height: auto;
}
.cnt_10_txt {
	display: block;
	width: 1010px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 19px;
}
.cnt_10 div:nth-of-type(3) li img {
	width: 240px;
	height: auto;
}
/* 20250603 */
.cnt_10 div:nth-of-type(1) li:nth-of-type(8) img {
	width: 249px;
	height: auto;
}
.cnt_10 div:nth-of-type(1)  li:nth-of-type(13) a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 20px;
}

/** *********************** **/

.cnt_11_wrap {
	width: 100%;
	background: #f7f7f7;
	padding: 70px 0;
}
.cnt_11 {
	width: 1010px;
	margin: 0 auto;
}
.cnt_11 li {
	width: 1010px;
	height: 60px;
	background: #fff;
	border-left: 2px solid #e60012;
	margin-bottom: 15px;
}
.cnt_11 li:last-child {
	margin-bottom: 0;
}
.cnt_11 li a:link,
.cnt_11 li a:visited,
.cnt_11 li a:active {
	display: block;
	width: 1010px;
	position: relative;
	padding-left: 40px;
	font-size: 17px;
	line-height: 60px;
	font-weight: bold;
	text-decoration: underline;
	transition: all 0.3s ease;
}
.cnt_11 li a:hover {
	display: block;
	width: 1010px;
	position: relative;
	padding-left: 40px;
	font-size: 17px;
	line-height: 60px;
	font-weight: bold;
	text-decoration: underline;
	opacity: 0.7;
	transition: all 0.3s ease;
}
.cnt_11 li a::after {
	content: "";
	position: absolute;
	top: 25px;
	right: 30px;
	width: 12px;
	height: 12px;
	border: 1px solid;
	border-color:  transparent transparent #e60012 #e60012;
	transform: rotate(-135deg);
}

/** *********************** **/

footer {
	width: 100%;
	background: #fff;
	padding: 0 0 50px 0;
	text-align: center;
}
footer ul {
	background: #434343;
	text-align: center;
	padding: 40px 0;
	font-size: 0;
	margin-bottom: 50px;
}
footer li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;	
	margin-right: 30px;
}
footer li:last-child {
	margin-right: 0;
}
footer li a:link,
footer li a:visited,
footer li a:active {
	width: 100%;
	height: 100%;
	display: block;
	padding-left: 15px;
	color: #fff;
	transition: all 0.3s ease;
}
footer li a:hover {
	width: 100%;
	height: 100%;
	display: block;
	padding-left: 15px;
	color: #fff;
	opacity: 0.7;
	transition: all 0.3s ease;
}
footer li a::after {
    content: "";
    position: absolute;
    left: 10px;
    right: -5px;
    bottom: -10px;
    border-bottom: 1px solid #fff;
}
footer li a::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0px;
	width: 5px;
	height: 5px;
	border: 1px solid;
	border-color:  transparent transparent #fff #fff;
	transform: rotate(-135deg);
}
footer div:nth-of-type(1) {
	width: 675px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 10px 20px 0 30px;
	border-right: 1px solid #dfdfdf;
	margin-bottom: 50px;
}
footer div:nth-of-type(1) h3 {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 18px;
}
footer div:nth-of-type(1) p {
	font-size: 14px;
	line-height: 24px;
}
footer div:nth-of-type(2) {
	width: 425px;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px 5px 20px;
	text-align: center;
}
footer div:nth-of-type(2) h4 {
	width: 327px;
	margin: -4px auto 15px auto;
}
footer div:nth-of-type(2) a:link,
footer div:nth-of-type(2) a:visited,
footer div:nth-of-type(2) a:active {
	display: block;
	width: 364px;
	height: 40px;
	border-radius: 20px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	background: #fff url("../pc_img/footer_link.png") no-repeat top 11px right 90px;
	background-size: 17px auto;
	margin: 0 auto;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	transition: all 0.3s ease;
}
footer div:nth-of-type(2) a:hover {
	display: block;
	width: 364px;
	height: 40px;
	border-radius: 20px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	background: #fff url("../pc_img/footer_link.png") no-repeat top 11px right 90px;
	background-size: 17px auto;
	margin: 0 auto;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	opacity: 0.7;
	transition: all 0.3s ease;
}

footer small {
	width: 100%;
	display: block;
	font-size: 11px;
	line-height: 1;
}

/** *********************** **/

#pagetop {
  position: fixed;
  bottom: 53px;
  right: 20px;
  z-index: 80;
}
#pagetop a {
  display: block;
  background: url("../../dmac_ishin-kai_02/assets/pc_img/page_top.png") no-repeat center center;
  background-size: 49px auto;
  width: 49px;
  height: 49px;
  transition: all .3s ease;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .8;
}

/** *********************** **/

.fixed_contact {
	display: none;
}

/** *********************** **/