/*!
Theme Name: kaisoku theme ver 2.1
Theme URI: https://benriya24h.com/
Author: amplededign office
Author URI: https://ampledesign.com
Version: 2.1
*/

@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;

0,
300;0,
400;0,
500;0,
700;0,
900;1,
100;1,
300;1,
400;1,
500;1,
700;1,
900&display=swap";html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: rgba(0,0,0,0);
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
}

a {
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .8;
}

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

div,
section,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
main {
  box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
}

.inline-main {
  color: #008bf2;
}

.inline-bright {
  color: #ec8e00;
}

.inline-bold {
  font-weight: bold;
}

.site-wrapper {
  overflow: hidden;
}

.fixed-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1rem 0 0 1rem;
  z-index: 3;
  overflow: hidden;
}

.fixed-btn a {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 2rem;
  padding: 1.6rem;
}

.fixed-btn a i {
  font-size: 2.8rem;
}

.fixed-btn .line-btn {
  background-color: #00bc26;
}

.fixed-btn .mail-btn {
  background-color: #ec8e00;
}

.site-header {
  padding: 2rem;
  border-top: .5rem solid #008bf2;
}

.site-header__inner {
  display: flex;
  align-items: center;
  width: 100rem;
  margin: 0 auto;
}

.site-header__tel {
  margin-left: auto;
}

.site-header__tel a {
  font-weight: bold;
  color: #222;
  font-size: 2.4rem;
  position: relative;
}

.site-header__tel a::before {
  position: absolute;
  font-family: "fontello";
  content: "";
  left: -3rem;
  top: 60%;
  transform: translateY(-50%);
  color: #008bf2;
}

.drawer-menu-btn {
  background-color: #008bf2;
  width: 10rem;
  height: 9rem;
  border-radius: 0 0 0 2rem;
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  font-weight: bold;
  padding-top: 3rem;
  transition: .3s;
  z-index: 7;
}

.drawer-menu-btn:hover {
  background-color: #26a3ff;
  transition: .3s;
}

.drawer-menu-btn .bar {
  position: absolute;
  width: 4rem;
  height: .5rem;
  background-color: #fff;
  top: 2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s;
}

.drawer-menu-btn .bar::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 2.5rem;
  height: .5rem;
  background-color: #fff;
  transition: .3s;
}

.drawer-menu-btn__txt::before {
  position: absolute;
  content: "OPEN";
  left: 3rem;
  bottom: 1.5rem;
  transition: .3s;
}

.drawer-menu-btn.open .bar {
  transform: rotate(45deg);
  width: 2.5rem;
  top: 3rem;
  transition: .3s;
}

.drawer-menu-btn.open .bar::after {
  transform: rotate(-90deg);
  top: 0;
  transition: .3s;
}

.drawer-menu-btn.open .drawer-menu-btn__txt::before {
  content: "CLOSE";
  transition: .3s;
}

.footer-contact {
  background-image: url(./images/common/footer-contact-bg.jpg);
  background-size: cover;
  background-position: bottom center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.footer-contact__sub {
  font-size: 3rem;
  color: #fff;
  margin-top: 2rem;
  font-weight: bold;
}

.footer-contact__inner {
  margin-top: 8rem;
}

.footer-contact__list__set {
  display: flex;
  gap: 3rem;
}

.footer-contact__list__set li {
  background-color: #fff;
  border-radius: 1rem;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 6rem);
}

.footer-contact__list__set li h3 {
  color: #008bf2;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.footer-contact__list__set li.line-link h3 {
  color: #00bc26;
}

.footer-contact__list__set li.tel-link h3 {
  color: #ec8e00;
}

.footer-contact__list__set__btn {
  border-radius: 10rem;
  font-size: 1.6rem;
  text-align: center;
  width: 20rem;
  height: 4rem;
  background-color: #008bf2;
  color: #fff;
  font-weight: bold;
  display: block;
  padding-top: 1rem;
  position: relative;
  margin-top: 2rem;
}

.footer-contact__list__set__btn::after {
  content: "";
  position: absolute;
  font-family: "fontello";
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  font-size: 1rem;
}

.line-link .footer-contact__list__set__btn {
  background-color: #00bc26;
}

.tel-link .footer-contact__list__set__btn {
  background-color: #ec8e00;
}

.footer-contact__list__set__btn:hover {
  opacity: .8;
  transition: .3s;
}

