body{
    min-width: 360px;
	background-color:#fff;
	line-height: 2;
	color:#000000;
	font-size:15px;
    font-family: "Noto Sans SC", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
/* common */
.section{
    
}
.container{
    max-width:auto;
    margin:0 auto;
    padding:0 20px;
}
h1{
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
h2{
    line-height: 1.3;
}
h3{
}
p{
    padding-top:20px;
}
img{
    max-width:100%;
    height:auto;
}
a:link{
    text-decoration: none;
    color:#000;
}
a:visited{
    text-decoration: none;
    color:#000;
}
a:hover{
    text-decoration: none;
    color:#000;
}
a:active{
    text-decoration: none;
    color:#000;
}
/* Font and Color */
.Font200{
    font-weight: 200;
}
.Font300{
    font-weight: 300;
}
.Font400{
    font-weight: 400;
}
.Font500{
    font-weight: 500;
}
.Font600{
    font-weight: 600;
}
.Font700{
    font-weight: 700;
}
.Font800{
    font-weight: 800;
}
.Font900{
    font-weight: 900;
}
.FontNews{
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/* Rayer */
#ray1{
    z-index:800;
    position: absolute;
}
#ray11{
    z-index:900;
    position: absolute;
}
#ray2{
    z-index:100;
}
#ray3{
    z-index:-100;
    position: relative;
}
/* header */
header{
    height:100px;
}
.head_box1{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center;
    height:100px;
    margin:0 0 0 10px;
}
.head_box11{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:center;
}
.head_box111{
    margin-top:-20px;
}
.head_box111 img{
    width:50%;
    max-width:248px;
}
.head_box12{
    display: none;
}
/* head_nav */
.head_nav{
    display: none;
}
.head_nav li{
    margin-right:30px;
}
.head_nav a {
    overflow: hidden;
    color: transparent;
    text-shadow: 0 1em 0 rgba(0, 0, 0, 0), 0 0 0 #000;
    transition: text-shadow 0.3s;
}
.head_nav a:hover {
    text-shadow: 0 0 0 #000, 0 -1em 0 rgba(0, 0, 0, 0);
    text-decoration: underline;
}
.head_contact{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    height:50px;
    padding:0 10px 0 45px;
    border:2px solid #4FB3AE;
    border-radius: 5px;
    background:url("../webp/email.webp") no-repeat 15px center;
    font-size:15px;
}
.head_contact .head_contact_txt{
    overflow: hidden;
    color: transparent;
    text-shadow: 0 1em 0 rgba(0, 0, 0, 0), 0 0 0 #4FB3AE;
    transition: text-shadow 0.3s;
}
/* head_img animation*/
.head_img{
    position: absolute;
    width:100%;
    height:0;
    padding-bottom:200%;
    background:url("../webp/pink_bg2_sp.webp") no-repeat center 60vw;
    background-size: 100% auto;
}
.head_img img{
    width:100%;
}
.head_img1{
    
}
.head_img2{
    margin-top:-50%;
}
.head_img3{
    width:90%;
    margin:-53% auto auto 2%;
}
.animation {
    animation: float-animation 3s ease-in-out infinite alternate;
}
.animation1 {
    animation-duration: 7s;
    animation-delay: 0s;
}
.animation2 {
    animation-duration: 10s;
    animation-delay: -1s;
}
.animation3 {
    animation-duration: 7s;
    animation-delay: -2.5s;
}
@keyframes float-animation {
0% {
    transform: translateY(0px);
}
50% {
    transform: translateY(-20px);
}
100% {
    transform: translateY(0px);
}
}
/* Menu */
#Menu{
    position: fixed;
    top:-10px;
    right:0px;
    cursor: pointer;
}
#Menu a{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    width:100px;
    height:100px;
}
.head_menu{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    width:60px;
    height:60px;
    border-radius:50%;
    background-color:#FF8DC8;
    text-align: center;
    color:#fff;
    font-size:12px;
    transition: 0.3s;
}
/* menu navigation */
.nav{
    background: rgba(142,142,142,1);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 98;
    }
.nav_wrap{
    position: absolute;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    width: 100%;
    height: 100%;
    padding:80px 20px;
    overflow-y: scroll;
    }
.nav_box1{
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:flex-start;
    width: 300px;
    }
.nav_box11{
    display: none;
    }
