@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Kaku Gothic New */
/* Noto Sans Japanese */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01 {
  padding-top: 30px;
}
.com-ttl01-sub {
  white-space: nowrap;
}

.com-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-tel {
  text-align: center;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.com-table01 th::before {
  height: 17px;
  top: 19px;
}
.com-table01 td {
  display: block;
  padding: 15px 15px;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news {
  position: unset;
}
#top-news .container {
  width: 100%;
  position: relative;
  display: block;
  padding: 50px 15px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .ttl-sub {
  transform: translateX(-50%);
  left: 50%;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  display: block;
}
#top-news .com-tag-list {
  margin-top: 10px;
}
#top-news .btn {
  transform: translateX(-50%);
  left: 50%;
}

/* =========================================
    top  sp
    top-prevent
========================================= */
#top-prevent .bg::after {
  width: 175px;
  height: 110px;
  bottom: -85px;
}
#top-prevent .list {
  display: block;
  margin-top: 35px;
}
#top-prevent .list-item {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
#top-prevent .list-item:nth-of-type(n + 2) {
  margin: 35px auto 0;
}
#top-prevent .list-ico img {
  width: 180px;
}
#top-prevent .btm-txt {
  text-align: left;
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg::before {
  height: 120px;
}
#top-service .inner {
  padding: 125px 15px 50px;
}
#top-service .wrap {
  margin-top: 35px;
}
#top-service .wrap-box {
  padding: 15px 15px 50px;
}
#top-service .wrap-box:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-service .img {
  position: unset;
  border-radius: 15px;
}
#top-service .box {
  max-width: 100%;
  margin-top: 15px;
}
#top-service .box-ttl {
  margin-top: 15px;
}
#top-service .box-en {
  margin-top: 10px;
}
#top-service .box-target {
  margin-top: 20px;
  padding: 4px 0 4px 35px;
  background: url(/img/top/service-ico.png) no-repeat left center/30px;
}
#top-service .list {
  display: block;
  margin-top: 45px;
}
#top-service .list-item {
  max-width: 100%;
}
#top-service .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-service .btn {
  width: 290px;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-staff
========================================= */
#top-staff .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 20px;
  margin-top: 35px;
  padding: 20px 20px 35px;
}
#top-staff .wrap-txt {
  margin-top: 20px;
}
#top-staff .img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 15px;
}
#top-staff .btn {
  width: 280px;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-bnr
========================================= */
#top-bnr .container {
  display: block;
}
#top-bnr .link {
  display: block;
  max-width: 100%;
  text-align: center;
  padding: 25px 15px 25px;
}
#top-bnr .link:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-bnr .link::after {
  width: 15px;
  height: 25px;
  right: 15px;
}
#top-bnr .link-ico {
  display: block;
  width: 60px;
  margin: 0 auto;
}
#top-bnr .link-box {
  margin-top: 15px;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-service
========================================= */
#sub-service01 .wrap,
#sub-service02 .wrap,
#sub-service03 .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 35px;
  gap: 20px;
}
#sub-service01 .wrap-box,
#sub-service02 .wrap-box,
#sub-service03 .wrap-box {
  padding-top: 0;
}
#sub-service01 .wrap-target,
#sub-service02 .wrap-target,
#sub-service03 .wrap-target {
  padding: 4px 0 4px 35px;
  background: url(/img/top/service-ico.png) no-repeat left center/30px;
}
#sub-service01 .wrap-txt,
#sub-service02 .wrap-txt,
#sub-service03 .wrap-txt {
  margin-top: 15px;
}
#sub-service01 .phase,
#sub-service02 .phase,
#sub-service03 .phase {
  display: block;
}
#sub-service01 .phase-item,
#sub-service02 .phase-item,
#sub-service03 .phase-item {
  margin: 0 auto;
  padding-top: 60px;
}
#sub-service01 .phase-item:nth-of-type(n + 2),
#sub-service02 .phase-item:nth-of-type(n + 2),
#sub-service03 .phase-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-service01 .phase-item:nth-of-type(n + 2)::before,
#sub-service02 .phase-item:nth-of-type(n + 2)::before,
#sub-service03 .phase-item:nth-of-type(n + 2)::before {
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: -35px;
}
#sub-service01 .list,
#sub-service02 .list,
#sub-service03 .list {
  display: block;
  margin-top: 35px;
}
#sub-service01 .list-item,
#sub-service02 .list-item,
#sub-service03 .list-item {
  max-width: 100%;
  padding: 30px 15px 25px 15px;
  border-radius: 15px;
}
#sub-service01 .list-item:nth-of-type(n + 2),
#sub-service02 .list-item:nth-of-type(n + 2),
#sub-service03 .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-service01 .btn,
#sub-service02 .btn,
#sub-service03 .btn {
  width: 300px;
}

