@charset "UTF-8";
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
}

html, body {
  height: 100%;
  width: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
  margin: auto;
}

b {
  font-weight: bold;
}

input[type=submit], input[type=text],
input[type=email], input[type=button], input[type=password] {
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.00875rem;
  font-weight: 400;
  background: #fff;
  color: rgba(0, 0, 0, 0.88);
}

a {
  color: #008f88;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  margin: 0 0 8px;
}

/*------------------------------
	animetion
------------------------------*/
.fadeIn {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all 0.5s;
}
.fadeIn.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*------------------------------
	header
------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 6;
}
header .logo {
  height: 20px;
  float: left;
  position: relative;
  z-index: 6;
}
header .logo img {
  height: 20px;
  vertical-align: baseline;
}
header .inner {
  padding: 16px 16px 0;
  height: 40px;
  z-index: 3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.menu {
  position: absolute;
  right: -830px;
  top: 57px;
  width: 100%;
  transition: 0.3s ease-in-out;
  text-align: left;
  z-index: 5;
  background: #fff;
  padding: 16px 62px 48px 32px;
  box-sizing: border-box;
}
.menu > li {
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.menu > li a {
  color: #333;
  display: block;
  padding: 24px 0px;
}
.menu .current {
  color: #008f88;
}
.menu .current a {
  color: #008f88;
}
.menu .arrow {
  background: url("../img/icon_arrow01.png") no-repeat right center;
  background-size: 16px;
  width: 100%;
  padding: 24px 0;
  display: block;
}
.menu .menu_list {
  display: none;
  width: 100%;
}
.menu .menu_list li a {
  padding: 16px 16px;
  display: block;
  color: #333;
  border-radius: 8px;
  transition: 0.3s;
}
.menu .menu_list li a:hover {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.06);
}
.menu .btn_gold {
  margin: 48px 0 8px;
  font-size: 1.8rem;
}
.menu .btn_gold a {
  color: #fff;
  padding: 0;
}
.menu .btn_green {
  font-size: 1.6rem;
}
.menu .btn_green a {
  color: #fff;
  padding: 10px;
}

.active .menu {
  right: -30px;
  height: 90vh;
  width: 75%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.active .menu .menu_item a {
  padding: 24px 0;
}
.active .menu .arrow.open {
  background: url("../img/icon_arrow02.png") no-repeat right center;
  background-size: 16px;
}
.active .menu .arrow .menu_list li a {
  padding: 0 16px 24px;
  transition: none;
}

.btn_menu {
  display: block;
  position: relative;
  float: right;
  width: 32px;
  height: 26px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 6;
}
.btn_menu span {
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 3px;
  border-bottom: solid 1px #00b4a4;
  transition: 0.35s ease-in-out;
}
.btn_menu span:nth-child(1) {
  top: 4px;
}
.btn_menu span:nth-child(2) {
  top: 14px;
}
.btn_menu span:nth-child(3) {
  top: 24px;
}
.btn_menu.active span:nth-child(1) {
  top: 11px;
  transform: rotate(-25deg);
}
.btn_menu.active span:nth-child(2) {
  display: none;
}
.btn_menu.active span:nth-child(3) {
  top: 11px;
  transform: rotate(25deg);
}

/*------------------------------
	footer
------------------------------*/
footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
footer .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 96px 16px;
}
footer .logo {
  height: 20px;
  margin: 0 0 96px;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
footer ul a {
  color: #333;
  display: block;
  padding: 8px 16px;
}

.cta + .pagetop + footer .inner {
  padding: 120px 16px 144px;
}

.pagetop {
  position: fixed;
  bottom: 74px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px 3px 3px -7px rgba(0, 0, 0, 0.12), 0px 3px 18px 4px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.pagetop img {
  width: 28px;
}
.pagetop:hover {
  background: #f5f5f5;
}

/*------------------------------
	top
------------------------------*/
.bg01 {
  background: linear-gradient(-45deg, rgba(220, 253, 253, 0.12) 0%, rgba(184, 244, 241, 0.12) 50%, rgba(107, 217, 207, 0.12) 100%);
}

.bg02 {
  background: rgba(0, 0, 0, 0.02);
}

input[type=text],
input[type=tel],
input[type=email] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 8px 12px;
  height: 40px;
  box-sizing: border-box;
  width: 100%;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.25);
}

br.sp {
  display: block;
}
br.pc {
  display: none;
}

.request_box dt {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  font-size: 1.6rem;
}
.request_box dt::before {
  content: "必須";
  display: block;
  text-align: center;
  width: 42px;
  color: #008f88;
  padding: 1px 7px;
  margin: 0 8px 0 0;
  font-size: 1.2rem;
  box-sizing: border-box;
  border: 1px solid #69dbc6;
  border-radius: 4px;
}
.request_box dd {
  margin: 0 0 24px;
}

.btn_white {
  margin: 0 0 16px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.btn_white a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  color: #bf9600;
  padding: 4px 0;
  border-radius: 6px;
}

.btn_gold {
  text-align: center;
  border: 0;
  border-radius: 8px;
  color: #fff;
  padding: 8px;
  background: linear-gradient(90deg, #BF9600 0%, #E6BB00 100%);
  width: 100%;
  box-sizing: border-box;
  transition: 0.3s;
}
.btn_gold a {
  color: #fff;
}
.btn_gold:hover {
  opacity: 80%;
}
.btn_gold span {
  background: url("../img/icon_download.png") no-repeat left center;
  background-size: 20px;
  padding: 0 0 0 30px;
}
.btn_gold em {
  display: none;
}

.top {
  background: url("../img/kvbg_sp.png") no-repeat top center;
  background-size: cover;
  height: 762px;
  position: relative;
  padding: 56px 0 0;
}
.top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/kvsp.png") no-repeat right 83%;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.top .request_box {
  display: none;
  background: rgba(255, 255, 255, 0.65);
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 1rem;
  text-align: center;
}
.top .request_box .title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 16px;
}
.top .request_box dt {
  text-align: left;
  margin: 0 0 5px;
  font-size: 1.2rem;
}
.top .request_box dt::before {
  display: none;
}
.top .request_box dd {
  margin: 0 0 16px;
}
.top .request_box dd input {
  height: 28px;
  padding: 4px 12px;
}
.top .request_box dd input::placeholder {
  font-size: 1.2rem;
}
.top .request_box .text_green {
  text-align: left;
  margin: 0 0 16px;
}
.top .request_box p {
  margin: 0 0 16px;
}
.top .request_box .btn_gold {
  font-size: 1.6rem;
}
.top .catch {
  position: absolute;
  top: 97px;
  left: 25px;
}
.top .catch h2 {
  font-size: 3.5rem;
  font-weight: 500;
  margin: 0 0 16px;
}
.top .catch .title {
  color: #997300;
  font-size: 1.6rem;
  position: relative;
  height: 32px;
  width: 219px;
  box-sizing: border-box;
  margin: 0 0 32px;
  background: url("../img/kansyu.png") no-repeat center center;
  background-size: cover;
}
.top .catch .title span {
  display: block;
  padding: 3px 12px;
  text-align: center;
  position: absolute;
  top: -2px;
  left: 7px;
  font-weight: 500;
}
.top .catch ul {
  width: 280px;
  margin: 8px 0 0;
}
.top .catch ul li {
  display: inline-block;
  color: #008f88;
  padding: 1px 8px;
  margin: 0 5px 8px 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.list01 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 16px 0;
}
.list01 .slick-slide div div {
  box-sizing: border-box;
  text-align: center;
  margin: 0 8px 0;
}
.list01 .slick-slide div div img {
  height: 2.5vh;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.wrap {
  padding: 96px 24px;
  box-sizing: border-box;
}

.point {
  overflow: hidden;
}
.point li {
  background: linear-gradient(111deg, #69dbd1 14.07%, #b4ece7 87.11%);
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 500;
}
.point li span {
  color: #fff;
  margin: 0 37px 0 5px;
  width: 85px;
  line-height: 1.37;
  font-weight: 200;
  font-size: 16rem;
  font-family: "Montserrat", sans-serif;
}
.point li:nth-child(2) span {
  margin: 0 37px 0 -6px;
}
.point li:last-child span {
  margin: 0 37px 0 -6px;
}

.point_box li {
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  box-shadow: 1px 4px 18px 0px rgba(1, 126, 116, 0.18);
  margin: 0 0 24px;
}
.point_box h3 {
  color: #008f88;
  font-weight: 500;
  font-size: 3rem;
  margin: 0 0 48px;
}
.point_box h3 img {
  display: block;
  width: 74px;
  margin: 0 0 8px;
}
.point_box .photo {
  margin: 0 0 48px;
}
.point_box .text p {
  margin: 0 0 24px;
}
.point_box .text p:last-child {
  margin: 0;
}

h2.title01 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 72px;
}

.center {
  text-align: center;
}

.text_gold {
  color: #bf9600;
}

.text_green {
  color: #008f88;
}

.font_s {
  font-size: 1.2rem;
}

.grid_three {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 24px;
}

.use .grid_three {
  margin: 0 auto 72px;
}
.use li {
  padding: 16px 24px;
  box-shadow: 2px 6px 22px -3px rgba(0, 0, 0, 0.14);
  text-align: center;
  border-radius: 10px;
}
.use li .font_s {
  color: #595959;
}
.use .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 16px;
}
.use .photo {
  width: 200px;
  margin: 0 auto 16px;
}

