a,
button {
  border: 0;
  padding: 0;
}

a,
input,
select {
  background: 0 0;
  margin: 0;
}

a {
  color: currentColor;
  font: inherit;
  font-size: 100%;
  text-decoration: none !important;
  vertical-align: baseline;
}

a:hover {
  color: #5e5e5e;
  cursor: pointer;
}

html {
  font-size: 1em;
}

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

ol,
ul {
  list-style: none;
}

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

h2 {
  background: url(../images/h2line.png) center bottom no-repeat;
  color: #0087c8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 15px;
  text-align: center;
  width: 100%;
}

h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}

input,
select {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.wrapper {
  overflow: hidden;
}
.sp_dn {
  display: block;
}
.sp_db {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_dn {
    display: none;
  }
  .sp_db {
    display: block;
  }
}

/*ぱんくず*/

.c-breadcrumb {
  left: 50%;
  max-width: 71.25rem;
  padding: 1.1875rem 0;
  position: absolute;
  top: 103px;
  transform: translateX(-50%);
  width: 100%;
}

.c-breadcrumb span {
  color: #fff;
  font-size: 0.75rem;
  margin-right: 0.25rem;
}

.c-breadcrumb span:nth-child(even) {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 800;
}

.c-breadcrumb span a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.c-breadcrumb span a:hover {
  text-decoration: underline;
}

.c-breadcrumb a::after {
  color: #fff;
  content: ">";
  padding: 0 0.6em;
}

/*TOP*/

#top section {
  margin: 50px auto 100px;
}
@media only screen and (max-width: 768px) {
  #top section {
    margin: 25px auto 50px;
  }
}

.logo {
  width: 300px;
}

.nav-menu {
  font-size: 14px;
  margin-right: 15px;
}

.padkill {
  padding-left: 0;
  padding-right: 0;
}

.slider-wrap {
  margin: 0 auto;
  padding-top: 100px;
  /* width: 95%; */
}

.slider-nav img {
  width: 97%;
}

.variable-width img {
  width: 97%;
}

.kei-txt {
  background: linear-gradient(90deg, rgba(14, 0, 255, 1) 0%, rgba(0, 0, 176, 1) 0%, rgba(0, 212, 255, 1) 100%);
  font-size: 37px;
  padding: 20px;
  line-height: 50px;
  color: #fff;
}

.centering {
  margin: 0 auto 40px;
  width: 1080px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.numb {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.count {
  margin: 0 auto;
}

.smart-nav {
  background: #fff;
  position: fixed;
  text-align: center !important;
  width: 100% !important;
  z-index: 9999;
}
.sq1-n,
.sq2-n,
.sq3-n {
  width: calc((100% / 3) - 20px);
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.4);
}
.sq1-n p.centering_ttl,
.sq2-n p.centering_ttl,
.sq3-n p.centering_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #047ea6;
}
.centering ul li {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.sq2-n p span {
  display: block;
  font-size: 16px;
}
.sq1-n,
.sq2-n,
.sq3-n {
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}

.sq-img {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.smallh2 {
  font-size: 16px;
}

.ttl {
  text-align: center;
  height: 140px;
  padding-top: 40px;
}

.ttl-tsuyomi {
  background: url(../images/tsuyomi.png) center no-repeat;
  margin: 0;
}

#news {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #news {
    margin-top: 30px;
  }
}
.news {
  background: #e0f4ff;
  padding: 60px 0 60px 0;
}

.shop-sp {
  display: none;
}

/* .slick-arrow:before {
  content: "" !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.slick-next:before {
  background: url(../images/right.png) !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(../images/left.png) !important;
  background-size: contain !important;
} */




.top-arrow {
  bottom: 100px;
  position: fixed;
  right: 50px;
}

#floating_banner {
  display: none;
  bottom: 75px;
  position: fixed;
  left: 10px;
}

.float .float_close {
  position: relative;
}

.float .float_close .float_close_btm {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 15px;
  font-weight: bold;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

.float img {
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .float .float_close .float_close_btm {
    right: -5px;
    top: 0;
  }
  .float img {
    max-width: 160px;
    width: 100%;
  }
}

.video-container {
  height: auto;
  text-align: center;
}

footer {
  padding-bottom: 30px;
  padding-top: 60px;
}

.foot-nav ul {
  width: 100%;
}

.foot-nav ul li {
  display: inline-block;
  padding-bottom: 10px;
  text-align: center;
  width: 200px;
}

.foot-nav ul li::before {
  content: "\00BB" 1;
}

.price {
  background: #4e9dc6;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 2px 10px 2px 10px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .logo {
    width: 200px;
  }

  .nav-menu {
    font-size: 14px;
    margin-right: 0;
  }

  .c-breadcrumb {
    left: 27%;
    margin: inherit;
    top: 73px;
    width: 50%;
  }

  .slider-wrap {
    padding-top: 82px;
  }

  .blog-post {
    max-width: 80rem;
  }

  .blog-post__img {
    max-width: 200px;
    min-width: 200px;
  }

  .qa1-ph {
    display: inline-block;
    vertical-align: top;
    width: 33%;
  }

  .qa1-ph img {
    margin-right: 20px;
  }

  .qa2-ph img {
    margin-right: 20px;
  }

  .l-page-header {
    margin-bottom: 80px;
    top: 73px;
    width: 100%;
  }

  .cc2 {
    margin-top: 50px;
  }

  .pph {
    padding-top: 40px;
  }

  .sec-house {
    background: #eaeaea;
    margin-top: 40px;
  }

  .house {
    display: inline-block;
    margin-top: -30px;
  }

  .tit-house {
    color: #418fb1;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .txt-house {
    display: inline-block;
    width: 58%;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 30px;
    line-height: 30px;
  }
}

