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

*{
margin:0;
padding:0;
outline:none;
}
html{
height:100%;
}
body{
font-size:75%;
font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
color:#000;
letter-spacing:1px;
background:url(../images/common/bg.gif);
}
img{
border:none;
}
ol,ul{
list-style:none;
}


/*テキスト*/

.t26b{font-size:216%; line-height:1.8em; font-weight:bold;}
.t26{font-size:216%; line-height:1.8em;}
.t24b{font-size:200%; line-height:1.8em; font-weight:bold;}
.t24{font-size:200%; line-height:1.8em;}
.t22b{font-size:183%; line-height:1.8em; font-weight:bold;}
.t22{font-size:183%; line-height:1.8em;}
.t20b{font-size:166%; line-height:1.8em; font-weight:bold;}
.t20{font-size:166%; line-height:1.8em;}
.t18b{font-size:150%; line-height:1.8em; font-weight:bold;}
.t18{font-size:150%; line-height:1.8em;}
.t16b{font-size:130%; line-height:1.8em; font-weight:bold;}
.t16{font-size:130%; line-height:1.8em;}
.t14b{font-size:116%; line-height:1.8em; font-weight:bold;}
.t14{font-size:116%; line-height:1.8em;}
.t12b{line-height:1.8em; font-weight:bold;}
.t12{line-height:1.8em;}
.t10b{font-size:83%; line-height:1.2em; font-weight:bold;}
.t10{font-size:83%; line-height:1.2em;}

