@charset "utf-8";

body {
  font-size: 16px;
}
a:hover {
  text-decoration: underline;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea {
  padding: 7px;
  font-size: 14px;
}
input[type="submit"] {
	font-size: 14px;
}
select {
	padding: 14px;
  font-size: 14px;
}
.sp {
  display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
#container {
  width: 100%;
}
.main {
  position: relative;
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex_st {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-self: center;
}


/* ヘッダー---------------- */
#head {
  width: 100%;
  height: 160px;
	position: relative;
}
.head_in {
  width: 100%;
	padding: 0 3.8%;
	display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#head_logo_top {
  width: 370px;
  padding: 28px 8px 0 0;
}
#head_logo {
  width: 280px;
  padding-top: 40px;
}
#head_logo_top img, #head_logo img {
	width: 100%;
	height: auto;
}
#head_navi {
  width: calc(100% - 370px);
  text-align: right;
}
.head_navi_in {
	display: inline-block;
	width: 100%;
	max-width: 940px;
	padding-top: 40px;
}
.nav_menu {
	display: flex;
	flex-wrap: wrap;
  align-items: center;
	text-align: center;
}
.head_navi_menu {
  width: 68%;
	margin-right: 6%;
	/*border-right: 1px solid #1B1B1B;*/
}
.head_navi_menu > li {
  display: inline;
  padding-top: 30px;
}
.head_navi_menu > li a {
  position: relative;
  display: inline-block;
  margin: 0 2%;
  text-decoration: none;
  font-size: 15px;
	padding: 40px 0;
}
.head_navi_menu > li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #999;
	opacity: 0;
	transition: all .3s;
}
.head_navi_menu > li > a:hover:after {
	opacity: 1;
}
.head_navi_menu > li.current > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #B5B5B5;
	opacity: 1;
}
.head_navi_menu .child-menu {
  display: none;
  background: #f4f4fb;
  width: 100%;
  padding: 40px 4%;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
}
.head_navi_menu .child-list {
  display: flex;
	flex-direction: column;
  justify-content: center;
}
.head_navi_menu .child-list a {
  font-size: 16px;
  padding: 20px;
}
.head_navi_menu .child-list > li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #999;
	opacity: 0;
	transition: all .3s;
}
.head_navi_menu .child-list > li > a:hover:after {
	opacity: 1;
}
.head_navi_menu .child-list > li.current > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #B5B5B5;
	opacity: 1;
}
.head_navi_contact {
	width: 26%;
}
.head_navi_contact a {
	display: block;
	height: 51px;
	padding-top: 9px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	background: #000080;
	border: 1px solid #000080;
	border-radius: 26px;
	transition: .3s;
}
.head_navi_contact a:hover {
	color: #000080;
	background: #fff;
	transition: .3s;
}
@media screen and (max-width:1200px) {
  #head_logo_top, #head_logo {
		width: 28%;
		padding: 45px 8px 0 0;
	}
	#head_navi {
		width: 72%;
	}
	#head_navi ul li a {
		margin: 0 2%;
    font-size: 15px;
  }
	.head_navi_contact a {
		font-size: 13px;
	}
}
@media screen and (max-width:900px) {
  #head_logo_top, #head_logo {
		padding: 50px 8px 0 0;
	}
	#head_navi ul li a {
    font-size: 13px;
  }
	.head_navi_contact a {
		font-size: 12px;
	}
}

.sp_navi_btn, #sp_navi, #sp_menu {
  display: none;
}


