@charset "utf-8";



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


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

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

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

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

.hamburger-menu {
    display: none;
}


.text{
position:relative;
margin-bottom:50px
}

.ank02{
display:flex;
justify-content:center;
flex-wrap:wrap;
padding:0;
-webkit-transition:all .5s ease!important;
-moz-transition:all .5s ease!important;
-o-transition:all .5s ease!important;
transition:all .5s ease!important
}

.ank03{
display:flex;
justify-content:center;
flex-wrap:wrap;
padding:0;
-webkit-transition:all .5s ease!important;
-moz-transition:all .5s ease!important;
-o-transition:all .5s ease!important;
transition:all .5s ease!important
}

.ank02 li,.ank03 li{
width:40%;
margin-bottom:20px;
display:flex;
align-items:center;
align-content:center;
justify-content:center;
position:relative;
height:100%;
padding:0 10px;
-webkit-transition:all .5s ease!important;
-moz-transition:all .5s ease!important;
-o-transition:all .5s ease!important;
transition:all .5s ease!important
}

.ank02 li a,.ank03 li a{
	width: 100%;
	    padding: 15px;
	    border-bottom: 2px dotted #d0008b;
	    font-size: 16px;
	    line-height: 1.3;
	    color: #d0008b;
	    text-align: center;
	    vertical-align: middle;
	    transition: .1s ease-in-out;
	    font-weight: bold;
	    -webkit-transition: all .5s ease !important;
	    -moz-transition: all .5s ease!important;
	    -o-transition: all .5s ease!important;
	    transition: all .5s ease !important;
}

.ank02 li a:hover,.ank03 li a:hover{
color:#000000;
}


.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
		list-style: none;
		padding: 0;
}

.heder_cont {
    width: 100%;
}

.menu > li {
    float: left;
    height: 50px;
    line-height: 50px;
    background-color: none;
    box-sizing: border-box;
    list-style: none;
		padding: 0 50px;
}


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



/*0608
---------------------------------------------------------------------------*/

.button-51 {
    display: flex;
    justify-content: center;
    position: relative;
    width: 300px;
    margin: 30px auto;
    padding: .9em 2em;
    border: none;
    border-bottom: 2px solid #e6edf3;
    background-color: transparent;
    color: #333;
    font-weight: 600;
    font-size: 1em;
		background: #ffffff;
    border-radius: 8px;
}


.con {
    text-align: center;
}

.con img {
    width: 200px;
}

a.btn {
    width: max-content;
    display: block;
    margin: auto;
}

.button-52 {
    display: flex;
    justify-content: center;
    position: relative;
    width: 300px;
    margin: 30px auto;
    padding: .9em 2em;
    border: none;
    border-bottom: 2px solid #e6edf3;
    background-color: transparent;
		color: #ffffff;
    font-weight: 600;
    font-size: 1em;
    background: #25a710;
    border-radius: 8px;
}

.button-ame {
    display: flex;
    justify-content: center;
    position: relative;
    margin: .8em auto;
    padding: .5em 3em;
    border: none;
    border: 1.5px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-size: 1em;
    background: #ffffff36;
    border-radius: 8px;
}

section.contact #container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0px;
}

.button-51::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center left;
    width: 100%;
    height: 2px;
    background-color: #2589d0;
    content: '';
    transition: transform .3s ease;
}

.button-51:hover::after {
    transform: scaleX(1);
}

.ameblo-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    border-bottom: dotted 1px #ffffff;
}
	 .ameblo-item img {
display: none;
 }
	 .ameblo-item a {
			 text-decoration: none;
			 color: #ffffff;
			 font-size: 1.2em;
			 padding-left: 0.5em;
}


	 .ame_flex .left {
		background-image: url(../images/amebg.png);
		background-size: cover;
		width: 100%;

}


	  .ame_flex .right{
			width: 49%;
}

	 .ame_flex .left,
 .ame_flex .right{
	 padding: 9px 150px;
	 border-radius: 15px;

 }


	 .ame_flex .left p.top_en{
text-align: center;
	 }

	 .ame_flex .left img{
		 width:300px;
	 }

	 .ame_flex {
	     display: flex	 ;
	     flex-direction: column;
	     align-items: center;
	     justify-content: center;
	 }


.ser_flex,
.service_flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
		gap:20px;
		padding-top: 50px;
}

.service_flex,
.about_top  {
	padding-bottom: 80px;
}

.left,.right{
	width: 50%
}

.service_flex .right{
	    display: flex;
	    flex-direction: column;
	}

.service_flex .left{
	width: 35%;
}

.ser_right p {
    line-height: 1.4;
    font-size: 0.9em;
    margin-bottom: 0;
}

.about_top {
    width: 60%;
    margin: auto;
    opacity: 0.6;
}

.ser_flex .right{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:15px;
}

.service_flex p.top_jp {
	font-size: 2em;
	    color: #0094da;
			margin-top: 0;
    line-height: 1.3;
}

.ser_right{
	padding: 20px;
	background: #ffffff;
	border-radius: 10px;
	text-align: center;
}

.ser_right img{
	width: 50%;
}


section.bg {
    background: #f4f2ea;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.bn_flex {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
    flex-direction: row;
}

.about.ser_bottom {
    width: 60%;
    margin: auto;
		padding-top: 80px;
}

#container2 {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:  20px 0;
}

tbody tr {
    border-bottom: 1px solid #000000;
}

.bn_flex img {
	width: 30%;
}


td.fee_title {
    font-weight: bold;
    color: #d0008b;
}

