@charset "UTF-8";
/* CSS Document */

/*---------- base ----------*/
body {
    padding-top: 120px;
	color: #222;
}
body, h1, h2, h3, h4, h6, p, li, a, button {
	font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h2, h3, h4, h5, h6 {
	color: #001544;
}
h1 span {
	font-size: 24px;
}
p {
	line-height: 1.6rem;
}
img {
    max-width: 100%;
	height: auto;
}
a {
  color: #0040D0;
  text-decoration: none;
}
a:hover {
    color: #002A8A;
    text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
a:hover img {
    opacity: 0.8;
}
dt, dd {
  margin-bottom: 0;
	padding: 0;
    line-height: 1.5rem;
}
ol,
ul {
  padding-left: 1.5rem;
}

hr {
    opacity: 0.3;
}

/*bs6250 スキップナビゲーションリンク用*/
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
}

#skip a {
    position: fixed;
    top: 0;
    padding: 2px 7px;
    color: #001544;
    background-color: #FFFF00;
    z-index: 10000;
}


/*---------- header ----------*/

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: #fff;
}
/*navbar上下センター微調整*/
.navbar-nav {
    margin-top: 10px;
}
.navbar-toggler {
  padding: 0.25rem 0.45rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0.25rem;
  transition: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0.5rem;
  font-size: 1rem;
    font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand img {
	height: 38px;
}
@media (min-width: 768px) {
.navbar-brand img {
	height: 38px;
}
}
@media (min-width: 992px) {
.navbar-brand img {
	height: 50px;
}
}

.nav-item {
    margin-right: 0.25rem;
}
.nav-item a, .nav-item a:hover, .nav-item a:focus, .nav-item a:active, .nav-item a:visited {
  color: #fff;
    font-size: 1rem;
    text-decoration: none;
}

/*nav（bs3844行）*/
.nav-link {
    font-weight: bold;
}
.nav-link:hover, .nav-link:focus {
  /*color: rgba(17,174,186,1);*/
    background-color: rgba(17,174,186,0.9) !important;
}
/*.nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}*/

/*mbでは従来のテキストベースのdropdown-menu（bs3458行を変更）*/
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 15rem;
    padding: 0 0;
    margin: 0 0 0.938rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: rgba(0, 21, 68, 0.9);
    background-clip: padding-box;
}
/*.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.25rem;
}*/
.dropdown-menu .menu-box a {
    display: block;
    padding: 0.6rem 0.8rem;
    text-decoration: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #eee;
    border-top: none;
    border-radius: 0;
}
.dropdown-menu .menu-box a:hover {
  background-color: rgba(17,174,186,0.9);
}
/*mbでは画像を非表示*/
.dropdown-menu .menu-box img {
	display: none;
}

.dropdown-divider {
  height: 0;
  margin: 0 0.5rem;
  overflow: hidden;
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
}

/*PC：clickではなくhoverした時のnav-linkの設定*/
@media (min-width: 992px) {
/*カーソルが変化しないし、クリックしても反応しないが、*/
.nav-link {
	cursor: default;
	pointer-events: none;
}
/*hoverしてdropdown-menuは表示する*/
.nav-link:hover, .nav-link:focus {
	pointer-events: auto;
}
}

/*PCはdropdown-menuをclickではなくhoverで開く*/
@media (min-width: 992px) {
.dropdown .dropdown-menu {
    display: none;
}
/*ドロップダウンメニューをclickからhoverに変更。タブフォーカスにも対応*/
.dropdown:hover > .dropdown-menu, 
.dropdown:focus-within > .dropdown-menu {
    display: block;
}
.dropdown:hover {
    background-color: rgba(17,174,186,0.9) !important; 
}
.dropdown .dropdown-menu {
	margin-top: 0 !important;
}
/*ドロップダウンメニューの▼マークをhover時に▲に替える*/
.dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}
}
/*mbではhoverの代わりにshowを使って▲に替える*/
.dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}
/*ドロップダウンメニューをclickからhoverに　ここまで*/