/* フッター----------------- */
#foot {
  padding: 90px 0 25px;
	color: #fff;
  background: #000080;
}
.foot_col {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.foot_col1 {
  width: 74%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.foot_col1 a {
  color: #fff;
}
.foot_col2 {
  width: 26%;
}
.foot_col1_1 {
	width: 25%;
}
.foot_col1_2 {
	width: 35%;
}
.foot_col1_3 {
	width: 40%;
}
.foot_menu1 {
  margin-bottom: 60px;
}
.foot_menu1 > li {
  margin-bottom: 20px;
	line-height: 1.6;
	font-size: 16px;
}
.foot_menu2 {
  margin-top: 10px;
}
.foot_menu2 > li {
  list-style: disc;
	margin: 0 0 5px 25px;
	line-height: 1.6;
	font-size: 16px;
}
.btn_foot a {
	display: inline-block;
	width: 100%;
	height: 67px;
	margin-bottom: 25px;
	padding-top: 24px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #1B1B1B;
	background: #D8D5CE;
	border-radius: 5px;
	transition: all .3s;
}
.btn_foot a:hover {
	background: #fff;
}
.copyright {
  text-align: center;
}
.copyright small {
  font-size: 14px;
}

.sbnr {
  position: fixed;
  z-index: 99;
  top: 160px;
  right: 0;
}


/* トップ---------------- */
#top_main {
  width: 100%;
}
.top_bnr {
    width: 50%;
    margin: 45px auto;
}
.top_bnr a {
	display: block;
	padding: 20px 40px;
    border: 5px double #dfdfdf;
    background: #2323a2;
    font-weight: bold;
    letter-spacing: 0.17em;
    font-size: 14px;
	color:#fff;
	text-decoration: none;
}
.top_slide1 {
	position: relative;
  width: 100%;
  min-height: 850px;
  background: url("../img/top_main_img1.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.top_slide2 {
	position: relative;
  width: 100%;
  min-height: 850px;
  background: url("../img/top_main_img2.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.top_main_cont {
  width: 96%;
	max-width: 1410px;
	margin: 0 auto;
	padding-top: 210px;
	text-align: left;
}
.top_main_t1 {
	margin-bottom: 40px;
	line-height: 1.3;
	font-size: 110px;
	transform: scale(0.9, 1);
	transform-origin: top left;
}
.top_main_t1 div {
  display: flex;
  overflow: hidden;
}
.top_main_t1 span {
  display: block;
  margin: 0;
  transform: translateY(2em);
  animation: textanimation 1s forwards;
}
@keyframes textanimation {
  0% {
      transform: translateY(2em);
  }
  100% {
      transform: translateY(0);
  }
}
.top_main_t2 {
	width: 50%;
	padding-bottom: 20px;
	font-size: 18px;
}
@media screen and (max-width:1200px) {
	.top_main_cont {
		padding-top: 150px;
	}
	.top_main_t1 {
		font-size: 80px;
	}
	.top_main_t2 {
		width: 40%;
	}
}

#top_slide {
	width: 100%;
	min-height: 302px;
	padding-top: 75px;
	background: #f0f2f7;
}
.top_slide_cont {
	width: 98%;
	max-width: 1460px;
	margin: 0 auto;
}
#slider2 {
	position: relative;
	width: 82%;
	max-width: 1260px;
	margin: 0 auto;
}
#slider2 li.slick-slide {
  position: relative;
	max-height: 136px;
  margin: 0 10px 10px;
	line-height: 1.5;
	text-align: left;
}
#slider2 li.slick-slide a {
	filter: drop-shadow(0 5px 5px rgba(0,0,0,.17));
	transition: all .3s;
}
#slider2 li.slick-slide a:hover {
	filter: drop-shadow(0 5px 5px rgba(0,0,0,.4));
}
.top_slide_img img {
	width: 100%;
	height: auto;
}
.top_slide_t1 {
	position: absolute;
	top: 8px;
	left: 18px;
	font-size: 18px;
	color: #fff;
}
.top_slide_t2 {
	position: absolute;
	top: 65px;
	left: 18px;
	font-size: 20px;
	color: #000080;
}
.top_slide_t3 {
	position: absolute;
	top: 65px;
	left: 18px;
	font-size: 20px;
	color: #fff;
}
#slider2 .slick-prev {
  width: 62px;
  height: 62px;
  top: 50%;
  left: -80px;
  background: url("../img/slide_prev.png") no-repeat;
  transition: all .3s;
}
#slider2 .slick-next {
  width: 62px;
  height: 62px;
  top: 50%;
  right: -80px;
  background: url("../img/slide_next.png") no-repeat;
  transition: all .3s;
}
@media screen and (max-width:1380px) {
	#slider2 .slick-prev {
		left: -70px;
	}
	#slider2 .slick-next {
		right: -70px;
	}
}
#slider2 .slick-prev:before, #slider2 .slick-next:before {
  content: "";
}
#slider2 button.slick-prev, #slider2 button.slick-next {
  z-index: 10;
}
#slider2 .slick-prev:hover {
  background: url("../img/slide_prev.png") no-repeat;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.17));
}
#slider2 .slick-next:hover {
  background: url("../img/slide_next.png") no-repeat;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.17));
}
#slider2 .slick-prev:focus {
  background: url("../img/slide_prev.png") no-repeat;
}
#slider2 .slick-next:focus {
  background: url("../img/slide_next.png") no-repeat;
}
#slider2 .slick-arrow {
	z-index: 10;
}