table.systemfee {
    width: 80%;
margin: auto;
    margin-bottom: 80px;
}

p.menup {
    text-align: right;
    margin-bottom: 0px;
		color: #d0008b;
}

tr
{
	display: table-row;
}

.systemfee td:first-child{
width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.3rem;
}
.systemfee td{
width: 50%;
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: right;
    font-size: 14px;
}

.systemfee2 td{
width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
}


section.pro p.top_jp  {
	font-size: 2em;
}

section.cus p.top_jp  {
	font-size: 2em;
	color: #fe2d4a;
}

section.pro {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
section.cus {
    background: #fff0f0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}




section.contact {
	    color: #FFF;
    box-sizing: border-box;
		margin: 50px calc(50% - 50vw);
    width: 100vw;
	}


.title2box{
text-align:center;
margin:auto
}

.example{
position:relative;
background:#3d3d3d;
/**
margin-bottom:100px
**/
}

.border_stripe {
        height: 12px;
        background-size: 7px 12px;
				background: url(../images/border_stripe.svg) repeat-x;
    width: 100%;
		        margin-top: 4px;
    }

		ul#ameblo-list {
		    padding: 0;
		    display: flex;
		    justify-content: space-around;
    flex-direction: column;
		margin: 0;
		}




.example h2{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
margin:0;
padding:0;
color:#fff;
font-weight:normal;
font-size:2em;
line-height:1.2;
text-align:center;
display: inline-block;
padding: 0 55px;
display: inline-block;
margin-bottom: 1em;
}

.example h2:before {
	content: '';
	  position: absolute;
	  bottom: -15px;
	  display: inline-block;
	  width: 60px;
	  height: 3px;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  background-color: #ffffff;
	  border-radius: 2px;
}

.example img{
width:100%;
height:200px;
object-fit:cover;
opacity:.6
}


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

a{
	text-decoration: none;
}


#subimg-box {
    position: relative;
}

img.sub_top {
    position: relative;
    z-index: -1;
}

br.spnone{
	display: block;
}


.brand_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-start;
}

.brand_cont {
    width: 32%;
}

.brand_logo {
    border: 2px #eeeeee solid;
		border-radius: 10px;
}

.brand_logo img {
padding: 20px;
}

.brand_cont p {
margin: 0;
}

p.brand_name {
    font-size: 1.2em;
    font-weight: bold;
		margin: 20px 0;
		line-height: 1;
}

.top_m_box p {
text-align: center;
margin: 0;
line-height: 1;
}

p.top_en img {
    width: 50px;
}

.top_m_box img {
    width: 400px;
    padding-bottom: 30px;
}

.top_m_box p {
    color: #333333;
    font-size: 2em;
		font-weight: normal;
		line-height: 1.5;
		font-family: serif;

}

.concept_flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.concept_flex .right{
	width: 50%;
}


.shop {
    padding: 10px 30px;
}

.shop_name p {
    border-bottom: dotted 1px;
		margin: 0;
		font-size: 1.5em;
}

.shop_more {
    display: flex;
		justify-content: flex-start;
		gap:10px;
}

table.systemfee.shop_table {
    margin-bottom: 0;
}

.kotei_flex {
    display: flex;
    align-items: stretch;
		justify-content: space-between;
}

#kotei{
	position: fixed;
	    z-index: 100;
	    bottom: 0;
	    display: block;
	    width: -webkit-fill-available;
	}


img.kotei_ig {
    width: 60px;
}

a.btn {
    width: calc(49% - 30px);
    text-align: center;
    background: #d0008b;
    margin: 0px;
		display: flex;
align-items: center;
justify-content: center;
}

.shop_waku {
    background: #d0008b;
}

.shop_waku p {
    color: #ffffff;
    margin: 0;
    padding: 5px;
    font-size: 1.2em;
}

a.btn p{
	color: #ffffff;
	font-size: 1.5em;
 margin: 0;
}

dl.company {
    margin: auto;
    width: 80%;
		margin-bottom: 80px;
}


.shop_more a {
width: 35%;
}

.head_more {
    display: flex;
		justify-content: center;
		gap:10px;
}

.head_more a {
width: 35%;
padding-top: 30px;
text-align: center;
}

.concept_flex .left{
	width: 50%;
}

.top_m_box {
    position: absolute;
    width: auto;
    top: 60%;
    left: 25%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
		text-align: center;
	}

img.under{
	padding-top: 50px;
}

img.about_img {
    border-radius: 15px;
    margin: 25px 0px;
}

.ceo_cont {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
		gap:30px;
		padding-bottom: 80px;
}

.ceo_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.name {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
		gap:10px;
}

.ceo_cont img {
    width: 30%;
    border-radius: 15px;
}

p.ceo_top{
    width: 100%;
    font-size: 1.8em;
    line-height: 1.5;
    margin: 0;
		text-align: center;
}

.name img {
    width: 160px;
}

p.ceo_text{
    width: 100%;
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
		text-align: center;
}

p.katagaki{
    width: auto;
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
}

html,body {
	font-size: 13px;	/*基準となるフォントサイズ。*/
	height: 100%;
	font-family: "Kosugi Maru", sans-serif!important;
}

.top_p {
    text-align: center;
}

.top_p p{
	margin: 0;
}

p.top_en {
    font-size: 0.9em;
}

.left p.top_jp {
    font-size: 2em;
		color: #076ad9 ;
		margin-top: 0;
		line-height: 1.3;
}

p.top_jp {
	font-size: 2.5em;
	   color: #333333;
		}