.btn_green {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
.btn_green a {
  color: #fff;
  background: linear-gradient(90deg, #008f88 0.14%, #00b4a4 99.9%);
  display: block;
  border-radius: 8px;
  padding: 10px;
  transition: 0.3s;
}
.btn_green a:hover {
  opacity: 80%;
}
.btn_green span {
  background: url("../img/icon_mail.png") no-repeat left center;
  background-size: 20px;
  padding: 0 0 0 30px;
}
.btn_green em {
  display: none;
}

.btn_green2 {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 26px;
}
.btn_green2 a {
  color: #008f88;
  display: block;
  border-radius: 8px;
  border: 1px solid #008f88;
  padding: 10px;
  transition: 0.3s;
}
.btn_green2 a:hover {
  opacity: 80%;
}

.pickup .pick_tag {
  font-size: 1.4rem;
  margin: 0 0 24px;
}
.pickup .photo {
  position: relative;
  margin: 0 0 24px;
}
.pickup .photo::before {
  content: "";
  background: linear-gradient(90deg, rgba(105, 219, 209, 0.3) 0%, rgba(220, 245, 243, 0.3) 100%);
  display: block;
  width: 343px;
  height: 242px;
  position: absolute;
  top: -30px;
  left: -30px;
}
.pickup .photo img {
  z-index: 1;
  display: block;
  position: relative;
}
.pickup .logo {
  overflow: hidden;
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 1.4rem;
}
.pickup .logo img {
  display: block;
  width: 175px;
  margin: 0 0 24px;
}
.pickup .catch {
  overflow: hidden;
  color: #008f88;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 24px;
}
.pickup .about {
  margin: 0 0 72px;
}
.pickup .about p {
  margin: 0 0 16px;
}

.pick_tag {
  margin: 0 0 16px;
  overflow: hidden;
}
.pick_tag li {
  padding: 1px 8px;
  border-radius: 6px;
  margin: 0 8px 8px 0;
  float: left;
  line-height: 1.3;
}

.tab_01 {
  border: 1px solid #adc6ff;
  color: #2f54eb;
  background: #f0f5ff;
}

.tab_02 {
  border: 1px solid #b7eb8f;
  color: #389e0d;
  background: #f6ffed;
}

.tab_03 {
  border: 1px solid #ffbb96;
  color: #fa541c;
  background: #fff2e8;
}

.tab_04 {
  border: 1px solid #d3adf7;
  color: #722ed1;
  background: #f9f0ff;
}

.tab_05 {
  border: 1px solid #ffd591;
  color: #fa8c16;
  background: #fff7e6;
}

.tab_06 {
  border: 1px solid #87e8de;
  color: #08979c;
  background: #e6fffb;
}

.tab_07 {
  border: 1px solid #ffa39e;
  color: #f5222d;
  background: #fff1f0;
}

.line-marker {
  background: linear-gradient(transparent 60%, #dcf5ef 60%);
}

.wrap_920 {
  max-width: 920px;
  margin: 0 auto;
}

.wrap_1120 {
  max-width: 1120px;
  margin: 0 auto;
}

.slider {
  max-width: 1068px;
  margin: 0 -24px 72px;
}
.slider .slick-slide {
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 5px 16px -3px rgba(1, 126, 116, 0.18);
  padding: 16px;
  margin: 0 8px 16px;
}
.slider .pick_tag {
  font-size: 1.2rem;
  margin: 0;
}
.slider .logo {
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.slider .logo img {
  display: inline-block;
  width: 80px;
  margin: 0 16px 0 0;
}
.slider .text {
  display: flex;
  font-weight: 700;
}
.slider .text img {
  width: 100px;
  margin: 0 16px 0 0;
}

.slick-prev {
  z-index: 2;
  width: 40px;
  height: 40px;
}
.slick-prev::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("../img/icon_arrow_prev.png") no-repeat center #00b4a4;
  background-size: 22px;
  opacity: 1;
  box-shadow: 1px 4px 18px rgba(1, 126, 116, 0.18);
}
.slick-prev:hover {
  opacity: 0.8;
}

.slick-next {
  width: 40px;
  height: 40px;
}
.slick-next::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("../img/icon_arrow_next.png") no-repeat center #00b4a4;
  background-size: 22px;
  opacity: 1;
  z-index: 3;
  box-shadow: 1px 4px 18px rgba(1, 126, 116, 0.18);
}
.slick-next:hover {
  opacity: 0.8;
}

.note em {
  color: #b40000;
}

.price {
  max-width: 665px;
  margin: 0 auto;
}
.price .note {
  margin: 0 0 24px;
}

.price_box {
  position: relative;
  margin: 0 0 72px;
}
.price_box dl {
  border-radius: 10px;
  text-align: center;
  margin: 0 0 100px;
}
.price_box dl:last-child {
  margin: 0;
}
.price_box dt {
  padding: 10px 0;
  font-size: 2.4rem;
  line-height: 1.35;
}
.price_box dd {
  padding: 24px 0;
}
.price_box::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 7rem;
  color: #595959;
}
.price_box .cost {
  border: 2px solid #42cfb9;
}
.price_box .cost dt {
  color: #fff;
  background: #42cfb9;
}
.price_box .cost img {
  width: 62px;
}
.price_box .month {
  border: 2px solid #1fc2af;
}
.price_box .month dt {
  color: #fff;
  background: #1fc2af;
}
.price_box .month dd {
  padding: 30px 0 24px;
}
.price_box .month img {
  width: 210px;
}

.flow_box {
  max-width: 980px;
  margin: 0 auto;
}
.flow_box li {
  margin: 0 0 64px;
  padding: 0 24px;
}
.flow_box li .title {
  background: #fff;
  color: #008f88;
  border: 1px solid #1fc2af;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto 16px;
}
.flow_box li .btn_green {
  font-size: 1.8rem;
}
.flow_box li .btn_green a {
  padding: 10px 0;
}
.flow_box li p {
  margin-bottom: 16px;
}
.flow_box li .link_tel {
  text-align: center;
  font-size: 3rem;
  display: table;
  margin: 0 auto;
}

a.link_tel {
  background: url("../img/icon_phone.png") no-repeat left center;
  background-size: 20px;
  padding: 0 0 0 24px;
}

.document .photo {
  margin: 0 0 24px;
}
.document .info {
  overflow: hidden;
}
.document dl {
  margin: 48px 0;
}
.document .btn_gold {
  font-size: 1.8rem;
  margin: 16px 0 0;
}
.document form p {
  font-size: 1.2rem;
}

.topic {
  margin: 0 auto;
  max-width: 854px;
}

.news .topic {
  padding: 0 24px 48px;
}
.news .topic .topic_list {
  margin: 0;
}
.news .main_title01 {
  padding: 74px 24px;
}
.news .wrap_pd {
  padding: 0 72px;
}

.topic_list {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0 0 48px;
}
.topic_list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 0;
}
.topic_list li a {
  color: rgba(0, 0, 0, 0.9);
}
.topic_list li time {
  color: rgba(0, 0, 0, 0.45);
  margin: 0 8px 0 0;
  font-size: 1.4rem;
}
.topic_list li span {
  border-radius: 4px;
  padding: 0 8px;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  width: 114px;
  box-sizing: border-box;
  margin: 0 48px 0 0;
}
.topic_list li p {
  margin: 8px 0 0;
}
.topic_list li .news {
  color: #1677ff;
  background: #e6f4ff;
  border: 1px solid #91caff;
}
.topic_list li .blog {
  color: #eb2f96;
  background: #fff0f6;
  border: 1px solid #ffadd2;
}

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px 3px 3px -7px rgba(0, 0, 0, 0.12), 0px 3px 18px 4px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.cta ul {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}
.cta .btn_gold {
  font-size: 1.6rem;
  border-radius: 0;
  padding: 0;
  line-height: 1.45;
}
.cta .btn_gold a {
  display: block;
  border-radius: 0;
  padding: 12px 6px;
}
.cta .btn_green {
  font-size: 1.6rem;
  line-height: 1.45;
}
.cta .btn_green a {
  padding: 12px 6px;
  border-radius: 0;
}