.footer-area {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  background-image: url(./images/common/yokohama-map.svg);
  background-size: 40%;
  background-position: 90% center;
  background-repeat: no-repeat;
}

.footer-area__inner {
  position: relative;
  z-index: 3;
}

.footer-area__sub {
  font-size: 3rem;
  margin-top: 2rem;
  font-weight: bold;
}

.footer-area__txt {
  margin-top: 2rem;
}

.footer-area__list {
  margin-top: 5rem;
}

.footer-area__list__set h3 {
  font-weight: bold;
  margin-top: 3rem;
}

.footer-area__list__set ul {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}

.footer-nav {
  background-color: #008bf2;
}

.footer-nav__inner {
  background-color: #006fc1;
}

.footer-nav__set__list {
  display: flex;
}

.footer-nav__set__list li {
  width: 14.2857142857%;
}

.footer-nav__set__list li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 1.3rem;
}

.footer-nav__set__list li a:hover {
  text-decoration: underline;
}

.footer-comp-info {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-comp-info .ttl2 {
  margin-top: 3rem;
}

.footer-comp-info__body {
  margin-top: 2rem;
}

.footer-comp-info__body p {
  font-weight: bold;
}

.footer-copyright {
  background-color: #008bf2;
}

.footer-copyright p {
  color: #fff;
  font-size: 1.1rem;
  padding: 1rem 0;
}

.under-page-header {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fbff;
}

.under-page-header__en {
  color: #008bf2;
  font-size: 3.6rem;
  font-weight: bold;
}

.under-page-header__ja {
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 4rem;
  position: relative;
}

.under-page-header__ja::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: .3rem;
  background-color: #ec8e00;
  top: -2rem;
  left: 0;
}

.sp-menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.sp-menu__inner {
  display: flex;
}

.sp-menu__block {
  width: 25%;
  background-color: #006fc1;
  text-align: center;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.sp-menu__block.line {
  background-color: #00bc26;
}

.sp-menu__block.menu-btn {
  background-color: #008bf2;
}

.sp-menu__block.menu-btn>p {
  margin-top: 4.5rem;
}

.sp-menu__block i {
  font-size: 2.4rem;
}

.sp-menu__block p {
  font-size: 1.2rem;
}

.sp-menu-bar {
  position: relative;
  display: block;
  position: absolute;
  width: 3rem;
  height: .3rem;
  background-color: #fff;
  top: 3rem;
  right: 0;
  left: 0;
  margin: auto;
  transition: .3s;
}

.sp-menu-bar::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: .3rem;
  background-color: #fff;
  top: 1rem;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  transition: .3s;
}

.menu-btn.open .sp-menu-bar {
  transform: rotate(45deg);
  top: 3rem;
  transition: .3s;
}

.menu-btn.open .sp-menu-bar::after {
  transition: .3s;
  width: 3rem;
  transform: rotate(-90deg);
  top: 0;
}

.sp-drawer-menu {
  position: fixed;
  background-color: #008bf2;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: .5rem solid #008bf2;
  transform: translateY(100%);
  transition: .3s;
  overflow-y: scroll;
  padding-bottom: 10rem;
}

.sp-drawer-menu.open {
  transform: translateY(0);
}

.sp-drawer-menu>nav {
  padding: 3rem;
}

.sp-drawer-menu__inner {
  overflow-y: scroll;
  padding: 0 3rem 3rem 3rem;
}

.sp-drawer-menu__ttl {
  background-color: #006fc1;
  color: #fff;
  padding: 2rem;
  border-radius: 2rem 2rem 0 0;
}

.sp-drawer-menu__logo {
  background-color: #fff;
  padding: 1rem;
}

.sp-drawer-menu__logo img {
  width: 20rem;
  margin: 0 auto;
  display: block;
}

.sp-drawer-menu__set {
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
}

.sp-drawer-menu__set li+li {
  border-top: .1rem solid #006fc1;
}

.sp-drawer-menu__set li a {
  color: #006fc1;
  padding: 2rem;
  display: block;
  font-weight: bold;
}

.pc-drawer-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #006fc1;
  background-image: url(./images/common/drawer-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 7;
  padding-top: 6rem;
  padding-bottom: 6rem;
  transform: translateX(100%);
  transition: .3s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pc-drawer-menu::-webkit-scrollbar {
  display: none;
}

.pc-drawer-menu.open {
  transform: translateX(0);
  transition: .3s;
}

.pc-drawer-menu__wrapper {
  border-radius: 2rem;
  overflow: hidden;
}

.pc-drawer-menu__inner {
  background-color: #006fc1;
  padding: 4rem;
}

.pc-drawer-menu__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 2rem;
  background-color: #008bf2;
  text-align: center;
}

