@charset "UTF-8";
:root {
  --color-red: #ea5548;
  --color-mint: #199f85;
	--color-skyblue: #21b1d7;

}
html {
  font-size: 62.5%; /* rem計算の場合 */
  scroll-behavior: smooth;
}
body {
  position: relative;
  margin: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  min-width: 320px;
  color: #404040;
  font-size: 1.6rem;
}
a {
  display: inline-block;
	box-sizing: border-box;
}
* {
  text-decoration: none;
  list-style: none;
}
.w-1000 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
img {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
header {
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}
header ul li a {
  margin-left: 30px;
  font-size: 1.7rem;
  color: #19483f;
  font-weight: bold;
}
.logo {
  width: 150px;
}
.main_fv {
  width: 100%;
  left: 0;
  top: 0;
}
.fv_img {
  width: 100%;
  height: 100%;
}
.fv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.TV {
	left: 3%;
	top: 7%;
  color: #e85f56;
  font-weight: 600;
  font-size: 2.8rem;
}
.fv_text {
	left: 2%;
	top: 18%;
	width: 510px;
}
.fv_h3 {
  left: 2%;
  bottom: 35%;
}
.fv_h3 h3 {
  color: #114b3d;
  font-weight: 500;
  font-size: 2.5rem;
}
.green {
  background-color: #0f9934;
  padding: 0 29px;
  border-radius: 5px;
  left: 2%;
  bottom: 20%;
	text-align: center;
}
.green2 {
  left: 2%;
  bottom: 5%;
  padding: 0 20px;
}
.green p {
  color: #fff;
  font-size: 2.7rem;
  font-weight: 600;
	line-height: 2.2em;
}
.green p span {
  color: #fedb1d;
  font-size: 4.6rem;
  display: inline-block;
}
.green2 p span {
  font-size: 3.8rem;
}
.union {
  display: grid;
  grid-template-areas: "overlap-area";
  right: 2%;
  top: 7%;
  width: 310px;
}
.union img {
  grid-area: overlap-area;
}
.union p {
  color: #fff;
  font-size: 2.9rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  grid-area: overlap-area;
	transform: translateY(16px);
}
.fv_01 {
  right: 2%;
  top: 30%;
  width: 140px;
}
.fv_02 {
  right: 16%;
  top: 30%;
  width: 140px;
}
.main_fv .tel_box {
  right: 2%;
  bottom: 5%;
  background-color: #e85f56;
  padding: 1.2vw;
  border-radius: .8vw;
  width: 550px;
}
.main_fv .tel_box > * + * {
	margin-top: 1vw;
}
.main_fv .tel_box h3 {
  font-size: 2.3rem;
}
.main_fv .tel_box dl p span {
	font-size: 1.2rem;
	padding: 3px 5px;
	margin-right: 0.5vw;
}
.main_fv .tel_box dl p a {
	font-size: 2.8rem;
	line-height: 1em;
}
.main_fv .tel_box dl p:last-child {
	font-size: 1.8rem;
}
.main_fv .tel_box .btn_web a {
	grid-template-columns: 1fr 0.1fr;
	font-size: 2.2rem;
	padding: 28px 18px;
	border-radius: .8vw;
}
.main_fv .tel_box .btn_web a i {
	width: 28px;
	height: 28px;
	margin-left: 6px;
}
.main_fv .tel_box .btn_web a i span {
	width: 7px;
	height: 7px;
	transform: rotate(45deg) translate(-6px, -4px);
	border-color: #fff;
}
.red_box {
  justify-content: space-between;
}
.red_left p {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
}
.red_left p:first-child {
  background-color: #fff;
  color: #e85f56;
  font-size: 1.4rem;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.min {
  font-size: 1.4rem !important;
}
.red_left {
  width: 50%;
}
.red_right {
  width: 50%;
}
.red_right a {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  color: #e85f56;
  font-weight: 600;
  font-size: 2rem;
}
.space {
  padding: 50px 5%;
}
.about {
  background-color: #199f85;
}
.w1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.white {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 2%;
}
.pink {
  border-radius: 20px;
  /* padding: 50px 2%; */
}
.white + .wrap,
.pink + .wrap,
.tp_box + .wrap {
	margin-top: 3%;
}
.blue {
  background-color: #e8f7fb;
}
.red_box {
  background-color: #e85f56;
}
.about-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.about-title h2 {
  /* font-size: 3.2rem; */
  font-size: 4.5rem;
  font-weight: bold;
  color: #19483f;
}
.about-title2 h2 {
  color: #ea5548;
}
.about-title3 h2 {
  color: var(--color-skyblue);
}
.about-title .deco {
  width: 66px;
}
.about_box {
  justify-content: space-between;
  align-items: center;
}
.about_left {
  width: 64%;
}
.about_right {
  width: 34%;
}
.about_left p {
  font-size: 2.6rem;
  font-weight: 400;
}
.about_left p strong {
  font-weight: 600;
}
.about_left p span {
  color: #ea5548;
  font-weight: 600;
}
.border {
  width: 100%;
  margin: 15px 0;
}
.group {
  width: 85%;
  margin: 0 auto;
}
.about_box2 {
  justify-content: space-between;
  align-items: stretch;
}
.about_box2 > div p.titles {
  font-size: 2.8rem;
  line-height: 1.3em;
  text-align: center;
  font-weight: 700;
}
.about_box2 > div p.titles2 {
  font-size: 2.2rem;
  margin: 0;
}
.left,
.right {
  width: 48%;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.box {
  width: 32%;
  border-radius: 15px;
  padding: 20px 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.brd .box {
  box-shadow: none;
	border: 1px solid var(--color-mint);
}
.box2 {
  width: 24%;
}
.box .titles {
  font-weight: 600;
  font-size: 2.2rem;
  text-align: center;
}
.boarder2 {
  border-bottom: 2px solid #d9d9d9;
  width: 60px;
  margin: 15px auto;
  display: block;
}
.red {
  color: #ea5548;
  font-weight: 600;
}
.red2 {
  font-size: 3.5rem;
}
.specification {
  background-color: #ea55481a;
}
.about_box2 img {
  width: 40%;
  margin: 0 auto 20px;
  display: block;
}
.pink .right {
  border: 10px solid #ea5548;
}
.about_box2 p {
  font-size: 2.5rem;
  line-height: 1.4em;
}
.about_box2.relative p {
  font-size: 2rem;
  text-indent: -1.1em;
  padding-left: 1.6em;
  width: 88%;
  margin-inline: auto;
}
.about_box2.relative p + p {
  margin-top: .8em;
}
.diamond {
  color: #d9d9d9;
  font-size: 1.4rem;
  margin-right: 0.5em;
}
.arrow {
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
.hand {
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38%;
}
.strengths_h3 {
  width: fit-content;
  margin-inline: auto;
  font-size: 2.2rem;
  text-align: center;
  color: #ea5548;
  font-weight: 500;
  position: relative;
  padding: 0 15px;
}
.strengths_h3::before,
.strengths_h3::after {
  content: "";
  display: block;
  height: 100%;
  border-left: 2px solid #ea5548;
  position: absolute;
  top: 0;
}
.strengths_h3::before {
  transform: rotate(-20deg);
  left: 0;
}
.strengths_h3::after {
  transform: rotate(20deg);
  right: 0;
}
.strengths_h2 {
  position: relative;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  z-index: 1;
}
.strengths_h2 span {
  display: inline;
  border-bottom: 5px solid #fedb1d;
}
.strengths_h2_02 {
  margin: 50px auto;
	text-align: center;
}
.strengths_h2_02 span {
	display: inline;
	border-bottom: 5px solid #fedb1d;
}
.data_h2 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 600;
  margin-top: 10px;
}
/* .strengths_h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.2em;
  transform: translateX(-50%);
  width: 50%;
  height: 8px;
  background: #fedb1d;
  z-index: -1;
} */
.strengths_h2_02::after {
  width: 90%;
}
.flex-start {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin: 0 auto;
}
.green3 {
  border: 1px solid #199f85;
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
}
.green_box1 {
  width: 59.5%;
}
.green_box2 {
  width: 29.5%;
}
.green_box {
  width: 24%;
}
.green_box4 {
  width: 65%;
}
.between {
  justify-content: space-between;
}
.data_box {
  width: 32.5%;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
}
.data {
  margin-bottom: 50px;
}
.group01 {
  margin-top: 20px;
	background-color: #fff;
  border-radius: 20px;
	padding: 20px;
	text-align: center;
}
.group01 img {
	max-width: 600px;
}
.approach {
  background-color: #199f85;
  border-radius: 10px;
  padding: 10px 30px;
  width: fit-content;
  margin: 0 auto 30px;
}
.approach p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}
.triangle01 {
  left: 45%;
  transform: translateY(-50%);
  bottom: -33px;
}
.icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f3f8fc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.box2 .icon {
  width: 60px;
  height: 60px;
  background-color: #199f85;
}
.box2 .icon p {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
	margin: 0;
	transform: translateY(-3px);
}
.about_box3 img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.numbers {
  width: 25%;
  top: 3%;
  left: 3%;
}
.titles2 {
  color: #199f85;
}
.box p {
  margin-bottom: 10px;
  text-indent: -0em;
  padding-left: 0em;
  text-align: center;
  font-weight: 500;
	font-size: 1.8rem;
}
.box p span {
  color: #ea5548;
}
.mask {
  width: 35%;
}
.mask_text {
  width: 60%;
}
.mask_text h4 {
  color: #199f85;
  font-size: 2.6rem;
  font-weight: 600;
	line-height: 1.3em;
	margin-bottom: .3em;
}
.mask_text p {
  font-size: 1.8rem;
}
.row-reverse {
  flex-direction: row-reverse;
}
.mask_space {
  margin-bottom: 30px;
}
.botann {
  background-color: var(--color-skyblue);
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  width: fit-content;
  align-items: center;
}
.botann2 {
  background-color: #ea5548;
}
.botann3 {
  background-color: #fff;
}
.botann4 {
  background-color: #199f85;
}
.botann p {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
	margin-right: 10px;
}
.botann3 p {
  color: #199f85;
}
.arrow4 {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow4 img {
  width: 8px;
}
.botann3 .arrow4 {
  background-color: #199f85;
}
.go {
  position: relative;
  display: inline-block;
  width: 23%;
}
.go img {
  display: block;
  width: 100%;
  height: auto;
}
.go .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -66%);
  color: #19483f;
  font-weight: 600;
	font-size: 2rem;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
}
.around {
  justify-content: space-around;
}
.go_h3 {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  color: #19483f;
  margin: 30px 0;
}
.go_h1 {
  text-align: center;
  font-weight: 900;
  font-size: 12rem;
  color: #19483f;
  margin-top: -55px;
}
.go_strong {
  text-align: center;
  font-weight: 900;
  font-size: 23rem;
  color: #19483f;
  line-height: 1em;
}
.yellow {
  width: 100%;
  background-color: #fffbe6;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.yellow p {
  font-size: 2rem;
  font-weight: 600;
}
.faq {
  --green: #199f85;
  --green-deep: #199F85;
  --mint: #fff;
  --red: #e85f56;
  --radius: 10px;
  display: grid;
  gap: 14px;
  max-width: 100%;
  margin: 30px auto;
}
.faq-item {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.faq-head {
  margin: 0;
}
.faq-trigger {
  appearance: none;
  width: 100%;
  border: 0;
  background: var(--green);
  color: #fff;
  padding: 14px 48px 14px 14px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}
.faq-trigger:focus-visible {
  outline: 3px solid #9be7d0;
  outline-offset: 2px;
}
.q-badge,
.a-badge {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.6rem;
  flex: 0 0 auto;
}
.q-badge {
  background: #fff;
  color: #199f85;
}
.q-badge b {
  font-size: 2.2rem;
}

.a-badge {
  background: var(--red);
  color: #fff;
}
.a-badge b {
  font-size: 2.2rem;
	transform: translateY(-3px);
}
.faq-title {
  font-weight: 600;
  line-height: 1.4em;
  text-align: left;
  font-size: 2rem;
}
.faq-content {
  padding-left: 5px;
}
.toggle-icon {
  position: absolute;
  right: 14px;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.toggle-icon::before {
  width: 2px;
  height: 100%;
}
.toggle-icon::after {
  width: 100%;
  height: 2px;
}
.faq-trigger[aria-expanded="true"] .toggle-icon::before {
  display: none;
}
.faq-panel {
  background: var(--mint);
  border-radius: 0 0 var(--radius) var(--radius);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.28s ease;
}
.a-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 16px;
}
.faq-content p {
  font-size: 1.8rem;
}
.faq-content p + * {
  margin-top: .8em;
}
.faq-content p strong {
  color: var(--green);
	font-weight: 700;
}
.faq-content a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.faq-content a:hover {
  text-decoration: none;
}
.faq-content li {
	padding-left: 1em;
	text-indent: -1em;
}
.red_box h2 {
  color: #fff;
}
.red_box .contact-info .tel,
.red_box .contact-info .time {
  color: #fff;
}
.red_box .botann {
  background-color: #fff;
}
.red_box .botann p {
  color: #e85f56;
}
.red_box .arrow4 {
  background-color: #e85f56;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tel_box h3 {
  font-size: 4.8rem;
  text-align: center;
  font-weight: 700;
  color: var(--color-red);
}
.tel_box > * + * {
  margin-top: 20px;
}
.tel_box dl p:last-child {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--color-red);
}
.tel_box dl p span {
  display: inline-block;
  font-size: 2.2rem;
  padding: 2px 15px;
  margin-right: 15px;
  font-weight: 700;
  vertical-align: middle;
  color: var(--color-red);
  background-color: #fff;
}
.tel_box .btn_web a {
  display: grid;
  grid-template-columns: 1fr 64px;
  place-content: center;
  align-items: center;
  font-size: 3.6rem;
  text-align: center;
  padding: 40px 80px;
  border-radius: 10px;
}
.tel_box {
  color: #fff;
}
.tel_box .btn_web a {
  color: #fff;
}
.tel_box .btn_web a {
  background-color: var(--color-red);
}
.tel_box dl p a {
  font-size: 4.4rem;
  line-height: 1em;
  pointer-events: none;
  font-weight: 700;
  vertical-align: middle;
  position: relative;
  top: -4px;
  color: var(--color-red);
}
.tel_box .btn_web a strong {
  line-height: 1.2em;
  font-weight: 700;
}
.tel_box .btn_web a i {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  margin-left: 20px;
  background-color: #fff;
}
.tel_box .btn_web a i span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg) translate(-10px, -8px);
}
.tel_box .btn_web a i span {
  border-color: var(--color-red);
}