/*------------------------------
	feature
------------------------------*/
.feature {
  padding: 148px 24px 72px;
  background: linear-gradient(-45deg, rgba(220, 253, 253, 0.12) 2.9%, rgba(184, 244, 241, 0.12) 56.16%, rgba(107, 217, 207, 0.12) 100%);
  text-align: center;
}
.feature h2 {
  color: #008f88;
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 0 32px;
}

.feature_box .box {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.13), 0px 1px 10px 5px rgba(0, 0, 0, 0.02), 0px 1px 20px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.02);
  margin: 0 0 32px;
  padding: 32px 24px;
}
.feature_box .box:last-child {
  margin: 0;
}
.feature_box .box h2 {
  color: #008f88;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 16px -38px;
}
.feature_box .box h2 img {
  width: 56px;
  margin: 0 16px 0 0;
}
.feature_box .box .text .photo {
  margin: 0 auto 32px;
  width: 200px;
}
.feature_box .box p {
  margin: 0 0 32px;
}
.feature_box .box p:last-child {
  margin: 0;
}

/*------------------------------
	news
------------------------------*/
#pankuzu {
  margin: 0 auto 48px;
}
#pankuzu ul {
  padding: 24px 24px;
  overflow: hidden;
}
#pankuzu li {
  font-size: 1.2rem;
  float: left;
  padding: 0 8px 0 0;
}
#pankuzu li a {
  color: rgba(0, 0, 0, 0.45);
}
#pankuzu li a::after {
  content: "/";
  margin: 0 0 0 8px;
}
#pankuzu.mb0 {
  margin: 0 auto;
}
#pankuzu.mb48 {
  margin: 0 auto 48px;
}
#pankuzu.mb72 {
  margin: 0 auto 72px;
}
#pankuzu.mb72_sp {
  margin: 0 auto 48px;
}

