/* 調整用スタイル */
a {
  text-decoration: none;
}

a,a:hover,a:visited{
    color: inherit;
}

a:hover {
  text-decoration: underline;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

h2 {
  font-family: "M PLUS 1", sans-serif;
}

.main {
  margin: auto;
}

.footer {
  background-color: #fff;
}

.footer div {
  margin: auto;
}

img, svg {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}




/* ヘッダー */
.header {
  background-color: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header_inner {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

/* ヘッダーロゴ部分 */
.header_title {
  width: 188px;
}


.header_title:hover {
  opacity: 0.8;
}


@media screen and (min-width: 768px) {
  .header_title {
    width: 275px;
  }
}

.header_title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーナビ部分 */
.header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 40vh;
  transform: translateX(100%);
  background-color: #fff;
  display: flex;
}

@media screen and (min-width: 768px) {
  .header_nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
  }
}

.nav_items {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .nav_items {
    margin: initial;
    display: flex;
    align-items: center;
    height: initial;
    gap: 42px;
  }
}

.nav-items_item {
  cursor: pointer;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

/* ナビのリンク */
.nav-items_item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

.nav-items_item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .nav-items_item a {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
  }
}

/* ハンバーガーメニュー */
.header_hamburger {
  width: 48px;
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.header_nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}





/* フッター */
#page_top{
  width: 92px;
  height: 92px;
  position: fixed;
  right: 50px;
  bottom: 25px;
  background: rgba(0, 0, 0, 1);
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 5px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  content: url(../images/back_to_top.png);
  color: #fff;
  position: absolute;
  width: 90px;
  height: 0px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.footer_column {
  padding: 40px;
}

.ft_text {
  font-weight: 500;
  line-height: 1.8;
}

.footer_child1{
  font-size: 17px;
}

.footer_child2{
  padding-top: 16px;
}

@media screen and (max-width: 960px) {
.pc_br {
  display: none;
}

.footer_child1{
  text-align: center;
}

.footer_child2{
  text-align: center;
}
}

@media screen and (min-width: 768px) {
.sp_br {
  display: none;
}
}

@media screen and (min-width: 960px) {
.sp_br_footer {
  display: none;
}

.sp_br_02 {
  display: none;
}

.footer_column {
  display: flex;
  width: 960px;
}

.ft_text {
  line-height: 1.8;
  font-weight: 500;
}

.footer_child1{
  font-size: 20px;
}

.footer_child2{
  font-size: 18px;
}
}

.footer_text {
  text-align: center;
  margin: 16px 0;
}

.footer_bannar {
  background-color: #D7D6CA;
  padding-inline: calc((100vw - 1000px) / 2);
  padding: 64px 0;
}

.text_16px {
  display: block;
  font-size: 16px;
}

.text_24px {
  display: block;
  font-size: 24px;
  font-weight: 550;
}

@media screen and (min-width: 957px) {
.button_column {
  display: flex;
  justify-content: center;
  padding-top: 36px;
  width: 960px;
}

.contact {
  background-color: #222222;
  color: #FFFFFF;
  border-radius: 80px;
  border-color: #000000;
  padding: 30px 36px 30px 90px;
  cursor: pointer;
}

.contact::before{
    content: "";
    display: inline-block;
    background: url(contact.png) no-repeat 0 0 / 36px auto;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
}

.contact::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow.png) no-repeat 0 0 / 34px auto;
    width: 34px;
    height: 34px;
    margin-left: 22px;
    vertical-align: middle;
}

.contact_text {
  font-size: 24px;
  font-weight: 500;
}

.tel {
  background-color: #FFFF69;
  border-radius: 80px;
  border-color: #000000;
  padding: 12px 116px;
}

.tel_text01 {
  font-size: 16px;
  font-weight: 600;
}

.tel_text02 {
  font-size: 32px;
  font-weight: 600;
}

.tel_text02::before{
    content: "";
    display: inline-block;
    background: url(tel.png) no-repeat 0 0 / 27px auto;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    vertical-align: middle;
}

.tel_text03 {
  font-size: 12px;
  font-weight: 600;
}
}