.pc-drawer-menu__set {
  border-radius: 1.6rem;
  overflow: hidden;
}

.pc-drawer-menu__set__item+li {
  margin-top: .4rem;
}

.pc-drawer-menu__set__item a {
  display: block;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #fff;
  color: #222;
}

.error-page-content__link {
  margin-top: 4rem;
}

.error-page-content .list-dots {
  margin-top: 2rem;
}

.error-page-content>p {
  margin-top: 2rem;
}

.kv {
  height: calc(100vh - 20rem);
  min-height: 60rem;
  max-height: 80rem;
}

.kv__txt {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 5;
  text-shadow: 0 .2rem .2rem #fff;
}

.kv__item {
  height: calc(100vh - 20rem);
}

.kv__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-news {
  position: relative;
}

.home-news__inner {
  display: flex;
  align-items: center;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 .3rem .3rem rgba(0,0,0,.05);
}

.home-news__ttl {
  background-color: #008bf2;
  width: 12rem;
  padding: 2rem 0;
  border-radius: 1rem 0 0 1rem;
}

.home-news__ttl h2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.home-news__list {
  background-color: #fff;
  width: calc(100% - 12rem);
  height: 6rem;
  overflow: hidden;
}

.home-news__list li a {
  display: flex;
  gap: 2rem;
  padding: 1.6rem 2rem;
  border-radius: 0 1rem 1rem 0;
  background-color: #fff;
  font-weight: bold;
  color: #222;
  transition: .3s;
  position: relative;
}

.home-news__list li a::after {
  font-family: "fontello";
  content: "";
  position: absolute;
  color: #008bf2;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.home-news__list li a .ttl {
  width: 60rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.home-news__list li a:hover {
  color: #008bf2;
  transition: .3s;
}

.main-contents .home-about {
  padding-top: 12rem;
}

.home-about__thumb {
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 5rem;
}

.home-about__link {
  margin-top: 6rem;
}

.home-advantage {
  background-color: #f6fbff;
}

.home-advantage__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 6rem;
}

.home-advantage__thumb {
  width: 48rem;
  border-radius: 1rem;
  overflow: hidden;
}

.home-advantage__thumb img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4/3;
}

.home-advantage__txt {
  width: calc(100% - 53rem);
}

.loop-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.loop-slider .swiper-slide img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

.home-price {
  background-color: #f6fbff;
}

.home-price__inner {
  display: flex;
  gap: 6rem;
}

.home-price__thumb {
  width: 48rem;
  border-radius: 1rem;
  overflow: hidden;
}

.home-price__thumb img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4/3;
}

.home-price__txt {
  width: calc(100% - 53rem);
  width: 100%;
}

.home-payment__card {
  padding: 5rem;
  border-radius: 1rem;
  background-color: #f6fbff;
  margin-top: 6rem;
}

.home-payment__card ul {
  display: flex;
  gap: 4rem;
}

.home-payment__card ul li img {
  display: block;
  height: 4rem;
}

.home-news-latest {
  background-color: #f6fbff;
}

.home-news-latest__list {
  background-color: #fff;
  border-radius: 2rem;
  border: .1rem solid #ccc;
  overflow: hidden;
  margin-top: 4rem;
}

.home-news-latest__list li+li {
  border-top: .1rem solid #ccc;
}

.home-news-latest__list li a {
  display: flex;
  gap: 2rem;
  color: #222;
  transition: .3s;
  padding: 3rem 5rem;
}

.home-news-latest__list li a:hover {
  background-color: #f6fbff;
  transition: .3s;
}

