/* ===============================================
 * 
 * -- Resolo style 
 * 
 * =============================================== */
/* common */
img {
  width: 100%;
}
#content .container {
  width: 100%;
  padding: 0;
}
#content .row {
  margin: 0;
}
.contents__wrap {
  padding: 12rem 0;
  width: 1080px;
  margin: 0 auto;
  max-width: 75vw;
}
.home #content.page-wrap {
  padding: 0;
}
/* reCAPTCHA v3 のバッジ　表示・非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

/* nav menu */
.head_white {
  height: clamp(112px, calc(119 / 1300 * 100vw), 138px);
}
.site-header {
  padding: 0;
box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
}
.header-menu-sp {
  display: none;
}
#masthead.site-header.float-header {
  padding: 0;
}
.header-wrap .container {
  width: auto;
}
.head--wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: clamp(700px, calc((1000 / 1300) * 100vw), 1000px);
  padding: 15px 0 5px;
	margin: 0 auto;
	transition: ease all 0.4s;
}
#masthead.site-header.float-header .head--wrap {
  padding: 0;
  transition: ease all 0.4s;
}
.head-logo {
  max-width: clamp(240px, calc(272 / 1300 * 100vw), 280px);
  transition: ease all 0.4s;
}
#masthead.site-header.float-header .head-logo {
  max-width: clamp(180px, calc(200 / 1300 * 100vw), 220px);
  transition: ease all 0.4s;
}
.head-side {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  gap: 0 5%;
  justify-content: right;
  align-items: center;
}
.header-menu {
  width: 100%;
  display: flex;
}
.header-wrap .container > .row {
flex-direction: column;
align-items: baseline;
}
.main-menu-tel {
  display: flex;
  flex-direction: column;
  text-align: center;
padding: 0.2vw 0;
}
.main-menu-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.menu-globalmenu-container {
  background: #00b3a7;
}
#menu-globalmenu {
  list-style: none;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  max-width: clamp(450px, calc(550 / 1300 * 100vw), 600px);
  margin: 0 auto;
transition: ease all 0.4s;
}
#masthead.site-header.float-header #menu-globalmenu {
  padding: 2px 0;
  transition: ease all 0.4s;
}
.menu-item {
  width: 25%;
  text-align: center;
}
.menu-item a {
  color: #fff;
  padding: 2px 0;
  width: 100%;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, calc(14 / 1300 * 100vw), 16px);
  line-height: 1.5;
}
.menu-item .sabname {
  display: block;
  font-size: clamp(8px, calc(9 / 1300 * 100vw), 10px);
} 
.menu-item a:hover, .menu-item a:active, .menu-item a:focus {
  color: #00B3A7;
  background: #fff;
}
#menu-globalmenu li {
  border-right: 1px solid #fff;
}
#menu-globalmenu li:first-child {
  border-left: 1px solid #fff;
}
.head--wrap .main-menu-btn {
  width: 50%;
  max-width: clamp(180px, calc((220 / 1300) * 100vw), 220px);
}
.main-menu-btn a {
  background: #000;
  color: #fff;
  padding: 0 3% 0 0;
  font-size: clamp(10px, calc(12/ 1300 * 100vw), 13px);
  border-radius: 5px;
  display: flex;
  line-height: 1.3;
  border: 1px solid #000;
  position: relative;
  justify-content: center;
  align-items: center;
  height: clamp(38px, calc((42 / 1280) * 100vw), 42px);
}
.main-menu-btn a:hover img {

}
.main-menu-btn img {
  width: clamp(14px, calc((22 / 1300) * 100vw), 22px);
  height: clamp(14px, calc((22 / 1300) * 100vw), 22px);
  display: inline-block;
  transition: ease all 0.5s;
  right: 4%;
  position: absolute;
}
.main-menu-btn:hover img {
  filter: invert(100%);
  transition: ease all 0.5s;
	right: 2%;
}
.main-menu-tel .txt {
  font-size: clamp(9px, calc(11 / 1280 * 100vw), 12px);
  color: #000;
  line-height: 1.5;
}
.main-menu-tel .telnum {
  font-size: clamp(18px, calc(24 / 1280 * 100vw), 26px);
  font-family: din-2014, sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
.telnum img {
  width: clamp(15px, calc(21 / 1280 * 100vw), 22px);
}
.telnum .number_tel {
  height: clamp(15px, calc((19 / 1300) * 100vw), 20px);
  width: auto;
}	
.main-menu-btn a:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.head--wrap .main-menu-btn a:hover img {

}
#menu-globalmenu .menu-item a {
  position: relative;
}
.resolo-service .menu-item._menu1 a::before,
.archive .menu-item._menu2 a::before,
.single-works .menu-item._menu2 a::before,
.resolo-concept .menu-item._menu3 a::before,
.resolo-company .menu-item._menu4 a::before {
  content: "";
  background: #000;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: -10px;
	transition: ease all 0.4s;
}
#masthead.site-header.float-header .menu-item a::before {
	height: 2px;
	bottom: -2px;
	transition: ease all 0.4s;
}



/* hamburger */
.hamburger {
  width: 55px;
  height: 55px;
  position: fixed;
  z-index: 10001;
  cursor: pointer;
  text-align: left;
  color: #fff;
  top: 0;
  right: 0;
  background: transparent;
  margin: 0;
  display: flex;
  justify-content: center;
}
.hamburger span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #000;
  transition: ease all 0.5s;
}	
.hamburger span:first-of-type {
  top: 35%;
}
.hamburger span:nth-of-type(2){
  top: 50%;
}
.hamburger span:last-of-type {
  top: 65%;
}
.header-menu-sp-box {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  transform: translateX(100%);
  transition: ease all 0.5s;
  z-index: 10000;
  background-color: rgb(255, 250, 250);
  padding: 0 0;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  max-width: 400px;
	overflow-y: scroll;
}
.header-menu-sp-box ul {
  list-style: none;
  padding: 55px 0 0;
  width: 100%;
}
.header-menu-sp-box ul li{
  color: #000;
  line-height: 400%;
  text-align: center;
	line-height: 3;
}
.header-menu-sp-box ul li a {
  color: #333;
  font-size: 4vw;
  font-weight: 600;
  padding: 1rem 3rem;
  letter-spacing: 0.3rem;
  width: 100%;
  display: block;
  font-size: 2rem;
  color: #fff;
  line-height: 2.5;
}
.header-menu-sp-box ul li a:hover {
  background: #504e4e;
}
.header-menu-sp-box ul li ul {
  margin: 2rem auto;
}
.header-menu-sp-box ul li:nth-child(1) a {
}
.header-menu-sp-box ul li:nth-child(2) a {
}
.header-menu-sp-box ul li ul li a {
  font-size: 1.4rem;
  line-height: 2;
}
.header-menu-sp-box.active
.menu-global-menu-container {
  width: 90%;
}
.hamburger.active span:first-of-type{
  top: 50%;
  transform: rotate(35deg);
}
.hamburger.active span:nth-of-type(2){
  opacity: 0;
}
.hamburger.active span:last-of-type{
  top: 50%;
  transform: rotate(-35deg);
}
.header-menu-sp-box.active {
  transform: translateX(0);
}
.sp-underbar {
  display: none;
}

