@charset "utf-8";

/* import
--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');
@import "init.css";

body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/*--------------------------------------------------
 header
--------------------------------------------------*/
#header {
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
}
#header .headerInner {
    margin: 0 auto;
}
.pclogo {
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.siteLogo{
    line-height: 0;
    padding: 15px 0;
    white-space: nowrap;
    width: 210px;
}
#header .btn .mail{
    width: 240px;
    font-size: 14px;
    padding: 10px 0;
}
#header .btn .mail::before{
    width: 26px;
    height: 20px;
    margin-bottom: 2px;
}
.btn .mail{
    background-color: #f56147;
    color: #fff;
    width: 400px;
    display: block;
    padding: 17px 0;
    border-radius: 6px;
    border:1px solid #f56147;
    font-size: 20px;
    transition: .5s;
    margin: 0 auto;
    text-align: center;
}

.btn02 .mail {
    background-color: #f56147;
    color: #fff;
    width: 70%;
    display: block;
    padding: 12px 0;
    border-radius: 6px;
    border:1px solid #f56147;
    font-size: 15px;
    transition: .5s;
    margin: 0 auto;
    text-align: center;
}
.btn .mail::before,
.btn02 .mail::before{
    content: '';
    display: inline-block;
    width: 32px;
    height: 25px;
    background-image: url(../img/common/mail-wh.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 5px;
    transition: .5s;
}
.btn .mail:hover::before,
.btn02 .mail:hover::before{
    background-image: url(../img/common/mail-ore.svg);
}
.btn .mail:hover,
.btn02 .mail:hover{
    background-color: #fff;
    color: #f56147;
}
header .siteLogo a {
    display: inline-block;
    vertical-align: middle;
}
.siteLogo span{
    font-size: 13px;
    font-weight: normal;
    padding-left: 10px;
}
@media only screen and (max-width:1140px) {
    #header{
        height: 50px;
    }
    #header .headerInner {
    padding: 0% 10px;
}
    #header .siteLogo {
    width: 23%;
    padding: 0;
    }
    .siteLogo span {
    font-size: 11px;
    padding-left: 2px;
    width: 60%;
    display: inline-block;
    line-height: 1.4;
    vertical-align: baseline;
}
.btn .mail{
    width: 90%;
    font-size: 16px;
    padding: 15px 0;
}
.btn .mail::before {
    content: '';
    width: 26px;
    height: 20px;
}
.btn02 .mail::before{
    width: 28px;
    height: 20px;
}
#header .btn .mail span.pc02 {
    display: none;
}
hr.pc{
    display: none !important;
}
}
@media only screen and (max-width:991px){
    #header .siteLogo {
    width: 29%;
}
.btn .mail::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 25px;
    /* background-image: url(../img/common/sp_mail_wh.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 5px;
    transition: .5s;
}
#header .btn .mail{
    padding: 0;
}
header .siteLogo a {
    margin-bottom: 3px;
}
#header .headerInner {
    padding: 0% 10px;
}
}

@media only screen and (max-width:767px){
   #header .headerInner {
    padding: 1% 5px;
}
header .siteLogo a {
    margin-bottom: 15px;
}
}
@media only screen and (max-width:520px){
    #header .headerInner {
    padding: 3% 5px;
}
}
/*--------------------------------------------------
 gNav
--------------------------------------------------*/
#gNav {
}
#gNav .navs{
    display: flex;
    display: -webkit-flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
}
#gNav .navs li {
    border-bottom: none;
    border-top: none;
    margin: 0 -1px -1px 0;
    padding: 20px;
}
#gNav .navs li a {
	display: block;
	color: #333;
	font-size: 13px;
	text-decoration: none;
    padding: 0;
	transition: all 0.3s;
}
#gNav .gNav_link a:hover {
    color: #f56147;
}
#gNav .navs li a span{

}
#gNav .navs li a span::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 6px;
    background-image: url(../img/common/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
    transition: .5s;
}
@media only screen and (max-width:1189px) {
	#gNav {
		display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100vw;
        height: 95vh;
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: start;
        background: #f2f2f2;
        pointer-events: none;
        opacity: 0;
        transition: opacity .3s linear;
        margin-top: 50px;
	}
	#gNav .navs {
        display: block;
	}
    #gNav nav{
        width: 100%;
    }
	#gNav .navs li {
		text-align: left;
        border-bottom: 1px solid #cccccc;
        margin-top: 9%;
        padding: 20px 20px 20px 10%;
	}
	#gNav .navs li + li {
		margin: 0px 0 0;
        padding: 20px 20px 20px 10%;
	}
	#gNav .navs li + li:before {
		display: none;
	}
    #gNav__item{
      width: 100%;
      height: auto;
      padding: .5em 1em;
      text-align: center;
      color: #fff;
      box-sizing: border-box;
    }
    #gNav .navs li a span::before {
    content: '';
    width: 16px;
    height: 10px;
}
#gNav .navs li a{
    font-size: 16px;
}
    /* アニメーション後のメニューの状態 */
    #gNav.is-active{
      pointer-events: auto;
      opacity: 1;
    }
       #spMenu{
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 2;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #333;
      color: #fff;
    }
}