/* -------------
common 
------------- */
a {
  cursor: pointer;
}

/* flex */
.flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-row-s {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.between {
  justify-content: space-between;
}
.center {
  justify-content: center;
}

/* inner */
.inner {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1020px) {
  .inner {
    width: 90%;
  }
}

/* 強み */
#tuyomi .list {
  margin-top: 30px;
}

#tuyomi .flex-row {
  align-items: stretch;
}

#tuyomi .bg_tuyomi {
  padding-block: 30px;
  background-color: #e6fafd;
}

#tuyomi .item {
  background-color: #fff;
  width: calc((100% / 3) - 20px);
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

#tuyomi .item img {
  margin-bottom: 20px;
}

#tuyomi .item h3 {
  margin-bottom: 30px;
  font-weight: bold;
}
#tuyomi .item p {
  font-family: "Noto Sans JP", sans-serif;
}
#tuyomi .bg_red {
  font-weight: 400;
  color: #fff;
  background-color: #e00000;
  padding: 2px 6px;
}

@media screen and (max-width: 768px) {
  #tuyomi .item {
    width: 49%;
    padding: 16px 8px;
    margin-bottom: 8px;
  }

  #tuyomi .item h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #tuyomi .item img {
    width: 40%;
  }

  #tuyomi .item p {
    font-size: 14px;
  }
}

/* 人気のメニュー */
.ttl-ninkimenu {
  background: url(../images/popularMenu.png) center no-repeat;
}

#ninkimenu .list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #ninkimenu .list {
    margin-top: 20px;
  }
}

#ninkimenu .list a {
  display: contents;
}

#ninkimenu .item {
  position: relative;
  max-width: 100%;
  width: calc((100% / 3) - 20px);
  background-color: #bfe9eb;
  padding: 30px 15px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.4);
}
#ninkimenu .item img {
  border-radius: 10px;
}

#ninkimenu .item.bg-light {
  background-color: #e6fafd;
}

#ninkimenu .item .txt {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
}

#ninkimenu .item .flex_row {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
}
#ninkimenu .item img {
  width: 100px;
}

#ninkimenu .item .price {
  background-color: inherit;
  color: #000;
  width: 200px;
  font-size: 16px;
}

#ninkimenu .menu-number {
  background-color: #047ea6;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 50%;
}

#ninkimenu .menu-number p {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #ninkimenu .item {
    width: 100%;
    margin-top: 20px;
  }
  #ninkimenu .menu-number {
    top: -24px;
    left: -10px;
  }
}

/* プロモーション */
.ttl-promotion {
  background: url(../images/promotion.png) center no-repeat;
}

/* お知らせ */
.ttl-news {
  background: url(../images/news.png) center no-repeat;
}

#news .list {
  background-color: #e5e5e5;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 1px;
  margin-top: 50px;
  margin-bottom: 10px;
}

#news .item {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

#news .item .date {
  margin-bottom: 10px;
}

#news .item.border-none {
  border-bottom: none;
}

#news .item .category {
  background-color: #047ea6;
  color: #fff;
  padding: 2px 30px;
  margin-right: 5px;
}

#news .item .date span {
  font-style: 12px;
}

#news .news-ttl {
  margin-bottom: 15px;
}

#news .sub-txt,
#mametishiki .sub-txt {
  display: block;
  text-align: right;
  color: #047ea6;
  font-weight: bold;
  margin-bottom: 30px;
}

/* links */
#news .links {
  margin-top: 20px;
}
#news .links .link {
  box-shadow: 0 0px 13px -3px rgb(0 0 0 / 35%);
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 0 15px;
  width: 30%;
  margin-bottom: 20px;
  margin-right: 20px;
}

#news .links .link a {
  display: contents;
}

#news .links .link .txt {
  padding: 20px 0;
  padding-left: 20px;
  position: relative;
  font-weight: bold;
}

#news .links .link .txt::before {
  content: ">";
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 0;
  color: #047ea6;
}

#news .links .link .txt.ptnone {
  padding: 0;
  padding-left: 20px;
}

