@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}


body {
	font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #5a5c5f;
	margin-left: auto;
	margin-right: auto;
}




a, a:hover{
	text-decoration: none;
	color: #5a5c5f;
}



.container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}


.header{
    top: 0;
    right: 0;
	z-index: 100;
	height: 60px;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
	background-color: #ffffff;
	position: fixed;
}

.header .container {
    padding: 0 20px;
}

@media screen and (max-width: 700px) {
	.container {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

/*----------------------------左のロゴ----------------------------*/

.logo-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	float: left;
}


.title-logo{
    font-size: 25px;
    line-height: 60px;
}

/*----------------------------右のメニュー----------------------------*/

.menu-wrapper{
	float: right;
}


#global-navi a {
	
	line-height: 56px;
	color: #5a5c5f;
	margin-left: 5px;
	font-size: 16px;
	padding: 5px;
	font-weight: 500;
}

#global-navi a:hover {
    border-bottom: solid #3d389e;
}


.menu-wrapper nav ul li{
display: inline-block;
font-size: 16px;
}


/*スマホ画面でハンバーガーメニューの形にする*/

@media (max-width: 700px){
	/*.container {
		width: 95%;
	}
	*/
	
	.main .container h2 {
    text-align: center;
}

	.header {
		height: 50px;
	}
	.logo-wrapper{
		float: none;
		text-align: center;
	}
	.title-logo {
		font-size: 20px;
		line-height: 50px;
	}
	
	
}




@media screen and (max-width: 700px) {
.menu-wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background: #fff;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 102;
}

.menu-wrapper .btn-gnavi.open+nav {
  box-shadow: -300px 0 0 100vw rgba(0, 0, 0, 0.33);
}

.menu-wrapper nav ul li {
    display: block;
    padding: .25em;
    border-bottom: 1px solid #ededed;
}

.menu-wrapper nav ul li:first-child {
  border-top: 1px solid #ededed;
}

 
.menu-wrapper nav ul li a {
  text-decoration: none;
  display: block;
}

#global-navi a {
  line-height: 3em;
  padding-left: calc(2em + 5px);
}
#global-navi a:hover {
  border-bottom: none;
}

.menu-wrapper nav ul li:hover {
  background: #ededed;
}
 
.menu-wrapper .btn-gnavi {
    position: fixed;
    top: 13px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 103;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
 
.menu-wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
 
.menu-wrapper .btn-gnavi span:nth-child(1) {
    top: 0;
} 
.menu-wrapper .btn-gnavi span:nth-child(2) {
    top: 10px;
}
.menu-wrapper .btn-gnavi span:nth-child(3) {
    top: 20px;
}
.menu-wrapper .btn-gnavi.open {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}



.menu-wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666;
}
 
.menu-wrapper .contents section:nth-child(odd) p {
    left: 10%;
}
 
.menu-wrapper .contents section:nth-child(even) p {
    right: 10%;
	
}
}

.clear{
  clear: both;
}



/*ここからmain containt*/




.main {
	width: 100%;
	padding: 80px 0 0;
	text-align: left;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
}


.main a:hover {
  color: #3d389e;
}


.page_title {
	padding: .5rem 1.5rem 1rem;
}

.page_title .Ja {
	font-weight: normal;
	font-size: 35px;
	line-height: 35px;
}

.page_title .En {
	font-size: 14px;
	color: #273376;
	font-weight: 700;
}


@media(min-width: 900px){
	.page_title{
		margin-left: calc((100% - 900px) / 2)
	}

}
@media screen and (max-width: 700px) {
	.page_title .Ja {
		font-size: 27px;
		line-height: 27px;
	}
	.page_title .En {
		font-size: 14px;
		color: #273376;
		font-weight: 700;
}
}





/*----------------------パンくずリスト---------------------------*/



.breadcrumb {
	list-style: none;
	color: #fff;
	background: #3d389e;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	margin-bottom: 30px;
	padding: 0 20px;
}