.main_title01 {
  margin: 56px 0 0;
  padding: 120px 24px 72px;
  box-sizing: border-box;
}
.main_title01 h2 {
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  margin: 0 auto;
  max-width: 920px;
}

.pagenavi {
  padding: 48px 0;
}
.pagenavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenavi li {
  margin: 0 4px;
  width: 36px;
  text-align: center;
}
.pagenavi li a {
  display: block;
  color: rgba(0, 0, 0, 0.88);
  padding: 4px 0 0;
  height: 36px;
  box-sizing: border-box;
  border-radius: 6px;
}
.pagenavi li a:hover {
  border: 1px solid #008f88;
  background: #008f88;
  color: #fff;
}
.pagenavi li a.last {
  color: rgba(0, 0, 0, 0.25);
}
.pagenavi li a.last:hover {
  color: rgba(0, 0, 0, 0.25);
  background: none;
  border: 0;
}
.pagenavi li .current {
  display: block;
  border: 1px solid #008f88;
  border-radius: 6px;
  color: #008f88;
  padding: 4px 0 0;
  height: 36px;
  box-sizing: border-box;
}

.wrap_pd {
  padding: 0 24px 72px;
  box-sizing: border-box;
}

.wrap_mg {
  margin-top: 56px;
}

.topic_detail {
  padding: 0 24px;
}
.topic_detail .main_photo {
  margin: 0 -24px 24px;
}
.topic_detail .main_photo img {
  height: 260px;
  object-fit: cover;
}
.topic_detail h2 {
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 2.4rem;
}
.topic_detail h2.read {
  margin: 0;
}
.topic_detail .text {
  margin: 0 0 24px;
}

.right_box {
  margin: 0 0 24px;
}
.right_box .photo {
  margin: 0 0 24px;
}
.right_box .text {
  margin: 0;
}

.left_box {
  margin: 0 0 24px;
}
.left_box .photo {
  margin: 0 0 24px;
}
.left_box .text {
  margin: 0;
}

.sns {
  padding: 72px 0;
}
.sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.sns li {
  width: 32px;
}

/*------------------------------
    introduction
------------------------------*/
.introduction .grid_three {
  gap: 16px;
}
.introduction .grid_three > li {
  box-shadow: 2px 6px 22px -3px rgba(0, 0, 0, 0.14);
  padding: 24px;
  border-radius: 8px;
}
.introduction .pick_tag {
  font-size: 1.2rem;
  margin: 0;
}
.introduction .logo {
  color: rgba(0, 0, 0, 0.88);
  margin: 0 0 16px;
  font-size: 1.8rem;
}
.introduction .logo img {
  display: block;
  margin: 0 0 4px;
}
.introduction .text {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 16px;
}
.introduction .photo img {
  border-radius: 6px;
}