.tel_box.bg_mint h3,
.tel_box.bg_mint dl p a,
.tel_box.bg_mint dl p:last-child {
  color: #fff;
}
.tel_box.bg_mint dl p span {
  color: var(--color-mint);
}
.tel_box.bg_mint .btn_web a {
  background-color: #fff;
}
.tel_box.bg_mint .btn_web a strong {
  color: var(--color-mint);
}
.tel_box.bg_mint .btn_web a i span {
  border-color: #fff;
}
.tel_box.bg_mint.bg_red dl p span,
.tel_box.bg_mint.bg_red .btn_web a strong {
  color: var(--color-red);
}
.tel_box.bg_mint.bg_red .btn_web a i {
  background-color: var(--color-red);
}
.tel_box.bg_mint .btn_web a i {
  background-color: var(--color-mint);
}

.gridbox {
	display: grid;
}
.link_list {
	text-align: center;
}
.gridbox.gr4 {
	grid-template-columns: 1fr 1fr;
	gap: 1px;
}
.link_list a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 100px 20px;
	font-size: 2.8rem;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.link_list li:nth-child(1) a {
	background-image: url(../images/img_plan_fv_1.webp);
}
.link_list li:nth-child(2) a {
	background-image: url(../images/img_plan_fv_2.webp);
}
.link_list li:nth-child(3) a {
	background-image: url(../images/img_plan_fv_3.webp);
}
.link_list li:nth-child(4) a {
	background-image: url(../images/img_plan_fv_4.webp);
}