#sub-service02 .list-item:nth-of-type(n + 2) {
  padding: 30px 15px 25px 15px;
}
#sub-service02 .list-item:nth-of-type(n + 2) .list-ttl {
  padding-bottom: 20px;
}
#sub-service02 .list-txt {
  margin-top: 20px;
}
#sub-service02 .btn {
  margin: 35px auto 0;
}

#sub-service03 .risk {
  margin-top: 30px;
}
#sub-service03 .risk-item {
  padding: 25px 20px;
  border-radius: 15px;
}
#sub-service03 .btm {
  display: block;
  margin-top: 35px;
}
#sub-service03 .btn {
  margin: 0 auto;
}
#sub-service03 .btn:nth-of-type(n + 2) {
  margin: 20px auto 0;
}

/* =========================================
    sub  SP
    sub-flow
========================================= */
#sub-flow .inner {
  padding: 50px 15px;
}
#sub-flow .container {
  padding: 50px 15px;
}
#sub-flow .list {
  margin-top: 35px;
}
#sub-flow .list-item {
  display: block;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  width: 25px;
  height: 15px;
  top: -45px;
}
#sub-flow .list-step {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding-top: 28px;
}
#sub-flow .list-box {
  margin-top: 20px;
}

#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item {
  padding: 20px 20px 25px;
  border-radius: 15px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-question .list-ttl {
  padding-top: 5px;
}
#sub-question .list-txt {
  padding-top: 5px;
}

/* =========================================
    sub  SP
    sub-staff
========================================= */
#sub-staff .list {
  display: block;
}
#sub-staff .list-item {
  max-width: 100%;
  padding: 30px 15px 40px;
}
#sub-staff .list-item:first-of-type {
  padding: 30px 15px 50px;
}
#sub-staff .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-staff .list-fle {
  display: block;
}
#sub-staff .list-img {
  width: 100%;
  max-width: 290px;
  margin: 0 auto 15px;
}
#sub-staff .list-qualification {
  margin-top: 20px;
}
#sub-staff .list-box {
  margin-top: 35px;
  padding: 25px 15px;
  border-radius: 15px;
}
#sub-staff .list-box-ttl {
  padding-left: 15px;
}
#sub-staff .list-box-txt {
  margin-top: 15px;
}

#sub-approach .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-approach .btn {
  width: 320px;
  height: unset;
  text-align: center;
  padding: 10px 10px;
  border-radius: 35px;
}

/* =========================================
    sub  SP
    sub-access
========================================= */
#sub-info .wrap {
  display: block;
  margin-top: 35px;
}
#sub-info .logo {
  display: block;
  width: 320px;
  margin: 0 auto;
}
#sub-info .map {
  width: 100%;
  height: 250px;
  margin-top: 35px;
}

#sub-work .container {
  padding: 65px 15px 35px;
  border-radius: 15px;
}
#sub-work .ttl-sub {
  top: -40px;
}
#sub-work .scroll {
  overflow-x: scroll;
  max-width: 410px;
  margin: 0 auto;
}
#sub-work .table {
  width: 410px;
  margin: 35px auto 0;
}
#sub-work .table tr:first-of-type th {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#sub-work .table th {
  width: 130px;
  height: 35px;
  line-height: 35px;
}
#sub-work .table td {
  height: 35px;
}
#sub-work .note {
  display: block;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 440px) {
  #sub-work .note {
    display: none;
  }
}

#sub-area .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-area .wrap {
  margin: 35px auto 0;
  padding: 35px 5px;
}
#sub-area .wrap-fle {
  flex-wrap: wrap;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl02 {
  padding-bottom: 5px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  border-radius: 10px;
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

#contact-form {
  padding-top: 70px;
}

.contact-form-table {
  margin: 0 auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .inner {
  padding: 90px 15px 50px;
}
#sub-privacy .ttl-sub {
  top: -40px;
}
#sub-privacy .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}