p.top_text {
    font-size: 1.1em;
    line-height: 1.6;
		margin: 0;
		text-align: center;
		padding-top: 20px;
}

.concept_flex p.top_text {
    font-size: 1.4em;
    line-height: 1.6;
		margin: 0;
		text-align: center;
		padding: 20px;
}

.news_cont,
.com_cont {
    border-bottom: solid 2px #eee;
		width: 100%;
		padding: 0.5em;
}

.com_cont dt {
    width: 150px;
}
.com_cont {
    display: flex;
}

.kasaneru{
  position: relative;/*親要素にrelative*/
}
.kasaneru p{
  color: #000000;
  font-size: 1.5rem;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}

.top_img_flex {
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
		justify-content: space-evenly;
}

.top_img_cont {
    width: 48%;
		margin-bottom: 30px;
}

p.cont_text{
	padding-top: 1px;
	margin: 0;
}

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

		html, body {
			font-size: 17px;	/*基準となるフォントサイズ。*/
		}

	}/*画面幅900px以上の追加指定ここまで*/


	img.top_bg {
	    position: absolute;
	    top: -1px;
	    width: 100%;
			display: block;
	}

body {
	margin: 0;padding:0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	/*フォント種類（ゴシック）*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #000;		/*文字色*/
	line-height: 2;		/*行間*/
	/*
    background: url(../images/about_bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;*/

}

.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
	margin-top: 30px;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #818078;
	background-color: #ffffff;
}

section.missionbg {
    background: #000000ad;
		padding-bottom: 50px;
}

section.mission p.top_jp {
	color: #ffffff;
}

section.mission{
	background: url(../images/ashitaba_bg.png) no-repeat center bottom ;
	    color: #FFF;
    box-sizing: border-box;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
		background-size: cover;
	}


/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

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

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

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*他*/
input {font-size: 1rem;}
section + section {
	margin-top: 3rem;
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #555;		/*文字色*/
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
}

a:hover {
	opacity: 0.8;	/*マウスオン時に80%の透明度にする*/
}


/*container
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;	/*サイトの最大幅。これ以上広がらない。*/
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 80px;
}


/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	color: #000000;	/*文字色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/
}
header a {color: inherit;}

/*ロゴ*/
#logo img {display: block;}
#logo {
	max-width: 150px;	/*ロゴの幅*/
}

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

	/*ヘッダーブロック*/
	header {
		display: flex;					/*flexボックスを使う指定*/
		justify-content: space-between;	/*並びかたの種類の指定*/
		align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
		width: 1300px;
		margin: auto;
		flex-direction: row;
		padding-top: 20px;
	}

h1.logo_sp{
	display: none;
}
h1.logo_p{
	display: block;
}


	.large-screen #menubar {
	    display: block;
	    width: 400px;
	}

	}/*画面幅900px以上の追加指定ここまで*/


/*トップページのスライドショー（vegasを使用）
背景画像をレスポンシブにする為の設定ですが、画像比率を変更したい場合はテンプレート内マニュアルをご覧下さい。
---------------------------------------------------------------------------*/
#mainimg-box {
	width: 100%;
	height: 70vh;
	padding-top: 43%;
	position: relative;z-index: -1;
}
#mainimg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}


/*メニューブロック初期設定
---------------------------------------------------------------------------*/
/*メニューをデフォルトで非表示*/
#menubar {display: none;}
#menubar ul {list-style: none;margin: 0;padding: 0;}

/*上で非表示にしたメニューを表示させる為の設定*/
.large-screen #menubar {display: block;}
.small-screen #menubar.display-block {display: block;}

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

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

/*ドロップダウンの親メニューのカーソル表示を変更*/
a.ddmenu {cursor: default;}

/*ddmenuを指定しているメニューに矢印アイコンをつける設定*/
a.ddmenu::after {
	font-family: "Font Awesome 6 Free";	/*Font Awesome Free版を使う指定*/
	content: "\f078";	/*使いたいアイコン名（Font Awesome）をここで指定*/
	font-weight: bold;	/*この手の設定がないとアイコンが出ない場合があります*/
	margin-left: 0.8em;	/*アイコンとテキストとの間に空けるスペース*/
	font-size: 0.9rem;
}


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


/*大きな端末用のメニューブロック設定
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
.large-screen #menubar > nav > ul {
	display: flex;	/*横並びにする*/
	justify-content: space-between;
}

/*メニュー１個あたりの設定*/
.large-screen #menubar li {
	flex: 1;			/*個々のメニューを均等にし、幅いっぱいまで使う設定*/
	position: relative;	/*ドロップダウンの幅となる基準を作っておく*/
	text-align: center;	/*テキストをセンタリング*/
}
.large-screen #menubar li a {
	color: #333333;			/*文字色*/
}

.large-screen #menubar li a:hover {
	color: #0676bf;			/*文字色*/
}

br.sponly{
	display: none;
}

/*現在表示中メニューの下部にある「▼」
.large-screen #menubar li.current::before {
	content: "▼";				/*この文字（▼マーク）を出力します*
	font-size: 20px;			/*サイズ*
	color: #a30000;				/*色*
	position: absolute;			/*絶対配置する*
	bottom: -1.28em;			/*下からの配置場所の指定*
	left: calc(50% - 0.5em);	/*左からの配置場所の指定*
	transform: scale(1.5, 0.8);	/*大きさを少し横長にする。横に1.5倍、縦に0.8倍です。*
}*/


/*大きな端末、小さな端末、共通のドロップダウンメニュー設定
---------------------------------------------------------------------------*/
/*ドロップダウンブロック*/
.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: 100;
	width: 100%;
}