.link_list a strong {
	display: block;
	font-weight: 500;
	position: relative;
	z-index: 2;
}
.link_list a i {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	margin: 10px auto 0;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.link_list a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(000, 000, 000, .5);
}
.link_list a i span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--color-mint);
	border-right: 2px solid var(--color-mint);
	transform: rotate(135deg) translate(-4px, 4px);
}
.green_area {
	background-color: var(--color-mint);
}
.blue_area {
	background-color: #E8F7FB;
}
article.contents section {
	padding: 80px 0;
}
.blue_area .about-title h2 {
	color: var(--color-skyblue);
}
.blue_area .tel_box.bg_mint h3, 
.blue_area .tel_box.bg_mint dl p a, 
.blue_area .tel_box.bg_mint dl p:last-child,
.blue_area .tel_box.bg_mint dl p span {
	color: var(--color-skyblue);
}
.blue_area .tel_box.bg_mint .btn_web a strong {
	color: #fff;
}
.blue_area .tel_box.bg_mint .btn_web a {
	background-color: var(--color-skyblue);
}
.blue_area .tel_box.bg_mint .btn_web a i {
	background-color: #fff;
}
.blue_area .tel_box.bg_mint .btn_web a i span {
	border-color: var(--color-skyblue);
}
.txt_red {
	font-size: 3.5rem;
  color: #ea5548;
  font-weight: 600;
	text-align: center;
}
.txt_green {
	font-size: 3.5rem;
  color: var(--color-mint);
  font-weight: 600;
	text-align: center;
}
.pr_sec1 .flex {
	justify-content: space-between;
}
.pr_sec1 .flex > div {
	width: 48.5%;
}
.pr_sec1 .flex > div h4 {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	color: #fff;
}
.pr_sec1 .flex > div:nth-child(1) h4 {
	background-color: var(--color-mint);
}
.pr_sec1 .flex > div:nth-child(2) h4 {
	color: #404040;
	background-color: #D9D9D9;
}
.pr_sec1 .flex > div h5 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #404040;
}
.pr_sec1 .flex > div li {
	font-size: 1.8rem;
	color: #404040;
	padding-left: 1em;
	text-indent: -1em;
}
.about-title + .about_box > * + * {
	margin-top: 20px;
}
.pr_sec1 .flex > div > * + * {
	margin-top: 10px;
}
.km {
	font-size: 1.4rem;
}
.km + .km {
	padding-left: 1em;
}
.km_g {
	font-size: 2.2rem;
	text-align: center;
	color: var(--color-mint);
	font-weight: 600;
}
.flex.response {
	justify-content: space-between;
	align-items: stretch;
	margin-top: 30px;
}
.flex.response li {
	width: 32%;
	background-color: #fff;
	padding: 30px;
	border-radius: 16px;
}
.flex.response li h4 {
	font-size: 3.2rem;
	line-height: 1.2em;
	text-align: center;
	color: var(--color-mint);
	font-weight: 700;
}
.flex.response li h4 + * {
	margin-top: 20px;
}
.flex.response li p {
	font-size: 2.2rem;
	line-height: 1.4em;
}
.y_box {
	background-color: #FFFBE6;
	padding: 30px;
	border-radius: 16px;
	margin-top: 20px;
}
.y_box h4 {
	font-size: 2.7rem;
	line-height: 1.2em;
	color: var(--color-mint);
	font-weight: 700;
}
.y_box h4 + * {
	margin-top: 10px;
}
.y_box li {
	font-size: 2.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.y_box li strong {
	color: var(--color-mint);
	font-weight: 700;
}
h3.txt_point {
	font-size: 3.5rem;
	color: var(--color-mint);
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
.txt_b {
	font-size: 	2.2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
footer {
	padding: 20px;
	text-align: center;
}
footer small {
	font-size: 1.6rem;
	line-height: 1em;
	font-weight: 500;
}

@media screen and (min-width: 1140px){
  .TV {
    font-size: 2.5vw;
  }
  .fv_text {
    width: 44vw;
  }
  .fv_h3 h3 {
    font-size: 2.2vw;
  }
  .green {
    padding: 0 3.4vw;
  }
  .green2 {
    padding: 0 2vw;
  }
  .green p {
    font-size: 2.4vw;
    line-height: 2.2em;
  }
  .green p span {
    font-size: 4vw;
  }
  .green2 p span {
    font-size: 3.57vw;
  }
  .union {
    width: 27vw;
  }
  .union p {
    font-size: 2.5vw;
    transform: translateY(1.5vw);
  }
  .fv_01 {
    width: 12vw;
  }
  .fv_02 {
    width: 12vw;
  }
  .main_fv .tel_box {
    padding: 1.2vw;
    border-radius: .8vw;
    width: 48vw;
  }
  .main_fv .tel_box > * + * {
    margin-top: 1vw;
  }
  .main_fv .tel_box h3 {
    font-size: 2vw;
  }
  .main_fv .tel_box dl p span {
    font-size: 1.1vw;
    padding: 0.2vw 0.5vw;
    margin-right: 0.5vw;
  }
  .main_fv .tel_box dl p a {
    font-size: 2.4vw;
  }
  .main_fv .tel_box dl p:last-child {
    font-size: 1.6vw;
  }
  .main_fv .tel_box .btn_web a {
    font-size: 1.8vw;
    padding: 2.4vw 2vw;
    border-radius: .8vw;
  }
  .main_fv .tel_box .btn_web a i {
    width: 2.2vw;
    height: 2.2vw;
    margin-left: .8vw;
  }
  .main_fv .tel_box .btn_web a i span {
    width: 0.6vw;
    height: 0.6vw;
    transform: rotate(45deg) translate(-0.6vw, -0.3vw);
  }
}

@media screen and (max-width: 1140px) {
  article.contents section {
    padding: 4%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 72%;
  }
  .logo {
    width: 160px;
  }
  header ul li a {
    font-size: 1.6rem;
  }
  .TV {
    left: 3%;
    top: 3%;
    font-size: 1.8rem;
  }
  .fv_text {
    left: 2%;
    top: 10%;
    width: 320px;
  }
  .fv_h3 {
    left: 2%;
    bottom: 58%;
    width: 37%;
  }
  .green {
    padding: 8px 15px;
    left: 2%;
    bottom: 46%;
    width: 40%;
  }
  .green p {
    font-size: 1.6rem;
  }
  .green p span {
    font-size: 3.6rem;
  }
  .green2 {
    left: 2%;
    bottom: 34%;
    padding: 8px 15px;
    width: 42%;
  }
  .green2 p span {
    font-size: 2.5rem;
  }
  .union {
    top: 3%;
    width: 32%;
  }
  .union p {
    font-size: 2.2rem;
    transform: translateY(10px);
  }
  .fv_01 {
    right: 2%;
    top: 15%;
    width: 20%;
  }
  .fv_02 {
    right: 2%;
    top: 42%;
    width: 20%;
  }
  .fv_h3 h3 {
    font-size: 2rem;
  }
  .main_fv .tel_box {
    right: 2%;
    bottom: 3%;
    padding: 1.5%;
    border-radius: 10px;
    width: 96%;
  }
  .main_fv .tel_box h3 {
    font-size: 2.6rem;
  }
  .main_fv .tel_box dl p a {
    font-size: 3rem;
  }
  .main_fv .tel_box dl p span {
    font-size: 1.2rem;
  }
  .main_fv .tel_box dl p:last-child {
    font-size: 1.8rem;
  }
  .main_fv .tel_box dd {
    width: 60%;
  }
  .main_fv .tel_box .btn_web a {
    grid-template-columns: 1fr 0.18fr;
    font-size: 2.6rem;
    padding: 7% 0;
  }
  .main_fv .tel_box .btn_web a i {
    width: 42px;
    height: 42px;
    margin-left: 0;
  }
  .main_fv .tel_box .btn_web a i span {
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translate(-8px, -5px);
  }
  .tel_box h3 {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    color: var(--color-red);
  }
  .tel_box > * + * {
    margin-top: 10px;
  }
  .tel_box dl p span {
    font-size: 1.2rem;
    margin-right: 8px;
    padding: 2px 8px;
  }
  .tel_box dl p a {
    font-size: 3.2rem;
    pointer-events: auto;
  }
  .tel_box .btn_web a {
    font-size: 2.6rem;
    padding: 30px;
    grid-template-columns: 1fr 40px;
  }
  .tel_box .btn_web a i {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .tel_box .btn_web a i span {
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translate(-8px, -6px);
  }
  .tel_box dl p:last-child {
    font-size: 2rem;
  }
  .space {
    padding: 4%;
  }
  .pink {
    padding: 0;
    margin-bottom: 20px;
  }
  .white {
    padding: 4%;
  }
  .data_box {
    width: 48%;
    margin-bottom: 5%;
  }
  .case_area .flex .box {
    width: 48%;
  }
  .case_area .flex .box:last-child {
    margin-top: 3%;
  }
  .case_area .white {
    margin-bottom: 3%;
  }
  .mask_text h4 br {
    display: none;
  }
  .go {
    width: auto;
  }
  .price .flex.around {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6% 2%;
  }
  .flow .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .flow .flex .box {
    width: auto;
  }
  .about-title .deco {
    width: 50px;
  }
  .link_list a {
    padding: 50px 20px;
    font-size: 2.4rem;
    line-height: 1.3em;
  }
  .about-title h2 {
    font-size: 2.8rem;
  }
  .txt_red {
    font-size: 2.6rem;
  }
  .pr_sec1 .flex > div h4 {
    font-size: 2rem;
  }
  .pr_sec1 .flex > div h5 {
    font-size: 2rem;
  }
  .pr_sec1 .flex > div li {
    font-size: 1.6rem;
  }
  .txt_green {
    font-size: 2.4rem;
  }
  .flex.about_box2.brd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .flex.about_box2.brd .box2 {
    width: auto;
  }
  h3.txt_point {
    font-size: 2.6rem;
    text-align: left;
  }
  h3.txt_point br {
    display: none;
  }
  .flex.response {
    gap: 20px;
  }
  .flex.response li {
    width: calc(50% - 10px);
  }
  .flex.response li h4,
  .y_box h4 {
    font-size: 2.6rem;
  }
  .flex.response li p,
  .y_box li {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  html {
		font-size: 82%; 
	}
  header {
    font-size: 1.4rem;
  }
  header ul li a {
    font-size: 2rem;
  }
  header ul.flex {
    width: 55%;
  }
  .logo {
    width: 200px;
  }
  .TV {
    font-size: 1.5rem;
  }
  .fv_h3 h3 {
    font-size: 1.7rem;
  }
  .green p {
    font-size: 1.5rem;
  }
  .green p span {
    font-size: 2.4rem;
  }
  .green2 {
    bottom: 34.6%;
  }
  .green2 p span {
    font-size: 2rem;
  }
  .main_fv .tel_box h3 {
    font-size: 2.2rem;
  }
  .main_fv .tel_box dd {
    width: 55%;
  }
  .union p {
    font-size: 1.9rem;
  }
  .fv_01 {
    width: 18%;
  }
  .fv_02 {
    top: 40%;
    width: 18%;
  }
  .main_fv .tel_box .btn_web a {
    font-size: 2.3rem;
  }
  .space .tel_box h3,
  .plan .tel_box h3 {
    font-size: 2.6rem;
  }
  .space .tel_box .btn_web a,
  .plan .tel_box .btn_web a {
    font-size: 3.4rem;
    grid-template-columns: 1fr 64px;
  }
  .space .tel_box .flexbox,
  .plan .tel_box .flexbox {
    display: block;
  }
  .space .tel_box dl p span,
  .plan .tel_box dl p span {
    font-size: 2.5rem;
    margin-right: 12px;
    padding: 8px 16px;
  }
  .space .tel_box dl p a,
  .plan .tel_box dl p a {
    font-size: 5rem;
    line-height: 1.2em;
  }
  .space .tel_box dl p:last-child,
  .plan .tel_box dl p:last-child {
    font-size: 3rem;
  }
  .space .tel_box dt,
  .plan .tel_box dt {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .tel_box .btn_web a i {
    width: 48px;
    height: 48px;
    margin-left: 10px;
    border-radius: 50px;
  }
  .tel_box .btn_web a i span {
    width: 12px;
    height: 12px;
    transform: rotate(45deg) translate(-17px, -13px);
  }
  .flex.about_box,
  .flex.about_box2 {
    display: block;
  }
  .flex.about_box3 {
    display: flex;
  }
  .about_left,.about_right {
    width: auto;
  }
  .flex.about_box2 .left {
    width: auto;
    padding: 60px 20px;
  }
  .flex.about_box2 .right {
    width: auto;
    margin-top: 20px;
    padding: 60px 20px;
  }
  .hand {
    top: 51%;
    width: 400px;
  }
  .arrow {
    top: 49%;
    left: 43%;
    transform: rotate(90deg);
  }
  .about_box2.relative p + p {
    margin-top: 0.3em;
  }
  .about_box2.relative p br {
    display: none;
  }
  .strengths_h3 br,
  .data_h2 br {
    display: none;
  }
  .case_area .flex .box {
    width: auto;
  }
  .case_area .flex .box + * {
    margin-top: 20px;
  }
  .case_area .flex.about_box3 .box {
    width: 48%;
  }
  .case_area .flex.about_box3 .box p {
    text-align: left;
  }
  .case_area .flex.about_box3 .box p br {
    display: none;
  }
  .icon {
    width: 200px;
    height: 200px;
  }
  .flex.mask_space,
  .flex.mask_space + .flex.between {
    display: block;
  }
  .mask {
    width: auto;
  }
  .mask_text {
    width: auto;
    margin-top: 20px;
  }
  .flex.between.botann {
    display: flex;
  }
  .botann p {
    font-size: 2.6rem;
  }
  .arrow4 {
    width: 36px;
    height: 36px;
  }
  .arrow4 img {
    width: 10px;
  }
  .go_h1 {
    font-size: 8rem;
  }
  .go_strong {
    font-size: 18rem;
  }
  .flow .flex {
    display: grid;
  }
  .a-badge b {
    transform: translateY(-6px);
  }
  .strengths_h2 {
    font-size: 2.8rem;
  }
  .strengths_h3 {
    text-align: left;
    padding: 0 76px;
  }
  .strengths_h3::before {
    left: 40px;
    transform: rotate(-15deg);
  }
  .strengths_h3::after {
    right: 40px;
    transform: rotate(15deg);
  }
  .data_h2 {
    font-size: 3.2rem;
  }
  .txt_red {
    font-size: 3.2rem;
  }
  .txt_green {
    font-size: 3rem;
  }
  .about_box2.relative p {
    width: auto;
  }
  .mask_text p {
    font-size: 2rem;
  }
  .km {
    font-size: 1.5rem;
  }
  .flex.response li h4, .y_box h4 {
    font-size: 2.2rem;
  }
}