

/*--------------------------------------------------------------
ページテンプレート
--------------------------------------------------------------*/
h2.sz38{
 font-size:2.714em;
 line-height:1.5;
 margin:145px 0 0 0;
 padding:0;
}
h2.sz14jp{
 font-size:1em;
 line-height:1;
 margin:0 0 20px 0;
 padding:0;
}
.pagemainimg{
 width:100%;
 margin-bottom:80px;
}
.pagemainimg img{
  width:1050px;
  margin: 0 auto;
}
.companypage{
 margin-bottom:30px;
}
.pageMessage{
 width:1000px;
 height:470px;
 margin:0 auto 170px auto;
 text-align:left;
 display: flex;
 flex-direction: column; /* この行を保持 */
 writing-mode: vertical-rl;
 justify-content: center; /* この行を追加 */
 line-height:3;
 font-size:1.28em;
}
.companyimg{
 line-height:2.2;
}
.historyimg {
 height:500px;
 background-image: url('https://fuji-japan.jp/images/history.png');
 background-size: 200px 190px;
 background-position: center bottom;
 background-repeat: no-repeat;
}
.sustainableimg {
 height:420px;
 background-image: url('https://fuji-japan.jp/images/sustainable01.png');
 background-size: 140px 190px;
 background-position: center bottom;
 background-repeat: no-repeat;
}
.originaltowelimg {
 background-image: url('https://fuji-japan.jp/images/originaltowel.png');
 background-position: center bottom;
 background-size: 292px 169px;
 background-repeat: no-repeat;
}
.exhibitionimg {
 height:510px;
 background-image: url('https://fuji-japan.jp/images/exhibition-illust.png');
 background-position: center bottom;
 background-size: 390px 224px;
 background-repeat: no-repeat;
}
.txt24 {
 font-size:1.33em;
}
@media screen and (min-width: 1001px) and (max-width: 1049px) {
h2.sz38{
 margin:80px 0 0 0;
}
.pagemainimg img{
  width:100%;
}
.exhibitionimg {
 height:500px;
 background-size: 40%;
}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
h2.sz38{
 margin:80px 0 0 0;
}
.pageMessage {
 width:100%;
 height:310px;
 margin-bottom:100px;
 line-height:2.4;
}
.originaltowelimg {
 height:420px;
 background-size: 28%;
}
.historyimg {
 height:500px;
 background-size: 25%;
}
.sustainableimg {
 height:370px;
 background-size: auto 45%;
}

.exhibitionimg {
 height:440px;
 background-size: 40%;
}
.companyimg{
 height:430px;
 line-height:1.7;
}
}
@media screen and ( max-width:767px ) {
h2.sz38{
 font-size:1.143em;
 margin:80px 0 10px 0;
 padding:0;
 line-height:1;
}
h2.sz14jp{
 margin:0 0 20px 0;
}
.txt24 {
 font-size:1.143em;
 line-height:2;
}
.pagemainimg{
 margin-bottom:45px;
}
.pageMessage {
 width:100%;
 height:310px;
 margin-bottom:70px;
 padding-top:0;
 line-height:2.4;
 font-size:1em;
}

h2.sz14jp{
 font-size:1em;
 margin:0 0 20px 0;
 padding:0;
 line-height:1;
}
.originaltowelimg{
 background-size: 40%;
}
.exhibitionimg {
 height:340px;
 background-size: 60%;
}
.historyimg {
 height:390px;
 background-size: 35%;
}
.sustainableimg  {
 height:310px;
 background-size: auto 45%;
}
.companyimg{
 height:350px;
 line-height:1.7;
}
}


/*--------------------------------------------------------------
ヒストリー/サステナブル/オリジナルタオル　共通部分
--------------------------------------------------------------*/
        .historyBox {
        	width:934px;
            margin: 0 auto 170px auto;
            text-align:left;
        }
        .history-title {
           font-size:1.714em;
            margin: 0 0 35px 0;
            padding:0;
            line-height:1;
        }
        .history-content {
        	width:100%;
            display: flex;
        }
        .history-text {
            flex-grow: 1;
            padding: 0;
            position:relative;
        }
        .history-image {
            width: 560px;
			padding-left:50px;
        }
        .history-image img {
            width: 100%;
            height: auto;
        }
        .image-left .history-image {
            order: -1;
            padding-right:50px;
            padding-left:0px;
        }
        
.sus02img{
 position:absolute;
 right:-30px;
 bottom:20px;
}
.sus03img{
 position:absolute;
 right:0;
 bottom:-20px;
}
@media screen and (min-width: 768px) and (max-width: 1159px) {
.historyBox {
            width:560px;
            margin: 0 auto 75px auto;
            text-align:center;
}
.history-content {
        flex-direction: column-reverse;
        text-align:center;
}
.history-title {
           font-size:1.143em;
            margin:0 0 20px 0;padding:0;
}
.history-text,
.history-image {
        width: 100%;
}

.history-image {
        padding-left: 0;
        padding-right: 0;
        padding-bottom:35px;
}

.image-left .history-image {
        order: 0;
}

}
@media screen and (max-width:767px) {
.historyBox {
            width:90%;
            margin: 0 auto 75px auto;
            text-align:center;
}
.history-content {
        flex-direction: column-reverse;
        text-align:center;
}
.history-title {
           font-size:1.143em;
            margin:0 0 20px 0;padding:0;
}
.history-text, .history-image {
        width: 100%;
}

.history-image {
        padding-left: 0;
        padding-right: 0;
        padding-bottom:35px;
}

.image-left .history-image {
        order: 0;
}
.sus02img{
 right:-40px;
 bottom:-30px;
}
.sus03img{
 right:-40px;
 bottom:-30px;
}
.sus02img img,
.sus03img img{
 width:50%;
 height:50%;
}
}
/*--------------------------------------------------------------
サステナブルとオリジナルタオル　商品リスト
--------------------------------------------------------------*/
.itemList{
 width:1100px;
 margin:0 auto;
 position: relative;
}
.thumbnail-container {
    overflow-x: hidden; 
    position: relative;
    width: 1035px; /* 5つのサムネイルの幅（205 * 5）*/
    margin: 0 auto;
    white-space: nowrap; /* これを追加して、サムネイルが次の行に折り返さないようにします */
}


