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

*{
    margin: 0;
    padding: 0;
    line-height: 0;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-feature-settings: "palt";
}
html{
    font-size: 16px;
}
p,li,h1,h2,h3,h4,h5,dt,dd,td,th,span,input,textarea{
    line-height: 1;
}
li{
    list-style: none;
}
table{
    border:none;
    border-spacing: 0;
    border-collapse: 0;
}
a{
    text-decoration: none;
    color: #000;

}
section{
    padding: 5rem 0;
}
section.even{
    background: #E3F1EC;
}
.display_sp{
    display: none;
}
.display_pc{
    display: block;
}
.text-bold{
    font-weight: bold;
}
.text-center{
    text-align: center !important;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-color{
    color: #017C50;
}
.border-top{
    border-top: 1px solid #CCC;
    padding-top: 1rem;
}
.border-style{
    border: 1px solid #017C50;
}
.border-bottom{
    border-bottom: 1px solid #CCC;
    padding-bottom: 1rem;
}
.sub-title2{
    color: #017C50;
    font-size: 2rem;
}
.image_w100{
    width: 100%
}
.font-size-2{
    font-size: 2rem!important;
}
.font-size-1_5{
    font-size: 1.5rem!important;
}
.font-size-1_25{
    font-size: 1.25rem!important;
}
.font-size-1{
    font-size: 1rem!important;
}
.mt-1{
    margin-top: 1rem;
}
.mt-2{
    margin-top: 2rem;
}
.mt-3{
    margin-top: 3rem;
}
.mt-4{
    margin-top: 4rem;
}
.mt-5{
    margin-top: 5rem;
}
.mb-1{
    margin-bottom: 1rem;
}
.mb-2{
    margin-bottom: 2rem
}
.mb-3{
    margin-bottom: 3rem;
}
.mb-5{
    margin-bottom: 5rem
}
.mb-10{
    margin-bottom: 10rem
}

.plr-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ptb-_5{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.ptb-3{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pr-2{
    padding-right: 2rem
}
.pl-2{
    padding-left: 2rem
}
.m-1{
    margin: 1rem
}
.m-2{
    margin: 2rem
}
.width-100{
    width: 100% !important;
}
.min-width-500{
    min-width: 500px !important;
}
.out_line_width{
    max-width: 1060px;
    margin: 0 auto;
}
.h2_heading_01{
    text-align: center;
    margin-bottom: 3rem;
}
.h2_heading_01 > *{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-size: 3.125rem;
    font-family: h2_heading_01;
    font-weight: normal;
}
.h2_heading_01 span{
    font-size: 1rem;
    display: block;
}
.h2_heading_01 > *::before{
    content: url("../images/_common/h2_01_backgorund_1.png");
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -24px;
}
.h2_heading_01 > *::after{
    content: url("../images/_common/h2_01_backgorund_2.png");
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -24px;
}
.h2_heading_02{
    text-align: center;
    margin-bottom: 3rem;
}
.h2_heading_02 > *{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-size: 2.875rem;
    font-weight: normal;
    color: #017C50;
    line-height: 1
}
.h2_heading_02 span{
    font-size: 1rem;
    display: block;
}
.h2_heading_02 > *::before{
    content: url("../images/_common/h2_02_backgorund_1.png");
    position: absolute;
    top: 0%;
    left: -25px;
    margin-top: -9px;
}
.h2_heading_02 > *::after{
    content: url("../images/_common/h2_02_backgorund_2.png");
    position: absolute;
    top: 0%;
    right: -25px;
    margin-top: -9px;
}

.h3_heading_01{
    font-size: 1.875rem;
    margin-bottom: 1rem;
    background-image: url("../images/_common/h3_01_backgorund.png");
    background-repeat: no-repeat;
    padding: 16px 0 16px 60px;
}
.h3_heading_01 span{
    display: block;
    border-bottom: 1px solid #017C50;
    padding: 0 0 0 1rem;
}
.h3_heading_02{
	display: flex;
	align-items: center;
    margin-bottom: 0.5rem;
}
.h3_heading_02 > *{
    font-size: 3.125rem;
    font-weight: normal;
}

.h3_heading_02:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;

}

.h3_heading_02:after {
	margin-left: 1rem;
	background: #000;
}

.btn {
  color: #fff;
  width: 500px;
  text-align: center;
  background: #017C50;
  padding: 1.5rem 0;
  position: relative;
  display: inline-block;
  border: 1px solid #017C50;
  transition: all 0.3s;
    
}
.btn::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn:hover {
  color: #017C50;
  background: #FFF;
}

.btn2,
a.btn2,
button.btn2,
input.btn2{
  font-size: 1.25rem;
  /*font-weight: 700;*/
  min-width: 300px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--green,
a.btn--green {
  color: #fff !important;
  background-color: #017C50;
}
.btn--green:hover,
a.btn--green:hover {
  color: #017C50 !important;
  background: #FFF;
}

a.btn--radius {
   border-radius: 100vh;
}
a.btn--border--green{
    border: #017C50 solid 1px;
}
input.btn-flat,
button.btn-flat,
a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}
input.btn-flat span,
button.btn-flat span,
a.btn-flat span {
  position: relative;
  z-index: 1;
}
input.btn-flat:before,
button.btn-flat:before,
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-100% + 10px);

  width: 100%;
  height: 100%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  background: #094;
}
input.btn-flat:after,
button.btn-flat:after,
a.btn-flat:after {
  position: absolute;
  top: 0;
  right: calc(-100% + 10px);

  width: 100%;
  height: 100%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  background: #094;
}
input.btn-flat:hover:before,
button.btn-flat:hover:before,
a.btn-flat:hover:before {
  -webkit-transform: translateX(50%) translateY(0);
  transform: translateX(50%) translateY(0);
}
input.btn-flat:hover:after,
button.btn-flat:hover:after,
a.btn-flat:hover:after {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.fa-position-right{
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
}

/* マウスオーバー画像半透明 */
#page .img-hover {
    transition: 0.3s ;
}
#page .img-hover:hover {
    opacity: 0.7 ;
}
/*　ピンポイントテキストbold　*/
#page .text-bold{
    font-weight: bold;
}