#top_greeting {
	padding: 160px 0 70px;
}
.main1 {
	position: relative;
	width: 100%;
	max-width: 2100px;
	margin: 0 auto 30px;
}
.bg_txt1 {
	position: absolute;
	top: -180px;
	right: 15%;
	line-height: 1;
	font-size: 250px;
	color: #00008012;
	letter-spacing: -.02em;
	transform: scale(0.9, 1);
	transform-origin: top right;
}
@media screen and (max-width:1460px) {
	.bg_txt1 {
		right: 0;
	}
}
.top_col1 {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	z-index: 2;
}
.top_col1_1 {
	width: 51%;
	padding: 0 4.9% 0 3.7%;
}
.top_col1_2 {
	width: 25.2%;
	padding-top: 155px;
	text-align: left;
}
.top_col1_3 {
	width: 23.8%;
	padding: 212px 0 0 2%;
}
.h2_1 {
	margin-bottom: 30px;
	font-size: 18px;
}
.p1 {
	margin-bottom: 30px;
}
.btn_list1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.btn_list1 li {
	width: 32.3%;
	min-width: 100px;
	margin-right: 4.5%;
	margin-bottom: 10px;
}
.btn1 a {
	display: block;
	width: 100%;
	max-width: 170px;
	height: 48px;
	padding-top: 14px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	background: #000080;
	border: 1px solid #000080;
	transition: all .3s;
}
.btn1 a:hover {
	color: #000080;
	background: #fff;
}
.copy1 {
	margin-bottom: 25px;
	font-size: 24px;
}