@media screen and (max-width: 957px) {
.button_column_gap {
  padding: 10px 0; 
}

.button_column {
  text-align: center;
  padding-top: 36px;
}

.contact {
  background-color: #222222;
  color: #FFFFFF;
  border-radius: 80px;
  border-color: #000000;
  padding: 30px 20px 30px 60px;
  cursor: pointer;
}

.contact::before{
    content: "";
    display: inline-block;
    background: url(contact.png) no-repeat 0 0 / 36px auto;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
}

.contact::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow.png) no-repeat 0 0 / 34px auto;
    width: 34px;
    height: 34px;
    margin-left: 22px;
    vertical-align: middle;
}

.contact_text {
  font-size: 24px;
  font-weight: 500;
}

.tel {
  background-color: #FFFF69;
  border-radius: 80px;
  border-color: #000000;
  padding: 12px 94px;
}

.tel_text01 {
  font-size: 16px;
  font-weight: 600;
}

.tel_text02 {
  font-size: 32px;
  font-weight: 600;
}

.tel_text02::before{
    content: "";
    display: inline-block;
    background: url(tel.png) no-repeat 0 0 / 27px auto;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    vertical-align: middle;
}

.tel_text03 {
  font-size: 12px;
  font-weight: 600;
}
}





/** ページ全般 **/
@media screen and (min-width: 960px) {
.tablet_br {
  display: none;
}
}

@media screen and (min-width: 768px) {
.main {
  padding-top: 48px;
}
}

@media screen and (max-width: 768px) {
.main {
  padding-top: 42px;
}
}

.page_title {
  display: flex;
  height: 200px;
  background-image: url(hero_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 36px;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}

.gray_text {
  color: #AEBDC8;
  font-size: 20px;
  border-bottom: dotted 2px #AEBDC8;
}

@media screen and (min-width: 768px) {
.page_title_top {
  display: flex;
  position: relative;
  height: 580px;
  background-image: url(hero_bg_top_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "M PLUS 1", sans-serif;
  justify-content: center;
}

.page_title_top2 {
  position: relative;
  height: 580px;
  background-image: url(top_foot_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
}

.title_top {
  position: absolute;
  text-align: center;
  color: #222222;
  font-size: 42px;
  font-weight: 500;
  top: 200px;
}

.top_subtitle {
  font-size: 21px;
  font-weight: 400;
  padding-top: 15px;
}

.font_bold {
  font-weight: 600;
}

.top_title_logo {
  align-items: flex-start;
  display: flex;
  position: absolute;
  gap: 220px;
  top: 130px;
}
}

@media screen and (min-width: 768px) {
.main_container {
  padding: 0 16%;
  max-width: 940px;
  margin: auto;
}
.main_container_colored {
  background-color: #F7F7F3;
}
}

@media screen and (max-width: 768px) {
.main_container {
  padding: 0 6%;
}
.main_container_colored {
  background-color: #F7F7F3;
}
}

.page_title_top2_inner {
  padding: 32px 16%;
}

.top_foot_bannar {
  background: rgba(184, 226, 251, 0.8);
  max-width: 960px;
  padding: 48px 64px;
}

.top_foot_bannar_text1 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.top_foot_bannar_text2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.foot_bannar_text1 {
  padding-bottom: 24px;
}

.woman_illust {
  position: absolute;
  max-width: 271px;
  bottom: 0;
  right: 16px;
}

@media screen and (max-width: 980px) {
.woman_illust {
  position: absolute;
  max-width: 190px;
  bottom: 0;
  right: 0;
}
}

@media screen and (max-width: 960px) {
.top_foot_bannar_text1 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.top_foot_bannar_text2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
}




/** トップ **/
@media screen and (max-width: 768px) {
.main_top {
  display: none;
}

.top_pc_mv {
  display: none;
}
}

@media screen and (min-width: 768px) {
.top_sp_mv {
  display: none;
}

.top_sp_mv2 {
  display: none;
}
}

.top_sp_mv {
  padding-bottom: 32px;
}


@media screen and (min-width: 768px) {
.top_column {
  display: flex;
  padding-top: 48px;
  gap: 37px;
}

.top_column_1 {
  flex-basis: 66%;
  font-size: 16px;
  line-height: 2;
}

.top_column_2 {
  display: block;
  max-width: 306px;
  flex-basis: 33%;
}
}

@media screen and (max-width: 768px) {
.top_column {
  padding-top: 48px;
  gap: 37px;
}

.top_column_1 {
  font-size: 16px;
  line-height: 2;
}

.top_column_2 {
  display: block;
  max-width: 100%;
  padding-top: 36px;
}
}

.top_section_colored {
  padding: 80px 16%;
  max-width: 940px;
  margin: auto;
}

.top_section {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 940px;
  margin: auto;
}

@media screen and (max-width: 768px) {
.top_section_colored {
  padding: 64px 6%;
  max-width: 940px;
  margin: auto;
}

.top_section {
  padding-top: 64px;
  padding-bottom: 64px;
  max-width: 940px;
  margin: auto;
}
}

.headline_padding {
  padding-bottom: 48px;
}

@media screen and (max-width: 768px) {
.icon_p_01 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_01::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon01.png) no-repeat 0 0 / 44px auto;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_01::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_02 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_02::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon02.png) no-repeat 0 0 / 44px auto;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_02::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_03 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_03::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon03.png) no-repeat 0 0 / 44px auto;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_03::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_04 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_04::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon04.png) no-repeat 0 0 / 44px auto;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_04::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_05 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_05::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon05.png) no-repeat 0 0 / 44px auto;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_05::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_06 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_06::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon06.png) no-repeat 0 0 / 44px auto;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_06::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_07 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_07::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon07.png) no-repeat 0 0 / 44px auto;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_07::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}
}