/* slider */
/* ::top slider */
.key_visual--slider-container {
  position: relative;
  overflow: hidden;
	background: #000;
}

.key_visual--slider_list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  max-height: calc(530 / 1300 * 100vw);
  position: relative;
  overflow: hidden;
}

.key_visual--slider_list .slide_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.key_visual--slider_list .slide_item.active {
  opacity: 1;
}
.key_title {
  display: inline-block;
  overflow: hidden;
  font-size: clamp(80px, calc(120 / 1300 * 100vw), 125px);
  text-align: center;
  width: 100%;
  font-family: "Baskervville", serif;
  color: #fff;
  text-shadow: 2px 2px 5px #454545;
  position: absolute;
  bottom: 3.8%;
  line-height: 1;
}
/* key title　アニメーション */
.key_title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em);
  /* アニメーションを適用 */
  animation: floatUp 0.6s forwards ease-out;
}
/* 下からふわっと上がるアニメーション */
@keyframes floatUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.key_introduction {
  background: #00b3a7;
  padding: 3vw 0;
  color: #fff;
  text-align: center;
}
.key_introduction .note._i1 {
  font-size: clamp(14px, calc(15 / 1300 * 100vw), 16px);
  letter-spacing: 0.5vw;
  margin: 1vw auto 2vw;
}
.key_introduction .note._ibox {
  font-size: clamp(18px, calc(25 / 1300 * 100vw), 26px);
  letter-spacing: 0.4vw;
  max-width: clamp(500px, calc(600 / 1300 * 100vw), 700px);
  margin: 0 auto;
  line-height: 2.5;
  border: 0.5px solid #fff;
  border-right: 3px solid;
  border-left: 3px solid;
}
.key_introduction .note._i2 {
  font-size: clamp(16px, calc(17 / 1300 * 100vw), 18px);
  letter-spacing: 0.3vw;
  margin: 1.5vw auto 1vw;
}

/* news */
.news_wrap {
  padding: 0;
  max-width: clamp(700px, calc(1000 / 1300 * 100vw), 1000px);
  margin: 5vw auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  max-height: 110px;
  overflow: hidden;
}
.news_wrap .title {
  color: #00b3a7;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  width: 20%;
}
.news_wrap .front_news_list {
  list-style: none;
  padding: 0;
  width: 80%;
  max-height: 90px;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.news_wrap .front_news_list li {
  font-size: clamp(12px, calc(13 / 1280 * 100vw), 14px);
  font-weight: 600;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: ease all 0.5s;
  padding: 0 0 0 2%;
  min-height: 27px;
  height: clamp(70px, calc((90 / 1300) * 100vw), 90px);
}
.news_wrap .front_news_list li:hover {

}
.news_wrap .front_news_list li time {
  padding: 0 1vw 0 0;
  letter-spacing: 0.05vw;
  width: 14%;
}
.news_wrap .front_news_title {
  padding: 0.3vw 1vw 0.3vw 1.5vw;
  border-left: 1px solid #9a9a9a;
  color: #000;
  width: 86%;
}

/* service */
.front__section__service {
  background: #00b3a7;
  padding: 5vw 0;
}
.service_wrap {
  max-width: clamp(700px, calc(1000 / 1300 * 100vw), 1000px);
  margin: 0 auto;
}
.service_wrap .title {
  color: #fff;
  text-align: center;
  margin: 0 auto 3vw;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2vw;
}
.service_wrap .caption {
  color: #fff;
  text-align: center;
  margin: 3vw auto 5vw;
  font-size: clamp(13px, calc(14 / 1300 * 100vw), 15px);
}
.front_service_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 6%;
  list-style: none;
  padding: 0;
  margin: 0 auto 3vw;
  max-width: clamp(600px, calc((800 / 1300) * 100vw), 800px);
}
.front_service_list li {
  margin: 0 0 2vw;
  color: #fff;
  text-align: center;
  font-size: clamp(14px, calc(15 / 1300 * 100vw), 16px);
}
.front_service_list .ttl {
	color: #fff;
	line-height: 1.5;
  font-size: clamp(14px, calc(15 / 1300 * 100vw), 16px);
  font-weight: 600;
  display: inline-block;
  margin: 1.2vw auto auto;
font-feature-settings: "palt";
}
.front_service_list .ttl .sml {
  font-size: 70%;
  font-feature-settings: "palt";
}
.normal-btn {
  width: clamp(260px, calc(270 / 1300 * 100vw), 280px);
	height: calc(40 / 1300 * 100vw);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: ease all 0.5s;
  overflow: hidden;
}
.normal-btn::before {
  content: "";
  background: url("https://resolo.net/wp-content/uploads/2025/05/arrow.svg") no-repeat;
  position: absolute;
right: 3%;
  top: 15%;
  width: calc(28 / 1300 * 100vw);
  height: calc(28 / 1300 * 100vw);
  z-index: -1;
  transition: ease all 0.5s;
}
.normal-btn:hover:before {
  transition: ease all 0.5s;
  background: url("https://resolo.net/wp-content/uploads/2025/05/arrow_g.svg");
}
.normal-btn a {
  color: #fff;
  font-size: clamp(11px, calc(12 / 1300 * 100vw), 13px);
  font-weight: 600;
  padding: clamp(13px, calc(14 / 1300 * 100vw), 15px) 0;
  width: 100%;
  text-align: center;
}
.normal-btn a:hover {
  color: #00b3a7;
}
.normal-btn::after {
  content: "";
  background: transparent;
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: -2;
  border-radius: 50px;
  transition: ease all 0.5s;
  right: 0;
}
.normal-btn:hover::after {
  transition: ease all 0.5s;
  background: #fff;
  width: 95%;
}


