@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#000000;
  margin:0;
  padding:0;
  font-family: 'Noto Sans JP', sans-serif;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
  transition: all 0.4s ease-out;
  left: 0;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

.br-sp {
    display: none;
}

.mb10-sp {
    margin-top: 0;
}

@media (max-width: 780px) {
    .br-sp {
        display: block;
    }
	.mb10-sp {
    	margin-top: 10px;
		display: block;
	}
}

/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/

.l-wrap {
}
.l-inner {
  padding: 0 5.128205128vw;
  box-sizing: border-box;
}
.l-frame {
  padding: 0 5.128205128vw;
  box-sizing: border-box;
}
.l-frame--bg {
  background: #FFF;
  border-radius: 2.564102564vw;
}

.underline{
    position: relative;
    top: 0;
    left: 0;
	padding-bottom:30px;
	line-height: 1.5;
}

.ttl_margin{
	margin-top: 60px;
}

.o_txt{
	color: #f16734;
}

.mr15{
	margin-right: 15px;
}

.underline::before{
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 260px;
    border-bottom: 3px solid #19469c;
    transform: translate(-50%);
}

.taiou{
	background: #19469c;
	padding: 60px 30px;
}

.mokuji{
	border: 20px solid #e3e3e3;
	border-radius: 10px;
	margin: 60px auto;
	padding: 40px;
}