@media screen and (min-width: 768px) {
.icon_p_01 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_01::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon01.png) no-repeat 0 0 / 52px auto;
    width: 52px;
    height: 52px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_01::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_02 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_02::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon02.png) no-repeat 0 0 / 52px auto;
    width: 52px;
    height: 52px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_02::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_03 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_03::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon03.png) no-repeat 0 0 / 52px auto;
    width: 52px;
    height: 52px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_03::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_04 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_04::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon04.png) no-repeat 0 0 / 52px auto;
    width: 52px;
    height: 52px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_04::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_05 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_05::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon05.png) no-repeat 0 0 / 52px auto;
    width: 52px;
    height: 52px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_05::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_06 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_06::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon06.png) no-repeat 0 0 / 52px auto;
    width: 52px;
    height: 52px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_06::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}

.icon_p_07 {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 10px 16px 60px;;
  position:relative;
}

.icon_p_07::before{
    content: "";
    display: inline-block;
    background: url(serviceicon/service_icon07.png) no-repeat 0 0 / 52px auto;
    width: 52px;
    height: 52px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    left:0;
}

.icon_p_07::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow_gray.png) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position:absolute;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    right:-10px;
}
}

.top_service {
  background-color: #FFFFFF;
  padding: 48px 56px;
}

.achievement_text {
  font-size: 16px;
  padding-top: 17px;
}

@media screen and (min-width: 960px) {
.top_img_column {
  display: flex;
  gap: 20px;
  padding-top: 48px;
  justify-content: center;
}
}

@media screen and (max-width: 960px) {
.top_img_column {
  padding-top: 48px;
  text-align: center;
}

.img_column1 {
  padding-bottom: 20px;
}

.img_column2 {
  padding-bottom: 20px;
}

.img_column3 {
  padding-bottom: 20px;
}
}

.button_center {
  display: flex;
  justify-content: center;
  padding-top: 56px;
}

@media screen and (max-width: 768px) {
.top_general_button_1 {
  cursor: pointer;
  background-color: #222222;
  color: #FFFFFF;
  border-radius: 80px;
  border-color: #000000;
  padding: 20px 20px 20px 30px;
  font-size: 24px;
  text-align: center;
}

.top_general_button_1::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow.png) no-repeat 0 0 / 34px auto;
    width: 34px;
    height: 34px;
    margin-left: 40px;
    vertical-align: middle;
}

.top_general_button_2 {
  cursor: pointer;
  background-color: #222222;
  color: #FFFFFF;
  border-radius: 80px;
  border-color: #000000;
  padding: 20px 20px 20px 66px;
  font-size: 24px;
  text-align: center;
}