/* strengths */
.strengths_wrap {
  padding: 6vw 0 10vw;
}
.strengths_wrap .title {
  text-align: center;
  color: #00b3a7;
  font-family: "Noto Serif JP", serif;
	margin: 0 auto 3vw;
}
.strengths_wrap .caption {
  text-align: center;
  color: #000;
  margin: 3vw auto 5vw;
  font-size: clamp(13px, calc(14 / 1300 * 100vw), 15px);
}
.front_strengths_list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 5%;
  max-width: clamp(700px, calc(1000 / 1300 * 100vw), 1000px);
  margin: 0 auto;
}
.front_strengths_list li {
  text-align: center;
}
.front_strengths_list li img {
  max-height: clamp(100px, calc((185 / 1300) * 100vw), 185px);
  width: auto;
}
.front_strengths_list .ttl {
  padding: 2vw 0 0;
  display: block;
  color: #000;
  font-size: clamp(12px, calc(13 / 1300 * 100vw), 14px);
  border-top: 1px solid #00b3a7;
  margin: 2vw 0 0;
text-align: left;
}

/* banner */
.front_banner_list {
  list-style: none;
  padding: 6vw 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 3.5%;
  max-width: clamp(700px, calc(1000 / 1300 * 100vw), 1000px);
  margin: 0 auto;
}
.front_banner_list li {
  position: relative;
  width: 100%;
  height: 100%;
  transition: ease all 0.5s;
  overflow: hidden;
  transform: scale(1,1);
max-height: 190px;
}
.front_banner_list li img {
  transition: ease all 0.5s;
transform: scale(1,1);
}
.front_banner_list li:hover img {
  transform: scale(1.1,1.1);
  transition: ease all 0.5s;
}
.front_banner_list li:hover {
  transition: ease all 0.5s;
}
.front_banner_list li::before {
}
.banner_wrap {
  background: #000;
}
.front_banner_list .banner_ttl {
  position: absolute;
  top: 38%;
  font-size: clamp(18px, calc(20 / 1300 * 100vw), 24px);
  font-family: "Noto Serif JP", serif;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 600;
  transition: ease all 0.5s;
}
.front_banner_list li:hover .banner_ttl {
  letter-spacing: 0.2vw;
  transition: ease all 0.5s;
}
.front_banner_list li .arrow {
  width: clamp(24px, calc((26 / 1280) * 100vw), 28px);
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  margin: auto;
}
.bnr_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}


/* footer */
.main-footer {
  margin: 7vw auto;
  text-align: center;
}
.footer-info {
  max-width: clamp(700px, calc(1000 / 1300 * 100vw), 1000px);
  margin: 0 auto;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.footer_logo {
  max-width: clamp(150px, calc(160 / 1300 * 100vw), 173px);
  margin: 0 auto 5vw;
}
.footer_txt {
  font-size: clamp(16px, calc(17 / 1300 * 100vw), 18px);
  color: #000;
  letter-spacing: 0.5vw;
  padding: 0 0 1vw 10%;
  max-width: clamp(700px, calc(1000 / 1300 * 100vw), 1000px);
  width: 90%;
  margin: 0;
}
.footer-sns {
  width: 10%;
}
.footer-sns img {
  width: clamp(26px, calc(30 / 1280 * 100vw), 32px);
}
.footer_note {
  margin: 1vw auto 0;
  padding: 2vw 0 0;
  max-width: clamp(490px, calc(590 / 1300 * 100vw), 680px);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-gap: 6%;
}
.footer_note .main-menu-btn a {
  height: clamp(80px, calc((100 / 1300) * 100vw), 100px);
  font-size: clamp(13px, calc(15/ 1300 * 100vw), 15px);
  letter-spacing: 0.1rem;
  padding: 0 6% 0 0;
}
.footer_note .main-menu-btn img {
  width: clamp(27px, calc((37 / 1300) * 100vw), 37px);
  height: clamp(27px, calc((37 / 1300) * 100vw), 37px);
  display: inline-block;
  transition: ease all 0.5s;
  position: absolute;
  right: 12%;
}
.footer_note .main-menu-btn:hover img {
  filter: invert(100%);
  transition: ease all 0.5s;
  right: 10%;
}
.footer_note .main-menu-tel .txt {
  font-size: clamp(12px, calc(13 / 1280 * 100vw), 15px);
  letter-spacing: 0.15vw;
  padding-bottom: 1vw;
}
.footer_note .main-menu-tel .telnum {
  font-size: clamp(22px, calc(24 / 1300 * 100vw), 26px);
  display: flex;
	justify-content: center;
    align-items: center;
  gap: 0 8%;
}
.footer_note .main-menu-tel .telnum img {
  width: clamp(24px, calc(28 / 1300 * 100vw), 30px);
}
.footer_note .main-menu-tel .telnum .number_tel {
  height: clamp(20px, calc((23 / 1300) * 100vw), 25px);
  width: auto;
}
.footer_note .main-menu-tel {
  justify-content: center;
  align-items: baseline;
}
.site-footer {
  background-color: #00b3a7;
  padding: 0.5vw;
}
.copyright_txt, .copyright_txt a {
  color: #fff;
  text-align: center;
  font-size: clamp(9px, calc(10 / 1300 * 100vw), 11px);
  font-family: "Noto Serif JP", serif;
}
.site-footer a {
	color: #fff;
}
#colophon.site-footer {
  background-color: #00b3a7;
  padding: 6px 0;
}