/*小さな端末用の開閉ブロック
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
.small-screen #menubar.display-block {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 90px;
	background: #ffffffed;		/*背景色*/
	animation: animation1 0.2s both;	/*animation1を実行する。0.2sは0.2秒の事。*/
}

/*メニュー１個あたりの設定*/
.small-screen nav > ul:not(.submenu) > li {
	border: 1px solid #333;	/*枠線の幅、線種、色*/
	margin: 1rem;			/*メニューの外側に空けるスペース*/
	border-radius: 5px;	/*角を丸くする指定*/
	padding:0.2rem 2rem;		/*メニュー内の余白。上下、左右へ。*/
}

/*文字色*/
.small-screen #menubar, .small-screen #menubar a {
	color: #333;
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーを囲むブロック*/
#menubar_hdr {
	animation: opa1 0.2s 0.5s both;	/*0.5秒待機後、0.2秒かけてフェードイン表示*/
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 30px;			/*右からの配置場所指定*/
	top: 30px;				/*上からの配置場所指定*/
	padding: 16px 14px;		/*上下、左右への余白*/
	width: 46px;			/*幅（３本バーが出ている場合の幅になります）*/
	height: 46px;			/*高さ*/
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素（３本バー）部分。flexはデフォルトで横並びになるので、それを縦並びに変更。*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	background: rgba(0,0,0,0.5);	/*背景色。0,0,0は黒のことで0.5は色が50%出た状態。*/
}

/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	border-top: 1.5px solid #fff;	/*線の幅、線種、色*/
}

/*×印が出ている状態の3本バーの背景色*/
#menubar_hdr.ham {
	background: #ff0000;
}

/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	/*変形の起点。センターに。*/
	width: 20px;						/*バーの幅*/
}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(3.8px, 5px);	/*回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(3.8px, -5px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	margin: var(--global-space);	/*ブロックの外側に空けるスペース。css冒頭で指定しているglobal-spaceを読み込みます。*/
}

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

	main {
		flex: 1;	/*コンテンツが少ない場合でも高さを確保する*/
	}

	/*2カラムで使う為の指定*/
	main.c2 {
		display: flex;
		justify-content: space-between;
		gap: var(--global-space);	/*左右のブロックの間のマージン的な余白。css冒頭で指定しているglobal-spaceを読み込みます。*/
		width: 1300px;
		margin: auto;
		padding-bottom: 100px;
	}

	/*2カラムの中にある.main要素（頭にドットがない「main」とは異なるので注意して下さい）*/
	main.c2 .main {
		order: 1;
		flex: 1;
	}

	/*2カラムの中にある.sub要素*/
	main.c2 .sub {
		width: 230px;	/*幅。お好みで。*/
	}

	}/*画面幅900px以上の追加指定ここまで*/


/*mainブロック内のh2タグ*/
main h2 {
	font-size: 1.5rem;	/*文字サイズ*/
	margin: 0 0 2rem;	/*h2の外側にとるスペース。上、左右、下への順番。*/
	border-bottom: 3px solid #eee;	/*下線の幅、線種、色。ベースカラーです。下のspanのborder-bottomと数字を合わせておく。*/
	letter-spacing: 0.1rem;	/*文字間隔を少しだけ広くとる*/
}

/*mainブロック内のh2タグに下線を引くための指定。*/
main h2 span.uline {
	display: inline-block;
	border-bottom: 3px solid #0676bf;	/*下線の幅、線種、色。アクセントカラーです。上のmain h2と数字を合わせておく。*/
	position: relative;
	bottom: -3px;		/*下からの配置場所指定。上にある２つのborder-bottomと重ねる為の指定なので、数字を合わせてから冒頭にマイナスをつけて下さい。*/
	padding: 0 0.5rem;	/*上下、左右への余白。テキストの両脇に少し余裕をもって線を引くためです。*/
}

/*h3タグ*/
main h3 {
	font-size: 1.2rem;		/*文字サイズ*/
	margin: 0 1rem 1rem;	/*h3の外側にとるスペース。上、左右、下への順番。*/
	letter-spacing: 0.1rem;	/*文字間隔を少しだけ広くとる*/
}

/*h4タグ*/
main h4 {
	font-size: 1.1rem;		/*文字サイズ*/
	margin: 0 1rem 1rem;	/*h4の外側にとるスペース。上、左右、下への順番。*/
}

/*pタグ*/
main p {
	margin: 0 1rem 2rem;	/*pの外側にとるスペース。上、左右、下への順番。*/
}

/*微調整*/
main p + p {
	margin-top: -1rem;	/*段落が続いた場合に、少し上に詰める。*/
}