.thumbnail-box {
    display: inline-block;
    vertical-align: top;
    width: 190px; /* サムネイルの幅とマージンの合計 */
    margin-right: 15px;
}

.caption {
	width:100%;
    text-align: center;
    white-space: normal;
    padding: 5px 0;
    font-size: 0.9em;
    color: #666;
    line-height: 1.2;
}

.thumbnail {
    cursor: pointer;
}
.content-display {
    margin-top: 70px;
    margin-bottom:170px;
}
.content-item {
    display: none; /* すべてのコンテンツ項目を最初は非表示にします */
	width:1020px;
	margin:0 auto;
	text-align:left;
}
.item-title {
           font-size:2.143em;
            margin: 0 0 20px 0;padding:0;line-height:1.3;
}
.item-title p{
 margin:0;
 padding: 0;
}
.item-text h2.h2stxtjp{
 font-size:1.143em;
 margin:0 0 20px 0;
 padding:0;
 line-height:1.3;
}
.item-content {
            display: flex;
            justify-content: space-between;
}
.item-text {
            width: 385px;
            padding: 0;
}
.item-text p{margin-bottom:35px;}
.item-text p:after{
 clear:both;
 content:"";
 display:table;
}
.item-image {
            width: 610px;
			padding-left:25px;
}
.item-image img {
            width: 100%;
            height: auto;
}
.image-left .item-image {
            order: -1;
}

.item-color-list{
 width:320px;
 margin-bottom:30px;
}
.item-color-list li{
 float:left;
 width:160px;
 height:30px;
 margin-bottom:15px;
 line-height:1.25;
 font-size:0.857em;
}
.item-color-list li img{
 float:left;
 margin-right:7px;
}
.item-color-list li p{
 margin:0;
 padding:0;
}
.item-color-list:after{
 clear:both;
 content:"";
 display:table;
}
.item-hunger{
 width:100%;
 font-size:0.857em;
 line-height:1.4;
}
.item-hunger img{
 float:left;
 padding-right:10px;
}

/* 矢印のスタイルを追加 */
.arrow {
    width: 20px;
    height: 50px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    cursor: pointer;
}

.arrow.left {
    left: 0;
    background: url('https://fuji-japan.jp/images/bt-left.png') no-repeat center;
}

.arrow.right {
    right: 0;
    background: url('https://fuji-japan.jp/images/bt-right.png') no-repeat center;
}
.item-color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

@media screen and (max-width: 1034px) and (min-width: 768px) {
.itemList{
 width:655px;
 margin:0 auto;
 position: relative;
}
.thumbnail-container {
 width: 615px; /* 3つのサムネイルの幅（205 * 3）*/
}
.content-item {
    display: none; /* すべてのコンテンツ項目を最初は非表示にします */
	width:90%;
	margin:0 auto;
	text-align:left;
}
.item-text {
  width: 37.5%;
  padding-right: 2.5%;
}
.item-image {
  width: 60%;
  padding-left:0;
}
}

/* ビューポートが767px以下のとき */
@media screen and (max-width: 767px) {
.itemList{
 width:100%;
 margin:0 auto;
 position: relative;
}
.thumbnail-container {
    width: 100%; /* 3つのサムネイルの幅 */
    max-width:336px;
    overflow-x: auto;
    position: relative;
    margin: 0 auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
/* スクロールバー全体のスタイル */
.thumbnail-container::-webkit-scrollbar {
  height: 8px; /* スクロールバーの高さ */
}

/* スクロールバートラック（背景部分）のスタイル */
.thumbnail-container::-webkit-scrollbar-track {
  background: #f1f1f1; /* 背景色 */
}

/* スクロールバーサム（実際にドラッグする部分）のスタイル */
.thumbnail-container::-webkit-scrollbar-thumb {
  background: #888; /* サムの色 */
}

/* スクロールバーサムにホバーしたときのスタイル */
.thumbnail-container::-webkit-scrollbar-thumb:hover {
  background: #555; /* ホバー時の色 */
}

.thumbnail-box {
    display: inline-block;
    vertical-align: top;
    width: 107px; /* サムネイルの幅とマージンの合計 */
    margin-right: 5px;
}
.content-display {
    margin-top: 20px;
    margin-bottom:100px;
}
.content-item {
    display: none; /* すべてのコンテンツ項目を最初は非表示にします */
	width:100%;
	margin:0;
}
.item-content {
    flex-direction: column-reverse;
}
.item-text {
    width: 80%;
    margin:0 auto;
    padding-right:0;
    padding-top:30px;
}
.item-title{
 font-size:1.642em;
 margin:0 0 10px 0;
}
.item-text h2.h2stxtjp{
 font-size: 1.143em;
 margin:0 0 10px 0;
 padding:0;
 line-height:1.3;
}
.item-image {
    width: 100%;
    padding-left:0;
}
}
.mg55{margin-bottom:55px;}

/*--------------------------------------------------------------
展示会
--------------------------------------------------------------*/
.exhbitionyear{
	width:880px;
	padding: 0 0 0 72px;
	margin: 0 auto 100px auto;
	position:relative;
	text-align:left;
}
.exhbyear{
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateY(-50%) rotate(-270deg);
    transform-origin: left;
    letter-spacing: 5px;
    font-size:2.429em;
    margin:0;padding:0;
}
.exhbitionyear h3 {
    font-size: 1.643em;
    margin: 0 0 30px 0;
    padding:0;
    line-height:1.4;
}

.exhbitionyear p {
	padding:0;
    margin-bottom: 30px;
}
.exhbitionbox {
	width:100%;
	display: flex;
	justify-content: space-between;
}
.exhbition-imagesbox{
            width: 560px;
            margin-right:35px;
}
.exhbition-images01{
     display: flex;
	justify-content: space-between;
	margin: 0 0 25px 0;
}
.exhbition-images01 img {
    width: 275px;
    margin-right:10px;
}

.exhbition-images01 img:last-child {
    margin-right: 0;
}
.exhbition-images02{
     display: flex;
	justify-content: space-between;
	margin-bottom:0;
}
.exhbition-images02 img{
    width:133px;
    margin-right:10px;
}
.exhbition-images02 img:last-child {
    margin-right: 0;
}
.exhbition-images03{
     width: 100%;
     margin-bottom:25px;
}
.exhbition-images04{
     display: flex;
     align-items: center;
	justify-content: space-between;
	margin-bottom:25px;
}
.exhbition-images04 img{
    height:auto;
    margin-right:10px;
}
.exhbition-images04 img:last-child {
    margin-right: 0;
}

.exhbition-text {
            width: 270px;
			padding-left:25px;
			position:relative;
}
.exhbition-text::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0; /* ラインの位置を調整 */
  height: 100%; /* 要素の高さに合わせる */
  width: 1px;
  background-color: #505050; /* ラインの色を指定 */
}