/* -----------------------------------------------
 spMenu
--------------------------------------------------*/
#spMenu {
	display: none;
}
@media only screen and (max-width:1189px) {
    .pl_load.open #spMenu{
        background: #fff;
    }
	#spMenu {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 15;
        background: #f56147;
	}
    #header .btn .mail {
    width: 50px;
    height: 48px;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 50px;
    font-size: 8px;
    letter-spacing: -0.09em;
    padding: 0;
}
    #header .btn .mail::before {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto -2px;
    background-image: url(../img/common/sp_mail_wh.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.pl_load.open .pclogo .btn{
    display: none;
}
	#spMenu span,
	#spMenu:before,
	#spMenu:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 20px;
		height: 2px;
		margin-left: -10px;
		background-color: #ffffff;
	}
    .pl_load.open #spMenu span,
	.pl_load.open #spMenu:before,
	.pl_load.open #spMenu:after{
        background-color: #f56147;
    }
	#spMenu span {
		margin-top: -1px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#spMenu:before {
		margin-top: -8px;
	}
	#spMenu:after {
		margin-top: 6px;
	}

	.open #spMenu:before {
		animation: menuAnime01 .4s forwards;
	}
	.open #spMenu:after {
		animation: menuAnime02 .4s forwards;
	}
	.open #spMenu span {
		opacity: 0;
	}
	.close #spMenu:before {
		animation: menuAnime01_close .4s forwards;
	}
	.close #spMenu:after {
		animation: menuAnime02_close .4s forwards;
	}
}

@keyframes menuAnime01 {
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -1px;
		transform: rotate(45deg);
	}
}
@keyframes menuAnime01_close {
	0% {
		margin-top: -1px;
		transform: rotate(45deg);
	}
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -8px;
		transform: rotate(0deg);
	}
}
@keyframes menuAnime02 {
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -1px;
		transform: rotate(-45deg);
	}
}
@keyframes menuAnime02_close {
	0% {
		margin-top: -1px;
		transform: rotate(-45deg);
	}
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: 6px;
	}
}

@media only screen and (max-width:767px){
    #header .btn .mail::before {
    width: 100%;
    height: 48px;
}
}
/*--------------------------------------------------
 keyVisual
--------------------------------------------------*/
*{
    margin:0;
    padding:0;  
}
img.fw {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.arow_decoration::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #7a0;
}

/*--------------------------------------------------
key
--------------------------------------------------*/
#key {
    margin-top: 140px;
}
@media only screen and (max-width:1175px){
    #key {
        margin-top: 50px;
    }
}

@media only screen and (max-width:750px) {
    #key {
        margin-top: 5px;
    }
}
/*--------------------------------------------------
 footer
--------------------------------------------------*/
#footer {
	color: #808080;
	line-height: 1;
    font-size: 11px;
    font-weight: 300;
    border-bottom: 5px solid #f48e05;
}
#footer .inner {
	max-width: 1140px;
	margin: 0 auto;
    padding: 35px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
