@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
    /* font-family: 'Noto Sans JP', sans-serif; */
}
.no-style{
    border: none !important;
    background: none !important;
}
.no-before::before {
  display: none !important;
  content: none !important;
}
.no-after::after {
  display: none !important;
  content: none !important;
}

.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page .c-pageTitle {
    display: none;
}
.page .post_content {
    margin-top: 0;
}
.page #content {
    padding-top: 0;
}

.swell-block-button-container {
    display: flex !important;
    justify-content: right !important;
    align-items: center !important;

}

.swell-block-button {
    width: 120px !important;
    height: 120px !important;
    display: flex !important;
    /* justify-content: center; */
    align-items: center;
    margin: 0 !important;
}

.swell-block-button a{
    width: 120px !important;
    height: 120px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.aboutus-text-area{

}

h2.top-aboutus-title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  position: relative;
  z-index: 10;
  max-width: 580px;
  margin: 0 0 0 35%;
  padding: 0;
  top: 54%;
}

h2.top-aboutus-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #000;
  margin-left: 1rem;
  opacity: 0.2; /* 薄くしたい場合 */
}

.aboutus-service-area{
  position: relative;
}
h2.top-service-title {
  left: -16%;
  top: 16%;
  width: 500px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
}

h2.top-service-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #000;
  margin-left: 1rem;
  opacity: 0.2; /* 薄くしたい場合 */
}


.wpcf7-form input {
  width: 100%;
}
.wpcf7-form textarea{
  width: 100%;
}
.wpcf7-form p{
  padding: 8px 0;
}

#media_image-4{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.service-card__title-en{
  padding: 0 !important;
  font-weight: 100 !important;
}
.service-card__title-ja{
  padding: 0 !important;
  font-weight: 100 !important;
}

.aboutus-service-container {
  position: relative;
  max-width: 392px;
  height: 300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus-service-circle-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  border: 1px solid;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aboutus-service-circle-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  border: 1px solid;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


@media (max-width: 1200px) {
  h2.top-aboutus-title {
    max-width: auto;
    margin: 0;
    top: 0;
  }
  h2.top-service-title {
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 960px) {

}
@media (max-width: 782px) {
  .sp782 {
    display: none;
  }
}
@media (max-width: 600px) {

}