.nav_box12{
    width:100%;
    padding-left:0px;
    border-left:0;
    }
.nav_menu{
    margin-bottom:20px;
    }
.nav_menu li{
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #b0b0b0;
    }
.nav_menu_list a{
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: .5s;
    }
.nav_menu_list a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background: #fff;
    z-index: -1;
    transition: all 0.4s;
    }
.nav_menu_list a:hover:after{
    width: 100%;
    }
.nav_link{
    display:flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:center;
    opacity:0.7;
    margin-top:40px;
    font-size:12px;
    }
.nav_link a{
    color:#fff;
    text-decoration: underline;
    }
.nav_link li{
    position: relative;
    z-index: 1;
    margin-right:2em;
    color:#fff;
    }
.nav_link li:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 0px;
    background: #fff;
    z-index: -1;
    transition: all 0.4s;
    }
.nav_close{
    font-size:20px;
}
/* topFV */
.top_fvbox{
    width:100%;
    height:0;
    padding-bottom:90vw;
}
.fv_box1{
	display:flex;
    flex-wrap: wrap;
    justify-content:flex-end;
    align-items:flex-end;
    margin-top:20vw;
    height:50vw;
}
.fv_box11{
    width:100%;
}
.fv_box12{
	display:flex;
    flex-wrap: wrap;
    justify-content:flex-end;
    align-items:flex-end;
    width:100%;
    max-width:100%;
    margin-right:5px;
}
.fv_box12 img{
    width:15%;
    max-width:166px;
    margin:0 1%;
}
.topbg_h1{
    margin-bottom:2vw;
    padding:10px 0 15px 15px;
    background-image: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}