#footer .links {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
#footer .links li .arrow02{
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
#footer .links li .arrow02::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #808080;
    border-right: solid 1px #808080;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
#footer .links li + li {
	margin-left: 20px;
    margin-top: 7px;
	border-left: #fff solid 1px;
}
#footer .links li a {
	display: block;
}
#footer .copyright {
	letter-spacing: 0.15em;
    font-size: 12px;
        margin: 0 0 0 auto;
}

@media only screen and (max-width:750px) {
	#footer {
		padding: 15px 0;
	}
    #footer .inner{
        flex-wrap: wrap;
        padding: 3% 0 0;
    }
	#footer .links {
		float: none;
		margin-bottom: 0px;
		text-align: center;
        flex-wrap: wrap;
        justify-content: start;
	}
	#footer .links li + li {
		margin-left: 12px;
		padding-left: 12px;
		border-width: 1px;
	}
	#footer .copyright {
		float: none;
		text-align: center;
		letter-spacing: 0;
        margin-top: -12px;
	}
    #footer .links li:nth-child(1){
        width: 50%;
            margin: 0 auto;
    }
    #footer .links li:nth-child(2){
        margin: 5% auto 13%;
        width: 70%;
        font-size: 13px;
    }
    #footer .links li:nth-child(3){
        width: 27%;
        padding: 0;
        margin: 0;
    }
    #footer .links li:nth-child(4){
        width: 33%;
        margin: 0;
        padding: 0;
    }
}

#recruit{  
    margin-top:-80px;
    padding-top:80px;
}
#interview{  
    margin-top:-80px;
    padding-top:80px;
}
#welfare{  
    margin-top:-80px;
    padding-top:80px;
}
#FAQ{  
    margin-top:-80px;
    padding-top:80px;
}

@media screen and (max-width:750px) { 
    #recruit {
        margin-top: -240px;
    }
    #interview {
        margin-top: -140px;
        padding-top: 80px;
    }
    #welfare {
        margin-top: -170px;
        padding-top: 80px;
    }
    #FAQ {
        margin-top: -170px;
        padding-top: 80px;
    }

}
.inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0 120px;
}
.line-txt{
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 30px;
}
.flex_item{
    display: flex;
    display: -webkit-flex;
}
@media screen and (max-width:750px){
    .line-txt {
    font-size: 14px;
    margin-bottom: 12%;
}
.inner {
    width: 92%;
    padding: 19% 0 15%;
}
.flex_item {
    flex-wrap: wrap;
}
}
/* think */
#think .inner{
    padding: 70px 0;
}
#think .flex_item{
    justify-content: space-between;
}
#think .flex_item li{
    width: 23%;
}
#think .txt_box{
    border:1px solid #f56147;
    padding: 60px 0 35px;
    margin-top: 60px;
}
#think .txt_box .line-txt{
    font-weight: 700;
}
@media screen and (max-width:1025px){
    #think .txt_box {
    width: 90%;
}
#think .txt_box .line-txt {
    font-size: 20px;
}
}
@media screen and (max-width:750px){
    #think .inner {
    padding: 12% 0;
    width: 100%;
}
    #think .flex_item li {
    width: 46.5%;
    margin-bottom: 9%;
}
#think .flex_item {
    width: 82%;
    margin: 0 auto;
}
#think .txt_box {
    margin-top: 6%;
    padding:13% 14% 12%;
    width: 64%;
}
#think .txt_box .line-txt {
    font-size: 20px;
}
#think .txt_box .line-txt {
    font-size: 14px;
}
}
/* img */
.hito{
    width: 358px;
    margin: 0 auto;
}
.hito {
    width: 358px;
    margin: -100px auto -50px;
}
@media screen and (max-width:750px){
    .hito {
    width: 175px;
    margin: -30% auto -50px;
}
}
/* focus */
#focus{
    background-color: #f2f2f2;
}