.mokuji .mokuji_ttl{
	color: #19469c;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}

.mokuji ul li{
	font-size: 20px;
	text-align: left;
	line-height: 50px;
}

.mokuji ul li a{
	font-size: 20px;
	text-align: left;
	text-decoration: underline;
	color: #19469c;
}

.mokuji ul li a:hover{
	color: #f16734;
}

@media (max-width: 780px) {
	.mokuji{
		padding: 40px 15px;
	}
	.mokuji ul li a{
		font-size: 15px;
		letter-spacing: -1px;
	}
}

.konna-kouji,.taimen,.taisetu,.situmon,.nagare{
	background-color: #e9f6fe;
	padding: 60px 0;
}

.konna-kouji ul.job-list{
	margin: 20px auto 0;
}

.konna-kouji .job-list li{
	float: left;
	font-size: 40px;
	color: #19469c;
	font-weight: bold;
	padding: 15px 10px;
}

@media (max-width: 780px) {
	.konna-kouji .job-list li{
		font-size: 20px;
	}
}

.konna-box{
	border: 20px solid #e3e3e3;
	border-radius: 10px;
	margin: 30px auto 0px;
	padding: 40px;
	color: #19469c;
	line-height: 30px;
}


.konna-taiou,.watashitachi-taiou,.hyouka,.osusume{
	padding: 60px 30px;
}
.konna-taiou{
	background: no-repeat url("../images/taiou_bg.png") center center;
}


.orange_ttl{
	background-color: #f16734;
	border-radius: 10px;
	margin: 30px auto 0px;
	color: #fff;
	padding:20px 10px;
	font-size: 25px;
}

.taioubox,.taioubox-list{
	margin: 20px auto 0;
}

.taioubox li{
	float: left;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	width:45%;
	text-align: left;
	margin-bottom: 20px;
}

@media (max-width: 780px) {
	.taioubox li{
		float: none;
		width: 100%;
		list-style: disc;
		margin-left: 30px;
		line-height: 1.5;
	}
	.taioubox-list li{
		list-style: disc;
		margin-left: 30px;
		line-height: 1.5;
	}
}

.taioubox-list li{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}



.taimen-box{
	background-color: #fff;
	margin: 30px auto 0px;
	padding: 40px;
}

.taimen-box h3{
	font-size: 40px;
	background: no-repeat url("../images/taimen-icon.png") 0px center;
	line-height: 3.5;
	padding-left: 60px;
}

.taimen-icon{
	display: none;
}


.taimen-box .taimen-check-list li{
	background: no-repeat url("../images/taimen-check.png") left center;
	text-align:left;
	font-weight: bold;
	padding-left: 65px;
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.taimen-txt{
	font-size: 25px;
	text-align:left;
	font-weight: bold;
	margin: 30px auto 0;
	line-height: 1.5;
}

@media (max-width: 780px) {
	.taimen-box{
		padding: 40px 15px;
	}
	.taimen-box h3{
		background: none;
		line-height: 1.5;
		padding:0;
		font-size: 30px;
	}
	.taimen-icon{
		display: block;
		margin: 30px 0;
	}
	.taimen-box .taimen-check-list li{
		font-size: 20px;
	}
	.taimen-txt{
		font-size: 15px;
	}

}

.watashi-box{
	font-size: 25px;
	text-align:left;
	font-weight: bold;
	margin: 30px auto 0;
	line-height: 1.5;
}

.watashi-box p{
	margin-bottom: 15px;
}

.watashitachi-taiou{
	margin: 0 auto;
}

@media (max-width: 780px) {
	.watashi-box{
		font-size: 15px;
	}
}


.point_con{
	padding-top: 60px;
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 40px;
  border: 2px solid #ceebff;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: #19469c;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 85%;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: #ceebff transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 85%;
  border-style: solid;
  border-width: 5.2px 0 0 5.2px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}

.pointleft,.pointright{
	float: left;
	text-align: left;
	width: 45%;
}

.pointright{
	padding-left: 10%;
}

.pointleft h3{
	font-size: 30px;
	text-align:left;
	font-weight: bold;
	color: #19469c;
	line-height: 1.5;
	
}

.point-txt{
	font-size: 25px;
	text-align:left;
	font-weight: bold;
	margin: 30px auto 0;
	line-height: 1.5;
}

.point-txt p{
	margin-bottom: 15px;
}

@media (max-width: 780px) {
	.pointleft,.pointright{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.pointright{
		padding-left: 0%;
		text-align: center;
	}
	.pointleft h3{
		font-size: 25px;
	}
	.point-txt{
		font-size: 15px;
	}
}

.hyouka_btn{
    width:200px;
    height:60px;
    line-height:60px;
	margin: 15px auto 0;
}
.hyouka_btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#0099FF;
    text-align:center;
    color:#FFFFFF;
    font-size:22px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.hyouka_btn a:hover{
    background:#0099FF;
    color:#FFFC00;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}

.hyouka_iconbox{
	float: left;
}

.hyouka-time{
	text-align: right;
	margin-top: 20px;
}

.iconbox-fix{
	margin-right: 24px;
}

@media (max-width: 780px) {
    .hyouka_iconbox{
	float: none;
	}
	.iconbox-fix{
	margin-right: 0px;
	}
	.hyouka_btn{
		margin-bottom: 40px;
	}
}



.featherlight-sample {
	display: none;
	font-size: 20px;
	line-height: 2;
}

.qa-7 {
    /*max-width: 600px;*/
    margin:0 auto 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
	text-align: left;
	line-height: 1.5;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
	text-align: left;
	font-weight: 600;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.list-2 {
    counter-reset: li;
}

.list-2 li {
    display: flex;
    align-items: center;
    padding: .3em;
	font-size: 1.4rem;
	font-weight: 600;
}

.list-2 li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #19469d;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}


.osusume{
	 background: no-repeat url("../images/osusume_bg.png") center center;
}

@media (max-width: 780px) {
	.list-2 li {
		display: block;
		font-size: 1.3rem;
		text-align: left;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.list-2 li::before {
		/*display: none;*/
	}
	.osusume{
		padding: 30px 10px;
		 background: no-repeat url("../images/osusume_bg.png") center center;
	}
}

.circle_number {
	padding: 0 9px;
	margin-right: 10px;
	background-color: #19469c;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
}

.nagare_box{
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px ;
	box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
	text-align: left;
}

.nagare_box h3{
	font-size: 1.5rem;
	font-weight: 600;
	border-bottom: 1px solid #19469c;
	padding: 0 0 20px;
}

.nagare_con{
	padding:20px 0 0 ;
	font-size: 1.5rem;
	font-weight: 600;
}

.nagare_con p{
	margin-bottom: 20px;
	line-height: 1.5;
}

.center{
	text-align: center;
}

@media (max-width: 780px) {
	.nagare_con p{
		font-size: 15px;
	}
}


.modal_box{
align-items: center;
display: flex;
justify-content: space-between;
margin: 0 auto;
/*横並び400px*/
width:400px;
}
.modal_wrapper {
z-index: 999;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 60px 10px;
text-align: center;
}

.modal_wrapper:not(:target) {
opacity: 0;
visibility: hidden;
transition: opacity .3s, visibility .3s;
}

.modal_wrapper:target {
opacity: 1;
visibility: visible;
transition: opacity .4s, visibility .4s;
}

.modal_wrapper::after {
display: inline-block;
height: 100%;
margin-left: -.05em;
vertical-align: middle;
content: “”;
}

.modal_wrapper .modal_window {
box-sizing: border-box;
display: inline-block;
z-index: 20;
position: relative;
width: 70%;
max-width: 600px;
padding: 30px 30px 15px;
border-radius: 2px;
background: #fff;
box-shadow: 0 0 30px rgba(0, 0, 0, .6);
vertical-align: middle;
}

.modal_wrapper .modal_window .modal_content {
max-height: 80vh;
overflow-y: auto;
}

.modal_overlay {
z-index: 10;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, .8);
}

.modal_wrapper .modal_close {
z-index: 20;
position: absolute;
top: 0;
right: 0;
width: 35px;
color: #95979c !important;
font-size: 20px;
font-weight: 700;
line-height: 35px;
text-align: center;
text-decoration: none;
text-indent: 0;
}

.modal_wrapper .modal_close:hover {
color: #2b2e38 !important
}

/*テキスト周りの修飾*/
.modal_text {
border: 1px solid #fcc;
border-radius: 5px;
display:inline;
padding:10px;
}



@media screen and (min-width: 781px) {
  .l-inner {
    padding: 0 40px;
    max-width: 780px;
    margin: 0 auto;
  }
  .l-frame {
    border-radius: 20px;
    padding: 0 40px;
  }
}

.l-header{
	position: relative;
}

.p-header {
  padding: 0 2.5vw;
}
.p-headerWrap {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-headerLogo {
  width: 26.4vw;
}
.p-header__right {
  margin-left: 2.5vw;
}
.p-headerLink {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 9vw;
}
.p-headerLinkItem {
  
}
.p-headerLinkItem + .p-headerLinkItem {
  margin-left: 2vw;
}
.p-headerLinkItem:nth-of-type(1) {
  width: 28.1vw;
}
.p-headerLinkItem:nth-of-type(2) {
  width: 18vw;
}
.p-headerLinkItem:nth-of-type(3) {
  display: none;
}

.renew2403{
	margin-top: -170px;
}


@media screen and (min-width: 1001px) {
  .p-header {
    padding: 0 40px;
    box-sizing: content-box;
  }
  .p-headerWrap {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
  }
  .p-headerLogo {
    max-width: 659px;
    width: 40.06944444%;
  }
  .p-header__right {
    margin-left: 0px;
    width: 49.30555556%;
  }
  .p-headerLink {
    height: auto;
    max-width: 710px;
    margin-left: auto;
    padding: 20px 0 30px;
  }
  .p-headerLinkItem {

  }
  .p-headerLinkItem + .p-headerLinkItem {
    margin-left: 2.85%;
  }
  .p-headerLinkItem:nth-of-type(1) {
    width: 57.14285714%;
  }
  .p-headerLinkItem:nth-of-type(2) {
    width: 40%;
  }

}
@media screen and (max-width: 780px) {
  .p-header {
    padding: 0 0 0 2.564102564vw;
  }
  .p-headerWrap {
  }
  .p-headerLogo {
    width: 40vw;
  }
  .p-header__right {
    margin-left: 0;
  }
  .p-headerLink {
    height: 17.94871795vw;
  }
  .p-headerLinkItem {

  }
  .p-headerLinkItem a {
    display: block;
    height: 17.94871795vw;
  }
  .p-headerLinkItem a img {
    display: none;
  }
  .p-headerLinkItem + .p-headerLinkItem {
    margin-left: 0;
  }
  .p-headerLinkItem:nth-of-type(1) {
    width: 17.94871795vw;
  }
  .p-headerLinkItem:nth-of-type(1) a {
    background: no-repeat url("../images/header-tel4.png") center center;
    background-size: cover;
  }
  .p-headerLinkItem:nth-of-type(2) {
    width: 17.94871795vw;
  }
  .p-headerLinkItem:nth-of-type(2) a {
    background: no-repeat url("../images/header-contact4.png") center center;
    background-size: cover;
  }
  .p-headerLinkItem:nth-of-type(3) {
    width: 17.94871795vw;
    height: 17.94871795vw;
    background: #000 no-repeat url("../images/menu-icon-01.png") center center;
    background-size: 4.871794872vw 4.487179487vw;
    display: block;
  }
  body.is-menuOpen .p-headerLinkItem:nth-of-type(3) {
    background: #000 url("../images/menu-icon-02.png") no-repeat center center;
    background-size: 4.871794872vw 4.487179487vw;
  }
		.renew2403{
	margin-top: -78px;
	}
}





.l-upperFlowOuter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  transition: all 0.4s ease-out;
  display: none;
}
.p-upperFlow {
  padding: 0 0 0 4.871794872vw;
  background: rgba(0,0,0,0.7);
}
.p-upperFlowWrap {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 17.94871795vw;
}
.p-upperFlowLink {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-upperFlowLinkItem {
  width: 25.64102564vw;
}
.p-upperFlowLinkItem + .p-upperFlowLinkItem {
  margin-left: 2.564102564vw;
}
.p-upperFlowBtn {
  height: 17.94871795vw;
  width: 35.8974359vw;
  background: #000 url("../images/menu-icon-03.png") no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
@media screen and (min-width: 781px) {
  .l-upperFlowOuter {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
body.is-menuOpen .p-upperFlowBtn {
    width: 17.2vw;
    background: #000 url("../images/menu-icon-02.png") no-repeat center center;
    background-size: 4.871794872vw 4.871794872vw;
  }
}

.p-upperMenu {
  position: fixed;
  width: 82.8vw;
  right: -82.8vw;
  top: 0;
  height: 100vh;
  background: #000;
  border-top: none;
  border-bottom: none;
  padding: 2.564102564vw 0 25.64102564vw 8.974358974vw;
  box-sizing: border-box;
  transition: all 0.4s ease-out;
  overflow-y: scroll;
  z-index: 12000;
}
.p-upperMenuList {
}
.p-upperMenuList li {
  border-bottom: #333333 0.512820513vw solid;
  font-size: 4.615384615vw;
  text-align: left;
  line-height: 1.388888889;
  font-weight: bold;
}
.p-upperMenuList li a {
  color: #FFF;
  display: block;
  padding: 4.615384615vw 0;
}
body.is-menuOpen .p-upperMenu {
  right: 0;
}
@media screen and (min-width: 1001px) {
  .p-upperMenu {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  body.is-menuOpen {
    overflow: hidden;
    left: -82.8vw;
  }
  body.is-menuOpen .l-upperFlowOuter {
    overflow: hidden;
    left: -82.8vw;
  }
}




.p-lowerLinkOuter {
  width: 100%;
  position: relative;
  left: 0;
  z-index: 10000;
}
.p-lowerLink {
  background: rgba(0,0,0,0.7);
  padding: 11px 0;
}
.p-lowerLinkWrap {
  padding: 0 40px;
  box-sizing: content-box;
  max-width: 780px;
  margin: 0 auto;
}
.p-lowerLinkList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-lowerLinkListItem {
}
.p-lowerLinkListItem a {
  display: block;
}
.p-lowerLinkListItem:nth-of-type(1) {
  width: 48.71794872%;
}
.p-lowerLinkListItem:nth-of-type(2) {
  width: 48.71794872%;
}
@media screen and (max-width: 780px) {
  .p-lowerLinkOuter {
    display: none !important;
  }
}



.p-footer {
  background: #000;
  color: #FFF;
  padding: 2.179487179vw 0 2.307692308vw;
  
}
.p-footer__copy {
  font-size: 2.564102564vw;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 781px) {
  .p-footer {
    margin-top: 88px;
    padding: 16px 0 18px;
  }
  .p-footer__copy {
    font-size: 20px;
    line-height: 1.35;
  }
}