@media(min-width: 900px){
	.breadcrumb {
		padding-left: calc((100% - 900px) / 2);
	}
}



.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /* >を表示*/
  font-family: "Font Awesome 5 Free";
  content: '\f101';
	font-weight: 900;
	padding: 0 0.4em;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	padding: 0 0.5em;
}

.breadcrumb li:first-child a:before {
	/*家アイコンに*/
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-size: 1.1em;
	font-weight: 900;
}

.breadcrumb li a:hover {
	text-decoration: none;
	background: #4e7bc6;
	color: #fff;
	border-radius: 10px;
}



/*---------------------------ここからmain.container-----------------------------*/


.section {
	margin-bottom: 50px;
  
}

/*
.main h2 {
    font-size: 38px;
    padding: 1.5rem;
}
*/

.main h3 {
    font-size: 25px;
}



.section_title{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background-color: #fff;
	position: relative;
	padding: 0 50px;
    margin-bottom: 1em;
}

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

.section_title span {
  position: relative;
  padding: 0 1em;
  background: #fff;

}

.section_lead {
	margin: 50px 0;
}

.section_lead p {
	text-align: center;
}



.main h4 {
	padding: 5px 10px;
    margin-bottom: 10px;
	background: transparent;/*背景透明に*/
	border-left: solid 5px #1975a3;/*左線*/
    font-size: 20px;
    font-weight: 600;
    color: #1975a3;
	margin-left: .5em;
}

.main p {
	padding: 0;
}


.main ul{
    list-style: none;
    /*margin: 10px 20px;
    line-height: 30px;*/
}


.link_blank {
	display: inline-block;
	cursor: pointer;
	color: #3d389e;
	text-decoration: underline;
    margin: .3em;
} 

.link_blank:hover {
    color: #273376;
}

.link_blank::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 900;
}

/*=====privacy.html=================================================*/

#privacy .section_lead {
	font-size: 1.1em;
	font-weight: 500;
}

#privacy .section h4:not(:first-child) {
	margin-top: 1em;
}

#privacy .section ul {
	list-style: disc;
	margin: .5em 4em 1em;
}

#privacy .section h5 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

#privacy .section .graybox .left {
	float: left;
}

#privacy .section .graybox .right {
	float: right;
	position: relative;
	top: 3rem;
	font-weight: 900;
}
#privacy .section .graybox::after {
	clear: both;
}



/*=====contact.html=================================================*/

.contact_hl + p {
	margin-bottom: 20px;
}

.contact_table {
	width: fit-content;
	margin: auto;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}

.contact_table .col {
	width: 100%;
	padding: .5rem;
	border-bottom: 1px solid #d8dee2;
}

.contact_table .col:last-child {
	border: none;
}

.contact_table p {
	font-weight: 700;
}

.toi-mail,
.toi-tel,
.toi-fax,
.toi-mobile {
	font-size: 1.7em;
}

.toi-icon {
	color: #3d389e;
}

@media (min-width: 700px) {
	.contact_table {
		flex-direction: row;
		justify-content: center;
	}
	.contact_table .col {
		width: 300px;
	}
	.contact_table .col:nth-last-of-type(2) {
		border: none;
	}

}

.uktk {
	background-color: #ededed;
	text-align: center;
	font-weight: 900;
}




.graybox {
	margin: 2em;
	padding: 1.5em;
	background-color: #ededed;
	border-radius: 10px;
	display: flow-root;
}


.footer {
	width: 100%;
    /*background-color: #2f3a44;*/
    background-color: #201f37;
    padding-top: 20px;
	padding-bottom: 20px;	
}


.footer,
.footer a {
	/*color: #BBCAE3;
	color: #A8F314;*/
	color: #fff;
	font-size: 14px;
}

.footer-left a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-left {
  float: left;
  padding-left: 20px;
  padding-bottom: 20px;
}


.footer-right {
  float: right;
  padding-top: 80px;
  padding-right: 20px;
}

@media (max-width: 560px){
	.footer-right {
		padding-top: 0px;
	}
}