@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

.sp_menu {
	display:none;
}

/* !Reseting
---------------------------------------------------------- */

body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width:100%;
    -webkit-overflow-scrolling:touch;
}
.ble{
	font-weight:900;
	}
#wrapper {
	width:100%;
	overflow: hidden;
}
img {
	vertical-align:bottom;
    image-rendering: -webkit-optimize-contrast;
}
.bold {
    font-weight: bold;
}
a{
	color:#1d3994;
	text-decoration:none;
}
a:hover {
	opacity:0.6;
	text-decoration:underline;	
}
section {
    max-width: 100%;
	margin:0px auto;
}
.text-bold {
	font-weight:bold;
}
#dialog_menu,
#sp-menu,
#contents .only_sp,
.only_sp {
	display:none;
}
section p {
  margin: 0 auto;
  font-size: 18px;
  text-align: left;
  line-height: 1.8em;
}

/*==================================
             header
==================================*/
#header {
	margin: auto;
}
#headerIn {
	width:100%;
	margin: auto;
	background:#0f1727;	
}
#headerIn h1  {
	display:inline-block;
	margin: 20px 0 20px 20px;
	vertical-align:top;
}
#headerIn h1 a {
	font-weight:bold;
	text-decoration:none;	
}
.menber_ttl {
  display: inline-block;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin: 35px 10px 0;
}
#footer .menber_ttl {
	display:block;
	margin:0 auto;
	text-align:center;
}
.navi_right {
    display:inline-block;
	float:right;
	margin:20px 10px 0 0;
}
.navi_right ul {
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	margin:0;
}
.navi_right ul li {
	padding:5px 0;
	text-align:center;	
}
.navi_right ul li a {
	padding:0 15px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	vertical-align:-moz-middle-with-baseline;
	border-left:solid #fff 1px;
}
.navi_right ul li a:hover {
	text-decoration:underline;
}
.navi_right ul li:nth-child(1) a {
	border-left:none;
}
section h2 {
	text-align:center;
    font-weight: bold;
    color: #343434;
	font-size:20px;	
	font-family: Noto Serif JP,serif;
	margin:0 auto 0px;
	line-height:3em;
}	
section h3 {
	margin:0 auto 20px;	
	font-size:22px;
	font-weight:bold;
	text-align:center;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #343434;	
}
.navi_page ul {
	text-align: center;
	padding:10px 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin: 0; 
    justify-content: space-around;	
}
.navi_page ul li a {
	display:block;
	width:200px;	
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding:15px 10px;
	border-left: 1px solid #949494;
}
.navi_page ul li p {
	margin:3px auto 0;
	font-size:14px;
	font-weight: bold;
}
.navi_page .company_link a {
	padding:0;
}
.navi_page ul li:last-of-type a {
	border-right:1px solid #000;
}
.navi_page nav li a {
	color:#000;
}
.navi_page nav {
	width:1120px;
	margin:0 auto;
}
.navi_page {
	margin:0 auto;
	border-bottom:1px solid #949494;	
}
.navi_page ul li:first-child a::before {
	content: '\f015';
	left: 0;
	margin: 0 10px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: relative;
	color: #000;
}
/*==================================
           view_more_link
==================================*/
.view_more_link {
	width:200px;
	margin:20px auto;
	background-color:#343434;
}
.view_more_link a {
	display:block;
	padding: 5px 20px 5px 6px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.view_more_link a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    color: #fff;
    font-weight: 900;
	float:right;
}

