html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
  color: #262830;
}

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

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  margin: 0px;
  padding: 0px;
}

select,
input,
textarea {
  line-height: 1.8em;
  border: 1px solid #cccccc;
  padding: 5px 8px;
  font-size: 12px;
}

* {
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}

p,
pre,
address,
cite {
  margin: 0em;
  padding: 0em;
  line-height: 1.6em;
  color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0em;
  padding: 0em;
  line-height: 1.8em;
  font-weight: normal;
  color: #222222;
}

strong {
  font-weight: bold;
  line-height: 200%;
}

ul,
ol,
dl {
  margin: 0px;
  padding-left: 0px;
}

li,
dt,
dd {
  list-style: none;
  line-height: 1.8em;
  color: #222222;
}

ol li {
  list-style: decimal inside;
  margin-left: 35px;
  text-indent: -25px;
}

dd {
  margin: 0px 0px 0px 10px;
}

textarea {
  font-size: 12px;
}

select {
  padding: 0.1em;
  font-size: 12px;
}

input:focus,
textarea:focus {
  font-size: 12px;
  background: #ffffcc;
}

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

img {
  border-style: none;
  padding: 0px;
}

body {
  display: none;
  background: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 736px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

p {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  line-height: 1.6em;
}

dd {
  margin-left: 0px;
}

a img {
  border-style: none;
}

a img:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.sp {
  display: block;
}

@media screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media screen and (min-width: 736px) {
  .pc {
    display: block;
  }
}

.inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 736px) {
  .inner {
    max-width: 1000px;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px);
  transition: opacity 2s, visibility 2s, transform 2s;
}

.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.btn_grad {
  text-decoration: none;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 736px) {
  .btn_grad {
    font-size: 21px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
  }
}