.search_box {
  background: linear-gradient(to left, rgba(220, 253, 253, 0.12) 2.9%, rgba(184, 244, 241, 0.12) 56.16%, rgba(107, 217, 207, 0.12) 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 0;
  margin: 48px 0 72px;
}

.search_list {
  margin: 0 24px;
}
.search_list .all {
  display: table;
  margin: 0 0 48px;
  color: #008f88;
  border: 1px solid #69dbc6;
  background: #dcf5ef;
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 1.6rem;
}
.search_list .pick_tag {
  margin: 0;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.search_list .pick_tag .tag_not {
  color: rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.search_list .pick_tag li {
  margin: 0;
  cursor: pointer;
  line-height: 24px;
  padding: 3px 8px;
}

.company_logo {
  margin: 48px 0 32px;
}
.company_logo .pick_tag {
  margin: 0 0 8px;
}
.company_logo .pick_tag li {
  margin: 0;
}
.company_logo .logo {
  font-size: 2.4rem;
  font-weight: 500;
}
.company_logo .logo img {
  display: block;
  width: 112px;
  margin: 0 0 8px;
}

.times {
  padding: 72px 0;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.45);
}
.times img {
  width: 12px;
  margin: 0 4px 0 0;
}

/*------------------------------
    faq
------------------------------*/
.faq dl {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 0 24px;
  border-radius: 10px;
  cursor: pointer;
}
.faq dl:last-child {
  margin: 0;
}
.faq dt {
  padding: 16px 60px 16px 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 10px 10px 0 0;
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  position: relative;
}
.faq dt::before {
  content: "";
  display: block;
  background: url("../img/faq-q.png") no-repeat left center;
  background-size: 30px;
  width: 37px;
  height: 30px;
}
.faq dt::after {
  content: "";
  display: block;
  background: url("../img/icon_arrow01.png") no-repeat right center;
  background-size: 20px;
  width: 20px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
}
.faq dt.watch::after {
  content: "";
  background: url("../img/icon_arrow02.png") no-repeat right center;
  background-size: 20px;
}
.faq dd {
  padding: 16px 16px 16px 50px;
  border-radius: 0 0 10px 10px;
  background: url("../img/faq-a.png") no-repeat 16px 16px;
  background-size: 30px;
  font-size: 1.4rem;
}

.acd dd {
  display: none;
}

.main_title02 {
  padding: 96px 24px;
  box-sizing: border-box;
  background: linear-gradient(260deg, #91eddc 5.97%, #1abdb5 84.54%);
}
.main_title02 h2 {
  color: #fff;
  max-width: 920px;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 500;
}
.main_title02.mb72_sp {
  margin: 0 auto 48px;
}

.title_sub h2 {
  position: relative;
}
.title_sub h2 img {
  position: absolute;
  bottom: -95px;
  right: -24px;
}

/*------------------------------
    contact
------------------------------*/
.main_title03 {
  padding: 72px 24px 0;
  box-sizing: border-box;
}
.main_title03 h2 {
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  margin: 0 auto;
  max-width: 920px;
}
.main_title03.mb72 {
  margin: 0 auto 72px;
}

.main_title04 h2 {
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  margin: 0 auto 96px;
}

.contact {
  margin: 0 auto 96px;
}
.contact dl {
  margin: 48px auto;
}
.contact p {
  margin: 0 0 24px;
}
.contact .btn_gold {
  font-size: 1.8rem;
  line-height: 26px;
  padding: 16px 0;
}

.tel_box {
  max-width: 920px;
  margin: 0 auto;
  padding: 32px;
  background: linear-gradient(-45deg, rgba(220, 253, 253, 0.1) 0%, rgba(220, 253, 253, 0.1) 0.01%, rgba(184, 244, 241, 0.1) 42.71%, rgba(141, 228, 221, 0.1) 94.79%);
}
.tel_box h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 32px;
}
.tel_box ul .logo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 8px;
  font-size: 1.5rem;
}
.tel_box ul .logo img {
  width: 42px;
}
.tel_box ul .tel {
  color: #008f88;
  font-size: 3.2rem;
  font-weight: 700;
  background: url("../img/icon_phone.png") no-repeat left center;
  background-size: 36px;
  padding: 0 0 0 46px;
}
.tel_box p {
  text-align: right;
  font-size: 1.4rem;
}

.thanks .text {
  margin: 0 auto 72px;
}
.thanks .tel_box {
  margin: 0 0 72px;
}

a.link_green {
  font-size: 2.2rem;
}

/*------------------------------
    privacypolicy
------------------------------*/
.policy {
  max-width: 880px;
  margin: 0 auto;
}
.policy dl {
  margin: 0 0 48px;
}
.policy dl:last-child {
  margin: 0;
}
.policy dt {
  font-weight: 500;
  font-size: 2rem;
  margin: 0 0 16px;
}
.policy dd {
  margin: 0 0 32px;
}
.policy .read {
  margin: 0 0 72px;
}
.policy .title {
  font-weight: 500;
  font-size: 1.8rem;
}

.ol_list {
  padding: 0 0 0 30px;
  margin: 0 0 24px;
}
.ol_list li {
  list-style: decimal;
  margin: 0 0 8px;
}
.ol_list li:last-child {
  margin: 0;
}

.ul_list {
  padding: 0 0 0 30px;
  margin: 0 0 24px;
}
.ul_list li {
  list-style: disc;
  margin: 0 0 8px;
}
.ul_list li:last-child {
  margin: 0;
}

/*------------------------------
    company
------------------------------*/
.main_over {
  margin: 0 auto 72px;
  text-align: center;
}
.main_over img {
  object-fit: cover;
  height: 400px;
}

.company #pankuzu {
  margin: 0 auto 24px;
}

