@charset "utf-8";


/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("slide.css");
@import url("inview.css");


/*CSSカスタムプロパティ（サイト全体を一括管理する為の設定）
---------------------------------------------------------------------------*/
:root {

	--primary-color: #242422;			/*テンプレートのメインまたはアクセントとなる色*/
	--primary-inverse-color: #fff;		/*primary-colorの対として使う色*/

	--global-space: 5vw;	/*サイト内の余白の一括管理用。画面幅100%＝100vwです。*/
}


/*animation1のキーフレーム設定（開閉ブロックのアニメーションに使用）
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {left: -200px;}
	100% {left: 0px;}
}


/*opa1のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/*全体の設定
---------------------------------------------------------------------------*/
body * {box-sizing: border-box;}

body {
	margin: 0;padding:0;
	font-family:'Noto Sans JP', ryo-gothic-plusn, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
    
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #333;		/*文字色*/
	line-height: 2;		/*行間*/
	animation: opa1 0.2s 0.5s both;	/*0.5秒待機後、0.2秒かけてフェードイン表示*/
}
input, select, button, textarea {
            font-family: inherit;
}
/*リセット*/
figure {margin: 0; text-align: center;}
dd {margin: 0;}
nav,ul,li,ol {margin: 0;padding: 0;}
nav ul {list-style: none;}
input {font-size: 1rem;}
section li {margin-left: 1rem;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*sectionが続く場合*/
section + section {
	margin-top: 170px;	/*sectionの上に空けるスペース*/
}
@media screen and (max-width:900px) {
section + section {
	margin-top: 50px;	/*sectionの上に空けるスペース*/
}
}
html {
    scroll-padding-top:120px;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;		/*リンクテキストの色*/
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
}
a:hover {
	color: var(--primary-color);	/*文字色。css冒頭で指定しているprimary-colorを読み込みます*/
}


/*container（フッター以外を囲むブロック）
---------------------------------------------------------------------------*/
#aix #container {
	padding: 0;	/*上下、左右へのcontainer内の余白。左右の余白はcss冒頭で指定しているglobal-spaceを読み込みます*/
}


/*contents（mainを囲むブロック）
---------------------------------------------------------------------------*/
#aix #contents {
	padding: 3vw 0 5vw;	/*上、左右、下へのcontents内の余白。画面幅100%＝100vwです。*/
}

/*トップページのコンテンツ*/
#aix .home #contents {
	padding-top: calc(3vw + 40px);	/*スライドショー上のボタンが画像下に移動するので重ならないよう適当にpxを指定しています*/
}

.w5vw {
    padding: 0 5vw;
}

.w10vw {
    padding: 0 10vw;
}

.w15vw {
    padding: 0 15vw;
}
.w20vw {
    padding: 0 20vw;
}
@media screen and (max-width:900px) {
    .w5vw {
     padding: 0 5vw;
    }
    .w10vw {
     padding: 0 5vw;
    }
    .w15vw {
     padding: 0 5vw;
    }
    .w20vw {
     padding: 0 5vw;
    }
}

/*ヘッダー（ロゴや電話番号が入っている最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
#header {
    padding: 0 var(--global-space);
}

/*ロゴ画像*/
#aix #logo {margin: 0;padding: 0;}
#aix #logo img {
	display: block;
	width: 140px;	/*ロゴ画像の幅*/
    float: left;
}
.small-screen #menubar.display-block #logo {height: 80px;}

/*メニューブロック初期設定
---------------------------------------------------------------------------*/
#menubar {opacity: 0;line-height: 1.5; padding: 10px var(--global-space);}
#menubar ul {list-style: none;margin: 0;padding: 0; font-size: 0.9rem;　/*cursor:pointer; */}

.large-screen #menubar {opacity: 1;}

.small-screen #menubar.display-none {display: none;}
.small-screen #menubar.display-block {display: block;opacity: 1;}

/*3本バーをデフォルトで非表示*/
#menubar_hdr.display-none {display: none;}

/*ドロップダウンをデフォルトで非表示*/
.ddmenu_parent ul {display: none;}

/*ddmenuを指定しているメニューに矢印アイコンをつける設定*/
a.ddmenu::after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";		/*使いたいアイコン名（Font Awesome）をここで指定*/
	font-weight: bold;		/*この手の設定がないとアイコンが出ない場合があります*/
	font-size: 0.6rem;		/*文字サイズを70%に*/
	padding-left: 0.5rem;	/*右側に空ける余白。0.5文字分。*/
    color: #242422;
}


/*大きな端末、小さな端末共通のメニューブロック設定
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar a {
	display: block; text-decoration: none;
}

/*小文字の英語部分*/
#menubar span {
	display: block;
	font-size: 0.7em;		/*文字サイズを親要素の70%に*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる*/
	opacity: 0.6;			/*透明度。色が60%出た状態。*/
}


/*大きな端末用のメニューブロック設定
---------------------------------------------------------------------------*/
/*メニューブロックを囲むボックス*/
.large-screen #menubar {
    position: sticky;	/*画面の上部にメニューが固定される*/
    top: 0;
    z-index: 2;
    height: 75px;
    background-color:rgba(255,255,255,0.9);
}

/*メニューブロック全体の設定*/
.large-screen #menubar > nav > ul {
    display: flex;
	align-items: center;
    float: right;
    padding-top: 8px;
}
@media screen and (max-width:1032px) {
    .large-screen #menubar > nav > ul {padding-bottom: 10px;}
}

/*メニュー１個あたりの設定*/
.large-screen #menubar li {
	flex:auto;			/*個々のメニューを均等にし、幅いっぱいまで使う設定*/
	position: relative;	/*ドロップダウンの幅となる基準を作っておく*/
	text-align: center;	/*テキストをセンタリング*/
    margin-left: 10px;
}
/*資料ダウンロードボタン*/
.large-screen #menubar .document{
    border: solid 1px #000;
    border-radius: 4px;
}
.large-screen #menubar .document a:hover{
    border-radius: 4px;
}
/*問い合わせボタン*/
.large-screen #menubar .contact a{
    border: solid 1px #000;
    background-color: #242422;
    border-radius: 4px;
    color: #fff;
}
.large-screen #menubar .contact a:hover{
    opacity: 0.5;
}