#focus .line-txt{
    color: #f56147;
    font-weight: 500;
    margin-bottom: -20px;
    margin-top: 25px;
}
#focus .txt_box{
    background-color: #fff;
    padding: 70px 80px 20px;
}
#focus .fo-title{
    color: #f56147;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
}
#focus .fo-title .midashi{
    font-weight: 100;
    color: #fff;
    background-color: #f56147;
    padding: 0.5% 2.2%;
    border-radius: 20px;
    font-size: 15px;
    margin-right: 11px;
    font-family: 'Roboto', sans-serif;
}
#focus .normal_txt{
    font-size: 16px;
    margin-bottom: 30px;
}
#focus .flex_item{
    justify-content: space-between;
}
#focus .flex_item li{
    width: 48.5%;
    margin-right: 0;
}
#focus .flex_item li .img_txt{
    background-color: #ffd899;
    font-weight: 700;
    font-size: 14px;
    padding: 4% 5%;
}
#focus .right_txt{
    font-size: 11px;
    text-align: right;
    margin-top: 10px;
}
#focus .line_box{
    border:1px solid #bababa;
    padding: 45px 60px;
}
#focus .line_box .line_txt{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bababa;
    font-feature-settings: "palt";
}
#focus .line_box .line_txt02{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 35px 30px;
}
.tree .re_title{
    background-color: #ffd899;
    font-size: 16px;
    font-weight: 700;
    padding: 2% 4% 4%;
    line-height: 1.6;
}
.tree .re_title span{
    color: #f46045;
    display: block;
    font-weight: 500;
    font-size: 14px;
}
.tree .re_txt{
    font-size: 14px;
    letter-spacing: -0.05em;
    margin: 5% 0 15%;
}
.arrow{
    position: relative;
}
.arrow::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 12px;
    background-image: url(../img/common/triangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.tree .re_red{
    color: #f46045;
    border:1px solid #f46045;
    font-weight: 700;
    text-align: center;
    padding: 2% 0 2%;
    font-size: 14px;
    line-height: 1.7;
}
#focus .tree .flex_item{
    margin-bottom: 40px;
}

#focus .txt_box:nth-child(3) {
    padding-bottom: 110px;
    margin: 0 auto 0;
}
#focus .btn{
    margin-top: 70px;
}
@media screen and (max-width:750px){
    #focus .fo-title .midashi {
    padding: 0.4% 0%;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 36%;
    margin: 0 auto 7%;
}
#focus .txt_box {
    padding: 11% 5% 6%;
}
#focus .fo-title {
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 5%;
}
#focus .normal_txt {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: -0.04em;
}
#focus .flex_item li {
    width: 100%;
    margin-bottom: 10%;
}
#focus .right_txt {
    font-size: 0.5em;
    text-align: left;
    margin-top: -25px;
    line-height: 1.5;
    font-feature-settings: "palt";
}
#focus .line_box {
    padding: 7% 4.5% 0;
}
#focus .line_box .line_txt{
    font-size: 17px;
    padding-bottom: 9%;
}
#focus .line_box .line_txt02 {
    font-size: 18px;
    padding: 7% 0;
}
.tree .re_title {
    font-feature-settings: "palt";
    padding: 2% 4% 6%;
}
.tree .re_title span {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}
.tree .re_txt {
    font-feature-settings: "palt";
    line-height: 1.8;
}
.tree .re_red{
    padding: 9% 0;
    border: 2px solid;
    font-size: 15px;
    line-height: 1.6;
}
#focus .tree .flex_item {
    margin-bottom: 7%;
}
#focus .txt_box:nth-child(3) {
    padding-bottom: 13%;
}
#focus .tree .flex_item:nth-child(2) {
    margin-bottom: 0%;
}
#focus .btn {
    margin-top: 12%;
}
#focus .line-txt {
    margin-bottom: -30px;
    margin-top: -10px;
}
}
/* fan-do */
#fan-do{
    background-color: #f7c0c5;
}
#fan-do .line-txt{
    font-weight: 700;
}
#fan-do .normal_txt{
    font-size: 15px;
    width: 83%;
    margin: 0 auto;
}
#fan-do .fan_box{
    background-color: #fff;
    padding: 50px 10% 40px;
    margin-top: 50px;
}
#fan-do .fan_box .fan-title{
    color: #de2867;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
}
#fan-do .fan_box .fan-img:nth-child(2){
    margin: 4% auto 7%;
}
@media screen and (max-width:750px){
    #fan-do .line-txt {
    font-size: 15px;
    margin-bottom: 7%;
}
#fan-do .inner {
    padding: 14% 0%;
}
#fan-do .normal_txt {
    font-size: 12.5px;
    line-height: 1.8;
    font-feature-settings: "palt";
}
#fan-do .fan_box {
    margin-top: 8%;
    padding: 9% 4% 40px;
}
#fan-do .fan_box .fan-title {
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
}
#fan-do .fan_box .fan-img:nth-child(2) {
    margin: 11% auto 10%;
}
}
/* service */
#service{
    padding: 135px 0 140px;
}
#service .inner{
    background-color: #f2f2f2;
    position: relative;
}
#service .img-bg {
    position: absolute;
    bottom: -71px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}
