@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }
	
  @media screen and (max-width: 640px) {
    body {
      min-width: inherit; 
	  height:100%; 
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; } 
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;	
}
	.sp02 img{
		max-width:100%;	
}
.sp03 img{
		max-width:70%;	
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */


img {
	width: 100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #1b1b1b;
}

a {
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

.l-container {
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.l-container {
		width: 90%;
		margin: 0 auto;
	}
}

.m-container {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1100px) {
	.m-container {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.m-container {
		width: 92%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1200px) {
	header .l-container {
		width: 100%;
	}	
}

header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}


.header_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*@media screen and (max-width: 640px) {
	.header_flex {
		display: block;
	}
}*/

.header_white {
	background-color: #FFFFFF;
}

@media screen and (max-width: 640px) {
	.header_white {
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.header_content {
		padding: 2%;
		box-sizing: border-box;
	}
}

.btn-menu {
    display: none;
}

@media screen and (max-width: 640px) {
	.btn-menu {
		position: relative;
		z-index: 100;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 25px;
		height: 20px;
		padding: 0;
		cursor: pointer;
		text-align: center;
		opacity: .9;
		border: none;
		outline: none;
		background: none;
		-webkit-appearance: none;
		appearance: none;
		font-size: 12px;
		font-size: 0.75rem;
	}
}

.btn-menu__line {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    transition: all .4s;
    border-radius: 4px;
    background-color: #919191;
}

.btn-menu__line::before, .btn-menu__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: inherit;
    border-radius: 4px;
    background-color: inherit;
}

.btn-menu__line::before {
    top: -8px;
}

.btn-menu__line::after {
    top: 8px;
}

.btn-menu.active .btn-menu__line {
    background-color: transparent;
}

.btn-menu.active .btn-menu__line::before {
    transform: rotate(45deg);
}

.btn-menu.active .btn-menu__line::after {
    transform: rotate(-45deg);
}

.btn-menu.active .btn-menu__line::before, .btn-menu.active .btn-menu__line::after {
	top: 0;
	background-color: #919191;
}

.logo {
	width: 240px;
}

@media screen and (max-width: 1200px) {
	.logo {
		padding-left: 3%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 640px) {
	.logo {
		width: 10%;
		padding-left: 0;
	}
}

.header_right_flex {
	display: flex;
}

.h_btn {
	width: 160px;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	color: #FFFFFF;
	padding: 12px 0 13px;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.header_right_flex {
		display: none;
	}
	
	.header_nav_btn {
		/*width: fit-content;
		margin: 0 auto;*/
		margin-top: 5%;
	}
	
	.h_btn {
		width: 70%;
		margin: 0 auto;
		
	}
	
	.h_line_btn {
		margin-bottom: 5%;
	}
	
	.nav_phone_btn {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
}

.btn {
	display: block;
	position: relative;
	font-weight: 500;
}

.h_line_btn {
	background-color: #51c152;
}

.h_mail_btn {
	background-color: #00a99d;
}

.h_icon {
	display: inline-block;
	width: 21px;
	position: absolute;
	left: 12px;
	line-height: 0;
	top: 49%;
	transform: translateY(-50%);
}

.h_btn i {
	position: absolute;
	right: 10px;
	top: 49%;
	transform: translateY(-50%);
}

.h_btn_text {
	display: inline-block;
	padding-left: 15px;
}

.header_nav_wrap {
	background-color: #303030;
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 640px) {
	.header_nav_wrap.show {
		visibility: visible;
    	opacity: 1;
	}
	
	.header_nav_wrap {
		position: fixed;
		top: 0;
    	left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: flex;
		align-items: center;
		visibility: hidden;
		transition: opacity .3s ease;
   		opacity: 0;
	}

	.header_nav_wrap .btn-menu {
		position: absolute;
		top: 2%;
		right: 2%;
	}
}

.header_nav {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 640px) {
	.header_nav {
		flex-direction: column;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 10%;
	}
}

.nav_item {
	position: relative;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
	.nav_item {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
}

.nav_item:hover {
	background-color: #474747;
}

.header_nav a {
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	line-height: 45px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}

@media screen and (max-width: 640px) {
	.header_nav a {
		line-height: 40px;
	}
}

.nav_item a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ec6315;
	bottom: 0px;
	transform: scale(0, 1);
	transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s;   /*変形の時間*/
}

@media screen and (max-width: 640px) {
	.nav_item a::after {
		height: 2px;
	}
}

.nav_item a:hover::after {
	transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}


/* ----------------------------------------------------
 
    TOP
 
---------------------------------------------------- */

.fv {
	box-sizing: border-box;
	padding-bottom: 80px;
	margin-top: 112px;
}

.sec_mt {
	margin-top: 112px;
}

@media screen and (max-width: 768px) {
	.sec_mt {
		margin-top: 95px;
	}
}

.fv .slick-prev {
	display: none!important;
}

.slider_fv .slick-next {
	display: none!important;
}

@media screen and (max-width: 1100px) {
	.fv {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 640px) {
	.fv {
		margin-top: 10%;
	}
	
	.sec_mt {
		margin-top: 10%;
	}
}

.slider-item01 .fv {
	background: url("../images/fv_bg1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

@media screen and (max-width: 1100px) {
	.slider-item01 .fv {
		background-position: 60% top;
	}
}

@media screen and (max-width: 640px) {
	.slider-item01 .fv {
		background: url("../images/fv_bg1_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
}

.slider-item01 .company_about_btn {
	background-color: #545454;
}

.slider-item02 .fv {
	background: url("../images/fv_bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

@media screen and (max-width: 1100px) {
	.slider-item02 .fv {
		background-position: 60% top;
	}
}

@media screen and (max-width: 640px) {
	.slider-item02 .fv {
		background: url("../images/fv_bg2_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
}

.slider-item02 .company_about_btn {
	background-color: #545454;
}

.slider-item03 .fv {
	background: url("../images/fv_bg3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

@media screen and (max-width: 1100px) {
	.slider-item03 .fv {
		background-position: 60% top;
	}
}

@media screen and (max-width: 640px) {
	.slider-item03 .fv {
		background: url("../images/fv_bg3_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
}


.fv_text_area {
	box-sizing: border-box;
	padding-top: 130px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}

@media screen and (max-width: 1100px) {
	.fv_text_area {
		padding-top: 70px;
	}
}

@media screen and (max-width: 640px) {
	.fv_text_area {
		padding-top: 85%;
	}
}

.fv_text1 {
	font-size: 32px;
	background-color: #00a99d;
	width: fit-content;
	font-weight: 500;
	padding: 5px 13px;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.fv_text1 {
		font-size: 2.9vw;
	}
}

@media screen and (max-width: 640px) {
	.fv_text1 {
		font-size: 4vw;
		padding: 1% 2%;
		font-weight: 600;
	}
}

.ft1_s {
	font-size: 26px;
}

@media screen and (max-width: 1100px) {
	.ft1_s {
		font-size: 2.3vw;
	}
}

@media screen and (max-width: 640px) {
	.ft1_s {
		font-size: 3.5vw;
	}
}

.fv_text2 {
	font-size: 52px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 30px;
	line-height: 1.5;
}

@media screen and (max-width: 1100px) {
	.fv_text2 {
		font-size: 4.7vw;
	}
}

@media screen and (max-width: 640px) {
	.fv_text2 {
		font-size: 8vw;
		margin-top: 5%;
		line-height: 1.7;
	}
}

.ft2_l {
	font-family: 'Roboto', sans-serif;
	font-size: 80px;
	color: #eec63a;
	font-weight: 600;
	line-height: 0.8;
	vertical-align: -3px;
}

@media screen and (max-width: 1100px) {
	.ft2_l {
		font-size: 7.3vw;
	}
}

@media screen and (max-width: 640px) {
	.ft2_l {
		font-size: 14vw;
	}
}

.ft2_s {
	font-size: 42px;
}

@media screen and (max-width: 1100px) {
	.ft2_s {
		font-size: 3.9vw;
	}
}

@media screen and (max-width: 640px) {
	.ft2_s {
		font-size: 6.5vw;
	}
}

.ft2_border {
	background:linear-gradient(transparent 60%, #000000 60%);
}

.fv_phone_area {
	margin-top: 60px;
	position: relative;
}

.fv_phone_flex {
	display: flex;
	background-color: rgba(27,27,27,.8);
	width: fit-content;
	align-items: center;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.orange_bg {
	position: absolute;
	width: 140px;
	background-color: #ec6315;
	height: 40px;
	bottom: -10px;
	left: -20px;
	z-index:0;
}

.fv_phone_left {
	margin-right: 15px;
}

.fv_phone_right {
	color: #FFFFFF;
}

.fv_phone_num {
	color: #FFFFFF;
	font-size: 43px;
	line-height: 1.2;
}

@media screen and (max-width: 1100px) {
	.fv_phone_num {
		font-size: 3.6vw;
	}
}

.fv_phone_time {
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (max-width: 1100px) {
	.fv_phone_time {
		font-size: 1.33vw;
	}
}

.fv_phone_right {
	text-align: center;
}

.company_about_area {
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 15px;
	width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
	position: relative;
}

@media screen and (max-width: 1100px) {
	.company_about_area {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.company_about_area {
		margin-top: 17%;
		width: 94%;
		padding: 4% 4% 7%;
	}
}

.company_about_area::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 45px solid #00a99d;
	border-left: 45px solid transparent;
}

.slider-item01 .company_about_area::after  {
	border-top: 45px solid #545454;
	border-left: 45px solid transparent;
}

.slider-item02 .company_about_area::after  {
	border-top: 45px solid #545454;
	border-left: 45px solid transparent;
}

@media screen and (max-width: 640px) {
	.company_about_area::after {
		border-top: 35px solid #00a99d;
		border-left: 35px solid transparent;
	}
	
	.slider-item01 .company_about_area::after  {
		border-top: 35px solid #545454;
		border-left: 35px solid transparent;
	}
	
	.slider-item02 .company_about_area::after  {
		border-top: 35px solid #545454;
		border-left: 35px solid transparent;
	}
}

.company_about_flex {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
	.company_about_flex {
		display: block;
	}
}

.company_about_flex div {
	width: 50%;
}

@media screen and (max-width: 640px) {
	.company_about_flex div {
		width: 100%;
	}
	
	.company_about_left {
		margin-top: 5%;
	}
}

.company_about_ttl {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.company_about_ttl {
		justify-content: center;
	}
}

.company_about_ttl span {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
}

@media screen and (max-width: 1100px) {
	.company_about_ttl span {
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 640px) {
	.company_about_ttl span {
		font-size: 3.5vw;
	}
}

.company_about_logo {
	width: 320px;
}

@media screen and (max-width: 1100px) {
	.company_about_logo {
		width: 67%;
	}
}

.company_about_text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 15px;
	width: fit-content;
}

@media screen and (max-width: 1100px) {
	.company_about_text {
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 640px) {
	.company_about_text {
		font-size: 3vw;
		text-align: center;
		margin-bottom: 7%;
	}
}

.company_at_g {
	color: #007170;
	font-weight: 600;
}

.company_about_btn {
	color: #FFFFFF;
	background-color: #00a99d;
	line-height: 40px;
	display: block;
	width: fit-content;
	font-size: 15px;
	letter-spacing: 0.05em;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.company_about_btn {
		font-size: 1.3vw;
	}
}

@media screen and (max-width: 640px) {
	.company_about_btn {
		width: 65%;
		text-align: center;
		font-size: 3vw;
		padding: 0 4%;
		font-weight: 600;
	}
}

.company_about_btn i {
	font-size: 12px;
	vertical-align: .9px;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.company_about_btn i {
		font-size: 2.1vw;
	}
}

.fv_under {
	background: url("../images/sec1_bg1.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
	.fv_under {
		background: url("../images/sec1_bg1_sp.png");
		background-size: cover;
		background-position: 30% top;
		background-repeat: no-repeat;
	}
}

.sec_content {
	padding: 60px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.sec_content {
		padding: 5% 0;
	}
}

@media screen and (max-width: 640px) {
	.sec_content {
		padding: 10% 0;
	}
}

.sec1_content1 {
	text-align: center;
}

.fv_under_ttl {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}

@media screen and (max-width: 1100px) {
	.fv_under_ttl {
		font-size: 2.3vw;
	}
}

@media screen and (max-width: 640px) {
	.fv_under_ttl {
		font-size: 4.5vw;
		font-weight: 600;
	}
}

.fu_ttl_s {
	font-size: 20px;
}

@media screen and (max-width: 1100px) {
	.fu_ttl_s {
		font-size: 1.9vw;
	}
}

@media screen and (max-width: 640px) {
	.fu_ttl_s {
		font-size: 3.7vw;
	}
}

.fu_ttl_row {
	background-color: #1b1b1b;
	padding: 0 15px;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: fit-content;
}

.quo {
	color: #1b1b1b;
	display: inline-block;
	font-size: 50px;
	font-weight: 600;
	line-height: .5;
}

@media screen and (max-width: 1100px) {
	.quo {
		font-size: 4.5vw;
	}
}

@media screen and (max-width: 640px) {
	.quo {
		font-size: 8vw;
	}
}

.quo:first-child {
	margin-left: -50px;
}

@media screen and (max-width: 640px) {
	.quo:first-child {
		margin-left: -9%;
	}
}

.fv_under_text {
	font-weight: 600;
	font-size: 18px;
	margin-top: 20px;
	line-height: 2;
	text-align: center;
}

@media screen and (max-width: 1100px) {
	.fv_under_text {
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 640px) {
	.fv_under_text {
		font-size: 3.5vw;
	}
}

.fu_text_l {
	font-size: 20px;
	background:linear-gradient(transparent 60%, #f7e372 60%);
}

@media screen and (max-width: 1100px) {
	.fu_text_l {
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 640px) {
	.fu_text_l {
		font-size: 4.2vw;
		line-height: 1.7;
	}
}

.fu_text_area {
	width: fit-content;
	margin: 0 auto;
	position: relative;
}

.fu_pen {
	position: absolute;
	right: 20px;
	bottom: 0;
	display: block;
}

@media screen and (max-width: 1100px) {
	.fu_pen {
		width: 9%;
	}
}

@media screen and (max-width: 640px) {
	.fu_pen {
		right: 5%;
		width: 10%;
	}
}

.sec1_content2 {
	background: url("../images/sec1_bg2.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;
	padding: 50px 0 100px;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.sec1_content2 {
		padding: 3% 0 7%;
	}
}

@media screen and (max-width: 640px) {
	.sec1_content2 {
		background: url("../images/sec1_bg2_sp.jpg");
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		padding: 4% 0 10%;
	}
}

.sec_ttl_area {
	text-align: center;
}

.sec_ttl_eng {
	color: #00A99D;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 1100px) {
	.sec_ttl_eng {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 640px) {
	.sec_ttl_eng {
		font-size: 2.8vw;
	}
}

.sec_ttl {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	position: relative;
}

@media screen and (max-width: 1100px) {
	.sec_ttl {
		font-size: 2.5vw;
	}
}

@media screen and (max-width: 640px) {
	.sec_ttl {
		font-size: 5.5vw;
	}
}

.sec_ttl::before {
	background-color: #ec6315;
	position: absolute;
	height: 2px;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 60px;
}

@media screen and (max-width: 640px) {
	.sec_ttl::before {
		width: 10%;
	}
}

.sec_main_area {
	width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
}

@media screen and (max-width: 1100px) {
	.sec_main_area {
		width: 100%;
		margin-top: 10%;
	}
}

@media screen and (max-width: 640px) {
	.sec_main_area {
		margin-top: 22%;
	}
}

.sec1_flex {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.sec1_flex {
		display: block;
	}
}

.sec1_box_icon {
	width: 140px;
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
	.sec1_box_icon {
		width: 37%;
	}
}

.sec1_box {
	background-color: #FFFFFF;
	width: 310px;
	position: relative;
	padding: 75px 20px 35px;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.sec1_box {
		width: 31%;
		padding: 7.5% 2% 3.5%;
	}
}

@media screen and (max-width: 640px) {
	.sec1_box {
		width: 75%;
		margin: 0 auto;
		padding: 11.5% 4% 10.5%;
	}
	
	.sec1_box:not(:last-child) {
		margin-bottom: 15%;
	}
}

.sec1_box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 25px solid #00a99d;
	border-right: 25px solid transparent;
}

.sec1_box_ttl {
	text-align: center;
	font-size: 20px;
	color: #1f706a;
	font-weight: 600;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
	.sec1_box_ttl {
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 640px) {
	.sec1_box_ttl {
		font-size: 4vw;
	}
}

.sec1_box_text {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1100px) {
	.sec1_box_text {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 640px) {
	.sec1_box_text {
		font-size: 3vw;
	}
}

.sec2 {
	background: url("../images/sec2_bg.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
	.sec2 {
		background: url("../images/sec2_bg_sp.jpg");
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}
}

.sec2 .sec_ttl {
	color: #FFFFFF;
}

.sec2 .sec_ttl_eng {
	color: #FFFFFF;
}

.sec2 .sec_ttl::before {
	background-color: #FFFFFF;
}

.sec2_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	.sec2_flex {
		justify-content: center;
	}
}

.sec2_box {
	background-color: rgba(0,0,0,.3);
	width: 310px;
	text-align: center;
	padding: 22px 15px;
	box-sizing: border-box;
	border: solid 1px #FFFFFF;
	margin-bottom: 25px;
	position: relative;
}

@media screen and (max-width: 1100px) {
	.sec2_box {
		width: 31%;
		padding: 2.2% 1.5%;
	}
}

@media screen and (max-width: 640px) {
	.sec2_box {
		width: 40%;
		padding: 4% 1.5%;
		margin-bottom: 15px;
	}
	
	.sec2_box:nth-child(2n){
		margin-left: 5%;
	}
}

.sec2_box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 25px solid #FFFFFF;
	border-right: 25px solid transparent;
}

@media screen and (max-width: 640px) {
	.sec2_box::after {
		border-bottom: 12px solid #FFFFFF;
		border-right: 12px solid transparent;
	}
}

.sec2_box_text {
	color: #FFFFFF;
	line-height: 1.5;
	font-size: 22px;
	letter-spacing: 0.07em;
	font-weight: 500;
}

@media screen and (max-width: 1100px) {
	.sec2_box_text {
		font-size: 2vw;
	}
}

@media screen and (max-width: 640px) {
	.sec2_box_text {
		font-size: 3.3vw;
		font-weight: 600;
	}
}

.sec2_main_area {
	margin-top: 80px;
}

@media screen and (max-width: 1100px) {
	.sec2_main_area {
		margin-top: 7%;
	}
}

@media screen and (max-width: 640px) {
	.sec2_main_area {
		margin-top: 13%;
	}
	
	.sec2 .sec_content {
		padding: 7%;
	}
}

.sec3 {
	background: url("../images/sec3_bg.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
	.sec3 {
		background: url("../images/sec3_bg_sp.jpg");
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}
}

.sec3 .sec_ttl_area {
	margin-top: 45px;
}

@media screen and (max-width: 1100px) {
	.sec3 .sec_ttl_area {
		margin-top: 4.5%;
	}
}

@media screen and (max-width: 640px) {
	.sec3 .sec_ttl_area {
		margin-top: 7.5%;
	}
	
	.sec3 .sec_main_area {
		margin-top: 58%;
	}
}

.sec3_flex {
	display: flex;
	margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
	.sec3_flex {
		margin-bottom: 56%;
	}
	
	.sec3_flex:last-child {
		margin-bottom: 0;
	}
	
	.sec3 .sec_content {
		padding: 10% 0 11%;
	}
}

.sec3_flex:nth-child(2n){
	flex-direction: row-reverse;
}

.sec3_flex_left {
	width: 50%;
}

@media screen and (max-width: 640px) {
	.sec3_flex_left {
		width: auto;
	}
}

.sec3_flex_right {
	width: 50%;
	position: relative;
}

.sec3_flex_box {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	margin-left: -100px;
	padding: 50px 0;
	box-sizing: border-box;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1100px) {
	.sec3_flex_box {
		padding: 9% 0;
		margin-top: 11%;
	}
}

@media screen and (max-width: 640px) {
	.sec3_flex_box {
		padding: 18% 0;
		margin-left: -210%;
		margin-top: -140%;
	}
}

.sec3_flex:nth-child(2n) .sec3_flex_box {
	margin-left: 0;
	margin-right: -100px;
}

@media screen and (max-width: 640px) {
	.sec3_flex:nth-child(2n) .sec3_flex_box {
		margin-right: -210%;
	}
}

.sec3_flex_box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 25px solid #00a99d;
	border-right: 25px solid transparent;
}

@media screen and (max-width: 640px) {
	.sec3_flex_box::after {
		border-bottom: 15px solid #00a99d;
		border-right: 15px solid transparent;
	}
}

.sec3_text_area {
	width: 75%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.sec3_text_area {
		width: 85%;
	}
}

.sec3_flex_ttl {
	color: #1f706a;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
	border-left: solid 4px #ec6315;
	line-height: 1.2;
	padding-left: 15px;
	box-sizing: border-box;
	padding-bottom: 3px;
	display: inline-block;
}

@media screen and (max-width: 640px) {
	.sec3_flex_ttl {
		padding-left: 5%;
		margin-bottom: 5%;
	}
}

.sec3_flex_text {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1100px) {
	.sec3_flex_ttl {
		font-size: 2vw;
	}
	
	.sec3_flex_text {
		font-size: 1.3vw;
	}
}

@media screen and (max-width: 640px) {
	.sec3_flex_ttl {
		font-size: 4vw;
		line-height: 1.5;
		border-left: solid 3px #ec6315;
		width: 100%;
	}
	
	.sec3_flex_text {
		font-size: 3vw;
	}
}

.sec3_flex_right .orange_bg {
	bottom: 48px;
    left: -110px;
	width: 220px;
	height: 55px;
}

@media screen and (max-width: 1100px) {
	.sec3_flex_right .orange_bg {
		width: 44%;
		height: 17%;
	}
}

@media screen and (max-width: 640px) {
	.sec3_flex_right .orange_bg {
		/*width: 100%;
		height: 22%;
		bottom: 64%;
    	left: -224%;*/
		display: none;
	}
}

.sec3_flex:nth-child(2n) .orange_bg {
	left: 390px;
	/*right: -110px;*/
}

@media screen and (max-width: 1100px) {
	.sec3_flex:nth-child(2n) .orange_bg {
		left: 79%;
	}
}

.sec3_box_border {
	position: absolute;
	border: solid 0.5px rgba(49,49,49,.2);
	width: 500px;
	transform: rotate(140deg);
	bottom: 160px;
	left: -30px;
	z-index: 1;
}

@media screen and (max-width: 1100px) {
	.sec3_box_border {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.sec3_box_border {
		width: 503%;
		transform: rotate(137deg);
		bottom: 103%;
		left: -343%;
	}
	
	.sec3_pic {
		position: relative;
		z-index: 2;
	}
}

.sec3_flex:nth-child(2n) .sec3_box_border {
	left: 0;
}

@media screen and (max-width: 640px) {
	.sec3_flex:nth-child(2n) .sec3_box_border {
		left: -75%;
	}
}

.sec3_reason {
	position: absolute;
	top: -30px;
	right: 10px;
}

@media screen and (max-width: 1100px) {
	.sec3_reason {
		width: 16%;
	}
}

@media screen and (max-width: 640px) {
	.sec3_reason {
		width: 21%;
	}
}

.sec3 .fv_under_text {
	line-height: 2.5;
	margin-top: 5px;
}

@media screen and (max-width: 640px) {
	.sec3 .fv_under_text {
		line-height: 2.2;
	}
}

.sec3 .fu_pen {
	right: 10px;
}

@media screen and (max-width: 640px) {
	.sec3 .fu_pen {
		right: -14%;
		width: 16%;
	}
}

.sec4 {
	background: url("../images/sec4_bg.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
	.sec4 {
		background: url("../images/sec4_bg_sp.jpg");
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 1100px) {
	.sec4 .sec_content {
		padding: 4% 0 6%;
	}
}

@media screen and (max-width: 640px) {
	.sec4 .sec_content {
		padding: 5% 0 10%;
	}
}

.sec4_flex {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.sec4_flex {
		display: block;
	}
}

.sec4_flex_box {
	width: 310px;
}

@media screen and (max-width: 1100px) {
	.sec4_flex_box {
		width: 31%;
	}
}

@media screen and (max-width: 640px) {
	.sec4_flex_box {
		width: 80%;
		margin: 0 auto;
	}
	
	.sec4_flex_box:not(:last-child) {
		margin-bottom: 6%;
	}
}

.sec4_flex_pic {
	height: 240px;
	position: relative;
}

@media screen and (max-width: 1100px) {
	.sec4_flex_pic {
		height: 220px;
	}
}

@media screen and (max-width: 900px) {
	.sec4_flex_pic {
		height: 200px;
	}
}

@media screen and (max-width: 800px) {
	.sec4_flex_pic {
		height: 180px;
	}
}

@media screen and (max-width: 640px) {
	.sec4_flex_pic {
		height: 200px;
	}
}

.sec4_flex_pic::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 45px solid #00a99d;
    border-left: 45px solid transparent;
}

.sec4_flex_pic::after {
	position: absolute;
    content: "NEW";
    transform: rotate(-315deg);
    display: block;
    font-size: 11px;
    white-space: pre;
    color: #fff;
    top: 9px;
    right: 3px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}

.sec4_flex_pic a {
	width: 100%;
	height: 100%;
	display: block;
}

.sec4_text_area {
	background-color: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.sec4_text_area {
		padding: 6%;
	}
}

.sec4_flex_pic1 {
	background: url("../images/column_sample_pic.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.sec4_flex_pic2 {
	background: url("../images/column_sample_pic.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.sec4_flex_pic3 {
	background: url("../images/column_sample_pic.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.sec4_column_time {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	letter-spacing: 0.07em;
}

@media screen and (max-width: 1100px) {
	.sec4_column_time {
		font-size: 2vw;
	}
}

@media screen and (max-width: 640px) {
	.sec4_column_time {
		font-size: 4vw;
	}
}

.sec4_column_ttl {
	color: #1f706a;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 1; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}

@media screen and (max-width: 1100px) {
	.sec4_column_ttl {
		font-size: 2vw;
	}
}

@media screen and (max-width: 640px) {
	.sec4_column_ttl {
		font-size: 4vw;
		margin-bottom: 4%;
	}
}

.sec4_column_ttl a {
	color: #1f706a;
}

.sec4_column_text {
	font-size: 14px;
	font-weight: 500;
/* 	height: 100px; */
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
	.sec4_column_text {
		font-size: 1.35vw;
		 display: -webkit-box;
	}
}

@media screen and (max-width: 640px) {
	.sec4_column_text {
		font-size: 3vw;
/* 		height: 60px; */
	}
}

.sec4_main_area {
	margin-top: 80px;
}

@media screen and (max-width: 1100px) {
	.sec4_main_area {
		margin-top: 8%;
	}
}

@media screen and (max-width: 640px) {
	.sec4_main_area {
		margin-top: 12%;
	}
}

.sec4_column_more {
	display: block;
	color: #1f706a;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	margin-top: 15px;
}

@media screen and (max-width: 1100px) {
	.sec4_column_more {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 640px) {
	.sec4_column_more {
		font-size: 3vw;
	}
}

.sec4_column_more i {
	font-size: 10px;
	vertical-align: 1.2px;
	color: #1f706a;
}

@media screen and (max-width: 640px) {
	.sec4_column_more i {
		font-size: 2vw;
		vertical-align: 12%;
	}
}

.sec4_flex_box:nth-child(2n) .sec4_flex_pic::before{
	border-top: 45px solid #ec6315;
    border-left: 45px solid transparent;
}

.sec4_flex_box:nth-child(2n) .sec4_column_more {
	color: #ec6315;
}

.sec4_flex_box:nth-child(2n) .sec4_column_more i {
	color: #ec6315;
}

.sec5 {
	background: url("../images/sec5_bg.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
	.sec5 {
		background: url("../images/sec5_bg_sp.jpg");
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 640px) {
	.sec5 .sec_content {
		padding: 5% 0 10%;
	}
}

.sec5_ttl {
	color: #FFFFFF;
}

.sec5 .sec_ttl_eng {
	color: #FFFFFF;
}

.sec5 .sec_ttl::before {
	background-color: #FFFFFF;
}

.sec5_main_area {
	margin-top: 80px;
}

@media screen and (max-width: 1100px) {
	.sec5_main_area {
		margin-top: 8%;
	}
}

.sec5_news_list {
	color: #FFFFFF;
	width: 80%;
	margin: 0 auto;
}

.sec5_news_item:not(:first-child) {
	margin-top: 20px;
}

@media screen and (max-width: 1100px) {
	.sec5_news_item:not(:first-child) {
		margin-top: 2.2%;
	}
}

@media screen and (max-width: 640px) {
	.sec5_news_item:not(:first-child) {
		margin-top: 4%;
	}
}

.sec5_news_time {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	letter-spacing: 0.07em;
}

@media screen and (max-width: 1100px) {
	.sec5_news_time {
		font-size: 2vw;
	}
}

@media screen and (max-width: 640px) {
	.sec5_news_time {
		font-size: 4vw;
	}
}

.sec5_news_text {
	margin-top: 10px;
	font-size: 14px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.sec5_news_text a {
	color: #FFFFFF;
}

@media screen and (max-width: 1100px) {
	.sec5_news_text {
		font-size: 1.25vw;
		padding-bottom: 2.6%;
	}
}

@media screen and (max-width: 640px) {
	.sec5_news_text {
		font-size: 3vw;
		margin-top: 2%;
		padding-bottom: 6%;
	}
}

.news_archive_btn {
	background-color: #FFFFFF;
	color: #1b1b1b;
	width: 240px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 16px;
	margin-top: 50px;
}

@media screen and (max-width: 1100px) {
	.news_archive_btn {
		margin-top: 5%;
		width: 24%;
		padding: 1% 0;
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 640px) {
	.news_archive_btn {
		font-size: 3vw;
		margin-top: 10%;
		padding: 3% 0;
		width: 65%;
	}
}

.news_archive_btn i {
	font-size: 10px;
	vertical-align: 1.5px;
}

@media screen and (max-width: 640px) {
	.news_archive_btn i {
		font-size: 2vw;
		vertical-align: 12%;
	}
}

.sec6 {
	background: url("../images/sec6_bg.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

/*.sec6 .quo {
	margin-left: 0;
}*/

.sec6 .fu_pen {
	right: -60px;
}

@media screen and (max-width: 640px) {
	.sec6 .fu_pen {
		right: -8%;
	}
}

.sec6 .sec_ttl_area {
	margin-top: 40px;
}

.sec6_box {
	background-color: #f3f3f3;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	padding: 30px 25px 30px 45px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.sec6_box {
		padding: 6% 3%;
	}
}

.sec6_box_flex {
	display: flex;
	flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
	.sec6_box_flex {
		display: block;
	}
}

.sec6_flex_left {
	width: 24%;
}

@media screen and (max-width: 640px) {
	.sec6_flex_left {
		width: 39%;
		padding-left: 3%;
		box-sizing: border-box;
		margin-top: -69.5%;
	}
}

.sec6_flex_right {
	width: 76%;
}

@media screen and (max-width: 640px) {
	.sec6_flex_right {
		width: 100%;
	}
}

.sec6_voice_top {
	width: 90%;
	margin: 0 auto;
}

.sec6_voice_name {
	color: #1f706a;
	font-size: 16px;
	font-weight: 600;
}

@media screen and (max-width: 1100px) {
	.sec6_voice_name {
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 640px) {
	.sec6_voice_name {
		font-size: 4vw;
	}
}

.sec6_voice_text {
	color: #1f706a;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 500;
}

@media screen and (max-width: 1100px) {
	.sec6_voice_text {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 640px) {
	.sec6_voice_text {
		font-size: 3vw;
		margin-top: 4%;
	}
}

.sec6_voice_ttl {
	display: block;
	background-color: #f7e372;
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 600;
	width: 93%;
	margin: 0 auto;
	padding: 5px 20px;
	box-sizing: border-box;
	margin-top: 10px;
}

@media screen and (max-width: 1100px) {
	.sec6_voice_ttl {
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 640px) {
	.sec6_voice_ttl {
		font-size: 3.5vw;
		text-align: center;
		margin-top: 5%;
	}
}

.arrow_box {
    position: relative;
    background: #000000;
    padding: 10px 15px;
	box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	text-align: left;
	width: 93%;
	margin: 0 auto;
	margin-top: 15px;
}

@media screen and (max-width: 1100px) {
	.arrow_box {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 640px) {
	.arrow_box {
		font-size: 3vw;
		width: 52%;
		margin: 0 0 0 auto;
		margin-top: 14%;
		margin-right: 3%;
	}
}

.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    border-right-color:#000000;
    right:100%;
    top:50%;
}

.voice_num {
	width: 120px;
	position: absolute;
	right: 5px;
	top: 5px;
}

@media screen and (max-width: 1100px) {
	.voice_num {
		width: 12.1%;
	}
}

@media screen and (max-width: 640px) {
	.voice_num {
		width: 23%;
	}
}

/*.sec6 .orange_bg {
	position: absolute;
	z-index: 0;
	top: -8px;
	bottom: 0;
	height: 60px;
	width: 190px;
}*/

.slider-item {
	position: relative;
}

.sec6_main_area {
	margin-top: 80px;
}

@media screen and (max-width: 1100px) {
	.sec6_main_area {
		margin-top: 7%;
	}
}

@media screen and (max-width: 640px) {
	.sec6_main_area {
		width: 95%;
		margin: 0 auto;
		margin-top: 12%;
	}
}

.slider {
  position:relative;
}

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 1px solid #007170;/*矢印の色*/
    border-right: 1px solid #007170;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1%;
    transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
	.slick-prev {
		left: -3%;
	}
	
	.slick-next {
		right: -3%;
	}
}

/*.slick-list {
	overflow: visible!important;
}*/

.sec6_cta_area {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1100px) {
	.sec6_cta_area {
		width: 90%;
	}
}

@media screen and (max-width: 640px) {
	.sec6_cta_area {
		width: 100%;
	}
}

.sec6_cta {
	text-align: center;
	background: url("../images/sec6_cta_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 60px;
	padding: 30px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1100px) {
	.sec6_cta {
		margin-top: 6%;
		padding: 3% 0;
	}
}

@media screen and (max-width: 640px) {
	.sec6_cta {
		margin-top: 8%;
		background: url("../images/sec6_cta_bg_sp.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		padding: 8% 0;
	}
}

.sec6_cta_top {
	width: fit-content;
	margin: 0 auto;
}

.sec6_cta_ttl {
	color: #FFFFFF;
	font-size: 51px;
	letter-spacing: 0.07em;
	font-weight: 500;
}

@media screen and (max-width: 1100px) {
	.sec6_cta_ttl {
		font-size: 4.5vw;
	}
}

@media screen and (max-width: 640px) {
	.sec6_cta_ttl {
		font-size: 7vw;
		font-weight: 600;
	}
}

.sec6_cta_text {
	color: #FFFFFF;
	font-size: 22px;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin-top: 10px;
}

@media screen and (max-width: 1100px) {
	.sec6_cta_text {
		font-size: 2vw;
	}
}

@media screen and (max-width: 640px) {
	.sec6_cta_text {
		font-size: 3.8vw;
		margin-top: 4%;
	}
}

.sec6_cta_box {
	background-color: #FFFFFF;
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
	padding: 20px 30px;
	box-sizing: border-box;
}

.sec6_cta_flex {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.sec6_cta_flex {
		display: block;
	}
}

.sec6_cta_left {
	width: 50%;
}

.sec6_cta_right {
	width: 50%;
}

@media screen and (max-width: 640px) {
	.sec6_cta_left {
		width: 100%;
	}

	.sec6_cta_right {
		width: 100%;
	}
}

.sec6_phone_num {
	color: #1b1b1b;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 15px;
}

@media screen and (max-width: 1100px) {
	.sec6_phone_num {
		font-size: 3.8vw;
	}
}

@media screen and (max-width: 640px) {
	.sec6_phone_num {
		background-color: #f5a800;
		display: block;
		width: 100%;
		margin: 0 auto;
		color: #fff;
		line-height: 30px;
		margin-bottom: 4%;
		font-size: 6vw;
		padding: 2% 0;
		border-radius: 5px;
		box-shadow: 0 2px 0 0 #cb840b;
		transition: 0.2s;
		position: relative;
		font-weight: 600;
	}

	.sec6_phone_num:hover {
		text-decoration: none;
		opacity: 1;
		box-shadow: none;
	}

	.sec6_phone_num .fa-chevron-right {
		font-size: 2.5vw;
	}
}

.sec6_phone_num i {
	font-size: 18px;
	vertical-align: 8px;
	color: #00a89c;
}

@media screen and (max-width: 640px) {
	.sec6_phone_num i {
		vertical-align: 0;
		color: #fff;
		font-size: 3vw;
	}
}

.sec6_phone_time {
	font-size: 16px;
	color: #1b1b1b;
	font-weight: 500;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1100px) {
	.sec6_phone_time {
		font-size: 1.45vw;
	}
}

@media screen and (max-width: 640px) {
	.sec6_phone_time {
		color: #fff;
		font-size: 2.5vw;
		line-height: 1.8;
		font-weight: 600;
	}
}

.sec6_cta_btn {
	color: #FFFFFF;
	background-color: #00a99d;
	line-height: 50px;
	display: block;
	width: 88%;
	font-size: 15px;
	letter-spacing: 0.05em;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 60px;
}

@media screen and (max-width: 1100px) {
	.sec6_cta_btn {
		font-size: 1.35vw;
	}
}

@media screen and (max-width: 640px) {
	.sec6_cta_btn {
		font-size: 3vw;
		width: 100%;
	}
}

.sec6_cta_btn i {
	font-size: 12px;
	vertical-align: .9px;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.sec6_cta_btn i {
		font-size: 2vw;
		vertical-align: 12%;	
	}
}

.sec6_cta_btn:first-child {
	background-color: #51c152;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.sec6_cta_btn:first-child {
		margin-bottom: 4%;
		font-weight: 600;
	}
}

.sec6_cta_right .h_icon {
	left: 70px;
	top: 50%;
}

@media screen and (max-width: 640px) {
	.sec6_cta_right .h_icon {
		left: 4%;
	}
}

.sec6_cta_area .orange_bg {
	top: auto;
	bottom: -10px;
	left: auto;
	right: -15px;
}

@media screen and (max-width: 640px) {
	.sec6_cta_area .orange_bg {
		display: none;
	}
}

.sec6_access_flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
	.sec6_access_flex {
		display: block;
	}
}

.sec6_access_left {
	width: 45%;
}

.sec6_access_right {
	width: 45%;
}

@media screen and (max-width: 640px) {
	.sec6_access_left {
		width: 100%;
		margin-top: 6%;
	}
	
	.sec6_access_right {
		width: 100%;
	}
}

.sec6_map {
	width: 100%;
	height: 46%;
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.sec6_map {
		height: 210px;
	}
}

.sec6_map iframe {
	width: 100%;
	height: 100%;
}

.sec6_access_pic {
	height: 46%;
	background: url("../images/sec6_access_pic.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 640px) {
	.sec6_access_pic {
		height: 200px;
	}
}

.sec6 .sec6_ttl_area2 {
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec6 .sec6_ttl_area2 {
		margin-top: 6%;
	}
}

.sec6_access_ttl {
	color: #1f706a;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-align: center;
}

@media screen and (max-width: 1100px) {
	.sec6_access_ttl {
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 640px) {
	.sec6_access_ttl {
		font-size: 4vw;
	}
}

.sec6_tbl {
	width: 100%;
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	.sec6_tbl {
		margin-left: 7%;
		margin-top: 6%;
	}
}

.sec6_th {
	font-size: 14px;
	font-weight: 600;
	color: #1f706a;
	letter-spacing: 0.05em;
	width: 30%;
	padding-bottom: 15px;
	box-sizing: border-box;
	vertical-align: top;
}

.sec6_td {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	width: 70%;
	padding-bottom: 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.sec6_th {
		font-size: 1.25vw;
	}
	
	.sec6_td {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 640px) {
	.sec6_th {
		font-size: 3vw;
	}
	
	.sec6_td {
		font-size: 3vw;
	}
}

.footer_nav {
	background-color: #00a99d;
}

footer .l-container {
	padding: 50px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	footer .l-container {
		padding: 4% 0;
	}
}

@media screen and (max-width: 640px) {
	footer .l-container {
		padding: 7% 0 7%;
	}
}

.footer_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.footer_flex {
		display: block;
	}
}

.footer_logo {
	width: 275px;
	margin-bottom: 5px;
}

@media screen and (max-width: 1100px) {
	.footer_logo {
		width: 91%;
	}
}

@media screen and (max-width: 820px) {
	.footer_logo {
		width: 71%;
	}
}

@media screen and (max-width: 640px) {
	.footer_logo {
		width: 60%;
		margin: 0 auto;
	}
}

.footer_phone_num {
	color: #fff;
	font-size: 40px;
	letter-spacing: 0.05em;
	font-weight: 500;
}

@media screen and (max-width: 1100px) {
	.footer_phone_num {
		font-size: 3.6vw;
	}
}

.footer_phone_time {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1100px) {
	.footer_phone_time {
		font-size: 1.45vw;
	}
}



.footer_list {
	column-count: 3;
}

@media screen and (max-width: 640px) {
	.footer_list {
		column-count: 2;
		width: fit-content;
		margin: 0 auto;
		margin-top: 8%;
	}
}

.footer_item {
	font-size: 14px;
	letter-spacing: 0.05em;
	background-color: #00a89c;
	margin-right: 20px;
	font-weight: 500;
}

@media screen and (max-width: 1100px) {
	.footer_item {
		font-size: 1.27vw;
	}
}

@media screen and (max-width: 820px) {
	.footer_item {
		margin-right: 5px;
	}
}

@media screen and (max-width: 640px) {
	.footer_item {
		font-size: 3vw;
		margin-right: 0;
	}
}

.footer_item a {
	color: #FFFFFF;
}

.footer_item {
	margin-bottom: 15px;
}

.footer_copyright_area {
	background-color: #303030;
	padding: 40px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.footer_copyright_area {
		padding: 4% 0;
	}
}

@media screen and (max-width: 640px) {
	.footer_copyright_area {
		padding: 5% 0;
	}
}

.copyright {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1100px) {
	.copyright {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 640px) {
	.copyright {
		font-size: 2.5vw;
	}
}


.nav_single {
	position: relative;
}

.sub-menu {
	position: absolute;
	transition: .2s ease;
    visibility: hidden;
    opacity: 0;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
    width: 250%;
	background-color: #303030;
}

.nav_single:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 640px) {
	.sub-menu {
		z-index: 2;
		background-color: #1e1313;
		width: 100%;
	}
}



/*リンクの形状*/
#page-top a{
	padding-top: 11px;
	box-sizing: border-box;
	display: block;
	/* justify-content:center;
	align-items:center; */
	background:#1b1b1b;
	border-radius: 50vh;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:14px;
	transition:all 0.3s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media screen and (max-width: 640px) {
	#page-top a{
		padding-top: 8px;
		width: 55px;
		height: 55px;
	}
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
	text-align: center;
	line-height: 1.2;
}

/*　左の動き　*/

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

#page-top i {
	color: #FFFFFF;
}


.top_banner {
/* 	background: url(../images/top_banner_sample.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top; */
	height: 300px;
	position: relative;
}

@media screen and (max-width: 640px) {
	.top_banner {
		height: 200px;
	}
}

.top_banner::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}

.top_banner_ttl {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: rgba(255,255,255,0.1);
	font-size: 120px;
	letter-spacing: 0.07em;
	line-height: 1.3;
	text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
	.top_banner_ttl {
		font-size: 10.5vw;
	}
}

@media screen and (max-width: 640px) {
	.top_banner_ttl {
		font-size: 12.5vw;
		line-height: 1.8;
	}
}


/* ----------------------------------------------------
 
    解決事例：これより下に記述
 
---------------------------------------------------- */

/* @media screen and (max-width: 640px) {
	body:not(.home) .sec_content {
		padding: 6% 0;
	}
} */

@media screen and (max-width: 640px) {
	body.page-id-40 .sec_content {
		padding: 6% 0 10%;
	}
}

.sec_page_content {
	width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
}

@media screen and (max-width: 1200px) {
	.sec_page_content {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.sec_page_content {
		margin-top: 10%;
	}
}

.sec_text {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.4;
}

@media screen and (max-width: 1100px) {
	.sec_text {
		font-size: 1.45vw;
	}
}

@media screen and (max-width: 640px) {
	.sec_text {
		font-size: 3.5vw;
		text-align: justify;
		width: 95%;
		margin: 0 auto;
		line-height: 2;
	}
}

.case_area {
	width: 800px;
	margin: 0 auto;
	margin-top: 45px;
}

@media screen and (max-width: 1100px) {
	.case_area {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.case_area {
		margin-top: 9%;
	}
}

.case_item:not(:first-child){
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.case_item:not(:first-child){
		margin-top: 10%;
	}
}

.case_ttl {
	font-size: 22px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #00a99d;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.case_ttl {
		font-size: 2vw;
		padding: 1.3% 0;
	}
}

@media screen and (max-width: 640px) {
	.case_ttl {
		font-size: 4vw;
		padding: 2% 0;
	}
}

.case_box {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	background-color: #f3f3f3;
	margin-top: 45px;
	padding: 30px 40px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 1100px) {
	.case_box {
		padding: 4% 5%;
	}
}

@media screen and (max-width: 640px) {
	.case_box {
		margin-top: 6%;
		padding: 5% 5%;
	}
}

.case_box .orange_bg {
	z-index: -1;
	top: -10px;
	bottom: auto;
}

@media screen and (max-width: 640px) {
	.case_box .orange_bg {
		left: -6%;
	}
}

.case_person {
	font-size: 18px;
	font-weight: 600;
	color: #1f706a;
}

@media screen and (max-width: 1100px) {
	.case_person {
		font-size: 1.65vw;
	}
}

@media screen and (max-width: 640px) {
	.case_person {
		font-size: 4vw;
	}
}

.case_text {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
}

@media screen and (max-width: 1100px) {
	.case_text {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 640px) {
	.case_text {
		font-size: 3vw;
		margin-top: 2%;
	}
}

.case_box_detail {
	font-size: 16px;
	font-weight: 600;
	background-color: #f7e372;
	padding: 10px 15px;
	box-sizing: border-box;
	margin-top: 15px;
}

@media screen and (max-width: 1100px) {
	.case_box_detail {
		font-size: 1.45vw;
		padding: 1.5% 2%;
	}
}

@media screen and (max-width: 640px) {
	.case_box_detail {
		font-size: 3vw;
		padding: 2% 3%;
		margin-top: 4.5%;
	}
}

.case_box_flex {
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.case_box_flex {
		margin-top: 6%;
	}
}


.case_pic1 {
	background: url(../images/sec6_voice_pic1.png);
}

.case_pic2 {
	background: url(../images/sec6_voice_pic2.png);
}

.case_pic3 {
	background: url(../images/sec6_voice_pic3.png);
}

.case_pic4 {
	background: url(../images/sec6_voice_pic4.png);
}

.case_pic5 {
	background: url(../images/sec6_voice_pic5.png);
}

.case_pic {
	width: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
}

@media screen and (max-width: 640px) {
	.case_box_left {
		width: 30%;
	}
	
	.case_pic {
		width: 100%;
	}
}


.case_box_right {
	position: relative;
	width: 100%;
}

.arrow_box_voice {
	position: absolute;
    background:#1B1B1B;
    padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
	right: 5px;
	top: -27px;
	z-index: 1;
}

.arrow_box_voice::after {
	border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(27, 27, 27, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#1B1B1B;
    top:100%;
    left:30%;
}

@media screen and (max-width: 1100px) {
	.arrow_box_voice {
		font-size: 1.45vw;
		padding: 1% 2%;
		top: -30px;
		right: 2%;
	}
}

@media screen and (max-width: 640px) {
	.arrow_box_voice {
		font-size: 3vw;
		padding: 1% 3%;
		top: -15px;
	}
	
	.arrow_box_voice::after {
		border-top-width: 7px;
		border-bottom-width: 7px;
		border-left-width: 7px;
		border-right-width: 7px;
	}
}

.case_arrow_box {
	position: relative;
    background: #dafbff;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: left;
    width: 93%;
    margin: 0 auto;
    margin-top: 15px;
	filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

.case_arrow_box::after {
	border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-top: -10px;
    border-right-color: #dafbff;
    right: 100%;
    top: 50%;
}

@media screen and (max-width: 1100px) {
	.case_arrow_box {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 640px) {
	.case_arrow_box {
		font-size: 2.7vw;
		margin-left: 6%;
		padding: 4%;
	}
}

.table-wrap {
	margin-top: 15px;
}

.case_tbl {
	font-size: 12px;
	text-align: center;
	border: solid 1px #c6c6c6;
	width: 100%;
/* 	margin-top: 15px; */
}

@media screen and (max-width: 1100px) {
	.case_tbl {
		font-size: 1.1vw;
	}
}

@media screen and (max-width: 640px) {
	.table-wrap {
	  overflow-x: scroll;
	}
	
	.case_tbl {
/* 		width: 800px; */
/* 		font-size: 3vw; */
		font-size: 12px;
		min-width: 800px;
	}
}

.case_th.case_th_befo {
	background-color: #303030;
	color: #FFFFFF;
}

.case_th.case_th_aft {
	background-color: #f7e372;
}

.case_th {
	line-height: 1.5;
	padding: 10px 5px;
	box-sizing: border-box;
	background-color: #e2e2e2;
	border: solid 1px #c6c6c6;
	font-weight: 500;
}

@media screen and (max-width: 1100px) {
	.case_th {
		padding: 1.3%;
	}
}

.case_th_aft2 {
	background-color: rgba(247,227,114,0.4);
}

.case_td {
	line-height: 1.5;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px #c6c6c6;
	font-weight: 500;
}

@media screen and (max-width: 1100px) {
	.case_td {
		padding: 1.3%;
	}
}

.case_td_aft {
	background-color: rgba(247,227,114,0.1);
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
	background: none!important;
}

.scroll-hint.is-left-scrollable {
	background: none!important;
}

.scroll-hint.is-right-scrollable {
	background: none!important;
}

/* ----------------------------------------------------
 
    取扱業務：任意整理：これより下に記述
 
---------------------------------------------------- */

.sec_text_marker {
	background: linear-gradient(transparent 60%, #f7e372 60%);
}

.ninni_flex_box {
	background-color: #00a99d;
	padding: 25px 35px;
	box-sizing: border-box;
	margin-top: 35px;
	position: relative;
}

@media screen and (max-width: 1100px) {
	.ninni_flex_box {
		padding: 2.5% 3.5%;
		margin-top: 3.5%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_flex_box {
		padding: 3.5% 3.5% 4%;
		margin-top: 8%;
	}
}

.ninni_flex_box::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 165px solid transparent;
	border-left: 165px solid transparent;
	border-top: 40px solid #00a99d;
	border-bottom: 0;
}

@media screen and (max-width: 640px) {
	.ninni_flex_box::after {
		border-top: 20px solid #00a99d;
		border-right: 70px solid transparent;
		border-left: 70px solid transparent;
	}
}

.ninni_flex {
	display: flex;
}

@media screen and (max-width: 640px) {
	.ninni_flex {
		display: block;
	}
}

.ninni_left {
	background-color: #FFFFFF;
	margin-right: 20px;
	width: 50%;
}

.ninni_right {
	background-color: #FFFFFF;
	width: 50%;
}

@media screen and (max-width: 640px) {
	.ninni_left {
		width: 100%;
		margin-right: 0;
		padding: 4% 0;
		box-sizing: border-box;
		margin-bottom: 4%;
	}
	
	.ninni_right {
		width: 100%;
		padding: 3% 0;
		box-sizing: border-box;
	}
}

.ninni_flex_textarea {
	width: 85%;
	margin: 0 auto;
	margin-top: 22px;
	margin-bottom: 22px;
}

@media screen and (max-width: 1100px) {
	.ninni_flex_textarea {
		margin-top: 5%;
		margin-bottom: 5%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_flex_textarea {
		margin-top: 1%;
		margin-bottom: 2%;
	}
}

.ninni_flex_ttl {
	font-size: 20px;
	font-weight: 600;
	background-color: #fbdad0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.ninni_flex_ttl {
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 640px) {
	.ninni_flex_ttl {
		font-size: 4vw;
	}
}

.ninni_right .ninni_flex_ttl {
	background-color: #c4eeeb;
}

.ninni_flex_ttl .fa-solid.fa-o {
	color: #ff8686;
	font-size: 30px;
}

@media screen and (max-width: 1100px) {
	.ninni_flex_ttl .fa-solid.fa-o {
		font-size: 3vw;
	}
}

@media screen and (max-width: 640px) {
	.ninni_flex_ttl .fa-solid.fa-o {
		font-size: 6vw;
	}
}

.ninni_left .fa-square-check {
	color: #ff8686;
}

.ninni_flex_ttl .fas.fa-times {
	color: #83d9f5;
	font-size: 30px;
}

@media screen and (max-width: 1100px) {
	.ninni_flex_ttl .fas.fa-times {
		font-size: 3vw;
	}
}

@media screen and (max-width: 640px) {
	.ninni_flex_ttl .fas.fa-times {
		font-size: 6vw;
	}
}

.ninni_right .fa-square-check {
	color: #42c5ef;
}

.ninni_flex_ttl i {
	display: block;
	margin-right: 10px;
}

.ninni_flex_list {
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.ninni_flex_list {
		margin-top: 6.5%;
	}
}

.ninni_list_item {
	font-size: 14px;
	text-indent: -10px;
	padding-left: 10px;
	box-sizing: border-box;
	font-weight: 500;
}

@media screen and (max-width: 1100px) {
	.ninni_list_item {
		font-size: 1.25vw;
		padding-left: 3%;
		text-indent: -5.5%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_list_item {
		font-size: 3vw;
		padding-left: 5%;
		text-indent: -7%;
	}
}

.ninni_list_item i {
	padding-right: 5px;
	box-sizing: border-box;
}

.ninni_list_item:not(:last-child){
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.ninni_list_item:not(:last-child){
		margin-bottom: 4%;
	}
}

.ninni_box_bottom {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 500;
	text-align: center;
	margin-top: 17px;
}

@media screen and (max-width: 1100px) {
	.ninni_box_bottom {
		font-size: 2vw;
		margin-top: 2%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_box_bottom {
		font-size: 4vw;
		margin-top: 5%;
	}
}

.ninni_yellow_area {
	background-color: #f7e372;
	padding: 30px 35px 25px;
	box-sizing: border-box;
	margin-top: 30px;
}

@media screen and (max-width: 1100px) {
	.ninni_yellow_area {
		padding: 3% 3.5% 2.5%;
		margin-top: 3%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_yellow_area {
		padding: 10% 3.5% 8%;
	}
}

.ninni_yellow_flex {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.ninni_yellow_flex {
		display: block;
	}
}

.ninni_yellow_box {
	background-color: #FFFFFF;
	border: solid 2px #00a99d;
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 10px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 1100px) {
	.ninni_yellow_box {
		padding: 3.3% 1%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_yellow_box {
		width: 100%;
		padding: 5.5% 1%;
	}
	
	.ninni_yellow_box:not(:last-child){
		margin-bottom: 7%;
	}
}

.ninni_yb_text {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 1100px) {
	.ninni_yb_text {
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 640px) {
	.ninni_yb_text {
		font-size: 4vw;
	}
}

.ninni_yb_text span {
	border-bottom: solid 2px #f7e372;
}

.ninni_ya_text {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
}

@media screen and (max-width: 1100px) {
	.ninni_ya_text {
		font-size: 1.6vw;
		margin-top: 2.3%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_ya_text {
		font-size: 3.5vw;
		width: 95%;
		margin: 0 auto;
		margin-top: 6%;
		text-align: justify;
	}
}

.ninni_yb_jouken {
	position: absolute;
	top: -12px;
	left: 10px;
	background-color: #1b1b1b;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	padding: 0 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.ninni_yb_jouken {
		font-size: 1.6vw;
		padding: 0 3.5%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_yb_jouken {
		font-size: 3vw;
	}
}

.nyj_s {
	font-size: 15px;
}

@media screen and (max-width: 1100px) {
	.nyj_s {
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 640px) {
	.nyj_s {
		font-size: 2.5vw;
	}
}

.ninni_flex_p {
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
}

@media screen and (max-width: 1100px) {
	.ninni_flex_p {
		font-size: 1.25vw;
		margin-top: 5%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_flex_p {
		font-size: 3vw;
	}
}

.ninni_flex_box_none::after {
	display: none;
}

.sec_content_other {
	padding: 2% 0 4%;
}

@media screen and (max-width: 640px) {
	.sec_content_other {
		padding: 2% 0 10%;
	}
}

.ninni_case_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

@media screen and (max-width: 1100px) {
	.ninni_case_flex {
		margin-top: 2.2%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_case_flex {
		margin-top: 3%;
		display: block;
	}
}

.ninni_case_box {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #f3f3f3;
    margin-top: 45px;
    padding: 30px 40px;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 1100px) {
	.ninni_case_box {
		padding: 4% 5%;
		margin-top: 4.5%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_case_box {
		margin-top: 7%;
		padding: 5% 5%;
	}
}

.ninni_case_ttl {
	font-size: 18px;
    font-weight: 600;
    color: #00a99d;
}

@media screen and (max-width: 1100px) {
	.ninni_case_ttl {
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 640px) {
	.ninni_case_ttl {
		font-size: 3.5vw;
	}
}

.ninni_case_person {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
}

@media screen and (max-width: 1100px) {
	.ninni_case_person {
		font-size: 1.4vw;
		margin-top: 1%;
	}
}

@media screen and (max-width: 640px) {
	.ninni_case_person {
		font-size: 3vw;
		margin-top: 2%;
	}
}

.ninni_case_left {
	width: 67%;
}

@media screen and (max-width: 640px) {
	.ninni_case_left {
		width: 100%;
	}
}

.ninni_case_right {
	width: 30%;
}

@media screen and (max-width: 640px) {
	.ninni_case_right {
		width: 100%;
	}
}

.ninni_case_tbl {
	font-size: 14px;
	width: 100%;
	text-align: center;
	writing-mode: horizontal-tb;
	table-layout: fixed;
}

@media screen and (max-width: 1100px) {
	.ninni_case_tbl {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 640px) {
	.ninni_case_tbl {
		font-size: 2.5vw;
	}
}

.ninni_case_p {
	font-size: 14px;
	line-height: 1.8;
}

@media screen and (max-width: 1100px) {
	.ninni_case_p {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 640px) {
	.ninni_case_p {
		font-size: 3vw;
		margin-top: 4%;
	}
}

/* ----------------------------------------------------
 
    取扱業務：自己破産：これより下に記述
 
---------------------------------------------------- */




/* ----------------------------------------------------
 
    取扱業務：債務調査・相続放棄：これより下に記述
 
---------------------------------------------------- */




/* ----------------------------------------------------
 
    取扱業務：時効援用・信用情報回復：これより下に記述
 
---------------------------------------------------- */




/* ----------------------------------------------------
 
    解決事例：これより下に記述
 
---------------------------------------------------- */




/* ----------------------------------------------------
 
    費用：これより下に記述
 
---------------------------------------------------- */




/* ----------------------------------------------------
 
    対応エリア：これより下に記述
 
---------------------------------------------------- */




/* ----------------------------------------------------
 
    よくある質問：これより下に記述
 
---------------------------------------------------- */




/* ----------------------------------------------------
 
    事務所概要：これより下に記述
 
---------------------------------------------------- */




/* ----------------------------------------------------
 
    コラム：これより下に記述
 
---------------------------------------------------- */

.post-type-archive-column .top_banner {
	background: url(../images/column_top_banner.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 95%;
}

.post-type-archive-news .top_banner {
	background: url(https://mashimolaw.xsrv.jp/corp/wp-content/uploads/2023/12/コラム_banner-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.column_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

@media screen and (max-width: 1100px) {
	.column_flex {
		margin-top: 8%;
	}
}

@media screen and (max-width: 640px) {
	.column_flex {
		display: block;
		margin-top: 10%;
	}
}

.column_left {
	width: 60%;
}

.column_right {
	width: 30%;
}

@media screen and (max-width: 640px) {
	.column_left {
		width: 100%;
	}

	.column_right {
		width: 100%;
		margin-top: 10%;
	}
}

.archive_item_text a {
	color: #1b1b1b;
}

.archive_item_time {
	font-size: 16px;
}

@media screen and (max-width: 1100px) {
	.archive_item_time {
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 640px) {
	.archive_item_time {
		font-size: 3.5vw;
	}
}

.archive_item_time a {
	color: #919191;
	font-weight: 400;
}

.archive_item_ttl {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 5px;
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 1; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}

@media screen and (max-width: 1100px) {
	.archive_item_ttl {
		font-size: 1.4vw;
		margin-top: 1%;
	}
}

@media screen and (max-width: 640px) {
	.archive_item_ttl {
		font-size: 3.5vw;
	}
}

.archive_item_ttl a {
	color: #00a99d;
}

.archive_item_text {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; /* 任意の行数を指定 */
}

@media screen and (max-width: 1100px) {
	.archive_item_text {
		font-size: 1.25vw;
		margin-top: 2%;
	}
}

@media screen and (max-width: 640px) {
	.archive_item_text {
		font-size: 3vw;
	}
}

.archive_item {
	border-bottom: 1px solid #919191;
	padding-bottom: 50px;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.archive_item {
		padding-bottom: 8.5%;
	}
}

.archive_item:not(:first-child){
	padding-top: 50px;
}

@media screen and (max-width: 1100px) {
	.archive_item:not(:first-child){
		padding-top: 8.5%;
	}
}

@media screen and (max-width: 640px) {
	.archive_item:not(:first-child){
		padding-top: 6.5%;
	}
}

.sidebar_ttl {
	font-size: 16px;
	font-weight: 600;
}

@media screen and (max-width: 1100px) {
	.sidebar_ttl {
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 640px) {
	.sidebar_ttl {
		font-size: 3.5vw;
	}
}

.sidebar_list li {
	font-size: 16px;
	margin-top: 20px;
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 1; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}

.sidebar_list li a {
	font-weight: 500;
	color: #919191;
}

.sidebar_list li a[aria-current] {
	font-weight: 600;
	color: #00a99d;
}

.sidebar_list.sidebar_list_recently li a[aria-current] {
	font-weight: 500;
	color: #919191;
}

@media screen and (max-width: 1100px) {
	.sidebar_list li {
		font-size: 1.4vw;
		margin-top: 7%;
	}
}

@media screen and (max-width: 640px) {
	.sidebar_list li {
		font-size: 3.5vw;
		margin-top: 5%;
	}
}

.sidebar_content:not(:first-child){
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.sidebar_content:not(:first-child){
		margin-top: 12%;
	}
}


/* pagination */
.pagination {
	margin-top: 60px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
	.pagination {
		margin-top: 6%;
		margin-bottom: 1%;
	}
}

@media screen and (max-width: 640px) {
	.pagination {
		margin-top: 8%;
	}
}

/* リンクの枠 */
.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
}

@media screen and (max-width: 1100px) {
	.pagination .nav-links {
		gap: 0.8%;
	}
}

@media screen and (max-width: 640px) {
	.pagination .nav-links {
		gap: 2%;
	}
}

 /* 数字のリンク */
.pagination .nav-links .page-numbers {
	text-decoration: none;
	color: #333;
	border: 1px solid #aaa;
	display: inline-block;
	border-radius: 6px;
	padding: 0.5em 0.8em;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 18px;
}

@media screen and (max-width: 1100px) {
	.pagination .nav-links .page-numbers {
		font-size: 1.6vw;
		padding: 1% 1.5%;
	}
}

@media screen and (max-width: 640px) {
	.pagination .nav-links .page-numbers {
		font-size: 3.5vw;
		padding: 1% 2.5%;
	}
}

/* 現在のページ */
.pagination .nav-links .current {
	background-color: #00a99d;
	color: #fff;
}

/* 現在のページとドット以外にホバーした時 */
.pagination .nav-links a:hover {
	background-color: #00a99d;
	color: #fff;
}



/* .tbl_case {
   width: 100%;
 }

@media screen and (max-width: 640px) {
	.tbl_case {
		 width: 1000px;
	}
}

.tbl_case , .tbl_case_td, .tbl_case_th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

.tbl_case_th {
	background-color: #ffd639;
	line-height: 1.5;
    box-sizing: border-box;
    background-color: #e2e2e2;
    border: solid 1px #c6c6c6;
    font-weight: 500;
}

.tbl_case_th:first-child {
	background-color: #303030;
    color: #FFFFFF;
}

.tbl_case_th:nth-child(2) {
	background-color: #f7e372;
}

.tbl_case_td {
	line-height: 1.5;
    box-sizing: border-box;
    border: solid 1px #c6c6c6;
    font-weight: 500;
}

.tbl_case_td, .tbl_case_th {
	padding: 10px 5px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}

.tbl_case tbody tr:first-child {
	background-color: #e2e2e2;
}

.tbl_case tbody tr:last-child {
	background-color: #e2e2e2;
}

.tbl_case tbody tr:first-child td:nth-last-child(-n+2){
	background-color: rgba(247,227,114,0.4);
}

.tbl_case tbody tr:last-child td:nth-last-child(-n+2){
	background-color: rgba(247,227,114,0.4);
}

.tbl_case tbody tr:not(:first-child):not(:last-child) td:nth-last-child(-n+2) {
	background-color: rgba(247,227,114,0.1);
} */

/* 240119 追加 START */
.sec_page_content_02{
    padding: 24px;
}
.ninni_flex_box_02{
    width: 750px;
    margin: 40px auto;
    padding: 4%;
}
@media screen and (max-width: 750px){
    .sec_page_content_02{
        padding: 0px;
    }
    .ninni_flex_box_02{
        width: 100%;
    }
}

.ninni_flex_02{
    display: flex;
    flex-direction: column;
}

.ninni_flex_step {
    width: 96%;
    margin-left: 4%;
    background-color: #fff;
    padding: 24px 0;
    text-align: center;
    position: relative;
    margin-top: 32px;
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.4));
    border: 2px solid #e8e8e8;
    &::before {
        content: '';
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%) translateY(2px);
        border-top: 24px solid #fff;
        border-right: 48px solid transparent;
        border-left: 48px solid transparent;
        z-index: -1;
    }
}
@media screen and (max-width: 750px){
    .ninni_flex_step {
        width: 80%;
        margin-left: 10%;
        background-color: #fff;
        padding: 24px;
        text-align: center;
        position: relative;
        margin-top: 32px;
        filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.4));
        border: 2px solid #e8e8e8;
        
    }
}

.ninni_flex_step_06::before {
    content: none !important;
}
.ninni_flex_step_01{
    margin-top: 0;
}

.ninni_flex_stepBox img{
    width: 64px;
    height: 64px;
    background-color: #1b1b1b;
    position: absolute;
    top: 26px;
    left: -36px;
}
@media screen and (max-width: 750px){
    .ninni_flex_stepBox img{
        width: 72px;
        height: 72px;
        position: absolute;
        top: 8px;
        left: -60px;
    }
}
.ninni_flex_stepBox .ninni_case_person{
    margin-top: 4px;
}
/* 240119 追加 END */


/* ----------------------------------------------------
 
    コラム個別投稿ページ
 
---------------------------------------------------- */

.page_text_area {
	margin-top: 70px;
}

@media screen and (max-width: 1100px){
	.page_text_area {
		margin-top: 9%;
	}
}

@media screen and (max-width: 850px){
	.page_text_area {
		margin-top: 7%;
	}
}

@media screen and (max-width: 640px){
	.page_text_area {
		margin-top: 9%;
	}
}

.page_text_area .archive_item_ttl {
	color: #00a99d;
	font-size: 20px;
	margin-top: 10px;
}

@media screen and (max-width: 1100px){
	.page_text_area .archive_item_ttl {
		font-size: 1.8vw;
		margin-top: 1.5%;
	}
}

@media screen and (max-width: 640px){
	.page_text_area .archive_item_ttl {
		font-size: 4vw;
		margin-top: 2%;
	}
}

.page_text_area p {
	font-size: 16px;
	margin-top: 15px;
	overflow: visible;
	display: block;
	-webkit-box-orient: inline-axis;
}

@media screen and (max-width: 1100px){
	.page_text_area p {
		margin-top: 2%;
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 640px){
	.page_text_area p {
		margin-top: 3%;
		font-size: 3.5vw;
	}
}

.s-container {
	width: 750px;
	margin: 0 auto;
}

@media screen and (max-width: 850px){
	.s-container {
		width: 90%;
		margin: 0 auto;
	}
}

.page_text_area .archive_item_time {
	color: #919191;
}