/*メニュー１個あたりの設定*/
.large-screen #menubar li {
	flex: auto;			/*個々のメニューを均等にし、幅いっぱいまで使う設定*/
	position: relative;	/*ドロップダウンの幅となる基準を作っておく*/
	text-align: center;	/*テキストをセンタリング*/
}
/*リンク（a要素）の設定*/
.large-screen #menubar li a {
	color: #242422;	/*文字色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/
	padding: 0.8rem 25px;	/*上下、左右の余白*/
}

/*マウスオン時に明るくする*/
.large-screen #menubar li a:hover {
	/*filter: brightness(1.2);*/
    background-color: #242422;
    color: #fff;
    border-radius: 4px;
}
a:hover.ddmenu::after{
     color: #fff;
}

/*文字サイズ「大」の場合のメニューブロックを囲むボックス*/
html.f-large .large-screen #menubar {
	position: relative;	/*メニューが２段になる為、stickyを外してスクロールさせるようにする。固定させたままがいいならこの１行を削除する。*/
}

/*文字サイズ「大」の場合のメニューブロック全体の設定*/
html.f-large .large-screen #menubar > nav > ul {
	flex-wrap: wrap;	/*メニューを２段にする為、改行を許可する*/
}

/*文字サイズ「大」の場合のメニュー１個あたりの設定*/
html.f-large .large-screen #menubar > nav > ul > li {
	flex: auto;
	width: 33.33%;	/*メニュー幅。３列なので33.33%*/
}


/*大きな端末用のメニューブロックが画面上部に到達した場合（fixed）
---------------------------------------------------------------------------*/
/*文字色*/
.large-screen #menubar.fixed a {
    opacity: 1;	/*透明度。色を80%だけ出す。*/
}

/*マウスオン時*/
.large-screen #menubar.fixed a:hover {
	opacity: 0.8;		/*透明度。色を100%出す。*/
}

/*メニューの上下の余白を狭くする*/
.large-screen #menubar.fixed2 li a {
	padding-top: 0.8rem;	/*上の余白*/
	padding-bottom: 0.8rem;	/*下の余白*/
}


/*大きな端末、小さな端末、共通のドロップダウンメニュー設定
---------------------------------------------------------------------------*/
/*ドロップダウンブロック*/
.large-screen #menubar ul ul,
.small-screen #menubar ul ul {
	animation: opa1 0.5s 0.1s both;	/*0.1秒待機後、0.5秒かけてフェードイン表示*/
}


/*大きな端末用のドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンメニューブロック全体*/
.large-screen #menubar ul ul {
	position: absolute;
    z-index: 2;
	width: 100%;
	left: -10px;
}

/*ドロップダウンメニュー1個あたりの上下、左右への余白。*/
.large-screen #menubar ul ul a {
	padding: 0.6rem 1rem !important;
    width: 300px;
    background-color: #fff;
    box-shadow:0px 5px 5px rgba(0,0,0,0.1);
    text-align: left;
}
.large-screen #menubar ul ul a:hover {
	border-radius: 0px;
}


/*小さな端末用の開閉ブロック
---------------------------------------------------------------------------
.small-screen #menubar {height: 0px;}*/

@media screen and (max-width:900px) {
    #aix #logo {height: 90px;}
    a.ddmenu::after {
    color: #fff;
}
}
/*メニューブロック設定*/
.small-screen #menubar.display-block {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 10px;	/*上に空ける余白。ハンバーガーアイコンと重ならない為の指定ですのでお好みで変更OK。*/
	background:rgba(0,0,0,0.85);	/*背景色。css冒頭で指定しているprimary-colorを読み込みます*/
	animation: animation1 0.2s both;	/*animation1を実行する。0.2sは0.2秒の事。*/
	color: var(--primary-inverse-color);	/*文字色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/
}

/*メニュー１個あたりの設定*/
.small-screen #menubar li {
	border-bottom: 1px solid #3A3A3A;	/*枠線の幅、線種、色*/
}
.small-screen #menubar a {
	color: inherit;
	padding: 1rem 1rem ;		/*メニュー内の余白。上下、左右へ。*/
}
.small-screen #menubar li li a {
	background: var(--primary-inverse-color);	/*背景色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/
	color: var(--primary-color);	/*文字色。css冒頭で指定しているprimary-colorを読み込みます*/
}

@media screen and (max-width:900px) {
.small-screen #menubar li li a {
	background: rgba(30,30,30,0.9);	/*背景色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/
	color: #fff;	/*文字色。css冒頭で指定しているprimary-colorを読み込みます*/
}
.aix-current {
    color:#5C5C5C;
    opacity: 1!important;
}
}

/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーを囲むブロック*/
#menubar_hdr {
	animation: opa1 0.3s 0.5s both;
	position: fixed;z-index: 101;
	cursor: pointer;
	top: 2vw;		/*上からの配置場所*/
	right: 2vw;		/*右からの配置場所*/
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	padding: 15px;	/*ブロック内の余白*/
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.5s;
	background: rgba(0,0,0,0.9);	/*背景色*/
    border-radius: 4px;
}

/*以下は変更不要*/
#menubar_hdr div {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/*バーの設定*/
#menubar_hdr div span {
	display: block;
	width: 100%;
	height: 2px;			/*線の太さ*/
	background-color: #fff;	/*線の色*/
	border-radius: 4px;		/*コーナーを少しだけ丸く*/
	transition: all 0.5s ease-in-out;
	position: absolute;
}

/*以下変更不要*/
#menubar_hdr div span:nth-child(1) {top: 0;}
#menubar_hdr div span:nth-child(2) {top: 50%;transform: translateY(-50%);}
#menubar_hdr div span:nth-child(3) {bottom: 0;}
#menubar_hdr.ham div span:nth-child(1) {top: 50%;transform: translateY(-50%) rotate(45deg);}
#menubar_hdr.ham div span:nth-child(2) {opacity: 0;}
#menubar_hdr.ham div span:nth-child(3) {top: 50%;transform: translateY(-50%) rotate(-45deg);}