#service .line-txt{
    font-weight: 700;
}
#service .inner02{
    max-width: 690px;
    margin: 0 auto 8%;
    background-color: #ffe6bf;
    padding: 35px 8%;
}
#service .inner02 .line-txt02{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 23px;
}
#service .inner02 .line-txt03{
    font-size: 18px;
    color: #f56147;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}
#service .se_box{
    background-color: #fff;
    padding: 40px 14%;
}
#service .inner02 .line-txt03 .num{
    /* font-size: 30px;
    font-family: 'Roboto', sans-serif; */
}
#service .inner02 .line-txt03 .num01::before,
#service .inner02 .line-txt03 .num02::before,
#service .inner02 .line-txt03 .num03::before,
#service .inner02 .line-txt03 .num04::before{
    content: '';
    display: inline-block;
    width: auto;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 7px;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
}
#service .inner02 .line-txt03 .num01::before{content: '1';}
#service .inner02 .line-txt03 .num02::before{content: '2';}
#service .inner02 .line-txt03 .num03::before{content: '3';}
#service .inner02 .line-txt03 .num04::before{content: '4';}
#service .normal_txt{
    text-align: center;
    font-size: 14px;
}
#service .se_box02 .normal_txt{
    font-weight: 700;
    margin: 30px auto 20px;
}
.se_box02 dt {
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #b3b3b3;
    padding: 1.5% 7%;
}
.se_box02 dd{
    padding: 2% 12% 5%;
    font-size: 14px;
}
.se_box02 span.num{
    font-size: 20px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
    vertical-align: top;
}
.se_box .gr-txt{
    font-size: 14px;
    font-weight: 700;
    color: #00a99d;
    text-align: center;
    margin: 2% auto 0;
    letter-spacing: 0.1em;
}
.se_box02 dl {
    margin-bottom: -5%;
}
.btn02 {
    margin-top: 8%;
}
.btn02 .page-ne {
    background-color: #ffe5bf;
    color: #f56147;
    display: block;
    padding: 13px 0;
    border: 1px solid #ffe5bf;
    font-size: 14px;
    transition: .5s;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    width: 80%;
}
.btn02 .page-ne:hover{
    background-color: #f56147;
    color: #ffff;
}
.btn02 .page-ne::before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url(../img/common/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 14px;
    transition: .5s;
}
.btn02 .page-ne:hover::before{
    background-image: url(../img/common/arrow-wh.svg);
}
.se_box.arrow::before{
    bottom: -39px;
}
#service .se_box.arrow{
    margin-bottom: 50px;
}
#service .inner02.arrow::before{
    bottom: -61px;
    width: 36px;
    height: 18px;
}
#service .se_box .se_box02 .dl {
    width: 40%;
    margin: 6% auto 0;
    text-align: center;
}
#service .se_box .se_box02 .dl dt{
    font-size: 14px;    
    padding: 10px 0;
}
#service .inner02.survey {
    background-color: transparent;
}
#service .inner02.survey .se_box {
    padding: 40px 3% 10px;
}
#service .inner02.survey .se_box .se-title {
    background-color: #ffe4c0;
    color: #f56147;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