@media screen and (max-width:879px) {
.exhbitionyear{
	width:70%;
	padding: 0 10% 0 20%;
	margin: 0 auto 75px auto;
	position:relative;
	text-align:left;
}
.exhbyear{
    position: absolute;
    top: 5px;
    left: 10%;
    transform: translateY(-50%) rotate(-270deg);
    transform-origin: left;
    letter-spacing: 5px;
    font-size:1.357em;
    margin:0;padding:0;
}
.exhbitionyear h3 {
    font-size: 1.143em;
    margin-bottom: 15px;
    line-height:1.4;
}

.exhbitionyear p {
    margin-bottom: 20px;
}
.exhbitionbox {
	width:100%;
	display: block;
	justify-content: center;
}
.exhbition-imagesbox{
            width: 100%;
            margin-right:28px;
}
.exhbition-images01{
     display: block;
	justify-content: center;
	margin-bottom:0px;
}
.exhbition-images01 img{
 width:100%;
 margin-right:0px;
 margin-bottom:5px;
}

.exhbition-images01 img:last-child {
    margin-right: 0;
}
.exhbition-images02 {
        flex-wrap: wrap; /* 要素が折り返して次の行に移動することを許可する */
        margin-bottom:10px;
}

.exhbition-images02 img {
		width:40%;
        flex: 0 0 calc(50% - 5px); /* 画像を画面の50%の幅で表示するため、右のマージンを考慮して計算 */
        margin-bottom: 10px; /* 画像の下のマージンを追加して、2つの行の間にスペースを作成 */
}

.exhbition-images02 img:nth-child(2n) {
        margin-right: 0; /* 右側にある画像のマージンを削除 */
}

.exhbition-images02 img:last-child {
        margin-right: 0;
}
.exhbition-images04{
     display: block;
     justify-content: center; 
}
.exhbition-images04 img{
    margin-right:0px;
    margin-bottom:5px;
}


.exhbition-text::before {
        top: -1px;        /* ラインの位置を上にちょうど良く調整 */
        left: 0;          /* ラインの位置を左端に調整 */
        height: 1px;      /* ラインの高さを1pxにする */
        width: 100%;      /* 要素の幅に合わせる */
}

.exhbition-text {
    width:100%;
    padding-top: 15px;    /* 上部のスペースを適切に調整 */
    padding-left: 0;      /* 左のスペースをリセット */
}
}
/*--------------------------------------------------------------
ポリシー
--------------------------------------------------------------*/
.top150{
 margin-top:150px;
}
h2.sz14policy{
 font-size:1em;
 margin:0 0 20px 0;
 padding:0;
 line-height:1;
}
.policy-container{
 width:760px;
 margin:0 auto;
}
.policy-section{
 text-align:left;
 line-height:1.85;
 padding:40px 0 0 0;
 border-bottom:1px dotted #B8B8B8;
}
.policy-box{
 width: 100%;
 display: flex;
 align-items:flex-start;
 justify-content:flex-start;
 font-size:1.286em;
 margin:0 0 20px 0;
 line-height:1.2;
}
.policy-number{
 width:25px;
}
.policy-title{
}
.policy-section p{
 margin:0 0 40px 0;
 padding:0;
}
ol.policyListNumber{
 padding-left:20px;
 margin-bottom:40px;
}
ol.policyListNumber li{
 list-style-type: decimal;
}
ul.policyListCircle{
 padding-left:20px;
 margin-bottom:40px;
 list-style: disc;
}

@media screen and (max-width:768px) {
.top150{
 margin-top:100px;
}
h2.sz14policy{
 font-size:1em;
 margin:0 0 20px 0;
 padding:0;
 line-height:1.75;
}
.policy-container{
 width:80%;
 margin:0 auto;
}
.policy-section{
 line-height:1.75;
 padding:25px 0 0 0;
}
.policy-box{
 font-size:1em;
 margin:0 0 12px 0;
}
.policy-section p{
 font-size:0.857em;
 margin:0 0 30px 0;
}
ol.policyListNumber,
ul.policyListCircle{
 margin-bottom:30px;
}
}

/*--------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------*/
.contactinfo{
  text-align: left;
  margin-bottom:100px;
}
.redtxt{
 color: red;
}
.p-country-name {
    display: none !important;
}
input, textarea, select {
    font-size: 16px;
}
.toiawase {
  text-align: center;
  font-size:1.286em;
  margin:0 0 15px 0;
  padding:0 0 30px 0;
  border-bottom:1px solid #505050;
}
.top75{
 margin-top:75px;
}