/*メインのボタン
---------------------------------------------------------------------------*/
.main-btn{
    display: flex;
    justify-content: space-between;
}
a.aix-btn{
  display: inline-flex;
  height: 54px;
  margin: 0 auto;
  color: #fff;
  background-color: #242422;
  box-sizing: border-box;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  padding: 0 50px 0 30px;
  margin-bottom: 1vw;
}
a.aix-btn::before,
a.aix-btn::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.aix-btn::before{
  right: 19px;
  width: 19px;
  height: 1px;
  background: #fff;
}
a.aix-btn::after{
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.aix-btn:hover{
  opacity: 0.6;
}
a.aix-btn:hover::before{
  opacity: 0.6;
}
a.aix-btn:hover::after{
    opacity: 0.6;
}
@media screen and (max-width:900px) {
    a.aix-btn{
    display: inline-flex;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    padding: 0 42px 0 20px;
    margin-top: 5px;
    }
}

/*ロゴスライダーブロック
---------------------------------------------------------------------------*/
.slider_parent {
  position: relative;
  overflow: hidden;
  margin: 5vw 0 2vw;
}

.slider_parent .slider_slider {
  display: flex;
}

.text_scroll {
  animation: scroll 50s linear infinite;
}

.text_scroll_reverse {
  animation: scroll 50s linear infinite;
  animation-direction: reverse !important; 
}

.slider_logos {
  flex-shrink: 0;
}

.slider_parent ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.slider_parent ul li {
  display: inline-block;
}

.slider_parent ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.slider_parent ul li > a img {
  transition: 0.4s;
}
.slider_parent ul li > a img {
  max-width: 100% !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 991px) {
  .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider_parent ul li img {
    height: 70px;
    width: auto;
  }
  .text_scroll {
    animation: scroll 30s linear infinite;
  }
}

/*mainブロック
---------------------------------------------------------------------------*/
h2 .background-text {
  position: relative;
  display: flex; /* フレックスボックスを有効化 */
  justify-content: center; /* 水平方向の中央寄せ */
  align-items: center; /* 垂直方向の中央寄せ */
  font-size: 34px; /* 通常テキスト用のフォントサイズ */
  color: #242422; /* 通常テキストの色 */
  margin: 50px 0; /* 上下に50pxのマージンを設定 */
}

h2 .background-text::after {
  position: absolute;
  top: 50%; /* 垂直方向の中央寄せ */
  left: 50%; /* 水平方向の中央寄せ */
  transform: translate(-50%, -50%); /* 中央に配置 */
  font-size: 90px; /* 背景テキストのフォントサイズ */
  color: #F2F2F2; /* 背景テキストの色（透明度含む） */
  z-index: -1; /* 背景として配置 */
  white-space: nowrap; /* テキストの折り返し防止 */
  font-weight: 100;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  letter-spacing: 15px;
}
h2 .text01::after {
  content: 'SERVICE';
}
h2 .text02::after {
  content: 'WORKS';
}
h2 .text03::after {
  content: 'ADVANTAGE';
}
h2 .text04::after {
  content: 'AI×MKG KNOWLEDG';
}
h2 .text05::after {
  content: 'NEWS';
}
h2 .text06::after {
  content: 'SHUWATO TV';
}
h2 .text2-01::after {
  content: 'LLMO CONSULTING';
}
h2 .text2-02::after {
  content: 'PROBLEM';
}
h2 .text2-03::after {
  content: 'RESULT';
}
h2 .text2-04::after {
  content: 'ADVANTAGE';
}
h2 .text2-05::after {
  content: 'SERVICE・PLAN';
}
h2 .text2-06::after {
  content: 'PRICE';
}
h2 .text2-07::after {
  content: 'PROFILE';
}
h2 .text2-08::after {
  content: 'SERVICE FLOW';
}
h2 .text2-09::after {
  content: 'FAQ';
}
h2 .text2-10::after {
  content: 'MERIT';
}
h2 .br{
    display: none;
}
@media screen and (max-width:900px) {
    h2 .background-text {
    font-size: 1.3rem; /* 通常テキスト用のフォントサイズ */
    margin: 50px 0 0; /* 上下に50pxのマージンを設定 */
    line-height: 1.4;
        text-align: center;
    }
h2 .background-text::before,
h2 .background-text::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
    position:inherit;
    top: inherit;
    left: inherit;
    transform: unset;

}
h2 .background-text::before {
    margin-right: 0.5rem;
}
h2 .background-text::after {
    margin-left: 0.5rem;
}
h2 .br{
    display: block;
}
}

/*右側の装飾文字の設定*/
main h2 .small {
	display: block;
	font-size: 0.6em;	/*文字サイズを親要素の60%に*/
	opacity: 0.5;		/*透明度。色が50%出た状態。*/
}

/*h2のテキストをセンタリングする場合*/
main h2.c {
	display: block;
	border: none;		/*下線を非表示に*/
	text-align: center;	/*テキストをセンタリング*/
	font-size: 2rem;	/*文字サイズを２倍に*/
}

/*h3見出し*/
main h3 {
	font-size: 1.2rem;		/*文字サイズ*/
	font-weight: bold;	/*デフォルトの太字を標準に*/
    text-align: center;
}
@media screen and (max-width:900px) {
    main h3 {
	font-size: 1rem;		/*文字サイズ*/
    line-height: 1.2;
    text-align: left;
    }
}
/*フッターのコンテンツ（住所やマップが入っているブロック）
---------------------------------------------------------------------------*/
/*ブロック全体*/
#footer-contents {
	background: #fff;	/*背景色*/
	color: #fff;			/*文字色*/
    padding: 5vw var(--global-space);	
}
#footer-contents p{
	font-size: 24px;
    margin: 0 0 5px;
    line-height: 1.2;
    text-shadow:0px 0px 5px rgba(0,0,0,0.7);
}
.footer-contents-btn{
    display:inline;
    justify-content:flex-start;
}
a.footer-contents-btn{
  display: inline-flex;
  height: 48px;
  margin: 0 auto;
  color: #fff;
  background-color: #242422;
  box-sizing: border-box;
  line-height: 48px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  padding: 0 50px 0 30px;
  border: 1px solid #ccc;
}
a.footer-contents-btn::before,
a.footer-contents-btn::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.footer-contents-btn::before{
  right: 19px;
  width: 19px;
  height: 1px;
  background: #fff;
}
a.footer-contents-btn::after{
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.footer-contents-btn:hover{
  opacity: 0.4;
}
a.afooter-contents-btn:hover::before{
  opacity: 0.4;
}
a.footer-contents-btn:hover::after{
    opacity: 0.6;
}
@media screen and (max-width:900px) {
    a.footer-contents-btn{
    display: table;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    padding: 0 42px 0 20px;
    margin-top: 5px;
    }
}

/*左側のブロック*/
#footer-contents .left {
    background: url("../images/footer-contents-left-bg.png") top left no-repeat;
    background-size: cover;
    padding: 2vw;
}
#footer-contents .right {
}
#footer-contents .right-t {
    background: url("../images/footer-contents-right-bg-t.png") top left no-repeat;
    background-size: cover;
    padding: 2vw;
    height: 200px;
}
#footer-contents .right-b {
    background: url("../images/footer-contents-right-bg-b.png") top left no-repeat;
    background-size: cover;
    padding: 2vw;
    height: 200px;
}

	/*画面幅901px以上の追加指定*/
	@media screen and (min-width:901px) {
	
	#footer-contents {
		display: flex;	/*flexボックスを使う指定*/
		gap: 0rem;		/*左右のボックスの間のマージン的な設定*/
	}
	
	/*左側のブロック*/
	#footer-contents .left {
		margin-bottom: 0;	/*下のマージン（外側への余白）をリセット*/
		width: 50%;			/*幅。leftとrightで合計100になれば、お好みで変更してもらって構いません。*/
	}
	
	/*右側のブロック*/
	#footer-contents .right {
		width: 50%;			/*幅。leftとrightで合計100になれば、お好みで変更してもらって構いません。*/
	}

	}/*追加指定ここまで*/