.top_general_button_2::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow.png) no-repeat 0 0 / 34px auto;
    width: 34px;
    height: 34px;
    margin-left: 76px;
    vertical-align: middle;
}

.top_general_button_3 {
  cursor: pointer;
  background-color: #222222;
  color: #FFFFFF;
  border-radius: 80px;
  border-color: #000000;
  padding: 20px 20px 20px 30px;
  font-size: 24px;
  text-align: center;
}

.top_general_button_3::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow.png) no-repeat 0 0 / 34px auto;
    width: 34px;
    height: 34px;
    margin-left: 40px;
    vertical-align: middle;
}
}

@media screen and (min-width: 768px) {
.top_general_button_1 {
  cursor: pointer;
  background-color: #222222;
  color: #FFFFFF;
  border-radius: 80px;
  border-color: #000000;
  padding: 29px 50px 29px 151px;
  font-size: 24px;
  text-align: center;
}

.top_general_button_1::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow.png) no-repeat 0 0 / 34px auto;
    width: 34px;
    height: 34px;
    margin-left: 69px;
    vertical-align: middle;
}

.top_general_button_2 {
  cursor: pointer;
  background-color: #222222;
  color: #FFFFFF;
  border-radius: 80px;
  border-color: #000000;
  padding: 29px 50px 29px 187px;
  font-size: 24px;
  text-align: center;
}

.top_general_button_2::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow.png) no-repeat 0 0 / 34px auto;
    width: 34px;
    height: 34px;
    margin-left: 105px;
    vertical-align: middle;
}

.top_general_button_3 {
  cursor: pointer;
  background-color: #222222;
  color: #FFFFFF;
  border-radius: 80px;
  border-color: #000000;
  padding: 29px 50px 29px 151px;
  font-size: 24px;
  text-align: center;
}

.top_general_button_3::after{
    content: "";
    display: inline-block;
    background: url(../images/arrow.png) no-repeat 0 0 / 34px auto;
    width: 34px;
    height: 34px;
    margin-left: 69px;
    vertical-align: middle;
}
}

.top_staff_text {
  font-size: 16px;
  line-height: 2;
}

.staff_text {
  padding-top: 48px;
}

@media screen and (min-width: 960px) {
.top_staff_column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  justify-content: center;
  gap: 45px;
  padding-top: 36px;
}
}

@media screen and (max-width: 960px) {
.top_staff_column {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  justify-content: center;
  gap: 45px;
  padding-top: 36px;
}
}

.text_15px {
  font-size: 15px;
}

.text_12px {
  font-size: 12px;
  text-align: left;
}