#top_subject {
	padding: 50px 0 62px;
	background: #f0f2f7;
}
.top_subject_menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 30px;
}
.top_subject_menu li {
	position: relative;
	width: 23.3%;
	min-height: 256px;
	margin-right: 2.26%;
	margin-bottom: 22px;
	padding: 35px 20px 80px;
	line-height: 1.4;
	border: 1px solid #000080;
}
.top_subject_menu li:nth-child(4n) {
	margin-right: 0;
}
.top_subject_menu_t1 {
	margin-bottom: 15px;
	font-size: 19px;
}
.top_subject_menu_t2 {
	font-size: 15px;
}
.top_subject_menu1 {
	background: url("../img/top_subject_img1.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu2 {
	background: url("../img/top_subject_img2.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu3 {
	background: url("../img/top_subject_img3.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu4 {
	background: url("../img/top_subject_img4.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu5 {
	background: url("../img/top_subject_img5.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu6 {
	background: url("../img/top_subject_img6.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu7 {
	background: url("../img/top_subject_img7.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu8 {
	background: url("../img/top_subject_img8.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu li .btn_more1 {
	position: absolute;
	bottom: 35px;
	left: 23px;
}
.btn_more1 a {
	display: block;
	width: 85px;
	height: 30px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	background: #000080;
	border: 1px solid #000080;
	border-radius: 4px;
	transition: all .3s;
}
.btn_more1 a:hover {
	color: #000080;
	background: #fff;
}
.btn2 a {
	display: block;
	width: 100%;
	max-width: 170px;
	height: 48px;
	margin: 0 auto;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	background: #000080;
	border: 1px solid #000080;
	transition: all .3s;
}
.btn2 a:hover {
	color: #000080;
	background: #fff;
}

#top_facility {
	padding: 103px 0 120px;
}
.main2 {
	position: relative;
	width: 96%;
	max-width: 1260px;
	margin: 0 auto;
	text-align: left;
}
.bg_txt2 {
	position: absolute;
	top: -110px;
	right: -90px;
	line-height: 1;
	font-size: 250px;
	color: #00008012;
	letter-spacing: -.02em;
	transform: scale(0.9, 1);
	transform-origin: top right;
	z-index: 1;
}
@media screen and (max-width:1460px) {
	.bg_txt2 {
		right: 0;
	}
}
.top_col2 {
	position: relative;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	z-index: 2;
}
.top_col2_1 {
	order: 2;
	width: 43.5%;
	padding-top: 40px;
}
.top_col2_2 {
	order: 1;
	width: 50%;
	margin-right: 6.5%;
}
.top_facility_txt {
	width: 86%;
}
.p2 {
	margin-bottom: 40px;
}
.btn3 {
	text-align: right;
}
.btn3 a {
	display: inline-block;
	width: 100%;
	max-width: 170px;
	height: 48px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	background: #000080;
	border: 1px solid #000080;
	transition: all .3s;
}
.btn3 a:hover {
	color: #000080;
	background: #fff;
}

.btn33 {
	text-align: right;
}
.btn33 a {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	height: 88px;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #fff !important;
	background: #000080;
	border: 1px solid #000080;
	transition: all .3s;
}
.btn33 a:hover {
	color: #000080 !important;
	background: #fff;
}


.top_facility_img1 {
	margin-top: 65px; 
}
.top_facility_img2 {
	margin-bottom: 30px;
}
.top_facility_t1 {
	font-size: 20px;
}
.big1 {
	font-size: 30px;
}
.top_col3 {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.top_col3_1 {
	width: 48.7%;
	margin-right: 2.6%;
}
.top_col3_2 {
	width: 48.7%;
}

#top_leaning {
	padding-bottom: 88px;
}
.bg_txt3 {
	position: absolute;
	top: -100px;
	right: -90px;
	line-height: 1;
	font-size: 250px;
	color: #00008012;
	letter-spacing: -.02em;
	transform: scale(0.9, 1);
	transform-origin: top right;
	z-index: 2;
}
@media screen and (max-width:1460px) {
	.bg_txt3 {
		right: 0;
	}
}
.top_col4 {
	position: relative;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	z-index: 1;
}
.top_col4_1 {
	width: 50%;
	margin-right: 6.5%;
}
.top_col4_2 {
	width: 43.5%;
	padding-top: 180px;
}

#top_topics {
	padding: 105px 0 92px;
	background: #f0f2f7;
}
.bg_txt4 {
	position: absolute;
	top: -110px;
	left: -300px;
	line-height: 1;
	font-size: 250px;
	color: #00008012;
	letter-spacing: -.02em;
	transform: scale(0.9, 1);
	transform-origin: top left;
	z-index: 1;
}
@media screen and (max-width:1460px) {
	.bg_txt4 {
		left: -2%;
	}
}
.top_col5 {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	z-index: 2;
}
.top_col5_1 {
	width: 27.4%;
}
.top_col5_2 {
	width: 72.6%;
}
.h2_2 {
	font-size: 18px;
}
.top_topics_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.top_topics_list dt {
	width: 14.2%;
	margin-right: 8%;
}
.top_topics_list dd {
	width: 77.8%;
	border-top: 1px solid #000080;
}
.top_topics_list dd:last-child {
	border-bottom: 1px solid #000080;
}
.top_topics_list dd a {
	position: relative;
	display: block;
	padding: 20px 40px 20px 5px;
	text-decoration: none;
	font-size: 15px;
	transition: all .3s;
}
.top_topics_list dd a:hover {
	background: #fff;
}
.top_topics_list dd a:after {
	position: absolute;
	top: calc(50% - 9px);
	right: 22px;
	display: block;
	content: "";
	width: 10px;
	height: 18px;
	background: url("../img/icon_link2.png") no-repeat;
}
.topics_cat1 {
	width: 100%;
	max-width: 113px;
	height: 43px;
	padding-top: 7px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #000080;
}
.top_topics_date {
	margin-right: 40px;
}

#access_box {
	padding: 70px 0 75px;
}
.access_col {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	z-index: 2;
}
.access_col1 {
	width: 47%;
	margin-right: 2.5%;
}
.access_col2 {
	width: 50.5%;
	padding-top: 80px;
}
.h2_3 {
	margin-bottom: 30px;
	font-size: 28px;
}
.access_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 20px;
}
.access_list dt {
	width: 92px;
	margin-right: 15px;
	margin-bottom: 24px;
	text-align: center;
}
.access_list dd {
	width: calc(100% - 107px);
	line-height: 1.3;
	font-size: 24px;
}
.access_tit {
	width: 100%;
	height: 34px;
	padding-top: 2px;
	font-size: 15px;
	color: #fff;
	background: #000080;
	border-radius: 17px;
}
.access_t1 {
	margin-top: 16px;
	font-size: 15px;
}
.access_list02 {
	display: flex;
	gap: 20px;
}
.access_list02 > li {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.access_list02 .ico {
	margin-right: 10px;
}
.access_table {
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #000080;
}
.access_table th {
	width: 11%;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #000080;
}
.access_table th:first-child {
	width: 23%;
}
.access_table td {
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #000080;
}
.access_t2 {
	line-height: 1.6;
	font-size: 15px;
}


/* 下層ページ---------------- */

/* 基本理念 */
.sub_navi1 {
	width: 100%;
	min-height: 120px;
	padding: 40px 0 30px;
	border-top: 1px solid #000080;
	border-bottom: 1px solid #000080;
}
.sub_navi_list1, .sub_navi_list2 {
	padding-left: 10px;
}
.sub_navi_list1 li {
	display: inline-block;
	margin-right: 50px;
	line-height: 1.6;
	font-size: 16px;
}
.sub_navi_list2 li {
	display: inline-block;
	margin-right: 20px;
	line-height: 1.5;
	font-size: 14px;
}
.sub_navi_list1 li:last-child, .sub_navi_list2 li:last-child {
	margin-right: 0;
}
.sub_navi_list1 li a, .sub_navi_list2 li a {
	position: relative;
	text-decoration: none;
}
.sub_navi_list1 li a:after, .sub_navi_list2 li a:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #000080;
	opacity: 0;
	transition: all .3s;
}
.sub_navi_list1 li a:hover:after, .sub_navi_list2 li a:hover:after {
	opacity: 1;
}
.sub_navi_list1 li.current a:after, .sub_navi_list2 li.current a:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #000080;
	opacity: 1;
}

.title1 {
	width: 100%;
	height: 340px;
	padding-top: 70px;
	border-bottom: 1px solid #000080;
}
.h1_1 {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.h1_1 h1 {
	font-size: 120px;
	color: #535353;
}
.h1_1_t {
	margin-left: 20px;
	font-size: 25px;
}

.content1 {
	padding: 90px 0 130px;
}
.h2_4 {
	margin-bottom: 40px;
	font-size: 38px;
}
.copy2 {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 40px;
	line-height: 1.6;
	font-size: 30px;
}
.copy2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 62px;
	height: 1px;
	background: #000080;
}

#subject_box {
	width: 100%;
	height: 430px;
	background: url("../img/subject_box_img.jpg") no-repeat;
	background-size: cover;
	border-top: 2px solid #fff;
}
#subject_box .main {
	padding-top: 255px;
}
.subject_box_txt {
	position: absolute;
	top: -20px;
	left: -120px;
	line-height: 1;
	font-size: 220px;
	color: #00008012;
	letter-spacing: -.02em;
	transform: scale(0.9, 1);
	transform-origin: top left;
	z-index: 1;
}
@media screen and (max-width:1350px) {
	.subject_box_txt {
		left: -2%;
	}
}
.subject_box_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.subject_box_list li {
	width: 270px;
	margin-right: 40px;
}
.btn4 a {
	display: inline-block;
	width: 100%;
	max-width: 270px;
	height: 48px;
	padding-top: 14px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	transition: all .3s;
}
.btn4 a:hover {
	color: #000080;
	background: #fff;
}


/* 医師紹介・ご挨拶 */
.content2 {
	padding: 100px 0 140px;
}
.col1 {
	width: 100%;
	margin-bottom: 70px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.col1_1 {
	width: 50%;
	padding: 20px 2.3% 0 6.3%;
}
.col1_2 {
	width: 50%;
}

.col1_11 {
	width: 60%;
	padding: 20px 2.3% 0 6.3%;
}
.col1_21 {
	width: 40%;
	padding:20px;
}


.greeting_t1 {
	margin-bottom: 20px;
	font-size: 18px;
}
.greeting_t2 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 35px;
	font-size: 30px;
}
.greeting_t2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 62px;
	height: 1px;
	background: #000080;
}