@media screen and (max-width:900px) {
#footer-contents p{
	font-size: 16px;
    text-align: center;
    margin: 0 0 5px;
    text-shadow:0px 0px 5px rgba(0,0,0,0.7);
}
#footer-contents .left {
    height: 150px;
    padding: 30px 0;
    display: grid;
    place-items: center;
}
#footer-contents .right {
}
#footer-contents .right-t {
    height: 150px;
    padding: 30px 0;
    display: grid;
    place-items: center;
}
#footer-contents .right-b {
    height: 150px;
    padding: 30px 0;
    display: grid;
    place-items: center;
}
.footer-contents-btn{
    display:inline;
    justify-content:center;
}
}
/*footer-contents内のマップ。レスポンシブにする為のものなので、基本は編集不要です。
---------------------------------------------------------------------------*/
.iframe-box {
	width: 100%;
	height: 0;
	padding-top: 56.25%;	/*マップの高さを増やしたい場合は、ここの数値を上げてみて下さい。*/
	position: relative;
	overflow: hidden;
}
.iframe-box iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

/*フッター共通
---------------------------------------------------------------------------*/
#aix-footermenu {
	padding: 3rem var(--global-space) 4rem ;	/*上下、左右へのボックス内の余白。左右はcss冒頭で指定しているglobal-spaceを読み込みます*/
}

/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#aix-footermenu {
	background: #000;	/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 0.8rem;		/*文字サイズ。*/
	display: flex;			/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: flex-start;		/*垂直揃えの指定。上に配置されるように。*/
}

/*ボックス内のリンクテキスト設定*/
#aix-footermenu a {
	text-decoration: none;
	color: #fff;
}
#aix-footermenu a:hover {
	text-decoration:underline;
}
/*ulタグ（メニューの１列あたり）*/
#aix-footermenu ul {
	margin: 0;list-style: none;
	padding: 0 0.3em;
	flex: 1;
}

/*メニューの見出し(title)*/
#aix-footermenu .title {
	color: #ccc;			/*文字色*/
	padding-bottom: 5px;	/*下に空けるスペース*/
    font-size: 16px;
	color: #fff;
}

#aix-footermenu .links{
    margin-left: 20px;
    font-size: 16px;
}
@media screen and (max-width:900px) {
    #aix-footermenu {
	display: flow;
    font-size: 14px;
    }
    #aix #logo{height: 80px;}
    #aix-footermenu .title {
    font-size: 14px;
    }
    #aix-footermenu .links{
    font-size: 14px;
    }
}

/*フッター設定
---------------------------------------------------------------------------*/
small {font-size: 100%;}
.aix-footer {
	font-size: 0.7rem;		/*文字サイズ*/
	background: #000;	/*背景色*/
	color: #fff;			/*文字色*/
	text-align: center;		/*内容をセンタリング*/
	padding: 1rem;			/*ボックス内の余白*/
}

/*リンクテキスト*/
.aix-footer a {color:#fff;text-decoration: none;}
.aix-footer a:hover {text-decoration:underline;}

/*著作部分*/
aix-footer .pr {display: block;}


/*フッター内にあるソーシャルメディアのアイコン
---------------------------------------------------------------------------*/
ul.icons {
	list-style: none;
	margin: 0;padding: 0;
	display: flex;
	align-self: center;
	gap: 1rem;	/*アイコン同士のマージン的な要素。１文字分。*/
}
.icons i {
	font-size: 40px;	/*アイコンサイズ*/
}


/*FAQ
---------------------------------------------------------------------------*/
/*質問*/
.faq dt {
	border-radius: 3px;		/*枠を角丸にする指定*/
	margin-bottom: 1rem;	/*下に空けるスペース*/
	background: #fff;		/*背景色*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	text-indent: -2rem;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 0.5rem 1em 0.5rem 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
}

/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "Font Awesome 6 Free";	/*Font Awesomeを使う指定*/
    content: "\f059";		/*アイコンのコード*/
	padding-right: 1rem;	/*アイコンとテキストとの間のスペース*/
	color: var(--primary-color);	/*アイコンの色。css冒頭で指定しているprimary-colorを読み込みます*/
}

/*回答*/
.faq dd {
	padding: 0 1rem 1rem 3rem;	/*ボックス内の余白。上、右、下、左への順番。*/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}


/*list-half（左右にわかれたボックス）
---------------------------------------------------------------------------*/
/*画像ブロック*/
.list-half .image {
    width: 60vw;	/*幅。60%。*/
	margin: 0 auto;	/*画像を中央に配置*/
	padding: 5vw 0;	/*上下、左右への余白。画像の上下に隙間をあけます。*/
}

.list-half p {
	padding: 0;	/*上下、左右への余白。画像の上下に隙間をあけます。*/
}