.agreement{
  margin:60px 0 25px 0;
}
.agreement a{
  text-decoration:underline;
}
.agreement a:hover{
  color:#1194a0;
}
.contact-container {
  max-width:845px;
  margin: 0 auto;
}
.form-row {
  display: flex;
  align-items: center;
  margin-top: 23px;
  padding-bottom: 23px;
  border-bottom:2px dotted #B8B8B8;
}
.slolidline{
  border-bottom:1px solid #505050;
}

.form-row .required-indicator {
  width: 12%;
  min-width:68px;
  text-align: right;
  margin-right: 20px;
  color: #1194a0;
}

.form-row .label-container {
  width: 190px;
  margin-right: 10px;
  text-align: left;
}

.form-row .input-container {
  width: 65%;
  min-width:490px;
  justify-content: flex-start; /* アイテムを左寄せに変更 */
  flex-wrap: wrap; /* 必要に応じて折り返す */
  text-align:left;
}
.form-row .input-container-box {
    display: flex;

}

.input-field {
    margin-right: 10px; /* フィールド間のスペース */
    width:45%;
    text-align:left;
}

.input-field:last-child {
    margin-right: 0; /* 最後のフィールドの右マージンを削除 */
}
.input-field input[type="text"]{
 width:100%;
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  width:92%;
}

input[type="text"],
input[type="email"],
input[type="submit"],
input[type="tel"],
textarea,
input[type="radio"] {
  padding: 10px;
  margin-top: 5px;
  box-sizing: border-box;
}

.input-container span,
.input-container label {
  margin-right: 15px;
  vertical-align:0.2em;
}

.input-container input[type="radio"] {
  margin-right: 0px;
}
.textareadesign{
  font-size:1em;
  font-family: sans-serif;
  line-height:1.4;
  color:#777;
}


input[type="submit"] {
  width:208px;
  height:38px;
  background-color: #00A3A7;
  color: white;
  border: none;
  cursor: pointer;
  border-radius:5px;
  font-size:1.143em;
  font-family: 'Klee One', cursive;
  font-weight:600;
  line-height:0.5;
  margin-top: 0;
}

input[type="submit"]:hover {
  width:208px;
  height:38px;
  background-color: white;
  color: #00A3A7;
  border: 1px solid #00A3A7;
  border-radius:5px;
  font-size:1.143em;
  font-family: 'Klee One', cursive;
  font-weight:600;
}
.redfont{
 color:red;
 margin:60px 0 25px 0;
}
.mw_wp_form_input .redfont,
.mw_wp_form_confirm .agreement,
.mw_wp_form_confirm .pagemainimg,
.mw_wp_form_confirm .mrg100{
 display:none;
}
.modoru {
    display: inline;
    width: 208px;
    height:38px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: 'Klee One', cursive;
    font-weight:600;
    background-color:#909090;
    transition: background-color 0.3s;
    font-size:1.143em;
    position: relative;
	display: flex;
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; 
    border: none; /* ボーダー削除 */
    outline: none; /* アウトライン削除 */
}
.modoru:hover {
    background-color: #666;
    cursor: pointer;
}
.button-container {
    display: flex; /* フレックスボックスを有効化 */
    justify-content: center; /* ボタンを水平方向に中央寄せ */
    gap: 10px; /* ボタン間の間隔 */
    margin-bottom: 100px;
}
@media screen and (max-width:520px) {
.contact-container {
  max-width: 80%;
  margin: 0 auto;
}
.toiawase {
 width: 100%;
  margin:0 auto 10px auto;
  padding:0 0 20px 0;
  line-height:1;
  font-size:1.143em;
}
.top75{
 margin-top:50px;
}
.form-row {
        flex-wrap: wrap; /* 子要素が折り返すように設定 */
}

.form-row .required-indicator,
.form-row .label-container {
        flex-basis: auto; /* フレックスアイテムの基本幅を自動に設定 */
        justify-content: flex-start;
        
}
.form-row .required-indicator{
  text-align:left;
  width: 35px;
  min-width:35px;
  margin-right: 0;
}
.form-row .label-container{
 width:auto;
 flex-grow: 1; /* 可用空間に応じて伸縮 */
}
.form-row .input-container {
 flex: none; /* この要素をフレックスアイテムから外す */
 text-align: left; /* 左寄せに設定 */
 min-width:100%;
 width:100%;
}
input[type="text"],
input[type="email"],
input[type="tel"]
textarea{
  width:100%;
}
.input-field {
    margin-right: 10px; /* フィールド間のスペース */
    width:45%;
    text-align:left;
}
.mw_wp_form .horizontal-item{
    display: block;
    margin-left:0 !important;
    margin-bottom:0.5em;
}
.button-container {
    flex-direction: column; /* アイテムを縦並びに変更 */
    align-items: center; /* 縦並びの場合の中央揃え */
}
.modoru {
 margin-top: 10px;
}
}
/*--------------------------------------------------------------
会社情報
--------------------------------------------------------------*/
.companyBox {
    display: flex;
    flex-direction: column;
}
.companyBox-itemb{
 order: 2;
}
.companyNav {
	order: 1;
	width:935px;
	margin:0 auto 70px auto;
    display: flex;
    justify-content: space-between; /* 項目の間隔を均等にする */
    font-size:1.071em;
    line-height:1.1;
}
.companyNav a {
    width:100px;
    height: 55px;
    text-align:center;
    display: flex;
    flex-direction: column; /* 縦方向に要素を配置 */
    justify-content: center; /* 中央に配置 */
    align-items: center;     /* テキストを縦の中央に配置 */
    border-right: 1px solid #505050;
    position: relative;
}
.companyNav a span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px; /* この高さは、2行のテキストの高さに合わせて調整されるべきです */
}