.greeting_t22 {
	position: relative;
	margin-bottom: 20px;
	/*padding-bottom: 35px;*/
	font-size: 30px;
}
.greeting_t22:after {
	/*position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 62px;
	height: 1px;
	background: #000080;*/
}

.greeting_t3 {
	margin-left: 20px;
	font-size: 16px;
}
.h3_1 {
	margin-bottom: 15px;
	padding-left: 8px;
	line-height: 1.2;
	font-size: 18px;
	border-left: 3px solid #000080;
}
.main3 {
	position: relative;
	width: 96%;
	max-width: 1660px;
	margin: 0 auto;
	text-align: left;
}
.col2 {
	width: 100%;
	margin-bottom: 124px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.col2_1 {
	order: 2;
	width: 50%;
	padding: 90px 0 0 4.8%;
}
.col2_2 {
	order: 1;
	width: 50%;
}
.copy3 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 35px;
	font-size: 28px;
}
.copy3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 62px;
	height: 1px;
	background: #000080;
}
.col3 {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.col3_1 {
	width: 47.3%;
	padding-right: 2.7%;
}
.col3_2 {
	width: 50%;
}


/* 院内設備 */
.content3 {
	padding: 90px 0 110px;
}
.facility1_1 {
	margin-bottom: 65px;
}
.copy4 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 35px;
	font-size: 30px;
}
.copy4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 62px;
	height: 1px;
	background: #000080;
}
.facility_list li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 60px;
}
.facility_list_img {
	width: 41.3%;
	margin-right: 8.7%;
}
.facility_list_txt {
	width: 50%;
	padding-top: 40px;
	line-height: 1.7em;
	letter-spacing:0.07em;
}
.facility_list_t1 {
	margin-bottom: 30px;
	font-size: 20px;
}