.top_catch{
    padding-left:5px;
    font-size:12px;
}
.top_catch2{
    line-height: 1;
    text-align: left;
    font-size:35px;
}
/* topService */
#topService{
    padding-top:40px;
    padding-bottom:80px;
    background-color:#fff5fb;
}
/* topProjects */
#topProjects{
    padding:80px 0;
}
.sample_box1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin:60px auto 20px auto;
    cursor: pointer;
}
.sample_box11 {
	display: flex;
	width: fit-content;
	transition: transform 0.3s ease;
	transform: translateX(0);
	padding:0 30px 0 10px;
}
.sample {
	flex-shrink: 0;
	width: 157px;
	height: 170px;
	margin: 0 20px;
	text-align: center;
    line-height: 1.5;
	font-size:12px;
}
.sample img{
	margin-bottom:10px;
}
.Arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 220px;
	padding-top:65px;
	background-color: #fff;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items:flex-start;
	cursor: pointer;
}
.Arrow.left {
	left: 0;
	justify-content:flex-start;
}
.Arrow.right {
	right: 0;
	justify-content:flex-end;
}
.Hide {
	display: none;
}
/* topAbout */
#topAbout{
}
.topabout_box1 {
	display:flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:center;
    background-attachment: fixed;
    background: url("../webp/2019649.webp") no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    height:auto;
    padding:40px 0;
}
.topabout_box1::before {
    content: '';
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.topabout_box1 .title_box2{
    display: block;
    position:relative;
    width:100%;
    color:#fff;
}
.topabout_box1 .title_box21{
    max-width:auto;
    color:#fff;
}
/* topContact */
#topContact{
    position: relative;
    margin-top:80px;
    background: #fff;
}
.topcontact_box1{
    margin:10px 0;
    padding:40px 20px;
    border-radius: 5px;
    background-color:#fff5fb;
}
.topcontact_box2{
	display:block;;
}
.topcontact_box21{
}
.topcontact_box22{
    padding-top:40px;
}
/* topBtn */
.topbtn_box1{
    margin:auto 0 auto auto;
	display:flex;
    flex-wrap: wrap;
    justify-content:flex-end;
    align-items:center;
}
.topbtn_txt1{
    position: relative;
    z-index: 1;
    font-size:16px;
}
.topbtn_txt1:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #000;
  z-index: -1;
  transition: all 0.4s;
}
.topbtn_txt2{
    position: relative;
    z-index: 1;
    color:#fff;
    font-size:17px;
}
.topbtn_txt2:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 2px;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}
.topbtn_13{
    display:inline-block;
}
.topbtn_12{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    width:80px;
    height:80px;
}
.topbtn_1{
    border-radius: 50%;
    padding: 8px;
    background: #69c0bc;
    transition: 0.3s ease;
}
.topbtn_1>span{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    border:7px solid #4FB3AE;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    background: #fff;
    color:#4FB3AE;
    transition: 0.3s ease;
}
.topcontact_sp{
    display: block;
    height:80px;
}
/* Case */
#Case{
    padding:40px 0 100px 0;
    background:url("../webp/pink_bg.webp") no-repeat center bottom;
    background-size: 100% auto;
}
.case_box1{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items:flex-start;
    margin-top:40px;
}
.case_box11{
    width:auto;
}
.case_box12{
	display:block;
    width:100%;
    height:250px;
    padding-top:40px;
    overflow-x:auto;
    overflow-y:hidden;
}
.case_box13{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:flex-start;
    width:250px;
    height:185px;
    margin:0 auto;
    background: url("../webp/case_pc.webp") no-repeat 0 0;
    background-size: 100% auto;
}
.case_box13 span{
    display: block;
    overflow-y: scroll;
    margin-top:15px;
    width:220px;
    height:120px;
    border:1px solid #f4f4f4;
}
.case_box14{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:flex-start;
    width:91px;
    height:159px;
    margin:20px auto 0 auto;
    background: url("../webp/case_sp.webp") no-repeat 0 0;
    background-size: 100% auto;
}
.case_box14 span{
    display: block;
    overflow-y: scroll;
    margin-top:15px;
    width:70px;
    height:120px;
    border:1px solid #f4f4f4;
}
.case_txt1{
    line-height: 1.5;
    font-size:16px;
}
.case_txt2{
    font-size:15px;
}
.case_scroll_box{
    display: table;
    margin:0 auto;
}
.case_scroll1{
    display:table-cell;
    vertical-align:top;
    padding-right:20px;
}
.case_scroll2{
    display:table-cell;
    vertical-align:top;
}
.case_att{
    display: none;
}
.project_box11 .case_att{
    margin-bottom:80px;
}
@media (max-width: 410px) {
.case_att{
    display: inherit;
    marign-top:20px;
    border-top:1px solid #FF8DC8;
    padding:3px 0 0 0;
    text-align: center;
    color:#b7b7b7;
    font-size:12px;
}
}
.case_att1{
    display: inline-block;
    color:#4FB3AE;
    font-size:8px;
    transform:rotate(90deg); 
}
.case_att2{
    display: inline-block;
    color:#4FB3AE;
    font-size:8px;
    transform:rotate(270deg); 
}
/* Project */
#Project{
    padding:60px 0 20px 0;
    background-color:#fff5fb;
}
.project_box1{
	display:block;
    max-width:500px;
    margin:40px auto 0 auto;
}
.project_box11{
    width:auto;
}
.project_box2{
	display:block;
    width:100%;
    height:250px;
    padding-top:40px;
    overflow-x:auto;
    overflow-y:hidden;
}
.project_box21{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:flex-start;
    width:250px;
    height:185px;
    margin:0 auto;
    background: url("../webp/case_pc.webp") no-repeat 0 0;
    background-size: 100% auto;
}
.project_box21 span{
    display: block;
    overflow-y: scroll;
    margin-top:15px;
    width:220px;
    height:120px;
    border:1px solid #f4f4f4;
}
.project_box22{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:flex-start;
    width:91px;
    height:159px;
    margin:20px auto 0 auto;
    background: url("../webp/case_sp.webp") no-repeat 0 0;
    background-size: 100% auto;
}
.project_box22 span{
    display: block;
    overflow-y: scroll;
    margin-top:15px;
    width:70px;
    height:120px;
    border:1px solid #f4f4f4;
}
.project_tag1{
	display:flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:flex-start;
    margin-top:20px;
}
.project_tag1 li{
    margin:0 0.7em 5px 0;
    padding:2px 15px;
    border-radius: 15px;
    background-color:#4FB3AE;
    color:#fff;
    font-size:14px;
}
/* Service */
#Service{
    padding-top:40px;
}
.parallax-container {
    position: relative;
    overflow: hidden;
}
.parallax-image {
    width: auto;
    max-width:calc(100% - 40px);
    margin-top:40px;
    border-radius: 5px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.1s linear;
}
/* Strength */
#Strength{
    padding-top:40px;
}
#Strength h2{
    
}
#Strength2{
    padding:40px 0 100px 0;
    background: url("../webp/pink_bg.webp") no-repeat center bottom;
    background-size:100%;
    background-color:#e8e8e8;
}
.strength_box1{
    background:url("../webp/service21.webp") repeat-x;
    text-align: center;
    color:#fff;
}
.strength_box1 .container{
	display:block;
    height:220px;
    padding:10px 0 0 0;
    background:url("../webp/service2.webp") no-repeat center top #e8e8e8;
    background-size:920px auto;
}
.strength_box2{
}
.strength_box2 h2{
    line-height: 1.1;
    font-size:50px;
}
.strength_box3{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:stretch;
}
.strength_box31{
    width:auto;
    margin:0 20px 20px 20px;
    padding:40px;
    border-radius: 5px;
    background-color: #fff;
}
.strength_box32{
    margin-bottom:10px;
    padding:20px 0;
    border-top:1px solid #4fb3ae;
    border-bottom:1px solid #4fb3ae;
    text-align: center;
}
.strength_box32 img{
    max-width:35%;
}
.strength_box33{
    color:#4fb3ae;
}
.strength_box33 span{
    border-bottom: 3px dotted #FF8DC8;
    text-underline-offset: 5px;
    font-weight: 800;
}
.strength_txt1{
    display: inline-block;
    width:130px;
    margin-bottom:0px;
    background:url("../webp/service3.webp") no-repeat left center;
    background-size:22px auto;
    text-align: right;
    font-size:16px;
}
.strength_txt2{
    font-size:60px;
}
/* Details */
#Details{
    padding:60px 0 80px 0;
    background-image: linear-gradient(0deg, #ffffff, #fff5fb);
}
.detail_box1{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:flex-start;
    margin-top:80px;
    margin-bottom:60px;
}
.detail_box11{
    width:42%;
    margin:0 4% 40px 4%;
    text-align: center;
}
.detail_box11 h3{
    padding-bottom:5px;
    border-bottom:2px solid #FF8DC8;
    font-size:18px;
}
.detail_box11 img{
    margin-top:20px;
}
.detail_box2{
	display:flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:center;
    width:auto;
    margin:0px auto 20px auto;
    padding:20px 20px 30px 20px;
    border:2px solid #4FB3AE;
    border-radius: 5px;
    background-color:#fff;
}
.detail_box21{
    width:100%;
    text-align: center;
}
.detail_box21 img{
    width:100px;
    max-width:20%;
}
.detail_box22{
    width:auto;
}
.detail_box22 h3{
    margin-top:20px;
    font-size:16px;
}
.detail_box22 p{
    padding-top:0;
    font-size:14px;
}
/* Activities */
#Activities{
    padding:80px 0 80px 0;
    background-color:#fff5fb;
}
#Activities .h2_1{
    line-height: 1.2;
    font-size:45px;
}
#Activities ul{
    margin:40px 0 0 0px;
}
#Activities ul li{
    display: flex;
    align-items:flex-start;
    margin-bottom:1em;
    font-size:16px;
}
#Activities ul li::before{
    content: "⚫︎";
    color: #FF8DC8;
    font-size: 0.8em;
    margin: 0.2em 1em 0em 0;
}
.activitiees_txt1{
    color:#b7b7b7;
    font-size:70%;
}
/* About */
#About{
    padding:40px 0 100px 0;
    background:url("../webp/pink_bg.webp") no-repeat center bottom;
    background-size:100% auto;
}
.about_box1{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-end;
}
.about_box11{
    width:100%;
    margin-top:40px;
    line-height: 2;
    font-size:15px;
}