.arrow-company {
    display: block;
    text-align: center; /* 矢印を中央に配置 */
    margin-top: auto; /* 矢印を下に配置 */
    transition: transform 0.3s ease; /* アニメーションの設定 */
}

.companyNav a:hover .arrow-company  {
    transform: translateY(5px); /* 矢印を下に5px動かす */
}
.companyNav a:last-child {
    border-right: none;
}

.spnoneTop {
        display: block;
}
.companyNav a span.dot {
    display: none;
}
.companyNav a span.dotpc{
 display: block;
}
@media screen and (max-width: 920px) {
.companyNav {
   		order: 2;
        flex-direction: column; /* 縦方向に要素を配置 */
        align-items: flex-start; /* 要素を左に揃える */
        width:27%; /* 幅を自動に設定 */
        margin: 0 auto 80px auto; /* 上下のmarginを0にし、左右を自動に設定 */
        text-align:left;
        font-size:1.143em;
        line-height:1;
}
.companyNav a {
        width: auto; /* 幅を自動に設定 */
        height: auto;
        margin-bottom: 20px; /* 下部にマージンを追加 */
        flex-direction: row-reverse; /* アイテムの順序を反転して、矢印を先頭にする */
        justify-content: flex-start; /* アイテムを左寄せにする */
        border-right: none;
        align-items: flex-start;
        flex-wrap: nowrap;
}
.companyNav a span {
    height: auto;
    white-space: nowrap;
}
.arrow-company {
        align-self: center;       /* アイテムを中央に整列する */
        margin-right: 10px;      /* 矢印の右にマージンを追加 */
        margin-top: 3px;        /* 矢印の上部にマージンを追加 */
}
.arrow-company img {
        content: url("https://fuji-japan.jp/images/icon-arrowdown.png");
        width:16px;
        height:12px;
}
.companyBox-itemb{
 order: 1;
}

.companyNav a span.dot {
        display: block;
}
.companyNav a span.dotpc{
 display: none;
}

.spnoneTop {
        display: none;
}
}
@media screen and (max-width: 520px) {
.companyNav {
        width:53%; /* 幅を自動に設定 */
        font-size:1.143em;
        line-height:1;
}
}

h2.compsz25 {
 width:100%;
 font-size:1.786em;
 margin:0 0 45px 0;
 padding:0 0 20px 0;
 line-height:1;
 position: relative;
}

h2.compsz25::after {
    content: ''; /* 空の疑似要素を作成 */
    position: absolute; /* 絶対ポジションを使って、下線の位置を調整 */
    left: 50%; /* 要素の中央に配置 */
    bottom: 0; /* 要素の下端に下線を配置 */
    width: 90px; /* 下線の長さ */
    height: 1px; /* 下線の太さ */
    background-color: #505050; /* 下線の色 */
    transform: translateX(-50%); /* 中央に配置するための調整 */
}
h3.compsz18{
 font-size:1.286em;
 margin:0 0 35px 0;
 padding:0;
 line-height:1;
}
h3.compsz18left{
 width:830px;
 font-size:1.286em;
 margin:0 auto 20px auto;
 padding:0;
 line-height:1;
 text-align:left;
}
.companyContent{
 margin:0 0 100px 0;
}
.companyContent-200{
 margin:0 0 200px 0;
}
.companyContent-150{
 margin:0 0 150px 0;
}
.companyContent:after,
.companyContent-200:after,
.companyContent-150:after{
 clear:both;
 content:"";
 display:table;
}


