@charset "UTF-8";
body {
  color: rgba(28, 27, 27, 0.9607843137);
  font-family: "Merriweather", "Noto Sans JP", "Bebas Neue", system-ui;
  background: linear-gradient(135deg, rgba(59, 175, 218, 0.86), rgba(79, 114, 164, 0.35));
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  body {
    font-size: 20px;
  }
}
@media screen and (min-width: 1020px) {
  body {
    font-size: 22px;
  }
}
body.no-scroll {
  overflow: hidden;
}

.section {
  padding: 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .section {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1020px) {
  .section {
    padding: 50px 0;
  }
}

.section_inner {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .section_inner {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1020px) {
  .section_inner {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1020px) {
  .section_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.section_inner.inner {
  display: block;
}

.section_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section_head-main {
  font-size: 60px;
  letter-spacing: 0.1em;
  font-family: "Squada One";
  color: transparent;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .section_head-main {
    font-size: 80px;
  }
}
@media screen and (min-width: 1020px) {
  .section_head-main {
    font-size: 100px;
  }
}
.section_head-main::before {
  position: absolute;
  left: 0;
  top: 0;
  color: white; /* 中の色 */
  z-index: -1; /* 背面に配置 */
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 1px 1px 0 rgba(28, 27, 27, 0.9607843137), -1px -1px 0 rgba(28, 27, 27, 0.9607843137), -1px 1px 0 rgba(28, 27, 27, 0.9607843137), 5px -5px 0 rgba(28, 27, 27, 0.9607843137); /* 白い線を作成 */
}
.section_head-main.content-1::before {
  content: "Profile-";
}
.section_head-main.content-2::before {
  content: "Works-";
}
.section_head-main.content-3::before {
  content: "Service-";
}
.section_head-main.content-4::before {
  content: "Workflow-";
}
.section_head-main.content-5::before {
  content: "Contact-";
}

.section_head-sub {
  position: relative;
  font-size: 15px;
  top: -10px;
  left: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .section_head-sub {
    font-size: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .section_head-sub {
    font-size: 25px;
  }
}

.br_hidden-logo {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .br_hidden-logo {
    display: block;
  }
}

.br_hidden {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .br_hidden {
    display: block;
  }
}
@media screen and (min-width: 1020px) {
  .br_hidden {
    display: block;
  }
}

.wavy-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  width: 70%;
  height: 30px;
  background-image: url("../img/wavy-line.png");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .wavy-line {
    width: 75%;
    height: 40px;
  }
}
@media screen and (min-width: 1020px) {
  .wavy-line {
    width: 80%;
    height: 50px;
  }
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 15px;
}
@media screen and (min-width: 1020px) {
  .header_inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 21px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header_logo a {
  font-size: 30px;
  font-weight: bold;
}

.header_nav {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}

.header-button_icon {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 4px;
}

.header_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.48px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  white-space: nowrap;
}
.header_link:hover {
  background-color: #da9b4e;
}

.header_open {
  background-color: rgba(21, 174, 230, 0);
  margin-top: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header_open {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  .header_open {
    display: none;
  }
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  border: none;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-last-of-type(1) {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 10px;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-last-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-last-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.drawer-icon_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #111111;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon_bar:nth-last-of-type(2) {
  top: 9px;
}
.drawer-icon_bar:nth-last-of-type(3) {
  top: 18px;
}

.drawer-content {
  width: 95%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(21, 174, 230, 0.95);
  z-index: 50;
  padding: 86px 40px 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.drawer-content_link {
  display: block;
  width: 300px;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.48px;
}
.drawer-content_link:hover {
  background-color: #da9b4e;
}

.drawer-content_button {
  width: 200px;
  margin-top: 14px;
  text-align: right;
}

.video-title {
  position: relative;
}

.video-title_logo {
  position: absolute;
  z-index: 100;
  font-size: 25px;
  text-align: center;
  color: rgba(218, 155, 78, 0.6901960784);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 550px) {
  .video-title_logo {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .video-title_logo {
    font-size: 35px;
  }
}
@media screen and (min-width: 1020px) {
  .video-title_logo {
    font-size: 45px;
  }
}

.video-bg {
  width: 100%;
  height: auto;
}

.profile_container {
  padding-top: 10px;
}
@media screen and (min-width: 1020px) {
  .profile_container {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .profile_container {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .profile_container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.profile_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .profile_img {
    gap: 25px;
  }
}
@media screen and (min-width: 1020px) {
  .profile_img {
    gap: 25px;
  }
}
.profile_img :nth-child(1),
.profile_img :nth-child(2) {
  padding: 10px;
  border: 10px solid rgba(52, 105, 219, 0.5137254902); /* 1つ目の画像に青いフレームを設定 */
  border-radius: 15px; /* 角を丸める（任意） */
  -webkit-box-shadow: 10px 15px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 15px 15px rgba(0, 0, 0, 0.5); /* 立体感を出すための影 */
  background-color: rgba(185, 194, 220, 0.525);
}
.profile_img img {
  width: 30%;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .profile_img img {
    width: 30%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1020px) {
  .profile_img img {
    width: 45%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 1020px) {
  .profile_text-contents {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    width: 265%;
  }
}

.profile_text {
  padding-top: 10px;
}

.section_lead-text {
  font-size: 18px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .section_lead-text {
    padding-top: 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .section_lead-text {
    padding-top: 5px;
    font-size: 25px;
  }
}

.section_contents {
  padding-top: 30px;
}

.service_list {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .service_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .service_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.service-text {
  font-size: 20px;
}

.service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .service_item {
    width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .service_item {
    width: 100%;
  }
}

.service_item-img img {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .service_item-img img {
    width: 100px;
  }
}
@media screen and (min-width: 1020px) {
  .service_item-img img {
    width: 120px;
  }
}

.service_item-name {
  font-weight: bold;
  white-space: nowrap;
  padding-top: 10px;
  font-size: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .service_item-name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .service_item-name {
    font-size: 25px;
  }
}

.service_item-text {
  padding-top: 10px;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .service_item-text {
    font-size: 17px;
  }
}
@media screen and (min-width: 1020px) {
  .service_item-text {
    font-size: 20px;
  }
}

.swiper {
  width: 80%;
  height: 100%;
  padding: 0px 30px 50px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .swiper {
    width: 85%;
    padding: 0px 30px 80px;
  }
}

.swiper-slide {
  width: 100%;
}

.swiper_contents {
  height: 100%;
}

.swiper_modal {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.swiper_modal-area {
  border-radius: 20px;
  border: 10px solid #638ec3;
  background-color: rgba(186, 201, 221, 0.368627451);
  padding: 15px 20px 20px 20px;
}
.swiper_modal-area:hover {
  background-color: #da9b4e;
}

.swiper_img img {
  border-radius: 10px;
}

.swiper_title {
  font-size: 20px;
  text-align: center;
  padding-top: 5px;
}

.swiper_modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.works_swiper-pagination {
  bottom: 5px !important;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .works_swiper-pagination {
    bottom: 30px !important;
  }
}
@media screen and (min-width: 1020px) {
  .works_swiper-pagination {
    bottom: 15px !important;
  }
}

.works_swiper-prev-next {
  position: relative;
}

.works_swiper-prev,
.works_swiper-next {
  display: none;
  top: 10px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .works_swiper-prev,
  .works_swiper-next {
    display: block;
    top: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .works_swiper-prev,
  .works_swiper-next {
    display: block;
  }
}
.works_swiper-prev::after,
.works_swiper-next::after {
  display: none;
}

.works_swiper-prev {
  position: absolute;
  background: url(../img/prev-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .works_swiper-prev {
    left: 20%;
  }
}
@media screen and (min-width: 1020px) {
  .works_swiper-prev {
    left: 30%;
  }
}

.works_swiper-next {
  right: -30px;
  background: url(../img/next-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .works_swiper-next {
    right: 20%;
  }
}
@media screen and (min-width: 1020px) {
  .works_swiper-next {
    right: 30%;
  }
}

.works_text {
  font-size: 15px;
}

.works_modal {
  width: 80%;
  height: 80%;
  background: none;
  border: none;
}
.works_modal.modal4 {
  height: 60%;
}
.works_modal.modal5 {
  height: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .works_modal {
    width: 60%;
    height: 80%;
  }
}
@media screen and (min-width: 1020px) {
  .works_modal {
    width: 50%;
  }
}

.works_modal-head-image video {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .works_modal-head-image {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1020px) {
  .works_modal-head-image {
    max-width: 55%;
    margin: 0 auto;
  }
}

.works_modal-button {
  position: absolute;
  bottom: -2%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 10px solid #fff;
  background-color: #4ea9da;
  border-radius: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .works_modal-button {
    bottom: -3%;
  }
}
@media screen and (min-width: 1020px) {
  .works_modal-button {
    bottom: -3%;
  }
}

.flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 15px;
}
@media (max-width: 550px) {
  .flow_list {
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .flow_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1020px) {
  .flow_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 0;
    max-width: 1000px;
  }
}

.flow_list li:nth-child(2),
.flow_list li:nth-child(4) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.flow_item {
  position: relative;
  padding: 60px 40px 20px;
  width: 330px;
  height: 290px;
  background-image: url(../img/flow_list-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
@media screen and (min-width: 768px) and (max-width: 1020px) and (max-width: 890px) {
  .flow_item {
    width: 300px;
  }
}
@media screen and (min-width: 1020px) {
  .flow_item {
    width: 400px;
    height: 360px;
  }
}

.flow_item.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.flow_item-num {
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 30px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50%;
  color: rgba(28, 27, 27, 0.9607843137);
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .flow_item-num {
    top: 5px;
  }
}
@media screen and (min-width: 1020px) {
  .flow_item-num {
    top: 10px;
  }
}

.flow_item-img img {
  width: 50px;
}
@media screen and (min-width: 1020px) {
  .flow_item-img img {
    width: 80px;
    padding-top: 15px;
  }
}

.flow_item-name {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.flow_item-text {
  margin-top: 10px;
  font-size: 16px;
}

.flow_modal {
  margin: 0 auto;
  width: 65%;
}

.flow_modal-text {
  color: rgb(9, 194, 218);
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.flow_modal-text:hover {
  color: #da9b4e;
}

.compare {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.4470588235);
  max-width: 1050px;
}

.compare_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1020px) {
  .compare_title {
    font-size: 24px;
  }
}

.compare_content {
  margin-top: 20px;
  overflow-x: auto;
  padding-bottom: 30px;
}
.compare_content p {
  padding-top: 15px;
  font-size: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .compare_content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1020px) {
  .compare_content {
    padding-bottom: 0;
  }
}

.compare_table {
  width: 620px;
  table-layout: fixed;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .compare_table {
    width: 800px;
  }
}
@media screen and (min-width: 1020px) {
  .compare_table {
    width: 1100px;
  }
}
.compare_table th,
.compare_table td {
  text-align: center;
  font-weight: 700;
  height: 60px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .compare_table th,
  .compare_table td {
    height: 80px;
  }
}
@media screen and (min-width: 1020px) {
  .compare_table th,
  .compare_table td {
    height: 150px;
  }
}
.compare_table th:nth-child(1),
.compare_table td:nth-child(1) {
  width: 130px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .compare_table th:nth-child(1),
  .compare_table td:nth-child(1) {
    width: 150px;
  }
}
@media screen and (min-width: 1020px) {
  .compare_table th:nth-child(1),
  .compare_table td:nth-child(1) {
    width: 200px;
  }
}
.compare_table th:nth-child(2),
.compare_table td:nth-child(2) {
  width: 100px;
  background: #fff9e5;
  font-size: 16px;
  letter-spacing: 0.42px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .compare_table th:nth-child(2),
  .compare_table td:nth-child(2) {
    width: 150px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .compare_table th:nth-child(2),
  .compare_table td:nth-child(2) {
    width: 250px;
    font-size: 25px;
    letter-spacing: 0.75px;
  }
}
.compare_table th {
  letter-spacing: 0.48px;
}
@media screen and (min-width: 1020px) {
  .compare_table th {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
.compare_table td {
  font-size: 14px;
  letter-spacing: 0.42px;
  padding: 0 15px;
}
@media screen and (min-width: 1020px) {
  .compare_table td {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
.compare_table thead th {
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .compare_table thead th {
    height: 90px;
  }
}
@media screen and (min-width: 1020px) {
  .compare_table thead th {
    letter-spacing: 2px;
    height: 100px;
  }
}
.compare_table tbody tr {
  border-top: 1.5px solid rgba(28, 27, 27, 0.9607843137);
}
@media screen and (min-width: 1020px) {
  .compare_table tbody tr {
    border-top-width: 3px;
  }
}
.compare_table tbody th,
.compare_table tbody tr {
  height: 58.5px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .compare_table tbody th,
  .compare_table tbody tr {
    height: 100px;
  }
}
@media screen and (min-width: 1020px) {
  .compare_table tbody th,
  .compare_table tbody tr {
    height: 100px;
  }
}

.contact_contents {
  padding-bottom: 10px;
}

.contact_gmail-content p {
  padding-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 715px) {
  .contact_gmail-content p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contact_gmail-content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1020px) {
  .contact_gmail-content p {
    font-size: 18px;
  }
}

.contact_hp-content {
  padding-top: 10px;
}

.contact_button {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 80%;
  height: 70px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.contact_button:hover {
  color: #da9b4e;
}
@media (max-width: 500px) {
  .contact_button {
    height: 90px;
  }
}
.contact_button img {
  position: absolute;
  opacity: 0.3;
  height: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact_button a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 715px) {
  .contact_button a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contact_button a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .contact_button a {
    font-size: 25px;
  }
}

.pagetop {
  position: relative;
  display: block;
  width: 100px;
  height: 150px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .pagetop {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 65%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
  }
}
@media screen and (min-width: 1020px) {
  .pagetop {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 65%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
  }
}

.pagetop_text {
  font-size: 13px;
  position: absolute;
  text-align: center;
  top: 45px;
  left: 27px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .pagetop_text {
    font-size: 10px;
    top: 52px;
    left: 28px;
  }
}
@media screen and (min-width: 1020px) {
  .pagetop_text {
    font-size: 10px;
    top: 52px;
    left: 28px;
  }
}

.footer {
  text-align: center;
  padding: 10px;
  background: linear-gradient(135deg, rgba(81, 186, 212, 0.335), rgba(21, 174, 230, 0.445));
}
.footer_copy {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}