/*
Rethink Sans
Regular 400 / Medium 500 / SemiBold 600 / Bold 700 / ExtraBold 800 /
Regular 400 Italic / Medium 500 Italic / SemiBold 600 Italic / Bold 700 Italic / ExtraBold 800 Italic

Noto Sans JP
Light 300 / Black 900
*/

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

.rethink-sans {
  font-family: "Rethink Sans", sans-serif;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.albert-sans {
  font-family: "Albert Sans", sans-serif;
}


/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
table {
    border-collapse: collapse;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
img {
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #231815;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a.button, a.button:link {
    color: #000;
    text-decoration: none;
}
a,a:hover {
	text-decoration: none;
	cursor: pointer;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a:active {
    color: #000;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
.pc_on {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
}
.pc_on_block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc_on_block {
    display: none !important;
  }
}
.sp_on {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on {
    display: inline !important;
  }
}
.sp_on_block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on_block {
    display: block !important;
  }
}
p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

.mb20 {margin-bottom: 20px !important;}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
  font-size: 10px;
  width: 100%;
}
body {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
  letter-spacing: 0;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-weight: 400;
}
body, table, input, textarea, select, option {
    font-weight: 400;
    position: relative;
    width: 100%;
}
label {
    display: block;
}
input[type="text"] {
    width: calc(100% - 20px);
    padding: 5px;
    margin-bottom: 5px;
}
/* 初期は本体を隠す（ローダーは #wrap の外なので見える） */
body.loading #wrap { visibility: hidden; opacity: 0; }
body.loaded  #wrap { visibility: visible; opacity: 1; transition: opacity .6s ease; }
body.loaded #wrap {
  overflow: hidden;
}
/* ローダーは全面固定で最前面 */
#splash{ position:fixed; inset:0; z-index:9999; display:flex; align-items:center; justify-content:center; }

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  height: 100px;
	display: flex;
  justify-content: space-between;
  position: relative;
}
.header_right {
	display: flex;
	justify-content: flex-end;
  align-items: center;
	width: 100%;
}
ul.navi {
	width: max-content;
  display: flex;
	justify-content: space-between;
	align-items: center;
}
ul.navi li {
    display: inline-flex;
}
ul.navi li img {
	height: 18px;
}
ul.navi li a {
  padding: 0 17px;
  line-height: 1.9;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Rethink Sans", sans-serif;
  color: #222222;
}
ul.navi li a:hover,.navi_contact a:hover {
  background: linear-gradient(to right, #91b6f2 0%, #24bcb1 30%, #d9e842 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition: all 0.3s;
}
.navi_contact {
  margin-right: 20px;
}
.navi_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 20px;
  font-family: "Rethink Sans", sans-serif;
  color: #222222;
  transition: all 0.3s;
}
.navi_contact img {
	height: 18px;
}