.home-news-latest__list li a .ttl {
  width: 60rem;
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.home-news-latest__list li a .slug {
  font-size: 1.1rem;
  color: #fff;
  padding: .3rem;
  width: 6.5rem;
  text-align: center;
  font-weight: bold;
  border-radius: .6rem;
}

.home-news-latest__list li a .slug.topics {
  background-color: #008bf2;
}

.home-news-latest__list li a .slug.works {
  background-color: #ec8e00;
}

.advantage-features__block {
  display: flex;
  gap: 7rem;
}

.advantage-features__block--rev {
  flex-direction: row-reverse;
}

.advantage-features__block+div {
  margin-top: 8rem;
}

.advantage-features__thumb {
  width: 48rem;
  border-radius: 2rem;
  overflow: hidden;
}

.advantage-features__txt {
  width: 45rem;
}

.about-company {
  margin-top: 5rem;
}

.about-company__table {
  margin-top: 4rem;
}

.access-map {
  margin-top: 5rem;
}

.access-map__map {
  overflow: hidden;
  border-radius: 2rem;
  margin-top: 4rem;
}

.access-map__map iframe {
  vertical-align: bottom;
  height: 60rem;
}

.office-outline {
  margin-top: 5rem;
}

.office-outline__block {
  display: flex;
  margin-top: 4rem;
}

.office-outline__thumb {
  width: 50%;
}

.staff-page-loop-slider {
  margin-top: 10rem;
}

.staff-block {
  margin-top: 10rem;
}

.staff-block__inner {
  display: flex;
  gap: 4rem;
  margin-top: 5rem;
}

.staff-block__thumb {
  width: 46rem;
  border-radius: 2rem;
  overflow: hidden;
}

.staff-block__txt {
  width: 50rem;
}

.staff-block__txt .ttl-dots {
  margin-top: 2rem;
}

.staff-block__txt .list-dots {
  margin-top: 2rem;
}

.staff-block__txt .hoby {
  margin-top: 4rem;
}

.staff-block__txt .hoby-txt {
  margin-top: 2rem;
}

.flow-wrapper {
  margin-top: 5rem;
}

.flow-block {
  display: flex;
  gap: 6rem;
  position: relative;
}

.flow-block+div {
  margin-top: 15rem;
}

.flow-block+div::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid rgba(0,0,0,0);
  border-left: 20px solid rgba(0,0,0,0);
  border-top: 35px solid #008bf2;
  border-bottom: 0;
  top: -9rem;
  left: 0;
  right: 0;
  margin: auto;
}

.flow-block--rev {
  flex-direction: row-reverse;
}

.flow-block__thumb {
  width: 48rem;
  overflow: hidden;
  position: relative;
  border-radius: 3rem 2rem 2rem 2rem;
}

.flow-block__thumb .numb {
  position: absolute;
  background-color: #fff;
  color: #ec8e00;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  width: 12rem;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  top: 0;
  left: 0;
  border-radius: 2rem 0 2rem 0;
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  font-style: normal;
}

.flow-block__txt {
  width: 46rem;
}

.service-wrapper {
  margin-top: 8rem;
}

.service__block+div {
  margin-top: 8rem;
}

.service__block__inner {
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
  align-items: flex-start;
}

.service__block__thumb {
  width: 30rem;
  border-radius: 2rem;
  overflow: hidden;
}

.service__block__txt {
  width: 66rem;
}

.service__block__txt__price {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1rem !important;
}

.service__block__txt__catch {
  margin-top: 2rem;
}

.service__block__txt .list-dots {
  margin-top: 2rem;
}

.service__btn {
  margin-top: 4rem;
  height: 5rem !important;
  padding-top: 2rem !important;
}

.work-scene {
  margin-top: 8rem;
}

.work-scene__thumb {
  margin-top: 6rem;
}

.work-scene__txt {
  margin-top: 4rem;
}

.work-scene__conv-link {
  margin-top: 6rem;
}

.service-conv-btn {
  display: flex;
  justify-content: space-between;
}

.service-conv-btn__item__link {
  height: 4.5rem !important;
}

.service-conv-btn__item__link.line {
  background-color: #00bc26;
}

.service-conv-btn__item__link.tel {
  background-color: #ec8e00;
}

.faq-block {
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: 2rem;
  border: .1rem solid #ccc;
}

.faq-block+div {
  margin-top: 6rem;
}

.faq-block__question {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 3.5rem 2rem 3.5rem 8rem;
}