.rodotorikumi{
 width:830px;
 margin:0 auto 45px auto;
 text-align:left;
 display: flex;
 justify-content: space-between;
}
        .cmptext-section {
            flex: 1;
            margin-right: 2rem;
        }

        .compimage-section {
            flex: 2;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
       table.gaiyo {
            border-collapse: collapse;
            width: 830px;
            margin: 0 auto 100px auto;
             font-size:1.286em;
        }
        table.gaiyo td {
            padding: 10px 15px;
            text-align: left;
            vertical-align: top;
        }
table.gaiyo td.nobottom{
 margin-bottom:0;
 padding-bottom:0;
}
.accessContent{
 width:935px;
 margin:0 auto;
}
.accessTitle{
 width:100%;
 margin:0 auto 27px auto;
 padding: 5px 0; 
 background-color:#00A3A7;
 border-radius: 5px;
 display: flex;             /* フレックスボックスとして設定 */
 align-items: center; 
 justify-content: center; 
}
        .icon-car {
            display: inline-block;     /* インライン要素として表示 */
            width: 45px;               /* アイコンの幅を24pxに設定 */
            height: 45px;              /* アイコンの高さを24pxに設定 */
            background-image: url('https://fuji-japan.jp/images/icon-car.gif');  /* アイコンの画像パス */

        }
        .icon-bus{
            display: inline-block;     /* インライン要素として表示 */
            width: 45px;               /* アイコンの幅を24pxに設定 */
            height: 45px;              /* アイコンの高さを24pxに設定 */
            background-image: url('https://fuji-japan.jp/images/icon-bus.gif');  /* アイコンの画像パス */
        }
        .icon-train{
            display: inline-block;     /* インライン要素として表示 */
            width: 32px;               /* アイコンの幅を24pxに設定 */
            height: 43px;              /* アイコンの高さを24pxに設定 */
            background-image: url('https://fuji-japan.jp/images/icon-train.gif');  /* アイコンの画像パス */
        }
        .actext {
            display: inline-block;     /* インライン要素として表示 */
            margin-left: 15px;         /* 左の余白を10pxに設定 */
            color:#fff;
            font-size:1.571em;
            line-height:1;
        }
.accessBox{
 width:100%;
 margin:0 auto 33px auto;
 display: flex;
 align-items: flex-start;
}
.accessBox-text{
            flex: 1;
            margin-right: 35px;
            text-align:left;
}
.accessBox-text p{
 margin: 0;
 padding: 0;
}
.accessBox-image{
            flex: 1;
            display: flex;
}
.accessBox-image img{
 padding-top:6px;
}
.btMapbox{
 display:none;
}
h3.compszace18{
 font-size:1.571em;
 line-height:1;
 margin:0 0 34px 0;
}
.sz18address{
 font-size:1.286em;
 margin:0 0 30px 0;
 padding:0;
 line-height:1.7;
}
.accessPhoto {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  /* 3つの画像を横並びにする例 */
    gap: 10px;  /* 画像の間のスペース */
    margin-top:35px;
}
.accessBus-info{
 font-size:1.143em;
 color:#00A3A7;
 text-align:left;
 margin-bottom:33px;
}

.accessTrain{
 width:100%;
 margin:0 auto;
 padding: 5px 0; 
 border: 1px solid #00A3A7;
 border-radius: 5px;
 font-size:1.571em;
 color:#00A3A7;
}
.accessTrain-walk {
 width: 100%;
 margin: 0 auto;
 padding: 10px 0;
 display: flex;
 align-items: center; 
 justify-content: center; 
}
.walk-arrow {
 width: 25px;
 display: flex; /* Flexboxを適用 */
 align-items: center; /* 画像を中央揃えに */
}
.walk-arrow img {
 display: block;
 margin: auto; /* 画像を中心に */
 width:12px;
 height: 40px;
}
.walk-text {
 color: #333;
 text-align: left;
 display: flex; /* Flexboxを適用 */
 align-items: center; /* テキストを中央揃えに */
}
.femmin {
 font-size: 2em;
 line-height:1;
 padding:0 8px 3px 8px;
}

.accessTrain-fuji{
 width:100%;
 margin:0 auto 90px auto;
 padding: 5px 0; 
 border: 1px solid #4d4d4d;
 border-radius: 5px;
 font-size:1.571em;
}
.googlemap{
 margin-bottom:180px;
}

/* タイムラインのスタイル */
.timeline {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18%; /* この値を変更して縦ラインの位置を調整 */
    width: 1px;
    background-color: #505050;
}

.timeline-item {
    position: relative;
    display: flex;
    padding: 20px 0;
    font-size:1.143em;
}
.timeline-item::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 18%; /* 縦ラインの位置と合わせる */
    transform: translateY(-50%) translateX(-50%); /* 中央寄せのための調整 */
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #505050;
}
.timeline-content {
	width:100%;
	display: flex; /* 横並びのためのフレックスボックスを有効化 */
    align-items: flex-start;
}

/* 年のスタイル */
.timeline-year {
    flex: 0 0 180px; /* 幅を固定 */
    text-align:left;
}
/* 月のスタイル */
.timeline-month {
	flex: 0 0 50px; /* 幅を固定 */
    margin-bottom: 0; /* spacing調整 */
    text-align:left;
}
/* その他の内容のスタイル */
.timeline-detail {
	flex-grow: 1; /* 余ったスペースを利用して拡大 */
    margin-bottom: 0;
    text-align:left;
}
.historyPhotobt {
            display: flex;
            flex-wrap: nowrap;
}

.photobutton {
    width: 450px;
    height: 270px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s, brightness 0.3s;
    margin: 0 10px;
}

.photobutton img {
            width: 100%;
            transition: transform 0.3s, brightness 0.3s;
}
.photobutton-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size:1.571em;
    text-align: center;
    padding: 5px;
}
.photobutton:hover img {
            transform: scale(1.1);
            opacity: 0.8;
}
.recruitmentInfo{
 position:absolute;
 top: 20%;
 left: 57%;
 font-size:0.480em;
}

