@charset "utf-8";

:root {
  --main-color: #058978;
  --text-color-base: #333333;
  --text-color-sub: #FFFFFF;
  --text-color-title: #1c2c43;
  --text-colof-gray: #666666;
  --btn_bg: #FFFFFF;
  --btn_bg_blue: #1c8ce2;
  --border-color: #CDC7B4;
  --bg_green01: #63bd95;
  --bg_green02: #ecf7f5;
  --bg_purple: #1c2c43;
}

#root {
  overflow-x: hidden;
}
body {
  background-color: #F7F6F1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
  font-size: 16px;
  color: var(--text-color-base);
  line-height: 30px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
}
a:hover {
  text-decoration: none;
}

.sec {
		padding: 50px 0px;
}
.cont {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
}
.pt0 {
  padding-top: 0px;
}
.pt60 {
		padding-top: 40px;
}
.pt80 {
  padding-top: 40px;
}
.pt100 {
  padding-top: 50px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb60 {
		padding-bottom: 40px;
}
.pb80 {
  padding-bottom: 40px;
}
.pb100 {
  padding-bottom: 50px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb60 {
  margin-bottom: 30px;
}
.mb46 {
  margin-bottom: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb0 {
  margin-bottom: 0px;
}
.mr30 {
		margin-right: 30px;
}
.ml30 {
		margin-left: 30px;
}
.ps100 {
		padding-right: 15px;
		padding-left: 15px;
}
.fb {
	 font-weight: 700;
}
.f18 {
  font-size: 16px;
}
.w50 {
		width:100%;
}
.sp_left {
		text-align: left;
}
p.mb8 {
  margin-bottom: 8px;
}
p.mb0 {
 margin-bottom: 0px;
}
.max100,
img {
  max-width: 100%;
}
a.btn01 {
		width:100%;
		height: 50px;
		text-align: center;
		background-color: var(--main-color);
		text-decoration: none;
		color: var(--text-color-sub);
		display: flex;
        justify-content: center;
        align-items: center;
		position: relative;
}
a.btn01:after {
		content: '→';
		position: absolute;
		top:50%;
		transform: translateY(-50%);
		right: 20px;
		font-size: 35px;
}
a.btn01 p {
  margin-bottom:0px;
}
a.btn02 {
		width:180px;
		height: 50px;
		text-align: center;
		background-color: var(--main-color);
		text-decoration: none;
		color: var(--text-color-sub);
		display: flex;
        justify-content: center;
        align-items: center;
		position: relative;
}
a.btn02:after {
		content: '→';
		position: absolute;
		top:50%;
		transform: translateY(-50%);
		right: 15px;
		font-size: 20px;
        color: var(--text-color-sub);
}
a.btn02 p {
  margin-bottom:0px;
  color: var(--text-color-sub);
}
.btn03 {
		text-align: center;
        width:40px;
        height:40px;
		background-color: var(--main-color);
		text-decoration: none;
		color: var(--text-color-sub);
		display: inline-block;
		padding: 6px 10px;
}
.btn03 p {
  color: var(--text-color-sub);
  margin-bottom: 0px;
}
.newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.content_row {
  display: flex;
  flex-direction: column;
}
.content_row.content_row--creverse{
	flex-direction: column-reverse;
}
.content_row.sec_biz_title {
		flex-direction: row;
		align-items: flex-end;
}
.content_row.sec_biz_cont {
		flex-direction: row;
}
.content_row_center {
  justify-content: center;
}
.content_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.valign_center {
  display: flex;
  align-items: center;
}
.valign_center .container {
  padding: 0px;
}
.row_inner_half {
  width:100%;
}

/* トップページ */
.main_text_wrap {
	position: absolute;
	top: 50%;
	left:10%;
	transform: translateY(-50%);
}
.top_main_text {
	padding: 0px;
	margin: 0px;
}
.top_main_text p {
	font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    margin-bottom: 5px;
    padding: 6px 8px 8px;
    color: var(--bg_purple);
    line-height: 1.0em;
    width: auto;
    display: inline-block;
    background-color: #fff;
}
.box_top {
	max-width: 1000px;
	width: 100%;
	border: 1px solid var(--text-color-title);
	padding: 15px;
	margin: 0 auto;
}
.bg_green {
	background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_green01.jpg);
}
.bg_green p {
		color: var(--text-color-sub);
}
h2.h2base {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  color: var(--text-color-title);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.h2sub_base {
  color: var(--main-color);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.h2base.f_white {
		color: var(--text-color-sub);
}
.h2base.home_topMessage{
	font-size: min(5.5vw,26px);
}
h3.h3base {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color-title);
  line-height: 56px;
  margin-bottom: 25px;
		font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
h2.renewal-greeting {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color-title);
  line-height: 56px;
  margin-bottom: 25px;
		font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

/* トップページ（SP） */
.sec_business {
		background-image: url("/system_panel/uploads/images/business_bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
}
.sec_biz_title {
		justify-content: space-between;
}
.sec_biz_cont {
		flex-wrap: wrap;
		justify-content: space-between;
}
.sec_biz_cont .c_row {
		width:100%;
		padding: 10px 10px 50px 10px;
		text-align: center;
		background-color: var(--text-color-sub);
		margin-bottom: 20px;
		box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
		position: relative;
}
.sec_biz_cont .c_row p.biztext {
		text-align: left;
		border-top:1px solid var(--main-color);
		padding-top: 25px;
		margin-top: 20px;
		margin-bottom: 0px;
}
.sec_biz_cont img {
		height: auto;
}
.biz_link {
		position: absolute;
		bottom: 10px;
		right: 10px;
}
.houmu {
	background-image: url("/system_panel/uploads/images/bg_houmu.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.sec_houmu_cont {
	background-color: var(--text-color-sub);
	position: relative;
	text-align: center;
    padding: 30px 15px;
}
.h_left {
	margin-bottom: 12px;
}
.sec_houmu_cont .btn03 {
	background-color: var(--btn_bg_blue);
}
.business-title {
	font-size: 30px;
	color: var(--btn_bg_blue);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;;
	text-align: center!important;
}
.h_right p {
	line-height: 30px;
    text-align: left;
}
.sec_news {
		background-color: var(--text-color-sub);
}
.news_title {
    padding-right:0px;
    margin-bottom:60px;
  }
a.newsall {
		width:200px;
		height: 50px;
		color: var(--main-color);
		border:1px solid var(--main-color);
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0px auto;
}
a.newsall p {
	margin-bottom: 0px;
}
.top-news__btn--pc{
	display: none;
}
.top-news__btn--sp{
	margin-top: 30px;
}
p.blogdate {
	color: var(--text-colof-gray);
	margin-bottom: 0px;
	margin-right: 25px;
}
.blog-item__cate p {
	background-color: var(--bg_purple);
	margin-bottom: 0px;
	margin-right: 30px;
	min-width: 100px;
	padding: 2px 5px;
	color: var(--text-color-sub);
    text-align: center;
}
p.blogttl {
    margin-bottom: 0px;
	width:100%;
	margin-top: 10px;
}
.webgene-item {
	padding: 20px 0px 16px 0px;
    border-bottom: 1px solid #CCCCCC;
}
.webgene-blog .webgene-item:first-child {
	border-top: 1px solid #CCCCCC;
}
.sec_news .h2sub_base,
.sec_news .h2base {
		text-align: center;
}

@media screen and (min-width:768px){
  .sec {
				padding: 60px 0px;
		}
  .cont {
				max-width: 100%;
		}
		.pt60 {
				padding-top: 60px;
		}
		.pt80 {
				padding-top: 80px;
		}
		.pt100 {
				padding-top: 100px;
		}
		.pb60 {
				padding-bottom: 60px;
		}
		.pb80 {
				padding-bottom: 80px;
		}
		.pt100 {
				padding-bottom: 100px;
		}
		.mb60 {
				margin-bottom: 60px;
		}
		.mb46 {
				margin-bottom: 46px;
		}
		.w50 {
				width:50%;
		}
		.sp_left {
				text-align: center;
		}
		.content_row {
				flex-direction: row;
		}
		.content_row.content_row--creverse{
			flex-direction: row;
		}
   
  /* トップページ（タブレット） */
		.box_top {
				padding: 30px 15px;
				border: 1px solid var(--text-color-title);
		}
        .main_text_wrap {
            left: 8%;
        }
        .top_main_text p {
			font-size: 40px;
            margin-bottom: 10px;
            padding: 10px 15px 12px;
		}
		img.image_aisatsu {
				width:80%;
		}
		a.btn01 {
				width:100%;
				height: 50px;
		}
		a.btn02 {
				width:200px;
				height: 40px;
		}
		.sec_biz_cont .c_row {
				width:49%;
				padding: 30px 30px 50px 30px;
				text-align: center;
				background-color: var(--text-color-sub);
				margin-bottom: 20px;
				box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
				position: relative;
		}
		.sec_biz_cont .c_row p.biztext {
				text-align: left;
				border-top:1px solid var(--main-color);
				padding-top: 25px;
				margin-top: 20px;
		}
		.sec_houmu_cont {
			padding: 20px 20px;
			text-align: left;
		}
		.business-title.top-corp__ttl{
			text-align: left !important;
		}
		.h_left {
			padding-right: 40px;
            padding-left: 40px;
			border-right: 1px solid var(--btn_bg_blue);
			display: flex;
            align-items: center;
			width: 45%;
			margin-bottom: 0px;
		}
		.h_right {
			padding: 20px 40px 20px 40px;
		}
		.h_left img {
			
		}
		.sec_news .h2sub_base,
		.sec_news .h2base {
				text-align: left;
		}
		a.newsall {
				margin: 0px;
		}
		.news_title {
            padding-right: 80px;;
        }
		.top-news__btn--pc{
			display: block;
		}
		.top-news__btn--sp{
			display: none;
			margin: 0;
		}
}

@media (min-width: 1024px) {
		.sec {
				padding: 120px 0px;
		}
		.pt100 {
				padding-top: 100px;
		}
		.pb100 {
				padding-bottom: 100px;
		}
  .cont {
				max-width: 964px;
		}
  .sp_none {
    display:block;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
  .f18 {
	font-size: 18px;
    line-height: 40px;
  }
  .mainimage {
    height: 380px;
    margin: 0px auto;
  }
  .mainimage h1 {
    left:64px;
    font-size: 48px;
  }
  .c1657 {
    overflow: visible;
  }
  .content01 {
    padding: 143px 0px 110px 0px;
  }
  .content02 {
    padding: 0px 0px 160px 0px;
  }
  .reserve_bottom .content_inner {
    flex-direction: row;
  }
  .content_inner {
    justify-content: space-between;
  }
  .content_raw {
    flex-direction: row;
  }
  .row_inner_half {
    width:50%;
  }
  h2.h2base {
    font-size: 42px;
				line-height: 56px;
  }
  h2.h2base.h2small {
    font-size: min(2.1vw,36px);
  }
  h3.h3base {
    font-size: 24px;
    line-height: 56px;
    margin-bottom: 40px;
  }
    h2.renewal-greeting {
    font-size: 24px;
    line-height: 56px;
    margin-bottom: 40px;
  }
  .h2sub_base {
    
  }
  img.content01_illust01 {
    width: 650px;
    margin-top: -45px;
  }
  img.content01_image01,
  img.oth01_image01 {
    width:150%;
    transform: translateX(-30%);
  }
  .valign_center.bgillust01 .container {
    padding: 0px 0px 0px 80px;;
  }
  .valign_center.bgillust01.bgleft .container {
    padding: 0px 80px 0px 0px;;
  }
  .main01 {
    padding: 316px 0px 90px 0px;
  }
  .main01_text .main01_head {
    font-size: 40px;
    line-height: 72px;
    margin-bottom: 46px;
  }

  /* トップページ（PC） */
  .ps100 {
				padding-right: 100px;
				padding-left: 100px;
		}
		.box_top {
				padding: 60px 15px;
				border: 1px solid var(--text-color-title);
		}
		img.image_aisatsu {
				width:auto;
		}
		a.btn01 {
				width:400px;
				height: 80px;
		}
		a.btn02 {
				width:250px;
				height: 57px;
		}
        .main_text_wrap {
			left:14%;
		}
		.top_main_text p {
			font-size: 60px;
            margin-bottom: 10px;
            padding: 17px 30px 20px;
		}
		.sec_biz_cont .c_row {
				width:49%;
				padding: 60px;
				text-align: center;
				background-color: var(--text-color-sub);
				margin-bottom: 20px;
				box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
				position: relative;
		}
		.sec_houmu_cont {
			padding: 48px 15px;
		}
		.h_left {
			padding-right: 75px;
			padding-left: 80px;
			width: auto;
		}
		.h_right {
			padding: 20px 0 20px 75px;
		}
        p.blogttl {
            width:auto;
            margin-top: 0px;
        }
}

@media (min-width: 1200px) {
  .cont {
    max-width: 1240px;
  }
}



/*	スクロールバー
---------------------------------*/
.scrolldown{
	display: none;
    height: 150px;
    position:absolute;
    left: 1.5%;
    bottom: 0;
    transform: translateY(50%);
}
.scrolldown__p{
    font-family: "IBM Plex Sans", sans-serif;
    letter-spacing: 0.075em;
    color: #1c2c43;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 10px;
}
.scrolldown::before{
    content: "";
    background: #dadada;
    width: 2px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}
.scrolldown::after{
    content: "";
    background: #1c2c43;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 50px;
    animation: pathmove 2.5s ease-in-out infinite;
}
@keyframes pathmove{
    0%{
    }
    100%{
        transform: translateY(300%);
    }
}
@media screen and (min-width:768px){
	.h2base.home_topMessage{
	font-size: min(2.8vw,26px);
}
}
@media screen and (min-width:1024px){
    .scrolldown{
		display: block;
        height: 400px;
        bottom: 100px;
        left: 15px;
    }
    .scrolldown::before{
        height: 400px;
    }
    .scrolldown::after{
        height: 100px;
    }
}
@media screen and (min-width:1230px){
    .scrolldown{
        /* left: min(calc((100% - 1200px) / 2), 100px); */
    }
}


/* 追記 トップページfv */
.top-fv{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% calc(100% - 70px);
    background-image: url(/system_panel/uploads/images/bg_top_fv01.jpg);
	padding: 50px 0 70px;
	margin-top: 60px;
    position: relative;
}
.top-fv:before{
	content: "";
	background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_green01.jpg);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top-fv__list{
	max-width: 1280px;
	width: 80%;
	margin-left: auto;
}
.top-fv__list--inr{
	display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    grid-template-areas:
    "top-fv__img01 top-fv__img03"
    "top-fv__img02 top-fv__img03";
	margin: 0 -15px -120px 0;
}
.top-fv__img01.ojf:before{
	padding-top: 64.0625%;
}
.top-fv__img02.ojf:before{
	padding-top: 128.125%;
}
.top-fv__item--01{
    grid-area: top-fv__img01;
}
.top-fv__item--02{
    grid-area: top-fv__img02;
}
.top-fv__item--03{
    grid-area: top-fv__img03;
}
.top-catch{
	max-width: 70vw;
	position: absolute;
	bottom: -30px;
	left: 15px;
}
.top-catch__p{
	display: inline-block;
	background-color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: min(4.5vw, 4rem);
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #1c2c43;
	line-height: 1.67;
	padding: 0 15px;
	margin-bottom: 5px;
}
@media screen and (min-width:768px){
	.top-fv{
		background-size: 100% calc(100% - 120px);
		padding: 50px 0 120px;
		margin-top: 100px;
	}
	.top-fv__list{
		width: 90%;
	}
	.top-fv__list--inr{
		margin: 0 -15px -190px 0;
	}
	.top-catch__p{
		font-size: min(4.5vw, 6rem);
		padding: 0 25px;
	}
}
@media screen and (min-width:1024px){
	.top-catch{
		max-width: 900px;
		left: 80px;
	}
}
@media screen and (min-width:1230px){
	.top-fv__list--inr{
		margin-right: max(calc((1200px - 100vw) / 2), -200px);
	}
	.top-catch{
		top: 60%;
		bottom: auto;
		transform: translateY(-50%);
	}
}
@media screen and (min-width:1760px){
	.top-catch{
		left: calc((100vw - 1600px) / 2);
	}
}


.top-greeting{
	background-color: #e6f9f6;
	padding: 90px 0 40px;
}
.top-greeting__txt{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width:768px){
	.top-greeting{
		padding: 120px 0 60px;
	}
}
@media screen and (min-width:1024px){
	.top-greeting__txt{
		text-align: center;
	}
}
@media screen and (min-width:1230px){
}

.top-office__img{
	margin-bottom: 30px;
}
@media screen and (min-width:768px){
	.top-office__cont{
		gap: 0 50px;
	}
	.top-office__info{
		flex: 1;
	}
	.top-office__img{
		max-width: 500px;
		width: 45%;
		margin-bottom: 0;
	}
}
@media screen and (min-width:1024px){
	.top-office__cont{
		gap: 0 100px;
	}
}
@media screen and (min-width:1230px){
}



@media screen and (min-width:768px){
	.news_cont{
		flex: 1;
	}
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1230px){
}