#news .links .link .txt.ptnone::before {
  top: 5px;
}

#news .links .link .icon {
  text-align: right;
  padding: 10px 0;
  width: 20%;
}

@media screen and (max-width: 768px) {
  #news .links .link {
    width: 100%;
    margin-right: 0;
  }

  /* #news .links .link .txt.ptnone::before {
		top: -8px;
	}
	.sp_dn {
		display: none;
	} */
}

/* 知って得する豆知識 */
.ttl-blog {
  background: url(../images/blog.png) center no-repeat;
}

#mametishiki .list {
  background-color: #e5e5e5;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 1px;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #mametishiki .list {
    margin-top: 20px;
  }
}

#mametishiki .item {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

#mametishiki .item.border-none {
  border-bottom: none;
}

#mametishiki .item .category {
  background-color: #047ea6;
  color: #fff;
  padding: 2px 30px;
  margin-right: 5px;
}

#mametishiki .item .date span {
  font-style: 12px;
}

#mametishiki .mametishiki-ttl {
  margin-bottom: 15px;
}

#mametishiki .link {
  border: 1px solid #047ea6;
}

#mametishiki .link img {
  width: 100%;
}

/* 派遣マップ */
.ttl-map {
  background: url(../images/map.png) center no-repeat;
}

#map .content {
  position: relative;
  margin-top: 50px;
}

#map .content img {
  width: 70%;
}

#map .content .list .flex-row {
  margin-bottom: 40px;
}

#map .content .list .boxs {
  width: 44px;
  height: 36px;
  margin-right: 5px;
}
#map .content p {
  position: absolute;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  background-color: #f27100;
  width: fit-content;
  padding: 0 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
}
@media screen and (max-width: 768px) {
  #map .content p {
    font-size: 28px;
    width: 100%;
  }
}

.box-blue {
  background-color: #6dc3f1;
}

.box-yellow {
  background-color: #fff887;
}

.box-pink {
  background-color: #ec89b5;
}

#map .content .list .flex-row p {
  font-size: 16px;
  font-weight: bold;
}

.contact_banner {
  margin: 50px auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #map .content .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #map .content img {
    width: 100%;
    margin-bottom: 30px;
  }

  #map .content .list .boxs {
    width: 34px;
    height: 30px;
    margin-right: 5px;
  }

  #map .content .list .flex-row p {
    font-size: 12px;
  }

  .contact_banner {
    margin: 0;
  }

  #map .contact_banner img {
    margin-top: 0;
  }
}

/* 会社概要 */
.ttl-company {
  background: url(../images/company.png) center no-repeat;
}
#gaiyou {
  margin-bottom: 40px;
}
#gaiyou .table {
  margin-top: 50px;
}

#gaiyou .table dl {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

#gaiyou .table dt {
  width: 40%;
  float: left;
}

#gaiyou .table dd {
  width: 60%;
  margin-left: auto;
  margin-bottom: 0 !important;
}

#gaiyou .table dd a {
  text-decoration: underline !important;
  color: #0086c7;
}

.btn {
  display: block;
}

.btn a {
  color: #ffffff;
  background-color: #047ea6;
  padding: 5px 10px;
  margin: 0 auto;
  width: 64px;
}

/* アイコン */
#icons {
  margin-top: 50px;
}

#icons .between {
  justify-content: center;
}

#icons .icon {
  width: 5%;
  margin-right: 15px;
}

#icons .icon:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #icons .icon {
    width: 19%;
    margin-right: 0;
  }

  #icons .between {
    justify-content: space-between;
  }
}

/* contact-fixed */
.contact-fixed {
  position: fixed;
  bottom: 0;
  display: none;
}

.header_tel,
.header_line {
  display: none;
}

@media screen and (max-width: 768px) {
  h1 {
    width: 200px;
  }
  .contact-fixed {
    display: block;
    width: 100%;
  }

  .contact-fixed .tel {
    width: 33.333%;
  }

  .contact-fixed .line {
    width: 33.333%;
  }

  .contact-fixed .mail {
    width: 33.333%;
  }

  .btm_contact {
    position: relative;
    width: 100%;
    height: 64px;
    text-align: center;
    padding: 6px;
    background-color: #0087c8;
  }

  .btm_contact a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin-left: 40px;
  }

  .btm_contact span {
    display: block;
    font-size: 16px;
    color: #fff;
  }

  .btm_contact::after {
    content: "";
    /*何も入れない*/
    display: inline-block;
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../images/question-icon.png);
    background-size: contain;
    vertical-align: middle;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translateY(-50%);
  }

  .header_tel {
    display: block;
    border: 1px solid #0087c8;
    padding: 3px;
    border-radius: 5px;
  }

  .header_line {
    display: block;
  }

  .header_tel a,
  .header_line a {
    display: block;
  }

  .header_line img {
    border-radius: 5px;
  }

  .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }
}