.bg-gray{background-color:#E5E5E5; padding: 50px;}
.logo-area{margin: 0 auto;}
.logo-area img{margin: 0.5vw 0.5vw; box-shadow:0px 0px 5px rgba(0,0,0,0.1); border-radius: 4px;}

.ttl-line {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  font-size: 1.4rem;
  padding-bottom: 15px;
}
.ttl-line::before,
.ttl-line::after {
  background-color: #fff; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.ttl-line-n {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  font-size: 2rem;
  padding-bottom: 15px;
  font-weight: bold;
}
.ttl-line-n::before, .ttl-line-n::after {
    background-color: #fff;
    content: "";
    flex-grow: 1;
    height: 0px;
}

.ttl-line::before {
  margin-right: 15px; /* 文字との余白 */
}
.ttl-line::after {
  margin-left: 15px; /* 文字との余白 */
}
.black-box{
    background-color: #242422;
    color: #fff;
    padding: 1vw;
    line-height: 1.4;
    text-align: center;
}
.black-box .pl20{
    padding-left: 20px;
}
.black-box .br{
    display: none;
}
.aix-cta{
    display: grid;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}
.cta-bg{
    background: url("../images/cta-bg.png") center center no-repeat;
    background-size:auto;
    padding: 5vw 0;
}
.bg-gray-o{
    background-color:rgba(0,0,0,0.1);
    height: 13vw;
    display: grid;
    align-items: center;
    padding: 3vw;
}
.name2{
    color: #A1A1A1;
    font-size: 1.2rem;
    font-weight: normal;
    padding-left: 1vw;
}
@media screen and (max-width:1080px) {
	/*ボックス全体*/
	.list-half {
		display: block!important;
		justify-content: space-between;
		align-items: center;
		gap: 2vw;	/*左右の間に空けるマージン的な要素*/
		position: relative;
	}
}

/*画面幅600px以上の追加指定*/
@media screen and (min-width:800px) {
	/*ボックス全体*/
	.list-half {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 2vw;	/*左右の間に空けるマージン的な要素*/
		position: relative;
	}
	.list-half-list {
		display: table!important;
        margin: 0 auto!important;
	}
	.list-half-plan {
		display: flex;
		justify-content: space-between;
		align-items:flex-start;
		gap: 2vw;	/*左右の間に空けるマージン的な要素*/
		position: relative;
	}
	.list-half-plan .title{
		font-size: 1.2rem!important;
        font-weight: bold;
        align-items: left;
        border-bottom: 1px solid #000;
	}
	.list-half-plan .sub{
		color: #949494;
	}
	/*テキストブロック*/
	.list-half .text {
		flex: 1;
        text-align: left;
        line-height: 1.6;
	}
    .text-plan {
        text-align: center;
        line-height: 1.6;
	}
	.list-half .txt-blarge {
		font-size: 2.2rem;
        font-weight: bold;
        margin: 0;
	}
    .list-half .txt-large {
		font-size: 1.3rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin: 0;
	}
    section .list-half li{
		font-size: 1.2rem!important;
        font-weight: bold;
        align-items: center;
        margin: 0;
        margin-left:1em;
	}
	.list-half .txt-small {
		font-size: 1.2rem;
        margin: 5px 0 20px;
	}
	.list-half .txt-number {
		font-size: 2.4rem;
        font-weight: bold;
        color: #E5E5E5;
        padding-right: 2vw;
	}
    .list-half .top-half {
		border-right: 1px solid #000;
        padding-right: 2vw;
	}
    .list-half .title {
        text-align: left;
        line-height: 1.6;
        font-weight: bold;
        font-size: 1.4rem;
	}
    .list-all .title {
        text-align: center;
        line-height: 1.6;
        font-weight: bold;
        font-size: 1.4rem;
	}
    .text-plan .title {
        text-align: center;
        line-height: 1.6;
        font-weight: bold;
        font-size: 1.4rem;
	}
    .list-all p {
        text-align: center;
	}
	/*画像ブロック*/
	.list-half .image {
		padding: 0;		/*余白をリセット*/
		width: 30vw;	/*幅。40%。*/
        flex: 0.7;
        display: flex;
        justify-content: center;
	}
	.list-half .image img{
		width: 75%;
	}

	/*左右を入れ替える場合用*/
	.list-half.reverse {
		flex-direction: row-reverse;
	}

    .list-half .readmore-btn{
         display: grid;
    }
	}
/*追加指定ここまで*/

@media screen and (max-width:900px) {

.black-box .pl20{
    padding-left: 0px;
}
.black-box .br{
    display: block;
}
.list-half .txt-blarge {
		font-size:1.5rem;
        font-weight: bold;
        margin: 0;
}
.list-half p {
	padding: 0;
    margin: 5px 0;
    line-height: 1.4;
}
.list-half .title {
     font-weight: bold;
     font-size: 1.1rem;
     line-height: 1.4;
     padding-bottom: 10px;
}
.list-half .text:last-child {
      padding-top: 15px;
}
.bg-gray{background-color:#E5E5E5; padding: 10px;}
.logo-area img{height: 60px; text-align: center;}
.bg-gray .background-text{margin: 10px 0 0;}
.logo-area{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    width: 80%;
}
.list-half .txt-large {
    font-size: 1.0rem;
    font-weight: bold;
    display: flex;
    align-items:flex-start;
    margin: 0 0 10px;
}
.list-half .txt-list li{
    font-size: 1.1rem!important;
    line-height: 1.4;
    font-weight: bold;
    padding: 5px 0 0; 
}
.list-half .sp-list {
    text-indent: -1em;
    padding-left: 1em;
}
.list-half .txt-list:last-child {
      padding-top: 0px!important;
}
.list-half .txt-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #E5E5E5;
    padding-right: 2vw;
}
.list-all .title {
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.1rem;
}
.list-all p {
    line-height: 1.4;
}
.ttl-line {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  font-size: 1.2rem;
  padding-bottom: 15px;
  text-align: left;
  font-weight: bold;
}
.ttl-line::before {
    margin-right: 0px;
}

.black-box{
    padding: 4vw;
    text-align: left;
}
.aix-cta{
    display: grid;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
}
.cta-bg{
    background: url("../images/cta-bg.png") center center no-repeat;
    background-size:cover;
    padding: 30px 0;
}
.bg-gray-o{
    background-color:rgba(0,0,0,0.1);
    height: 180px;
    display: grid;
    align-items: center;
    padding: 20px 0;
}
.list-grid2 figure img{
    width: 50%;
    padding: 50px 0 10px;
}
.text-plan {
        text-align: left;
        line-height: 1.4;
}
.text-plan .title {
        text-align: center;
        line-height: 1.6;
        font-weight: bold;
        font-size: 1.2rem;
}
.list-half-plan {
		display: contents;
		justify-content: space-between;
		align-items:flex-start;
		gap: 2vw;	/*左右の間に空けるマージン的な要素*/
		position: relative;
}
.list-half-plan .title{
		font-size: 1.2rem!important;
        font-weight: bold;
        align-items: left;
        border-bottom: 1px solid #000;
}
.list-half-plan .sub{
		color: #949494;
}
.profile figure {
    width: 50%;	/*幅。60%。*/
	margin: 0 auto;	/*画像を中央に配置*/
	padding: 5vw 0;	/*上下、左右への余白。画像の上下に隙間をあけます。*/
}
}

/*list-grid
---------------------------------------------------------------------------*/
.list-grid1 .list * {margin: 0;padding: 0;}

/*ボックス１個あたり*/
.list-grid1 .list {
    display: grid;
	margin-bottom: 1rem;	/*下に空けるスペース*/
}
.list-grid1 a{
    text-decoration: none;
}
.list-grid1 a:hover .list{
    opacity: 0.6;
    display: block;
    transition: 0.3s;
}

/*ボックス内のp要素*/
.list-grid1 .list p {
	font-size: 0.7rem;	/*文字サイズを85%に*/
	line-height: 1.4;
    color: #9a9a9a;
}

/*ボックス１個あたり*/
.list-grid1 .list {
	padding: 0;			/*ボックス内の余白。１文字分。*/
	background: #fff;		/*背景色*/
    grid-template-rows: auto 1fr auto;	/*１つ目（この場合はfigure要素のサイズ）と「詳しくみる」ボタンの高さは自動に、２つ目（この場合はtextブロック））を残った幅で使う*/
    display: block;
}

/*ボックス内のfigure画像*/
.list-grid1 .list figure {
  object-fit: cover;
  object-position: center center;
}

.list-grid1 .list .text {margin: 10px 0;}
.list-grid1 h4 {font-size: 16px; font-weight: bold; line-height: 1.4;}
.list-grid1 p {font-size: 13px; line-height: 1.4; color: #333;}
.list-grid2 h4 {font-size: 1.1rem; font-weight: bold; line-height: 1.4; margin: 5px 0 10px;}
.list-grid2 p {font-size: 16px; line-height: 1.4; margin: 0;}
.list-grid3 h4 {font-size: 1.1rem; font-weight: bold; line-height: 1.4; margin: 5px 0 10px;}
.list-grid3 p {font-size: 16px; line-height: 1.4; margin: 0;}

.sub-contents .list-grid2 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);	/*4列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
}
.sub-contents .list-grid2 figure img{
    width: 100%;
    padding: 10px 0;
}

	/*画面幅800px以上の追加指定*/
	@media screen and (min-width:800px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);	/*4列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}
	.list-grid2 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);	/*4列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 3rem;	/*ブロックの間に空けるマージン的な指定*/
	}
	.list-grid3{
		display: grid;
		grid-template-columns: repeat(3, 1fr);	/*4列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 3rem;	/*ブロックの間に空けるマージン的な指定*/
	}
	/*ボックス１個あたり*/
	.list-grid1 .list {
		margin-bottom: 0;	/*下に空けるスペースをなくす*/
	}

	}/*追加指定ここまで*/