/*subブロック設定
---------------------------------------------------------------------------*/
/*ブロック内のh3タグ*/
.sub h3 {
	margin: 0;
	font-weight: normal;
	background: var(--primary-color);	/*背景色。css冒頭で指定しているprimary-colorを読み込みます*/
	color: var(--primary-inverse-color);	/*文字色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/	text-align: center;
	padding: 0.5em;
}
.sub h3 a {color: inherit;}


/*サブメニュー設定
---------------------------------------------------------------------------*/
/*サブメニューブロック全体*/
.submenu {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;	/*上、左右、下へのマージン*/
}

/*メニュー１個あたり*/
.submenu li {
	border-bottom: 1px solid rgba(0,0,0,0.1);	/*下線の幅、線種、色。0,0,0は黒の事で0.1は色が10%出た状態。*/
}
.submenu a {
	display: block;text-decoration: none;
	background: #fff;	/*背景色*/
	padding: 0.2rem 1rem;	/*上下、左右へのメニュー内の余白*/
}

/*アイコン（Font Awesome）*/
.submenu a::before {
	transition: 0.3s;
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f0da";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #ABABAB;			/*アイコンの色*/
	padding-right: 0.8em;	/*アイコンとテキストの間の余白*/
	font-weight: bold;		/*この設定がないとアイコンが出ない場合があります*/
}

/*マウスオン時のアイコン設定*/
.submenu a:hover::before {
	color: var(--primary-color);	/*文字色。css冒頭で指定しているprimary-colorを読み込みます*/
}


/*box1設定（このテンプレートでは、2カラム時のsubブロックでのみ使用しています）
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
.box1 {
	background: rgba(0,0,0,0.05);	/*背景色。0,0,0は黒の事で0.05は色が5%出た状態。*/
	padding: 10px;					/*ボックス内の余白*/
	border-radius: 5px;				/*角を丸くする指定*/
	margin-bottom: 1rem;			/*ボックスの下に空けるスペース*/
}

/*box1内で使った場合、下のマージンをなくす*/
.sub .box1 .submenu {
	margin-bottom: 0;
}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
    /* background: #333; */
    color: #333333;
    font-size: 0.8rem;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/*ボックス内のリンクテキスト設定*/
#footermenu a {
	text-decoration: none;
	color: #999;	/*文字色*/
}

/*リンクテキストのマウスオン時*/
#footermenu a:hover {
	color: #ccc;	/*文字色*/
}

/*ulタグ（メニューの列単位）*/
#footermenu ul {
    margin: 0;
    padding: 0 2px;
    flex: 1;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}




div#footermenu ul li {
    border-left: solid 1px #333333;
    padding: 0 50px;
}

div#footermenu ul li:first-child {
    border-left:none;
}

/*title*/
#footermenu .title {
	font-weight: bold;		/*太字にする*/
	color: #ccc;			/*文字色*/
	padding-bottom: 5px;	/*下に空けるスペース*/
}


/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	font-size: 0.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	color: #a1a1a1;	/*文字色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/
	text-align: center;		/*内容をセンタリング*/
	padding: 20px;	/*ボックス内の余白。css冒頭で指定しているglobal-spaceを読み込みます。*/
	padding-bottom: 80px;
}

/*リンクテキスト*/
footer a {color: #a1a1a1;text-decoration: none;}

/*リンクテキストのマウスオン時*/
footer a:hover {color: #fff;}

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


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 1rem;	/*上下、左右へのボックス内の余白*/
}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	padding: 5px 0;		/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 8rem;	/*幅。8文字(rem)分*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: none;	/*小さな端末では非表示にしておく。*/
}

/*記事(dd)設定*/
#new dd {
	width: 100%;	/*「8rem」は上の「#new dt」のwidthの値です*/
	font-size: 1.2em;
	line-height: 1.3;
}

.news_cont:hover {
    background: #f0f8ff;
}

img.aaa {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 200px;
}

img.bbb {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 200px;
}

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

	/*日付(dt)設定*/
	#new dt {
		width: 14rem;	/*幅。14文字(rem)分。アイコン分も含んだ幅にします。*/
		display: flex;	/*flexボックスを使う指定*/
		justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
	}

	/*日付の横のマーク（共通設定）*/
	#new dt span {
		display: inline-block;	/*表示させる*/
		width: 6rem;			/*幅。6文字(rem)分。*/
		font-size: 0.8rem;		/*文字サイズを80%に。*/
		text-align: center;		/*文字をセンタリング*/
		margin-right: 1rem;		/*アイコンの右側に空けるスペース*/
		align-self: flex-start;	/*高さを間延びさせない指定*/
		line-height: 1.8;		/*行間を少し狭く*/
		position: relative;top: 0.4rem;	/*上下の配置バランスの微調整*/
		border-radius: 2px;		/*角を丸くする指定*/
		border: 1px solid #999;	/*枠線の幅、線種、色*/
		background: #fff;		/*背景色*/
	}

	/*icon-bg1設定。サンプルテンプレートでは「重要」と書いてあるマーク*/
	#new dt span.icon-bg1 {
		border: transparent;	/*枠線を透明にする*/
		background: #cd0000;	/*背景色*/
		color: #fff;			/*文字色*/
	}

	/*記事(dd)設定*/
	#new dd {
		width:100%;	/*「14rem」は上の「#new dt」のwidthの値です。*/
	}

	}/*画面幅900px以上の追加指定ここまで*/


/*.listブロック共通
---------------------------------------------------------------------------*/
.list {
	position: relative;	/*子要素のアイコンを絶対配置する為の設定*/
}

/*ボックス内のアイコン*/
.list .list-icon {
	font-size: 0.6rem;		/*文字サイズ*/
	background: #ff0000;	/*背景色*/
	color: #fff;			/*文字色*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*角丸のサイズ。円形になります。*/
	text-align: center;		/*テキストをセンタリング*/
	position: absolute;		/*親のブロックのrelative（この場合は.list）に対して絶対配置する*/
	left: -10px;			/*listブロックに対して左からの配置場所の指定*/
	top: -10px;				/*listブロックに対して上からの配置場所の指定*/
}

/*figure画像*/
.list figure {
	margin-bottom: 2rem;	/*下に空けるスペース。2文字分。*/
}













