@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Yuji Syuku */
/*	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-ttl02 {
  padding: 7px 12px;
}

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

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 3px/18px;
}
.com-tel-svg {
  width: 200px;
}

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

.com-table01 {
  border-spacing: 0;
}
.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border: 1px solid #005f2f;
}

/* =========================================
    top  sp
    top-pro
========================================= */
#top-pro .bg::before {
  height: 60px;
  top: 60px;
  right: calc(50% - 65px);
}
#top-pro .bg::after {
  width: 90%;
  height: 65vw;
  min-height: 227px;
  right: 0;
  top: 150px;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 100%);
}
#top-pro .ttl {
  width: 100%;
  max-width: 400px;
  left: -15px;
}
#top-pro .movie {
  position: unset;
  width: 100%;
  height: 66.5vw;
  min-height: 233px;
  margin-top: 30px;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 100%);
}
#top-pro .txt {
  width: 100%;
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .bg::before {
  width: 55vw;
  height: 300px;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0 100%);
}
#top-banner .bg::after {
  width: 55vw;
  height: 300px;
  right: 0;
  bottom: 0px;
}
#top-banner .inner {
  padding: 50px 0;
}
#top-banner .container {
  display: block;
}
#top-banner .link {
  width: 100%;
  height: 300px;
  padding-top: 60px;
}
#top-banner .link:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-banner .link-import {
  padding-top: 40px;
  padding-right: 65px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
#top-banner .link-export {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .ttl {
  text-align: center;
}
#top-service .list {
  flex-wrap: wrap;
  gap: 15px;
}
#top-service .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#top-service .list-link {
  width: 100%;
}
#top-service .list-link::after {
  width: 100%;
}
#top-service .list-img {
  height: 43.3vw;
  min-height: 152px;
}

/* =========================================
    top  sp
    top-area
========================================= */
#top-area .bg {
  background: url(/img/top/area-bg01.png) no-repeat left top/100%, url(/img/top/area-bg02.png) no-repeat right top/70%, url(/img/top/area-bg03.png) no-repeat left bottom/70%, #f7f7f7;
}
#top-area .inner {
  padding: 200px 15px 50px;
}
#top-area .ttl {
  padding-bottom: 20px;
}
#top-area .ttl::before {
  width: 80%;
  height: 5px;
  left: calc(50% - 150px);
}
#top-area .area {
  display: block;
}
#top-area .area-item {
  width: 320px;
  margin: 0 auto;
  height: 170px;
  padding: 40px 0 0 30px;
}
#top-area .area-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-area .list-item {
  width: 100%;
  padding: 15px 20px;
  box-shadow: 5px 5px 0 #005f2f;
}
#top-area .list-ttl {
  padding-left: 35px;
}
#top-area .list-ttl::before {
  width: 26px;
  height: 18px;
  top: 8px;
}
#top-area .list-txt {
  margin-top: 10px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .inner {
  padding: 100px 15px 50px;
}
#top-news .container {
  position: relative;
  display: block;
}
#top-news .container-inner {
  display: block;
  padding: 35px 10px 125px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .sub-ttl {
  top: -40px;
  left: -8px;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 25px;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  margin-top: 0;
  transform: translateX(-50%);
  left: 50%;
  bottom: 30px;
}

/* =========================================
    top  sp
    top-link
========================================= */
#top-link .container {
  display: block;
}
#top-link .link {
  width: 100%;
  height: 30vw;
}
#top-link .link:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-link .link-flow::before {
  width: 40px;
  height: 40px;
}
#top-link .link-flow::after {
  width: 160px;
  height: 6px;
  transform: translateX(-50%);
  left: 57%;
  bottom: 8.5vw;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-service
========================================= */
#sub-service .inner {
  padding: 50px 0;
}
#sub-service .com-ttl02 {
  padding: 6px 10px;
}
#sub-service .container {
  margin-top: 5px;
}
#sub-service .container-inner::before {
  display: none;
}
#sub-service .container-inner::after {
  display: none;
}
#sub-service .wrap-inner {
  padding: 20px 15px;
}
#sub-service .wrap-top {
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#sub-service .wrap-txt {
  margin-top: 15px;
}
#sub-service .wrap-btm {
  display: block;
  text-align: center;
  padding: 30px 20px;
}
#sub-service .wrap-btm-ttl::before {
  width: 188px;
  height: 8px;
  transform: translateX(-50%);
  left: 50%;
}
#sub-service .img {
  width: 100%;
  height: 57.14vw;
  min-height: 200px;
}
#sub-service .list {
  display: block;
  margin-top: 35px;
}
#sub-service .list-item {
  margin: 0 auto;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-export,sub-import
========================================= */
#sub-export .img-ttl,
#sub-import .img-ttl {
  max-width: 345px;
  padding-right: 5px;
  left: 10px;
  bottom: 10px;
}
#sub-export .txt,
#sub-import .txt {
  margin-top: 20px;
}

#sub-item .list {
  margin-top: 35px;
  gap: 35px 20px;
}

#sub-voice .list {
  margin-top: 35px;
  gap: 35px 60px;
}
#sub-voice .list-link {
  width: 100%;
  padding: 15px 15px 10px;
}
#sub-voice .list-top {
  flex-wrap: wrap;
}
#sub-voice .list-txt {
  margin-top: 15px;
}

#sub-voice-detail .list-item {
  width: 100%;
  padding: 15px 15px 10px;
  border: 2px solid #e8eeeb;
}
#sub-voice-detail .list-top {
  flex-wrap: wrap;
}
#sub-voice-detail .list-txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-flow
========================================= */
#sub-flow .container:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-flow .img {
  height: 150px;
  margin-top: 35px;
}
#sub-flow .list {
  margin-top: 35px;
}
#sub-flow .list-item {
  padding: 25px 20px 20px;
}
#sub-flow .list-num {
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin-top: 0;
}
#sub-flow .list-txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-company .table {
  margin-top: 35px;
}
#sub-company .map {
  height: 250px;
}

#sub-greeting .bg {
  background: url(/img/company/greeting-deco01.png) no-repeat left 280px/30vw, url(/img/company/greeting-deco02.png) no-repeat right calc(100% - 0px)/15vw;
}
#sub-greeting .img {
  width: 100%;
  margin: 35px auto 0;
}
#sub-greeting .txt {
  text-align: left;
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  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-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

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

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

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

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  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 .privacy-box {
  margin-top: 25px;
}

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