/* pages -- common */
.site-page-head {
  height: clamp(200px, calc((280 / 1300) * 100vw), 300px);
  background: #eee;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-head {

}
.page-head .title {
	  text-transform: uppercase;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, calc((30 / 1300) * 100vw), 32px);
  color: #fff;
  margin: 1vw auto 2vw;
}
.page-head .caption {
  font-size: clamp(13px, calc((14 / 1300) * 100vw), 15px);
  color: #fff;
}
.page-head.company {
  background: url(https://resolo.net/wp-content/uploads/2025/06/head_img01.webp) no-repeat;
  background-size: cover;
}
.page-head.service {
  background: url(https://resolo.net/wp-content/uploads/2025/06/head_img02.webp) no-repeat;
  background-size: cover;
}

/* pages -- company */
.company_wrap {
  max-width: clamp(700px, calc((1000 / 1300) * 100vw), 1000px);
  margin: 0 auto;
}
.company_table {
  margin: 10vw auto 5vw;
}
.company_table a, .company_table a:focus, .company_table a:active {
  color: #000;
}
.company_table td, .company_table th {
	color: #000;
  border: none;
  border-bottom: 1px solid #000;
	padding: 2vw;
  text-align: left;
	font-size: clamp(13px, calc((14 / 1300) * 100vw), 15px);
}
.company_table th {
  width: 20%;
  border-bottom: 2px solid #000;
}

/* pages -- service */
.service_wrap {
  margin: 0 auto;
}
.serivce_caption {
  font-size: clamp(13px, calc((14 / 1300) * 100vw), 15px);
  color: #000;
  margin: 0 auto 3vw;
  text-align: center;
  line-height: 2.5;
}
.pages__contents__service {
  margin: 6vw auto auto;
}
.service_list {
	  max-width: clamp(600px, calc(800 / 1300 * 100vw), 800px);
  list-style: none;
  padding: 0;
  grid-gap: 0 14%;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin: 5vw auto;
}
.service_list li {
  margin-bottom: 4vw;
  width: 24%;
color: #000;
}
.service_list .service-item {
  padding: 5%;
}
.service_list .ttl {
  color: #000;
  font-size: clamp(16px, calc((18 / 1300) * 100vw), 20px);
  font-weight: 600;
  display: block;
  line-height: 1.4;
  margin: 0.8vw auto auto;
  min-height: 56px;
  justify-content: center;
  align-content: center;
	font-feature-settings: "palt";
}
.service_list .price {
  color: #00b3a7;
  border: 1px solid #00b3a7;
  padding: 0.1vw 0.5vw 0.2vw;
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(13px, calc((14 / 1300) * 100vw), 15px);
  margin: 1vw auto;
  font-weight: 600;
  font-feature-settings: "palt";
  width: 100%;
}
.service_list li .sml {
  font-size: 100%;
  font-feature-settings: "palt";
  font-weight: 600;
}
.serive_footer {
  background: #00b3a7;
  padding: 5vw 0;
  color: #fff;
  font-size: clamp(13px, calc((14 / 1300) * 100vw), 15px);
  text-align: center;
  line-height: 2;
}
.liner_bk {
  border: 0.5px solid #444;
  margin: 0 auto 10vw;
}


/* pages -- concept */
.concept_wrap {
  margin: 0 auto 0.5vw;
}
#content.page-wrap {
  padding: 0 0 5vw;
}
.bg_blk {
  background: #000;
}
.concept_inner {
  max-width: clamp(700px, calc((1000 / 1300) * 100vw), 1000px);
  margin: 0 auto;
  padding: 5vw 0;
  color: #fff;
}
.concept_inner .title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, calc((30 / 1300) * 100vw), 32px);
}
.concept_inner .txt {
  line-height: 2.5;
  margin: 3vw auto 1vw;
}

/* pages -- contact */
.contact {
  margin: 55px auto auto;
}
.contact_wrap {
  margin: 10vw auto 7vw;
}
.contact_wrap .title {
  font-size: clamp(20px, calc((22 / 1300) * 100vw), 24px);
  color: #000;
}
.contact_wrap .caption {
  color: #000;
  font-size: clamp(13px, calc((14 / 1300) * 100vw), 15px);
  line-height: 2;
}
.resolo__contact_form_list label {
  color: #000;
  font-size: clamp(14px, calc((15 / 1300) * 100vw), 16px);
  line-height: 2.5;
  text-align: left;
  font-weight: 600;
  width: 100%;
  margin: 0 auto 2vw;
}
.resolo__contact_form_list label .red {
  font-size: 80%;
  border: 1px solid #f00;
  color: #f00;
  margin: 0 auto 0 0.5vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.8vw 0.1vw;
  line-height: 1.2;
}
.resolo__contact_form_list label .gray {
  font-size: 80%;
  border: 1px solid #949494;;
  color: #949494;;
  margin: 0 auto 0 0.5vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.8vw 0.1vw;
  line-height: 1.2;	
}
.resolo__contact_form_list {
  max-width: clamp(700px, calc((800 / 1300) * 100vw), 800px);
  margin: 0 auto 4vw;
}

.resolo__contact_form_list label input, .resolo__contact_form_list label select, .resolo__contact_form_list label textarea {
	width: 100%;
	font-size: clamp(14px, calc((16 / 1300) * 100vw), 18px);
	border-radius: 2px;
	border: none;
	outline: #ccc solid 1px;
}
.resolo__contact_form_list label input:hover,
.resolo__contact_form_list label input:active,
.resolo__contact_form_list label input:focus,

.resolo__contact_form_list label select:hover,
.resolo__contact_form_list label select:active,
.resolo__contact_form_list label select:focus,

.resolo__contact_form_list label textarea:hover,
.resolo__contact_form_list label textarea:active,
.resolo__contact_form_list label textarea:focus {
	border: none;
	outline: #00b3a7 2px solid;
}

.resolo__contact_form_list label input:focus,
.resolo__contact_form_list label select:focus,
.resolo__contact_form_list label textarea:focus {
	background: #f7fefd;
}
.resolo__contact_form_list label textarea {
  min-height: 220px;
  line-height: 1.5;
}
.contact_btn input {

}
.contact_btn {

}
.contact_btn:hover,
.contact_btn:focus,
.contact_btn:active {
  transition: ease all 0.5s;
  background: transparent;
}
.contact_btn .contact_arrow {

}
.contact_btn:hover .contact_arrow,
.contact_btn:focus .contact_arrow,
.contact_btn:active .contact_arrow {

}
.contact_btn .contact_arrow::before {

}
.contact_btn:hover .contact_arrow::before,
.contact_btn:focus .contact_arrow::before,
.contact_btn:active .contact_arrow::before {
transition: ease all 0.5s;

}
.contact_btn button, .contact_btn input[type="button"], .contact_btn input[type="reset"], .contact_btn input[type="submit"] {
background-color: #00B3A7;
  border: 1px solid #00B3A7;
	border-radius: 5px;
}
.contact_btn button:hover, input[type="button"]:hover, .contact_btn input[type="reset"]:hover, .contact_btn input[type="submit"]:hover {
  color: #00B3A7;
}
.contact_btn button:hover, .contact_btn input[type="button"]:hover, .contact_btn input[type="reset"]:hover, .contact_btn input[type="submit"]:hover,
.contact_btn button:focus, .contact_btn input[type="button"]:focus, .contact_btn input[type="reset"]:focus, .contact_btn input[type="submit"]:focus,
.contact_btn button:active, .contact_btn input[type="button"]:active, .contact_btn input[type="reset"]:active, .contact_btn input[type="submit"]:active {

}
.contact_btn p {
  display: flex;
  flex-wrap: wrap;
  max-width: clamp(400px, calc((600 / 1300) * 100vw), 600px);
  margin: 7vw auto 2vw;
  gap: 0 2%;
  justify-content: center;
  align-items: center;
	position: relative;
}
.contact_btn p::before, .contact_btn p::after {

  width: clamp(20px, calc(25 / 1300 * 100vw), 25px);
  height: clamp(20px, calc(25 / 1300 * 100vw), 25px);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(48% / 1.6);
  background: url("https://resolo.net/wp-content/uploads/2025/05/arrow.svg") no-repeat;
	transition: ease all 0.5s;
}
.cm4cf7-confirm-view .contact_btn p::after {
  right: calc(48% / 0.88);
}
.contact_btn p:hover::before, .contact_btn p:hover::after, .cm4cf7-confirm-view .contact_btn p:hover::after  {
  background: url("https://resolo.net/wp-content/uploads/2025/05/arrow_g.svg") no-repeat;
  transition: ease all 0.5s;
}
.cm4cf7-confirm-view .contact_btn p::before {
  right: calc(92% / 18);
}
.contact_btn button, .contact_btn input {
	position: relative;
  width: 48%;
  height: clamp(45px, calc((55 / 1300) * 100vw), 55px);
  letter-spacing: 0.1rem;
}

