@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,span,small,dl,dt,dd,ol,ul,li {
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}


/*--------------------------------------
　Base
---------------------------------------*/
html {
    font-size: 62.5%;
}
body {
	color: #333;
	font-family:  "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
	"Helvetica Neue",
    Arial,
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.0em;
	position: relative;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.03em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
img { 
  max-width: 100%; 
  height: auto;
}
a {
  color: #333;
  text-decoration: underline;
	transition: all .4s;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity: 0.65;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.center {
	text-align: center;
}
.f110 {font-size: 110%;}
.f120 {font-size: 120%;}
.f130 {font-size: 130%;}
.f150 {font-size: 150%;}
.f200 {font-size: 200%;}
.f300 {font-size: 300%;}

.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}

.sp {
	display: none;
}
.tate {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.inner {
	max-width: 114rem;
	margin: 0 auto;
}


/*--------------------------------------
　Header
---------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	height: 10rem;
	background: #fff;
	display: none;
}
header .headInr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 0 4rem;
}
header .logo {
	display: flex;
	align-items: center;
}
header .logo img {
	max-width: 23rem;
}
header .areaInner {
	display: flex;
	align-items: center;
}
header .gNav {
	display: flex;
	padding: 0 3rem 0 0;
}
header .gNav li {
	line-height: 1.6;
	margin: 0 4rem 0 0;
}
header .gNav li:last-child {
	margin: 0;
}
header .gNav li a {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.06em;
	position: relative;
}
header .gNav li a:hover {
	opacity: 1;
}
header .gNav li a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00af96;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
header .gNav li a:hover::after {
    transform: scale(1, 1);
}
.btn-cta {
	width: 18rem;
	height: 5rem;
}
.btn-cta a {
	background: #fa501e;
	color: #fff;
	text-align: center;
	border-radius: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	height: 100%;
}



/*--------------------------------------
　Footer
---------------------------------------*/
footer {
	background: #333;
	height: 10rem;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
footer .copy {
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
}


/*--------------------------------------
　共通パーツ
---------------------------------------*/
#contents {
	overflow: hidden;
}


/* TITLE */
.secTit {
	color: #00af96;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.75;
	margin-bottom: 4rem;
}

/* PARTS */
.bg_gray {
	background-color: #f5f5f5;
}
.bg_lgreen {
	background-color: #e6f0eb;
}
.l25 {
	line-height: 2.5;
	letter-spacing: 0.1;
}


/*--------------------------------------
　MV
---------------------------------------*/
.mv {
	background: url("../img/mv.jpg") no-repeat top center;
	background-size: cover;
	height: 90rem;
}
.mv .inner {
	display: flex;
	align-items: center;
	height: 100%;
}
.mv .mvBox {
	margin: 0 0 0 -10rem;
}
.mv .mainTit {
	font-size: 7rem;
	color: #fff;
	font-weight: 600;
	line-height: 1.42;
	letter-spacing: 0.15em;
	margin: 0 0 7rem;
}
.mv .txtBox p {
	color: #fff;
}



/*--------------------------------------
　ビジョン
---------------------------------------*/
.twoColArea {
	position: relative;
	padding-bottom: 20rem;
}
.twoColArea:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 57rem);
    width: calc(50% + 57rem);
    height: calc(100% - 10rem);
}
.vision:after {
    background: url("../img/sec01_bg.jpg") no-repeat;
    background-size: cover;
}
.twoColArea .whBox {
	width: 70rem;
	background: #fff;
	position: relative;
	z-index: 1;
}
.twoColArea .whBox:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
.twoColArea .whBoxInr {
	padding: 10rem;
}