.company_box .text {
  margin: 0 0 72px;
}

h3.title01 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 32px;
}

.table01 {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 24px;
}
.table01 div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.table01 div:last-child {
  border-bottom: 0;
}
.table01 dt {
  color: rgba(0, 0, 0, 0.45);
  margin: 0 0 8px;
  padding: 16px 0 0;
}
.table01 dd {
  padding: 0 0 16px;
}
.table01 dd:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.01rem;
  }
  /*------------------------------
  	footer
  ------------------------------*/
  footer .inner {
    padding: 120px 16px;
  }
  footer .logo {
    float: left;
    height: 24px;
    margin: 0 96px 0 0;
  }
  .cta + .pagetop + footer .inner {
    padding: 120px 16px 194px;
  }
  /*------------------------------
  	top
  ------------------------------*/
  br.sp {
    display: none;
  }
  br.pc {
    display: block;
  }
  .top {
    background: url("../img/kvbg_pc.png") no-repeat center center;
    background-size: cover;
  }
  .top::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/kv768.png") no-repeat right center;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  .top .catch {
    top: 112px;
    left: 72px;
  }
  .top .catch h2 {
    font-size: 5rem;
  }
  .top .catch .title {
    height: 34px;
    width: 244px;
    font-size: 1.8rem;
  }
  .list01 .slick-slide div div img {
    height: 2.5vh;
    object-fit: cover;
  }
  h2.title01 {
    font-size: 3.4rem;
    line-height: 1.65;
  }
  .pickup .photo::before {
    width: 536px;
    height: 378px;
  }
  .price_box {
    display: grid;
    grid-template-columns: 225px 320px;
    gap: 74px;
    justify-content: center;
  }
  .price_box::after {
    left: 42%;
  }
  .price_box dl {
    margin: 0;
  }
  .price .note {
    text-align: center;
  }
  .flow_box {
    position: relative;
  }
  .flow_box::after {
    content: "";
    width: 15px;
    position: absolute;
    top: 30px;
    left: 68px;
    z-index: -1;
  }
  .flow_box li {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
  .flow_box li .title {
    margin: 0 40px 0 0;
  }
  .flow_box li .btn_green {
    width: 200px;
  }
  .flow_box li .link_tel {
    text-align: left;
    font-size: 2rem;
    display: block;
    margin: 0;
  }
  .fade_bar.animated::after {
    animation: anim 2.5s forwards;
  }
  @keyframes anim {
    0% {
      height: 0%;
    }
    100% {
      height: 90%;
      background: #95e8d6;
    }
  }
  .document {
    overflow: hidden;
  }
  .document .photo {
    float: left;
    width: 280px;
    margin: 0 40px 0 0;
  }
  .topic_list li a {
    display: flex;
    align-items: center;
  }
  .topic_list li time {
    font-size: 1.6rem;
  }
  .topic_list li p {
    margin: 0;
  }
  .cta {
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0.7;
  }
  .cta:hover {
    opacity: 1;
  }
  .cta .btn_gold {
    font-size: 1.8rem;
    border-radius: 10px 0 0 10px;
  }
  .cta .btn_gold:hover {
    opacity: 1;
  }
  .cta .btn_gold a {
    border-radius: 10px 0 0 10px;
  }
  .cta .btn_gold em {
    display: inline-block;
  }
  .cta .btn_green {
    font-size: 1.8rem;
  }
  .cta .btn_green a {
    border-radius: 0 10px 10px 0;
  }
  .cta .btn_green a:hover {
    opacity: 1;
  }
  .cta .btn_green em {
    display: inline-block;
  }
  /*------------------------------
  	news
  ------------------------------*/
  .main_title01 {
    padding: 120px 24px 72px;
  }
  .main_title01 h2 {
    font-size: 3.4rem;
  }
  .topic_detail {
    margin: 0 auto 72px;
    padding: 0;
  }
  .topic_detail .main_photo {
    margin: 0 0 32px;
  }
  .topic_detail .main_photo img {
    height: auto;
    object-fit: none;
  }
  .topic_detail h2 {
    font-size: 3rem;
    margin: 0 0 32px;
  }
  .topic_detail .text {
    margin: 0 0 48px;
  }
  .right_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin: 0 0 48px;
  }
  .right_box .photo {
    order: 2;
  }
  .right_box .text {
    margin: 0;
    order: 1;
  }
  .left_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin: 0 0 48px;
  }
  .left_box .text {
    margin: 0;
  }
  /*------------------------------
      introduction
  ------------------------------*/
  .company_logo {
    display: flex;
    align-items: center;
  }
  .company_logo .pick_tag {
    margin: 0 16px 0 0;
  }
  .company_logo .logo {
    font-size: 3rem;
  }
  .company_logo .logo img {
    display: inline-block;
    width: 160px;
    margin: 0 8px 0 0;
  }
  /*------------------------------
      faq
  ------------------------------*/
  .faq dl {
    margin: 0 0 24px;
  }
  .faq dt {
    padding: 24px 60px 16px 24px;
    gap: 16px;
    font-size: 1.8rem;
  }
  .faq dd {
    padding: 16px 24px 24px 70px;
    background: url("../img/faq-a.png") no-repeat 24px 24px;
    background-size: 30px;
    font-size: 1.6rem;
  }
  .main_title02 h2 {
    font-size: 3.4rem;
  }
  .main_title02.mb72 {
    margin: 0 auto 72px;
  }
  .main_title02.mb72_sp {
    margin: 0 auto 72px;
  }
  /*------------------------------
      contact
  ------------------------------*/
  .main_title03 h2 {
    font-size: 3.4rem;
  }
  .main_title04 h2 {
    font-size: 3.4rem;
  }
  .contact dl {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 16px;
    max-width: 678px;
  }
  .contact dt {
    margin: 0;
  }
  .contact dd {
    margin: 0;
  }
  .contact p {
    text-align: center;
  }
  .contact .btn_gold {
    font-size: 2.2rem;
  }
  /*------------------------------
      company
  ------------------------------*/
  h3.title01 {
    font-size: 3rem;
  }
  .table01 div {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 0 48px;
  }
  .table01 dt {
    padding: 24px 0;
    margin: 0;
  }
  .table01 dd {
    padding: 24px 0;
  }
}
@media screen and (min-width: 920px) {
  /*------------------------------
  	animetion
  ------------------------------*/
  .fade01 {
    opacity: 0;
    transition: all 0.9s;
  }
  .fade01.animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .fade02 {
    opacity: 0;
    transition: all 1.3s;
  }
  .fade02.animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .fade03 {
    opacity: 0;
    transition: all 1.7s;
  }
  .fade03.animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .fade04 {
    opacity: 0;
    transition: all 2.1s;
  }
  .fade04.animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .fade01_r {
    opacity: 0;
    transition: all 0.9s;
    transform: translate3d(-50px, 0, 0);
  }
  .fade01_r.animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .fade02_r {
    opacity: 0;
    transition: all 1.3s;
    transform: translate3d(-50px, 0, 0);
  }
  .fade02_r.animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .fade03_r {
    opacity: 0;
    transition: all 1.6s;
    transform: translate3d(-50px, 0, 0);
  }
  .fade03_r.animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  /*------------------------------
  	header
  ------------------------------*/
  header {
    background: rgba(255, 255, 255, 0.85);
  }
  header .logo {
    height: 22px;
  }
  header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 16px;
    height: 56px;
  }
  .btn_menu {
    display: none;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    background: none;
    padding: 0;
  }
  .menu > li {
    margin: 0 32px 0 0;
    border-bottom: 0;
  }
  .menu > li a {
    padding: 16px 8px;
  }
  .menu .current {
    position: relative;
  }
  .menu .current::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #008f88;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .menu .arrow {
    background: none;
    width: auto;
    padding: 16px 0;
  }
  .menu .menu_list {
    display: none;
    position: absolute;
    top: 120%;
    left: 0;
    width: 178px;
    border-radius: 6px;
    z-index: 3;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px 3px 3px -7px rgba(0, 0, 0, 0.12), 0px 3px 18px 4px rgba(0, 0, 0, 0.15);
  }
  .menu .menu_list ul {
    padding: 8px;
    box-sizing: border-box;
  }
  .menu .menu_list ul li {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 0 8px;
  }
  .menu .menu_list ul li:last-child {
    margin: 0;
  }
  .menu .menu_list ul li a {
    padding: 8px 0;
  }
  .menu .btn_gold {
    width: 130px;
    font-size: 1.4rem;
    margin: 0 16px 0 0;
  }
  .menu .btn_gold span {
    background: none;
    padding: 0;
  }
  .menu .btn_green {
    width: 120px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .menu .btn_green span {
    background: none;
    padding: 0;
  }
  .menu .btn_green a {
    padding: 8px 8px;
  }
  /*------------------------------
  	footer
  ------------------------------*/
  .pagetop {
    bottom: 118px;
    right: 136px;
  }
  /*------------------------------
  	top
  ------------------------------*/
  .top::before {
    background: url("../img/kv920.png") no-repeat right center;
    background-size: contain;
  }
  .top .request_box {
    display: block;
    position: absolute;
    top: 131px;
    right: 70px;
    width: 238px;
  }
  .top .request_box .title {
    font-size: 2rem;
    margin: 0 0 16px;
  }
  .top .catch {
    width: 464px;
    top: 120px;
    left: 96px;
  }
  .top .catch h2 {
    line-height: 1.5;
    margin: 0 0 24px;
  }
  .top .catch .title {
    margin: 0 0 48px;
  }
  .list01 .slick-slide div div img {
    height: 28px;
    object-fit: cover;
  }
  .point {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }
  .point li {
    background: linear-gradient(to right, rgb(105, 219, 209) 0%, rgb(172, 234, 229) 100%);
    font-size: 2.5vw;
    line-height: 1.4;
    overflow: hidden;
  }
  .point li span {
    font-size: 23rem;
    width: auto;
    margin: 0 27px 0 0;
  }
  .point li:nth-child(1) {
    justify-content: right;
  }
  .point li:nth-child(1) p {
    margin: 0 90px 0 0;
  }
  .point li:nth-child(2) {
    justify-content: left;
  }
  .point li:nth-child(2) span {
    margin: 0 27px 0 -15px;
  }
  .point li:last-child {
    justify-content: left;
  }
  .point li:last-child span {
    margin: 0 27px 0 -15px;
  }
  .point li p {
    margin: 0;
    line-height: 1.7;
  }
  .point_box li {
    padding: 48px 72px;
    margin: 0 0 48px;
  }
  .point_box h3 {
    font-size: 3.4rem;
  }
  .point_box h3 img {
    width: 66px;
  }
  .grid_three {
    gap: 48px;
  }
  .use li {
    padding: 30px 40px;
  }
  .use .title {
    font-size: 2.4rem;
    line-height: 1.34;
    margin: 0 0 24px;
  }
  .use .photo {
    margin: 0 auto 24px;
  }
  .btn_green {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .btn_green a {
    padding: 16px 8px;
  }
  .btn_green2 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .btn_green2 a {
    padding: 16px 8px;
  }
  .slider {
    margin: 0 auto 72px;
  }
  .pickup .pick_tag {
    font-size: 1.6rem;
  }
  .pickup .photo {
    width: 50%;
    float: left;
    margin: 0 18px 14px 0;
  }
  .pickup .photo img {
    width: 536px;
    height: 378px;
  }
  .pickup .logo {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    font-size: 1.6rem;
  }
  .pickup .logo img {
    display: inline-block;
    width: 175px;
    margin: 0 40px 0 0;
  }
  .pickup .catch {
    font-size: 3rem;
    line-height: 1.26;
  }
  .pickup .about p {
    margin: 0 0 24px;
  }
  .flow_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 64px;
  }
  .flow_box::after {
    content: "";
    height: 15px;
    position: absolute;
    top: 65px;
    left: 30px;
  }
  .flow_box li {
    display: block;
    flex-wrap: nowrap;
    margin: 0;
  }
  .flow_box li .title {
    margin: 0 16px 16px;
  }
  .flow_box li .btn_green {
    width: auto;
  }
  .flow_box li .link_tel {
    background: url(../img/icon_phone.png) no-repeat 8px center;
    background-size: 20px;
    padding: 0 0 0 16px;
    text-align: center;
  }
  @keyframes anim {
    0% {
      height: 15px;
      width: 0%;
      transition: all 0.5s;
    }
    100% {
      height: 15px;
      width: 90%;
      background: #95e8d6;
    }
  }
  .document .photo {
    float: left;
    width: 380px;
    margin: 0 72px 0 0;
  }
  .document dl {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 16px;
    align-items: center;
  }
  .document dt {
    margin: 0;
  }
  .document dd {
    margin: 0;
  }
  .document form p {
    text-align: center;
    font-size: 1.4rem;
  }
  /*------------------------------
  	feature
  ------------------------------*/
  .feature {
    padding: 148px 0 72px;
  }
  .feature h2 {
    font-size: 3.2rem;
  }
  .feature img {
    max-width: 846px;
  }
  .feature_box .box {
    padding: 48px 72px 48px;
  }
  .feature_box .box h2 {
    margin: 0 0 38px -93px;
    font-size: 3rem;
  }
  .feature_box .box h2 img {
    width: 83px;
  }
  .feature_box .box .text {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 32px;
    align-items: center;
  }
  .feature_box .box .text .photo {
    margin: 0;
    width: auto;
  }
  /*------------------------------
      news
  ------------------------------*/
  #pankuzu {
    max-width: 1120px;
  }
  #pankuzu ul {
    padding: 24px 24px;
  }
  #pankuzu li {
    font-size: 1.4rem;
    padding: 0 16px 0 0;
  }
  #pankuzu li a::after {
    margin: 0 0 0 16px;
  }
  #pankuzu.mb72_sp {
    margin: 0 auto 72px;
  }
  .news .main_title01 {
    padding: 120px 0 72px;
  }
  .news .topic {
    padding: 0 0 48px;
  }
  /*------------------------------
      introduction
  ------------------------------*/
  .search_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .search_list .all {
    margin: 0 48px 0 0;
  }
  /*------------------------------
      contact
  ------------------------------*/
  .tel_box {
    padding: 32px 100px;
  }
  .tel_box h3 {
    font-size: 2.4rem;
  }
  .tel_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tel_box ul .logo {
    margin: 0;
    font-size: 2rem;
  }
  .tel_box ul .logo img {
    width: 60px;
  }
  .tel_box ul .tel {
    font-size: 6.2rem;
    background: url("../img/icon_phone.png") no-repeat left center;
    background-size: 56px;
    padding: 0 0 0 66px;
  }
  .tel_box p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1120px) {
  /*------------------------------
  	header
  ------------------------------*/
  header .inner {
    max-width: 1120px;
    padding: 0 96px;
  }
  /*------------------------------
  	top
  ------------------------------*/
  .top::before {
    background: url("../img/kv1120.png") no-repeat right center;
    background-size: contain;
  }
  .top .request_box {
    right: 90px;
  }
  .top .catch {
    top: 190px;
    left: 96px;
  }
  .point {
    grid-template-columns: 1fr 385px 1fr;
  }
  .point li {
    font-size: 3rem;
  }
  /*------------------------------
  	news
  ------------------------------*/
  #pankuzu {
    max-width: 1120px;
    padding: 0 160px;
  }
  #pankuzu ul {
    padding: 24px 0px;
  }
  .wrap_pd {
    padding: 0 0 72px;
  }
  /*------------------------------
    introduction
  ------------------------------*/
  .company_logo {
    margin: 72px auto 0;
  }
  /*------------------------------
  	faq
  ------------------------------*/
  .title_sub h2 img {
    width: auto;
    height: auto;
    position: absolute;
    right: -114px;
  }
}
@media screen and (min-width: 1440px) {
  /*------------------------------
  	top
  ------------------------------*/
  .top::before {
    background: url("../img/kv1440.png") no-repeat right center;
    background-size: contain;
  }
  .top .inner {
    width: 1120px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top .catch {
    left: 0;
  }
  .top .request_box {
    right: 0;
  }
}