/* Full Screen Navigation */
.menu {
	display: none;
	position: fixed;
  background: #222222;
	right: 20px;
	top: 20px;
  border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 9999;
  width: 61px;
  height: 61px;
}
.menu__line {
	display: block;
	height: 6px;
	position: absolute;
	transition: transform .3s;
	z-index: 9999;
  border-radius: 6px;
}
.menu__line--top {
	width: 6px;
	top: 28px;
	right: 39px;
  background: #E0EC24;
  transition: all 0.3s;
}
.menu__line--center {
	width: 6px;
	top: 28px;
	right: 27px;
  background: #94DE79;
  transition: all 0.3s;
}
.menu__line--bottom {
	width: 6px;
	top: 28px;
	right: 15px;
  background: #4ACFAE;
  transition: all 0.3s;
}
.menu__line--top.active {
    top: 22px;
    right: 33px;
    width: 7px;
    transform: rotate(45deg);
    background: #95DE79;
    height: 4px;
    transition: all 0.3s;
}
.menu__line--center.active {
    top: 35px;
    right: 21px;
    transform: rotate(45deg);
    width: 7px;
    height: 4px;
    background: #95DE79;
    transition: all 0.3s;
}
.menu__line--bottom.active {
    top: 28px;
    right: 18px;
    transform: rotate(135deg);
    width: 24px;
    background: #07A49D;
    height: 4px;
    transition: all 0.3s;
}
.gnav {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9998;
  left: 0;
  top: 0;
  background: rgba(255,255,255,.8);
  background: rgba(0,0,0,.3);
}
.gnav {
  cursor: default;
}
.gnav a {
  cursor: pointer;
}
.gnav__wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
  flex-direction: column;
  padding: 20% 10% 10%;
}
.gnav_menu_area {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 460px;
	height: 100%;
	padding-top: 100px;
	background: #fff;
	overflow: scroll;
	transform: translateX(100%);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
	display: flex;
	flex-direction: column;
}
.gnav_menu_area.show {
	transform: translateX(0);
	opacity: 1;
}
ul.gnav__menu {
	display: flex;
	margin: 0;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gnav__menu__item {
	width: 90%;
	margin: auto;
}

/* Full Screen Navigation */
.gnav {
	background: rgba(0,0,0,.25);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9998;
	left: 0;
	top: 0;
}
.gnav__wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
  flex-direction: column;
  padding: 20% 10% 10%;
}
.smt_btn_contact {
	width: 90%;
	margin: 20px auto 35px;
}
.smt_btn_contact a {
	font-family: "Rethink Sans", sans-serif;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #fff;
	background: linear-gradient(to right, #32b4cc, #94d683);
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 78px;
	border-radius: 39px;
	text-align: center;
	justify-content: center;
	padding: 0 0 7px 0;
	font-weight: 700;
}
.smt_btn_contact a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
.menu_logo {
  margin: 0 auto;
}
.menu_logo {
  display: block;
}
.menu_logo img {
    width: 172px;
}
.gnav__menu__item {
    width: 90%;
}
.gnav__menu__item a {
  font-family: "Rethink Sans", sans-serif;
	font-size: 2.8rem;
	font-weight: 700;
	transition: .5s;
	display: block;
	padding: 5px 0 5px 0;
	position: relative;
	letter-spacing: 0px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.gnav__menu__item a span {
  display: block;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

/* header fixed */
.clone-nav {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%) !important;
	background: #fff;
}
.is-show {
	transform: translateY(0) !important;
}
.mm-opened .header {
    position: relative;
}
.header {
	position: fixed;
	z-index: 9999999;
}
.clone-nav.is-show {
	box-shadow: 0 1px 40px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 40px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 40px rgba(0,0,0,0.1);
}
.fv_main {
	position: relative;
	height: 55vw;
	overflow: hidden;
}
body.loading .wow {
	visibility: hidden !important;
  opacity: 0 !important;
}
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #fff;
	text-align: center;
	color: #fff;
}
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#splash_logo img {
	width: 260px;
	opacity: 0;
	animation: fadeUpAnime 0.8s ease-out forwards;
	animation-delay: 0.2s;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#svg1 {
	margin: -40px auto 0;
	display: grid;
	place-items: center;
	overflow: hidden;
	padding-bottom: 260px;
  transition: all 0.3s;
}
#svg1 svg {
  width: 156vw;
  height: auto;
  transform: translateX(-30vw);
  visibility: hidden;
  transition: all 0.3s;
}
#svg1.is-ready svg,
#svg2.is-ready svg,
#svg3.is-ready svg,
#svg4.is-ready svg {
  visibility: visible;
  transition: all 0.3s;
}
#svg2 {
	width: 700px;
	height: auto;
	visibility: hidden;
	margin: 0 0 -8px auto;
	position: relative;
	bottom: -12px;
	z-index: -1;
}
/* 1250px〜769px */
@media screen and (max-width: 1250px) {
  #svg2 {
    width: calc(330px + (700 - 330) * ((100vw - 769px) / (1250 - 769)));
  }
}

#svg1, #svg2, #svg3, #svg4 {
  overflow: hidden;
}
#svg3 {
	width: 495px;
	height: auto;
	visibility: hidden;
  position: absolute;
  left: 0;
  top: 100px;
}
/* 1250px〜769px */
@media screen and (max-width: 1250px) {
  #svg3 {
    width: calc(230px + (495 - 230) * ((100vw - 769px) / (1250 - 769)));
  }
}

#svg4 {
	width: 450px;
	height: auto;
	visibility: hidden;
  position: absolute;
  top: -300px;
  right: 0;
}

/* 1250px〜769px */
@media screen and (max-width: 1250px) {
  #svg4 {
    width: calc(237px + (450 - 237) * ((100vw - 769px) / (1250 - 769)));
    top: calc(-333px + (-300 + 333) * ((100vw - 769px) / (1250 - 769)));
    right: calc(-23px + (0 + 23) * ((100vw - 769px) / (1250 - 769)));
  }
}