/*flow
---------------------------------------------------------------------------*/
.aix-flow{
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5vw;
}
.flow-left{
    flex: 0 0 10vw;
}
.flow-right{
    line-height: 1.4;
    flex: 1;
}
.flow-step{
    font-size: 1.4rem;
    color: #ccc;
    font-weight: bold;
}
.flow-step2{
    display: none;
    font-size: 1.4rem;
    color: #ccc;
    font-weight: bold;
}
.flow-title{
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 0.5vw;
}
@media screen and (max-width:900px) {
.flow-left{
    display: none;
}
.flow-step2{
    display:block;
    font-size: 1.4rem;
    color: #ccc;
    font-weight: bold;
    padding: 2vw 0;
}
.flow-title{
    font-size: 1.0rem;
    font-weight: bold;
    padding-bottom: 0.5vw;
}
}

/*FAQ
---------------------------------------------------------------------------*/
.faq-container {
  width:100%;
  margin: 0 auto;
}
.question {
  margin-bottom: 8px;
}

.faq-container dt {
  padding: 8px;
  cursor: pointer;
  user-select: none;
  position: relative;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size:1.2rem; 
}

.faq-container dt:hover {
  background-color: rgba(0, 0, 0, .1);
}

.faq-container dt::before {
  content: 'Q';
  background: #000;
  font-weight: bold;
  font-size:1.6rem;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
}

.faq-container dt::after {
  content: '＋';
  position: absolute;
  top: 16px;
  right: 16px;
  transition: transform .3s;
  font-weight: bold;
}

.question.appear dt::after {
  content: '―';
}

.faq-container dd {
  padding: 8px;
  margin: 0;
  display: none;
  line-height: 1.6;
}