/*2カラムブロック（※900px未満では１カラム）
---------------------------------------------------------------------------*/
/*２カラムを囲むブロック*/
.list-half .list {
	display: flex;			/*flexボックスを使う指定*/
	flex-direction: column;	/*子要素を縦並びにする*/
	margin-bottom: 2rem;	/*ボックスの下に2文字分のスペースを空ける*/
}

/*画像ブロック共通*/
.list-half .image-l, .list-half .image-r {
	margin-left: 1rem;margin-right: 1rem;	/*画像の左右に1文字分のスペースを空ける*/
	position: relative;						/*子要素のアイコンを絶対配置する為の設定*/
}
.list-half .image-l img, .list-half .image-r img {
	border-radius: 50px;					/*角を丸くする指定。*/
	box-shadow: 10px 10px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

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

		/*２カラムを囲むブロック*/
		.list-half .list {
			flex-direction: row;			/*子要素を横並びにする*/
			justify-content: space-between;	/*並びかたの種類の指定*/
			align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
		}

		/*画像ブロック共通*/
		.list-half .image-l, .list-half .image-r {
			width: 50%;			/*幅。下のテキストブロックのwidthと調整して下さい。*/
		}

		/*画像を右に配置する場合*/
		.list-half .image-r {
			margin-left: 2rem;	/*画像の左側に空けるスペース*/
		}

		/*画像を左に配置する場合*/
		.list-half .image-l {
			order: -1;
			margin-right: 2rem;	/*画像の右側に空けるスペース*/
		}

		/*テキストブロック*/
		.list-half .text{
			width: 50%;			/*幅。上の「画像ブロック共通」のwidthと調整して下さい。*/
		}

	}/*画面幅900px以上の追加指定ここまで*/


/*３列タイプのボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたり*/
.list-container .list {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/*ボックス内のh4タグ*/
.list-container .list h4 {
	margin: 0;
}

/*ボックス内のpタグ*/
.list-container .list p {
	margin: 0;
	font-size: 0.8rem;	/*文字サイズを80%に*/
	line-height: 1.5;	/*行間を少し狭く*/
}

/*ボックス内のfigure画像*/
.list-container .list figure {
	margin-bottom: 1rem;	/*下に空けるスペース*/
}

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

	/*listブロック全体を囲むブロック*/
	.list-container {
		display: flex;		/*flexボックスを使う指定*/
		flex-wrap: wrap;	/*折り返す指定*/
	}

	/*１個あたりのボックス設定*/
	.list-container .list {
		width: 32%;			/*幅。３列になります。*/
		margin-right: 2%;	/*右側へのマージン。ボックス同士の左右の余白です。*/
	}

	/*3の倍数目のボックスの右側のマージンをなくす*/
	.list-container .list:nth-of-type(3n) {
		margin-right: 0;
	}

	/*ボックス内のtextブロック*/
	.list-container .list .text {
		flex: 1;
	}

	}/*画面幅900px以上の追加指定ここまで*/


/*横長タイプのボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたり*/
.list-normal .list {
	display: flex;	/*flexボックスを使う指定*/
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding: 25px 0;	/*上下、左右へのボックス内の余白*/
}

.list-normal .list div {
	flex: 1;
}

/*１つ目のボックスにのみ上に線を入れる*/
.list-normal .list:nth-of-type(1) {
	border-top: 1px solid #ccc;	/*上の線の幅、線種、色*/
}

/*ボックス内のfigure画像*/
.list-normal .list figure {
	width: 20%;			/*画像の幅*/
	margin-right: 20px;	/*画像の右側に空けるスペース*/
}

/*ボックス内のh4タグ*/
.list-normal .list h4 {
	margin: 0;				/*デフォルトマージンを一旦リセット*/
	margin-bottom: 10px;	/*下に少し余白を作る*/
}

/*ボックス内のpタグ*/
.list-normal .list p {
	margin: 0;
	font-size: 0.7rem;		/*文字サイズを70%に。*/
}


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

	/*list2ボックス。１個あたりのボックスの指定です。*/
	.list-normal .list {
		padding-left: 10px;	/*ボックス内の左側にだけ余白を作る*/
	}

	}/*画面幅900px以上の追加指定ここまで*/


/*ulで使うbtn（当テンプレートではheader内でのみ使用）
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
ul.btn {
	list-style: none;margin: 0;padding: 0;
	display: flex;	/*flexボックスを使う指定*/
}

/*ボタン１個あたり*/
ul.btn li {
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.2は色が20%出た状態。*/
	margin: 2px;	/*ボタン同士の間に空けるスペース*/
}
ul.btn a {
	display: block;text-decoration: none;
	background: linear-gradient(#ff9000, #ff6000);/*「#ff9000」から「#ff6000」へのグラデーション。*/
	padding: 0.2em 1.5em;	/*上下、左右へのボタン内の余白*/
	border-radius: 3px;		/*角を丸くする指定*/
}


/*FAQ
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 1rem;	/*上下、左右へのボックス内の余白*/
}

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

/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
    content: "\f059";	/*アイコンのコード*/
	color: #999;		/*アイコンの色*/
	padding-right: 1rem;	/*アイコンとテキストとの間のスペース*/
}

/*回答*/
.faq dd {
	padding: 5px 1rem 30px 3rem;		/*ボックス内の余白**/
}

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


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 1rem 0.5rem;	/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #555;		/*背景色*/
	margin-bottom: 1rem;	/*下に空けるスペース。1文字分。*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #666;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
	margin: 0 auto 2rem;	/*最後の2remが、テーブルの下に空けるスペースです。2文字分。*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #666;	/*テーブルの下線。幅、線種、色*/
}

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

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