.animation1 {
  position: relative;
}
.fv_copy01 {
	position: absolute;
	left: 7%;
	top: 16%;
	z-index: 9;
  transition: all 0.3s;
}
.fv_copy01 p {
  font-family: "Rethink Sans", sans-serif;
  font-size: 8.4rem;
  font-weight: 700;
  font-style: italic;
  color: #222222;
  line-height: 0.9;
  will-change: transform;
  transform: translateZ(0);
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0); /* ← 100% → 30px */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpShort {
  animation-name: fadeInUpShort;
  animation-duration: .8s;
  animation-timing-function: ease-out;
}

@keyframes fadeInDownShort {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); /* ← 上から30pxだけ */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownShort {
  animation-name: fadeInDownShort;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
}

@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftShort {
  animation-name: fadeInLeftShort;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

@keyframes fadeInRightShort {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightShort {
  animation-name: fadeInRightShort;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

@keyframes fadeInSlow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeInSlow {
  animation-name: fadeInSlow;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
}

.fv_copy02 {
	position: absolute;
	right: 19%;
	bottom: 20%;
	margin: 0 auto;
	writing-mode: vertical-rl;
	z-index: 9;
  transition: all 0.3s;
}
.fv_copy02 p {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.3;
}
.dot {
	position: absolute;
	right: 14.2vw;
	top: 5.6vw;
}
.dot img {
	width: 7.46vw;
	border-radius: 50vw;
}
.down {
  position: absolute;
  right: 3.5%;
  bottom: 11%;
  width: 63px;
}
.top_lead {
  margin-bottom: 140px;
}
.top_lead p {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
}
.txt_bg1 {
  background: #80D567;
}
.txt_bg2 {
  background: #F3FF67;
}
.service {
  width: 100%;
  position: relative;
}
.ttl_service {
  position: absolute;
  left: -17px;
  top: 0;
  display: flex;
}
.ttl_service img {
  width: 108px;
  transition: all 0.3s;
}
.ttl_service h3 {
  font-size: 2.7rem;
  font-weight: 400;
  writing-mode: vertical-rl;
}
ul.service_list {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.service_list li {
  width: 48%;
  margin-bottom: 50px;
}
ul.service_list li:last-child {
  margin-bottom: 0;
}
ul.service_list::after {
  content:"";
  display: block;
  width: 48%;
}
.ttl_service_list h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.ttl_service_list p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #CBCBCB;
  font-family: "Albert Sans", sans-serif;
  padding-bottom: 7px;
}
ul.service_list li:nth-child(1) .ttl_service_list {
	background: url("../images/icon01.png") no-repeat left 0 center/101px auto;
}
ul.service_list li:nth-child(2) .ttl_service_list {
	background: url("../images/icon02.png") no-repeat left 0 center/101px auto;
}
ul.service_list li:nth-child(3) .ttl_service_list {
	background: url("../images/icon03.png") no-repeat left 0 center/101px auto;
}
ul.service_list li:nth-child(4) .ttl_service_list {
	background: url("../images/icon04.png") no-repeat left 0 center/101px auto;
}
ul.service_list li:nth-child(5) .ttl_service_list {
	background: url("../images/icon05.png") no-repeat left 0 center/101px auto;
}
.ttl_service_list {
	min-height: 101px;
	padding-left: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  margin-bottom: 22px;
}
.txt_service {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.example {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  margin: 50px 0 0;
}
.icon_ex {
  position: absolute;
  left: 34px;
  top: -24px;
  width: 109px;
  height: 48px;
}
.example h3 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #05A39C;
}
.example p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.works {
  background: #F7F7F7;
  padding: 0 0 10px;
}
.ttl_works {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto 60px;
  position: relative;
  top: -50px;
}
.ttl_works img {
  width: 413px;
  transition: all 0.3s;
}
.ttl_works h3 {
  font-size: 2.7rem;
  font-weight: 400;
  margin-top: 10px;
}
.overflow_wrap {
  overflow: hidden;
}
.outside_content {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  max-width: 90%;
  margin: auto;
}
.reverse {
  flex-direction: row-reverse;
}
.column {
  width: 48%;
}
.outside_right {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 4%;
}
.works_main {
  margin-bottom: 80px;
}
.works_img {
  border-radius: 16px 0 0 16px;
}
.works_txt h3 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.411;
  margin-bottom: 15px;
}
.works_txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.06;
}
.cate_list {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.cate_list p {
  font-size: 1.2rem !important;
  font-weight: 400;
  background: #222222;
  color: #fff;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  padding: 2px 10px 3px 10px;
}
.works_list {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto 77px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works_list li {
  width: 31%;
  margin-bottom: 70px;
}
.works_list li img {
  margin-bottom: 20px;
  border-radius: 10px;
}
.works_list li h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.454;
  margin-bottom: 10px;
}
.works_list li p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.857;
}
.contact {
  position: relative;
  padding: 300px 0 188px;
}
.ttl_contact {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto 80px;
  text-align: center;
}
.ttl_contact img {
  width: 540px;
}
.ttl_contact h3 {
  font-size: 2.7rem;
  font-weight: 400;
  margin-top: 10px;
}
.contact_note {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
.btn_contact a {
  font-family: "Rethink Sans", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #222222;
  border-radius: 47px;
  width: 395px;
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px;
  transition: all .3s;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 999;
}
.btn_contact a span {
	background: url("../images/icon_mail.svg") no-repeat left 5px center/41px 29px;
	padding-left: 60px;
	min-height: 29px;
	line-height: 29px;
}
.btn_contact a:hover {
  background: #444444;
}
.contact_other {
  margin-bottom: 3px;
}
.contact_other,.mail_address {
  text-align: center;
  line-height: 2;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.company {
  position: relative;
}
.ttl_company {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto 70px;
}
.ttl_company img {
  width: 627px;
}
.ttl_company h3 {
  font-size: 2.7rem;
  font-weight: 400;
}
table.company_info {
  width: 667px;
  max-width: 90%;
  margin: 96px auto 160px;
}
table.company_info tr td {
  letter-spacing: 1px;
  font-size: 1.6rem;
}
table.company_info tr td:nth-child(odd) {
  width: 18%;
  width: 118px;
  border-top: solid 1px #000000;
  border-right: solid 6px #fff;
  padding: 21px 5px 21px 0px;
  vertical-align: top;
  font-weight: 500;
}
table.company_info tr td:nth-child(even) {
  border-top: solid 1px #C6C6C6;
  padding: 21px 5px 21px 22px;
  font-weight: 400;
}
table.company_info tr:last-child td:nth-child(odd) {
  border-bottom: solid 1px #000000;
}
table.company_info tr:last-child td:nth-child(even) {
  border-bottom: solid 1px #C6C6C6;
}
.logo_footer img {
  width: 262px;
  display: block;
  margin: 0 auto 160px;
}
#header.is-show {
	height: 65px;
}
@media screen and (max-width: 1500px) {
ul.service_list {
	margin-left: 200px;
	margin-right: auto;
	width: calc(90% - 245px);
	width: calc(90% - 10%);
}
}

@media screen and (max-width: 1300px) {
.ttl_service_list h3 {
	font-size: clamp(2.4rem, 2.2vw, 3.2rem);
}
.ttl_service_list p {
	font-size: clamp(1.3rem, 1.2vw, 1.4rem);
}
.txt_service {
	font-size: 1.5rem;
}
.example h3 {
	font-size: clamp(1.6rem, 1.6vw, 1.9rem);
}
.works_txt h3 {
	font-size: clamp(2.2rem, 2.6vw, 3.4rem);
}
}

@media screen and (max-width: 1200px) {
ul.service_list li {
	width: 100%;
}
ul.service_list {
  margin-left: 19%;
  margin-right: auto;
  width: calc(90% - 14%);
}
}

@media screen and (max-width: 1160px) {
.fv_copy01 p {
	font-size: clamp(4.5rem, 7.24vw, 8.4rem);
}
}


@media screen and (max-width: 1000px) {
.works_list li {
	width: 48%;
}
.ttl_contact img {
  width: clamp(213px, 54vw, 540px);
}
.ttl_company img {
  width: clamp(247px, 62.7vw, 627px);
}
#svg1 svg {
  transform: translateX(-30vw) translateY(10vw);
}
#svg1 {
	margin: -40px auto 100px;
}
.fv_copy01 {
  top: clamp(8%, 4vw, 16%);
}
.fv_copy02 {
	bottom: 5%;
}
.dot {
	top: 15.6vw;
}
}

@media screen and (max-width: 570px) {
.contact_other {
  font-size: 1.4rem;
	max-width: 90%;
	margin: 0 auto 3px;
	text-align: left;
	line-height: 1.875;
}
.mail_address {
  font-size: 1.4rem;
	max-width: 90%;
	margin: auto;
	text-align: center;
	line-height: 1.875;
}
.btn_contact a {
	margin: 0 auto 25px;
}
}

.title {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.title span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.title.-visible,
.title.-visible span {
  transform: translate(0, 0);
}