.saiyouflow {
  width: 766px; /* 全体の幅を固定 */
  margin: 0 auto 100px; /* 中央揃え */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.saiyou-step {
  border: 1px solid #00A3A7;
  border-radius: 5px;
  font-size: 1.571em;
  color: #00A3A7;
  flex: 0 0 165px; /* 固定幅を設定 */
  padding: 1px 0; /* 高さ方向の余白を指定 */
  box-sizing: border-box; /* パディングを幅に含める */
}

.saiyou-arrow {
    margin: 0 5px;
    color: #00A3A7;
    font-size: 0.714em;
    width: 7px;
    height:8px;
}



table.youkou {
 width: 766px;
 margin: 0 auto 65px auto;
 border-top: 1px solid #505050;
 border-left: 1px solid #505050;
 border-radius: 5px;
 border-collapse: separate;
 border-spacing: 0;
}
table.youkou th, table.youkou td{
 border-bottom: 1px solid #505050;
 border-right: 1px solid #505050;
}
table.youkou tbody tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
table.youkou tbody tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
table.youkou tbody tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
table.youkou tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
table.youkou th{
 width:25%;
 font-size:1.286em;
 height: 80px;
 background-color: #CFEEEE;
}
table.youkou td {
 padding: 15px 55px;
 text-align: left;
}
.mainabi{
 width: 640px;
 margin:0 auto 65px auto;
 text-align:right;
 font-size:0.857em;
 color:#000;
 font-family: "Yu Gothic", "Meiryo", sans-serif;
}

.eigyoushoku{
 font-size:1.286em;
}

.schedule{
 width:768px;
 position:relative;
 margin:0 auto;
}
.schedule-man{
 position:absolute;
 top:0;
 left:570px;
 width:108px;
 height: 121px;
}
.schedule-text{
 position:absolute;
 top:37px;
 left:670px;
 line-height:1.4;
 text-align:left;
}
.workday{
 width:873px;
 margin:0 auto 200px auto;
 text-align:left;
}
.workday:after{
 clear:both;
 content:"";
 display:table;
}
.workday-title{
  margin-right:60px;
  width: 61px;
  float:left;
}

.workday-number{
 width:37px;
 height:44px;
 background-image:url('https://fuji-japan.jp/images/icon-book.png');
 background-repeat:no-repeat;
 background-size: 53px 44px;
 font-size:1.286em;
 padding:9px 0 0 16px;
}
.workday-jp{
 width:68%;
 justify-content: center; /* この行を追加 */
 writing-mode: vertical-rl;
 text-orientation: upright;
 font-size:1.286em;
 text-align:left;
 padding-top:10px;
}
.wline{
 width:90%;
}
.workday-content{
 float:left;
 width: 490px;
 padding-top:10px;
}
.workday-image{
 float:left;
 width: 260px;
}
.icon-naikin{
 width: 47px;
 height: 50px;
}
.eigyo-illust13{
 width: 140px;
 height:auto;
 margin:0 auto;
 padding-top:30px;
}
.eigyo-illust14{
 width: 221px;
 height:auto;
 margin:0 auto;
}
.naikin-illust15{
 width: 173px;
 height:auto;
 margin:0 auto;
}
.naikin-illust16{
 width: 237px;
 height:auto;
 margin:0 auto;
}
.naikin-illust17{
 width: 244px;
 height:auto;
 margin:0 auto;
}
.accessBox-text h4{
 font-size:1.286em;
 line-height:1;
 margin:0 0 10px 0;
}
.getthere{
 padding:0 0 0 20px;
}
table.kihan{display:none;}

.shishin {
    text-align:center;
    margin-bottom:100px;
}
.force{
  margin: 0 auto 100px auto;
  display: block;
  width: 920px;
  height: auto;
}
.kihanimgCenter{
  margin: 0 auto;
  display: block; /* 必要に応じて画像をブロック要素として中央寄せする */
  width: 914px;
  max-width:100%;
  height: auto; /* 画像のアスペクト比を維持する */
}
.soshikizu{
  margin: 0 auto;
  display: block; /* 必要に応じて画像をブロック要素として中央寄せする */
  width: 750px;
}


@media screen and (max-width:935px) {
.accessContent{
 width:90%;
 margin:0 auto;
}
.photobutton {
 width:90%;
 height:auto;
}
.photobutton-text {
			width:100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size:1em;
            text-align:center;
            padding: 0px;
}
}
@media screen and (max-width:920px) {
  .kihanimgCenter,
  .force {
    max-width: 80%;
  }
}
@media screen and (min-width:521px) and (max-width:920px) {
.workday {
 width:90%;
 padding: 0 5%;
 align-items: center;
 margin: 0 auto 100px auto; /* 余白の変更 */
}
.workday-title {
 width:100%;
 margin-right: 0;
 margin-bottom: 10px;
 text-align:left;
}
.workday-title:after{
 clear:both;
 content:"";
 display:table;
}
.workday-number {
 float:left;
 margin-right: 0;
}
.workday-jp {
 float:left;
 writing-mode: horizontal-tb; /* テキストの方向を水平に変更 */
 text-orientation: unset;
 padding-top: 10px;
 font-size:1.214em;
 margin-left:10px;
}
.workday-content{
 float:left;
 width: 65%;
 padding-top:0;
}
.workday-image{
 float:left;
 width: 35%;
 max-width: 260px;
}
.wline{
 padding-top: 0px;
}
.icon-naikin{
 float:left;
 width: 47px;
 height: 50px;
}
}

@media screen and (min-width:521px) and (max-width:829px) {
h3.compsz18left{
 width:100%;
 font-size:1.286em;
 margin:0 auto 20px auto;
 padding:0;
 line-height:1;
 text-align:center;
}
.cmptext-section,
.compimage-section {
            order: unset;
}
.rodotorikumi {
    width:510px;
    margin:0 auto 30px auto;
    flex-direction: column;
}

.cmptext-section {
        margin-right: 0;
        margin-bottom: 25px; /* こちらの値は適切に調整してください */
}

.compimage-section {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
}
.compimage-section img{
 width:100%;
}
}
@media screen and (max-width:829px) {
table.gaiyo {
            width: 510px;
            margin: 0 auto 100px auto;
             font-size:1em;
}
table.gaiyo td {
            padding: 0 10px 20px 0;
}
table.gaiyo td.comp-koumoku{
 width:20%;
}

.soshikizu{
  margin: 0 auto;
  display: block; /* 必要に応じて画像をブロック要素として中央寄せする */
  max-width: 750px;
  width:80%;
}
.eigyo-illust13{
 padding-top:0;
}
}
@media screen and (max-width:806px) {
.saiyouflow {
  width: 80%; /* 全体の幅を固定 */
  margin: 0 auto 60px; /* 中央揃え */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.saiyou-step {
  flex: 0 0 68px; /* 固定幅を設定 */
  font-size: 0.857em;
}
.saiyou-arrow {
    margin: 0 2px;
    width: 5px;
    height:5px;
}
table.youkou {
 width: 80%;
 margin: 0 auto 60px auto;
 line-height: 1.2;
}

table.youkou th{
 width:25%;
 font-size:1em;
 height: 40px;
}
table.youkou td {
 padding: 6px 25px;
 text-align: left;
}
.eigyoushoku{
 font-size:1em;
}
.mainabi{
 width: 80%;
 margin:0 auto 60px auto;
}
}


@media screen and (max-width:520px) {
.imgCenter img{
 width: 90%;
  height: auto;
  margin:0 auto;
}
h2.compsz25 {
 font-size:1.286em;
 margin:0 0 25px 0;
 padding:0 0 15px 0;
}
h2.compsz25::after {
    width: 45px;
}
.companyContent{
 margin:0 0 100px 0;
}
.companyContent-200{
 margin:0 0 100px 0;
}
.companyContent-150{
 margin:0 0 70px 0;
}
table.kihan {
			display:block;
            border-collapse: collapse;
            width: 80%;
            margin: 0 auto;
            line-height:1.4;
}
table.kihan td {
            padding-bottom:20px;
            text-align: left;
            vertical-align: top;
}
table.kihan td.kihaneng{
            padding-right: 15px;
}
table.kihan td.kihanmean{
 padding-top:12px;
}
table.kihan td.nobottom{
 padding-bottom: 0;
}

.sz22bl{
	font-size:1.571em;
	color: #1194a0;
}

h3.compsz18{
 font-size:1.214em;
 line-height:1.4;
 margin:0 0 20px 0;
}
h3.compsz18left{
 width:100%;
 font-size:1.286em;
 margin:0 auto 20px auto;
 padding:0;
 line-height:1;
 text-align:center;
}
.force {
    max-width: 80%;
    margin-bottom: 50px;
}
.kihanimgCenter {
    max-width: 80%;
    margin-bottom: 0;
}
ul.shishin{
 width:80%;
 text-align:left;
 margin:0 auto 60px auto;
}
.shishin li {
    display: flex;
    align-items: flex-start;
}

.shishin-bullet {
    margin-right: 5px; /* この値は必要に応じて調整してください。 */
}

.shishin-text {
    display: block;
}
ul.shishin.last{
 margin:0 auto 0 auto;
}
.nobottom{
 margin-bottom:0;
 padding-bottom:0;
}
.cmptext-section {
        margin-right: 0;
        margin-bottom: 20px; /* こちらの値は適切に調整してください */
}
.rodotorikumi {
    width:80%;
    margin:0 auto 30px auto;
    flex-direction: column;
}
table.gaiyo {
            width: 80%;
            margin: 0 auto 0 auto;
             font-size:1em;
}
table.gaiyo td.comp-koumoku{
 width:25%;
}
table.gaiyo td.nobottom{
 padding-bottom:0;
}
.historyPhotobt{
 margin-bottom:0;
}
.accessContent{
 width:100%;
}
.accessTitle{
 width:80%;
}
.accessBox{
 width:80%;
 display: block;
 margin-bottom:15px;
}

.accessBox-text{
        width: 100%; /* 必要に応じて100%に設定 */
        margin-right: 0; /* 右のマージンをリセット */
        margin-bottom:25px;
}

.accessBox-image{
        width: 100%; /* 必要に応じて100%に設定 */
        display: block; /* フレックスを解除 */
}
.actext {
            font-size:1.286em;
}
.accessTrain{
 width:80%;
 line-height:1.4;
 font-size:1.286em;
}
.accessTrain-fuji{
 width:80%;
 margin:0 auto 60px auto;
 font-size:1.286em;
}

.accessContainer{
        display: flex;
        flex-direction: column;
}
.googlemap{
	order: -1;
	 margin-bottom:45px;
}
.btMapbox{
 display:block;
 width:80%;
 margin:0 auto 15px auto;
}
.btMapbox:after{
 clear:both;
 content:"";
 display:table;
}
.btMap{
 width: 47px;
 float:right;
 color:#fff;
 font-size:0.857em;
 text-align:center;
 background-color:#505050;
 line-height:1.1;
}
.btMap a{
 color:#fff;
}
.sz18address{
 font-size:1em;
}
.mrg180 {
 margin-bottom:60px;
}
.timeline {
    max-width: 80%;
}
.timeline-item {
    font-size:1em;
}
.timeline::before {
    left: 30%; /* この値を変更して縦ラインの位置を調整 */
}
.timeline-item::before {
    top: 30px;
    left: 30%; /* 縦ラインの位置と合わせる */
}

.timeline-content {
	width:100%;
	line-height:1.4;
}
.timeline-year {
    flex: 0 0 110px; /* 幅を固定 */
}
.timeline-month {
	flex: 0 0 40px; /* 幅を固定 */
}

.recruitmentInfo{
 left: 65%;
 line-height:1.4;
}
.spnone {
        display: none;
}
.recruitbox{
 width:80%;
 margin:0 auto 60px auto;
 text-align:left;
}
.recruitfllow{
  width:90%;
 margin:0 auto 20px auto;
 text-align:left;
}
.schedule{
 width:100%;
 position:relative;
 margin:0;
}
.schedule-man{
 position:absolute;
 top:0;
 left:38%;
 width:100px;
 height: 113px;
}
.schedule-text{
 position:absolute;
 top:37px;
 left:63%;
}
.workday {
    	width:80%;
    	padding: 0 5%;
        flex-direction: column; /* メインコンテンツを縦方向に変更 */
        align-items: center;
        margin: 0 auto 50px auto; /* 余白の変更 */
}
.workday-title {
 width:100%;
 margin-right: 0;
 margin-bottom: 10px;
 text-align:left;
}
.workday-title:after{
 clear:both;
 content:"";
 display:table;
}
.workday-number {
 float:left;
 margin-right: 0;
}

.workday-jp {
 float:left;
 writing-mode: horizontal-tb; /* テキストの方向を水平に変更 */
 text-orientation: unset;
 padding-top: 10px;
 font-size:1.214em;
 margin-left:10px;
}
.workday-content{
 float:none;
 width: 100%;
 padding-top:0;
 margin-bottom: 15px;
}
.workday-image{
 float:none;
 width: 100%;
}
.wline{
 width: 80%;
 float:left;
 padding-top: 10px;
}
.icon-naikin{
 float:left;
 width: 47px;
 height: 50px;
}
}
img.nippon{
 width: 55px;
 height: auto;
}
img.supima{
 width: 145px;
 height: auto;
}
img.hanger{
 width: 60px;
 height: auto;
}
img.yasashii{
 width: 193px;
 height: auto;
}