.btn_grad::before,
.btn_grad::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.btn_grad::before {
  transition: all 0.6s;
  z-index: -1;
  background: transparent linear-gradient(90deg, #2ac2b9 0%, #a4c926 100%) 0% 0%
    no-repeat padding-box;
}

.btn_grad::after {
  z-index: -2;
  background: transparent linear-gradient(90deg, #a4c926 0%, #2ac2b9 100%) 0% 0%
    no-repeat padding-box;
}

.btn_grad:hover {
  text-decoration: none;
  opacity: 1;
}

.btn_grad:hover::before {
  opacity: 0;
}

.com_link_text {
  display: inline-block;
  text-decoration: underline;
}

.com_link_text:hover {
  text-decoration: none;
}

.drawer-hamburger {
  display: block;
  padding: 22px 5% 30px;
  width: 1.5rem;
  z-index: 20;
}

@media screen and (min-width: 900px) {
  .drawer-hamburger {
    display: none;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 3px;
  border-radius: 3px;
}

.drawer-hamburger-icon:before {
  top: 8px;
}

.drawer-hamburger-icon:after {
  top: -8px;
}

.drawer--top.drawer-open .drawer-nav {
  padding: 90px 0 60px;
}

.drawer-menu li {
  border-bottom: rgba(112, 112, 112, 0.3) 1px solid;
}

.drawer-menu li a {
  display: block;
  padding: 15px 5%;
  font-size: 16px;
  font-weight: 500;
}

.drawer-menu li a:hover {
  text-decoration: none;
  color: #ff6f00;
}

.drawer-menu li:first-child {
  border-top: rgba(112, 112, 112, 0.3) 1px solid;
}

.drawer-menu li:last-child {
  border-bottom: none;
  margin-top: 20px;
}

.drawer-menu li:last-child a {
  width: 90%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  border: #f87700 0px solid;
  background: transparent linear-gradient(90deg, #2ac2b9 0%, #a4c926 100%) 0% 0%
    no-repeat padding-box;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
  padding: 15px 0;
  border-radius: 100px;
}

.drawer-menu li:last-child a:hover {
  text-decoration: none;
  opacity: 1;
  background: #fff;
  color: #f87700;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255 255 255 / 70%);
  z-index: 10;
}

header .inner {
  height: 65px;
}

@media screen and (min-width: 900px) {
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
  }
}

header h1 {
  font-weight: bold;
  line-height: 80px;
  letter-spacing: -1px;
  width: 260px;
  margin-top: 7px;
}

@media screen and (min-width: 900px) {
  header h1 {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.8em;
    width: 200px;
  }
}

@media screen and (min-width: 1100px) {
  header h1 {
    font-size: 20px;
  }
}

header .wrap {
  display: none;
}

@media screen and (min-width: 900px) {
  header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

header .wrap .gnav ul {
  display: flex;
}

header .wrap .gnav ul li {
  margin-right: 20px;
}

@media screen and (min-width: 1100px) {
  header .wrap .gnav ul li {
    margin-right: 30px;
  }
}

header .wrap .gnav ul li a {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 1100px) {
  header .wrap .gnav ul li a {
    font-size: 16px;
  }
}

header .wrap .gnav ul li a:hover {
  text-decoration: none;
  opacity: 1;
  color: #f87700;
}

header .wrap .btn {
  width: 120px;
}

@media screen and (min-width: 1100px) {
  header .wrap .btn {
    width: 140px;
  }
}

header .wrap .btn a {
  display: block;
  box-sizing: border-box;
  border: #00316b 2px solid;
  background: #00316b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
  padding: 10px 0;
  border-radius: 100px;
  font-size: 14px;
}

@media screen and (min-width: 1100px) {
  header .wrap .btn a {
    font-size: 16px;
  }
}

header .wrap .btn a:hover {
  text-decoration: none;
  opacity: 1;
  background: #fff;
  color: #00316b;
}

.bread {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 736px) {
  .bread {
    max-width: 1000px;
  }
}

.bread ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bread ul li {
  color: #8b8b8b;
  font-size: 12px;
  margin-right: 5px;
}

.bread ul li:last-child {
  margin-right: 0;
}

.bread ul li a {
  color: #8b8b8b;
  margin-right: 5px;
}

footer {
  box-shadow: 0px -1px 4px #0000001a;
}

footer .wrap {
  padding: 40px 0 80px;
}

@media screen and (min-width: 736px) {
  footer .wrap {
    padding: 60px 0 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

footer .wrap .left {
  margin-bottom: 40px;
}

@media screen and (min-width: 736px) {
  footer .wrap .left {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

footer .wrap .left .logo {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  width: 260px;
}

@media screen and (min-width: 736px) {
  footer .wrap .left .logo {
    font-size: 20px;
  }
}

footer .wrap .right .sub {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  footer .wrap .right .btn {
    width: 395px;
  }
}

.pagetop {
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.copy {
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
}

@media screen and (min-width: 736px) {
  .copy {
    font-size: 12px;
  }
}

.com_ttl {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.3em;
}

@media screen and (min-width: 736px) {
  .com_ttl {
    font-size: 34px;
  }
}

@media screen and (min-width: 960px) {
  .com_ttl {
    font-size: 27px;
  }
}

.com_ttl span {
  color: #ff4d00;
  font-weight: bold;
}

.com_ttl_orange {
  position: relative;
  background: #f5f9ff;
  text-align: center;
  color: #222;
  font-weight: bold;
  padding: 10px 0 13px;
  line-height: 1.3em;
  font-size: 18px;
  margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .com_ttl_orange {
    padding: 0;
    line-height: 57px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.com_ttl_orange::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f5f9ff transparent transparent transparent;
  border-width: 18px 12px 0px 12px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: -10px;
}

.com_list_icon {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5% 40px;
}

@media screen and (min-width: 736px) {
  .com_list_icon {
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 0 40px;
    font-size: 12px;
  }
}

@media screen and (min-width: 960px) {
  .com_list_icon {
    font-size: 14px;
  }
}

@media screen and (min-width: 1100px) {
  .com_list_icon {
    font-size: 16px;
  }
}

.com_list_icon li {
  width: 46%;
}

@media screen and (min-width: 736px) {
  .com_list_icon li {
    width: 140px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 960px) {
  .com_list_icon li {
    margin-right: 42px;
  }
}

.com_list_icon li:nth-child(odd) {
  margin-right: 8%;
}

@media screen and (min-width: 736px) {
  .com_list_icon li:nth-child(odd) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 960px) {
  .com_list_icon li:nth-child(odd) {
    margin-right: 42px;
  }
}

.com_list_icon li:nth-child(n + 3) {
  margin-top: 20px;
}

@media screen and (min-width: 736px) {
  .com_list_icon li:nth-child(n + 3) {
    margin-top: 0;
  }
}

.com_list_icon li:last-child {
  margin-right: 0;
}

.com_list_icon li img {
  margin-bottom: 10px;
}

.com_list_icon li p {
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (min-width: 736px) {
  .com_wrap_box {
    display: flex;
    justify-content: space-between;
  }
}

.com_wrap_box .img {
  line-height: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .com_wrap_box .img {
    width: 48%;
  }
}

@media screen and (min-width: 736px) {
  .com_wrap_box .text {
    width: 48%;
  }
}

.com_wrap_box .text h3 {
  font-weight: bold;
  /* border-bottom: #00316b 2px solid; */
  font-size: 18px;
  /* padding-bottom: 5px; */
  margin-bottom: 7px;
  color: #ff7b22;
}

@media screen and (min-width: 736px) {
  .com_wrap_box .text h3 {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.com_wrap_box .text p {
  line-height: 2em;
  text-align: left;
}

.com_wrap_box.reverse {
  flex-direction: row-reverse;
}

aside {
  background: #ffc98c;
  padding: 30px 0 40px;
}

@media screen and (min-width: 736px) {
  aside {
    padding: 30px 0 60px;
  }
}

aside .read {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  aside .read {
    font-size: 26px;
  }
}

aside .btn {
  line-height: 0;
  margin: 0 auto;
}

@media screen and (min-width: 736px) {
  aside .btn {
    max-width: 800px;
  }
}

aside .btn a {
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
}

@media screen and (min-width: 736px) {
  aside .btn a {
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    border-radius: 100px;
  }
}

.job {
  margin: 40px 0 60px;
}

@media screen and (min-width: 736px) {
  .job {
    margin: 40px 0 100px;
  }
}

.vision {
  /* background: url("../images/top/vision_bg_sp.jpg") center bottom no-repeat;
  background-size: cover; */
  padding: 70px 0 200px;
  background: #f18e1d;
}

@media screen and (min-width: 736px) {
  .vision {
    /* background: url("../images/top/vision_bg.jpg") center top no-repeat;
    background-size: cover; */
    padding: 60px 0 100px;
  }
}

.vision .com_ttl {
  color: #fff;
  margin-bottom: 12px;
}

.vision h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.vision p {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (min-width: 736px) {
  .vision h3 {
    font-size: 20px;
  }
}

.slide {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.slide ul {
  list-style: none;
  display: flex;
  -webkit-animation: loop-slide 100s infinite linear 1s both;
  animation: loop-slide 100s infinite linear 1s both;
}

.slide ul li {
  line-height: 0;
  width: 250px;
  height: auto;
  margin: 0 10px;
}

@media screen and (min-width: 736px) {
  .slide ul li {
    width: 330px;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.merrit {
  padding: 40px 0 60px;
}

@media screen and (min-width: 736px) {
  .merrit {
    padding: 60px 0 100px;
  }
}

.merrit .wrap {
  margin-bottom: 40px;
}

@media screen and (min-width: 736px) {
  .merrit .wrap {
    display: flex;
    margin-bottom: 60px;
  }
}

.merrit .wrap .box {
  border: #00316b 2px solid;
  padding: 20px 5% 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .merrit .wrap .box {
    padding: 20px 20px 25px;
    width: 313px;
    margin-right: 31px;
    margin-bottom: 0;
  }
}

.merrit .wrap .box:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}

.merrit .wrap .box .sub {
  position: relative;
  text-align: center;
  color: #00316b;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}

@media screen and (min-width: 960px) {
  .merrit .wrap .box .sub {
    font-size: 24px;
  }
}

.merrit .wrap .box .sub::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00316b;
}

.merrit .wrap .box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .merrit .wrap .box h3 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 960px) {
  .merrit .wrap .box h3 {
    font-size: 26px;
  }
}

.merrit .wrap .box p {
  font-size: 14px;
}

@media screen and (min-width: 736px) {
  .merrit .wrap .box p {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 960px) {
  .merrit .wrap .box p {
    font-size: 16px;
  }
}

.merrit .other h4 {
  background: #333;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
}

@media screen and (min-width: 736px) {
  .merrit .other h4 {
    font-size: 18px;
  }
}

.merrit .other .wrap_list {
  border: #ccc 1px solid;
  padding: 25px 5% 30px;
  margin-top: -1px;
}

@media screen and (min-width: 736px) {
  .merrit .other .wrap_list {
    display: flex;
  }
}

@media screen and (min-width: 736px) {
  .merrit .other .wrap_list ul {
    width: 33.333%;
  }
}

.merrit .other .wrap_list ul li {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
}

@media screen and (min-width: 736px) {
  .merrit .other .wrap_list ul li {
    margin-bottom: 20px;
  }
}

.merrit .other .wrap_list ul li:last-child {
  margin-bottom: 0;
}

.merrit .other .wrap_list ul li::before {
  content: "";
  display: inline-block;
  background: url("../images/top/icn_check.png") no-repeat;
  background-size: cover;
  width: 16px;
  height: 11px;
  position: absolute;
  top: 10px;
  left: 0;
}

.number {
  background: #f1f1ef;
  padding: 40px 0 60px;
}

@media screen and (min-width: 736px) {
  .number {
    padding: 60px 0 80px;
  }
}

.number ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5%;
}

@media screen and (min-width: 736px) {
  .number ul {
    flex-wrap: nowrap;
    margin: 0;
  }
}

.number ul li {
  line-height: 0;
  width: 46%;
  margin-right: 6%;
}

@media screen and (min-width: 736px) {
  .number ul li {
    width: 23%;
    margin-right: 3%;
  }
}

.number ul li:nth-child(even) {
  margin-right: 0;
}

@media screen and (min-width: 736px) {
  .number ul li:nth-child(even) {
    margin-right: 3%;
  }
}

.number ul li:nth-child(n + 3) {
  margin-top: 20px;
}

@media screen and (min-width: 736px) {
  .number ul li:nth-child(n + 3) {
    margin-top: 0;
  }
}

.number ul li:last-child {
  margin-right: 0;
}

.about {
  padding: 40px 0 60px;
}

@media screen and (min-width: 736px) {
  .about {
    padding: 60px 0 100px;
  }
}

.about .com_wrap_box:first-of-type {
  margin-bottom: 40px;
}

@media screen and (min-width: 736px) {
  .about .com_wrap_box:first-of-type {
    margin-bottom: 80px;
  }
}

.about .com_wrap_box:last-of-type {
  margin-bottom: 40px;
}

@media screen and (min-width: 736px) {
  .about .com_wrap_box:last-of-type {
    margin-bottom: 60px;
  }
}

.about .com_list_icon {
  margin-bottom: 0;
}

.job_description {
  padding: 40px 0 60px;
}

@media screen and (min-width: 736px) {
  .job_description {
    padding: 60px 0 100px;
  }
}

@media screen and (min-width: 736px) {
  .job_description .com_wrap_box {
    margin-bottom: 40px;
  }
}

.job_description .com_wrap_box:first-of-type {
  margin-bottom: 40px;
}

@media screen and (min-width: 736px) {
  .job_description .com_wrap_box:first-of-type {
    margin-bottom: 80px;
  }
}

.recruitment {
  background: #f87700;
  padding: 40px 0 60px;
}

@media screen and (min-width: 736px) {
  .recruitment {
    padding: 60px 0 80px;
  }
}

.recruitment .inner {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 5% 40px;
}

@media screen and (min-width: 736px) {
  .recruitment .inner {
    padding: 40px 40px 60px;
  }
}

.recruitment .inner table {
  width: 100%;
}

.recruitment .inner table th,
.recruitment .inner table td {
  display: block;
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}

@media screen and (min-width: 736px) {
  .recruitment .inner table th,
  .recruitment .inner table td {
    display: table-cell;
    width: auto;
    border-bottom: rgba(112, 112, 112, 0.5) 1px solid;
  }
}

.recruitment .inner table th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  background: rgba(112, 112, 112, 0.2);
  padding: 10px 5%;
}

@media screen and (min-width: 736px) {
  .recruitment .inner table th {
    width: 145px;
    background: none;
    padding: 20px 0;
  }
}

.recruitment .inner table td p {
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .recruitment .inner table td p {
    margin-bottom: 40px;
  }
}

.recruitment .inner table td p:last-of-type {
  margin-bottom: 0;
}

.form {
  padding: 40px 0 60px;
}

@media screen and (min-width: 736px) {
  .form {
    padding: 60px 0 100px;
  }
}

.form .flow {
  border-bottom: rgba(112, 112, 112, 0.5) 1px solid;
  padding-bottom: 40px;
}

@media screen and (min-width: 736px) {
  .form .flow {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 736px) {
  .form .flow .wrap {
    display: flex;
  }
}

.form .flow .wrap .step {
  position: relative;
  width: 70%;
  border: #00316b 2px solid;
  box-sizing: border-box;
  padding: 10px 5% 20px;
  margin: 0 auto 40px;
}

@media screen and (min-width: 736px) {
  .form .flow .wrap .step {
    width: 300px;
    margin: 0 50px 0 0;
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.form .flow .wrap .step:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 736px) {
  .form .flow .wrap .step:last-of-type {
    margin-right: 0;
  }
}

.form .flow .wrap .step:last-of-type::after {
  display: none;
}

.form .flow .wrap .step .sub {
  text-align: center;
  color: #00316b;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 736px) {
  .form .flow .wrap .step .sub {
    font-size: 20px;
  }
}

.form .flow .wrap .step h3 {
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .form .flow .wrap .step h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 960px) {
  .form .flow .wrap .step h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.form .flow .wrap .step .img {
  text-align: center;
  line-height: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .form .flow .wrap .step .img {
    margin-bottom: 30px;
  }
}

.form .flow .wrap .step .img img {
  height: 40px;
}

@media screen and (min-width: 736px) {
  .form .flow .wrap .step .img img {
    height: 60px;
  }
}

.form .flow .wrap .step .text {
  text-align: center;
}

@media screen and (min-width: 736px) {
  .form .flow .wrap .step .text {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 960px) {
  .form .flow .wrap .step .text {
    font-size: 16px;
  }
  .form .flow .wrap .step .img img {
    height: 120px;
  }
}

.form .flow .wrap .step::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: -27px;
  margin-left: -12.5px;
  border-color: #222222 transparent transparent transparent;
  border-width: 10px 12.5px 0px 12.5px;
}

@media screen and (min-width: 736px) {
  .form .flow .wrap .step::after {
    border-color: transparent transparent transparent #222222;
    border-width: 20px 0px 20px 16px;
    top: 50%;
    bottom: inherit;
    right: -35px;
    left: inherit;
    margin-top: -20px;
  }
}

.form .apply {
  padding-top: 40px;
}

@media screen and (min-width: 736px) {
  .form .apply {
    padding-top: 60px;
  }
}

.form .apply dl {
  margin: 0 auto;
}

@media screen and (min-width: 736px) {
  .form .apply dl {
    max-width: 880px;
  }
}

.form .apply dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.form .apply dl dt span {
  display: inline-block;
  color: #fff;
  background: #ff2200;
  font-weight: bold;
  line-height: 26px;
  padding: 0 10px;
  font-size: 14px;
  margin-right: 10px;
}

.form .apply dl dt span.any {
  background: #8b8b8b;
}

.form .apply dl dd {
  margin-bottom: 30px;
}

.form .apply .agree {
  text-align: center;
  margin-bottom: 30px;
}

.form .apply .form_btn {
  margin-bottom: 40px;
}

@media screen and (min-width: 736px) {
  .form .apply .form_btn {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 736px) {
  .form .apply .form_btn li {
    width: 400px;
  }
}

@media screen and (min-width: 736px) {
  .form .apply .form_btn li:not(:last-child) {
    margin-right: 20px;
  }
}

.form .apply .form_btn li input {
  background: #00316b;
  line-height: 40px;
  border-radius: 40px;
  border: #00316b 2px solid;
  width: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 736px) {
  .form .apply .form_btn li input {
    line-height: 60px;
    border-radius: 42px;
    font-size: 21px;
  }
}

.form .apply .form_btn li:hover input {
  background: #fff;
  color: #00316b;
}

.form .apply .form_btn li.back {
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .form .apply .form_btn li.back {
    margin-bottom: 0;
  }
}

.form .apply .form_btn li.back input {
  background: #707070;
  border: #707070 2px solid;
}

.form .apply .form_btn li.back:hover input {
  background: #fff;
  color: #707070;
}

.form .apply .box_privacy {
  border: #8b8b8b 1px solid;
  overflow: scroll;
  box-sizing: border-box;
  height: 285px;
  padding: 20px 5%;
}

@media screen and (min-width: 736px) {
  .form .apply .box_privacy {
    padding: 20px;
  }
}

.form .apply .box_privacy h3 {
  font-size: 16px;
}

@media screen and (min-width: 736px) {
  .form .apply .box_privacy h3 {
    font-size: 18px;
  }
}

.form .apply .box_privacy p {
  margin-bottom: 20px;
}

.form .apply .box_privacy ul li {
  margin-bottom: 20px;
}

.form .apply .box_privacy ul li:last-child {
  margin-bottom: 0;
}

input[type="text"],
input[type="date"] {
  display: block;
  background: #f8f8f8;
  border: #ccc 1px solid;
  box-sizing: border-box;
  height: 50px;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 736px) {
  input[type="text"] {
    font-size: 16px;
  }
}

input[type="text"]::placeholder {
  color: #999;
}

input[type="text"].short,
input[type="date"].short {
  width: 230px;
}

textarea {
  display: block;
  background: #f8f8f8;
  border: #ccc 1px solid;
  box-sizing: border-box;
  height: 150px;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 736px) {
  textarea {
    font-size: 16px;
  }
}

textarea::placeholder {
  color: #999;
}

textarea:focus {
  font-size: 14px;
}

@media screen and (min-width: 736px) {
  textarea:focus {
    font-size: 16px;
  }
}

.company {
  background: linear-gradient(to bottom right, #f5f9ff, #fff);
  padding: 40px 0 60px;
}

@media screen and (min-width: 736px) {
  .company {
    padding: 60px 0 100px;
  }
}

.company table {
  width: 100%;
}

.company table th,
.company table td {
  width: 100%;
  display: block;
  padding: 10px 5%;
  box-sizing: border-box;
}

@media screen and (min-width: 736px) {
  .company table th,
  .company table td {
    width: auto;
    display: table-cell;
    padding: 20px;
    border-bottom: rgba(112, 112, 112, 0.5) 1px solid;
  }
}

.company table th {
  box-sizing: border-box;
  background: #1a316c;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

@media screen and (min-width: 736px) {
  .company table th {
    width: 120px;
  }
}

.company table td {
  background: #fff;
  padding: 15px 5%;
}

@media screen and (min-width: 736px) {
  .company table td {
    padding: 20px;
  }
}

.finish {
  padding: 100px 0 60px;
}

@media screen and (min-width: 736px) {
  .finish {
    padding: 200px 0 100px;
  }
}

.finish .icn {
  text-align: center;
  line-height: 0;
  margin-bottom: 10px;
}

.finish .icn img {
  width: 40px;
}

@media screen and (min-width: 736px) {
  .finish .icn img {
    width: 50px;
  }
}

.finish h2 {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
}

@media screen and (min-width: 736px) {
  .finish h2 {
    font-size: 40px;
  }
}

.finish .box_text {
  margin-bottom: 40px;
}

@media screen and (min-width: 736px) {
  .finish .box_text {
    margin-bottom: 60px;
  }
}

.finish .box_text p {
  text-align: center;
}

.finish .box_text p:first-of-type {
  margin-bottom: 30px;
}

.finish .back {
  text-align: center;
}

/*追加*/
.com_list_icon li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/*PC*/
@media (min-width: 1168px) {
  aside .btn a {
    font-size: 30px !important;
  }
  .com_list_icon.column_7 li {
    width: 100px;
  }
}

/*tablet*/
@media screen and (min-width: 768px) {
  .com_list_icon.column_7 li {
    width: 100px;
  }
}

/*SP*/
@media screen and (max-width: 767px) {
  aside .btn a {
    font-size: 16px;
  }
}

/*LP追加*/
.cost_group {
  display: flex;
  gap: 2%;
}

.cost_group .-column3 {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2%;
}
.cost_group .com_wrap_box.reverse.cost {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
}
.cost_group .com_wrap_box .img {
  width: auto;
}
.cost_group .com_wrap_box .img img {
  aspect-ratio: 480 / 320;
  width: 100%;
  object-fit: cover;
}
.cost_group .com_wrap_box .text {
  width: auto;
}
/* .price {
  padding: 60px 0 100px;
} */
.job_description p {
  line-height: 2em;
}
.cost_group.hoan {
  display: flex;
  gap: 2%;
}
.text {
  margin-bottom: 2rem;
}

/*PC*/
@media (min-width: 1168px) {
}

/*tablet*/
@media screen and (min-width: 960px) {
  h3.com_ttl.cost_ttl {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px) {
}

/*SP*/
@media screen and (max-width: 767px) {
  .cost_group {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    flex-direction: column;
  }
  .cost_group .com_wrap_box.reverse.cost {
    width: auto;
  }
  .cost_group .-column3 {
    display: grid;
    grid-template-columns: 1fr !important;
  }
  .cost_group {
    display: flex;
    margin-bottom: 3rem;
  }
  .cost_group .com_wrap_box:first-child .text {
    margin-bottom: 3rem;
  }
}

/*FAQ*/
.accordion {
  margin: 0 auto;
  max-width: 60vw;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  border: solid 2px #00316b;
  padding: 24px;
  display: block;
  color: #333;
  font-weight: bold;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 1.5em 1em 1em;
  font-size: 1em;
  line-height: 1.5;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
.accordion {
  margin-bottom: 4rem;
}

@media (min-width: 1168px) {
}

@media screen and (min-width: 960px) {
  .accordion {
    max-width: 60vw !important;
  }
  .cost_group {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .accordion {
    max-width: 80vw;
  }
  .cost_group {
    margin-bottom: 4rem;
  }
}

/*SP*/
@media screen and (max-width: 767px) {
  .accordion {
    max-width: 90vw;
  }
  .cost_group .-column3p {
    margin-bottom: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
  }
}

/*20240216*/
@media screen and (min-width: 736px) {
  .price {
    padding: 60px 0 100px;
  }
}

.price .wrap {
  margin-bottom: 40px;
}

@media screen and (min-width: 736px) {
  .price .wrap {
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    justify-content: center;
  }
}

.price .wrap .box {
  border: #00316b 2px solid;
  padding: 20px 5% 25px;
  /*    box-sizing: border-box;*/
  width: calc(100% / 4);
  margin: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 736px) {
  .price .wrap .box {
    padding: 20px 20px 25px;
    margin-bottom: 0;
  }
}

.price .wrap .box:last-of-type {
  /*    margin-bottom: 0;*/
  /*    margin-right: 0*/
}

.price .wrap .box .sub {
  position: relative;
  text-align: center;
  color: #00316b;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}

@media screen and (min-width: 960px) {
  .price .wrap .box .sub {
    font-size: 24px;
  }
}

.price .wrap .box .sub::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00316b;
}

.price .wrap .box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .price .wrap .box h3 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 960px) {
  .price .wrap .box h3 {
    font-size: 26px;
  }
}

.price .wrap .box p {
  font-size: 14px;
}

@media screen and (min-width: 736px) {
  .price .wrap .box p {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 960px) {
  .price .wrap .box p {
    font-size: 16px;
  }
}

.price .wrap .box {
  border: #00316b 2px solid;
  padding: 20px 5% 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .price .wrap .box {
    padding: 20px 20px 25px;
    width: calc(100% / 5);
    margin: 0;
    margin-bottom: 0;
  }
}

.price .wrap .box:last-of-type {
  /*    margin-bottom: 0;*/
  /*    margin-right: 0*/
}

.price .wrap .box .sub {
  position: relative;
  text-align: center;
  color: #00316b;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}

@media screen and (min-width: 960px) {
  .price .wrap .box .sub {
    font-size: 24px;
  }
}

.price .wrap .box .sub::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00316b;
}

.price .wrap .box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .price .wrap .box h3 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 960px) {
  .price .wrap .box h3 {
    font-size: 26px;
  }
}

.price .wrap .box p {
  font-size: 14px;
}

@media screen and (min-width: 736px) {
  .price .wrap .box p {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 960px) {
  .price .wrap .box p {
    font-size: 16px;
  }
}

.price .wrap .box .sub {
  position: relative;
  text-align: center;
  color: #00316b;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}

@media screen and (min-width: 960px) {
  .price .wrap .box .sub {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .price .wrap .box {
    width: auto;
  }
}

.price .wrap .box .sub::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00316b;
}

/*サポートシステム*/
.price .flow {
  border-bottom: rgba(112, 112, 112, 0.5) 1px solid;
  padding-bottom: 40px;
}

@media screen and (min-width: 736px) {
  .price .flow {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 736px) {
  .price .flow .wrap {
    display: flex;
  }
}

.price .flow .wrap .step {
  position: relative;
  width: 70%;
  border: #00316b 2px solid;
  box-sizing: border-box;
  padding: 10px 5% 20px;
  margin: 0 auto 40px;
  margin: 0 auto;
}

@media screen and (min-width: 736px) {
  .price .flow .wrap .step {
    width: calc(100% / 7);
    /*    margin: 0 30px 0 0;*/
    padding: 8px 8px 8px;
    display: flex;
    flex-direction: column;
    /* width: 160px; */
    justify-content: flex-start;
  }
}

.price .flow .wrap .step:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 736px) {
  .price .flow .wrap .step:last-of-type {
    margin-right: 0;
  }
}

.price .flow .wrap .step:last-of-type::after {
  display: none;
}

.price .flow .wrap .step .sub {
  text-align: center;
  color: #00316b;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 736px) {
  .price .flow .wrap .step .sub {
    font-size: 20px;
  }
}

.price .flow .wrap .step h3 {
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .price .flow .wrap .step h3 {
    font-size: 16px;
  }
}

@media screen and (min-width: 960px) {
  .price .flow .wrap .step h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.price .flow .wrap .step .img {
  text-align: center;
  line-height: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .price .flow .wrap .step .img {
    margin-bottom: 30px;
  }
}

.price .flow .wrap .step .img img {
  height: 40px;
}

@media screen and (min-width: 736px) {
  .price .flow .wrap .step .img img {
    height: 60px;
  }
}

.price .flow .wrap .step .text {
  text-align: center;
}

@media screen and (min-width: 736px) {
  .price .flow .wrap .step .text {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 960px) {
  .price .flow .wrap .step .text {
    font-size: 16px;
  }
  .price .flow .wrap .step .img img {
    height: 80px;
  }
}

.price .flow .wrap .step::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: -27px;
  margin-left: -12.5px;
  border-color: #222222 transparent transparent transparent;
  border-width: 10px 12.5px 0px 12.5px;
}

@media screen and (min-width: 736px) {
  .price .flow .wrap .step::after {
    border-color: transparent transparent transparent #222222;
    border-width: 10px 0px 10px 10px;
    top: 50%;
    bottom: inherit;
    right: -35px;
    left: inherit;
    margin-top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .price .flow .wrap .step {
    margin: 0 auto 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/*----製品情報-----*/
.product_contents_txt {
  width: 100%;
}
.product_contents {
  display: flex;
  align-items: center;
  width: auto;
  gap: 20px;
  margin-bottom: 4rem;
}

.product_imgs {
  margin-bottom: 6rem;
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.product_contents_txt h4 {
  color: #00316b;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .product_contents {
    flex-direction: column;
  }
  .vision {
    padding: 60px 0 70px;
  }
  .product_contents {
    margin-bottom: 2rem;
  }
  .product_imgs {
    margin-bottom: 2rem;
  }
  .form .flow .wrap .step {
    width: 100%;
  }
  .cost_group .com_wrap_box.reverse.cost {
    text-align: center;
  }
  .cost_group.-column3 .com_wrap_box .img img {
    max-width: 70%;
    image-rendering: -webkit-optimize-contrast;
  }
  .com_wrap_box .text p {
    text-align: left;
  }
  .price .flow .wrap .step {
    width: 100%;
  }
  .cost_group.-column3 {
    display: flex;
    margin-bottom: 3rem;
    gap: 20px;
  }
}

/*----お問い合わせ----*/
span#service,
span#Inquiry_type {
  display: flex;
  flex-direction: column;
}

/*----お問い合わせここまで----*/

.cta_wrap {
  display: grid;
  grid-template-columns: 50% 1fr;
  max-width: 900px;
  align-items: center;
}
.cta-right {
  margin-left: -5rem;
  text-align: center;
  padding-bottom: 2rem;
}
.cta-left {
  margin-top: -7rem;
  margin-right: -5rem;
}
.vision {
  padding-bottom: 0;
  padding-top: 2rem;
}
.vision p {
  font-weight: 600;
}
.vision img {
  max-width: 400px;
}
.vision .com_ttl span {
  position: relative;
  display: inline-block;
  color: #fff;
}

.worries {
  color: #262830;
  background-image: url(../images/top/bg.png);
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;

  background-size: cover;
  background-position: top right;
}
.worries h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  z-index: 1;
	color: #fff;
}

.worries h2 span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  z-index: 2;
}

.worries h2 span {
  position: relative;
  display: inline-block;
}

.worries h2 span::before {
  content: "";
  position: absolute;
  top: -10px; /* 点の高さを調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 8px; /* 点の大きさを調整 */
  height: 8px;
  background-color: #f9d63f; /* 点の色 */
  border-radius: 50%;
  z-index: 1;
}
.worries-text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
  line-height: 1.5;
	background: #f08e1c;
	color: #fff;
	padding: 1rem;
}
.worries-text span {
  font-weight: bold;
}

.border-y {
  position: relative;
  display: inline-block;
}

.border-y::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background-color: #f9d63f;
  z-index: -1;
}
.worries-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4rem;
  margin-top: 3rem;
}
.worries-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 5px 36px;
  box-shadow: 0px -1px 4px #0000001a;
}
.worries-item p {
  font-size: 24px;
  font-weight: 600;
  color: #00316b;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.worries-item img {
  max-width: 150px;
  margin: 1rem auto 0;
	display: block;
}
.worries-item p span {
  font-weight: 600;
}
.worries-item .border-y::after {
  height: 10px;
}
.sec_ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  background: linear-gradient(135deg, #dffaff 50%, #c8f7ff 50%);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  color: #00316b;
}
.sec_ttl span {
  font-weight: 600;
}
.sec_ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff3ec transparent transparent transparent;
  border-width: 25px 39px 0px 39px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}
.speech-bubble {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  max-width: 500px;
  margin: 20px;
  font-size: 24px;
  /* color: #00316b; */
  font-weight: 600;
}
.speech-bubble p {
  color: #00316b;
  text-align: center;
  font-weight: 600;
}
.speech-bubble.left {
  margin-left: 20px;
}

.speech-bubble.left:before {
  content: "";
  position: absolute;
  display: block;
  width: 4.5rem; /* 画像の幅 */
  height: 1.125rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../images/top/fukidasi.svg);
  left: -2.8rem;
  transform: rotate(-90deg);
}
.speech-bubble.bottom {
  margin-left: 20px;
}

.speech-bubble.bottom:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.speech-bubble.right {
  margin-left: auto;
  margin-right: 20px;
  text-align: right;
}

.speech-bubble.right:after {
  /* content: "";
  position: absolute;
  bottom: -19px;
  right: 20px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0; */
}

.speech-bubble.right:before {
  content: "";
  position: absolute;
  display: block;
  width: 4.5rem; /* 画像の幅 */
  height: 1.125rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../images/top/fukidasi.svg);
  right: -3.15rem;
  transform: rotate(90deg);
}
.speech-inner {
  margin-top: 3rem;
  max-width: 800px;
}
.lead__img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.lead__text-box {
  margin-top: 3rem;
}
.lead__text {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2rem;
}
.lead__text span {
  font-size: 3rem;
  font-weight: 700;
  margin-left: 5px;
}
.lead__text span span {
  font-weight: 900;
  color: #ff4d00;
}
.consultation {
  background: #fff;
  padding-top: 2rem;
  /* margin-top: 4rem; */
  padding-bottom: 4rem;
}
.consultation .com_ttl span {
  color: #00316b;
}
.consultation-voice {
  display: flex;
  justify-content: center;
}
.consultation-voice.-left .speech-bubble.left {
  margin-top: 2rem;
}

.consultation-voice.-left .speech-bubble.left:before {
  content: "";
  position: absolute;
  display: block;
  width: 4.5rem; /* 画像の幅 */
  height: 1.125rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../images/top/fukidasi.svg);
  left: -2.8rem;
  transform: rotate(-90deg);
}
.consultation-voice img {
  max-width: 80px;
  aspect-ratio: 90 / 130;
  width: 100%;
  object-fit: contain;
}

.consultation-lead p {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.consultation-lead {
  text-align: center;
	position: relative;
}
.consultation-img {
	position: absolute;
	width: 13vw;
	height: 200px;
	top: -40px;
	right: 0;
}
.consultation-lead h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.consultation-lead h3 span {
  font-weight: 500;
}
.com_ttl_orange {
  margin-bottom: 5px;
}
.consultation-text.-inner {
  max-width: 44rem;
  border: 2px solid #00316b;
  margin: 2rem auto;
  /* background: #ffded6; */
}
.consultation-text {
  padding: 2rem;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 3rem;
  position: relative;
  background-image: url("../images/top/talk.svg");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.consultation-text::before,
.consultation-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7rem; /* 画像の幅を調整 */
  height: 11rem; /* 画像の高さを調整 */
  background-size: contain;
  background-repeat: no-repeat;
}

.consultation-text::before {
  width: 9rem;
  height: 9rem;
  left: 10px; /* 左端の位置を調整 */
}

.consultation-text::after {
  top: 3.5rem;
  right: 10px;
  /* background-image: url("../images/top/women.png"); */
}
aside .read {
  color: #00316b;
}
aside .btn {
  text-align: center;
}
aside .btn a img {
  max-width: 600px;
  width: 100%;
}
aside {
  padding-bottom: 30px;
}

.consultation-voice.-right .speech-bubble.right {
  text-align: left;
}
.consultation-voice.-right .speech-bubble {
  max-width: 560px;
  line-height: 1.5;
}
.service {
  padding-top: 3rem;
}
.service .consultation-voice.-left img,
.hojokin .consultation-voice.-left img {
  max-width: 90px;
  max-height: 130px;
}
.service .consultation-voice.-left .speech-bubble {
  font-size: 20px;
  max-width: 580px;
  position: relative;
  z-index: 1;
}
.service .consultation-voice.-left .speech-bubble span {
  font-weight: 600;
}
.service .consultation-voice.-left .speech-bubble span.border-y::after {
  height: 10px;
}
.service-content-ttl .com_ttl_orange {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  background: #f87700;
}
.service-content-ttl .com_ttl_orange::after {
  border-color: #f87700 transparent transparent transparent;
}
.service-content-ttl {
  text-align: center;
}
.service-content-ttl h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 2.3;
  position: relative;
  z-index: 1;
  border: 2px solid #1a316c;
  padding-bottom: 8px;
  margin-top: 7px;
  padding-left: 60px;
  padding-top: 5px;
  border-radius: 50px;
  background: #1a316c;
	color: #fff;
}
.service-content-ttl h3 span {
  font-weight: 700;
  position: relative;
}
.service-content-ttl h3 span::before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 2px;
  left: -58px;
  background-image: url(../images/top/house.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.solar {
  margin-top: 3rem;
}
.sec_ttl.-service {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  background: #fff3ec;
  padding: 1rem;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  color: #111111;
}
.com_wrap_box {
  margin-top: 2rem;
}
.price .com_ttl span {
  color: #f87700;
}
.price {
  padding-top: 0;
  padding-bottom: 1rem;
}
.service-content-ttl {
  margin-bottom: 3rem;
}
.price.battery {
  background: linear-gradient(to bottom right, #dffaff, #f6f5ec);
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.battery .sec_ttl.-service {
  background: #fff;
}
.battery .sec_ttl::after {
  border-color: #fff transparent transparent transparent;
}
.price.v2h {
  padding-top: 3rem;
}
.cta_area {
  background: #ffc98c;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cta_text {
  background: #dffaff;
  padding: 2rem;
  line-height: 1.5;
  position: relative;
}
.cta_text span {
  position: relative;
  padding-left: 20px; /* 丸い点とテキストの間にスペースを確保 */
  display: inline-block; /* 各項目をブロック要素にすることで改行させる */
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  color: #00316b;
}

.cta_text span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px; /* 丸い点のサイズ */
  height: 10px; /* 丸い点のサイズ */
  background-color: #f9d63f; /* 丸い点の色 */
  border-radius: 50%;
  transform: translateY(-50%);
}

.cta_text::before {
  content: "";
  position: absolute;
  display: block;
  width: 11rem; /* 画像の幅 */
  height: 10rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../images/top/worries02.png);
  left: 0.7rem;
}
.cta_arrow {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -5px;
}
.cta_arrow img {
  max-width: 300px;
}
.cta_btn-area {
  padding: 2rem;
  background: #fff;
  position: relative;
  margin-top: -2rem;
}
.cta_btn-area .goteian {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #00316b;
}
.cta_btn-area::before {
  content: "";
  position: absolute;
  display: block;
  width: 10rem; /* 画像の幅 */
  height: 17rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../images/top/women.png);
  right: 0.7rem;
}
.cta_btn-area p {
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 20px;
  color: #f87700;
}
.cta_btn img {
  max-width: 550px;
}
.cta_btn {
  text-align: center;
}
.title {
  background:#fff3ec;
  border: none;
}
.title::after,
.title::before {
  background-color: #333;
}
.drawer-menu li:last-child a {
  background: none;
  padding: 0;
  margin-top: 15px;
}
.hojokin {
  padding-bottom: 5rem;
}
.hojokin h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 2rem;
  margin-top: 2rem;
  color: #00316b;
}
.hojokin h4 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 1rem;
}
.hojokin h4 span {
  font-weight: 700;
  color: #f87700;
}
.hojokin-text {
  text-align: center;
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.hojokin img {
  max-width: 40rem;
  width: 100%;
}
.hojokin-img {
  text-align: center;
  margin-top: 2rem;
}
.hojokin-text .border-y {
  font-weight: 500;
}
.hojokin-text .border-y::after {
  height: 10px;
}
.hojokin .consultation-voice {
  margin-top: 2rem;
}
.lead__img.photo img {
  aspect-ratio: 300 / 200;
  width: 100%;
  object-fit: cover;
}
.lead__img.photo {
  margin-top: 1rem;
}
.lead__img.photo p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #00316b;
}
.slide img {
  aspect-ratio: 3 / 2;
  width: 100%;
  object-fit: cover;
}

.banner {
  text-align: center;
  padding: 2rem 15px;
}
.banner img {
  max-width: 600px;
}
aside .btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 10rem;
  height: 9rem;
  background-size: cover;
  vertical-align: middle;
  background-image: url(../images/top/hibiscus.png);
  right: 2rem;
  bottom: 2rem;
}
.banner a {
  display: inline-block;
}
.banner a::before {
  content: "";
  position: absolute;
  display: block;
  width: 10rem;
  height: 9rem;
  background-size: cover;
  vertical-align: middle;
  background-image: url(../images/top/hibiscus.png);
  margin-left: -11rem;
}
.com_wrap_box {
  position: relative;
}
.com_wrap_box .img {
  position: relative;
}
.com_wrap_box .img img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.com_wrap_box .img .deco-img {
  position: absolute;
  bottom: -1rem;
  left: -2rem;
  width: 13rem; /* 画像の幅を調整 */
  height: auto; /* 画像の高さを自動調整 */
}
.solar-power {
  color: #262830;
  background-image: url(../images/top/bg-hibiscus.jpg);
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  margin-top: 3.75rem;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30rem;
}
.v2h {
  color: #262830;
  background-image: url(../images/top/bg-hibiscus02.png);
  text-align: center;
  padding-top: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  margin-top: 3.75rem;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 30rem;
}
.battery-type h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 2rem;
  margin-top: 2rem;
}
.battery-type p {
  text-align: center;
  margin-top: 3rem;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.battery-type__img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
.battery-type__img-txt {
  margin-bottom: 1rem;
  font-weight: 600;
  margin-top: 0 !important;
}
.jikasyohi div {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.3em;
  margin-top: 3rem;
  color: #00316b;
}
.jikasyohi p {
  text-align: center;
}

.sp_cta {
  position: fixed;
  width: 100%;
  display: block;
  height: 40px;
  bottom: 0;
  z-index: 2;
  background: #3e9de2;
  display: flex;
  align-items: center;
  z-index: 11;
}
.sp_cta a {
  display: block;
  height: 100%;
  text-align: center;
  width: 50%;
  font-size: 16px;
  padding: 18px 0 10px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #f87700;
  position: relative;
}
.sp_cta a:last-child {
  background: #00316b;
}
.sp_cta a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/tel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.3rem;
  left: 1.5rem;
  width: 1rem;
  height: 1rem;
}
.sp_cta a:last-child::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.2rem;
  left: 1.5rem;
  width: 2rem;
  height: 1.3rem;
}
.sp_cta a span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cta-left {
    margin-top: 4rem;
    margin-right: -2rem;
    margin-left: -4rem;
  }
  .cta-right {
    margin-left: 0;
  }
  .cta_wrap {
    grid-template-columns: 17% 1fr;
  }
  .vision img {
    max-width: 100%;
  }
  .worries h2 {
    font-size: 24px;
  }
  .worries-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .worries-text {
    font-size: 20px;
  }
  .speech-bubble p {
    font-size: 18px;
  }
  .sec_ttl {
    font-size: 24px;
    padding: 1.5rem 5vw;
  }
  .lead {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .lead__img {
    gap: 10px;
  }
  .lead__text {
    font-size: 1rem;
  }
  .lead__text span {
    font-size: 2rem;
    line-height: 1.3;
  }
  .consultation-voice.-left .speech-bubble.left {
    padding: 10px;
    font-size: 16px;
    margin-right: 0;
  }

  .consultation-lead h3 {
    font-size: 26px;
  }
  .consultation-lead {
    margin-top: 1rem;
  }
  .consultation-text {
    text-align: left;
    padding: 1.5rem;
  }
  .consultation-text::after {
    width: 5rem;
    right: -13px;
    bottom: -10rem;
    top: auto;
  }
  .consultation {
    padding-bottom: 2rem;
  }
  .consultation-voice.-right .speech-bubble.right {
    font-size: 20px;
  }
  .consultation-voice.-left .speech-bubble.left {
    margin-top: 0;
  }
  .service .consultation-voice.-left img,
  .hojokin .consultation-voice.-left img {
    width: 83px;
  }
  .service-content-ttl h3 {
    font-size: 20px;
	  line-height: 1.7;
  }
  .com_ttl {
    font-size: 20px;
  }
  .service-content-ttl {
    margin-bottom: 2rem;
  }
  .sec_ttl.-service {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .com_wrap_box {
    margin-top: 0;
  }
  .price.battery,
  .price.v2h {
    padding-top: 1rem;
  }
  .cta_btn img {
    max-width: 100%;
  }
  .cta_text span {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .cta_text {
    padding: 1rem;
    padding-left: 4rem;
    padding-bottom: 2rem;
  }
  .cta_area {
    text-align: left;
  }
  .cta_text::before {
    height: 6rem;
    left: -4rem;
    bottom: 0;
  }
  .cta_arrow img {
    max-width: 130px;
  }
  .cta_btn-area .goteian {
    font-size: 20px;
  }
  .cta_btn-area::before {
    width: 5rem;
    height: 8rem;
    right: 0;
    top: 0;
  }
  .cta_btn-area {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0;
  }
  .cta_btn-area p {
    font-size: 16px;
    text-align: center;
    margin-top: 1rem;
  }
  .hojokin h3 {
    font-size: 20px;
  }
  .hojokin h4 {
    font-size: 18px;
  }
  .hojokin-text {
    font-size: 16px;
  }
  .banner img {
    max-width: 100%;
  }
  .banner {
    padding: 1rem 15px;
  }
  .lead__img.photo {
    grid-template-columns: 1fr;
  }
  .solar-power {
    margin-top: 0;
  }
  aside .btn::before {
    right: -1rem;
    bottom: -2rem;
    z-index: -1;
  }
  .battery-type p {
    font-size: 16px;
  }
}
.about {
  padding: 4rem 0 2rem;
  background:#fff;
}
.about .com_wrap_box {
  align-items: center;
}
.center-txt {
  text-align: center;
}
.com_ttl_voice {
  font-size: 20px;
  color: #1a316c;
  font-weight: 500;
}
.option-comfort {
  padding: 2rem 0;
}
.option-comfort .com_ttl span {
  color: #ff7b22;
}
.price-tag {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.price-type {
  font-weight: bold;
  background: #5b4031;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
  line-height: 1.5;
}
.price-main {
  font-size: 1.8rem;
  color: #d30000;
  font-weight: bold;
}
.price-value {
  display: inline-block;
  margin-top: 3px;
}
.cost_group.items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 2rem;
}
.lineup .com_wrap_box .text h3 {
  color: #222222;
  font-size: 20px;
  margin-bottom: 0;
}
.option-storage {
  padding: 2rem 0;
}
.option-comfort {
  padding: 2rem 0;
  background: #f5f9ff;
}
.option-qol {
  padding: 2rem 0;
  background: #f5f9ff;
}
.option-comfort .sec_ttl.-service,
.option-comfort .com_ttl_orange,
.option-qol .sec_ttl.-service,
.option-qol .com_ttl_orange {
  background: #fff;
}
.option-comfort .sec_ttl::after,
.option-comfort .com_ttl_orange::after,
.option-qol .sec_ttl::after,
.option-qol .com_ttl_orange::after {
  border-color: #fff transparent transparent transparent;
}
.items li {
  padding-left: 20px;
  position: relative;
}
.items li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #1a316c;
}
.reccomend-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}
.reccomend-grid img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.reccomend-grid-txt {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.reccomend-ttl {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px solid #00316b;
	color: #00316b;
	margin: 2rem 0;
}
.reccomend02 {
	padding: 20px;
	background: #fff;
	border: 1px solid #01316b;
	margin: 4rem 0;
}
.reccomend02 .com_wrap_box {
	align-items: center;
}
.lineup-ttl {
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	color: #fff;
	background: #00316b;
	margin: 2rem 0 0;
}
.item-ttl {
	font-size: 20px;
	font-weight: bold;
	color: #01316b;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 65px;
  }
  header h1 {
    width: 200px;
  }
  .about {
    padding: 3rem 0 1rem;
  }
  .speech-bubble {
    font-size: 18px;
    margin: 0;
    padding: 15px 5px;
  }
  .speech-bubble.bottom {
    margin: 0;
  }
  .com_ttl_voice {
    font-size: 18px;
  }
  .solar.inner {
    width: 100%;
  }
  .service-content-ttl h3 {
    padding-top: 9px;
    padding-bottom: 11px;
  }
  .service-content-ttl h3 span::before {
    width: 35px;
    height: 35px;
    top: -3px;
    left: -51px;
  }
  .com_wrap_box.-odd {
    display: flex;
    flex-direction: column-reverse;
  }
  .cost_group.items {
    grid-template-columns: 1fr;
    gap: 1rem;
	  margin-bottom: 2rem;
  }
  .items li {
    text-align: left;
  }
  .option-comfort,
  .option-storage {
    padding: 1rem 0;
  }
  .title {
    padding: 12px 23px 12px 12px;
  }
  .accordion {
    margin-bottom: 2rem;
  }
  .form {
    padding: 40px 0 10px;
  }
	.consultation-img {
		width: 18vw;
	}
	.reccomend-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.reccomend-ttl {
		font-size: 24px;
		margin: 2rem 0 1rem;
	}
	.reccomend02 {
		margin: 2rem 0;
	}
}
/* mq */