.faq-block__question::before {
  content: "Q";
  position: absolute;
  display: block;
  background-color: #008bf2;
  color: #fff;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  text-align: center;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 1.4rem;
  line-height: 1;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq-block__answer {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 3.5rem 2rem 3.5rem 10rem;
  border-top: .1rem solid #ccc;
}

.faq-block__answer::before {
  content: "A";
  position: absolute;
  display: block;
  background-color: #ec8e00;
  color: #fff;
  width: 5rem;
  height: 5rem;
  text-align: center;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 1.4rem;
  line-height: 1;
  box-sizing: border-box;
  left: 2rem;
}

.blog-container {
  border-radius: 2rem;
  border: .1rem solid #ccc;
  padding: 6rem;
}

.blog-container__content {
  margin-top: 6rem;
}

.blog-container__content *:not(:first-child) {
  margin-top: 4rem;
}

.blog-container__content:first-child {
  margin-top: 0;
}

.blog-container__content>img {
  width: 100%;
}

.blog-header__info {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem !important;
}

.blog-header__date {
  font-weight: bold;
  font-size: 1.8rem;
}

.blog-header__cat {
  background-color: #008bf2;
  color: #fff;
  font-size: 1.2rem;
  width: 10rem;
  text-align: center;
  padding: .5rem 0;
  border-radius: .4rem;
  font-weight: bold;
}

.blog-header__cat.works {
  background-color: #ec8e00;
}

.blog-arc {
  background-color: #f6fbff;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.blog-arc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2rem;
}

.blog-arc__list__item {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  width: calc((100% - 4rem)/3);
}

.blog-arc__list__item a {
  display: block;
}

.blog-arc__list__item a .date {
  background-color: #fff;
  color: #008bf2;
  font-weight: bold;
  width: 12rem;
  height: 4rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2rem 0 2rem 0;
  padding-top: .5rem;
}

.blog-arc__list__thumb img {
  width: 100%;
  aspect-ratio: 3/2;
  height: 20rem;
  object-fit: cover;
}

.blog-arc__list__txt {
  background-color: #fff;
  padding: 2rem;
}

.blog-arc__list__txt .slug {
  font-size: 1.1rem;
  color: #fff;
  padding: .3rem;
  width: 6.5rem;
  text-align: center;
  font-weight: bold;
  border-radius: .6rem;
}

.blog-arc__list__txt .slug.works {
  background-color: #ec8e00;
}

.blog-arc__list__txt .slug.topics {
  background-color: #008bf2;
}

.blog-arc__list__txt .ttl {
  width: 28rem;
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #222;
  margin-top: 1rem;
}

.x-share-btn {
  display: block;
  margin-left: auto;
  width: 5rem;
  height: 5rem;
  transition: .3s;
}

.x-share-btn:hover {
  opacity: .7;
  transition: .3s;
}

.contact-conv-area {
  background: #eefff1;
  background: linear-gradient(90deg, rgb(238, 255, 241) 0%, rgb(238, 255, 241) 50%, rgb(246, 251, 255) 50%, rgb(246, 251, 255) 100%);
  margin-top: 6rem;
}

.contact-conv-area__inner {
  display: flex;
}

.contact-conv-area__block {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.contact-conv-area__block.line {
  background-color: #eefff1;
}

.contact-conv-area__block.tel {
  background-color: #f6fbff;
}

.contact-conv-area__block h3 {
  text-align: center;
}

.contact-conv-area__btn {
  margin-top: 2rem;
}

.contact-conv-area__btn.line {
  background-color: #00bc26;
}

.contact-form-table {
  margin-top: 6rem;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.sec {
  position: relative;
}

.sec--lv1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.sec-inner {
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.price-guide {
  background-color: #fff4e4;
  border-radius: 2rem;
  padding: 4rem 6rem;
  margin-top: 6rem;
}

.price-guide__txt {
  font-size: 2rem;
  font-weight: bold;
  color: #ff477f;
  position: relative;
  padding-left: 4rem;
  line-height: 1.4;
}

.price-guide__txt::before {
  content: "";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 2.4;
}

.ttl1 {
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
  color: #008bf2;
}

.ttl1>span {
  display: inline-block;
  position: relative;
}

.ttl1>span::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: .3rem;
  top: 50%;
  right: -8rem;
  transform: translateY(-50%);
  background-color: #ec8e00;
}

.ttl1--mono-bar {
  color: #fff;
}

.ttl1--mono-bar>span::after {
  background-color: #fff;
}

.ttl1+* {
  margin-top: 3rem;
}

.ttl2 {
  border-bottom: .3rem solid #008bf2;
  padding-bottom: 1.5rem;
  font-weight: bold;
  font-size: 1.8rem;
}

.ttl-slash {
  font-size: 3rem;
  color: #008bf2;
  font-weight: bold;
  padding-left: 4.5rem;
  position: relative;
}

.ttl-slash::before,
.ttl-slash::after {
  content: "";
  position: absolute;
  width: .3rem;
  height: 3rem;
  transform: rotate(45deg);
  background-color: #ec8e00;
  top: 1.4rem;
}

.ttl-slash::before {
  left: 1rem;
}

.ttl-slash::after {
  left: 2rem;
}

.ttl-slash+* {
  margin-top: 5rem;
}

.ttl-dots {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 3.5rem;
  position: relative;
}

.ttl-dots::before,
.ttl-dots::after {
  content: "";
  position: absolute;
  background-color: #ec8e00;
}

.ttl-dots::before {
  left: 1rem;
  top: 1rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 10rem;
}

.ttl-dots::after {
  left: 0em;
  top: 2rem;
  width: .7rem;
  height: .7rem;
  border-radius: 10rem;
}

.ttl-dots+* {
  margin-top: 3rem;
}

.ttl-sub {
  font-size: 3rem;
  font-weight: bold;
  font-size: 2rem;
}

.ttl-sub+* {
  margin-top: 2rem;
}

.ttl-border {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 3rem;
  line-height: 1.4;
}

.ttl-border::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  left: 0;
  top: 0;
  background: #008bf2;
  background: linear-gradient(0deg, rgb(0, 139, 242) 0%, rgb(0, 139, 242) 50%, rgb(236, 142, 0) 50%, rgb(236, 142, 0) 100%);
}

.btn {
  border-radius: 10rem;
  text-align: center;
  width: 30rem;
  height: 4.5rem;
  background-color: #008bf2;
  color: #fff;
  font-weight: bold;
  display: block;
  padding-top: 1.5rem;
  position: relative;
}

.btn::after {
  content: "";
  position: absolute;
  font-family: "fontello";
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  font-size: 1rem;
}

.table-base {
  width: 100%;
}

.table-base th,
.table-base td {
  padding: 2rem 3rem;
  box-sizing: border-box;
}

.table-base th {
  background-color: #008bf2;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 20rem;
}

.table-base td {
  background-color: #f6fbff;
  width: calc(100% - 30rem);
}

.list-dots>li {
  position: relative;
  padding-left: 2rem;
}

.list-dots>li::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #008bf2;
  border-radius: 3rem;
  left: 0;
  top: 1rem;
}

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

@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }

  .sp-none {
    display: none;
  }

  .site-header__inner {
    width: 100%;
    flex-direction: column;
  }

  .site-header__logo a {
    display: block;
    width: 20rem;
    margin: 0 auto;
  }

  .footer-contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-contact__inner {
    margin-top: 3rem;
  }

  .footer-contact__list__set {
    flex-direction: column;
  }

  .footer-contact__list__set li {
    width: 100%;
  }

  .footer-area {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-size: 140%;
    background-position: center;
  }

  .footer-nav {
    padding: 2rem;
  }

  .footer-nav__set__list {
    flex-direction: column;
    gap: 0;
  }

  .footer-nav__set__list li {
    width: 100%;
  }

  .footer-nav__set__list li+li {
    border-top: .1rem solid #fff;
  }

  .footer-nav__set__list li a {
    align-items: flex-start;
    padding: 1.5rem;
  }

  .footer-copyright {
    padding-bottom: 9rem;
  }

  .under-page-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .under-page-header__en {
    font-size: 2.4rem;
  }

  .under-page-header__ja {
    font-size: 2.4rem;
    margin-top: 2rem;
  }

  .under-page-header__ja::before {
    top: -1rem;
    width: 4rem;
  }

  .kv {
    height: 40rem;
    min-height: 36rem;
    max-height: 45rem;
  }

  .kv__txt {
    font-size: 4rem;
  }

  .home-news__inner {
    flex-direction: column;
    position: relative;
  }

  .home-news__ttl {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
  }

  .home-news__list {
    width: 100%;
  }

  .home-news__list li a::after {
    right: 2rem;
  }

  .home-news__list li a .ttl {
    width: 21rem;
  }

  .main-contents .home-about {
    padding-top: 0;
  }

  .home-advantage__inner {
    flex-direction: column;
    gap: 1rem;
  }

  .home-advantage__thumb {
    width: 100%;
    margin-top: 2rem;
  }

  .home-advantage__txt {
    width: 100%;
  }

  .home-price__inner {
    flex-direction: column;
    gap: 1rem;
  }

  .home-price__thumb {
    width: 100%;
    margin-top: 2rem;
  }

  .home-payment__card {
    padding: 2rem;
    margin-top: 2rem;
  }

  .home-payment__card ul {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .home-payment__card ul li img {
    height: 2.5rem;
  }

  .home-news-latest__list li a {
    flex-wrap: wrap;
    padding: 2rem;
    gap: 1.2rem;
  }

  .home-news-latest__list li a .slug {
    width: 12rem;
  }

  .advantage-features__block {
    flex-direction: column;
    gap: 3rem;
  }

  .advantage-features__block--rev {
    flex-direction: column;
  }

  .advantage-features__thumb {
    width: 100%;
  }

  .advantage-features__txt {
    width: 100%;
  }

  .access-map__map iframe {
    height: 30rem;
  }

  .office-outline__block {
    flex-direction: column;
    gap: 1.5rem;
  }

  .office-outline__thumb {
    width: 100%;
  }

  .staff-page-loop-slider {
    margin-top: 4rem;
  }

  .staff-block {
    margin-top: 5rem;
  }

  .staff-block__inner {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }

  .staff-block__thumb {
    width: 100%;
  }

  .staff-block__txt {
    width: 100%;
  }

  .flow-block {
    gap: 2rem;
  }

  .flow-block+div {
    margin-top: 8rem;
  }

  .flow-block+div::before {
    top: -5rem;
    border-right: 10px solid rgba(0,0,0,0);
    border-left: 10px solid rgba(0,0,0,0);
    border-top: 20px solid #008bf2;
  }

  .flow-block {
    flex-direction: column;
  }

  .flow-block__thumb {
    width: 100%;
  }

  .flow-block__thumb .numb {
    font-size: 5rem;
  }

  .flow-block__txt {
    width: 100%;
  }

  .service-wrapper {
    margin-top: 5rem;
  }

  .service__block+div {
    margin-top: 6rem;
  }

  .service__block__inner {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }

  .service__block__thumb {
    width: 100%;
  }

  .service__block__txt {
    width: 100%;
  }

  .service__btn {
    margin: 3rem auto 0 auto;
  }

  .work-scene {
    margin-top: 4rem;
  }

  .work-scene__thumb {
    margin-top: 3rem;
  }

  .work-scene__conv-link {
    margin-top: 4rem;
  }

  .service-conv-btn {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .faq-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-block+div {
    margin-top: 3rem;
  }

  .faq-block__question {
    padding: 2rem 2rem 2rem 5rem;
    font-size: 1.4rem;
  }

  .faq-block__question::before {
    width: 3rem;
    height: 3rem;
    padding-top: .6rem;
    font-size: 1.4rem;
  }

  .faq-block__answer {
    padding: 2rem 2rem 2rem 5rem;
    font-size: 1.4rem;
  }

  .faq-block__answer::before {
    width: 3rem;
    height: 3rem;
    padding-top: .6rem;
    left: 0;
    font-size: 1.4rem;
  }

  .blog-container {
    padding: 2rem;
  }

  .blog-container__content {
    margin-top: 3rem;
  }

  .blog-header__date {
    font-size: 1.4rem;
  }

  .blog-arc__list {
    flex-direction: column;
  }

  .blog-arc__list__item {
    width: 100%;
  }

  .contact-conv-area {
    margin-top: 4rem;
    padding: 0;
  }

  .contact-conv-area__inner {
    flex-direction: column;
  }

  .contact-conv-area__block {
    width: 100%;
  }

  .contact-form-table {
    margin-top: 4rem;
  }

  .sec--lv1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sec-inner {
    width: 100%;
  }

  .price-guide {
    padding: 2rem;
  }

  .price-guide__txt {
    font-size: 1.4rem;
  }

  .ttl1 {
    font-size: 3rem;
  }

  .ttl1+* {
    margin-top: 2rem;
  }

  .ttl-slash {
    font-size: 2rem;
  }

  .ttl-slash::before,
  .ttl-slash::after {
    height: 2rem;
    top: 1rem;
  }

  .ttl-slash+* {
    margin-top: 2rem;
  }

  .ttl-dots {
    font-size: 1.8rem;
  }

  .ttl-dots+* {
    margin-top: 2rem;
  }

  .ttl-sub+* {
    margin-top: 1.5rem;
  }

  .table-base th {
    width: 100%;
    display: block;
  }

  .table-base td {
    width: 100%;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