/* コンパクトなボタン */
#page .compact_btn {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #017C50;
    border: 1px solid #017C50;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 10px 60px 10px 50px;
    margin: 20px 0 0 0  ;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
  }
  #page .compact_btn:before {
    content: url("../images/company/arrow-a.png");
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -11px;
  }
  #page .compact_btn:hover {
    background: #fff;
    color: #017C50;
  }
  #page .compact_btn:hover:before {
    content: url("../images/company/arrow-b.png");
  }


header{
    position: fixed;
    border-bottom: 1px solid #CCC;
    height: 120px;
    z-index: 100;
    width: 100%;
}
header .over_head{
    padding: 0 2rem;
    background-color: #013D28;
    height: 30px;   
}
header .over_head .lang_btn{
    display: flex;
    justify-content:flex-end;
    align-items: center;
    height: 30px;
}
header .over_head .lang_btn li{
    margin-left: 1rem;
    font-size: 1rem;
    line-height: 1;
    color: #FFF;
}
header .over_head .lang_btn li:nth-last-child(){
    margin-right: 0rem;
}
header .over_head .lang_btn a{
    color: #FFF;
}
header .over_head .lang_btn a:hover{
    color: darkorange;
}
header .global_nav_pc{
    background: #FFF;
    display: flex; 
    justify-content: space-between;
    opacity: 0.8;
}
header .global_nav_pc > div:nth-child(1){
    width: 520px;
}
header .global_nav_pc .left_area{
    display: flex;
    height: 90px;
    align-items: center;
}
header .Toggle{
    display: none;
}
header .global_nav_pc .left_area > div{
    margin-left: 2rem;
}
header .global_nav_pc .left_area > div img{
    width: 100%;
}
header .global_nav_pc .right_area{
    display: flex;
    justify-content: flex-end;
    height: 90px;
    align-items: center;
}
header .global_nav_pc .right_area nav > ul{
    display: flex;
    justify-content: flex-end;
    padding-right: 1rem;
}
header .global_nav_pc .right_area nav > ul > li{
    
}
header .global_nav_pc .right_area nav > ul > li > a{
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 0.5rem;
    color: #222;
    font-weight: bold;
}
header .global_nav_pc .right_area nav > ul > li > a span {
    border-bottom: solid 1px #CCC;
    padding: 0.5rem 0.5rem;
}
header .global_nav_pc .right_area nav > ul > li > a span{
    border-bottom: solid 1px #CCC;
    padding: 0.5rem 0.5rem;
}
header .global_nav_pc .right_area nav > ul > li > a span:hover,
header .global_nav_pc .right_area nav > ul > li.active > a span{
    border-bottom: solid 1px #017C50;
    position: relative;
    background: #017C50;
    color: #FFF;
}
header .global_nav_pc .right_area nav > ul > li.dropdwn > a span:hover:after,
header .global_nav_pc .right_area nav > ul > li.active > a span:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #017C50 transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
header .sub_menu ul{
    width: 100vw;
    position: absolute;
    top: 120px;
    left:0px;
    height: 70px;
    display: none;
    opacity: 0.8;    
}
header .sub_menu ul > li{
    width: 100%;
}
header .sub_menu ul > li a{
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    color: #222;
    background:  #F2F3F5;
    background-image: url("../images/_common/header_arrow_menu.png");
    background-position:center 55px;
    background-repeat: no-repeat;
}
header .sub_menu ul > li a:hover{
    color: #FFF;
    background:  #017C50;
    background-image: url("../images/_common/header_arrow_menu_h.png");
    background-position:center 55px;
    background-repeat: no-repeat;
}
header .sp_menu{
    display: none;
}
footer{
    border-top:1px #017C50 solid
}
footer .footer_address{
    padding: 3rem 0;
}
footer .footer_address p{
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
footer .footer_address ul{
    display: flex;
    justify-content: center;
}
footer .footer_address li{
    margin-right: 0.5rem;
}
footer .footer_address li:last-child{
    margin-right: 0;
}
footer .footer_menu{
    background: #E3F1EC;
    padding: 3rem 0;
    background-image: url("../images/_common/footer_background_left.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}
footer .footer_menu > div{
    background-image: url("../images/_common/footer_background_right.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
footer .footer_menu .menu_items{
    margin: 0 auto;
}

footer .footer_menu .menu_items > div{
    padding-right: 1rem;
    width: 30%;
    margin: 0 auto;
}
/**
footer .footer_menu .menu_items > div.menu1{
    flex-basis: 30%;

}

footer .footer_menu .menu_items > div.menu2{
    flex-basis: 31%;
}
footer .footer_menu .menu_items > div.menu3{
    flex-basis: 23%;
}
footer .footer_menu .menu_items > div.menu4{
    flex-basis: 23%;
}
footer .footer_menu .menu_items > div:last-child{
    padding-right: 0;
}**/
footer .footer_menu .menu_items > div > div{
    padding: 1rem;
    background: #FFF;
    border-radius: 5px;
    font-size: 0.875rem;
}
footer .footer_menu .menu_items > div.menu1 > div,
footer .footer_menu .menu_items > div.menu2 > div{
    min-height: 225px
}


footer .footer_menu .menu_items p.title{
    color: #017C50;
    margin-bottom: 1rem;
    font-weight: bold
}
footer .footer_menu .menu_items li{
    margin-bottom: 0.75rem;
}
footer .footer_menu .menu_items li a{
    color: #000;
    font-weight: bold
}
footer .footer_menu .menu_items li a:hover{
    color: #017C50;
}
footer .footer_menu .btn{
    margin-top: 0.75rem;
}
footer .footer_menu .btn {
  width: 100%;
  padding: 1.5rem 0;
}


footer .copy{
    padding: 1rem;
    background: #017C50;
}
footer .copy p{
    text-align: center;
    color: #FFF;
    font-size: 0.875rem;
}
footer .powerdNC{
    padding: 2rem;
    text-align: center;
}