/*PC・タブレットではdropdown-menuをメガメニューに（最終的に本来のbase-bs5.cssへファイル名を変更）*/
@media (min-width: 768px) {
.has-megamenu {
	position: static!important;
}
.megamenu {
	width: 95%;
	max-width: 1200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 20px 20px 5px;
	background-color: rgba(17,174,186,0.9);
	margin-top: -15px !important;
}
.megamenu .menu-box {
	display: flex;
	flex-flow: row wrap;
	column-gap: 15px;
}
.megamenu .menu-box a {
	width: calc((100% - 15px * 2) / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	padding: 10px 5px;
	color: #001544;
	font-size: 1rem;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.9);
}
.megamenu .menu-box a:hover {
	color: #001544;
	background-color: rgba(255,255,255,1.00);
}
.megamenu .menu-box img {
	display: block;
	width: 95%;
}
/*PCでの文字非表示（spanで非表示に）*/
.megamenu .menu-box span {
	display: none;
}
/*言語・分野一覧は2カラムで画像付 list*/
.megamenu .menu-box.list a {
	width: calc((100% - 15px) / 2);
	margin-bottom: 10px;
}
.megamenu .menu-box.list img {
	width: 150px;
	margin-right: 15px;
}
/*言語・分野個別リンク list02*/
.megamenu .list02 {
    width: 50%;
    padding: 0 5px;
    float: left;
}
.megamenu .list02::after {
    clear: both;    
}
.megamenu .list02 a {
    display: inline-block;
    color: #FFF;
    font-size: 0.875rem;
}
.megamenu .list02 a:hover {
    color: #001544;
}
.megamenu .list02 a::after {
    content: "｜"
}
.megamenu .list02 a:last-child::after {
  content: none;
}
}
@media (min-width: 992px) {
.megamenu .menu-box a {
	font-size: 1.375rem;
}
.megamenu .list02 a {
    font-size: 1rem;
}
}

.menu-box i {
    margin-right: 5px;
}
@media (min-width: 768px) {
.menu-box i {
    color: #8296C3;
}
.menu-box.service i, .menu-box.list i {
    display: none;
}
}

.top_inquiry {
    display: block;
    width: 13rem;
    padding: 15px 0;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    background-color: #ec6800;
    border-radius: 5px;
    text-decoration: none;
    /*border: 1px solid #FFFFFF;*/
}	
.top_inquiry a {
	color: #FFF;
}
.top_inquiry:hover {
	color: #FFF;
    text-decoration: none;
	background-color: #11AEBA;
}

.top_tel {
	line-height: 1em;
	width: auto;
    color: #fff;
	font-size: 1.313rem;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0.2em;
}
.top_tel .open_time {
	font-size: 0.75rem;
	font-weight: normal;
}
.top_tel i {
	font-size: 0.813rem;
}


/*---------- main ----------*/

/*固定ヘッダー分調整*/
main {
    margin-top: -120px;
    padding-top: 120px;
}

/*共通タイトルヘッダー（画像はカテゴリーごとに指定）*/
.ttl {
    margin: 0 0 10px;
    padding: 15px 15px 10px;
    color: #fff;
    background-color: #122460;
    background: url("../images/bg-ttl-img.jpg") no-repeat right bottom / cover;
}
.ttl h1 {
    margin: 0 0 30px;
	font-size: 1.5rem;
}
.ttl p {
    margin-bottom: 0;
}
@media (min-width: 768px) {
.ttl {
    margin: 15px 0 10px;/*スマホ以外は上マージン15px必要*/
    padding: 15px 30px 15px;
}
.ttl h1 {
    margin: 0 0 25px;
	font-size: 2rem;
}
.ttl p {
    padding: 15px 0 0;
    border-top: 1px solid #515F8E;
}
}

h2 {
    width: 100%;
    margin-bottom: 25px;
    padding: 8px 0 7px;
    color: #FFFFFF;
    font-size: 1.125rem;
    text-align: center;
    background: #091746 url(../images/language_bg02.png) repeat;
    border-bottom: 3px solid #11AEBA;
}
@media (min-width: 992px) {
h2 {
    font-size: 1.75rem;
}
}