.linkb:hover {
	color:blue;
	}
	
.facility_list_t1 a{
text-decoraition:underline;

}



/* アクセス */
.content4 {
	padding: 100px 0 170px;
}
.access1_1 {
	position: relative;
	margin-bottom: 90px;
}
.gmap {
	position: absolute;
	top: 0;
	right: 0;
	width: 48%;
}
.access1_txt {
	width: 44%;
	min-height: 652px;
}
.access_table1 {
	width: 100%;
	font-size: 16px;
}
.access_table1 th {
	width: 110px;
	padding: 15px 0;
	border-bottom: 1px solid #000080;
	vertical-align: top;
}
.access_table1 td {
	padding: 15px 0;
	border-bottom: 1px solid #000080;
}
.access1_2 {
	margin-bottom: 100px;
}
.access_table2 {
	width: 100%;
	margin-bottom: 15px;
}
.access_table2 th {
	width: 11%;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	border: 1px solid #000080;
}
.access_table2 th:first-child {
	width: 23%;
}
.access_table2 td {
	padding: 20px 0;
	font-size: 16px;
	text-align: center;
	border: 1px solid #000080;
}
.access_t2 {
	line-height: 1.6;
	font-size: 15px;
}
.access_list1 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.access_list1 li {
	position: relative;
	width: 32.8%;
	margin-right: .8%;
	margin-bottom: 8px;
}
.access_list1 li:nth-child(3n) {
	margin-right: 0;
}
.access_list1_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 20px 10px 10px 15px;
	font-size: 15px;
	color: #fff;
	background: rgba(0,0,0,.39);
}


/* 歯科・診療案内 */
.content5 {
	padding: 90px 0 150px;
}
.subject_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.subject_list li {
	position: relative;
	width: 23.3%;
	margin-right: 2.26%;
	margin-bottom: 40px;
}
.subject_list li:nth-child(4n) {
	margin-right: 0;
}
.subject_list li a {
	display: block;
	text-decoration: none;
	transition: all .3s;
}
.subject_list li a:hover {
	opacity: .7;
}
.subject_list_img {
	margin-bottom: 15px;
	border: 1px solid #000080;
}
.subject_list_t1 {
	font-size: 18px;
}