.contact_btn button:hover, .contact_btn input:hover {
  color: #00B3A7;
}
.contact_btn p .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
}
.wpcf7-not-valid-tip {
	font-size: 0.9em;
background: #ffeded;
line-height: 1.5;
padding: 2px 10px 4px;
margin: 2px auto;
font-style: italic;
}
.contact_btn .cm4cf7-return-button::before,
.contact_btn .wpcf7-form-control::before {
  position: absolute;
  width: clamp(22px, calc((28 / 1300) * 100vw), 28px);
  height: clamp(22px, calc((28 / 1300) * 100vw), 28px);
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: ease all 0.5s;
}
.contact_btn .cm4cf7-return-button:hover::before,
.contact_btn .wpcf7-form-control:hover::before{

}
.content-area .cm4cf7-message-for-confirmation {
  border: 2px solid #00a0d2;
  border-color: #00a0d2;
  padding: 3vw;
  max-width: clamp(300px, calc((700 / 1300) * 100vw), 1000px);
  margin: 3vw auto 1vw;
  font-size: clamp(16px, calc((20 / 1300) * 100vw), 20px);
  color: #00a0d2;
  border-radius: 5px;
  background: #d8f6ff;
}
.content-area .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  padding: 3vw;
  max-width: clamp(300px, calc((700 / 1300) * 100vw), 1000px);
  margin: 3vw auto;
  font-size: clamp(16px, calc((20 / 1300) * 100vw), 20px);
  color: #46b450;
  border-radius: 5px;
	background: #e0fce3;
}
.content-area .wpcf7 form.invalid .wpcf7-response-output {
  border: 2px solid #ff8f00;
  border-color: #ffb900;
  padding: 3vw;
  max-width: clamp(300px, calc((700 / 1300) * 100vw), 1000px);
  margin: 3vw auto;
  font-size: clamp(16px, calc((20 / 1300) * 100vw), 20px);
  color: #ff8f00;
  border-radius: 5px;
  background: #fff2e0;
}
.cm4cf7-confirm-view .resolo__contact_form_list {
  max-width: clamp(500px, calc((700 / 1300) * 100vw), 800px);
  background: #f1f1f1;
  padding: 3vw;
  border-radius: 10px;
}
.wpcf7-form.aborted .resolo__contact_form_list .cm4cf7-confirm-value {
  background: #fff;
  color: #6b6b6b;
  padding: 0.5vw 1vw;
  border-radius: 5px;
  width: 100%;
  font-size: clamp(13px, calc((14 / 1300) * 100vw), 14px);
  line-height: 1.5;
}
.contact a {/*reset*/
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  display: initial;
  padding: 0;
  margin: 0;	
}
.contact_recaptcha_txt {
  margin: 5vw auto;
}
.contact_recaptcha_txt, .contact_recaptcha_txt a {
  font-size: clamp(10px, calc(13 / 1300 * 100vw), 13px);
  line-height: 1.5;
  color: #222;
}
.contact_recaptcha_txt a {
  text-decoration: underline;
  padding: 0 5px;
}
.contact_recaptcha_txt a:hover {
  background: #cbefed;
}