h3 {
    margin: 0 0 25px;
    padding: 0 0 2px;
    color: #001544;
    font-size: 1.375rem; /*22px*/
    border-bottom: 3px solid #C9D0E7;
}
h4 {
	margin-bottom: 15px;
	padding-left: 20px;
	font-size: 1.25rem; /*20px*/
	background: url(../images/m-h4.png) no-repeat left top / 15px auto;
}
/*h4::before {
	content: url("../images/m-h4.png");
	margin-right: 5px;
	position: relative;
	top: 2px;
	left: 0;
}*/
h5 {
    font-size: 1.125rem; /*18px*/
}
@media (min-width: 768px) {
h3 {
	font-size: 1.75rem; /*28px*/
}
h4 {
    font-size: 1.5rem; /*24px*/
}
h5 {
    font-size: 1.25rem; /*20px*/
}
}

/*breadcrumb*/
.breadcrumb {
    margin-bottom: 30px;
}
.breadcrumb li {
    color: #222;
    font-size: 0.875rem;
    text-transform: none;
}
.breadcrumb li::after {
    content: ">";
    color: #AAAAAA;
    margin: 0 0.5rem;
    top: 0; 
}
.breadcrumb li:last-child::after {
    content: none;
}
.breadcrumb li.active {
    color: inherit;
}