#service .inner02.survey .se_box .small_txt{
    font-size: 11px;
    text-align: right;
    margin-bottom: 25px;
}
#service .inner02.survey .se_box .small_txt02{
    font-size: 14px;
    text-align: right;
    margin: 2% 0 1%;
}
#service .inner02.survey .normal_txt {
    margin: 4% auto 7%;
}
.flex_item .txt02 .marker{
    display: flex;
    align-items: baseline;
    margin: 0 0 10px;

    font-size: 14px;
    line-height: 1.7;

}
.flex_item .txt02 .marker::before{
    content: "・";
    margin: 0 5px 0 0;
}
.se_box .flex_box {
    width: 88%;
    margin: 0 auto;
}
.se_box .fle-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #b3b3b3;
    padding: 15px 0;
    margin-bottom: 5%;
}
.flex_box .red-bold {
    font-size: 16px;
    font-weight: 700;
    color: #f56147;
    margin-bottom: 10px;
}
.se_box .flex_item .img02 {
    width: 36%;
    margin-right: 28px;
}
.se_box .flex_item .txt02 {
    width: 90%;
}
.se_box .flex_item {
    margin-bottom: 7%;
}
.txt_box .txt03{
    text-align: center;
    margin-bottom: 5%;
    font-size: 16px;
    line-height: 2.3;
}
.txt_box {
    margin: 10% auto 0;
}
.cta_box {
    text-align: center;
}
.cta_box .cta_bold{
    font-size: 18px;
    font-weight: 700;
}
.cta_box .cta_txt{
    font-size: 14px;
    margin-bottom: 45px;
}
.cta_box .img03{
    margin: 1% auto;
    width: 39%;
}
.cta_box .img04 {
    margin: 5% auto;
    text-align: center;
    display: inline-block;
}
#service .se_box.tsuika_inner{
    padding: 40px 3.5%;
}
.se_box02_img .flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 6.5%;
}
.se_box02_img .flex .img_box {
    width: 47%;
    background-color: #f2f2f2;
    padding: 1% 1% 2% 1%;
    margin-right: 2%;
    margin-bottom: 3%;
}
.se_box02_img .gray_box .img_box {
    width: auto;
    background-color: #f2f2f2;
    padding: 2% 2% 2% 2%;
    margin-top: 5%;
}
.se_box02_img .flex .img_box:last-child{
    margin-bottom: 0;
}
.se_box02_img .flex .img_box .txt{
    font-size: 14px;
    text-align: center;
    margin-top: 3%;
}
.se_box02_img .flex .img_box .txt dt{
    font-weight: bold;
    margin-bottom: 1.5%;
}
.se_box02_img .flex .img_box .txt dd{
    line-height: 1.6;
}
.se_box02_img .flex .img_box:nth-child(2n + 2){
    margin-right: 0;
}
@media screen and (max-width:750px){
    #service {
    padding: 9% 0 14%;
}
#service .inner{
    padding: 7% 5% 7%;
    width: 83%;
    overflow: hidden;
}
#service .line-txt {
    font-size: 15px;
    margin-bottom: 7%;
}
#service .inner02 .line-txt02 {
    font-size: 15px;
    margin-bottom: 5%;
}
#service .inner02 {
    padding: 5% 0% 4%;
    margin: 0 auto 2%;
}
#service .inner02.arrow {
    margin: 0 auto 22%;
}
#service .se_box {
    width: 77%;
    padding: 8% 7%;
    margin: 0 auto;
    font-feature-settings: "palt";
}
#service .inner02 .line-txt03 {
    font-size: 15px;
    text-align: left;
    width: 100%;
    margin: 0 auto 7%;
    line-height: 1.5;
    display: flex;
    align-items: baseline;
}
#service .inner02 .se_box:nth-child(3) .line-txt03:nth-child(1){
    width: 115%;
    margin: 0 auto 7% -7.5%;
}
#service .normal_txt {
    font-size: 12.5px;
    line-height: 1.8;
}
#service .se_box02 .normal_txt {
    margin: 12% auto 8%;
}
.se_box02 dd,
.se_box02 dt {
    font-size: 12.5px;
}
.se_box02 dd {
    padding: 3.5% 1% 8%;
    line-height: 1.6;
}
.se_box02 dt {
    padding: 2.5% 7%;
}
.se_box02 .gr-txt {
    font-size: 15px;
    line-height: 1.4;
    margin: 12% auto 0;
}
.btn02 .page-ne{
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    letter-spacing: 0.05em;
}
.btn02 {
    margin-top: 9%;
}
#service .inner02 .line-txt03 .num01::before,
#service .inner02 .line-txt03 .num02::before,
#service .inner02 .line-txt03 .num03::before,
#service .inner02 .line-txt03 .num04::before{
    font-weight: 100;
    font-size: 28px;
    margin-right: 11px;
    margin-bottom: 15px;
}
#service .se_box .se_box02 .dl {
    width: 73%;
}
#service .se_box .se_box02 .dl dt {
    padding: 7px 0;
}
.btn02 .page-ne::before {
    content: '';
    width: 8px;
    height: 5px;
    margin-right: 6px;
}
#service .inner02.survey .se_box {
    width: auto;
    padding: 8% 3% 8%;
}
#service .inner02.survey .se_box .se-title {
    font-size: 15px;
    line-height: 1.4;
}
#service .inner02.survey .se_box .small_txt02,
#service .inner02.survey .se_box .small_txt {
    font-size: 10px;
}
#service .inner02.survey .se_box .small_txt{
    margin-bottom: 4%;
}
#service .inner02.survey .se_box .img {
    width: 93%;
    margin: 0 auto;
}
#service .inner02.survey .se_box .small_txt02{
    text-align: center;
    font-size: 13px;
}
#service .inner02.survey .normal_txt.left {
    text-align: left;
}
.se_box .flex_box {
    width: 93%;
    margin-top: 14%;
}
.se_box .fle-title {
    font-size: 15px;
    line-height: 1.5;
    padding: 11px 0;
}