/* クリックボタン */
.sq1-n {
  position: relative;
}

.sq2-n {
  position: relative;
}

.sq3-n {
  position: relative;
}

.click-btn-bg {
  /* background-color: #0087c8; */
  background-image: url(../images/bg-btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 15px 30px;
  padding-left: 25px;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  right: -10px;
  cursor: pointer;
}

.click-btn {
  width: 50px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: 0.3s;
}

.click-btn-bg:hover .click-btn {
  transform: translateX(15px) skew(45deg);
}

.click-btn-bg2:hover .click-btn {
  transform: translateX(15px) skew(45deg);
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.staff_list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .staff_list {
    margin-top: 40px;
  }
}
.staff_list .flex_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.slider-staff {
  width: 390px;
  margin: 0 30px;
}

.staff {
  background-color: #e1f1f4;
  border-radius: 10px;
  padding: 20px;
  margin: 0 10px;
  max-width: 300px;
}

.img_staff {
  width: 100%;
  height: auto;
}
.img_staff img {
  width: 100%;
  height: auto;
}
.staff_prof {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .slider-staff {
    width: 100%;
    margin: 0 20px;
  }
  .staff {
    padding: 10px;
    margin: 10px;
    width: 100%;
    max-width: 240px;
  }
}

.promise h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  background-color: #047ea6;
  width: fit-content;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 4px 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-inline: auto;
}

.promise ol {
  margin-left: 20px;
  list-style-type: decimal;
}
.promise ol li {
  padding: 8px 0;
  font-size: 20px;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .promise {
    margin-top: 20px;
  }
  .promise h3 {
    font-size: 18px;
    font-weight: 400;
    margin-inline: auto;
    margin-bottom: 10px;
    padding: 4px 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .promise ol {
    margin-left: 20px;
  }
  .promise ol li {
    padding: 4px 0;
    font-size: 16px;
    margin: 0;
  }
}
#about {
  position: relative;
  background-image: url(../images/bg_about.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  width: 100%;
  margin: 50px auto;
}
#about .inner {
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-block: 140px;
  position: relative;
}
#about h2 {
  font-size: 60px;
  text-align: left;
  background-image: none;
  width: fit-content;
}
#about h2 span {
  display: block;
  font-size: 18px;
}
.bg_about {
  position: absolute;
  background-image: url(../images/bg_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 25%;
  width: 100%;
  top: 0;
  opacity: 0.7;
  left: 11%;
  /* z-index: -1; */
}
#about p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #about {
    width: 100%;
    margin: 25px auto;
  }
  #about .inner {
    padding-block: 10px;
  }
  #about h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  #about h2 span {
    font-size: 14px;
  }
  #about p {
    font-size: 16px;
  }
  .bg_about {
    display: none;
  }
}

#concept {
  margin: 50px auto;
}
#concept .bg_concept {
  position: relative;
  background-image: url(../images/bg_concept.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  padding-top: 25%;
  width: 1080px;
  margin: 0 auto;
  min-height: 475px;
}

#concept .ttl-house {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  background-color: #047ea6;
  width: fit-content;
  padding: 0 10px;
}
#concept .txt {
  position: absolute;
  left: 0;
  top: 0;
  /* transform: translateY(-50%); */
  /* padding-left: 20px; */
  width: 100%;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
#concept h2 {
  font-size: 60px;
  text-align: left;
  margin-bottom: 60px;
  background-image: none;
  width: fit-content;
}

#concept h2 span {
  display: block;
  font-size: 18px;
}

#concept .txt h3 {
  color: #047ea6;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

#concept .concept_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.05em;
  width: 1080px;
  margin: 30px auto 0;
  /* padding: 0 20px; */
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #concept {
    margin: 0 auto -20px;
  }
  #concept .bg_concept {
    width: 100%;
    padding: 20px 0 0;
    min-height: 180px;
  }
  #concept .inner {
    position: relative;
    padding: 0;
  }
  #concept h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  #concept h2 span {
    font-size: 14px;
  }
  #concept p {
    font-size: 14px;
  }
  #concept .txt div {
    margin-bottom: 20px;
    width: 220px;
  }
  #concept .txt h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-top: 44px;
  }
  #concept .ttl-house {
    font-size: 18px;
  }

  #concept .txt {
    width: 100%;
    margin-left: 0;
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding-left: 0;
  }
  #concept .concept_txt {
    margin-top: 60px;
    width: 100%;
    background-image: url(../images/bg_logo.png);
    background-repeat: no-repeat;
    background-position: top 30px right -50px;
    background-size: contain;
    opacity: 0.7;
    font-size: 16px;
    padding: 0 20px;
  }
}

.contact {
  padding: 50px 0;
}