.question.appear dd {
  display: block;
  animation: .3s fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@media screen and (max-width:900px) {
.faq-container dt {
  padding: 8px 15px 8px 0px;
  font-size:1rem;
  line-height: 1.4;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.faq-container dt::before {
  font-size:0.9rem;
  padding: 1px 4px 3px;
  margin-right: 5px;
  margin-bottom: 20px;
   height: 100px!important;
  line-height: 1.2;
}

.faq-container dt::after {
  top: 8px;
  right: 0px;
}
}
/*ボタン（btn）
---------------------------------------------------------------------------*/
.btn a {
	display: block;text-decoration: none;
	font-size: 1rem;
	text-align: center;		/*テキストをセンタリング*/
	background: var(--primary-color) !important;	/*背景色。css冒頭で指定しているprimary-colorを読み込みます*/
	color: var(--primary-inverse-color) !important;	/*文字色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/
	padding: 0.5rem !important;		/*ボタン内の余白*/
	margin-top: 1rem !important;	/*ボタンの外（上）に空けるスペース*/
}

.readmore-btn{
    display:inline;
    justify-content:flex-start;
    display: flex;
    padding: 1vw 0; 
}
a.readmore-btn{
  display: inline-flex;
  height: 44px;
  margin: 0 auto;
  color: #fff;
  background-color: #242422;
  box-sizing: border-box;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  padding: 0 50px 0 30px;
  border: 1px solid #ccc;
}
a.readmore-btn::before,
a.readmore-btn::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.readmore-btn::before{
  right: 19px;
  width: 19px;
  height: 1px;
  background: #fff;
}
a.readmore-btn::after{
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.readmore-btn:hover{
  opacity: 0.4;
}
a.readmore-btn:hover::before{
  opacity: 0.4;
}
a.readmore-btn:hover::after{
    opacity: 0.6;
}
@media screen and (max-width:900px) {
    a.readmore-btn{
    display: table;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 42px 0 20px;
    margin-top: 5px;
    }
}
/*bg1背景色がついたブロック
---------------------------------------------------------------------------*/
.bg1 {
	position: relative;
	background: #fcf8ea;	/*背景色*/
	padding-top: 5vw;		/*ボックス内の上に空ける余白。お好みで調整して下さい。*/
	padding-bottom: 5vw;	/*ボックス内の下に空ける余白。お好みで調整して下さい。*/
	/*margin-top: 10vw;		ボックス外の上に空ける余白。お好みで調整して下さい。*/
	/*margin-bottom: 10vw;	ボックス外の下に空ける余白。お好みで調整して下さい。*/
	
	/*以下は変更不要*/
	margin-left: calc(-1 * var(--global-space));
	margin-right: calc(-1 * var(--global-space));
	padding-left: var(--global-space);
	padding-right: var(--global-space);
}
.bg1 a {
	color: inherit;
}


/*NEWSブロック
---------------------------------------------------------------------------*/
.new {
	overflow: hidden;
	margin-bottom: 4rem;	/*ブロックの下に空けるスペース。4文字分。*/
}
.news-list{
    display: block;
    border-bottom: 1px solid #F2F2F2;
    padding-top: 5px;
}
.news-list:first-child{
    border-top: 1px solid #F2F2F2;
}
/*日付(dt)設定*/
.new dt {
	padding: 0 0;	/*dt内の余白。上、左右、下への順番。*/
    font-size: 0.8rem;
    color: #9a9a9a;
    display: flex;
    justify-content: space-between;
}
.new dt a:hover{
	opacity: 0.6;
    transition: 0.3s;
}

/*記事(dd)設定*/
.new dd {
	padding: 0;	/*dd内の余白*/
    line-height: 1.6;
    padding-top: 5px;
}
.new dd a{
	text-decoration: none;;
}
.new dd a:hover{
	opacity: 0.6;
}
.date{
}
.category{
}

/*ブロック内のspan。日付の横のアイコン的な部分の共通設定*/
.new dt span {
	display: inline-block;
	text-align: center;
	line-height: 1.8;		/*行間（アイコンの高さ）*/
	border-radius: 3px;		/*角を丸くする指定*/
	padding: 0 0.5rem;		/*上下、左右へのブロック内の余白*/
	width: auto;			/*幅。8文字分。*/
	transform: scale(0.8);	/*80%のサイズに縮小*/
	background: #fff;		/*背景色*/
	color:#777;				/*文字色*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}

/*icon-bg1*/
.new .icon-bg1 {
	background: var(--primary-color);	/*背景色。css冒頭で指定しているprimary-colorを読み込みます*/
	color: var(--primary-inverse-color);	/*文字色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/
	border-color: transparent;			/*枠線を出したくないので透明にする*/
}

	/*画面幅700px以上の追加指定*/
	@media screen and (min-width:700px) {

	/*ブロック全体*/
	.new {
		display: block;	/*gridを使う指定*/
		grid-template-columns: auto 1fr;	/*横並びの指定。日付とアイコン部分の幅は自動で、内容が入るブロックは残り幅一杯とる。*/
        padding: 0 10vw;
	}

	/*日付(dt)設定*/
	.new dt {
		padding: 0;	/*dt内の余白。上、右、下、左への順番。*/
	}

	/*記事(dd)設定*/
	.new dd {
		padding:0;	/*dd内の余白。上、右、下、左への順番。*/
	}

	}/*追加指定ここまで*/



/*2・3カラム（main-contents、sub-contents設定）
---------------------------------------------------------------------------*/
/*main-contentsブロック*/
.main-contents {
	margin-bottom: 2vw;	/*ボックスの下に空けるスペース*/
}
	/*カラムで使う為の指定*/
main.column {
	display: flex;					/*横並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	gap: 3vw;						/*main-contentsとsub-contentsの間のマージン的な隙間*/
}
.main-contents {
		margin-bottom: 0;
		order: 1;		/*並び順。数字の小さい順番に表示されます。*/
		flex: 1;
}
.sub-contents h2,h4,p {margin: 10px 0; line-height: 1.6;}

	/*画面幅901px以上の追加指定*/
	@media screen and (min-width:800px) {

	/*main-contentsブロック*/
	.main-contents {
		margin-bottom: 0;
		order: 2;		/*並び順。数字の小さい順番に表示されます。*/
		flex: 1;
	}
	
	/*sub-contentsブロック共通*/
	.sub-contents {
		width: 210px;	/*幅。お好みで変更して下さい。*/
	}
	
	/*1つ目のsub-contents*/
	.sub-contents:nth-child(2) {
		order: 1;	/*並び順。数字の小さい順番に表示されます。*/
        flex: 1;
        background-color: #e5e5e5;
        padding: 20px;
	}
	
	/*2つ目のsub-contents（※３カラムで使いたい場合用）*/
	.sub-contents:nth-child(3) {
		order: 3;	/*並び順。数字の小さい順番に表示されます。３番目という意味なので一番右側に表示されます。*/
	}
	
	}/*追加指定ここまで*/


/*サブコンテンツ内のh3要素(見出し)*/
.sub-contents h3 {
	margin: 0;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.sub-contents h3::first-letter {
	border-left: 3px solid var(--primary-color);	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;
}


/*サブメニュー設定
---------------------------------------------------------------------------*/
/*サブメニューブロック全体*/
.submenu {
	padding: 0;
	margin: 0 0 1rem;	/*上、左右、下へのマージン*/
	border-top: 1px solid #ccc;	/*上の枠線の幅、線種、色*/
}

/*メニュー１個あたり*/
.submenu a {
	display: block;text-decoration: none;
	padding: 0.2rem 1rem;	/*上下、左右へのメニュー内の余白*/
	background: #fff;	/*背景色*/
}

/*メニュー１個あたり（子メニュー以外）*/
.submenu > li {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-top: none;		/*上の線だけなくす*/
}

/*子メニュー*/
.submenu li li a {
	padding-left: 2rem;	/*左に余白を空ける*/
}


/*box1
---------------------------------------------------------------------------*/
.box1 {
	padding: 1rem;			/*ボックス内の余白*/
	margin-bottom: 1rem;	/*ボックスの下に空けるスペース*/
	background: rgba(0,0,0,0.05);	/*背景色*/
	border: solid 1px #ccc;	/*線の線種、幅、色*/
	box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。右へ、下へ、ぼかし幅、距離。#fffは白のことでinsetは内側へ向けての影の指定。*/
}

/*box1内のsubmenuの下マージンをなくす*/
.box1 .submenu {
	margin-bottom: 0;
}


/*詳細ページのサムネイル切り替えブロック
---------------------------------------------------------------------------*/
/*大きな画像が表示されるブロック*/
.thumbnail-view-parts {
	max-width: 1000px;		/*最大幅*/
	margin: 0 auto 1rem;	/*ブロック要素を中央に配置。下に1文字分のマージンをとる。*/
	text-align: center;		/*画像が小さい場合でもセンタリングされるように*/
}

/*サムネイル全体を囲むブロック*/
.thumbnail-parts {
	display: flex;				/*flexを使う指定*/
	justify-content: center;	/*並びかたの種類の指定。これはセンタリングする指定。*/
	margin-bottom: 2rem;		/*下に空けるスペース。２文字分。*/
}

/*サムネイル画像*/
.thumbnail-parts img {
	width: 100px;		/*サムネイルの幅*/
	margin: 2px;		/*サムネイル間のスペース*/
	cursor: pointer;	/*リンクタグではないが、クリックできる事をわかりやすくする為にリンクと同じポインターにしておきます。*/
	transition: 0.3s;	/*マウスオンまでにかける時間。3秒。*/
}
.thumbnail-parts img:hover {
	opacity: 0.8;	/*マウスオン時に80%だけ色を出す。つまり薄くなります。*/
}


/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.aix-from{line-height: 1.4;}
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 0.5rem 1rem;	/*ボックス内の余白*/
	background: #999;		/*背景色*/
	color: #fff;			/*文字色*/
	margin-bottom: 1rem;	/*下に空けるスペース*/
	border-radius: 5px;		/*角を丸くする指定*/
    padding-bottom: 20px;
}

/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;				/*幅*/
	margin-bottom: 1rem;			/*テーブルの下に空けるスペース*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
    margin-bottom: 1vw;
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 0.5rem;		/*ボックス内の余白*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
    font-size: 1rem;
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 25%;		/*幅*/
    vertical-align: baseline;
}
.ws::placeholder {
    color: #B8B8B8; /* 例としてグレーに設定 */
}
.wl::placeholder {
    color: #B8B8B8;
    font-size: 1rem;
    line-height: 1.4;
}

.documentdl .ta1 th, .ta1 td {
	display: block;
    padding: 0 0 10px;
    width: 100%;
}
.documentdl .ws {height: 44px!important; padding: 5px!important;}
/*テーブル（ta2）サブブロックの受付テーブルに使用。
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta2 caption {
	text-align: center;
	background: var(--primary-color);
	color: var(--primary-inverse-color);
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}

/*ta2設定*/
.ta2 {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 2rem;	/*テーブルの下に空けるスペース*/
	text-align: center;		/*センタリング*/
	background: #fff;		/*背景色*/
	color: #333;			/*文字色*/
}
.ta2, .ta2 td, .ta2 th {
	word-break: break-all;
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
}

/*曜日と午前午後*/
.ta2 th {
	background: #fffbe3;
}

.required{
    font-size: 0.6rem;
    background-color: #FF7773;
    padding: 3px 4px;
    color: #fff;
    border-radius: 2px;
    margin: 0 2px;
    vertical-align: text-bottom;
}
.submit-btn{
    background-color: #242422;
    font-size: 1.4rem;
    padding: 0.5vw 2vw;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.submit-btn:hover{
    background-color: #242422;
    font-size: 1.4rem;
    padding: 0.5vw 2vw;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    opacity: 0.6;
}
.checkbox_icon {
    accent-color: #242422;
    cursor: pointer;
    margin: 30px 5px;
}
.checkbox_text {
    margin: 30px 5px;
    cursor: pointer;
}
input[type=checkbox] {
  transform: scale(1.5);
}
/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(51,51,51,0.9);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-check, .color-check a {color: #ff0000 !important;}
.l {text-align: left !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 100%;display: inline; border: 1px solid #C7C7C7; border-radius: 2px; height: 60px;padding: 0.5vw;}
.wl {width: 100%;display: block; border: 1px solid #C7C7C7; border-radius: 2px;padding: 0.5vw; font-size: 1rem; line-height: 1.4;}
.mb0 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt30 {margin-top: 30px !important;}
.mt50 {margin-top: 50px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee;color: #333;border: 1px solid #ccc; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.75em;}
.large {font-size: 2em; letter-spacing: 0.1em;}
.pc {display: none;}
.dn {display: none !important;}
.block {display: block !important;}
.bold {font-weight: bold !important;}
.aix-current{opacity: 0.1; padding: 0.8rem 25px; border: 1px solid #000; border-radius: 4px;}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	.ws {width: 100%;display: inline; border: 1px solid #C7C7C7; border-radius: 2px; height: 60px;padding: 0.5vw;}
	.sh {display: none;}
	.pc {display: block;}

	}/*追加指定ここまで*/

@media screen and (max-width:900px) {
.mt50 {margin-top: 50px !important;}

main.column {
	display: grid;					/*横並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	gap: 3vw;						/*main-contentsとsub-contentsの間のマージン的な隙間*/
}
.ta1 th, .ta1 td {
	display: block;
    padding: 0 0 5px;
    width: 100%;
}
.ws {height: 44px!important; padding: 5px!important;}
.wl { padding: 5px!important;}
.submit-btn{
    font-size: 1.0rem;
    padding: 3vw 4vw;
}
.submit-btn:hover{
    font-size: 1.0rem;
    padding: 3vw 4vw;
}
.documentdl .ta1 th, .ta1 td {
	display: block;
    padding: 0 0 5px;
    width: 100%;
}
}