@media screen and (min-width: 768px) {
.top_foot {
  display: flex;
  position: relative;
  height: 580px;
  background-image: url(top_foot_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
}
}

@media screen and (max-width: 768px) {
.top_foot {
  display: flex;
  position: relative;
  height: 580px;
  background-image: url(top_foot_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
}
}

.top_foot_text {
  position: absolute;
  top: 130px;
}

.foot_text_big {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #222222;
  padding-bottom: 24px;
}

.foot_text_small {
  font-size: 16px;
  width: 800px;
  line-height: 2;
  color: #222222;
}





/**実績**/
.tpa_box .tpa_box-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}

.tpa_box .tpa_box-info table {
	width: 100%;
	border-top: 1px solid #CCC;
	border-collapse: collapse;
}

.tpa_box .tpa_box-info table th,
.tpa_box .tpa_box-info table td {
	border-bottom: 1px solid #CCC;
	padding: 12px 0;
	text-align: left;
	font-size: 16px;
	line-height: 180%;
  vertical-align: top;
}

.tpa_box .tpa_box-info table th {
	width: 15%;
}

.tpa_box .tpa_box-img {
	max-width: 222px;
	margin-left: 27px;
}

.tpa_box .tpa_box-img img {
	width: 100% !important;
}

.table_column {
  flex-basis: 75%;
}

.tpa_box-img {
  flex-basis: 25%;
}

.achievement_headline {
  color: #222222;
  background-color: #BEE197;
  padding: 13px 0;
  text-align: center;
}

.headline_text01 {
  font-size: 20px;
  font-weight: 500;
}

.box_bottom_text {
  padding-bottom: 56px;
}

@media (max-width: 768px) {
	.tpa_box .tpa_box-info {
		flex-direction: column-reverse;
	}

	.tpa_box .tpa_box-img {
		flex-shrink: 0;
		max-width: 100%;
		margin-left: 0;
	}

	.tpa_box .tpa_box-info table th,
	.tpa_box .tpa_box-info table td {
		display: block;
		font-size: 0.875rem;
	}

	.tpa_box .tpa_box-info table th {
		width: 100%;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.tpa_box .tpa_box-info table td {
		padding-top: 0;
	}

	.tpa_box .tpa_box-img img {
		margin-bottom: 1.4rem !important;
	}
}

@media (min-width: 768px) {
.voice_column {
  display: flex;
  padding-top: 36px;
  gap: 26px;
}

.voice_column01 {
  flex-basis: 11%;
  max-width: 101px;
}

.voice_column02 {
  flex-basis: 88%;
}
}

@media (max-width: 768px) {
.voice_column01 {
  max-width: 101px;
  margin: 0 auto;
  padding: 24px;
}
}

.table_02_div {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1028px) {
.table_02, .table02_td, .table02_th,.table02_td_small, .table02_th_small,.table02_td_big, .table02_th_big {
	border: 1px solid #595959;
	border-collapse: collapse;
  text-align: center;
}

.table02_td, .table02_th {
	padding: 3px;
	width: 234px;
}

.table02_td_small, .table02_th_small {
  padding: 3px;
  width: 174px;
}

.table02_td_big, .table02_th_big {
  padding: 3px;
  width: 298px;
}

.table02_td_big, .table02_td_small, .table02_td {
  height: 83px;
  font-size: 16px;
}

.table02_th_big, .table02_th_small, .table02_th {
  height: 65px;
  font-size: 12px;
}
}

@media screen and (min-width: 1028px) {
.table_02, .table02_td, .table02_th,.table02_td_small, .table02_th_small,.table02_td_big, .table02_th_big {
	border: 1px solid #595959;
	border-collapse: collapse;
  text-align: center;
}

.table02_td, .table02_th {
	padding: 3px;
	width: 234px;
}

.table02_td_small, .table02_th_small {
  padding: 3px;
  width: 174px;
}

.table02_td_big, .table02_th_big {
  padding: 3px;
  width: 298px;
}

.table02_td_big, .table02_td_small, .table02_td {
  height: 83px;
  font-size: 20px;
}

.table02_th_big, .table02_th_small, .table02_th {
  height: 65px;
  font-size: 16px;
}
}


.table02_th, .table02_th_small, .table02_th_big {
	background: #FCB9B9;
}

.even {
	background: #fbf8f0;
}

.odd {
	background: #fefcf9;
}

.tr_gray {
        background: #F5F5F5;
}

.table02_td_big > img {
  display: block;
  margin: auto;
  max-width: 205px;
  height: auto;
}

.table_date {
  font-size: 13px;
  color: #222222;
  padding-top: 24px;
  padding-bottom: 80px;
}





/** サービス **/
.service_ul {
  padding-left: 1em;
}

.service_ol {
  padding-left: 1em;
}

.service_h2_01 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_01::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon01.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;                  
}

.service_h2_02 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_02::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon02.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}

.service_h2_03 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_03::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon03.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}


.service_h2_04 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_04::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon04.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}


.service_h2_05 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_05::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon05.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}

.service_h2_06 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_06::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon06.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}

.service_h2_07 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_07::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon07.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}

@media screen and (min-width: 768px) {
.img_column {
  display: flex;
  gap: 36px;
  text-align: center;
  width: 100%;
  padding-top: 36px;
}

.img_column_bottom {
  display: flex;
  gap: 36px;
  padding-bottom: 80px;
  text-align: center;
  width: 100%;
}

.service_contants {
  padding-top: 80px;
}

.service_inner {
  padding: 32px 56px 0 56px;
}

.service_text {
  font-size: 16px;
}

.service_h2_01 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_01::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon01.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;                  
}