/*--------------------------------------
　事業内容
---------------------------------------*/
.business {
	position: relative;
	padding: 9rem 0 10rem;
}
.business:before {
	content: "";
	background: url("../img/sec02_bg.jpg") no-repeat bottom center;
	background-size: cover;
	width: 100%;
	height: calc(100% - 20rem);
	position: absolute;
	top: 0;
	left: 0;
}
.business .secTit {
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
.business .cardArea {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
	position: relative;
	z-index: 1;
}
.business .card {
	padding: 4rem 3rem;
	background: #fff;
	width: calc(100% / 2 - 2px);
	flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
.business .card:nth-child(1),
.business .card:nth-child(2),
.business .card:nth-child(3) {
	width: calc(100% / 3 - 2px);
}
.business .card .subTitBox {
	padding: 0 1.5rem;
	margin-bottom: 2rem;
}
.business .card .subTit {
	font-size: 2.3rem;
	color: #00af96;
	font-weight: 600;
	margin-bottom: 2rem;
}
.business .card .sBox {
	height: 100%;
}
.business .card p {
	line-height: 2.5;
}
.business .card ul {
	margin: 0 0 1.5rem;
}
.business .card ul:last-of-type {
	margin: 0;
}
.business .card li {
	font-size: 1.4rem;
}



/*--------------------------------------
　提携企業との連携
---------------------------------------*/
.cooperation:after {
    background: url("../img/sec03_bg.jpg") no-repeat top right;
    background-size: cover;
	left: auto;
	right: calc(50% - 57rem);
}
.cooperation .inner {
	display: flex;
	justify-content:flex-end;
}
.cooperation .whBox:before {
	left: auto;
	right: -100%;
}
.sBox {
	padding: 3rem 2.5rem;
	margin: 3rem 0 0;
}
.sBox p {
	font-weight: 600;
	line-height: 2.5;
}




/*--------------------------------------
　会社概要
---------------------------------------*/
.company:after {
    background: url("../img/sec04_bg.jpg") no-repeat;
    background-size: cover;
}
.company .comTable dl {
    display: flex;
	border-bottom: solid 1px #c8c3be;
	padding: 1.5rem 0;
}
.company .comTable dl:first-child {
	border-top: solid 1px #c8c3be;
}
.company .comTable dt {
    width: 12rem;
	line-height: 2.5;
}
.company .comTable dd {
    line-height: 2.5;
}



/*--------------------------------------
　お問い合わせ
---------------------------------------*/
.contact {
	padding: 10rem 0;
}
.contact .secTit {
	text-align: center;
}
.formTable {
	margin: 6rem 0;
}
.formTable dl {
	display: flex;
	border-bottom: solid 1px #c8c3be;
	padding: 2.5rem 0;
}
.formTable dl:first-child {
	border-top: solid 1px #c8c3be;
}
.formTable dt {
	background: #333;
	color: #fff;
	font-weight: 600;
	width: 30rem;
	padding: 0 2.5rem;
	line-height: 1.6;
	margin: 0 1rem 0 0;
	min-height: 6.8rem;
}
.formTable dt div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
}
.formTable dd {
	flex: 1;
	word-break: break-all;
}
.formTable dd div {
    display: flex;
    align-items: center;
	height: 100%;
	line-height: 1.8;
}
.formTable input[type="text"],
.formTable textarea {
	width: 100%;
	padding: 2rem 2.5rem;
	line-height: 1.6;
	border: solid 1px #ddd;
}
.formTable .textarea dd {
	height: 38rem;
}
.formTable textarea {
	height: 100%;
}
.req {
	background-color: #fa501e;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 1.3rem;
	border-radius: 3px;
	width: 5.7rem;
	height: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-submit {
	width: 50rem;
	height: 8rem;
	background: #fa501e url("../img/arr_wh_right.png") no-repeat right 2rem center;
	background-size: 1.3rem auto;
	color: #fff;
	text-align: center;
	border-radius: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	margin: 0 auto;
	transition: all .4s;
}
.btn-submit:hover {
	opacity: 0.65;
}

/*--------------------------------------
　アクセス
---------------------------------------*/
.access {
	padding-bottom: 5rem;
}
.access .gMap {
	margin-bottom: 5rem;
}
.access .gMap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}
.access .grLabel {
	background: #00af96;
	color: #fff;
	text-align: center;
	padding: 2rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}
.access .howtoBox {
	display: flex;
}
.access .howtoBox > .box {
	display: flex;
	width: 30rem;
	padding: 2rem 3rem;
	border-right: solid 1px #c8c3be;
}
.access .howtoBox > .box:nth-child(1),
.access .howtoBox > .box:nth-child(4) {
	width: 27rem;
}
.access .howtoBox > .box:nth-child(1) {
	padding-left: 0;
}
.access .howtoBox > .box:nth-child(4) {
	border-right: none;
}
.access .howtoBox > .box p {
	line-height: 1.7;
	font-size: 1.4rem;
}


/*--------------------------------------
　お問い合わせ完了
---------------------------------------*/
.thanks {
	padding: 20rem 0 20rem;
}
.thanks .logo {
	width: 23rem;
	margin: 0 auto 3rem;
}
.thanks .catch {
	text-align: center;
	font-weight: 600;
}
.thanks p {
	text-align: center;
}
.thanks .btn-cta {
	width: 30rem;
	height: 6rem;
	margin: 5rem auto 0;
}
.thanks .btn-cta a {
	background: #fa501e url(../img/arr_wh_left.png) no-repeat left 2rem center;
	background-size: 1.3rem auto;
	border-radius: 4rem;
}


/*--------------------------------------
　お問い合わせ確認
---------------------------------------*/
.confirm {
	padding: 10rem 0 20rem;
}
.confirm .formTable dt {
    margin: 0 3rem 0 0;
}
.btns {
    display: flex;
    justify-content: center;
	flex-direction: row-reverse;
	gap: 3rem;
}
.btns .btn-submit {
	width: 38rem;
    margin: 0;
}
.btn-back {
	width: 23rem;
    height: 8rem;
	background: rgba(51,51,51,0.4) url(../img/arr_wh_left.png) no-repeat left 2rem center;
    background-size: 1.3rem auto;
    color: #fff;
    text-align: center;
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: all .4s;
}
.btn-back:hover {
	opacity: 0.65;
}



@media screen and (max-width: 1090px) {
header .headInr {
    padding: 0 2rem;
}	
header .logo img {
    max-width: 16rem;
}
header .gNav {
    padding: 0 2rem 0 0;
}
header .gNav li {
    margin: 0 2rem 0 0;
}
header .gNav li a {
    font-size: 90%;
}
.btn-cta {
    width: 15rem;
    height: 4rem;
}
.btn-cta a {
    font-size: 90%;
}
}


@media screen and (max-width: 834px) {

.pc {
	display: none;
}
.sp {
	display: block;
}
body {
	font-size: 1.4rem;
	min-width: 320px;
	overflow-x: hidden;
	line-height: 1.8;
	background: none;
}
a:hover {
	opacity: 1;
}


/*--------------------------------------
　Header
---------------------------------------*/
header {
	height: 6rem;
}
header .headInr {
	padding: 0 1rem;
}
header .logo {
}
header .logo img {
	max-width: 14rem;
}
header .areaInner {
}
header .gNav {
	display: none;
}
.btn-cta {
	width: 14rem;
	height: 4rem;
	margin: 0 5rem 0 0;
}
.btn-cta a {
}

.menuBtn {
	width: 2.7rem;
	height: 2.1rem;
	max-width: 27px;
	max-height: 21px;
	display: none;
	position: fixed;
	top: 2rem;
    right: 1.8rem;
    z-index: 101;
}
.menuBtn span {
	background: #333;
	width: 2.7rem;
	max-width: 27px;
	height: 2.5px;
	position: absolute;
	left: calc(50% - min(1.2rem,12px));
	transition: all .3s;
	border-radius: 3px;
}
.menuBtn span:nth-child(1) {
	top: 0;
}
.menuBtn span:nth-child(2) {
	top: 9px;
}
.menuBtn span:nth-child(3) {
	top: 18px;
}
.menuBtn.active span {
	background: #fff;
}
.menuBtn.active span:nth-child(1) {
	top: 10px;
    transform: translateY(0) rotate(-45deg);
}
.menuBtn.active span:nth-child(2){
	opacity: 0;
}
.menuBtn.active span:nth-child(3){
    top: 10px;
    transform: translateY(0) rotate(45deg);
}
.drawer {
	width: 94%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -94%;
	transition: all 0.5s;
	z-index: 100;
	background: #333;
}
.drawer.panelactive{
    right: 0;
}
.drawer .drawerInr {
    padding: 4rem 2rem;
}
.drawer .logo {
	width: 16rem;
	margin: 0 auto 3rem;
}
.drawer .gNav li {
	border-bottom: solid 1px #fff;
}
.drawer .gNav li:first-child {
	border-top: solid 1px #fff;
}
.drawer .gNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 1.5rem 4rem 1.5rem 1rem;
	background: url("../img/arr_wh_right.png") no-repeat right 2rem center;
	background-size: 1.3rem auto;
}

/*--------------------------------------
　Footer
---------------------------------------*/
footer {
	height: 6rem;
}



/*--------------------------------------
　共通パーツ
---------------------------------------*/

/* TITLE */
.secTit {
	font-size: 2.5rem;
	line-height: 1.6;
	margin-bottom: 3rem;
}

/* PARTS */
.l25 {
	line-height: 2;
}


/*--------------------------------------
　MV
---------------------------------------*/
.mv {
	background: url("../img/mv.jpg") no-repeat top left 65%;
	background-size: cover;
	height: auto;
	padding: 8rem 2rem 6rem;
}
.mv .inner {
}
.mv .mvBox {
	margin: 0;
}
.mv .mainTit {
	font-size: 3.6rem;
	margin: 0 0 3rem;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.mv .txtBox p {
	line-height: 2.5;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}



/*--------------------------------------
　ビジョン
---------------------------------------*/
.twoColArea {
	padding-bottom: 5rem;
    padding-top: 15rem;
}
.twoColArea:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    right: 0rem;
}
.vision:after {
    background: #00af96 url("../img/sec01_bg_sp.png") no-repeat top;
    background-size: 100% auto;
}
.twoColArea .whBox {
	background: url("../img/bg_whbox.png") repeat-x top center;
	background-size: contain;
	width: 89%;
	margin: 0 auto;
}
.twoColArea .whBox:before {
    background: url("../img/bg_whbox.png") repeat-x top center;
	background-size: contain;
}
.twoColArea .whBoxInr {
	padding: 4rem 2rem 4rem 1rem;
}
.twoColArea .whBoxInr:before {
	content: "";
    background: #fff;
    width: 100%;
    height: calc(100% - 30%);
    position: absolute;
	top: 30%;
    left: 0;
    z-index: -1;
}	
.twoColArea .whBoxInr:after {
	content: "";
    background: #fff;
    width: 100%;
    height: calc(100% - 30%);
    position: absolute;
	top: 30%;
    left: -100%;
    z-index: -1;
}	
	
	
/*--------------------------------------
　事業内容
---------------------------------------*/
.business {
	position: relative;
	padding: 5rem 2rem 5rem;
}
.business:before {
	content: "";
	background: #001e32 url("../img/sec02_bg_sp.jpg") no-repeat top center;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.business .secTit {
}
.business .cardArea {
	display: flex;
}
.business .card {
	padding: 2.5rem 2rem;
	width: calc(100% / 2 - 3px);
	margin: 0 0 3px;
}
.business .card:nth-child(1),
.business .card:nth-child(2),
.business .card:nth-child(3) {
	width: calc(100% / 3 - 3px);
}
.business .card .subTitBox {
	padding: 0;
	margin-bottom: 1rem;
}
.business .card .subTit {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.business .card .sBox {
	height: 100%;
}
.business .card p {
	line-height: 2;
}
.business .card ul {
	margin: 0 0 1.5rem;
}
.business .card li {
	font-size: 1.4rem;
}



/*--------------------------------------
　提携企業との連携
---------------------------------------*/
.cooperation:after {
    background: #00af96 url("../img/sec03_bg_sp.png") no-repeat top left;
    background-size: 100% auto;
	left: 0;
	right: auto;
}
.cooperation .inner {
	display: flex;
	justify-content:flex-end;
}
.cooperation .whBox {
}
.cooperation .whBox:before {
	left: auto;
	right: -100%;
}
.cooperation .whBoxInr {
    padding: 4rem 1rem 4rem 2rem;
}
.cooperation .whBoxInr:after {
    left: auto;
	right: -100%;
}
.sBox {
	padding: 2rem 2rem;
	margin: 2rem 0 0;
}
.sBox p {
	line-height: 2;
}




/*--------------------------------------
　会社概要
---------------------------------------*/
.company:after {
    background: #00af96 url("../img/sec04_bg_sp.png") no-repeat top right;
    background-size: 100% auto;
}
.company .comTable dl {
    display: block;
	border-bottom: solid 1px #c8c3be;
	padding: 1.5rem 0;
}
.company .comTable dl:first-child {
	border-top: solid 1px #c8c3be;
}
.company .comTable dt {
    width: 100%;
	line-height: 2;
	font-weight: 600;
}
.company .comTable dd {
    line-height: 2;
}



/*--------------------------------------
　お問い合わせ
---------------------------------------*/
.contact {
	padding: 6rem 2rem;
}
.formTable {
	margin: 3rem 0 3rem;
}
.formTable dl {
	display: block;
	border-bottom: solid 1px #c8c3be;
	padding: 1rem 0;
}
.formTable dl:first-child {
	border-top: solid 1px #c8c3be;
}
.formTable dt {
	width: 100%;
	padding: 0 2rem;
	margin: 0 0 1rem;
	min-height: inherit;
}
.formTable dt div {
    min-height: 54px;
}
.formTable input[type="text"],
.formTable textarea {
	width: 100%;
	padding: 2rem 2rem;
	line-height: 1.6;
	font-size: 1.6rem;
}
.formTable .textarea dd {
	height: 20rem;
}
.formTable textarea {
}
.btn-submit {
	width: 89%;
	height: 6rem;
	background: #fa501e url("../img/arr_wh_right.png") no-repeat right 2rem center;
	background-size: 1.3rem auto;
}
.btn-submit:hover {
	opacity: 1;
}

/*--------------------------------------
　アクセス
---------------------------------------*/
.access {
	padding-bottom: 4rem;
}
.access .gMap {
	margin-bottom: 2rem;
}
.access .gMap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}
.access .grLabel {
	background: #00af96;
	color: #fff;
	text-align: center;
	padding: 1rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}
.access .howtoArea {
	padding: 0 2rem;	
}
.access .howtoBox {
	display: block;
}
.access .howtoBox > .box {
	display: block;
	width: 100%;
	padding: 2rem;
	border-right: none;
	border-bottom: solid 1px #c8c3be;
}
.access .howtoBox > .box:nth-child(1),
.access .howtoBox > .box:nth-child(4) {
	width: 100%;
}
.access .howtoBox > .box:nth-child(1) {
	border-top: solid 1px #c8c3be;
	padding-left: 2rem;
}
.access .howtoBox > .box:nth-child(4) {
	border-right: none;
}
.access .howtoBox > .box p {
	line-height: 1.7;
	font-size: 1.4rem;
}

	
	
/*--------------------------------------
　お問い合わせ完了
---------------------------------------*/
.thanks {
	padding: 10rem 2rem 10rem;
}
.thanks .logo {
	width: 18rem;
	margin: 0 auto 3rem;
}
.thanks p {
	text-align: center;
}
.thanks .btn-cta {
	width: 20rem;
	margin: 4rem auto 0;
}
.thanks .btn-cta a {
    padding: 0 0 0 1rem;
}	
	
/*--------------------------------------
　お問い合わせ確認
---------------------------------------*/
.confirm {
	padding: 5rem 2rem 10rem;
}
.confirm .formTable dt {
	margin: 0 0 2rem;
}
.confirm .formTable dd {
	padding: 0 0 1.5rem;
}		
.btns {
    display: block;
}
.btns .btn-submit {
	width: 89%;
    margin: 0 auto 2rem;
}
.btn-back {
	width: 68%;
    height: 6rem;
	background: rgba(51,51,51,0.4) url(../img/arr_wh_left.png) no-repeat left 2rem center;
    background-size: 1.3rem auto;
	margin: 0 auto;
}
.btn-back:hover {
	opacity: 1;
}	
}





@media screen and (max-width: 599px) {
	
/*--------------------------------------
　事業内容
---------------------------------------*/
.business .cardArea {
	display: block;
}
.business .card {
	padding: 2.5rem 2rem;
	width: 100%;
    display: block;
	margin: 0 0 3px;
}
.business .card:nth-child(1),
.business .card:nth-child(2),
.business .card:nth-child(3) {
	width: 100%;
}
}