@charset "UTF-8";
/*--------------------------------------------------------
  
  header START
  
  --------------------------------------------------------*/
header {
  padding: 20px 30px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.logo {
  width: 400px;
}
.hd_btn a {
  position: absolute;
  top: 20px;
  right: 100px;
  height: 54px;
  background: #e37561;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  transition: 0.3s;
}
.hd_btn a:hover {
  transform: translateY(3px);
}
.tel {
  position: absolute;
  top: 20px;
  right: 329px;
  line-height: 1.2;
}
.en .tel {
  right: 333px;
}
.tel .date {
  color: #666;
  padding-left: 26px;
  font-size: 15px;
}
.tel .num {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.tel .num::before {
  content: "";
  display: block;
  background: url(../img/telephone.png) no-repeat center/cover;
  width: 22px;
  height: 23px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.language a {
  position: absolute;
  top: 33px;
  right: 230px;
  font-size: 14px;
  background: #eee;
  padding: 1px 16px;
  border-radius: 20px;
}
.en .language a {
  right: 219px;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 20px;
  }
  .logo {
    width: 230px;
  }
  .tel .date,
  .tel .num {
    display: none;
  }
  .hd_btn a {
    display: none;
  }
  .language a span {
    display: none;
  }
  .language a {
    top: 27px;
    right: 84px;
    padding: 1px 8px;
  }
  .en .language a {
    right: 84px;
  }
}

/*--------------------------------------------------------

kv START

--------------------------------------------------------*/
.kv {
  width: 100%;
  height: 550px;
  position: relative;
  top: 100px;
  z-index: 999;
}
.kv_bg {
  position: absolute;
  top: 0;
  left: 15%;
  background: url(../img/kv_bg.jpg) center/cover;
  width: 85%;
  height: 100%;
  border-radius: 30px;
}
.kv_text {
  padding: 30px 60px;
  margin-top: 120px;
  z-index: 99;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  display: inline-block;
}
.kv_happy {
  position: absolute;
  top: -35px;
  left: 10%;
  width: 350px;
}
.kv_scroll {
  position: absolute;
  top: 411px;
  left: 10%;
  width: 20px;
  cursor: pointer;
}
.kv h1 {
  font-size: 46px;
  line-height: 1.4;
  text-align: left;
}
.kv p {
  display: inline-block;
  color: #e37561;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
/* /////////// SP START /////////// */
@media only screen and (max-width: 768px) {
  .kv {
    height: 500px;
    top: 80px;
  }
  .kv_bg {
    width: 90%;
    top: 0;
    left: 10%;
    background: url(../img/kv_bg.jpg) no-repeat -350px -90px / auto 610px;
  }
  .kv_bg img {
    width: auto;
    height: 100%;
    position: relative;
    left: -380px;
  }
  .kv_text {
    padding: 30px;
    margin-top: 140px;
  }
  .kv_happy {
    top: -10px;
    left: 10%;
    width: 200px;
  }
  .kv_scroll {
    display: none;
  }
  .kv h1 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .kv p {
    font-size: 16px;
    line-height: 1.4;
  }
}
/*--------------------------------------------------------

slick START

--------------------------------------------------------*/
.slick {
  opacity: 0; /* 初期状態では非表示 */
}
.slick.slick-initialized {
  opacity: 1; /* 初期化されたら表示 */
}
.fas {
  font-size: 18px;
}
.slick-arrow {
  position: absolute;
  bottom: -44px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
  z-index: 99;
}
.slick-arrow:hover {
  background: #f6a900;
  transform: scale(1.1);
}
.slick-arrow i {
  position: absolute;
  top: 9px;
  left: 7px;
  color: #f6a900;
  transition: 0.3s;
}
.slick-arrow:hover i {
  color: #fff;
}
.slick-prev {
  left: 480px;
}
.slick-next {
  right: 480px;
}
.slick-slide {
  /* margin-right: 20px; */
  height: auto !important; /*高さ揃え*/
}
/* .slick-list {
  margin-right: -20px;
} */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background: #f6a900;
}
.slick-dots li button:before {
  background: #ccc;
}
.slick-dots li.slick-active button:before {
  background: #f6a900;
}
.slick-dots {
  bottom: -30px;
  padding-left: 17px; /*中央に微調整*/
}
.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .slick-dots {
    bottom: -20px;
  }
}
/*--------------------------------------------------------

plan START

--------------------------------------------------------*/
.plan {
  background: #f7f7f7;
}
.plan .inner_layout {
  padding-top: 160px;
  padding-bottom: 80px;
}
.slick-track {
  display: flex; /*高さ揃え*/
}
.plan_box {
  padding: 20px 0;
}
.plan a.box_wrap {
  width: 93%;
}
.plan_box figure {
  height: 200px;
  margin-bottom: 14px;
}
.plan_box a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.plan_box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
.plan_box figure img {
  transition: 0.3s;
}
.plan_box a:hover img {
  transform: scale(1.1);
}

/* /////////// SP START /////////// */
@media only screen and (max-width: 768px) {
  .plan .inner_layout {
    padding-top: 100px;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .plan_box figure {
    height: auto;
  }
}
/*--------------------------------------------------------

service START

--------------------------------------------------------*/
.service .col2_wrap {
  background: #f7f7f7;
  padding: 60px;
  border-radius: 30px;
  margin-bottom: 80px;
  gap: 0;
}
.service h2 {
  font-size: 40px;
  text-align: left;
  margin-bottom: 60px;
}
.service h2 span {
  font-size: 16px;
  margin-left: 20px;
}
.service h2::after {
  left: 0;
  margin-left: 0;
}
.service .image_nomal {
  background: url(../img/service_01.jpg) center/cover;
}
.service .col2_wrap:nth-child(2) .image_nomal {
  background: url(../img/service_02.jpg) center/cover;
}
.service .col2_wrap:nth-child(3) .image_nomal {
  background: url(../img/service_03.jpg) center/cover;
}
.service .col2_wrap:nth-child(3) {
  margin-bottom: 0;
}
.service .btn {
  padding: 8px 30px;
}
@media only screen and (max-width: 768px) {
  .service .col2_wrap {
    padding: 30px;
    margin-bottom: 40px;
  }
  .service h2 {
    font-size: 26px;
    margin-bottom: 50px;
    text-align: center;
  }
  .service h2::after {
    left: 50%;
    margin-left: -25px;
  }
  .service .image_nomal {
    margin: 40px 0 0;
  }
}
/*--------------------------------------------------------

manage START

--------------------------------------------------------*/
.manage .inner_layout {
  max-width: 1000px;
}
.manage h3::before {
  display: none;
}
.manage_image {
  width: 30%;
  height: 350px;
  background: url(../img/manage_01.jpg) center / cover;
}
.manage_text {
  width: 62%;
}
.manage_text p:first-of-type {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .manage .inner_layout {
    max-width: 90%;
  }
  .manage_image {
    width: 80%;
    margin: 0 auto 30px;
  }
  .manage_text {
    width: 100%;
  }
}
/*--------------------------------------------------------

group START

--------------------------------------------------------*/
.group {
  background: #f7f7f7;
}
.group .column_wrap li {
  width: 22.5%;
}
.group figure {
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .group .column_wrap li {
    width: 100%;
  }
}
/*--------------------------------------------------------

recruit START

--------------------------------------------------------*/
.recruit {
  padding: 120px 0 0;
}
.recruit_bg {
  width: 70%;
  height: 400px;
  border-radius: 0 30px 30px 0;
  background: url(../img/recruit_bg.jpg) top center / cover;
}
.recruit_text {
  max-width: 680px;
  background: #fff8e8;
  padding: 40px;
  margin: -160px 0 0 44%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.recruit_text p {
  text-align: center;
}
.recruit_text h3 {
  font-size: 30px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.recruit_text h3::before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit {
    padding: 60px 0 0;
  }
  .recruit_bg {
    width: 90%;
    height: 250px;
    border-radius: 30px 30px 0 0;
    margin: 0 auto 0;
  }
  .recruit_text {
    max-width: 90%;
    padding: 20px 30px 30px;
    margin: auto;
    border-radius: 0 0 30px 30px;
  }
  .recruit_text h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------

NEWS START

--------------------------------------------------------*/
.news_list li {
  border-bottom: 1px solid #ccc;
  padding: 30px;
  position: relative;
}
.news_list li:first-child {
  padding-top: 0;
}
.news_list time {
  font-size: 14px;
  margin-right: 10px;
  color: #999;
}
.news_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_list li a:hover {
  color: #e37561;
}
@media only screen and (max-width: 768px) {
  .news_list li {
    padding: 30px 0;
  }
}
/*--------------------------------------------------------

project START

--------------------------------------------------------*/
.project {
  max-width: 1200px;
  display: flex;
  margin: 0 auto 120px;
  background: #fff8e8;
  border-radius: 30px;
  overflow: hidden;
}
.project_image {
  width: 50%;
  min-height: 100px;
  background: url(../img/project.jpg) no-repeat center/cover;
}
.project_text {
  padding: 60px;
}
.project h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 15px;
}
.project h2::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .project {
    display: block;
    max-width: 90%;
    margin: 0 auto 60px;
  }
  .project_image {
    width: 100%;
    min-height: 250px;
  }
  .project_text {
    padding: 20px 30px 30px;
  }
  .project h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------

cta_s START

--------------------------------------------------------*/
.cta_s {
  width: 100%;
  padding: 60px;
  background: url(../img/cta_quote.jpg) center/cover;
  text-align: center;
}
.cta_s_wrap {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  display: inline-block;
}
.cta_s_wrap .handwriting {
  width: 300px;
}
.cta_s_wrap p {
  font-size: 28px;
  font-weight: 600;
}
.cta_s_wrap .btn {
  left: 0;
  transform: translateX(0);
  margin-top: 20px;
}
.cta_s_wrap .btn:hover {
  transform: translate(0, 3px);
}
/* /////////// SP START /////////// */
@media only screen and (max-width: 768px) {
  .cta_s {
    background: url(../img/cta_quote.jpg) top left/cover;
  }
  .cta_s {
    padding: 30px;
  }
  .cta_s_wrap {
    padding: 30px;
    display: inline-block;
  }
  .cta_s_wrap .handwriting {
    width: 100%;
  }
  .cta_s_wrap p {
    font-size: 20px;
  }
}
/*--------------------------------------------------------

cta START

--------------------------------------------------------*/
.cta {
  background: url(../img/cta_bg.jpg) center/cover;
}
.cta_wrap {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  width: 60%;
  margin: 0 auto;
  padding: 60px;
}
.cta_tel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.cta_tel::before {
  content: "";
  display: block;
  background: url(../img/logo_symbol.png) no-repeat center/cover;
  width: 86px;
  height: 86px;
  margin-right: 30px;
}
.cta_tel span {
  font-size: 36px;
  font-weight: 600;
}
.cta_happy {
  width: 400px;
  margin: auto;
}
.cta_wrap .btn {
  margin-top: 20px;
}
/* /////////// SP START /////////// */
@media only screen and (max-width: 768px) {
  .cta_wrap {
    width: 90%;
    padding: 30px;
  }
  .cta_happy {
    width: 90%;
  }
  .cta_tel {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cta_tel::before {
    margin-top: 20px;
    margin-right: 0;
  }
  .cta_tel span {
    font-size: 30px;
    display: block;
    text-align: center;
    margin-bottom: -30px;
  }
  .handwriting {
    width: 100%;
  }
}
/*--------------------------------------------------------

ページTOPへ START

--------------------------------------------------------*/
.to_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  height: 60px;
  width: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transition: 0.3s;
}
.to_top:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -5px;
  margin-right: -10px;
}
.to_top:hover {
  text-decoration: none;
  background: #ec6941;
}
@media only screen and (max-width: 768px) {
  .to_top {
    display: none !important;
  }
}
/*--------------------------------------------------------

footer START

--------------------------------------------------------*/
footer {
  background: #f7f7f7;
}
footer h4 {
  font-size: 18px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.ft01_wrap {
  text-align: left;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  padding: 40px 0;
  margin: 0 auto;
}
.ft01_box {
  width: 30%;
}
.ft01_box ul {
  font-size: 14px;
}
.ft01_box ul ul {
  display: block;
  line-height: 1.6;
}
.ft02_bg {
  background: #fff;
  padding: 40px;
}
.ft02_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.ft02_l {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.6;
}
.ft02_text {
  display: flex;
}
footer .logo {
  width: 300px;
}
.ft_address {
  margin: 0 30px;
}
.ft_sns a {
  display: inline-block;
  width: 40px;
  margin-left: 10px;
}
.copy {
  font-size: 12px;
  text-align: center;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 40px 0 0;
  }
  .ft01_wrap {
    display: block;
    max-width: 90%;
    padding: 0;
  }
  .ft01_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .ft01_box li {
    margin-bottom: 10px;
  }
  .ft02_bg {
    padding: 40px 0;
  }
  .ft02_wrap {
    max-width: 90%;
  }
  .ft02_l {
    display: block;
  }
  .ft02_text {
    display: block;
    margin-bottom: 30px;
  }
  footer .logo {
    width: 80%;
    margin-bottom: 10px;
  }
  .ft_address {
    margin: 0 0 15px;
  }
}