.service_h2_02 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_02::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon02.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}

.service_h2_03 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_03::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon03.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}


.service_h2_04 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_04::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon04.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}


.service_h2_05 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_05::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon05.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}

.service_h2_06 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_06::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon06.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}

.service_h2_07 {
  padding:5px 10px 5px 55px;; 
  position:relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_07::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon07.png) no-repeat 0 0 / 64px auto;
  width: 64px;
  height: 64px;
  top: -13px;
  left: -20px;    
}
}

@media screen and (max-width: 768px) {
.img_column {
  display: flex;
  gap: 12px;
  text-align: center;
  width: 100%;
  padding-top: 24px;
}

.img_column_bottom {
  display: flex;
  gap: 12px;
  padding-bottom: 64px;
  text-align: center;
  width: 100%;
}

.service_contants {
  padding-top: 64px;
}

.service_inner {
  padding-top: 24px;
}

.service_text {
  font-size: 14px;
}

.service_h2_01 {
  padding:5px 10px 5px 30px;; 
  position:relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_01::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon01.png) no-repeat 0 0 / 44px auto;
  width: 44px;
  height: 44px;
  top: -9px;
  left: -20px;                  
}

.service_h2_02 {
  padding:5px 10px 5px 30px;; 
  position:relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_02::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon02.png) no-repeat 0 0 / 44px auto;
  width: 44px;
  height: 44px;
  top: -9px;
  left: -20px;    
}

.service_h2_03 {
  padding:5px 10px 5px 30px;; 
  position:relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_03::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon03.png) no-repeat 0 0 / 44px auto;
  width: 44px;
  height: 44px;
  top: -9px;
  left: -20px;    
}


.service_h2_04 {
  padding:5px 10px 5px 30px;; 
  position:relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_04::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon04.png) no-repeat 0 0 / 44px auto;
  width: 44px;
  height: 44px;
  top: -9px;
  left: -20px;    
}


.service_h2_05 {
  padding:5px 10px 5px 30px;; 
  position:relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_05::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon05.png) no-repeat 0 0 / 44px auto;
  width: 44px;
  height: 44px;
  top: -9px;
  left: -20px;    
}

.service_h2_06 {
  padding:5px 10px 5px 30px;; 
  position:relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_06::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon06.png) no-repeat 0 0 / 44px auto;
  width: 44px;
  height: 44px;
  top: -9px;
  left: -20px;    
}

.service_h2_07 {
  padding:5px 10px 5px 30px;; 
  position:relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  left: 20px;
}

.service_h2_07::before{
  position:absolute;
  content: "";
  display: inline-block;
  background: url(serviceicon/service_icon07.png) no-repeat 0 0 / 44px auto;
  width: 44px;
  height: 44px;
  top: -9px;
  left: -20px;    
}
}





/**スタッフ紹介**/
@media screen and (max-width: 768px) {
.h2_general {
  font-size: 24px;
  font-weight: 500;
}
.h2_general:nth-child(n+2) {
  padding-top: 30px;
}
}

@media screen and (min-width: 768px) {
.h2_general {
  font-size: 32px;
  font-weight: 500;
}
.h2_general:nth-child(n+2) {
  padding-top: 30px;
}
}

.subtitle {
  font-size: 20px;
}

.general_headline {
  line-height: 0.9;
  border-left:4px solid #FCB9B9;
  padding:2px 20px;
}

.text_semibold {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
.staff_column {
  display: flex;
  padding-top: 50px;
  gap: 46px;
}

.staff_col_1 {
  flex-basis: 22%;
}

.staff_col_2 {
  flex-basis: 78%;
}

.staff_contents {
  padding-top: 80px;
}

.staff_contents_bottom {
  padding: 80px 0;
}
}

@media screen and (max-width: 768px) {
.staff_column {
  padding-top: 50px;
}

.staff_col_1 {
  float: left;
  margin: 0 15px 1px 0;
}

.staff_contents {
  padding-top: 64px;
}

.staff_contents_bottom {
  padding: 64px 0;
}
}