/*==================================
             contents
==================================*/
.home section {
	width:100%;
}
section {
	width:1100px;
	margin:0 auto;
}
.box {
	width:1650px;
	margin:0 auto;
	padding:30px 50px;
	box-sizing:border-box;
}
#contents .contact_tel {
	width:100%;
	margin:0 auto;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
    background-position: 50% 50%;    
}
#contents .contact_tel .dot_bg {
	padding:50px 0;
	background-color: rgba(0,0,0,.3);
	background-image: radial-gradient(#000 35%, transparent 36%), radial-gradient(#000 35%, transparent 36%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
#contents .contact_tel .box {
	width:900px;
	padding:10px;
	margin: 30px auto;
	background-color: rgba(255,255,255,0.8);
}
#main .contact_tel p {
	width:300px;
	margin:0 20px;
	padding:30px 0;
	vertical-align:top;
}
#main .contact_tel h3 {
	font-size:24px;
	color:#343434;
	text-align:center;
	border:none;
	background:none;
	margin:0 auto;
	padding:0;
}
#main .contact_tel p  {
    width: 220px;
    margin:0 auto;
    text-align: center;
}
#main .contact_tel p a {
    display: block;
    padding: 8px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
	background-color:#0f1727;		
}
#main .contact_tel p a::before {
    content: '\f0e0';
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    color: #fff;
}
#headerIn .nav_login  a {
    display: block;
	margin:0 0 0 10px;
    padding: 8px 38px;
    color: #0f1727;
    text-decoration: none;
	font-size:14px;
    font-weight: bold;
	background-color:#fff;
	border:none;
}
.nav_login a::before {
    content: '\f2f6';
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    color: #000;
}
#headerIn .nav_mail a {
    display: block;
	margin:0 0 0 10px;
    padding: 8px 30px;
    color: #fff;
    text-decoration: none;
	font-size:14px;
    font-weight: bold;
	border:solid 1px #FFFFFF;
}
#headerIn .nav_mail a::before {
	content: '\f0e0';
	left: 0;
	margin: 0 10px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: relative;
	color: #fff;
}
.top_about p {
	width:1100px;
	margin:0 auto;
	font-size:18px;
	text-align:left;
	line-height:1.8em;
}

/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
#pageTop a {
	background: #0f1727;
	text-decoration: none;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	padding: 13px 20px;
	text-align: center;
	display: block;
	-moz-opacity: 0.5;
	border:#fff solid 1px;
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#pageTop a:before {
    content: "▲";
}

/*==================================
             footer
==================================*/
footer {
	background-color:#0f1727;
}
#copyright {
	margin:30px auto 0;	
}
#copyright p {
	display:block;
	text-align:center;
	color:#FFFFFF;
	margin:50px auto 20px;
	padding:10px;
	font-size:13px;
  	font-family: Verdana, "Droid Sans";		
}
#footerNav ul {
	width:1100px;
	margin:0 auto;
	padding:50px 0 0;
    display: flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-wrap        : wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
    flex-wrap: wrap;
	justify-content: center;	
}
#footerNav li {
	width:209px;
	margin:10px 0;
	padding:5px;
	text-align:center;
    border-right: 1px solid #fff;	
}
#footerNav li:first-of-type,
#footerNav li:nth-of-type(5) {
    border-left: 1px solid #fff;	
}
#footerNav li a {
	color:#fff;
	text-decoration:none;
	font-weight:600;
}
#footerNav li:first-child a::before {
	content: '\f015';
	left: 0;
	margin: 0 10px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: relative;
	color: #fff;
}
#footer p {
	margin:0 auto;
	color:#fff;
}
.footer_logo a img {
	margin:30px auto 10px;
	display:block;
}
.com_add {
	width:0 auto;
	text-align:center;
}
.com_add h4 {
	font-size:22px;
	font-weight:bold;
	color:#fff;
}
#footerNav li:first-of-type, #footerNav li:nth-of-type(9) {
    border-left: 1px solid #fff;
}

/*==================================
         menuToggle
==================================*/