a{color:#3a6b3a; text-decoration:none;}
a:active{color:#8ab38a; text-decoration:underline;}
a:visited{color:#3a6b3a;text-decoration:none;}
a:hover{color:#8ab38a; text-decoration:underline;}

.t10r{font-size:83%; line-height:1.2em; color:#db0000}
.t14bg{font-size:116%; line-height:1.8em; font-weight:bold; color:#18502b}
.t26bg{font-size:216%; line-height:1.8em; font-weight:bold; color:#17532c}

/*その他*/

.t_ma10{margin:10px 0 0 0;}
.t_ma20{margin:20px 0 0 0;}
.t_ma25{margin:25px 0 0 0;}
.t_ma30{margin:30px 0 0 0;}
.t_ma40{margin:40px 0 0 0;}
.t_ma45{margin:45px 0 0 0;}
.t_ma50{margin:50px 0 0 0;}
.t_ma60{margin:60px 0 0 0;}
.t_ma70{margin:70px 0 0 0;}
.t_ma80{margin:80px 0 0 0;}

.t_pa10{padding:10px 0 0 0;}
.t_pa20{padding:20px 0 0 0;}
.t_pa30{padding:30px 0 0 0;}
.t_pa40{padding:40px 0 0 0;}
.t_pa50{padding:50px 0 0 0;}
.t_pa60{padding:60px 0 0 0;}
.t_pa70{padding:70px 0 0 0;}
.t_pa80{padding:80px 0 0 0;}


/* 202205 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');

.poppins{
	font-family: 'Poppins', sans-serif;
}

.c-container{
	width: 980px;
	margin: auto;
}

.n-header a,
.n-footer a{
	text-decoration: none;
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;		
}

.n-header a:hover,
.n-footer a:hover{
	text-decoration: none;
	opacity:0.7;
}
.n-header h1{
	margin: 8px 0 0 0;
    font-size: 83%;
    font-weight: normal;
    color: #8e8e8e;
    height: auto;
}
.n-header .logo{
	width: 220px;
}
.n-header .logo img{
	width: 100%;
}
.n-header .header-logo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px auto;
}
.n-header .header-right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.n-header .header-icon ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.n-header .header-icon li{
	width: 26px;
	margin-left: 30px;
}
.header-icon img{
	width: 100%;
}
.n-header .header-btn{
	margin-left: 20px;
}
.n-header .header-btn ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.n-header .header-btn a{
	font-size: 14px;
	
}
.n-header .h-company{
	margin:0 25px 0 30px;
}
.n-header .h-contact a{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: rgb(111,0,0);
	background: linear-gradient(180deg, rgba(111,0,0,1) 0%, rgba(73,5,5,1) 100%);
	padding:8px 35px;
}
.nav{
	background: rgb(38,98,58);
background: linear-gradient(180deg, rgba(38,98,58,1) 0%, rgba(23,65,37,1) 100%);
}
.nav .nav-pc ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.nav .nav-pc li a{
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;	
	position: relative;
	display: block;
	width: 163.33px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 19.5px 0;
}
.nav .nav-pc li a:hover{
	background: rgba(58,127,82,.7);
	opacity: 1;
}
.nav .nav-pc li:first-child a:before{
	content:"";
	background:url(../images/new/nav-line2.jpg);
	width: 1px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom:0;
}
.nav .nav-pc li a:after{
	content:"";
	background:url(../images/new/nav-line2.jpg);
	width: 1px;
	height: 60px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom:0;
}
.nav .nav-pc li a:hover{
	text-decoration: none;
}
.nav-button-wrap{
	display: none;
}

.n-footer{
	background: #eceeec;
	padding: 60px 0 40px;
}
.n-footer .logo{
	width: 300px;
	margin-right: 20px;
}
.n-footer .logo img{
	width: 100%;
}
.n-footer .logo-area{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin:0 0 40px;
}
.n-footer .sns ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.n-footer .sns li{
	width: 28px;
	margin-left: 30px;
	line-height: 0;
}
.n-footer .sns img{
	width: 100%;
}
.n-footer .contact{
	margin:0 0 0 auto;
}
.n-footer .contact a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: rgb(111,0,0);
	background: linear-gradient(180deg, rgba(111,0,0,1) 0%, rgba(73,5,5,1) 100%);
	padding:16px 58px;
	font-size: 18px;
}
.n-footer .link-area ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.n-footer .link-area a{
	color: #000;
	display: block;
}

.n-footer .c-link a{
	font-size: 14px;
	width: 175px;
	padding: 10px 0;
	
}
.n-footer .r-link{
	font-size: 14px;
	width: 375px;	
}
.n-footer .r-link-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.n-footer .r-name{
	display: inline-block;
	flex-shrink: 0;
    padding: 10px 0;
}
.n-footer .r-links{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	position: relative;
	top:-10px;
}
.n-footer .r-links a{
	font-size: 12px;
	    width: 46%;
    padding-left: 10px;

}
.n-footer .link-area li{
	margin:0 0 35px;
}
.n-footer .link-area li:after{
	content:"";
	display: block;
	border-bottom:1px solid #000;
	position: relative;
}
.n-footer .company-info{
	text-align: center;
	margin: 100px 0 0;
}
.n-footer .company-info .name{
	font-size: 18px;
    font-weight: bold;	
}
.n-footer .company-info .address{
	font-size: 12px;
	margin:25px 0 10px 0;
}
.n-footer .company-info .copy{
	margin: 30px 0 0;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.wor_box .right img,
#phi_logo img{
	width: 100%;
}
#rbox {
    margin-top: 30px;
}
.ach_box img{
	width: 100%;
}
.sea_box .pic{
	display: none;
}
.ach_box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.ach_box .ph2,
.ach_box .ph{
	float: none;
	width: 224px;
	margin-bottom: 20px;
}
.c_name{
	margin-right: 60px;
}
#php_header h1{
	width: 220px;
	margin: auto;
}
#php_header h1 img{
	width: 100%;
}
@media screen and (max-width: 560px) {
.pc{
	display: none;
}
.sp{
	display: block;
}	
body{
	font-size: 100%;
}
#breadcrumb {
    margin: 10px auto;
    width: auto;
    font-size: 75%;
}
.nav-button-wrap{
	display: block;
    color: #fff;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9999;
    box-sizing: border-box;
    width: 25px;
    height: 20px;

}	
.nav-button {
    z-index: 999;
    position: relative;
}
.nav{
	margin: 0;
}
.nav .nav-main li{
	width: 100%;
	
}
.nav .nav-main {
	flex-wrap: wrap;
	width: 90%;
    margin: 30px auto 20px;
}
.nav .nav-main li a {
	text-align: left;
    color: #fff;
    border-bottom: 1px solid #73957e;
    display: block;
    padding:10px 0;
    width: 100%;
    font-size: 14px;
}
.nav .nav-main li .r-name a{
	padding: 0;
}
.nav li:first-child a:before,
.nav li a:after{
	content:"";
	background: none;
	height: auto;
}
.nav li:last-child a{
	border-bottom:0;
}
.nav a:after {
    content: "";
}
.nav .logo-area{
	background: #fff;
	text-align: center;
	padding: 25px 0 20px;
	width: 100%;
}
.nav .logo-area .logo{
	width: 180px;
	margin: auto;
}
.nav .logo-area .sns ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.nav .logo-area .sns li{
	width: 35px;
    padding: 20px 15px 0;
}
.n-header .nav  .r-link-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.n-header .nav .r-link{
	border-bottom: 1px solid #73957e;
	padding-bottom: 10px;
}
.n-header .nav .r-name {
	font-size: 14px;
    display: inline-block;
    flex-shrink: 0;
    padding: 10px 0;
}
.n-header .nav .r-links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
    top: 10px;
    padding: 1px 0;
}
.n-header .nav .r-links a {
    font-size: 13px;
    width: 100%;
    padding-left: 25px;
    padding-bottom: 8px;
    padding-top: 0;
    padding-right: 0;
}
.nav-button {
    z-index: 20;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
  }
  .nav-button .menu{
	  padding-left: 20px;
	  font-size: 12px;
	  line-height: 1;
	  position: relative;
	  top:-0.5px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #215733;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 6px;
  }
  .nav-button span:nth-of-type(3) {
    top: 12px;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(4px) rotate(-45deg);
  }
  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
    top: 8px;
  }
  .active .nav-button span {
    background-color: #fff;
    height: 1px;
  } 
  .globalnav {
    transform: translateX(125%);
    left:0;
    top: 0;
    transition: .5s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: fixed;
    z-index: 9998;
    background: #215733;
    color: #fff;
    text-align: left;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;    
    flex-wrap: wrap;
    width: 80%!important;
}

body.open .globalnav {
	transform: translateX(25%);

}
body.open .nav-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.8);
	display: block;
}
.c-container {
    width: auto;
    margin: auto;
}
.n-header {
	width: 90%;
	margin: auto;
}
.n-header .header-logo {
    margin: 15px auto;
}
.n-header .logo {
    width: 140px;
}
.n-header h1{
	display: none;
}
.n-header  .header-right{
	display: none;
}


.n-footer {
    padding: 40px 0 20px;
}
.n-footer .logo-area{
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 30px;
}
.n-footer .logo {
    width: 250px;
    margin: auto;
}
.n-footer .sns{
	width: 100%;
    margin: auto;
}
.n-footer .sns ul{
	justify-content: center;
}
.n-footer .sns li {
    width: 40px;
    margin: 40px 20px;
}
.n-footer .contact {
    margin:10px auto 0;
}
.n-footer .contact a {
    padding: 9px 41px;
    font-size: 16px;
}
.n-footer .link-area {
	width: 90%;
	margin: auto;
}
.n-footer .link-area ul{
	flex-wrap: wrap;
}
.n-footer .link-area li {
    margin: 0 0 3px;
    width: 100%;
}
.n-footer .link-area li:after {
    content: "";
    border-bottom: 1px solid #215733;
}
.n-footer .link-area li.r-link:after {
    bottom:-5px;
}
.n-footer .c-link a {
    width: auto;
    padding: 8px 0 8px;
}
.n-footer .r-links {
    top: 5px;
    padding: 6px 0;
}
.n-footer .r-links a {
    font-size: 13px;
    width: 100%;
    padding-left: 25px;
    padding-bottom: 8px;
}
.n-footer .company-info {
    margin: 45px 0 0;
}
.n-footer .company-info .address{
	margin: 15px 0;
}
.n-footer .company-info span{
	display: block;
}
.n-footer .company-info .name {
    font-size: 17px;
}
#mainvisual {
    width: 100%;
    margin: 0 auto;
}
#main {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 60px 0;
    overflow: visible;
}
.index-page #main {
    flex-direction: column-reverse;
}
#lbox {
    width: 100%;
    float: none;
}
#lbox h2 img{
	width: 100%;
}
#rbox {
    width: 100%;
    float: none;
    margin:30px 0 0;
}
#rbox a{
	display: block;
}
#rbox a img{
	width: 100%;
}
#main_bg h1{
	width: 100%;
	height: auto;
	margin: 0;
}
#main_bg h1 img{
	width: 100%;
}
img{
	width: 100%;
}
#phi_txt {
    width: auto;

}
#breadcrumb {
    width: 90%;

}
h2 {
    width: auto;
    height: auto;
    padding: 0;
    background:none;
}
h2 img{
	width: 100%;
}
#phi_logo {
    width: 76%;
    height: auto;
    margin: 50px auto;
    padding: 0;
}
.phi_txt{
	font-size: .84rem;
}
.phi_txt p{
	margin-bottom: 15px;
}
.phi_txt span{
	text-align: right;
	display: block;
	margin-top: 10px;
}
.wor_box {
    width: auto;
    margin: 20px 0 40px;
}
.wor_box img{
	width: 100%;
}
.wor_box .right {
    width: auto;
    float: none;
    margin: 10px 0 0;
}
.wor_box .left {
    width: auto;
    float: none;
}
.sea_box{
	width:auto;

}
.sea_box .box1,
.sea_box .box2{
	float: none;
	margin: auto;
	width: auto;
}
.sea_btn_box{
	width: auto;
}
.sea_btn_box .left,
.sea_btn_box .right {
    width: auto;
    height: auto;
    float: none;
}
.sea_btn_box .left{
	margin-bottom: 15px;
}
.sea_box .pic{
	display: block;
	margin: 15px 0;
}
.sea_box .pic.pt{
	padding-top: 30px;
}
table.style2,
table.style1 {
    width: 100%;
}

table.style1 th{
	display: block;
	width: auto;
	padding:4px 9px;
	border-top:1px solid #e0e4e1;
	border-bottom:0;
}

table.style1 td {
    width: auto;
    display: block;
    border-top:0;
    border-bottom:0;
    padding: 13px 9px;
}
td iframe{
	width: 100%;
    margin-top: -20px!important;
    height: 250px;
    margin-bottom: 10px!important;
}

table.style2 td,
table.style2 td.right,
table.style5,
table.style4,
table.style7,
table.style7 td,
table.style5 td.right,
table.style6,
table.style6 td.in,
table.style3,
table.style3 td,
.textright  {
    width: auto;
}
table.style2 th {
	display: block;
    width: auto;
    padding:4px 10px;
    border-top: 1px solid #e0e4e1;
    border-bottom:none;
    font-size: 90%;
}
table.style2 td {
	display: block;
    width: auto;
    padding: 20px 10px;
    border-top: 0;
    border-bottom: 0;
    line-height: 1;
}
table.style2 td input[type=text],textarea{
	padding: 1%;
	width: 98%;
}
table.style2 td.age_box input[type=text]{
	width: 20%;
	vertical-align: 2px;
}
.t14b {
    font-size: 100%;
    line-height: 1.65em;
    font-weight: bold;
}
.t26bg {
    font-size: 170%;
    line-height: 1.5em;

}
#tel {
    width: auto;
    margin: 50px -5% 30px;
    padding: 30px 15px;
    overflow: visible;
}
#tel #left {
    width: auto;
    margin: 10px 0 0 0;
    text-align: center;
    float: none;
}
#tel #right {
    width: auto;
    margin: 0;
    text-align: center;
    float: none;
}
.per_btn_box {
    width: auto;
    height: auto;
}
.ach_box {
    width: auto;
	justify-content: space-between;
}
.ach_box .ph,
.ach_box .ph2 {
    width: 48%;
    float: none;
    margin: 0 0 20px;
}
.ach_box .ph .t14bg, .ach_box .ph2 .t14bg {
    font-size: 90%;
    line-height: 1.45;
}
.ach_box .ph .t12b, .ach_box .ph2 .t12b {
    font-size: 80%;
    line-height: 1.5;
}
.t14bg {
    font-size: 100%;
}
.t12b,.t12{
	font-size: .9rem;
}
table.style3,
table.style7{
	font-size: 85%;
}
ul.ach li {
    margin: 15px 0 0 0;
    padding: 0 0 10px 17px;
}
.t_ma50 {
    margin: 25px 0 0 0;
}
.t_ma70 {
    margin: 50px 0 0 0;
}
.t18b {
    font-size: 100%;
}
table.style5 td.center {
    width: 27%;
}
.sp_block{
	display: block;
}
.sp_flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.justify_right{
	justify-content: flex-end;
}
.c_name{
	margin-right: 20px;
}
#con_box {
    width: auto;
    margin: 30px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#con_box .btn,
#con_box .btn2 {
    width: 48%;
    height: auto;
    margin: 0 0 15px;
    float: none;
}
#tel2 {
    width: auto;
}
#tel2 #right{
    width: auto;
    text-align: center;
    float: none;
}

#tel2 #left {
    width: auto;
    text-align: center;
    float: none;
    margin-top: 15px;
}
.policy {
    width: auto;
    padding: 13px;
}
.policy h3{
	font-size: 1rem;
}
h3.policy_tit {
    padding: 40px 0 15px 0;
}
.gray_col {
    width: auto;
    padding: 10px 0;
}
.cf_btn{
	text-align: center;
}
.contact_form_button{
	    border-radius: 0;
	width: 55%;
	margin:30px auto 0;
}
#php_header {
    width: 70%!important;
}
#php_header h3{
	margin-bottom: 20px;
}
#php_header .error span{
	display: block;
	color: #c92a1d!important;
}
#thanks {
    width: auto!important;
}
#thanks_btn {
    width: 180px;
    height: auto;
    margin: 10px auto 50px auto;
}
#php_footer {
    width: 95%!important;
    margin: 40px auto 0!important;
    font-size: 85%!important;
}
.php_btn {
	border-radius: 0;
    width: 46%!important;
    height: auto!important;
    margin: 0 auto!important;
}
#php_main{
	width: 95%!important;
	margin: auto;
}
#php_main table{
	width: 100%!important;
	margin-bottom: 35px;
    border-bottom: 1px solid #e0e4e1;
}
#php_main table td.l_Cel{
    padding: 4px 9px!important;	
}
#php_main table td {
    width: auto!important;
    display: block;
    border-top: 0!important;
    border-bottom: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    padding: 12px 9px!important;
}
#php_main table td.l_Cel{
	background: #e6f7e6;
	display: block;
	width: auto!important;
	padding: 9px;
    border-top: 1px solid #e0e4e1!important;
}
a{
	-webkit-tap-highlight-color :rgba(0,0,0,0);
}
#main_bg {
    width: 100%;
    border-top: solid 1px #e6e7e6;
}
.s_pt20{
	padding-top: 25px;
}
#php_header h1 {
    width: auto;
}
}