@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
*, *::before, *::after {
  box-sizing: border-box;
}
/* 共通 
============================================================================= */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
}
main {
  padding-top: 142px;
  margin: 0 auto;
  padding: 0 max(7vw, 1.75rem);
  width: min(100%, 1712px);
}
body, p, h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
}
p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-size: 1.1em;
}
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}
ul, ol {
  padding: 0;
}
li {
  list-style: none;
}
html, body {
  overflow-x: hidden;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.inner_1600 {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
  width: min(100%, 1712px);
}
p {
  text-align: justify;
  text-justify: inter-ideograph;
}
main {
  padding-top: 142px;
}
/* header 
============================================================================= */
#header {
  position: absolute;
  top: 0;
  left: 0;
  padding: max(3vw, 1.75rem);
  width: 50%;
  z-index: 10;
  transition: .2s;
}
.headerinner {
  margin: 0;
  width: max(16vw, 12rem);
}
div.fix_contact_header {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  top: max(3vw, 1.75rem);
  right: max(3vw, 1.75rem);
  z-index: 21;
}
.fix_contact_header img {
  width: max(8vw, 12rem);
}
/*
.side-nav {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  top: max(10vw, 5.75rem);
  left: max(3vw, 1.75rem);
  z-index: 21;
}
*/
.side-nav {
  position: fixed;
  gap: 1rem;
  top: max(10vw, 5.75rem);
  left: max(3vw, 1.75rem);
  z-index: 21;
}
li.nav-item {
  margin: 8rem 0;
  font-size: 1.2rem;
}
/*------------------side menu--------------------*/
.side-nav .nav-item {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.side-nav .nav-item a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
}
.side-nav .nav-item span {
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 1px;
}
.side-nav .dot {
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
#home-icon {
  background-image: url(/wp-content/uploads/2025/07/home-icon-scaled.png);
}
#works-icon {
  background-image: url(/wp-content/uploads/2025/07/works-icon-scaled.png);
}
#advantage-icon {
  background-image: url(/wp-content/uploads/2025/07/advantage-icon-scaled.png);
}
#services-icon {
  background-image: url(/wp-content/uploads/2025/07/service-icon-scaled.png);
}
#flow-icon {
  background-image: url(/wp-content/uploads/2025/07/flow-icon-scaled.png);
}
/*

.menu-icon:before {
    border-bottom: 6px solid #333;
}
.menu-icon::before {
  content: "";
  position: absolute;
  left: -80px;                
  top: 50%;
  transform: translateY(-50%);
  width: 8rem;               
  border-bottom: 1px solid #333; 
}
*/
.menu-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  left: -0.8em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-icon.show {
  opacity: 1;
  visibility: visible;
}
.menu-icon::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: #333;
  transition: width 0.5s ease;
}
.menu-icon.show::before {
  width: 8rem;
}
.side-nav .nav-item a .title {
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  transition: transform 0.3s ease;
}
.side-nav .nav-item a span.title.shifted {
  transform: translateX(3rem);
}
/* white */
.side-nav.white-theme .nav-item a {
  color: white;
}
.side-nav.white-theme .title {
  color: white;
}
.side-nav.white-theme .dot {
  background-color: white;
}
.side-nav.white-theme .menu-icon {
  filter: brightness(0) invert(1);
}
.side-nav.white-theme .menu-icon::before {
  background-color: white;
}
/* fade
============================================================================= */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
/* main visual
============================================================================= */
.mv_inner {
  position: relative;
}
/*
.mv_flexbox {
  display: flex;
  width: 100vw;
}
*/
h1.top-title-01 {
  font-size: max(2.2vw, 1.85em);
  width: 100%;
  margin: 3rem 0;
  font-weight: 600;
}
.mv_textarea {
  position: relative;
  z-index: 1;
  top: 3rem;
  width: 100%;
  height: 100%;
}
.mv:before {
  content: "";
  position: absolute;
  background: url(../img/top-img.png);
  width: 100vw;
  height: 100%;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position-x: 62rem;
  background-position-y: top;
  z-index: -1;
}
.mv {
  position: relative;
}
h1.top-title-01 {
  font-size: max(2.5vw, 1.5em);
}
h2.top-subtitle01 {
  color: #3695EA;
  margin: 2rem 0;
  font-weight: 600;
  font-size: 2rem;
}
h2.top-subtitle02 {
  margin: 3rem 0;
  width: 40%;
}
.mv_btnarea {
  background: linear-gradient(150deg, #4DCEC1 25%, #3695E8);
  padding: 2rem 1rem;
  width: 25%;
  border-radius: 50px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.mv_btnarea:hover {
  opacity: 1;
  color: white;
  background-position: 99% 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-0.5em);
}
.mv_btnarea a .icon img {
  transition: transform 0.3s ease;
  display: inline-block;
}
.mv_btnarea a:hover .icon img {
  transform: translateX(6px);
}
span.top-btn-txt {
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
}
.mv_btnarea a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(0.8vw, 0.875rem);
}
.mv_btnarea span.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(1.5vw, 1.35rem);
  aspect-ratio: 1 / 1;
}
/* merit
============================================================================= */
.top-merit {
  display: flex;
  width: max(55%, 10vw);
  gap: 1.5vw;
  margin-top: 7rem;
}
.merit-txtinner {
  display: flex;
  flex-direction: column;
}
.merit-img {
  position: relative;
  text-align: center;
}
.merit-img img {
  width: 5vw;
  margin: 1vw auto;
}
.merit_box {
  background: #ffffff;
  border-radius: 50px 0 50px 0;
  box-shadow: #dcdcdc 1px 1px 6px;
  position: relative;
  display: block;
  padding: max(1.2vw, 1.25rem) max(1.8vw, 1.25rem);
  transition: .4s;
  width: 34%;
}
span.merit-title {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
  margin-bottom: 1.5rem;
}
span.merit-txt {
  text-align: center;
}
/* about
============================================================================= */
.about {
  position: relative;
  margin-top: 14vw;
  width: 100vw;
}
.about-inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.about-img {
  position: absolute;
  z-index: 20;
  left: 0;
  width: 36%;
}
.about-txtbox {
  background: linear-gradient(175deg, #22b4e7 25%, #2a76b8);
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  padding: 6vw 5vw 6vw 8vw;
  border-radius: 200px 0 0 200px;
}
h2.about-ttl {
  font-size: 4.5rem;
  font-weight: 600;
  color: #fff;
}
h3.about-subttl {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}
p.about-txt {
  color: #fff;
}
.about-txtarea {
  width: 70%;
}
/* works
============================================================================= */
.works {
  position: relative;
  margin-top: 18rem;
  width: 100vw;
  gap: 5rem;
  margin-bottom: 10rem;
}
h2.works_ttl_inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
span.ttl_en {
  color: #3695EA;
  font-size: 2.5rem;
  font-weight: 600;
}
span.ttl_ja {
  font-size: 3.8rem;
  font-weight: 600;
}
.inner.works_ttl_wrap {
  flex: 70%;
}
div.control {
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-content: center;
  width: 90%;
  gap: max(2vw, 1.75rem);
}
div.left {
  display: grid;
  grid-template-columns: 1fr max(9vw, 6.5rem);
  align-content: center;
  gap: max(2vw, 1.75rem);
  margin-top: 2em;
}
div.bar {
  display: flex;
  align-items: center;
}
div.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-pagination-progressbar-fill {
  background: #3695EA;
}
div.swiper-pagination-works {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 6px;
  background: #E5E5E5;
}
div.swiper-button-works-prev, div.swiper-button-works-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  width: max(4vw, 3rem);
  height: max(4vw, 3rem);
  aspect-ratio: 1 / 1;
  color: #3695EA;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #3695EA;
  cursor: pointer;
  transition: .4s;
}
div.swiper-button-works-next::after, div.swiper-button-works-prev::after {
  font-size: max(1vw, 0.9125em);
}
.swiper {
  display: flex;
  flex-direction: column;
}
.right {
  flex-direction: column;
  display: flex;
}
a.btn_link {
  color: #3695EA;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #3695EA;
  cursor: pointer;
  transition: .4s;
  font-size: 2.5rem;
  padding: 2rem;
  width: 50%;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
  margin-left: 1.5rem;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 4px;
  border-radius: 9999px;
  background-color: #3695ea;
  transform-origin: calc(100% - 2px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
/*--------制作事例一覧btn非表示---------*/
.right {
  display: none;
}
div.control {
  display: grid;
  align-content: center;
  width: 70%;
  grid-template-columns: none;
}
/*-----------------------------------*/
a.jirei-card {
    position: relative;
    display: block;
    cursor: pointer;
}
a.jirei-card .sn_wrap {
  position: relative;
}
a.jirei-card div.sn_wrap div.h_box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 130, 212, 0.5);
  opacity: 0;
  transition: .4s;
}
a.jirei-card:hover div.sn_wrap div.h_box {
  opacity: 1;
}
a.jirei-card:hover div.sn_wrap div.h_box > div {
  opacity: 1;
  transform: translateX(0);
}
a.jirei-card div.sn_wrap div.h_box > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  padding: .75em 1.25em;
  color: #3695EB;
  font-size: max(0.8vw, 1em);
  line-height: 1;
  background: white;
  border-radius: 9999px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(1em);
  transition: .4s;
  transition-delay: .1s;
}
a.jirei-card div.sn_wrap div.detail {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(40%, 20rem);
  aspect-ratio: 240 / 70;
  background: url(../img/detail.svg) no-repeat center / cover;
  transform: translateX(0.5%);
  z-index: 3;
}
a.jirei-card div.sn_wrap div.detail span.detail-txt {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 1em;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 0.4em;
  color: #3695EB;
  font-size: max(1vw, 1em);
  transition: .4s;
}
p.detail_txt {
  display: flex;
  margin: 0 auto;
  position: relative;
  color: #3695EA;
  font-size: 15px;
  justify-content: center;
}
a.jirei-card h3 {
  margin: 1em 0 .5em;
  font-weight: 500;
  transition: .4s;
}
a.jirei-card:hover h3, a.jirei-card:hover p {
  color: #3695EB;
}
a.jirei-card h3 {
  margin: 1em 0 .5em;
  font-weight: 600;
  transition: .4s;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .5em;
}
a.jirei-card h3::before {
  content: '';
  display: block;
  width: 1em;
  height: .3em;
  border-radius: 9999px;
  background: linear-gradient(135deg, #3888d6 0%, #3695EB 100%);
  transition: .4s;
}
/*------------modal-------------*/
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}
.modal-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 800px;
  width: 90%;
  padding: 5rem;
  z-index: 999;
  display: none;
  border-radius: 1rem;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 5rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
  color: #3695EA;
}
.is-active {
  display: block !important;
}
.modal-item {
  display: none;
}
.modal-item.is-active {
  display: block;
}
.modal-item h2 {
  font-size: 2rem;
  font-weight: 600;
  justify-content: center;
  display: flex;
  color: #333;
}
.modal-text {
  padding-bottom: 1rem;
}
.modal-link {
    width: 50%;
}
.modal-link a {
    position: relative;
    display: inline-block;
    padding: 1.5rem 0;
    border: 1px solid #3595EA;
    color: #3695EA;
    border-radius: 5rem;
    text-decoration: none;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: transparent;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
}
.modal-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #3695EA;
  z-index: -1;
  transition: width 0.4s ease;
}
.modal-link a:hover::before {
  width: 100%;
}
.modal-link a:hover {
  color: #fff;
}
.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-content img {
    width: 70%;
    margin: 5rem;
}
/* advantage
============================================================================= */
.advantage {
  margin-top: 20rem;
  position: relative;
  width: 100vw;
  z-index: 1;
}
.inner.advantage {
  display: flex;
}
.advantage-img {
  width: 45%;
  margin-left: 5rem;
}
.inner.advantage_ttl_wrap {
  width: 30%;
  margin-top: 12rem;
}
h2.advantage_ttl_inner {
  display: flex;
  flex-direction: column;
}
.adv_box {
  background: #ffffff;
  box-shadow: #dcdcdc 1px 1px 6px;
  position: relative;
  display: block;
  width: 50%;
  padding: max(1.25vw, 1.25rem) max(1.2vw, 1.25rem);
  transition: transform 0.3s ease;
  border-radius: 50px 0 0 0;
}
.adv_box:hover {
  transform: scale(1.05);
}
.adv-list {
  display: flex;
  width: max(75%, 10vw);
  gap: 2.5vw;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.adv-txtinner {
  display: grid;
}
span.adv-title {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
  color: #3695EA;
}
span.adv-txt {
  text-align: center;
  margin-bottom: 8rem;
}
.num {
  background: linear-gradient(150deg, #3695EA 25%, #3D83BF);
  padding: 3rem;
  width: 10rem;
  border-radius: 50px 50px 50px 0;
  text-align: center;
  color: white;
  font-size: 1.5em;
  font-weight: 700;
  position: relative;
  left: -1em;
  top: -17%;
}
/* services
============================================================================= */
h2.services_ttl_inner {
  display: flex;
  flex-direction: column;
  margin-top: 30rem;
  text-align: center;
}
.inner.services_ttl_wrap {
  width: 80%;
  margin: 0 auto;
}
.services-background {
  background-color: #EBF6FF;
  position: relative;
  width: 100vw;
  overflow: hidden;
  top: -10rem;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 15rem;
}
.inner.services {
  width: 80%;
  margin: 0 auto;
}
p.services_txt {
  text-align: center;
}
.ser-contents {
  display: flex;
  gap: 5rem 1.4vw;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
  margin-top: 8rem;
  justify-content: center;
}
h5.ser-box-ttl {
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
}
p.ser-box-txt {
  color: white;
  font-size: 1em;
}
.ser-box01 {
  position: relative;
  width: 30%;
  background: linear-gradient(to top, #3695EA 0%, #3695EA 25%, #ecf6fd 100%);
  align-items: center;
  text-align: center;
  padding: 3rem;
  border-radius: 10px;
}
.ser-box02 {
  position: relative;
  width: 30%;
  background: linear-gradient(to top, #69D686 0%, #69D686 25%, #E0F7E6 100%);
  align-items: center;
  text-align: center;
  padding: 3rem;
  border-radius: 10px;
}
.ser-box03 {
  position: relative;
  width: 30%;
  background: linear-gradient(to top, #e8ba2f 0%, #ffc61e 25%, #FDF3D5 100%);
  align-items: center;
  text-align: center;
  padding: 3rem;
  border-radius: 10px;
}
.ser-box04 {
  position: relative;
  width: 30%;
  background: linear-gradient(to top, #60CDC2 0%, #60CDC2 25%, #F1FAFA 100%);
  align-items: center;
  text-align: center;
  padding: 3rem;
  border-radius: 10px;
}
.ser-box05 {
  position: relative;
  width: 30%;
  background: linear-gradient(to top, #A87FFF 0%, #A87FFF 25%, #EEE6FE 100%);
  align-items: center;
  text-align: center;
  padding: 3rem;
  border-radius: 10px;
}
.ser-box06 {
  position: relative;
  width: 30%;
  background: linear-gradient(to top, #5488FE 0%, #5488FE 25%, #D5E2FD 100%);
  align-items: center;
  text-align: center;
  padding: 3rem;
  border-radius: 10px;
}
.ser-box07 {
  position: relative;
  width: 30%;
  background: linear-gradient(to top, #7E8694 0%, #7E8694 25%, #E4E6E9 100%);
  align-items: center;
  text-align: center;
  padding: 3rem;
  border-radius: 10px;
}
.ser-box08 {
  position: relative;
  width: 30%;
  background: linear-gradient(to top, #E88966 0%, #E88966 25%, #FAE5DD 100%);
  align-items: center;
  text-align: center;
  padding: 3rem;
  border-radius: 10px;
}
.ser-box09 {
  position: relative;
  width: 30%;
  background: linear-gradient(to top, #FF6C6C 0%, #FF6C6C 25%, #FFE3E3 100%);
  align-items: center;
  text-align: center;
  padding: 3rem;
  border-radius: 10px;
}
.ser-box-img {
  width: 80%;
  margin: 1.5rem auto;
}
/* flow
============================================================================= */
h2.flow_ttl_inner {
  display: flex;
  flex-direction: column;
}
.flow-background {
  position: relative;
  z-index: 0;
  margin-top: -7rem;
}
.flow-background:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/06/flow-img-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  width: 100vw;
  height: 34vw;
  transform: scale(1.1);
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  transition: .8s;
}
h2.flow_ttl_inner span.ttl_ja {
  color: white;
}
p.flow_txt {
  color: white;
}
.inner.flow {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}
.flow-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 2.5vw;
  margin-left: 7rem;
  align-items: center;
  justify-content: center;
  margin-top: 9rem;
}
.flow-box {
  width: 19%;
  background: linear-gradient(to top, #2F6B9F 0%, #2F6B9F 25%, #3695EA 100%);
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  justify-content: center;
}
.flow-num {
  position: absolute;
  display: flex;
  transform: translateY(-100%);
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
}
h5.flow-box-ttl {
  color: white;
  font-weight: 600;
  font-size: 1.8rem;
}
.flow-box-img {
  width: 70%;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.flow-box-txtinner {
  margin-top: 1rem;
}
/* contact
============================================================================= */
.page-ttl-wrap {
  position: relative;
  margin: 0 auto;
  width: min(100%, 1712px);
}
h1.page-ttl-jp {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  left: 5vw;
  top: 6vw;
  width: 50%;
  z-index: 1;
}
h1.page-ttl-jp span.en {
  font-size: 7rem;
  font-weight: 600;
  color: #fff;
}
h1.page-ttl-jp span.jp {
  color: #F8FAFC;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  font-size: max(1.4vw, 1em);
}
h1.page-ttl-jp span.jp::before {
  content: "";
  display: inline-block;
  background-color: #F8FAFC;
  width: 18px;
  height: 18px;
  border-radius: 10px 10px 0 10px;
}
.sub-page-img img {
  width: 100%;
  filter: brightness(70%);
}
.sub-page-img {
  height: 20vw;
  width: 100%;
  border-radius: 100px !important;
  overflow: hidden;
}
.content-inner {
  padding-top: 100px;
}
.contact-q {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1em;
  padding: 1.5em 0.5em;
  border-top: 1px solid #eee;
  align-items: center;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  padding: 1.75em;
  border: 1px solid #bbb;
  border-radius: 8px;
  transition: .3s;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 1.75em;
  border: 1px solid #bbb;
  border-radius: 8px;
  transition: .3s;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 26rem;
  padding: 1.5em;
  border-radius: 5rem;
  border: 1px solid #3695EA;
  background-color: #3695EA;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
}
span.spend-btn {
  display: flex;
  position: relative;
  justify-content: center;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  color: #3695EA;
  background: rgb(255, 255, 255);
  transition: 0.2s;
}
span.wpcf7-spinner {
  display: none;
}
span.red {
  color: crimson;
}
.wpcf7-response-output {
  border: none !important;
  color: crimson;
}
/* footer
============================================================================= */
.footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 0 max(7vw, 1.75rem);
  width: min(100%, 1712px);
  margin-top: 25rem;
}
.balloon {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  width: 20rem;
  height: 6rem;
  border: 1px solid #3695EA;
  box-sizing: border-box;
}
.balloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff; /* しっぽの背景色 */
  z-index: 1;
}
.balloon::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #3695EA; /* 枠線色 */
  z-index: 0;
}
p.balloon-text {
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  color: #3695EA;
}
.inner-top-txt {
  margin-top: 3rem;
}
@keyframes subtlePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.balloon {
  animation: subtlePulse 5s ease-in-out infinite;
  transition: transform 0.3s ease;
}
.inner-top-txt .inner-txt {
  font-weight: 600;
  margin-top: 1em;
}
.inner-bottom {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 1.5vw;
  justify-content: center;
  margin-top: 3em;
}
.footer-contact-box {
  background: linear-gradient(to top, #3D83BF 0%, #3D83BF 25%, #3695EA 100%);
  width: 40%;
  border-radius: 7px;
  padding: 4rem;
  display: flex;
  flex-direction: column;
	position: relative;
}
.footer-contact-box a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.contact-img {
  width: 20%;
  margin: 0 auto;
}
p.footer-contact {
  color: #fff;
  margin-bottom: 0;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.footer-rogo {
  width: 20em;
  align-items: center;
  justify-content: center;
  display: flex;
}
span.footer-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(1.5vw, 1.35rem);
  aspect-ratio: 1 / 1;
}
.copyright {
  justify-content: center;
  display: flex;
  align-items: center;
}
p.copy-txt {
  color: #fff;
  font-size: 1rem;
}
span.footer-btn-txt {
  display: flex;
  font-size: 2rem;
  color: #3695EA;
  font-weight: 600;
}
.footer-btn {
  background: #fff;
  border-radius: 3rem;
  width: 30rem;
  padding: 1rem;
  box-shadow: #4b4a4a42 1px 1px 6px;
}
.footer-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bar {
  display: flex;
  position: relative;
  background: linear-gradient(to top, #3D83BF 0%, #3D83BF 25%, #3695EA 100%);
  justify-content: space-between;
  margin-top: 12em;
  padding: 1rem 10rem;
}
/* レスポンシブ
============================================================================= */
@media screen and (min-width: 2020px) {
  main {
    padding: 0;
    width: min(100%, 1556px);
  }
}
@media screen and (min-width: 2560px) {
  main {
    padding: 0;
    width: min(100%, 2000px);
  }
}
@media screen and (max-width: 1858px) {
  .mv_inner {
    width: calc(100% - 8vw);
    margin-left: 2vw;
  }
  .about {
    margin-left: 2vw;
  }
  .works {
    margin-left: 2vw;
  }
  .inner.advantage {
    margin-left: 2vw;
  }
  .adv-list {
    margin-left: 2vw;
  }
  .flow {
    margin-left: 2vw;
  }
  .flow-box {
    width: 20%;
  }
}
@media screen and (max-width: 1800px) {
  .mv_inner {
    margin: 0 auto;
  }
  .about {
    margin-left: 3vw;
  }
  .about-txtbox {
    padding: 5vw 5vw 5vw 10vw;
  }
  .about-img {
    width: 38%;
  }
  .works {
    margin-left: 4vw;
  }
  .inner.advantage {
    margin-left: 4vw;
  }
  .adv-list {
    margin-left: 4vw;
  }
  .flow-contents {
    margin-top: 9rem;
  }
  .flow-background:before {
    height: 38vw;
  }
  /*
  .ser-box-txtinner {
    grid-template-rows: minmax(0, 1fr) 10rem;
    display: grid;
    height: 8em;
    margin-top: 1rem;
  }
*/
  h5.ser-box-ttl {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1750px) {
  .swiper.works_slide {
    width: 100vw;
  }
  /*
  .ser-box-txtinner {
    margin-top: 2rem;
  }
*/
  .mv_inner {
    width: calc(100% - 10vw);
  }
  .about-txtbox {
    padding: 4vw 5vw 4vw 11vw;
  }
  .works {
    margin-left: 6vw;
  }
  .inner.advantage {
    margin-left: 6vw;
  }
  .adv-list {
    margin-left: 6vw;
  }
  span.adv-txt {
    margin-bottom: 6rem;
  }
  h2.about-ttl {
    font-size: 4rem;
  }
  .mv:before {
    background-position-x: 58rem;
  }
  h2.top-subtitle02 {
    margin: 3rem 0;
    width: 50%;
  }
  .merit_box {
    width: 17vw;
  }
  .mv_btnarea {
    width: 24%;
  }
}
@media screen and (max-width: 1700px) {
  .mv_inner {
    width: calc(100% - 14vw);
  }
  h2.about-ttl {
    font-size: 3.5rem;
  }
  .about-txtbox {
    width: 68%;
  }
  .works {
    margin-left: 7vw;
  }
  .inner.advantage {
    margin-left: 7vw;
  }
  .adv-list {
    margin-left: 7vw;
  }
  .flow {
    margin-left: 3vw;
  }
  h5.flow-box-ttl {
    font-size: 1.7rem;
  }
  .footer-contact-box {
    width: 36%;
  }
}
@media screen and (max-width: 1650px) {
  .flow-box {
    width: 21%;
  }
  .flow-num {
    font-size: 2.3rem;
  }
  .num {
    left: -0.8em;
  }
}
@media screen and (max-width: 1600px) {
  .about-img {
    left: 28px;
  }
  h5.ser-box-ttl {
    font-size: 2rem;
  }
  .flow-contents {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 1550px) {
  .flow-contents {
    gap: 5rem 2vw;
  }
  .flow-box {
    width: 22%;
  }
  h2.services_ttl_inner {
    margin-top: 26rem;
  }
  .mv_btnarea {
    width: 28%;
  }
  .mv:before {
    background-position-x: 51rem;
  }
}
@media screen and (max-width: 1500px) {
  h2.about-ttl {
    font-size: 3rem;
  }
  h5.flow-box-ttl {
    font-size: 1.5rem;
  }
  p {
    font-size: 16px;
  }
  span.top-btn-txt {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1450px) {
  span.adv-title {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1400px) {
  .adv-list {
    gap: 2vw;
  }
}
@media screen and (max-width: 1372px) {
  span.adv-txt {
    margin-bottom: 2rem;
  }
  .num {
    padding: 2.5rem;
    width: 9rem;
  }
  .flow-background:before {
    height: 59vw;
  }
  .flow-box {
    width: 23%;
  }
  .inner.flow {
    align-items: flex-start;
    grid-template-columns: 1.5fr 3fr;
  }
  .flow-contents {
    margin-left: 0;
  }
  h2.flow_ttl_inner {
    margin-top: 6rem;
  }
  .inner.advantage_ttl_wrap {
    margin-top: 7rem;
  }
  .nav {
    gap: 1rem;
  }
  div.left {
    gap: max(2vw, 3rem);
  }
  div.swiper-button-works-prev, div.swiper-button-works-next {
    width: max(6vw, 3rem);
    height: max(6vw, 3rem);
  }
}
@media screen and (max-width: 1305px) {
  .about-txtbox {
    padding: 4vw 5vw 4vw 12vw;
  }
  .about-img {
    width: 39%;
  }
  .adv-txtinner {
    top: -1em;
    position: relative;
  }
  .num {
    left: -0.7em;
  }
  .flow-box {
    width: 24%;
  }
  .adv-list {
    margin-top: 2rem;
  }
  .about {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 1250px) {
  .num {
    padding: 1.5rem;
    width: 7rem;
    top: -11%;
  }
  .flow-box {
    width: 26%;
  }
  .flow-background:before {
    height: 65vw;
  }
  .footer-rogo {
    width: 16em;
  }
  .footer-btn {
    width: 25rem;
  }
  span.footer-btn-txt {
    font-size: 1.8rem;
  }
  span.footer-btn-icon {
    margin-left: 0.5em;
  }
  .flow-box-img {
    width: 65%;
  }
  .mv_btnarea {
    width: 32%;
  }
  .mv_btnarea span.icon {
    width: max(1.8vw, 1.35rem);
  }
}
@media screen and (max-width: 1200px) {
  .mv_btnarea span.icon {
    width: max(2vw, 1.35rem);
  }
  span.adv-title {
    font-size: 1.2em;
  }
  .side-nav .nav-item a .title {
    margin-left: 7px;
    font-size: 10px;
  }
  .side-nav .dot {
    width: 6px;
    height: 6px;
  }
  span.top-btn-txt {
    font-size: 2rem;
  }
  .mv:before {
    background-position-x: 43rem;
  }
  span.merit-title {
    line-height: 32px;
  }
  .mv_textarea {
    top: 0;
  }
  .top-merit {
    margin-top: 4.5rem;
  }
  .mv:before {
    background-position-x: 37rem;
    background-size: 65%;
    background-position-y: bottom;
  }
  h1.top-title-01 {
    font-size: max(3vw, 1.5em);
  }
}
@media screen and (max-width: 1130px) {
  p {
    font-size: 15px;
    line-height: 1.6;
  }
  span.adv-txt {
    font-size: 14px;
    line-height: 1.6;
  }
  p.ser-box-txt {
    font-size: 0.9em;
  }
  h5.ser-box-ttl {
    font-size: 1.8rem;
  }
  .ser-contents {
    display: flex;
    gap: 3rem;
    width: 65%;
    margin-top: 4rem;
  }
  .ser-box-img {
    width: 45%;
  }
  .ser-box01, .ser-box02, .ser-box03, .ser-box04, .ser-box05, .ser-box06, .ser-box07, .ser-box08, .ser-box09 {
    width: 100%;
    display: flex;
    gap: 2em;
  }
  .flow-box {
    width: 28%;
  }
  .ser-box01 {
    background: linear-gradient(to top, #3695EA 0%, #3695EA 25%, #d6ecfd 100%);
  }
  .ser-box02 {
    background: linear-gradient(to top, #69D686 0%, #69D686 25%, #cef9d9 100%);
  }
  .ser-box03 {
    background: linear-gradient(to top, #e8ba2f 0%, #ffc61e 25%, #ffefbf 100%);
  }
  .ser-box04 {
    background: linear-gradient(to top, #60CDC2 0%, #60CDC2 25%, #cdefef 100%);
  }
  .ser-box05 {
    background: linear-gradient(to top, #A87FFF 0%, #A87FFF 25%, #e7dcff 100%);
  }
  .ser-box06 {
    background: linear-gradient(to top, #5488FE 0%, #5488FE 25%, #c3d1f0 100%);
  }
  .ser-box07 {
    background: linear-gradient(to top, #7E8694 0%, #7E8694 25%, #d7d8db 100%);
  }
  .ser-box08 {
    background: linear-gradient(to top, #E88966 0%, #E88966 25%, #FAE5DD 100%);
  }
  .ser-box09 {
    background: linear-gradient(to top, #FF6C6C 0%, #FF6C6C 25%, #FFE3E3 100%);
  }
  span.merit-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1129px) {
  .flow-background:before {
    height: 69vw;
  }
  .inner.flow {
    gap: 1vw;
  }
}
@media screen and (max-width: 1100px) {
  .flow-box {
    width: 29%;
  }
  .about-txtbox {
    padding: 4vw 5vw 4vw 13vw;
  }
  .about-img {
    width: 40%;
  }
  .footer-rogo {
    width: 13em;
  }
  .footer-btn {
    width: 22rem;
  }
  span.footer-btn-txt {
    font-size: 1.6rem;
  }
  span.footer-btn-icon {
    width: max(1.8vw, 1.35rem);
  }
}
@media screen and (max-width: 1050px) {
  span.ttl_ja {
    font-size: 3.6rem;
    font-weight: 600;
  }
  span.ttl_en {
    font-size: 2rem;
  }
  .flow-box {
    padding: 1.5rem;
  }
  .inner.advantage_ttl_wrap {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  nav.side-nav {
    display: none;
  }
  .mv_inner {
    width: auto;
  }
  h1.top-title-01 {
    font-size: max(3.3vw, 1.5em);
  }
  span.merit-title {
    line-height: 29px;
    font-size: 1.8rem;
  }
  .merit_box {
    width: 18vw;
    border-radius: 35px 0 35px 0;
  }
  .mv:before {
    background-position-x: 32rem;
  }
  .about-img {
    left: -57px;
    width: 43%;
  }
  .about-txtbox {
    width: 72%;
  }
  .about-txtbox {
    padding: 4vw 5vw 4vw 15vw;
  }
  .works {
    margin-left: auto;
  }
  .inner.advantage {
    margin-left: auto;
    gap: 2vw;
  }
  .inner.advantage_ttl_wrap {
    width: 43%;
  }
  .advantage-img {
    width: 55%;
    margin-left: 0;
  }
  .works {
    margin-top: 12rem;
  }
  .advantage {
    margin-top: 12rem;
    width: auto;
  }
  .adv-list {
    margin: 0 auto;
    width: max(100%, 10vw);
    margin-top: 3rem;
  }
  .flow-background:before {
    height: 73vw;
  }
  .inner.flow {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .flow-contents {
    gap: 5rem 5vw;
  }
  .flow_ttl_wrap {
    display: flex;
    align-items: center;
    margin-top: 9rem;
  }
  .flow-box {
    width: 19%;
  }
  h2.flow_ttl_inner {
    width: 37%;
    margin-top: 0;
  }
}
@media screen and (max-width: 980px) {
  .about-txtbox {
    padding: 6vw 5vw 6vw 17vw;
  }
  .about-img {
    left: -62px;
    width: 45%;
  }
  .flow-box {
    width: 20%;
  }
  .contact-img {
    width: 27%;
  }
  .footer-bar {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 973px) {
  a.jirei-card div.sn_wrap div.detail span.detail-txt {
    padding-bottom: 0;
  }
  .advantage-img {
    width: 62%;
    right: -2rem;
    position: relative;
  }
}
@media screen and (max-width: 957px) {
  h2.about-ttl {
    font-size: 2.5rem;
  }
  .footer-contact-box {
    width: 40%;
  }
  span.ttl_ja {
    font-size: 3.4rem;
  }
  span.ttl_en {
    font-size: 1.8rem;
  }
  .flow_ttl_wrap {
    gap: 2vw;
  }
}
@media screen and (max-width: 939px) {
  .flow-box {
    width: 21%;
  }
  .flow-contents {
    gap: 5rem 4vw;
  }
}
@media screen and (max-width: 902px) {
  .footer-contact-box {
    width: 45%;
  }
  h1.top-title-01 {
    letter-spacing: -0.04em;
  }
  .flow_ttl_wrap {
    display: flex;
    align-items: center;
    margin-top: 6rem;
  }
  p.flow_txt {
    width: 80%;
  }
}
@media screen and (max-width: 876px) {
  main {
    padding-top: 95px;
  }
  .headerinner {
    margin: 0;
    width: max(28vw, 12rem);
  }
  h2.top-subtitle02 {
    margin: 3rem 0;
    width: 100%;
  }
  .about {
    margin-top: 15vw;
  }
  .merit-img img {
    width: 8vw;
  }
  span.merit-title {
    line-height: 20px;
    font-size: 1.5rem;
  }
  .merit_box {
    width: 20vw;
    border-radius: 35px 0 35px 0;
  }
  .mv_btnarea span.icon {
    width: max(2.5vw, 1.35rem);
  }
  .about-txtarea {
    width: 78%;
  }
  .mv:before {
    background-position-x: 26rem;
    background-size: 68%;
    background-position-y: 17rem;
  }
  .mv_btnarea {
    width: 35%;
  }
  .about-img {
    left: -112px;
    width: 49%;
  }
  .about-txtbox {
    width: 76%;
  }
  .inner.advantage_ttl_wrap {
    margin-top: 4rem;
    width: 60%;
  }
  .advantage-img {
    width: 67%;
    right: -4rem;
  }
  h5.flow-box-ttl {
    font-size: 1.3rem;
  }
  .flow-box-img {
    width: 67%;
  }
  div.control {
    width: 80%;
  }
  span.ttl_ja {
    font-size: 3rem;
  }
  .num {
    font-size: 2rem;
  }
  .inner.services {
    margin: 0 auto;
    padding: 0 max(7vw, 1.75rem);
    width: min(100%, 1712px);
  }
  .inner.services_ttl_wrap {
    width: auto;
    margin: 0 auto;
  }
  .ser-contents {
    width: 80%;
  }
  h5.ser-box-ttl {
    font-size: 1.8rem;
    text-align: left;
  }
  p.footer-contact {
    margin-top: 2rem;
  }
  .contact-img {
    width: 15%;
  }
  .footer-contact-box {
    padding: 2rem 0;
  }
  .footer-bar {
    margin-top: 7em;
  }
  .footer-inner {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 870px) {
  span.ttl_ja {
    font-size: 3.2rem;
  }
  span.ttl_en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 841px) {
  .merit_box {
    width: 20vw;
  }
  h1.top-title-01 {
    font-size: max(4vw, 1.5em);
  }
  .mv_btnarea {
    width: 37%;
  }
  .mv:before {
    background-position-x: 23rem;
    background-size: 70%;
  }
  .top-merit {
    margin-top: 8.5rem;
  }
}
@media screen and (max-width: 827px) {
  p.detail_txt {
    font-size: 13px;
  }
  .flow-background:before {
    height: 78vw;
  }
}
@media screen and (max-width: 800px) {
  span.footer-btn-icon {
    width: max(2vw, 1.35rem);
  }
  .flow-background:before {
    height: 80vw;
  }
  .mv_flexbox {
    flex-direction: column-reverse;
    width: auto;
    position: relative;
  }
  .mv:before {
    background-position-x: 19rem;
    background-size: 75%;
  }
  .mv_btnarea {
    width: 40%;
  }
}
@media screen and (max-width: 790px) {
  .flow-box {
    width: 22%;
  }
  .flow-contents {
    gap: 5rem 3vw;
  }
  .top-merit {
    margin-top: 4.5rem;
  }
  .about-txtarea {
    width: 83%;
  }
  .about-txtbox {
    width: 80%;
  }
  .ser-box-img {
    width: 55%;
  }
}
@media screen and (max-width: 750px) {
  .mv_btnarea span.icon {
    width: max(3vw, 1.35rem);
  }
  .about-img {
    left: -121px;
    width: 52%;
  }
  .ser-contents {
    width: 75%;
  }
  .flow-background:before {
    height: 88vw;
  }
  .footer-contact-box {
    width: 48%;
  }
  .num {
    font-size: 1.3em;
    width: 6rem;
  }
  .inner.advantage_ttl_wrap {
    width: 50%;
  }
  .advantage-img {
    right: -2rem;
  }
  .merit_box {
    width: 24vw;
  }
  .mv:before {
    background-position-x: 18rem;
    background-size: 75%;
    background-position-y: 28rem;
  }
  .top-merit {
    margin-top: 25.5rem;
    width: 100%;
  }
  .merit-img img {
    width: 10vw;
    margin: 1vw auto;
  }
  .merit_box {
    width: 50%;
    padding: max(1.2vw, 3.25rem) max(4.8vw, 1.25rem);
  }
  .top-merit {
    margin-top: 25.5rem;
    width: 100%;
  }
  span.merit-title {
    line-height: 29px;
    font-size: 2rem;
  }
  .about {
    margin-top: 17vw;
  }
  .works {
    margin-top: 9rem;
  }
  a.jirei-card div.sn_wrap div.detail span.detail-txt {
    padding-bottom: 0.4em;
  }
  p.detail_txt {
    font-size: 16px;
  }
  .works {
    width: 100%;
  }
  .swiper.works_slide {
    width: 100%;
  }
  div.control {
    width: 95%;
  }
  .mv_btnarea {
    width: 50%;
  }
  div.swiper-button-works-prev, div.swiper-button-works-next {
    width: max(7vw, 3rem);
    height: max(7vw, 3rem);
  }
  div.left {
    grid-template-columns: 1fr max(12vw, 6.5rem);
  }
}
@media screen and (max-width: 722px) {
  h2.about-ttl {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 700px) {
  .flow-background:before {
    height: 126vw;
  }
  .flow-box {
    width: 26%;
  }
  .footer-rogo {
    width: 9em;
  }
  .footer-btn {
    width: 17rem;
  }
  span.footer-btn-txt {
    font-size: 1.2rem;
  }
  p.copy-txt {
    font-size: .8rem;
  }
  .headerinner {
    width: max(16vw, 19rem);
  }
  .top-merit {
    margin-top: 20.5rem;
  }
  .fix_contact_header img {
    width: max(8vw, 10rem);
  }
}
@media screen and (max-width: 601px) {
  span.top-btn-txt {
    font-size: 1.8rem;
  }
  .about-inner {
    display: block;
  }
  .about-img {
    display: none;
  }
  .about {
    margin-left: -4rem;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }
  .about-txtbox {
    width: 100%;
  }
  .about-txtbox {
    padding: 12rem 5rem 5rem;
    margin-top: 31rem;
    width: 100%;
    border-radius: 0;
  }
  h2.about-ttl {
    font-size: 3rem;
  }
  .about-txtbox:before {
    content: '';
    background-image: url(../img/jirei-img02sp.png);
    width: 70%;
    height: 400px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -7rem;
    top: -30rem;
  }
  .about-txtarea {
    width: 100%;
  }
  .top-merit {
    margin-top: 16.5rem;
  }
  .mv:before {
    background-position-x: 14rem;
    background-size: 75%;
  }
  div.left {
    grid-template-columns: 1fr max(20vw, 6.5rem);
  }
  .works_slide {
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    width: auto !important;
    justify-content: center;
  }
  .adv-list {
    flex-wrap: wrap;
  }
  .adv_box {
    width: 100%;
    margin-top: 2rem;
  }
  .advantage-img {
    display: none;
  }
  .inner.advantage {
    display: block;
  }
  .inner.advantage_ttl_wrap {
    width: 100%;
  }
  .ser-box01 {
    flex-wrap: wrap;
  }
  .ser-box02 {
    flex-wrap: wrap;
  }
  .ser-box03 {
    flex-wrap: wrap;
  }
  .ser-box04 {
    flex-wrap: wrap;
  }
  .ser-box05 {
    flex-wrap: wrap;
  }
  .ser-box06 {
    flex-wrap: wrap;
  }
  .ser-box07 {
    flex-wrap: wrap;
  }
  .ser-box08 {
    flex-wrap: wrap;
  }
  .ser-box09 {
    flex-wrap: wrap;
  }
  span.ttl_ja {
    font-size: 3rem;
  }
  p.flow_txt {
    width: 70%;
  }
  .flow-background:before {
    height: 145vw;
  }
  .flow-box {
    width: 30%;
  }
  a.jirei-card div.sn_wrap div.detail span.detail-txt {
    padding-bottom: 0.4em;
  }
  div.control {
    width: 95%;
  }
  div.left {
    gap: max(2vw, 3.75rem);
  }
  div.nav {
    gap: 1rem;
  }
  div.swiper-button-works-prev, div.swiper-button-works-next {
    width: max(10vw, 4rem);
    height: max(10vw, 4rem);
  }
  .num {
    font-size: 1.5em;
    width: 7rem;
  }
  span.adv-title {
    font-size: 1.4em;
  }
  h5.ser-box-ttl {
    font-size: 2rem;
  }
  .footer-contact-box {
    width: 100%;
  }
  .footer-contact-box {
    width: 100%;
    flex-direction: row;
  }
  p.footer-contact {
    margin-top: .5rem;
    width: 100%;
    justify-content: center;
    font-size: 1.8rem;
  }
  .contact-img {
    width: 8%;
  }
  .footer-bar {
    flex-wrap: wrap;
  }
  .footer-rogo, .footer-btn {
    order: 1;
    flex-basis: 35%;
  }
  .copyright {
    order: 3;
    flex-basis: 100%;
    margin-top: 2rem;
  }
  span.footer-btn-icon {
    width: max(2vw, 1.8rem);
  }
	.modal-content img {
    width: 100%;
}
	.modal-link {
    width: 60%;
}
}
@media screen and (max-width: 550px) {
  .mv_btnarea {
    width: 55%;
  }
  .mv_btnarea span.icon {
    width: max(4vw, 1.35rem);
  }
  .flow-background:before {
    height: 163vw;
  }
  .flow-contents {
    gap: 4rem 2vw;
  }
  .flow-box {
    width: 31%;
  }
  .about-txtbox:before {
    top: -27rem;
  }
}
@media screen and (max-width: 516px) {
  .mv_btnarea {
    width: 55%;
  }
  .mv_btnarea span.icon {
    width: max(4vw, 1.35rem);
  }
  .mv:before {
    background-position-x: 3rem;
    background-size: 100%;
  }
  .top-merit {
    margin-top: 14.5rem;
  }
  .about-txtbox:before {
    top: -15rem;
  }
  .about-txtbox {
    padding: 19rem 4rem 5rem;
    margin-top: 20rem;
    width: 100%;
    border-radius: 0;
  }
  .ser-box-img {
    width: 65%;
    margin: 1rem auto;
  }
}
@media screen and (max-width: 428px) {
  .mv:before {
    background-position-y: 33rem;
  }
  .mv_btnarea {
    width: 63%;
  }
  .mv_btnarea span.icon {
    width: max(5vw, 1.35rem);
  }
  .inner.services_ttl_wrap {
    width: 100%;
  }
  .flow_ttl_wrap {
    flex-wrap: wrap;
  }
  p.flow_txt {
    width: 100%;
  }
  h2.flow_ttl_inner {
    width: 60%;
  }
  .flow-box {
    width: 43%;
  }
  .flow-background:before {
    height: 270vw;
  }
  h1.top-title-01 {
    width: 81%;
  }
  a.jirei-card div.sn_wrap div.detail span.detail-txt {
    padding-bottom: 0em;
  }
  h2.top-subtitle01 {
    font-size: 1.8rem;
  }
  .merit_box {
    width: 50%;
    padding: max(1.2vw, 2.25rem) max(4.8vw, 1.25rem);
  }
  .about-txtbox {
    padding: 16rem 3rem 5rem;
    margin-top: 20rem;
    width: 100%;
    border-radius: 0;
  }
  h2.about-ttl {
    font-size: 2.5rem;
  }
  div.swiper-button-works-prev, div.swiper-button-works-next {
    width: max(12vw, 4rem);
    height: max(12vw, 4rem);
  }
  div.control {
    width: 90%;
  }
  .num {
    font-size: 1.3em;
    width: 6rem;
  }
  span.adv-title {
    font-size: 1.2em;
  }
  .ser-contents {
    width: 85%;
  }
  .flow_ttl_wrap {
    margin-top: 3rem;
  }
  .flow-box {
    padding: 1.5rem 2.2rem;
    width: 46%;
  }
  p.footer-contact {
    margin-top: .2rem;
    font-size: 1.5rem;
  }
  .footer-rogo, .footer-btn {
    order: 1;
    flex-basis: 45%;
  }
	.modal-link {
        width: 100%;
    }
	.modal-link a {
    font-size: 1.5rem;
}
}
@media screen and (max-width: 414px) {
  div.left {
    gap: max(2vw, 2rem);
  }
  .mv_btnarea {
    width: 68%;
  }
  .about-txtbox:before {
    top: -17rem;
    width: 80%;
  }
  .flow-box {
    width: 48%;
  }
}
@media screen and (max-width: 402px) {
  span.merit-title {
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .merit_box {
    width: 50%;
    padding: max(1.2vw, 3rem) max(4.8vw, 1.25rem);
  }
  .merit-img img {
    width: 12vw;
  }
  .flow-background:before {
    height: 277vw;
  }
  h2.about-ttl {
    font-size: 2.1rem;
  }
  h2.services_ttl_inner {
    margin-top: 22rem;
  }
  .footer-btn {
    padding: .5rem;
  }
  span.footer-btn-txt {
    font-size: 1rem;
  }
  .ser-box01, .ser-box02, .ser-box03, .ser-box04, .ser-box05, .ser-box06, .ser-box07, .ser-box08, .ser-box09 {
    gap: 0em;
    padding: 1.5rem 3rem;
  }
  .ser-box-img {
    width: 60%;
  }
  span.merit-title {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 1rem;
    line-height: 20px;
  }
  .merit_box {
    padding: max(1.2vw, 1.5rem) max(4vw, 1.25rem);
  }
  .about-txtbox {
    padding: 13rem 3rem 5rem;
  }
  h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 393px) {
  h1.top-title-01 {
    width: 88%;
  }
  .mv_btnarea {
    width: 68%;
  }
  .mv:before {
    background-position-y: 38rem;
  }
  .flow-background:before {
    height: 285vw;
  }
  p.detail_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 393px) {
  .flow-box {
    width: 45%;
  }
}
@media screen and (max-width: 375px) {
  .flow-background:before {
    height: 298vw;
  }
  h2.top-subtitle01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  h1.top-title-01 {
    width: 91%;
  }
  .mv_btnarea {
    width: 80%;
  }
  .merit_box {
    padding: max(1.2vw, 3rem) max(4vw, 1.25rem);
  }
	.modal-inner {
    padding: 3rem;
}
	.modal-close {
    font-size: 4rem;
}
}
/*----------------お知らせレスポンシブ----------------*/
@media screen and (max-width: 1500px) {
  .sub-page-img {
    height: 25vw;
  }
  h1.page-ttl-jp {
    top: 8vw;
  }
}
@media screen and (max-width: 1200px) {
  h1.page-ttl-jp span.en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1112px) {
  .sub-page-img {
    height: 27vw;
  }
  h1.page-ttl-jp span.en {
    font-size: 4.5rem;
  }
  h1.page-ttl-jp {
    top: 9vw;
  }
}
@media screen and (max-width: 900px) {
  .page-id-12 .main {
    padding-top: 11rem;
  }
  .sub-page-img {
    height: 29vw;
    border-radius: 80px !important;
  }
}
@media screen and (max-width: 780px) {
  .sub-page-img {
    height: 33vw;
    border-radius: 65px !important;
  }
  .page-id-12 .main {
    padding-top: 10rem;
  }
  h1.page-ttl-jp {
    top: 10vw;
  }
}
@media screen and (max-width: 684px) {
  .contact-q {
    grid-template-columns: 100%;
  }
  .sub-page-img {
    height: 36vw;
  }
  h1.page-ttl-jp {
    top: 11vw;
  }
}
@media screen and (max-width: 598px) {
  .content-inner {
    padding-top: 50px;
  }
  h1.page-ttl-jp span.en {
    font-size: 3.5rem;
  }
  h1.page-ttl-jp span.jp {
    font-size: max(1.4vw, 0.8em);
  }
  h1.page-ttl-jp span.jp::before {
    width: 13px;
    height: 13px;
  }
  .sub-page-img {
    height: 39vw;
    border-radius: 50px !important;
  }
  h1.page-ttl-jp {
    top: 14vw;
  }
  .contact-q {
    gap: 0;
  }
}
@media screen and (max-width: 470px) {
  .page-id-12 .main {
    padding: 10rem 0 0 0;
  }
  h1.page-ttl-jp {
    top: 13vw;
  }
  .content-inner {
    padding: 50px 3rem;
  }
  .sub-page-img {
    border-radius: 25px !important;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 470px) {
  h1.page-ttl-jp span.en {
    font-size: 3.3rem;
  }
  h1.page-ttl-jp {
    top: 11vw;
  }
}