.contact .contact_subttl {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

.contact form {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .contact form {
    width: 90%;
  }
}

.contact form dl {
  width: 100%;
  margin: 0 auto 20px;
}

.contact form dl dt {
  width: 32%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

@media (max-width: 768px) {
  .contact form dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact form dl dd {
  width: 68%;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .contact form dl dd {
    width: 95%;
  }
}

.contact form dl dd input,
.contact form dl dd textarea {
  width: 100%;
  padding: 10px;
  border: 0.3px solid #565656;
}

.contact form dl span {
  padding: 5px;
  color: #fff;
  margin-right: 10px;
}

.contact form dl span.required {
  background-color: #d37880;
}

.contact form dl span.optional {
  background-color: #686465;
}

.contact form dl span.error_blank {
  color: red;
  display: block;
}

.contact form #form_submit_button {
  background-color: #4e9dc6;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  display: block;
  padding: 5px 0;
  border: none;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #4e9dc6;
}

.contact form label {
  display: block;
  position: relative;
  padding-left: 3em;
}

.contact form label input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 10%;
}

.contact form p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

.text_box {
  height: 200px;
  overflow: scroll;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 30px;
}

.contact form h4 {
  text-align: center;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

.contact form i {
  font-style: normal;
}

.thanks_inner {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.thanks_desc {
  margin: 30px 0;
}

.thanks_desc a {
  display: block;
  margin: 30px auto;
  width: 110px;
  padding: 5px;
  background-color: #4e9dc6;
  color: #fff;
}

.thanks_desc ul {
  font-size: 14px;
}

@media (max-width: 768px) {
  .thanks_inner {
    margin: 60px auto;
    width: 90%;
  }
}

::placeholder {
  color: #eee;
}

/*以下中ページ*/
.box {
  background: url(../images/linebg.png) no-repeat;
  margin-bottom: 60px;
  margin-top: 60px;
}

.sec2 {
  padding: 5px 0;
}

.anka {
  background: #edf6fb;
  color: #000;
  font-size: 16px;
  padding: 5px 0;
}

.anchor {
  display: block;
  height: 109px;
  margin-top: -109px;
  visibility: hidden;
}
.akaibu {
  font-size: 18px;
}

.txt-p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0;
}
.card {
  font-family: "Noto Sans JP", sans-serif;
  background: #f3fbff;
}

.qa1,
.qa2 {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
}

.qa1 h2,
.qa2 h2 {
  background: linear-gradient(180deg, rgba(145, 212, 255, 1) 37%, rgba(15, 143, 207, 1) 91%);
  background: rgb(145, 212, 255);
  color: #fff;
  padding: 7px 0 10px 10px;
  text-align: left;
}

.qa1-ph-t {
  display: inline-block;
  vertical-align: top;
  width: 0%;
}

.qa1-ph-t img {
  margin-right: 20px;
}

.qa1-ph,
.qa2-ph {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

.qa1-ph img,
.qa2-ph img {
  margin-right: 20px;
}

.qa1-txt,
.qa2-txt {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  width: 59%;
}

.qa1-txt h3,
.qa2-txt h3 {
  color: #0087c8;
  font-size: 16px;
  margin-bottom: 5px;
}

.qa1-txt p,
.qa2-txt p {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
.qp {
  width: 87%;
}

/* .q-color {
  background: #e0f4ff url(../images/q.png) no-repeat;
} */

.comp1 {
  display: inline-block;
  vertical-align: top;
  width: 19%;
}

.comp2 {
  border-bottom: #fff 1px dotted;
  display: inline-block;
  margin-bottom: 10px;
  width: 80%;
}

.president-txt {
  font-size: 14px;
}

.l-page-header {
  height: 14.5rem;
  margin-bottom: 160px;
  overflow: hidden;
  position: relative;
  top: 100px;
  width: 100%;
}

.l-page-header:after {
  background: rgba(30, 114, 158, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-page-header.is-tiny {
  height: 4.0625rem;
}

.l-page-header.is-tiny .l-page-header__inner {
  display: none;
}

.l-page-header__image {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.l-page-header__image img {
  height: auto;
  left: 50%;
  min-height: 14.5rem;
  min-width: 120rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.l-page-header__inner {
  color: #fff;
  left: 0;
  padding: 0 1rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99;
}

.l-page-header__title {
  background: none;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.4375;
  margin: 0;
}

.corp {
  border: #000 1px solid;
  height: 560px;
  margin-right: 19px;
  padding: 30px;
  width: 100%;
}

.corp h3 {
  background: #024164;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px;
}

.corp-b {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}

.corp-p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 7px;
}
/*お客様の声*/
.but-cen {
  text-align: center;
  width: 100%;
}

.but-a {
  border: #ccc 1px solid;
  box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.17);
  color: #32678e;
  display: inline-block;
  height: 175px;
  margin-left: 10px;
  padding: 5px;
  vertical-align: top;
  -webkit-box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.17);
  width: 150px;
}

.but-b {
  border: #ccc 1px solid;
  box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.17);
  color: #32678e;
  display: inline-block;
  height: 175px;
  margin-right: 10px;
  padding: 5px;
  vertical-align: top;
  -webkit-box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.17);
  width: 150px;
}

.bu1 {
  border-bottom: #ccc 1px solid;
  padding: 20px;
  text-align: center;
}

.but-a p {
  margin-bottom: 0;
}

.bu2 {
  border-bottom: #ccc 1px solid;
  padding: 20px;
  text-align: center;
}

.but-b p {
  margin-bottom: 0;
}

.test-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.test-grid-ch {
  display: flex;
}

.tml {
  border: #ccc 1px solid;
  margin-right: 19px;
  padding: 30px;
  width: 100%;
}

.tml h3 {
  background: #67a3c8;
  color: #fff;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 20px;
  padding: 6px 8px;
  text-align: center;
}

.tml-b {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}

.tml-p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 16px;
  line-height: 24px;
  margin-top: 7px;
}

.news-type {
  background: #1b5e84;
  color: #fff !important;
  display: inline !important;
  font-size: 14px !important;
  padding: 5px 5px;
  text-align: center;
}

.event-type {
  background: #a5aa30;
  color: #fff !important;
  display: inline !important;
  font-size: 14px !important;
  padding: 5px 5px;
  text-align: center;
}

.xx {
  width: 100%;
}

.blog-post {
  align-items: normal;
  background-color: #fff;
  border: #e8e8e8 1px solid;
  border-radius: 0.8rem;
  box-shadow: 0 1rem 1rem rgba(193, 193, 193, 0.2);
  display: flex;
  max-width: 98rem;
  padding: 20px;
  width: 100%;
}

.blog-post__img {
  height: 200px;
  max-width: 200px;
  min-width: 200px;
  position: relative;
}

.blog-post__img img {
  border-radius: 0.8rem;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-post__info {
  padding-left: 20px;
}

.blog-post__date span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  margin: 0.5rem 0;
}

.blog-post__title {
  background: none;
  color: #4facfe;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  margin: 10px 0 10px;
  padding-bottom: 0;
  text-align: left;
  text-transform: uppercase;
}

.blog-post__text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  margin-bottom: 2rem;
}

.blog-post__cta {
  background: #2f86b5;
  border-radius: 0.8rem;
  color: #fff;
  float: right;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post__cta:hover {
  background-image: linear-gradient(to right, #00f2fe 0%, #4facfe 100%);
}

.bg-g {
  background: #f2f8fb;
  padding-bottom: 60px;
  padding-top: 60px;
}

.goth {
  margin-bottom: 20px;
  flex-basis: 40%;
}

.right_price {
  flex-basis: 55%;
}
@media only screen and (max-width: 992px) {
  .right_price {
    flex-basis: 100%;
  }
  .goth {
    flex-basis: 100%;
  }
}

.icons {
  text-align: center;
}

.icon-s {
  display: inline-block;
  padding: 10px;
}

.icon-s img {
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.15);
  height: auto;
  -webkit-box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.15);
  width: 155px;
}

.titserv {
  border-left: #0086c7 7px solid;
  font-weight: 700;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  margin-bottom: 10px;
}

.panel_w {
  width: 96%;
  margin: 0 auto;
}

.standard_menu {
  position: relative;
  flex-basis: 60%;
  text-align: center;
  padding: 40px 0;
}

.cnt_menu {
  width: 100%;
}

.ttl_standard {
  font-size: 28px;
  font-weight: bold;
  color: #0086c7;
}

.standard_price {
  font-size: 18px;
  font-weight: bold;
}

.standard_price span {
  font-size: 22px;
}

.op_menu_list {
  flex-basis: 40%;
  z-index: 0;
}

.op_menu_list ul li {
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  text-align: center;
}

.op_menu_list ul li:nth-child(odd) {
  background-color: #e8e8e8;
}

.ttl_op {
  font-weight: bold;
}

.op_menu span {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 992px) {
  .standard_menu {
    padding: 30px 0;
  }

  .standard_menu,
  .op_menu_list {
    flex-basis: 100%;
    text-align: center;
  }

  .ttl_standard {
    font-size: 24px;
  }

  .op_menu_list ul li {
    padding: 10px 20px;
    height: auto;
    line-height: inherit;
  }

  .op_menu_list ul li:nth-of-type(1) {
    border: 1px solid #333;
  }
  .op_menu span {
    padding: 0;
    display: block;
  }
}
.bg-x {
  background: #c6c6c6;
  padding: 5px;
}

.bg-t1 {
  background: #f4f4f4;
  padding: 7px;
}

.bg-t2 {
  background: #eaeaea;
  padding: 7px;
}

.lhprice {
  font-weight: 300;
  padding: 10px 20px;
}

.round {
  background: #4e9dc6;
  border-radius: 25px;
  color: #fff;
  font-weight: 400 !important;
  padding-left: 20px !important;
}

.accordion {
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 100;
  outline: none;
  padding: 0 20px;
  text-align: left;
  transition: 0.4s;
  width: 100%;
  line-height: 53px;
}

.accordion:after {
  color: #fff !important;
  content: "＋";
  float: right;
  font-size: 22px;
  margin-left: 5px;
  width: 30px;
}

.active:after {
  content: "−";
}

.oisogi {
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 100;
  outline: none;
  padding: 0 20px;
  text-align: left;
  transition: 0.4s;
  width: 100%;
  line-height: 53px;
}
.panel {
  background-color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 20px;
}

.comp1 {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 10px;
  vertical-align: top;
  width: 15%;
}

.comp2 {
  display: inline-block;
  padding-bottom: 10px;
  width: 84%;
}

.ad1 {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}

.ad2 {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}

.tele {
  display: inline-block;
  width: 15%;
}

.tele2 {
  display: inline-block;
  width: 80%;
}

.price_block_title {
  font-size: 2rem;
}

.tax {
  font-size: 0.5rem;
  text-align: right;
}

table {
  border-collapse: collapse;
  margin-bottom: 0%;
  width: 100%;
}

.price_block {
  margin-bottom: 6%;
}

.price_block th {
  background-color: #aaa8a8;
  color: #fff;
  width: calc(100% / 2);
}

#aicon_bnr th {
  width: inherit;
}