/* ホワイトニング */
.content6 {
	padding: 90px 0 160px;
}
.whitening1_1 {
	margin-bottom: 100px;
}
.whitening_img1 {
	margin-bottom: 30px;
}
.box1 {
	padding: 30px 40px 35px;
	background: #eee;
}
.box1_t1 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
}
.col4 {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.col4_1 {
	width: 49%;
	padding-right: 2%;
}
.col4_2 {
	width: 49%;
}
.box1_list li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 23px;
	line-height: 1.8;
	text-align:left;
}
.box1_list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "●";
}
.whitening1_2 {
	margin-bottom: 70px;
}
.col5 {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.col5_1 {
	width: 34.5%;
	margin-right: 3.6%;
}
.col5_2 {
	width: 61.9%;
	text-align: left;
        padding: 5px;
}
.h3_2 {
	margin-bottom: 25px;
	font-size: 24px;
}
.col6 {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
.col6_1 {
	width: 48.2%;
	margin-right: 3.6%;
}
.col6_2 {
	width: 48.2%;
}
.whitening1_3 {
	margin-bottom: 80px;
}
.whitening_table1 {
	width: 100%;
	font-size: 16px;
}
.whitening_table1 th {
	width: 50%;
	padding: 10px;
	text-align: center;
	background: #eee;
	border: 1px solid #000080;
}
.whitening_table1 td {
	padding: 10px;
	text-align: center;
	border: 1px solid #000080;
}
.col7 {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
.col7_1 {
	width: 47.8%;
	margin-right: 4.4%;
}
.col7_2 {
	width: 47.8%;
}
.whitening_img3 {
	position: relative;
}
.whitening_img3_txt {
	position: absolute;
	bottom: 12px;
	left: 22px;
	font-size: 20px;
	color: #fff;
}
.whitening_table2 {
	width: 100%;
	font-size: 16px;
}
.whitening_table2 th {
	width: 16.4%;
	padding: 15px 0;
	border-bottom: 1px solid #000080;
	vertical-align: top;
}
.whitening_table2 td {
	padding: 15px 0;
	border-bottom: 1px solid #000080;
}


/* トピックス */
.title2 {
	width: 100%;
	height: 340px;
	padding-top: 70px;
	border-top: 1px solid #000080;
	border-bottom: 1px solid #000080;
}
.sub_navi2 {
	width: 100%;
	min-height: 120px;
	padding: 40px 0 30px;
	border-bottom: 1px solid #000080;
}

.content7 {
	padding: 30px 0 150px;
}
.topics_list1 {
	margin-bottom: 90px;
}
.topics_list1 li {
	padding: 75px 0;
	border-bottom: 1px solid #000080;
}
.topics_list1 li a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	text-decoration: none;
	transition: all .3s;
}
.topics_list1 li a:hover {
	opacity: .7;
}
.topics_list1_img {
	width: 26.7%;
	margin-right: 9%;
}
.topics_list_txt {
	width: 64.3%;
}
.topics_list1_head {
	margin-bottom: 40px;
}
.topics_list1_cat {
	display: inline-block;
	width: 113px;
	height: 43px;
	margin-right: 26px;
	padding-top: 14px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #000080;
}
.topics_list1_date {
	display: inline-block;
	font-size: 15px;
}
.topics_list1_tit {
	margin-bottom: 20px;
	font-size: 25px;
}


/* トピックス記事 */
.content8 {
	padding: 95px 0 130px;
}
.post_header {
	margin-bottom: 40px;
	line-height: 1.4;
}
.post_header_cat {
	display: inline-block;
	width: 113px;
	height: 43px;
	margin-right: 26px;
	padding-top: 14px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #000080;
}
.post_header_date {
	display: inline-block;
	font-size: 15px;
}
.post_header_tit {
	margin: 30px 0;
	font-size: 25px;
	margin-bottom:75px;
}
.entry-body {
	margin-bottom: 70px;
	padding-bottom: 60px;
	border-bottom: 1px solid #000080;
}
.entry-body p {
	margin-bottom: 15px;
}
.entry-body img {
	margin-bottom: 40px;
}
.entry-body img {
	max-width: 100%;
	height: auto;
}
.btn_back a {
	display: block;
	width: 200px;
	height: 48px;
	margin: 0 auto;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	background: #000080;
	border: 1px solid #000080;
	transition: all .3s;
}
.btn_back a:hover {
	color: #000080;
	background: #fff;
}


/* お問い合わせ */
.content9 {
	padding: 120px 0 0;
}
.main3 {
  position: relative;
  width: 96%;
  max-width: 930px;
  margin: 0 auto;
  text-align: left;
}
#contact1 .main3 {
	padding-bottom: 115px;
}
.box2 {
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 100%;
	padding: 25px 7.5%;
	color: #fff;
	background: #3D2E09;
}
.box2 a {
	color: #fff;
}
.box2_t1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 20px;
	border-bottom: 1px dotted #fff; 
}
.box2_col {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.box2_col1, .box2_col2 {
	width: 50%;
	text-align: center;
}
.box2_t2 {
	display: inline-block;
	width: 92px;
	height: 34px;
	margin-right: 10px;
	padding-top: 2px;
	font-size: 15px;
	color: #3D2E09;
	background: #D8D5CE;
	border-radius: 17px;
	vertical-align: 7px;
}
.box2_t3 {
	display: inline;
	font-size: 36px;
}
.box2_t4 {
	text-align: center;
}
@media screen and (max-width:830px) {
	.box2 {
		bottom: -170px;
	}
	.box2_t3 {
		font-size: 30px;
	}
}

.content10 {
	padding: 210px 0 105px;
	background: #F7F5F0;
}
.h2_5 {
	margin-bottom: 40px;
	text-align: center;
}
.h2_5_t {
	margin-bottom: 5px;
	font-size: 15px;
}
.h2_5 h2 {
	font-size: 34px;
}
.form_table1 {
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
}
.form_table1 th {
	width: 155px;
	padding: 10px 45px 10px 0;
	text-align: right;
}
.form_table1 td {
	width: calc(100% - 220px);
	padding: 10px 0;
}
.form_table1 .td1 {
	width: 65px;
}
.form_table1 .vtop {
	vertical-align: top;
}
.req {
	display: inline-block;
	width: 48px;
	height: 26px;
	padding-top: 1px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #DD6580;
	border-radius: 2px;
}
.input1 {
	width: 250px;
}
.input2 {
	width: 100%;
}
.btn_form1 {
	text-align: center;
}
.btn_submit1 {
	width: 98px;
	height: 49px;
	margin: 0 10px;
	border: 1px solid #959595;
	border-radius: 4px;
	background: linear-gradient(to bottom,  #fff 0%,#dfdfdf 100%);
}
.btn_submit1:hover {
	opacity: .7;
}

.content11 {
	padding: 60px 0;
}
.h3_3 {
	line-height: 1.8;
	font-size: 100%;
}

.content12 {
	padding: 64px 0 70px;
	background: #F7F5F0;
}
.btn5 a {
	display: block;
	width: 100%;
	max-width: 505px;
	height: 87px;
	margin: 0 auto;
	padding-top: 26px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	background: #3D2E09;
	border: 1px solid #3D2E09;
	border-radius: 10px;
	transition: all .3s;
}
.btn5 a:hover {
	color: #3D2E09;
	background: #fff;
}
.h2_6 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
}





/* wordpress */
.wp-pagenavi {
	width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.pagenation .wp-pagenavi a.page {
	display: inline-block;
	width: 42px;
	height: 41px;
	margin: 0 3px;
  padding-top: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #1B1B1B;
  border: 1px solid #E6E6E6;
	border-radius: 4px;
  transition: all .3s;
}
.pagenation .wp-pagenavi a.page:hover {
	color: #fff;
	background: #313131;
	border: 1px solid #313131;
}
.pagenation .wp-pagenavi a.page {
  display: inline-block;
  margin-bottom: 10px;
}
.pagenation .wp-pagenavi span.current {
	display: inline-block;
	width: 42px;
	height: 41px;
	margin: 0 3px;
  padding-top: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	background: #313131;
  border: 1px solid #313131;
	border-radius: 4px;
}
.pagenation .wp-pagenavi a.previouspostslink, .pagenation .wp-pagenavi a.nextpostslink {
  display: inline-block;
  width: 42px;
	height: 41px;
	margin: 0 3px;
	padding-top: 5px;
  text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #1B1B1B;
  transition: all .3s;
}
.pagenation .wp-pagenavi a.nextpostslink:hover, .pagenation .wp-pagenavi a.previouspostslink:hover {
	color: #fff;
	background: #313131;
	border-radius: 4px;
}
.pagenation .wp-pagenavi span.pages {
	display: none;
}


/* 汎用スタイル---------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.img100 img {
  width: 100%;
  height: auto;
}
.img_res img {
  max-width: 100%;
  height: auto;
}
.bold {
  font-weight: 600;
}