/*お見積り・お問合せボタン*/
a.inquiry_btn {
    display: block;
    padding: 20px 15px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #555;
    background-color: #ec6800;
    border-radius: 10px;
    background-image: url(../images/ill-woman-inquiry.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
a.inquiry_btn:hover {
	background-color: #11aeba;
}
.iqrTxt {
	text-align: center;
	margin-bottom: 2px;
}
.inquiryBox {
	padding: 10px 10px 15px;
	background-color: #FFF;
	background-image: repeating-linear-gradient(-45deg, #E6EBF9 0, #E6EBF9 1px, #FFFFFF 0, #FFFFFF 50%);
	background-size: 10px 10px;
}
@media (min-width: 768px) {
a.inquiry_btn {
	font-size: 1.625rem;
}
}

/*テキストリンク*/
.p_links ul {
	clear: both;
	padding: 0;
}
.p_links ul li {
    margin: 0 0 2px 0;
    padding-left: 24px;
    line-height: 1.4rem;
    list-style-type: none;
    background: url(../images/l_icon01.png) no-repeat left center / 18px;
}
.p_links ul li a:hover {
	text-decoration: underline;
}

/*リンクボタン*/
.link_btn_c {
	display: block;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.25rem;
	background: url(../images/language_bg.png) repeat;
	border-radius: 5px;
}
.link_btn_c:hover {
	color: #FFFFFF;
    text-decoration: none;
	background: url(../images/language_bg-ho.png) repeat;
}

a.link_btn {
    display: block;
	padding: 10px;
	color: #FFF;
    font-weight: 700;
    font-size: 1.125rem;
	text-align: center;
	border-radius: 5px;
	background: url(../images/language_bg.png) repeat;
}
a.link_btn:hover {
    text-decoration: none;
	background: url(../images/language_bg-ho.png) repeat;
}
@media (min-width: 992px) {
a.link_btn {
    font-size: 1.25rem;
}
}

/*リンクボタン1*/
.linkBtn {
    display: block;
    margin-bottom: 15px;
    padding: 15px 5px;
    color: #001544 !important;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    background-color: #FFF;
    border-radius: 10px;
    border: 2px solid #001544;
}
.linkBtn:hover {
    text-decoration: none!important;
    background-color: #EFF3FD;
}
/*リンクボタン2（NAIwayブルー）*/
.linkBtn_nc {
	display: block;
	margin-bottom: 15px;
	padding: 15px 5px;
	color: #FFFFFF !important;
    font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	background-color: #344D9E;
	border-radius: 5px;
}
.linkBtn_nc:hover {
    text-decoration: none;
	background-color: #001544;
}
@media (min-width: 992px) {
.linkBtn_nc {
	font-size: 1.25rem;
}
}

/*アイキャッチイメージ　枠あり*/
.i-catch img, img.i-catch {
	margin: 0 0 10px;
	border: 1px solid #ddd;
}

/*バナー*/
.columnBnr, .topicsBnr {
    display: block;
    padding: 15px 0;
	color: #001544;
    text-align: center;
    background-size: cover;
    background-position: center center;
    border: 1px solid #C4CAE0;
    border-radius: 10px;
}
.columnBnr:hover, .topicsBnr:hover {
    color: #FFF;
    text-decoration: none;
}
.columnBnr {
	background: url(../images/bg-bnr-column.png) no-repeat center center / cover;
}
.columnBnr:hover {
	background: url(../images/bg-bnr-column-ov.png) no-repeat center center / cover;
}
.topicsBnr {
	background: url(../images/bg-bnr-topic.png) no-repeat center center / cover;
}
.topicsBnr:hover {
	background: url(../images/bg-bnr-topic-ov.png) no-repeat center center / cover;
}
.columnBnr strong,
.topicsBnr strong {
	font-size: 1.375rem;
}
.columnBnr p,
.topicsBnr p {
	margin-bottom: 0;
}

.nai_link {
	margin-bottom: 20px;
}
.nai_link a img {
	width: 100%;
}

/*カテゴリーリンク*/
.ctgLink {
	display: flex;
}
.ctgLink a {
	display: block;
	color: #222222;
	border: 3px solid #ABB1C7;
	background-color: #F3F4F8;
}
.ctgLink a:hover {
	border: 3px solid #001544;
	background-color: #FFF;
    text-decoration: none !important;
}
.ctgLink dl {
    margin: 0;
	padding: 10px;
}
.ctgLink dl dt {
	margin: 0 0 5px 0;
	font-size: 1.25rem;
	
}
.ctgLink dl dd {
	margin: 0 4em 0 0;
	font-size: 0.875rem;
	line-height: 1.4em;
}
.ctg01 {
	background: url(../images/img-ctgLink01.png) no-repeat right top / contain;
}
.ctg02 {
	background: url(../images/img-ctgLink02.png) no-repeat right top / contain;
}
.ctg03 {
	background: url(../images/img-ctgLink03.png) no-repeat right top / contain;
}
.ctg04 {
	background: url(../images/img-ctgLink04.png) no-repeat right top / contain;
}
/*同カテゴリー内リンク用シンプルボタン*/
.ctg2Link a {
    display: block;
    padding: 15px 5px;
    color: #001544;
    font-weight: 600;
    font-size: 1.375rem;
    text-align: center;
    border: 3px solid #ABB1C7;
    border-radius: 10px;
    background-color: #F3F4F8;
}
.ctg2Link a:hover {
	border: 3px solid #001544;
	background-color: #FFF;
    text-decoration: none;
}

/*Tableのベース*/
table {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFF;
}
table th, table td {
	padding: 4px 15px;
	border: 1px solid #CCCCCC;
}
table th {
	color: #FFFFFF;
	text-align: center;
	background-color: #314177;
}
table td {
}


/*---------- sidenav ----------*/
#sidenav .tel {
	font-family: Arial, Helvetica, sans-serif;
	color: #001544;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.6em;
}
#sidenav .tel i {
	font-size: 1.375rem;
}
#sidenav .tel a {
	color: #2285a2;
    text-decoration: none!important;
}
#sidenav .open_time {
	font-size: 1.125rem;
}
#sidenav hr {
	margin: 20px 0;
}

/*tel　不要か？*/
/*.telLink a {
    color: #2285a2;
    font-weight: bold;
    text-decoration: none !important;
}*/


/*ページ内スクロールリンクのヘッダー分＋余白マージン*/
[id] {
	scroll-margin-top: 90px;
}