.flex_item .txt02 .marker{
    margin-bottom: 1%;
    font-size: 13px;
}
.flex_box .red-bold{
    text-align: center;
    margin-bottom: 5%;
    font-size: 13px;
}
.se_box .flex_item .img02 {
    width: 49%;
    margin: 7% auto 6%;
}
.se_box .flex_item .txt02 {
    width: 100%;
    line-height: 1.8;
}
.txt_box .txt03 {
    font-size: 13px;
    line-height: 2;
}
.cta_box .cta_bold {
    font-size: 13px;
}
.cta_box .img03 {
    width: 52%;
}
.cta_box .img04{
    width: 30%;
}
.cta_box {
    padding-bottom: 28%;
}
#service .img-bg {
    bottom: -40px;
}
.txt_box {
    margin: 17% auto 9%;
}
.se_box02_img .flex .img_box{
    width: 100%;
    padding: 2% 3% 6% 3%;
    margin-right: 0;
    margin-bottom: 7%;
}

.se_box02_img .flex .img_box .txt{
    font-size: 12px;
}
.se_box02_img .flex .img_box .txt dt{
    margin-bottom: 0;
}
}
/* fap */
#fap {
    background-color: #f2f2f2;
}
#fap .line-txt{
    font-weight: 700;
}

/* faq */
#fap .flex_item{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5%;
}
#fap .faq_txt{
    width: 42.5%;
    background-color: #fff;
    padding: 20px 30px 35px;
    margin-bottom: 3%;
}
#fap .faq_txt .faq_txt02 {
    font-size: 13px;
    line-height: 1.7;
    width: 92%;
    margin: 0 auto;
}
#fap .faq_txt .faq_title {
    font-size: 16px;
    font-weight: 700;
    display: block;
    border: 1px solid;
    color: #de2867;
    padding: 2% 3%;
    margin-bottom: 15px;
}
@media screen and (max-width:750px){
    #fap .inner {
    padding: 9% 0;
}
    #fap .line-txt{
        margin-bottom: 7%;
    }
    #fap .faq_txt {
    width: 100%;
    padding: 18px 20px 30px;
    margin-bottom: 7%;
}
#fap .faq_txt .faq_title{
    padding: 3% 6%;
    font-size: 13px;
    line-height: 1.5;
}
}