.about_box11 p{
    padding-bottom:10px;
}
.about_box12{
    display: block;
    width:100%;
    text-align: center;
    margin-top:30px;
    padding-left:0%;
}
.about_box12 img{
    width:100%;
}
.about_box121{
    width:50%;
    max-width:200px;
    margin:0 auto;
}
.about_box1211{
}
.about_box1212{
    margin-top:-152%;
}
.about_box1213{
    margin-top:-152%;
}
/* Purpose */
#Purpose{
    padding:60px 0 80px 0px;
    background-color:#fff5fb;
}
.purpose_box1{
	display:flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:flex-start;
    margin-top:40px;
}
.purpose_box11{
    width:170px;
    padding-top:10px;
    color:#FF8DC8;
    font-size:16px;
}
.purpose_box12{
    width:auto;
    margin-top:20px;
    padding:0 20px;
    line-height: 1.5;
    font-size:26px;
}
#Purpose hr{
    margin-top:80px;
    border-top:0;
}
.purpose_line{
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.purpose_line::before{
  content: '';
  position: absolute;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background: #FF8DC8;
}
.purpose_line2{
    padding-top:0px;
}
/* Message */
#Message{
    padding:80px 0;
}
.message_box1{
	display:block;
    margin-top:40px;
}
.message_box11{
    width:100%;
    margin-top:40px;
    text-align: center;
}
.message_box11 img{
    max-width:40%;
    margin-right:0px;
    border-radius: 5px;
}
.message_box12{
    width:100%;
    line-height: 2;
    font-size:15px;
}
/* Company */
#Company{
    padding:80px 0;
    background-color:#fff5fb;
}
#Company h2{
    margin-bottom:60px;
    text-align: center;
    font-size:20px;
}
.company_box1{
    margin:0 auto;
    width:auto;
    border-top:1px solid #FF8DC8;
}
.company_box2{
	display:block;
    padding:30px 0;
    border-bottom:1px solid #FF8DC8;
    font-size:15px;
}
.company_box21{
    width:auto;
    padding:0 0px;
    font-size:16px;
}
.company_box22{
    
}
/* Contact */
#Contact{
    padding:40px 0 80px 0;
}
.contact_note{
    padding-left:1em;
    text-indent: -1em;
    font-size:15px;
}
.Gform_box{
    width:auto;
    max-width:500px;
    height:500px;
    margin:60px auto 0 auto;
    overflow:hidden;
}
.Gform_box iframe{
    width:100%;
    height:500px;
    padding-bottom:40px;
    overflow:scroll;
}
.Gform_att{
    marign-top:20px;
    border-top:1px solid #FF8DC8;
    padding:3px 0 0 0;
    text-align: center;
    color:#b7b7b7;
    font-size:12px;
}
/* Policy */
#Policy{
    padding:40px 0 80px 0;
}
#Policy h2{
    margin-bottom:40px;
    border-bottom:2px solid #FF8DC8;
    color:#FF8DC8;
    font-size:36px;
}
.privacy_box1{
    width:auto;
    line-height: 1.8;
    font-size:14px;
}
.privacy_box1 ol{
    margin:40px auto 0 1.5em;
    list-style: decimal;
}
.privacy_box1 ol li{
    margin-bottom:1.5em;
}
.privacy_box11{
    display: block;
    padding:0.5em 0 0.5em 1em;
}
.privacy_box12{
    display: block;
    margin-top:0.5em;
}
/* common */
.title_box1{
    width:auto;
    padding-left:25px;
    border-left: 2px solid #FF8DC8;
}
.titles_1{
    font-size:16px;
}
.title_box2{
}
.titles_2{
    font-size:16px;
    color:#fff;
}
.title_box3{
    text-align: center;
}
.h2_1{
    line-height: 1.5;
    color:#FF8DC8;
    font-size:50px;
}
#Purpose .h2_1{
    margin-top:10px;
    line-height: 1.2;
}
.h2_2{
    line-height: 1.5;
    color:#fff;
    font-size:50px;
}
.h2_3{
    margin-top:20px;
    line-height: 0.8;
    color:#8e8e8e;
    font-size:50px;
}
.h2_31{
    font-size:70%;
}
.h2_4{
    line-height: 1.5;
    color:#fff;
    text-align: center;
    font-size:40px;
}
.h2_4_sp{
    font-size:36px;
}
.h3_1{
    border-bottom:2px solid #FF8DC8;
    font-size:20px;
}
.h3_2{
    padding-bottom:5px;
    border-bottom:2px solid #FF8DC8;
    line-height: 1.2;
    font-size:18px;
}
.contact_box1{
	display:block;
    width:100%;
    padding:15px;
    border:1px solid #fff;
    border-radius:5px;
    background-color:#4FB3AE;
    text-align: center;
}
.contactbtn_txt1{
    position: relative;
    z-index: 1;
    color:#fff;
    font-size:16px;
}
.contactbtn_txt1:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}
.contact_box1 .topbtn_12{
    width:90px;
}
.contact_btn1{
    display: block;
}
.contact_btn11{
	display:block;
    width:60px;
    height:60px;
    margin:0 auto;
    border:9px solid #95d0cd;
    border-radius: 50%;
    background:#fff;
    transition: all 0.4s;
}
.contact_box1:hover .contact_btn11{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    width:60px;
    height:60px;
    margin:0 auto;
    border:3px solid #95d0cd;
    border-radius: 50%;
    background:#fff;
}
.linkline{
    display: inline-block;
    padding:0 0.3em 0 0;
    border-bottom:2px solid #000;
    font-weight:700;
    text-underline-offset:0.2em;
    transition: 0.3s;
}
/* FootContact */
#FootContact{
    
}
.footcontact_box1 {
	display:flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:center;
    background-attachment: fixed;
    background: url("../webp/footcontact1.webp") no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding:60px 0;
    text-align: center;
}
.footcontact_box11 {
    background: url("../webp/footcontact2.webp") no-repeat center;
}
.footcontact_box1::before {
    content: '';
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.footcontact_box1 .title_box2{
    display: block;
    position:relative;
    width:100%;
    color:#fff;
}
.footcontact_box2{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-end;
    width:auto;
    margin:40px auto 0 auto;
    padding:20px;
    border:2px solid #4FB3AE;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
}
.footcontact_box21{
    text-align: left;
    color:#000;
    font-size:14px;
}
.footcontact_box22{
    width:100%;
}
.footcontact_box22 .topbtn_12{
    height:40px;
}
.footcontact_txt1{
    font-size:15px;
}
/* footer */
footer{
    padding-bottom:60px;
    background-color:#8e8e8e;
    color:#fff;
}
footer h2{
    text-align: center;
    font-size:80px;
}
footer a:link{
    color:#fff;
}
footer a:visited{
    color:#fff;
}
footer a:active{
    color:#fff;
}
footer a:hover{
    color:#fff;
}
.footer_container{
    width:auto;
    margin:0 auto;
    padding:10px 0 0px 0;
}
.footer_container_sub{
    width:auto;
    margin:0 auto;
    padding:0px 0px 0px 0px;
}
.footer_container_sub_sp{
    padding:80px 20px 0px 20px;
}
.footer_container_sub h2{
    font-size:50px;
}
.footer_txt1{
    text-align:left;
    font-size:15px;
}
.footer_txt11{
    display: block;
    margin-bottom:0.5em;
}
.footerbtn_box1{
    margin-top:40px;
}
.footerbtn_box1 .contact_box1{
    margin:0 auto;
}
.footer_box1{
	display:block;
    flex-wrap: wrap;
    padding:0 0 10px 0;
    border-bottom:0;
}
.footer_box1_sub{
	display:block;
    margin-top:40px;
    padding:10px 0 10px 0;
    border-top:0px solid #b0b0b0;
    border-bottom:0px solid #b0b0b0;
}
.footer_box11{
	display:block;
    width:100%;
    height:auto;
    padding:20px 0;
    border-right:none;
    text-align: center;
}
.footer_box11 img{
    max-width:20%;
}
.footer_box12{
	display:block;
}
.footer_box12 ul{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    font-size:12px;
}
.footer_box12 li{
    position: relative;
    z-index: 1;
    margin:0 1em;
    color:#fff;
}
.footer_box12 li:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}
.footer_box2{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items:center;
    margin-top:40px;
    padding:20px 10px;
    border-top:1px solid #b0b0b0;
    color:#fff;
    font-size:12px;
}
.footer_box21{
    width:80%;
    opacity:0.7;
}
.footer_box21 ul{
	display:flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:center;
}
.footer_box21 li{
    position: relative;
    z-index: 1;
    margin-right:1.5em;
    color:#fff;
    text-decoration: underline;
}
.footer_box21 li:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 0px;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}
.footer_box22{
    display: none;
}
.footer_box22_sp{
    width:100%;
    padding:20px 10px 0px 10px;
    text-align: left;
    font-size:12px;
    opacity:0.7;
}
.footer_box23{
    width:20%;
    text-align: right;
    font-size:12px;
}
.footer_box23 a{
    transition: all 0.4s;
}
/* Fadein*/
.Fadein {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s ease;
}
/* display */
.pc{
    display: none;
}
.sp{
    display: inherit;
}