/*↑へ戻るボタン*/
@media (min-width: 768px) {
.pagetop {
    display: flex;
    justify-content: center;
    height: 30px;
    width: 30px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #fff;
    border: solid 2px #999;
    border-radius: 50%;
    align-items: center;
    z-index: 90;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    transform: translateY(20%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
.pagetop:hover, .pagetop:hover .pagetop__arrow {
    border-color: #314177;
}
}
}


/*---------- footer ----------*/
.footer_bg {
    padding: 30px 0 0;
    overflow: hidden;
	background-color:#f3f3f3;
}
footer .tel {
    margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#001544;
    font-weight: bold;
    font-size: 2rem;
}
footer .tel span {
    font-size: 1.5rem;
}

/*リンク一覧　topのみ*/
.link-list ul {
    list-style-type: none;
    padding-left: 1rem;
}
.link-list ul li {
    margin-bottom: 0.5rem;
    line-height: 1.2rem;
    text-indent: -1rem;
}
.link-list ul li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.25rem;
    opacity: 0.5;
}
.link-list ul li a {
	color: #001544;
}
@media (min-width: 768px) {
.link-list ul li {
    font-size: 0.875rem;
}
}

/*Google検索窓スペース*/
footer .searchBox {
	margin: 50px 0 30px;
}
footer .searchBox h6 {
	font-size: 90%;
	color: #001544;
	font-weight: bold;
}
footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 75%;
	text-align: center;
	padding-bottom: 15px;
}

/*---------- others ----------*/

.mb-br {
    display: block; /* スマホでは改行する */   
}
.pc-br {
    display: none; /* スマホでは改行しない */   
}
@media (min-width: 768px) {
.mb-br {
    display: none; /* PCでは改行しない */   
}
.pc-br {
    display: block; /*PCでは改行する */   
}
}

@media (min-width: 768px) {
/*タブレット・PCでは電話番号クリックできないようにする*/
a[href^="tel:"] {  /* hrefがtel:で始まるものに対して */
    pointer-events: none;
    cursor: default;
    color: #001544!important;
    text-decoration: none!important;
}
}


.u_line {
    text-decoration: underline;
}

.clearB {
	clear: both;
}

.txt-idt {
	margin-left: 1em;
	text-indent: -1em;
}
.txt75 {
	font-size: 0.75rem;
	line-height: 1.5em;
}
.txt87, .notes {
	font-size: 0.875rem;
	line-height: 1.5em;
}
.notes-idt {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 0.875rem;
	line-height: 1.4em;
}

.img_r {
	text-align: right;
}
.ctr {
	text-align: center !important;
}

.bg-nw-coler {
    background-color: #001544;    
}
.bg-nw-l-blue {
   background-color: #11aeba;    
}
.nw-coler {
    color: #001544;    
}
.nw-l-blue {
	color: #11aeba;
}
.red {
	color: #FF0000 !important;	
}
.blue {
    color: #006CFF;
}

/*mbをわかりやすく*/
.mb-0_25r, .mb-1 {/*4px*/
  margin-bottom: 0.25rem !important;
}
.mb-0_5r, .mb-2 {/*8px*/
  margin-bottom: 0.5rem !important;
}
.mb-1r, .mb-3 {/*16px*/
  margin-bottom: 1rem !important;
}
.mb-1_5r, .mb-4 {/*24px*/
  margin-bottom: 1.5rem !important;
}
.mb-2r {/*32px*/
  margin-bottom: 2rem !important;
}
.mb-3r, .mb-5 {/*48px*/
  margin-bottom: 3rem !important;
}
/*いつものmb*/
.mb5{
	margin-bottom: 5px !important;	
}
.mb10{
	margin-bottom: 10px !important;	
}
.mb15{
	margin-bottom: 15px !important;	
}
.mb20{
	margin-bottom: 20px !important;	
}
.mb30{
	margin-bottom: 30px !important;	
}
.mb40{
	margin-bottom: 40px !important;	
}
.mb50{
	margin-bottom: 50px !important;	
}
.mb60{
	margin-bottom: 60px !important;	
}




/* 極小デバイス（縦向きモバイル, 576px 未満） */
/* Bootstrapではデフォルトで `xs` のメディアクエリは存在しない */

/* 小デバイス（横向きモバイル, 576px 以上） */
@media (min-width: 576px) {
}

/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) {
}

/* 大デバイス（デスクトップ, 992px 以上） */
@media (min-width: 992px) {
}

/* 特大デバイス（ワイド・デスクトップ, 1200px 以上） */
@media (min-width: 1200px) {
}

/* 超特大デバイス (よりワイドな・デスクトップ, 1400px 以上） */
@media (min-width: 1400px) {
}