#menuToggle {
	display: block;
	position: absolute;
	top: 35px;
	right: 30px;
	z-index: 100;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 102; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #fff;
	z-index: 101;
	transform-origin: 4px 0px;
	-ms-transform-origin: 4px 0px; /* IE 9 */
	-webkit-transform-origin: 4px 0px; /* Safari and Chrome */
	-moz-transform-origin: 4px 0px; /* Firefox */
	-o-transform-origin: 4px 0px; /* Opera */

	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Firefox 4 */
	-moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
	-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Safari and Chrome */
	-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Opera */
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Safari and Chrome */
	-moz-transform-origin: 0% 0%; /* Firefox */
	-o-transform-origin: 0% 0%; /* Opera */
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%; /* IE 9 */
	-webkit-transform-origin: 0% 100%; /* Safari and Chrome */
	-moz-transform-origin: 0% 100%; /* Firefox */
	-o-transform-origin: 0% 100%; /* Opera */
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	-moz-transform: rotate(45deg) translate(-2px, -1px); /* Firefox 4 */
	-webkit-transform: rotate(45deg) translate(-2px, -1px); /* Safari and Chrome */
	-o-transform: rotate(45deg) translate(-2px, -1px); /* Opera */
	background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
	-moz-transform: rotate(0deg) scale(0.2, 0.2); /* Firefox 4 */
	-webkit-transform: rotate(0deg) scale(0.2, 0.2); /* Safari and Chrome */
	-o-transform: rotate(0deg) scale(0.2, 0.2); /* Opera */
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
	-moz-transform: rotate(-45deg) translate(0, -1px); /* Firefox 4 */
	-webkit-transform: rotate(-45deg) translate(0, -1px); /* Safari and Chrome */
	-o-transform: rotate(-45deg) translate(0, -1px); /* Opera */
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 0;
    padding: 50px 20px;
    padding-top: 125px;
    right: -100px;
    background: -webkit-linear-gradient(295deg, #603c84, #003884);
    background: -o-linear-gradient(295deg, #603c84, #003884);
    background: linear-gradient(25deg, #603c84, #003884);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%; /* IE 9 */
    -webkit-transform-origin: 0% 0%; /* Safari and Chrome */
    -moz-transform-origin: 0% 0%; /* Firefox */
    -o-transform-origin: 0% 0%; /* Opera */
    transform: translate(100%, 0);
    -moz-transform: translate(100%, 0); /* Firefox 4 */
    -webkit-transform: translate(100%, 0); /* Safari and Chrome */
    -o-transform: translate(100%, 0); /* Opera */
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    -moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Firefox 4 */
    -webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Safari and Chrome */
    -o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Opera */
}

#menu li {
    padding: 10px;
	width:195px;
    font-size: 14px;
    background-size: 7px auto;
	border-bottom:1px solid #fff;
}
#menu li a {
    color: #fff;
    text-decoration: none;
}
#menu li a::before {
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    position: relative;
    color:#fff;
}
#menu li a:hover {
	text-decoration:underline;
}
#menu li h4 {
    padding: 10px 0 5px 20px;
    color: #113D96;
    background-image: url(../img/page_top_bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 7px auto;
}
#menu li.business ul li {
    background-image: none;
}
#menu li.business {
    padding: 0;
    background-image: none;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
	-webkit-transform: scale(1.0, 1.0); /* Safari and Chrome */
	-o-transform: scale(1.0, 1.0); /* Opera */
	-moz-transform: scale(1.0, 1.0); /* Firefox */
	opacity: 1;
}

#humberger-menu {
	top:0px;
	right:10px;
	z-index:99999;
	transition : .3s;
	-moz-transition: .3s; /* Firefox 4 */
	-webkit-transition: .3s; /* Safari and Chrome */
	-o-transition: .3s; /* Opera */
}

.hum-show {
	position: fixed;
	width: 100%;
	opacity:0.4;
}
/*==================================
         menuToggle End
==================================*/

.box {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	cursor: grab;
	transition: transform 0.2s;
	user-select: none; /* ドラッグ中にテキストを選択不可にする */
	margin-left: 110px; /* 左側に余白を追加 */
	width: 1650px;
	position: relative; /* 追加 */
	z-index: 1; /* 追加 */
}

.move-marker {
	margin-right: 10px; /* 移動マークの右側のスペースを追加 */
	cursor: grab; /* 追加 */
}

.box:hover {
	transform: scale(1.05); /* ホバー時に要素を少し拡大 */
	z-index: 2; /* ホバー時に他の要素よりも上に表示 */
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3); /* ホバー時の影をより強調 */
}

.box:active {
	cursor: grabbing; /* ドラッグ中のカーソルスタイル */
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4); /* ドラッグ中の影をより強調 */
}

.number {
	margin-right: 10px;
}

/* ドラッグ中の要素を最前面に表示 */
.box.is-dragging {
	z-index: 3; /* ドラッグ中は最前面に表示 */
	transform: scale(1.08); /* ドラッグ中はさらに拡大 */
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5); /* ドラッグ中の影を強調 */
}