/*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.5em;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。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;}
.color-theme, .color-theme a {color: #88291a !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 98%;display: block;}
.wl {width: 98%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee;border: 1px solid #ccc; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.75em;}
.large {font-size: 3em; letter-spacing: 0.1em;}
.pc {display: none;}
.dn {display: none !important;}
.img {margin: 0 0 1rem;}

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

		.ws {width: 48%;display: inline;}
		.sh {display: none;}
		.pc {display: block;}

	}/*画面幅900px以上の追加指定ここまで*/

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

		#mainimg-box {
			width: 100%;
			height: 70vh;
			padding-top: 43%;
			position: relative;z-index: -1;
		}


		.top_m_box p {
		    color: #000000;
		    font-size: 2em;
				font-weight: normal;
				line-height: 1.5;
		}

		.top_m_box {
		    position: absolute;
		    width: 80%;
		    top: 60%;
		    left: 50%;
		    -ms-transform: translate(-50%,-50%);
		    -webkit-transform: translate(-50%, -50%);
		    transform: translate(-50%, -50%);
				text-align: center;
			}

			.top_m_box img {
			    width: 300px;
			    padding-bottom: 30px;
			}




		#logo {
		    max-width: 120px;
		    margin-left: 15px;
		}

header,
main.c2 {
width: 98%;}

main.c2 .sub {
width: 200px;}

main.c2 {
gap: 20px;
}

img.top_m {
    width: 70%;
}

.top_img_cont {
    width: 45%;
    margin-bottom: 30px;
}

br.spnone{
	display: none;
}

p.cont_text {
    padding-top: 1px;
    margin: 0;
    line-height: 1.3;
}

p.ceo_top {
    width: 100%;
    font-size: 1.7em;
    line-height: 1.5;
    margin: 0;
}

}

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

		.ank02 {
		    display: flex		;
		    justify-content: center;
		    flex-wrap: wrap;
		    padding: 0;
		    -webkit-transition: all .5s ease !important;
		    -moz-transition: all .5s ease!important;
		    -o-transition: all .5s ease!important;
		    transition: all .5s ease !important;
		    flex-direction: column;
		    align-items: center;
		}

		.ank02 li, .ank03 li {
    width: 90%;
}

.ank02 li a, .ank03 li abbr {
padding: 5px;
}

		p.ceo_top {
		    width: 100%;
		    font-size: 1.4em;
		    line-height: 1.5;
		    margin: 0;
		}


		#header{
		padding:0
		}



		.menu{
		display:none
		}


		.HeadCaption{
		height:70vw
		}

		.HeadCaption_in{
		width:90%;
		font-size:5.5vw;
		bottom:2em
		}


		.hamburger-menu{
		display:inline
		}

		.menu-btn{
		position:fixed;
		top:30px;
		right:20px;
		display:flex;
		height:50px;
		width:50px;
		justify-content:center;
		align-items:center;
		z-index:90;
		background-color:#0279ac;
		border-radius:50%
		}

		.menu-btn span,.menu-btn span:before,.menu-btn span:after{
		content:'';
		display:block;
		height:3px;
		width:25px;
		border-radius:3px;
		background-color:#fff;
		position:absolute
		}

		.menu-btn span:before{
		bottom:8px
		}

		.menu-btn span:after{
		top:8px
		}

		#menu-btn-check:checked ~ .menu-btn span{
		background-color:rgba(255,255,255,0)

		}

		#menu-btn-check:checked ~ .menu-btn span::before{
		bottom:0;
		transform:rotate(45deg)
		}

		#menu-btn-check:checked ~ .menu-btn span::after{
		top:0;
		transform:rotate(-45deg)
		}

		#menu-btn-check{
		display:none
		}

		.menu-content{
		width:100%;
		height:100vh;
		position:fixed;
		top:0;
		left:0;
		z-index:80;
		background-color:#3584bb
		}

		.menu-content ul{
		padding:70px 10px;
		padding-bottom: 10px;
		}

		.menu-content ul li{
		border-bottom:solid 1px #272727;
		list-style:none
		}

		.menu-content ul li a{
		display:block;
		width:100%;
		font-size:17px;
		box-sizing:border-box;
		color:#272727;
		text-decoration:none;
		padding:9px 15px 10px 0;
		position:relative;
		padding-left:2em
		}

		.menu-content ul li a::before{
		content:"";
		width:8px;
		height:8px;
		border-top:solid 2px #272727;
		border-right:solid 2px #272727;
		transform:rotate(45deg);
		position:absolute;
		left:11px;
		top:23px
		}

		.menu-content ul li span{
		padding:0 0 0 1.5em;
		display:block
		}


		.menu-content{
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:100%;
		z-index:80;
		background-color:#b7deef;
		transition:all .5s;
		overflow:scroll
		}

		#menu-btn-check:checked ~ .menu-content{
		left:0

		}

}


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

		.head_more a {
		    width: 40%;
		    padding-top: 10px;
		    text-align: center;
		}

		#logo {
		        max-width: 130px;
		        margin-left: 15px;
		    }

				table.systemfee,
				dl.company {
    width: 96%;
				}

		.concept_flex {
		    display: flex;
		    flex-direction: column;
		    align-items: flex-start;
				gap:50px;
		}

		.concept_flex:nth-child(2) {
		    display: flex;
		    flex-direction: column-reverse;
		    align-items: flex-start;
				padding-top: 70px;
		}