/* single works */
.post__contents__works {
  max-width: clamp(800px, calc((1000 / 1300) * 100vw), 1000px);
  margin: 5vw auto;
}
.content-area .post__section__works .hentry {
padding: 0;
}
.content-area .hentry::after {
  display: none;
background: none;
}
.works-title-post {
  font-size: clamp(20px, calc((22 / 1300) * 100vw), 24px);
  border-bottom: 1px solid #000;
  line-height: 1.5;
  padding: 0 0 1vw;
}
.works-post--content {
  margin: 3vw auto;
}
.works-post--hero {
  border-radius: 17px;
  overflow: hidden;
}
.works-post--hero iframe {
  border-radius: 17px;
}
.works-post--box {
  margin: 5vw auto;
  color: #443f3f;
}
.work-title {
  font-size: clamp(14px, calc((16 / 1300) * 100vw), 18px);
  line-height: 1.8;
  margin: 2vw auto;
}
.work-text {
  color: #443f3f;
  font-size: clamp(13px, calc((14 / 1300) * 100vw), 15px);
  line-height: 1.8;
}
.work-text p {
  margin: 0 auto 1.5vw;
}
.work-text a {
  color: #00b3a7;
  text-decoration: underline;
}
.work-text a:hover {
	  color: #00b3a7;
  text-decoration: underline;
  background: #e3f8f6;
}
.work-image {
  margin: 2.5vw auto;
}
/* archive works */
.archive-head {
  background: url(https://resolo.net/wp-content/uploads/2025/06/head_img03.webp) no-repeat;
  background-size: cover;
}
.archive-head .title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, calc((30 / 1300) * 100vw), 32px);
  color: #fff;
  margin: 1vw auto 2vw;
}
.work-archive--posts-layout {
  max-width: clamp(800px, calc((1000 / 1300) * 100vw), 1000px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 3%;
  margin: 10vw auto 5vw;
}
.work-data .work-title {
  margin: 0.5vw auto 0.5vw;
  color: #000;
  font-size: clamp(14px, calc((15 / 1300) * 100vw), 16px);
}
.work-data .work-title a {
  color: #000;
}
.work-cat-list {
  padding: 0;
  list-style: none;
  color: #9f9f9f;
  font-size: clamp(11px, calc((12 / 1300) * 100vw), 13px);
  line-height: 1.5;
}
.work-cat-list .work-cat {
  border: 1px solid;
  padding: 0rem 0.8rem 0.2rem 0.8rem;
  display: inline-block;
  margin: 0 0.5rem 0.8rem 0;
  border-radius: 3px;
}
.work-entry-post {
  margin: 0 auto 3vw;
}
.work-thumbnail img {
  width: 100%;
  min-height: clamp(135px, calc((175 / 1300) * 100vw), 175px);
  object-fit: cover;
}
.work-entry-post a:hover {
  opacity: 0.7;
}
.work-img {
  background: #00b3a7;
}

/* pager */
.pagination-wrapper {
  max-width: clamp(600px, calc((700 / 1300) * 100vw), 800px);
  margin: 5vw auto;
}
.pagination {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 2%;
}
.pagination-item {
  width: 34px;
  height: 34px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(15px, calc((16 / 1300) * 100vw), 17px);
}
.pagination-item a {
  color: #fff;
  font-size: clamp(15px, calc((16 / 1300) * 100vw), 17px);
  background: #000;
  height: 34px;
  width: 34px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-item .next.page-numbers,
.pagination-item .prev.page-numbers{
  color: #000;
  background: transparent;
  border: none;
  font-size: clamp(18px, calc((20 / 1300) * 100vw), 22px);
	font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.page-numbers.current {
  border: 1px solid #000;
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination-item a:hover {
  background: #00b3a7;
  color: #fff;
}
.pagination-item .next.page-numbers:hover, .pagination-item .prev.page-numbers:hover {
  color: #00b3a7;
}
/* loading */
.load_c1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.load_c2 {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #8ae2e2 10%, #00b3a7 100%);
  animation: circle 1.5s linear infinite;
}
.load_c2::before {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border-radius: 50%;
  background-color: #fff;
  content: ''
}
@keyframes circle {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

/* news */
.news_single-wrap {
  margin: 10vw auto;
  max-width: clamp(700px, calc((900 / 1300) * 100vw), 900px);
  border-bottom: 1px solid #98d1cd;
	padding: 0 0 5vw;
}
.news-title-post {
  font-size: clamp(22px, calc((24 / 1280) * 100vw), 26px);
  line-height: 1.5;
  margin: 0 auto 0.3vw;
  padding: 0 0 1vw;
  border-bottom: 2px solid #98d1cd;
}
.news-post-header .post-date {
  display: block;
  line-height: 1.5;
  font-size: clamp(14px, calc((15 / 1300) * 100vw), 16px);
  color: #01b3a7;
  padding: 0 1vw 0 0;
  letter-spacing: 0.05vw;
  font-weight: 600;
  margin: 0 auto 3vw;
  text-align: right;
}
.news-post--box .post-txt {
  margin: 3vw auto;
  color: #000;
  line-height: 2;
  font-size: clamp(13px, calc((14 / 1300) * 100vw), 15px);
}
.news-thumbnail {
  box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}
.news-post--box img {
  width: auto;
}
/* ---------------------------------------
 *  scroll
 * --------------------------------------- */
       /* 初期状態（透明 & 下にずらす） */
        .fade-in {
            opacity: 0;
            transform: translateY(50px);
			-webkit-transition: pacity 0.8s ease-out, transform 0.8s ease-out;
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        /* スクロール時にクラスが追加されたら表示 */
        .fade-in.show {
            opacity: 1;
            transform: translateY(0);
        }
        /* 秒数パターンのクラス */
        .fade-in.m_01 { transition-duration: 1s; }
        .fade-in.m_02 { transition-duration: 1.5s; }
        .fade-in.m_03 { transition-duration: 2s; }
        .fade-in.m_04 { transition-duration: 2.5s; }
        .fade-in.m_05 { transition-duration: 3s; }
        .fade-in.m_fuwa { transform: translateY(0px);
			transition-duration: 1s; }


/* ---------------------------------------
 *  view change
 * --------------------------------------- */
.view-pc { display: block; }
.view-sp { display: none; }

@media screen and (max-width: 767px) {
  .view-pc { display: none; }
  .view-sp { display: block; }
}


/* ---------------------------------------
 *  view size -- 1024px
 * --------------------------------------- */
@media screen and (max-width:1024px){
.head--wrap .main-menu-btn {
max-width: clamp(160px, calc((180 / 1300) * 100vw), 180px);
}
/* key */
.key_introduction {
  padding: 5vw 0;
}
	
/* top */	
.service_list {
    max-width: clamp(600px, calc(700 / 1024 * 100vw), 700px);
    grid-gap: 0 10%;
}
.service_list li {
  width: 26%;
}
.front__section__service {
  padding: 10vw 0;
}	
.front_service_list .ttl {
line-height: 1.5;
}	
  .service_list li .sml {
    font-size: 87%;
  }
.serive_footer {
padding: 8vw;
}

	
	
	
	
	
}






/* ---------------------------------------
 *  view size -- 767px
 * --------------------------------------- */
@media screen and (max-width:767px){

/* header */
.head_white {
  height: 55px;
}
.head--wrap {
padding: 15px 5%;
max-width: 100%;
	height: 55px;	
}
#masthead.site-header.float-header .head--wrap {
  padding: 15px 5%;
}
.head-logo {
    max-width: clamp(170px, calc(190 / 375 * 100vw), 195px);
    position: fixed;
    z-index: 99999;
}	
.head-logo .site-logo {
  height: calc(26 / 375 * 100vw);
}
.header-menu {
  display: none;
}
.header-menu-sp {
  display: block;
}	
.head-side {
  display: none;
}	
.header-menu-sp .menu-globalmenu-container {
background: #fff;
}
.header-menu-sp #menu-globalmenu {
	display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    color: #000;
    padding: 0;
	border-top: 0.5px solid #999;
    border-bottom: 0.5px solid #999;
}
.header-menu-sp #menu-globalmenu li {
  border: none;
}
  .header-menu-sp .menu-item a {
    color: #000;
    padding: 10vw 0;
    font-size: clamp(18px, calc(20 / 375 * 100vw), 21px);
    font-weight: 600;
    line-height: 1.5;
  }
.header-menu-sp .menu-item a:hover {
		background-color: #00b3a7;
	}
.header-menu-sp .menu-item {
    width: 100%;
}
.header-menu-sp .menu-item .sabname {
font-size: clamp(10px, calc(12 / 375 * 100vw), 14px);
}	
.header-menu-sp #menu-globalmenu li:first-child {
border-bottom: 0.5px solid #999;
	border-right: 0.5px solid #999;
}	
.header-menu-sp #menu-globalmenu li:nth-child(2) {
border-bottom: 0.5px solid #999;
}	
.header-menu-sp #menu-globalmenu li:nth-child(3) {
	border-right: 0.5px solid #999;
}	
.header-menu-sp #menu-globalmenu li:nth-child(4) {

}	
.header-menu-sp .main-menu-sns img {
    max-width: 40px;
    margin: 10vw auto;
}
.header-menu-sp .main-menu-btn {
    margin: 15vw auto;
    width: 88%;
}
 .header-menu-sp .main-menu-btn a {
    font-size: clamp(13px, calc(14 / 375 * 100vw), 15px);
    letter-spacing: 0.2vw;
    height: clamp(45px, calc((55 / 375) * 100vw), 55px);
  }	
  .header-menu-sp .main-menu-btn img {
    width: calc(25 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    right: 15%;
  }
.header-menu-sp .main-menu-btn a:hover img {
  right: 10%;
}
.header-menu-sp .main-menu-tel .txt {
  font-size: clamp(13px, calc(14 / 1280 * 100vw), 15px);
}	
 .header-menu-sp .main-menu-tel .telnum {
    font-size: clamp(30px, calc(32 / 375 * 100vw), 34px);
    display: flex;
    margin: 5vw auto;
    gap: 0 8%;
    justify-content: center;
    align-items: center;
  }
.header-menu-sp .main-menu-tel .telnum img {
  width: clamp(28px, calc(30 / 375 * 100vw), 32px)
}	
.header-menu-sp .main-menu-tel .telnum .number_tel {
  width: auto;
  height: clamp(22px, calc(24 / 375 * 100vw), 26px);
}	
  .sp-underbar {
    display: flex;
    flex-wrap: wrap;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	  width: 100%;
	  z-index: 999;
  }
  .sp-underbar a {
    width: 50%;
    color: #fff;
    text-align: center;
    height: 50px;
    font-size: clamp(9px, calc((11 / 375) * 100vw), 12px);
    display: flex;
    justify-content: center;
    align-items: center;
	  position: relative;
  }
.sp-underbar a:nth-child(1)::before {
  content: "";
  background: #969797;
  width: 0.5px;
  height: 66%;
  right: 0;
  position: absolute;
}
.sp-underbar img {
  width: 18px;
  height: 18px;
  margin: 0 0 0 10px;
}
	
	
/* common */	
.home .ytyamaya-hero-area {
  border: none;
}
	
/* key visual */
.key_visual--slider_list {
max-height: calc(188 / 375 * 100vw);
}
.key_visual--area {
  margin: 0 auto auto;
}
.key_title {
font-size: clamp(30px, calc(38 / 375 * 100vw), 40px);
bottom: 8%;
}
.key_introduction {
padding: 12vw 0;
}	
.key_introduction .note._ibox {
    font-size: clamp(14px, calc(15 / 375 * 100vw), 16px);
    max-width: 90%;
    margin: 0 auto;
}
.key_introduction .note._i1 {
    font-size: clamp(12px, calc(13 / 375 * 100vw), 14px);
    margin: 1vw auto 9vw;
    letter-spacing: 1.1vw;
}
.key_introduction .note._i2 {
font-size: clamp(12px, calc(13 / 375 * 100vw), 14px);
margin: 3vw auto;
	letter-spacing: 0.8vw;
}

/* news */
.news_wrap {
max-width: 100%;
max-height: inherit;
margin: 13vw auto 10vw;
border: none;
}	
.news_wrap .title {
width: 100%;
text-align: center;
}	
.news_wrap .front_news_list {
    width: 80%;
    margin: 5vw auto;
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
	max-height: 83px;
}	
 .news_wrap .front_news_list li {
    font-size: clamp(12px, calc(13 / 375 * 100vw), 14px);
    margin: 1.4vw auto 1.4vw;
    padding: 1.4vw 0 1.4vw;
    min-height: 70px;
  }
.news_wrap .front_news_list li time {
width: 32%;
}	
.news_wrap .front_news_list li a {
    width: 78%;
    padding: 1vw 4vw;
    line-height: 1.5;
  }
.news_wrap .front_news_title {
padding: 0.3vw 1vw 0.3vw 3vw;
}
	
	
/* service */	
.front__section__service {
    padding: 15vw 6% 5vw;
 }
.service_wrap .caption {
margin: 10vw auto;
text-align: left;
}
.front_service_list {
grid-template-columns: 1fr 1fr;
gap: 0 14%;
width: 94%;
}	
.front_service_list li {
  font-size: clamp(13px, calc(14 / 375 * 100vw), 15px);
  margin: 0 0 9vw;
}	
.front_service_list .ttl .sml {
  letter-spacing: -0.5px;
}	
.front_service_list .ttl {
  line-height: 1.7;
}	
.normal-btn {
	height: calc(45 / 375 * 100vw);
}
.normal-btn::before {
top: 10%;
width: 36px;
height: 36px;
}
.normal-btn {
    height: 45px;
    width: 220px;
    margin: 5vw auto 5vw auto;
}
.normal-btn:hover a {
  color: #00b3a7;
}	
.normal-btn::after {
width: 21%;
}
.normal-btn a {
  padding: clamp(14px, calc(15 / 375 * 100vw), 16px) 20% clamp(14px, calc(15 / 375 * 100vw), 16px) 15%;
}

/* strongths */
.strengths_wrap {
  padding: 20vw 6%;
}	
.strengths_wrap .title {
  margin: 0 auto 10vw;
}	
.strengths_wrap .caption {
text-align: left;
}	
.front_strengths_list {
  display: block;
}
.front_strengths_list .ttl {
padding: 3vw 0 0;
margin: 5vw 0 0;
font-size: clamp(12px, calc(13 / 375 * 100vw), 14px);
}
.front_strengths_list li img {
  max-height: 185px;
  margin: 10vw auto 0;
}	
.front_banner_list {
grid-template-columns: 1fr;
grid-gap: 0;
padding: 15vw 6%;
max-width: 100%;
}	
.front_banner_list .banner_ttl {
font-size: clamp(28px, calc(32 / 1300 * 100vw), 34px);
}
.front_banner_list li {
margin: 0 auto 12%;
}
.front_strengths_list li:nth-child(2) img,.front_strengths_list li:nth-child(3) img {
  max-height: 220px;
}
	
/* banner */
  .front_banner_list li .arrow {
    width: clamp(34px, calc((36 / 375) * 100vw), 38px);
    bottom: 8%;
  }

	
	
/* footer */
.main-footer {
    margin: 20vw auto 10vw;
}
.footer_txt {
    font-size: clamp(14px, calc(15 / 375 * 100vw), 16px);
    max-width: 100%;
    padding: 12vw 5% 5vw 5%;
    width: 100%;
    letter-spacing: 1.5vw;
    line-height: 2;
}
.footer-sns {
  width: 10%;
  margin: 2vw auto 6vw;
}
.footer-sns img {
  width: clamp(38px, calc(40 / 375 * 100vw), 45px);
}	
.footer_note {
grid-template-columns: 1fr;
grid-gap: 0;
max-width: 100%;
}
.main-menu-btn {
	margin: 5vw auto;
	width: 88%;
}
  .footer_note .main-menu-btn a {
    border-radius: 10px;
    font-size: clamp(13px, calc(14/ 375 * 100vw), 15px);
    height: clamp(50px, calc((65 / 375) * 100vw), 65px);
  }
 .footer_note .main-menu-btn img {
    width: calc(32 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
    right: 16%;
  }
.footer_note .main-menu-tel {
  align-items: center;
	margin: 5vw auto;
}	
.footer_note .main-menu-tel .txt {
  font-size: clamp(14px, calc(15 / 375 * 100vw), 16px);
  letter-spacing: 0.4vw;
  font-weight: 600;
}	
.footer_note .main-menu-tel .telnum {
  font-size: clamp(28px, calc(30 / 375 * 100vw), 32px);
  margin: 3vw auto auto;
}
.footer_note .main-menu-tel .telnum img {
  width: clamp(26px, calc(28 / 375 * 100vw), 30px);
  margin: 0 1vw 0 0;
}	
.footer-info {
  width: 92%;
}	

/* sp page -- common */
 .site-page-head {
    height: auto;
    padding: 10vw 0;
	 min-height: 218px;
  }
.ytyamaya-hero-area {
  border-bottom: 8px solid #00b3a7;
}
	
/* sp page -- concept */
.contact {
  margin: 55px auto auto;
}
.concept_inner {
	max-width: 88%;
	padding: 10vw 0;
}	
.concept_inner .txt {
  line-height: 2;
	margin: 10vw auto 1vw;
	font-size: clamp(13px, calc((14 / 375) * 100vw), 15px);
}	
.concept_inner .title {
  font-size: clamp(24px, calc((30 / 375) * 100vw), 32px);
}
.pages__section__contact {
}
.pages__section__contact .contact_wrap {
  width: 88%;
  text-align: left;
}
.contact_wrap .title {
  margin: 20vw auto;
  text-align: center;
}	
.resolo__contact_form_list {
max-width: 88%;
margin: 5vw auto;
}	
.resolo__contact_form_list label input, .resolo__contact_form_list label select, .resolo__contact_form_list label textarea {
  height: 40px;
}	
.resolo__contact_form_list label .red,.resolo__contact_form_list label .gray {
font-size: 70%;
margin: 0 auto 0 2vw;
padding: 0 2vw 0.1vw;
}	
.resolo__contact_form_list label textarea {
  min-height: 140px;
}	
.contact_btn {
  width: 88%;
  margin: 10vw auto;
}
button, .contact_btn input[type="button"], .contact_btn input[type="reset"], .contact_btn input[type="submit"] {
margin: 0 auto;
}	
.contact_btn::before {
width: 22px;
height: 22px;
top: 19%;
}
.contact_btn button, .contact_btn input {
width: 100%;
height: clamp(45px, calc((55 / 375) * 100vw), 55px);
margin: 0 auto 5vw;
}
.cm4cf7-confirm-view .resolo__contact_form_list {
padding: 5vw 6vw;
max-width: 88%;
}
.contact_btn p::before, .contact_btn p::after {
right: calc(100% / 10);
}	
.cm4cf7-confirm-view .contact_btn p::before {
right: calc(100% / 10);
top: 14%;
bottom: inherit;
}
.cm4cf7-confirm-view .contact_btn p::after {
right: calc(100% / 10);
top: inherit;
bottom: 13%;
}	
	
	
/* sp page -- service */
.page-head.service {
background: url(https://resolo.net/wp-content/uploads/2025/06/head_img02_sp.webp) no-repeat;
  background-size: cover;
padding: 25vw 0;
}
.page-head .title {
font-size: clamp(22px, calc((24 / 375) * 100vw), 26px);
margin: 0 auto 7vw;
}
.page-head .caption {
  font-size: clamp(11px, calc((12 / 375) * 100vw), 14px);
  width: 80%;
	line-height: 2;
}
	
.service .service_wrap {
max-width: 88%;
}	
.serivce_caption {
font-size: clamp(13px, calc((14 / 375) * 100vw), 15px);
line-height: 1.8;
text-align: left;
}	
.service_list {
margin: 10vw auto;
}	
.service_list li {
width: 100%;
}
.service_list .service-item {
max-width: 55vw;
}	
 .service_list .ttl {
    font-size: clamp(18px, calc((20 / 375) * 100vw), 22px);
    min-height: auto;
    margin: 0 auto 2vw;
  }
.service_list .price {
width: auto;
padding: 0.5vw 5vw;
font-size: clamp(13px, calc((14 / 375) * 100vw), 15px);
}	
  .service_list li {
    width: 100%;
    border-bottom: 3px solid #e1e1e1;
    padding: 10vw 0;
  }	
.service_list li:last-child {
  border: none;
}	
.serive_footer {
	text-align: left;
padding: 15vw 6%;
font-size: clamp(13px, calc((14 / 375) * 100vw), 15px);
}	
.liner_bk {
  margin: 0 auto 15vw;
}
	
/* sp page -- company */	
.page-head.company {
  background: url(https://resolo.net/wp-content/uploads/2025/06/head_img01_sp.webp) no-repeat;
  background-size: cover;
}
.company_wrap {
max-width: 88%;
}
.company_table th,.company_table td  {
	font-size: clamp(12px, calc((13 / 375) * 100vw), 14px);
	}
.company_table th {
width: 25%;
padding: 8vw 0;
	vertical-align: top;
}	
.company_table td {
  padding: 7vw 0 7vw 5vw;
}	
 .company_wrap .map iframe {
    max-height: clamp(200px, calc((250 / 375) * 100vw), 350px);
}
	
	
	
	
	
/* sp page -- works */	
.archive-head {
background: url(https://resolo.net/wp-content/uploads/2025/06/head_img03_sp.webp) no-repeat;
background-size: cover;
}
.archive-head .title {
font-size: clamp(22px, calc((24 / 375) * 100vw), 26px);
}
.work-archive--posts-layout {
grid-template-columns: 1fr 1fr;
margin: 10vw auto;
grid-gap: 0 4%;
}
.work-entry-post {
  margin: 0 auto 5vw;
}	
.work-thumbnail img {
min-height: clamp(80px, calc((90 / 375) * 100vw), 100px);
}	
.work-data .work-title {
	font-size: clamp(13px, calc((14 / 375) * 100vw), 15px);
margin: 0.7rem auto;
line-height: 1.4;
}	
.work-cat-list {
font-size: clamp(10px, calc((11 / 375) * 100vw), 12px);
}	
.pagination {
gap: 0 5%;
}	
.work-cat-list .work-cat {
margin: 0 0.5rem 0.5rem 0;
}	
.post__contents__works {
  margin: 13vw auto;
}
.works-post--hero {
  border-radius: 7px;
}	
	
/* sp page -- news */	
.news-title-post {
font-size: clamp(16px, calc((18 / 375) * 100vw), 18px);
}	
.post-txt {
margin: 5vw auto;
font-size: clamp(12px, calc((13 / 375) * 100vw), 14px);
}	
.news_single-wrap {
  max-width: 88%;
}	
	
	
	
}