.price_block th,
.price_block td {
  border: solid 1px #707070;
  padding: 10px 0;
  text-align: center;
}

.comp-info {
  background: #61acdd;
  border: #d5e1e8 1px solid;
  box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.1);
  color: #fff;
  margin: 0 auto;
  -moz-box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.1);
  padding: 40px;
  -webkit-box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.comp-info a {
  color: #fff !important;
}

.cr {
  font-size: 0.6em;
  line-height: 14px;
  margin-bottom: 20px;
}
.centering-faq {
  margin: 0 auto 40px;
  width: 912px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .centering-faq {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .cc2 {
    margin-top: 0;
  }

  .nav-menu {
    border-bottom: #d7d7d7 1px solid;
    font-size: 16px;
    text-align: center;
  }

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

  .numb {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 50px;
    font-weight: 800;
  }

  .count {
    margin-top: 40px;
  }

  .pph {
    padding-top: 40px;
  }

  .sec-house {
    background: #eaeaea;
    margin-top: 40px;
  }

  .house {
    display: inline-block;
    margin-top: -30px;
  }

  .tit-house {
    color: #418fb1;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .txt-house {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 30px;
    line-height: 30px;
  }

  .sq1-n {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    /*		width: 31%;*/
    width: 48%;
  }

  .sq2-n {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    /*		width: 31%;*/
    width: 48%;
  }

  .sq3-n {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    /*		width: 31%;*/
    width: 48%;
  }

  .sq-img {
    display: block;
    margin-bottom: 10px;
  }
  .news {
    background: #e0f4ff;
    padding: 60px 0 60px 0;
  }

  .box {
    background: url(../images/linebg-sp.png) no-repeat;
    margin: 0 auto;
    margin-top: 60px;
    width: 593px;
  }

  .qp {
    width: 90%;
  }

  /* .q-color {
    background: #e0f4ff url(../images/q.png) -30px 0 no-repeat;
    background-size: contain;
  } */

  .plusqa {
    display: block;
    height: 62px;
    padding-left: 100px;
    text-align: left;
    width: 100%;
  }

  .comp-w {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
  }

  .l-page-header {
    height: 8.5rem;
  }

  .c-breadcrumb {
    left: inherit;
    max-width: 71.25rem;
    padding: 0 0 0 10px;
    position: inherit;
    top: 80px;
    transform: inherit;
    width: 100%;
  }

  .c-breadcrumb span {
    color: #000;
    font-size: 0.75rem;
    margin-right: 0.25rem;
  }

  .c-breadcrumb span a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
  }

  .c-breadcrumb a::after {
    color: #000;
    content: ">";
    padding: 0 0.6em;
  }

  .comp-info {
    background: #61acdd;
    padding: 20px;
  }

  .comp1 {
    width: 22%;
  }

  .comp2 {
    width: 77%;
  }

  .ad1,
  .ad2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .tele {
    display: inline-block;
    width: 22%;
  }

  .tele2 {
    display: inline-block;
    width: 64%;
  }

  .tml {
    border: #ccc 1px solid;
    margin-right: 19px;
    padding: 20px;
    width: 100%;
  }

  .tml img {
    width: 100%;
  }

  .tml h3 {
    background: #67a3c8;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
  }

  .tml-b {
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
  }

  .tml-p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 16px;
    line-height: 24px;
    margin-top: 7px;
  }

  .blog-post {
    max-width: 70rem;
  }

  .qa1-ph img,
  .qa2-ph img {
    width: 90%;
    margin-right: 20px;
  }

  .qa2-ph {
    width: 0%;
  }

  .br-del {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .card-body {
    color: #000;
    font-weight: 300 !important;
  }

  .top-arrow {
    bottom: 70px;
    position: fixed;
    right: 30px;
  }

  .hide {
    display: none;
  }

  .shop-sp {
    display: block;
  }

  .kei-txt {
    font-size: 20px;
    line-height: 30px;
    padding: 15px;
  }

  .centering {
    margin: 0 auto;
    width: 100%;
  }

  .numb {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 800;
  }

  .count {
    margin-top: 0;
    width: 90%;
  }

  .sq1-sp {
    display: inline-block !important;
    margin-right: 10px;
    width: 29%;
  }

  .sq1-n,
  .sq2-n,
  .sq3-n {
    width: 100%;
    margin: 20px;
  }
  .sq2-sp {
    display: inline-block !important;
    margin-right: 10px;
    width: 29%;
  }

  .sq3-sp {
    display: inline-block !important;
    width: 29%;
  }

  .sq1-sp p,
  .sq2-sp p,
  .sq3-sp p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .sq-img {
    display: block;
    margin-bottom: 10px;
  }

  .sq-p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
  }

  .sq-b {
    margin-top: 12px;
  }

  .news {
    background: #e0f4ff;
    padding: 60px 0 60px 0;
  }

  .box {
    background: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-top: 20px;
    width: 90%;
  }

  .icon-s {
    display: inline-block;
    padding: 5px;
  }

  .icon-s img {
    box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.15);
    height: auto;
    -webkit-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.15);
    width: 80px;
  }

  .set {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
  }

  .accordion .year {
    color: #4e9dc6;
  }

  .accordion .month a {
    color: #4e9dc6;
  }

  /* .active,
  .accordion:hover {
    background-color: #0086c7;
  } */

  .accordion:after {
    color: #fff !important;
    content: "＋";
    float: right;
    font-size: 22px;
    margin-left: 5px;
    width: 20px;
  }

  .active:after {
    content: "−";
  }

  .panel {
    background-color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .lhprice {
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
  }

  .qa1 {
    display: inline-block;
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }

  .qa1 h2 {
    background: linear-gradient(180deg, rgba(145, 212, 255, 1) 37%, rgba(15, 143, 207, 1) 91%);
    background: rgb(145, 212, 255);
    color: #fff;
    padding: 7px 0 10px 10px;
    text-align: left;
  }

  .plusqa {
    display: block;
    height: auto;
    padding-left: 50px;
    padding-right: 10px;
    text-align: left;
    width: 100%;
  }

  .president {
    margin-bottom: 20px;
    text-align: center;
    width: 70%;
  }

  .president img {
    width: 70%;
  }

  .qa1-ph {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .qa1-txt {
    width: 100%;
  }

  .qa2 {
    margin-left: 0;
    margin-top: 20px;
  }

  .qa2-ph {
    width: 100%;
  }

  .qa2-txt {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
  }

  .qa2-txt h3 {
    color: #0087c8;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .qa2-txt p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
  }

  .corp {
    padding: 20px;
  }

  .corp h3 {
    font-size: 20px;
  }

  .comp-w {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
  }

  .comp1 {
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }

  .comp2 {
    border-bottom: #fff 1px dotted;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }

  .comptxt {
    margin: 0 0 40px 0;
  }

  .mailtxt {
    font-size: 12px;
  }

  .top-arrow img {
    width: 20px;
  }

  .but-cen {
    text-align: center;
    width: 100%;
  }

  .but-a {
    box-shadow: none;
    margin-left: 0;
    -webkit-box-shadow: none;
  }

  .but-b {
    box-shadow: none;
    margin-right: 0;
    -webkit-box-shadow: none;
  }

  .tml {
    padding: 10px;
  }

  .comp1 {
    display: inline-block;
    font-weight: bold;
    padding-bottom: 0;
    vertical-align: top;
    width: 100%;
  }

  .comp2 {
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
  }

  .ad1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .ad2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .tele {
    display: inline-block;
    width: 39%;
  }

  .tele2 {
    display: inline-block;
    width: 51%;
  }

  .qa1-ph {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }

  .qa2-ph {
    text-align: center;
  }

  .call {
    display: inline-block;
    width: 33.8%;
  }

  .line {
    display: inline-block;
    width: 33%;
  }

  .line2 {
    display: inline-block;
    vertical-align: top;
    width: 33.2%;
  }

  .call img {
    width: 100%;
  }

  .line img {
    width: 100%;
  }

  .line2 img {
    width: 100%;
  }

  .smartbut {
    display: block;
  }

  .smartbut {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }

  footer {
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .cr {
    font-size: 0.6em;
    line-height: 14px;
    margin-bottom: 90px;
  }
  .foot-nav ul li {
    padding-bottom: 20px;
    width: 100%;
  }
}