.concept_flex .left,
.concept_flex .right{
	width: 100%;
}


		.ame_flex .left, .ame_flex .right {
		    padding: 9px 50px;
		    border-radius: 15px;
		}

		.example h2 {
		padding: 0;
		width: 100%;
		}

section.missionbg{
	padding-bottom: 0px;
}


		.ser_flex, .service_flex {
		    display: flex		;
		    flex-direction: column;
		    justify-content: center;
		    align-items: center;
		    gap: 20px;
		    padding-top: 50px;
		}

		.left, .right,
		.ame_flex .left{
		    width: 90%;
		}

		#menubar_hdr {
    top: 15px;
		right: 15px;
			}

		main.c2 {
			flex-direction: column-reverse;
		    }

				.top_img_flex {
			    display: flex;
			    gap: 30px;
			    flex-direction: column;
			    flex-wrap: nowrap;
			    justify-content: space-evenly;
			    align-items: center;
			}

			.top_img_cont {
	        width: 70%;
	        margin-bottom: 30px;
	    }

			main.c2 .sub {
		        width: 70%;
						margin: auto;
					padding-top: 30px;
		    }

				header, main.c2 {
		        width: 100%;
						margin: 0
		    }

				img.top_m {
		        width: 95%;
		    }

				#container {
				    max-width: 96%;
    padding-top: 40px;
		}

		#footermenu {
		    padding: 15px 0;}

				div#footermenu ul li {
		    width: 23%;
		    text-align: center;
		}

		.small-screen #menubar, .small-screen #menubar a {
		    color: #333;
		    font-size: 1.2em;
		}

		img.about_img {
		    border-radius: 10px;
		    margin: 25px 0px;
		}

		.ceo_cont {
		    flex-direction: column;
					}

					.ceo_cont img {
					    width: 30%;
					    border-radius: 15px;
					    margin: auto;
					}

					p.ceo_top {
				    text-align: center;
				}

				.name img {
		width: 150px;
    margin: 0;
}

img.aaa {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 150px;
}

img.bbb {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 150px;
}


}


	@media screen and (max-width:900px) {
header {
	padding-top: 20px;
}}

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

		img.aaa {
		    position: absolute;
		    top: 10px;
		    right: 10px;
		    width: 120px;
		}

		img.bbb {
		    position: absolute;
		    bottom: 10px;
		    left: 10px;
		    width: 120px;
		}

		#mainimg {
		    position: absolute;
		    left: 50%;
		    top: 50%;
		    width: 100%;
		    height: 100%;
		    transform: translate(-50%, -50%);
		    border-radius: 0px;
		}


		.ceo_cont img {
        width: 80%;
        border-radius: 15px;
        margin: auto;
    }

		p.katagaki {
		    width: auto;
		    font-size: 1.2em;
		    line-height: 1.2;
		    margin: 0;
		}

		p.ceo_text {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0;
}


		#logo {
		    max-width: 120px;
		    margin-left: 15px;
		}

		div#footermenu ul li {
 padding: 0;
		}

br.sponly{
	display: block;
}

.top_img_cont {
        width: 90%;
        margin-bottom: 20px;
    }

		main.c2 .sub {
			width: 100%;
			        margin: auto;
			        display: flex;
			        gap: 10px;
			    }

			.name img {
	width: 150px;
	margin: 0;
}

p.ceo_top {
		width: 100%;
		font-size: 1.8em;
		line-height: 1.5;
		margin: 0;
}

.com_cont dt {
    width: 70px;
}

.brand_cont {
        width: 90%;
        margin: auto;
    }

p.top_text {
    font-size: 1.2em;
    line-height: 1.6;
}

p.top_jp {
line-height: 1.2;
    margin: 15px 0;
		text-align: center;
}

.ser_flex, .service_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
}

.ser_flex .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.ser_right p {
    line-height: 1.4;
    font-size: 1.2em;
    margin-bottom: 0;
}

.about.ser_bottom {
    width: 100%;
    margin: auto;
    padding-top: 50px;
}

.about_top {
    width: 100%;
    margin: auto;
    opacity: 0.6;
    padding-top: 50px;
		padding-bottom: 0;
}

.button-51,
.button-52,
.button-ame {
    padding: .5em;
    font-size: 1.3em;
		    width: 300px;
}


.ame_flex .left, .ame_flex .right {
    padding: 10px;
    border-radius: 15px;
}

.ame_flex .left img {
    width: 200px;
}

.service_flex .left {
    width: 90%;
}

.left, .right, .ame_flex .left {
        width: 96%;
    }

		.hr-text {
		    margin-top: 15px;
		}


				.top_m_box p {
				    color: #ffffff;
				    font-size: 2em;
						font-weight: normal;
						line-height: 1.5;
				}

				.top_m_box {
				    position: absolute;
				    width: 100%;
				    top: 50%;
				    left: 50%;
				    -ms-transform: translate(-50%,-50%);
				    -webkit-transform: translate(-50%, -50%);
				    transform: translate(-50%, -50%);
						text-align: center;
					}

					.top_m_box img {
					    width: 200px;
					    padding-bottom: 15px;
					}


					p.main {
					    font-size: 1.7em;
					    line-height: 1.2;
					    font-weight: bold;
					}


					.top_m_box p {
					   color: #000000;
					}

					span.small {
							color: #ffffff;
							text-shadow: #000000 1px 0 10px;
					}


}

	@media screen and (max-width:350px) {
		.ser_flex .right {
		        display: grid		;
		        grid-template-columns: repeat(1, 1fr);
		        gap: 15px;
		    }
	}
