@charset "UTF-8";
/* Scss Document */
/*
+++++++++++++++++++++++++++++++++++++++++
                  共通部分
++++++++++++++++++++++++++++++++++++++++++++++
*/
html {
  /*16px*62.5%=10px*/
  font-size: 62.5%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: "Arial", "Helvetica", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif;
  color: #4e4d4d;
  font-feature-settings: "palt";
  /*文字詰*/
  line-height: 1.6;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}
/*sec_ttl*/
.sec_ttl {
  font-size: 2.2rem;
  padding-bottom: 10px;
  padding-left: 42px;
  border-bottom: 3px solid #31c10f;
  position: relative;
}
.sec_ttl:after {
  content: "";
  position: absolute;
  background: #fff100;
  top: 1em;
  left: 0;
  height: 8px;
  width: 8px;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}
.sec_ttl::before {
  content: "";
  position: absolute;
  background: #31c10f;
  top: 0;
  left: 0.4em;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.wrapper {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    /*pcサイズ時のフォントサイズ指定*/
  }
  .pc_br {
    display: block;
  }
  .sp_br {
    display: none;
  }
  .flex {
    display: flex;
  }
  .flexb {
    display: flex;
    justify-content: space-between;
  }
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    /*spサイズ時のフォントサイズ指定*/
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .flex {
    display: block;
  }
  .flexb {
    display: block;
  }
  .sec_ttl {
    font-size: 2rem;
    padding-left: 30px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
             header
+++++++++++++++++++++++++++++++++++++++++
*/
header h1 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
  width: 70%;
}
header .wrapper {
  position: relative;
  padding: 0 10px;
}
header .wrapper .header_logo {
  display: none;
}
header .wrapper .header_link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 30%;
}
header .burger-btn {
  width: 45px;
  height: 45px;
  margin-left: auto;
  position: relative;
  z-index: 3;
  border: none;
  display: none;
}
header .burger-btn .bar {
  width: 30px;
  height: 5px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: green;
}
header .burger-btn .bar_top {
  top: 10px;
}
header .burger-btn .bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
header .burger-btn .bar_bottom {
  bottom: 10px;
}
header .sp_header {
  display: none;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  header {
    position: relative;
  }
  header .sp_header {
    color: #fff;
    display: block;
    position: relative;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  }
  header .sp_header .header_logo {
    width: 160px;
  }
  header .sp_header .burger-btn {
    display: block;
  }
  header .sp_header .flexb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }
  header .sp-menu {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 1000;
    background: #31c10f;
  }
  header .sp-menu li {
    border-bottom: 1px solid #ddd;
  }
  header .sp-menu li a {
    background: #31c10f;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 0 12px 30px;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
  }
  header h1 {
    display: none;
  }
  header .wrapper {
    padding: 0;
  }
  header .wrapper .header_link {
    position: static;
  }
  header .wrapper .header_link .hd_contact_link {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 220px;
    width: 100%;
    z-index: auto;
  }
  header .sp_bar {
    width: 100%;
    height: 140px;
    background-color: #ebf9cc;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
             mv
+++++++++++++++++++++++++++++++++++++++++
*/
.mv {
  background-color: #fceef3; /*swiper*/
  /*swiper*/
}
.mv .swiper-container .slide-item1 {
  background-image: url(../images/mv_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40%;
}
.mv .swiper-container .slide-item2 {
  background: url(../images/mv_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40%;
}
.mv .swiper-container .slide-item3 {
  background-image: url(../images/mv_03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40%;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .mv .swiper-container .slide-item1 {
    background-image: url(../images/mv_sp01.jpg);
    padding-top: 57%;
  }
  .mv .swiper-container .slide-item2 {
    background-image: url(../images/mv_sp02.jpg);
    padding-top: 57%;
  }
  .mv .swiper-container .slide-item3 {
    background-image: url(../images/mv_sp03.jpg);
    padding-top: 57%;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
            main_nav
+++++++++++++++++++++++++++++++++++++++++
*/
.main_nav {
  border-top: 1px solid #dddddd;
  margin-top: 24px;
}
.main_nav .header_nav {
  width: 994px;
  max-width: 100%;
  margin: 0 auto;
}
.main_nav .header_nav li {
  width: 142px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.main_nav .header_nav li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 55px;
  background-color: #dddddd;
  position: absolute;
  top: 30%;
  right: 0;
}
.main_nav .header_nav li:first-child::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 55px;
  background-color: #dddddd;
  position: absolute;
  top: 30%;
  left: 0;
}
.main_nav .header_nav li:hover {
  background-color: #31c10f;
}
.main_nav .header_nav li:hover a,
.main_nav .header_nav li:hover span {
  color: #fff;
}
.main_nav .header_nav li a {
  display: flex;
  width: 100%;
  height: 120px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #4e4d4d;
}
.main_nav .header_nav li a:hover {
  opacity: 1;
  transition: 0s;
}
.main_nav .header_nav li a span {
  display: block;
  font-size: 1rem;
  color: #31c10f;
}
.main_nav .header_nav li .header_logo:hover {
  background-color: #fff;
}
.main_nav .header_nav li .header_logo img {
  height: 120px;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .main_nav {
    display: none;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
            top sec1
+++++++++++++++++++++++++++++++++++++++++
*/
.sec1 {
  background-color: #ebf9cc;
  padding: 80px 0;
}
.sec1 .top_sec1_txt {
  padding-bottom: 40px;
}
.sec1 .top_sec1_txt h2 {
  margin-bottom: 42px;
}
.sec1 .top_sec1_txt p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec1 .top_sec1_card li {
  box-shadow: 0px 3px 5px 0px rgba(15, 17, 16, 0.35);
}
.sec1 .top_sec1_card img {
  width: 100%;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .sec1 {
    padding: 40px 15px;
  }
  .sec1 .top_sec1_txt {
    padding-bottom: 30px;
  }
  .sec1 .top_sec1_txt p {
    font-size: 1.6rem;
    text-align: left;
  }
  .sec1 .top_sec1_txt h2 {
    margin-bottom: 20px;
  }
  .sec1 .flexb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec1 .flexb li {
    width: 48%;
    margin-bottom: 20px;
  }
  .sec1 .flexb li:last-child {
    margin-bottom: 0;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
            contact_bar
+++++++++++++++++++++++++++++++++++++++++
*/
.contact_bar {
  background-color: #31c10f;
}
.contact_bar .flexb {
  align-items: center;
}
.contact_bar .contact_bar_nav {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  padding: 32.5px 0;
}
.contact_bar .contact_bar_nav li {
  text-align: center;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_bar .contact_bar_nav li:first-child {
  width: 220px;
  margin: 0 auto;
  border-right: 3px solid #fff;
}
.contact_bar .contact_bar_nav li:nth-child(2) {
  width: 420px;
  margin: 0 auto;
  border-right: 3px solid #fff;
}
.contact_bar .contact_bar_nav li:last-child {
  width: 220px;
  margin: 0 auto;
}
.contact_bar .contact_bar_nav li a {
  display: block;
  width: 100%;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .contact_bar .contact_bar_nav {
    width: auto;
    padding: 0 15px;
  }
  .contact_bar .contact_bar_nav li:first-child {
    width: 100%;
    border-right: none;
  }
  .contact_bar .contact_bar_nav li:nth-child(2) {
    width: 100%;
    border-right: none;
  }
  .contact_bar .contact_bar_nav li:nth-child(2) img {
    width: 260px;
  }
  .contact_bar .contact_bar_nav li:last-child {
    width: 100%;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
            sec2
+++++++++++++++++++++++++++++++++++++++++
*/
.sec2 {
  font-weight: 500;
}
.sec2 .sec2_about {
  padding: 44px 10px 68px;
}
.sec2 .sec2_about h2 {
  margin-bottom: 56px;
}
.sec2 .sec2_about .flex .top_sec2_txt {
  width: 40%;
  font-size: 1.8rem;
}
.sec2 .sec2_about .flex .top_sec2_txt p {
  line-height: 2;
  max-width: 340px;
}
.sec2 .sec2_about .flex .top_sec2_txt .sec2_copy {
  font-size: 3rem;
  color: #f19ec2;
  font-weight: bold;
  padding-bottom: 40px;
  line-height: 1.6;
}
.sec2 .sec2_about .flex .top_sec2_img {
  width: 60%;
}
.sec2 .sec2_bottom {
  background-color: #ebf9cc;
  padding: 50px 0;
}
.sec2 .sec2_bottom .top_sec2_item {
  width: 25%;
  margin: 0 30px;
}
.sec2 .sec2_bottom .top_sec2_item a {
  display: block;
}
.sec2 .sec2_bottom .top_sec2_item p {
  font-size: 1.9rem;
  color: #2d2d2d;
  text-decoration: underline;
  font-weight: bold;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .sec2 .sec2_about {
    padding: 40px 15px;
  }
  .sec2 .sec2_about h2 {
    margin-bottom: 20px;
  }
  .sec2 .sec2_about .flex .top_sec2_txt {
    width: auto;
    font-size: 1.8rem;
  }
  .sec2 .sec2_about .flex .top_sec2_txt p {
    max-width: 100%;
  }
  .sec2 .sec2_about .flex .top_sec2_txt .sec2_copy {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .sec2 .sec2_about .flex .top_sec2_img {
    width: auto;
  }
  .sec2 .sec2_bottom {
    background-color: #ebf9cc;
    padding: 25px 15px;
  }
  .sec2 .sec2_bottom .flexb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec2 .sec2_bottom .flexb .top_sec2_item {
    width: 47%;
    margin: 0;
  }
  .sec2 .sec2_bottom .flexb .top_sec2_item p {
    font-size: 1.6rem;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                page_top
+++++++++++++++++++++++++++++++++++++++++
*/
.page_top_innr {
  margin: 4rem;
}
.page_top_innr img {
  width: 30px;
  height: 45px;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #31c10f;
  border-radius: 50%;
  text-align: center;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50%;
}
/*
+++++++++++++++++++++++++++++++++++++++++
            footer
+++++++++++++++++++++++++++++++++++++++++
*/
footer {
  text-align: center;
}
footer .footer_logo {
  width: 80%;
  margin: 0 auto;
}
.footer_address {
  border-top: 1px solid #31c10f;
  padding: 40px 0;
}
.footer_address a {
  color: #333333;
  border-bottom: 1px solid;
}
.footer_address ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}
.footer_address li {
  /*   width: calc(100% / 3); */
  margin-right: 40px;
}
.footer_address li:last-child {
  padding-right: 0;
}
footer .footer_list {
  background-color: #31c10f;
  color: #fff;
  padding: 22px 0 16px;
  line-height: 2;
  font-size: 1.5rem;
}
footer .footer_list a {
  color: #fff;
  text-decoration: underline;
}
.footer_address .instagram__link a {
  border: none;
}
.instagram__link {
  max-width: 140px;
  transition: ease 0.3s;
}
.instagram__link:hover {
  opacity: 0.6;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 1023px) {
  footer .footer_logo img {
    width: 140px;
  }
  footer .footer_list {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
  .footer_address {
    padding: 40px 20px;
  }
  .footer_address ul {
    flex-direction: column;
    text-align: center;
  }
  .footer_address li {
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .footer_address li:last-child {
    padding-bottom: 0;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
            個別ページ
+++++++++++++++++++++++++++++++++++++++++
*/
/*ページヘッダー*/
.page_header {
  background: url(../images/page_header.jpg) no-repeat center/cover;
  padding-top: 10.5%;
  position: relative;
}
.page_header_fuku {
  width: 100px;
  position: absolute;
  bottom: -20px;
}
.sec_ttl {
  margin-bottom: 10px;
}
.contena {
  padding: 80px 15px;
}
/*ページタイトル*/
.page_ttl {
  background-color: #ebf9cc;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
}
.page_ttl h1 {
  font-size: 3rem;
}
.page_ttl p {
  font-size: 1.2rem;
  color: #31c10f;
}
/*ぱんくずリスト*/
.bread {
  border-bottom: 1px solid #eee;
}
.bread ul {
  display: flex;
  line-height: 2;
}
.bread ul a {
  font-size: 1.8rem;
  color: #4e4d4d;
}
.bread ul li:first-child {
  text-decoration: underline;
}
.bread ul img {
  width: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .page_header {
    background: url(../images/page_headersp.jpg) no-repeat center/cover;
    padding-top: 25.3%;
    margin-bottom: 30px;
  }
  .page_header_fuku {
    width: 50px;
    bottom: -30px;
  }
  /*ページタイトル*/
  .page_ttl {
    padding: 30px 0;
  }
  .page_ttl h1 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  /*ぱんくずリスト*/
  .bread {
    padding: 10px 15px;
  }
  .bread ul a {
    font-size: 1.6rem;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
            サービスページ
+++++++++++++++++++++++++++++++++++++++++
*/
/*タイトル　ボーター*/
.service .sec_ttl {
  border-bottom-color: #8f9a9f;
  font-size: 2rem;
  margin-bottom: 30px;
}
.service .line {
  border-left: 5px solid #f39cc0;
  padding-left: 40px;
  font-size: 2rem;
  color: #f39cc0;
  margin-bottom: 20px;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .service .sec_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .service .line {
    padding-left: 20px;
    font-size: 1.8rem;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
           servicebtn
+++++++++++++++++++++++++++++++++++++++++
*/
.service_btn {
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  margin-bottom: 60px;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .service_btn {
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .service_btn li {
    margin-bottom: 6px;
  }
  .service_btn li:last-child {
    margin-bottom: 0;
  }
  .service_btn img {
    max-width: 260px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          施設について service_about
+++++++++++++++++++++++++++++++++++++++++
*/
.service_about_txt {
  padding-bottom: 40px;
  font-size: 1.8rem;
}
.service_about_txt p {
  padding-left: 40px;
}
.service_about_box {
  border: 3px solid #f39cc0;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 80px;
  font-size: 1.8rem;
}
.service_about_box h3 {
  padding-left: 40px;
  font-size: 2rem;
  color: #f39cc0;
  margin-bottom: 20px;
  position: relative;
  /*飾り縦線*/
}
.service_about_box h3::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 30px;
  background-color: #f39cc0;
  position: absolute;
  top: 2px;
  left: 0;
}
.service_about_box h3 span {
  display: block;
}
.service_about_box .box1 {
  padding-left: 40px;
  padding-bottom: 40px;
}
.service_about_box .box2 {
  padding-left: 40px;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .service_about {
    padding: 0 15px;
  }
  .service_about_txt {
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
  .service_about_txt p {
    padding-left: 20px;
  }
  .service_about_box {
    border-radius: 30px;
    padding: 20px 15px;
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .service_about_box h3 {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .service_about_box .box1 {
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .service_about_box .box2 {
    padding-left: 0px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          よくある質問 service_question
+++++++++++++++++++++++++++++++++++++++++
*/
.service_question .service_about_txt:last-child {
  padding-bottom: 80px;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .service_question {
    padding: 0 15px;
  }
  .service_question .service_about_txt:last-child {
    padding-bottom: 40px;
  }
}
/*

/*
+++++++++++++++++++++++++++++++++++++++++
          効果・魅力　service_effect
+++++++++++++++++++++++++++++++++++++++++
*/
.service_effect {
  padding-bottom: 40px;
  position: relative;
}
.service_effect .service_effect_img {
  width: 50%;
}
.service_effect .service_effect_img:last-child {
  position: absolute;
  top: 35%;
  right: 0%;
  max-width: 440px;
  z-index: -1;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .service_effect {
    padding: 0 15px 40px;
    position: relative;
  }
  .service_effect .service_effect_img:last-child {
    position: static;
  }
  .service_effect .service_effect_imgs {
    display: flex;
    align-items: center;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          1日の流れ　service_day
+++++++++++++++++++++++++++++++++++++++++
*/
.service_day .inr {
  padding: 30px 0 60px;
}
.service_day .inr .day_list {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  font-size: 1.8rem;
}
.service_day .inr .day_list .li_ttl {
  color: #f39cc0;
  font-weight: bold;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .service_day {
    padding: 20px 15px 40px;
  }
  .service_day .inr {
    padding: 0;
  }
  .service_day .inr .day_list {
    flex-wrap: wrap;
    padding-top: 0;
    font-size: 1.4rem;
  }
  .service_day .inr .day_list .li_ttl {
    padding-top: 30px;
  }
  .service_day .inr .day_list .day_listitem {
    width: 47%;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          暮らし　service_life
+++++++++++++++++++++++++++++++++++++++++
*/
.service_life {
  padding-bottom: 80px;
}
.service_life .flexb {
  flex-wrap: wrap;
}
.service_life_item {
  display: flex;
  align-items: center;
  width: 50%;
  padding-top: 40px;
}
.service_life_item p {
  font-size: 1.8rem;
  padding-left: 20px;
  max-width: 250px;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .service_life {
    padding: 0 15px 40px;
  }
  .service_life_item {
    width: auto;
    padding-top: 20px;
  }
  .service_life_item img {
    width: 30%;
  }
  .service_life_item p {
    font-size: 1.6rem;
    max-width: 100%;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          ご利用料金ページ
+++++++++++++++++++++++++++++++++++++++++
*/
.price .sec_ttl {
  border-bottom-color: #8f9a9f;
  font-size: 2rem;
  margin-bottom: 30px;
}
/*
+++++++++++++++++++++++++++++++++++++++++
          ご利用料金ページ price_wrapper
+++++++++++++++++++++++++++++++++++++++++
*/
.price_wrapper {
  padding: 0 10px 60px;
}
.price_wrapper .p {
  padding-top: 60px;
}
.price_wrapper .p h3 {
  margin-bottom: 20px;
  font-size: 2rem;
}
.price_wrapper .flex .price_img {
  background: url(../images/price_bg.png) no-repeat center/contain;
  width: calc(100% - 720px);
  margin-left: 20px;
}
.price_wrapper .flex .price_img_sp {
  display: none;
}
.box_price {
  padding: 40px 0 80px;
}
.service_btn.link_btn {
  margin-bottom: 0;
}
#price_izumiotsu .flex {
  flex-direction: row-reverse;
}
.price_wrapper #price_izumiotsu .flex .price_img {
  margin-left: 0;
  margin-right: 20px;
  background-image: url(../images/price_bgizumiotsu.png);
}
.price_wrapper #price_kaiduka .flex .price_img {
  background-image: url(../images/price_bgkaiduka.png);
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .price_wrapper {
    padding: 30px 15px;
  }
  .price_wrapper .p {
    padding-top: 30px;
  }
  .price_wrapper .p h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .price_wrapper .flex .price_img {
    display: none;
  }
  .price_wrapper .flex .price_img_sp {
    display: block;
    background: url(../images/price_bgsp.png) no-repeat center/contain;
    padding-top: 28%;
    margin: 10px 0;
  }
  .price_wrapper #price_izumiotsu .flex .price_img_sp {
    background-image: url(../images/price_bgspizumiotsu.png);
  }
  .price_wrapper #price_kaiduka .flex .price_img_sp {
    background-image: url(../images/pricekaiduka_bgsp.png);
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          テーブル ご利用料金
+++++++++++++++++++++++++++++++++++++++++
*/
.blue {
  width: 720px;
  border: 1px solid #8f9a9f;
  font-size: 1.6rem;
}
.blue th {
  background-color: #eef9ff;
  border: 1px solid #8f9a9f;
  border-collapse: collapse;
  width: 30%;
  text-align: center;
  padding: 20px 0;
  vertical-align: middle;
}
.blue td {
  width: 70%;
  border: 1px solid #8f9a9f;
  border-collapse: collapse;
  padding: 20px 10px 20px 30px;
  vertical-align: middle;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .blue {
    width: 100%;
    font-size: 1.4rem;
  }
  .blue th {
    padding: 10px;
  }
  .blue td {
    padding: 10px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          求人情報
+++++++++++++++++++++++++++++++++++++++++
*/
.recruit .sec_ttl {
  border-bottom-color: #8f9a9f;
  font-size: 2rem;
  margin-bottom: 30px;
}
.recruit_wrapper {
  padding: 60px 10px;
  /*テーブル*/
}
.recruit_wrapper h3 {
  font-size: 2.8rem;
  color: #f1a8c5;
  margin-bottom: 20px;
}
.recruit_wrapper .p {
  padding-top: 60px;
}
.recruit_wrapper .blue {
  width: 100%;
}
.recruit_img {
  text-align: center;
  padding-top: 60px;
}

/* .box_recruit:first-child {
  padding: 0 0 80px;
} */
/* .box_recruit:last-child {
  padding: 80px 0 0;
} */

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .recruit_wrapper {
    padding: 30px 15px;
  }
  .recruit_wrapper h3 {
    font-size: 1.8rem;
  }
  .recruit_img {
    padding-top: 30px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          会社概要
+++++++++++++++++++++++++++++++++++++++++
*/
.company .sec_ttl {
  border-bottom-color: #8f9a9f;
  font-size: 2rem;
  margin-bottom: 30px;
}
/*
+++++++++++++++++++++++++++++++++++++++++
          会社概要 company_wrapper
+++++++++++++++++++++++++++++++++++++++++
*/
.company_wrapper {
  padding: 60px 10px 40px;
}
.company_wrapper .company_table {
  width: 70%;
}
.company_wrapper .company_table table {
  font-size: 1.8rem;
  text-align: left;
}
.company_wrapper .company_table table th {
  width: 20%;
  border-bottom: 1px solid #eee;
  border-collapse: collapse;
  font-weight: normal;
  vertical-align: middle;
}
.company_wrapper .company_table table td {
  width: 80%;
  border-bottom: 1px solid #eee;
  border-collapse: collapse;
  padding: 10px 10px 10px 40px;
}
.company_wrapper .company_img {
  width: 30%;
  margin-left: 80px;
  text-align: center;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .company_wrapper {
    padding: 30px 15px;
  }
  .company_wrapper .company_table {
    width: auto;
    padding-left: 30px;
  }
  .company_wrapper .company_table table {
    width: 100%;
    font-size: 1.6rem;
  }
  .company_wrapper .company_table table th {
    display: block;
    width: 100%;
    padding: 2px 0;
  }
  .company_wrapper .company_table table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 5px 0;
  }
  .company_wrapper .company_table table td:last-child {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
  }
  .company_wrapper .company_img {
    width: 100%;
    margin: 0 auto;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          理念 company_wrapper
+++++++++++++++++++++++++++++++++++++++++
*/
.company_policy {
  padding-bottom: 40px;
  font-size: 1.8rem;
}
.company_policy ul {
  margin-left: 20px;
}
.company_policy ul li {
  list-style: decimal;
  padding-top: 30px;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .company_policy {
    padding-bottom: 30px;
    font-size: 1.6rem;
  }
  .company_policy ul {
    margin-left: 20px;
  }
  .company_policy ul li {
    padding-top: 20px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          スタッフ紹介　scompany_staff
+++++++++++++++++++++++++++++++++++++++++
*/
.company_staff {
  padding-bottom: 40px;
}
.staff_item {
  padding: 20px 0;
  border-bottom: 1px solid #b5b5b5;
}
.staff_item:first-child {
  padding-top: 0;
}
.staff_item:last-child {
  border-bottom: none;
}
.staff_item .staff_txt {
  width: calc(100% - 200px);
  padding-left: 30px;
  font-size: 1.8rem;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .company_staff {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .staff_item {
    text-align: center;
  }
  .staff_item .staff_txt {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    font-size: 1.6rem;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          アクセスマップ　company_map
+++++++++++++++++++++++++++++++++++++++++
*/
.company_map {
  padding: 0 10px 60px;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .company_map {
    padding: 30px 15px;
  }
  .company_map iframe {
    width: 100%;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
          コンタクトページ　
+++++++++++++++++++++++++++++++++++++++++
*/
.contact .sec_ttl {
  border-bottom-color: #8f9a9f;
  font-size: 2rem;
  margin-bottom: 30px;
}
.contact_wrapper {
  padding: 60px 10px;
}
.contact_wrapper .formTable {
  width: 100%;
  vertical-align: middle;
  font-size: 1.8rem;
}
.contact_wrapper .formTable th {
  width: 30%;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  vertical-align: middle;
}
.contact_wrapper .formTable td {
  width: 70%;
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.contact_wrapper .formTable td .boxm {
  width: 50%;
}
.contact_wrapper .formTable td .boxl {
  width: 100%;
}
.contact_wrapper .formTable td input {
  padding: 5px;
}
.contact_wrapper .formTable textarea {
  width: 100%;
  margin-top: 10px;
}
.contact_wrapper .formTable .red {
  color: #db230f;
}
.contact_wrapper .formTable span {
  padding-left: 10px;
}
.contact_wrapper .sb_btn {
  margin: 10px;
  text-align: center;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                 sp
+++++++++++++++++++++++++++++++++++++++++
*/
@media screen and (max-width: 768px) {
  .contact_wrapper {
    padding: 60px 10px;
  }
  .contact_wrapper .formTable {
    width: 100%;
    vertical-align: middle;
    font-size: 1.6rem;
  }
  .contact_wrapper .formTable th {
    display: block;
    width: 100%;
    padding: 2px;
  }
  .contact_wrapper .formTable td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 5px;
  }
  .contact_wrapper .formTable td:last-child {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
  }
  .contact_wrapper .formTable td .boxm {
    width: 100%;
  }
  .contact_wrapper .formTable textarea {
    width: 100%;
    margin-top: 10px;
  }
  .contact_wrapper .formTable span {
    padding-left: 0;
  }
  .contact_wrapper .sb_btn {
    margin: 10px;
    text-align: center;
  }
}

.btn__wrap {
  text-align: center;
}

.recruit__btn {
  max-width: 100%;
  width: 400px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #f1a8c5;
  border: 2px solid #f1a8c5;
  color: #fff;
  border-radius: 30px;
  margin: 20px auto 40px;
}
.recruit__btn:hover {
  background-color: #fff;
  color: #f1a8c5;
}
p.recluit_p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .recruit__btn {
    font-size: 15px;
    margin: 20px auto 30px;
  }
  p.recluit_p {
    font-size: 16px;
  }
}

.insta_wrap {
  max-width: 1000px;
  margin: 30px auto 0;
}
.insta_wrap h2.sec_ttl {
  margin-bottom: 0;
}
.insta__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  /*   box-shadow: 0px 3px 5px 0px rgba(15, 17, 16, 0.35); */
  border-bottom: 3px solid #31c10f;
}
.insta__banner a {
  display: block;
  width: 200px;
}
.insta__banner p {
  font-weight: bold;
  font-size: 18px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .insta__banner {
    flex-direction: column;
  }
  .insta__banner p {
    margin: 20px 0 0;
    font-size: 16px;
  }
  .insta__banner a {
    width: 160px;
  }
}
