/*
Theme Name: 自治医科大学附属さいたま医療センター 一般・消化器外科 Template vol.1
Theme URI:　
Author: Bruno masa kobayashi
Author URI: https://web-bruno.com
Version: 1.01
*/

/*######################################################################

		Reset CSS

************************************************************************/

/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}

ol{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}



/*######################################################################

		General

************************************************************************/

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	color: #111;
	font-size: 1.6rem;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	line-height: 1.61;
}

@media screen and (max-width: 768px){
	body {
		font-size: 1.5rem;
	}
}


/* wordpress */

.sticky{
	display:block;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.wp-caption{
	text-align: center;
	margin: 10px;
	padding: 4px 0 0 0;
}

.wp-caption img{
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text,
.gallery-caption{
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 1.4;
}


/*
 link
/////////////////////////////////////////////////////////*/

a{
	color: #111;
	text-decoration: none;
}

a:hover {
	color: #111;
	text-decoration: none;
	opacity: .5;
	transition: 0.3s ease;
}

a:hover img{
	opacity: .7;
}


/*######################################################################

		Header

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

/*  header-general */

.header-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 1090px){
	.header-section {
		padding: 30px;
	}
}

@media screen and (max-width: 567px){
	.header-section {
		padding: 20px 10px;
	}
}

.logo {
	margin-left: 50px;
	width: 308px;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1240px){
	.logo {
		margin-left: 30px;
		width: 250px;
	}
}

@media screen and (max-width: 1090px){
	.logo {
		margin-left: 0;
	}
}

@media screen and (max-width: 567px){
	.logo {
		width: 200px;
	}
}

.header-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-nav li a {
	display: block;
	padding: 40px 20px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

li.header-contact a {
	padding: 40px;
	color: #f4f4f4;
	background-color: #004EA2;
}

.menu-btn,
.fullnav {
	display: none;
}

@media screen and (max-width: 1090px){
	.header-nav {
		display: none;
	}

	.menu-btn {
		display: block;
	}

	.c-button {
	  position: relative;
	  display: inline-block;
	  text-decoration: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  border: none;
	  background-color: transparent;
	  cursor: pointer;
	}

	.menu-btn button {
	  position: relative;
	  width: 2.5rem;
	  height: 3rem;
	  margin: auto;
	  box-shadow: 0 0 2rem transparent;
	  outline: none;
    transition: all .3s ease-in-out;
    z-index: 150;
	}

	.menu-btn button:hover,
	.menu-btn button:focus {
	  box-shadow: 0 0 .5rem rgba(255, 255, 255, .5);
	}

	.menu-btn .line {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	  width: 100%;
	  height: 2px;
    transition: all .3s ease-in-out;
	}

	.menu-btn .line::before,
	.menu-btn .line::after {
	  position: absolute;
	  display: block;
	  width: 100%;
	  height: 2px;
	  background-color: #111;
	  content: '';
    transition: all .3s ease-in-out;
	}

	.menu-btn .line::before {
	  top: -5px;
	}

	.menu-btn .line::after {
	  top: 5px;
	}

	.menu-btn button[aria-expanded="true"] .line::before,
	.menu-btn button[aria-expanded="true"] .line::after {
	  top: 0;
	  background-color: #111;
	}

	.menu-btn button[aria-expanded="true"] .line::before {
		transform: rotate(45deg);
	}

	.menu-btn button[aria-expanded="true"] .line::after {
		transform: rotate(-45deg);
	}

	.menu-btn .text {
	  position: absolute;
	  white-space: nowrap;
	  width: 1px;
	  height: 1px;
	  overflow: hidden;
	  border: 0;
	  padding: 0;
	  clip: rect(0 0 0 0);
	  clip-path: inset(50%);
	  margin: -1px;
	}

	.fullnav {
	  display: none;
	  position: fixed;
		justify-content: center;
		align-items: center;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100vh;
		color: #fff;
		background-color: #004EA2;
	  z-index: 100;
	  -webkit-overflow-scrolling: touch;
	  overflow-y: hidden;
	  touch-action: none;
	  z-index: 120;
	}

	.no-scroll {
		overflow: hidden;
		touch-action: none;
	}

	.fullnav-contents {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 100%;
	}

	.fillnav-list li:not(:last-child) {
		margin-bottom: 1.5rem;
	}

	.fillnav-list li a {
		color: #fff;
		font-weight: bold;
	}

	.fillnav-list li a:hover {
		opacity: .5;
		text-decoration: none;
	}
}

.top-header-contents {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #004EA2;
}

.top-header-contents::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,78,162,.45);
}

.top-header-text {
	position: relative;
	margin: 0 auto;
	padding: 280px 0 120px;
	width: 1200px;
	z-index: 1;
}

@media screen and (max-width: 1200px){
	.top-header-text {
		padding: 200px 30px 120px;
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.top-header-text {
		padding: 150px 30px 70px;
	}
}

@media screen and (max-width: 567px){
	.top-header-text {
		padding: 100px 30px 70px;
	}
}

.top-header-text p {
	width: 50%;
	color: #f4f4f4;
	text-shadow: 0 1px 1px rgba(0,78,162,1);
}

@media screen and (max-width: 1200px){
	.top-header-text p {
		width: 70%;
	}
}

@media screen and (max-width: 767px){
	.top-header-text p {
		width: 100%;
	}
}

.top-header-text p.main {
	margin-bottom: 20px;
	font-size: 4.6rem;
	font-weight: 700;
}

@media screen and (max-width: 767px){
	.top-header-text p.main {
		font-size: 3.2rem;
		text-align: center;
		line-height: 1.4;
	}
}

@media screen and (max-width: 567px){
	.top-header-text p.main {
		font-size: 2.8rem;
	}

	.top-header-text p.sub {
		display: none;
	}
}

.header-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-clip-path: polygon(0 0%,100% 0,100% 94%,0 100%);
	clip-path: polygon(0 0%,100% 0,100% 94%,0 100%);
}

.header-slide .slide-item {
	width: 100%;
	height: calc(100vh - 102px);
	background: no-repeat center/cover;
}

.page-header {
	margin-bottom: 20px;
	padding: 100px 10px;
	background-color: #ddd;
}

.page-title {
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
}

.page-title span {
	display: block;
	font-size: 2rem;
	text-transform: capitalize;
}

@media screen and (max-width: 767px){
	.page-header {
		margin-bottom: 15px;
		padding: 50px 10px;
	}

	.page-title {
		font-size: 2.4rem;
	}

	.page-title span {
		font-size: 1.4rem;
	}
}


/*######################################################################

		Contents

************************************************************************/

/*
	general
/////////////////////////////////////////////////////////*/

.page-contents {
	position: relative;
}

.page-contents::before {
	content: '';
	position: absolute;
	top: -20px;
	width: 100%;
	min-height: 100%;
	background: url(./images/top-section-bg-up.svg) no-repeat center top/100%;
	z-index: -1;
}

.section {
	margin-bottom: 150px;
}

@media screen and (max-width: 768px){
	.section {
		margin-bottom: 80px;
	}
}

.section-area {
	margin: 0 auto;
	width: 120rem;
}

@media screen and (max-width: 1200px){
	.section-area {
		padding: 0 1rem;
		width: 100%;
	}
}

.section-min-area {
	margin: 0 auto;
	width: 80rem;
}

@media screen and (max-width: 800px){
	.section-min-area {
		padding: 0 1rem;
		width: 100%;
	}
}

.section-title {
	margin-bottom: 50px;
	font-size: 3.6rem;
}

.section-title span {
	display: block;
	color: #004EA2;
	font-size: 2rem;
	font-weight: 400;
}

.section-title span::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 50px;
	height: 1px;
	background-color: #004EA2;
	vertical-align: middle;
}

@media screen and (max-width: 767px){
	.section-title {
		margin-bottom: 30px;
		font-size: 2.8rem;
	}

	.section-title span {
		font-size: 1.6rem;
	}

	.section-title span::before {
		margin-right: 10px;
		width: 30px;
	}
}

.section-subtitle {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 2rem;
}

.section-subtitle::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #004EA2;
}

@media screen and (max-width: 767px){
	.section-subtitle {
		margin-bottom: 15px;
		padding-left: 17px;
		font-size: 1.8rem;
	}

	.section-subtitle::before {
		top: 11px;
		width: 7px;
		height: 7px;
	}
}

.page-contents .breadcrumb {
	margin-bottom: 100px;
}

.footer-contents .breadcrumb {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px){
	.page-contents .breadcrumb {
		margin-bottom: 50px;
	}

	.footer-contents .breadcrumb {
		margin-bottom: 20px;
	}
}

.breadcrumb ol {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumb ol li {
	position: relative;
	font-size: 1.3rem;
}

.breadcrumb ol li:not(:last-child) {
	margin-right: 15px;
}

.breadcrumb ol li:not(:last-child)::after {
	content: '';
	display: inline-block;
	margin-left: 15px;
	width: 7px;
	height: 7px;
	background-color: #004EA2;
	border-radius: 50%;
}

.breadcrumb ol li a:hover {
	text-decoration: underline;
}

.more-btn.right {
	margin-right: 70px;
	text-align: right;
}

@media screen and (max-width: 567px){
	.more-btn.right {
		margin-right: 0;
		text-align: left;
	}
}

.more-btn.center {
	margin-right: 70px;
	text-align: center;
}

.more-btn a {
	display: inline-block;
	position: relative;
	font-weight: 700;
}

.more-btn a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -70px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: rgba(0,78,162,.45);
	border-radius: 50%;
}

.more-btn a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #004EA2;
}

.more-btn a:hover {
	color: #004EA2;
	opacity: 1;
}

.more-btn a:hover::before {
	animation: 1.5s morebtnb forwards;
}

.more-btn a:hover::after {
	animation: .5s morebtna forwards;
}

@keyframes morebtnb {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes morebtna {
	0% {
		right: -10px;
		width: 0;
	}

	100% {
		right: -60px;
		width: 50px;
	}
}


/*
	top
/////////////////////////////////////////////////////////*/

.top-section-bg-up {
	padding-top: 150px;
	background: url(./images/top-section-bg-up.svg) no-repeat center top/cover;
}

.top-section-bg-down {
	padding-top: 150px;
	background: url(./images/top-section-bg-down.svg) no-repeat center bottom/cover;
}

@media screen and (max-width: 767px){
	.top-section-bg-up,
	.top-section-bg-down {
		padding-top: 80px;
	}
}

@media screen and (max-width: 767px){
	section:nth-child(1) .top-section-bg-up {
		padding-top: 50px;
	}
}

.top-section-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-contents section:nth-child(2) .top-section-wrap {
	flex-direction: row-reverse;
}

.top-section-wrap div:nth-child(1) {
	padding-top: 70px;
}

.top-section-wrap .img {
	width: 48%;
}

.top-section-wrap .text {
	width: 48%;
}

@media screen and (max-width: 767px){
	.top-section-wrap div:nth-child(1) {
		padding-top: 0;
	}

	.top-section-wrap .img {
		margin-bottom: 30px;
		width: 100%;
	}

	.top-section-wrap .text {
		width: 100%;
	}
}

.top-section-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.top-section-wrap .text p {
	margin-bottom: 30px;
}

.top-careerpath-wrap .img img {
	display: block;
	width: 100%;
	height: auto;
}

.top-careerpath-wrap .text {
	position: relative;
	margin: -50px auto;
	padding: 70px 100px 0;
	width: 1000px;
	background-color: #fff;
	z-index: 2;
}

.top-careerpath-wrap .text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100px;
	box-shadow: 0 -10px 10px rgba(0,0,0,.2);
	z-index: 1;
}

@media screen and (max-width: 1040px){
	.top-careerpath-wrap .text {
		margin: 0 auto;
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.top-careerpath-wrap .text {
		padding: 50px 50px 0;
	}

	.top-careerpath-wrap .text::before {
		display: none;
	}
}

@media screen and (max-width: 567px){
	.top-careerpath-wrap .text {
		padding: 30px 30px 0;
	}
}

.top-careerpath-wrap .text p:not(:last-child) {
	margin-bottom: 30px;
}

.top-careerpath-wrap .text p + .more-btn {
	margin-top: 50px;
}

.top-news-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-news-wrap .section-title {
	width: 300px;
}

.top-news-archive {
	margin-bottom: 50px;
	width: calc(100% - 300px);
}

@media screen and (max-width: 940px){
	.top-news-wrap .section-title {
		width: 200px;
	}

	.top-news-archive {
		width: calc(100% - 200px);
	}
}

@media screen and (max-width: 767px){
	.top-news-wrap .section-title {
		width: 100%;
	}

	.top-news-archive {
		margin-bottom: 30px;
		width: 100%;
	}
}

.top-news-archive ul li {
	border-bottom: 1px solid #aaa;
}

.top-news-archive ul li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px;
	font-weight: 700;
}

@media screen and (max-width: 767px){
	.top-news-archive ul li a {
		padding: 20px;
	}
}

@media screen and (max-width: 567px){
	.top-news-archive ul li a {
		padding: 15px;
	}
}

.top-news-archive ul li a:hover {
	background-color: #f4f4f4;
	opacity: 1;
}

.top-news-archive ul li time {
	width: 130px;
}

.top-news-archive ul li p {
	width: calc(100% - 130px);
}

@media screen and (max-width: 567px){
	.top-news-archive ul li time {
		margin-bottom: 5px;
		width: 100%;
	}

	.top-news-archive ul li p {
		width: 100%;
	}
}

.top-report-archive {
	margin-bottom: 50px;
	width: calc(100% - 300px);
}

@media screen and (max-width: 940px){
	.top-report-archive {
		width: calc(100% - 200px);
	}
}

@media screen and (max-width: 767px){
	.top-report-archive {
		margin-bottom: 30px;
		width: 100%;
	}
}

.top-report-archive ul li {
	border-bottom: 1px solid #aaa;
}

.top-report-archive ul li a {
	display: block;
	position: relative;
	padding: 30px 55px;
	font-weight: 700;
}

@media screen and (max-width: 767px){
	.top-report-archive ul li a {
		padding: 20px 30px;
	}
}

@media screen and (max-width: 567px){
	.top-report-archive ul li a {
		padding: 15px 30px;
	}
}

.top-report-archive ul li a:hover {
	background-color: #f4f4f4;
	opacity: 1;
}

.top-report-archive ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: #004EA2;
}

@media screen and (max-width: 767px){
	.top-report-archive ul li a::before {
		left: 15px;
		width: 7px;
		height: 7px;
	}
}


/*
	about-archive
/////////////////////////////////////////////////////////*/

.about-archive-contents .hero {
	margin-bottom: 150px;
}

.about-archive-contents .hero p:not(:last-child) {
	margin-bottom: 30px;
}

.about-archive-contents .main .img {
	margin-bottom: 50px;
}

.about-archive-contents .main .img img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px){
	.about-archive-contents .hero {
		margin-bottom: 70px;
	}

	.about-archive-contents .hero p:not(:last-child) {
		margin-bottom: 20px;
	}

	.about-archive-contents .main .img {
		margin-bottom: 30px;
	}
}

.about-archive-contents .about-archive .item {
	border-bottom: 1px solid #ddd;
}

.about-archive-contents .about-archive .item a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	padding: 50px 90px 50px 0;
}

@media screen and (max-width: 767px){
	.about-archive-contents .about-archive .item a {
		padding: 30px 50px 30px 0;
	}
}

.about-archive-contents .about-archive .item a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 14px;
	height: 20px;
	background: url(./images/common/arrow01.svg) no-repeat center/cover;
}

@media screen and (max-width: 767px){
	.about-archive-contents .about-archive .item a::after {
		right: 10px;
		width: 8px;
		height: 11px;
	}
}

.about-archive-contents .about-archive .item a .title {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	width: 300px;
	font-size: 2.6rem;
}

.about-archive-contents .about-archive .item a .text {
	display: -webkit-box;
	width: calc(100% - 300px);
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 767px){
	.about-archive-contents .about-archive .item a .title {
		margin-bottom: 10px;
		width: 100%;
	}

	.about-archive-contents .about-archive .item a .text {
		width: 100%;
	}
}

.about-archive-contents .about-archive .item a .title::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #004EA2;
}

@media screen and (max-width: 767px){
	.about-archive-contents .about-archive .item a .title {
		margin-bottom: 15px;
		padding-left: 17px;
		font-size: 1.8rem;
	}

	.about-archive-contents .about-archive .item a .title::before {
		top: 11px;
		width: 7px;
		height: 7px;
	}
}


/*
	about-single
/////////////////////////////////////////////////////////*/

.about-single-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
	font-size: 3.6rem;
	text-align: center;
}

.about-single-title::before,
.about-single-title::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #004EA2;
}

.about-single-title::before {
	margin-right: 40px;
}
.about-single-title::after {
	margin-left: 40px;
}

@media screen and (max-width: 767px){
	.about-single-title {
		margin-bottom: 40px;
		font-size: 2.4rem;
	}

	.about-single-title::before,
	.about-single-title::after {
		width: 40px;
	}

	.about-single-title::before {
		margin-right: 20px;
	}
	.about-single-title::after {
		margin-left: 20px;
	}
}

@media screen and (max-width: 367px){
	.about-single-title {
		margin-bottom: 30px;
		font-size: 2.1rem;
	}

	.about-single-title::before,
	.about-single-title::after {
		width: 30px;
	}
}

.about-single-contents .hero {
	margin-bottom: 100px;
}

.about-single-contents .hero p:not(:last-child) {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px){
	.about-single-contents .hero {
		margin-bottom: 50px;
	}

	.about-single-contents .hero p:not(:last-child) {
		margin-bottom: 20px;
	}
}

.about-single-contents .staff-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

@media screen and (max-width: 767px){
	.about-single-contents .staff-wrap {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
}

.about-single-contents .staff-wrap .item {
	width: 32%;
}

.about-single-contents .staff-wrap .item:not(:last-child) {
	margin-right: 2%;
}

.about-single-contents .staff-wrap .item .img img {
	display: block;
	width: 100%;
	height: auto;
}

.about-single-contents .staff-wrap .item .box {
	padding: 20px 10px;
	text-align: center;
	background-color: #f4f4f4;
}

.about-single-contents .staff-wrap .item .box p {
	font-weight: 700;
}

.about-single-contents .staff-wrap .item .box p span {
	padding-left: 10px;
	font-size: 1.2rem;
}

@media screen and (max-width: 367px){
	.about-single-contents .staff-wrap .item .box {
		padding: 15px 5px;
	}

	.about-single-contents .staff-wrap .item .box p {
		font-size: 1.4rem;
	}

	.about-single-contents .staff-wrap .item .box p span {
		display: block;
		padding-left: 0;
		font-size: 1rem;
	}
}

.about-single-contents .main-contents p {
	margin-bottom: 30px;
}

.about-single-contents .main-contents img {
	display: block;
	margin: 50px auto;
	max-width: 100%;
	height: auto;
}

.about-single-contents .main-contents h2 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 2.6rem;
}

.about-single-contents .main-contents h2::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #004EA2;
}

@media screen and (max-width: 767px){
	.about-single-contents .main-contents p {
		margin-bottom: 20px;
	}

	.about-single-contents .main-contents img {
		margin: 30px auto;
	}

	.about-single-contents .main-contents h2 {
		margin-bottom: 15px;
		padding-left: 17px;
		font-size: 2rem;
	}

	.about-single-contents .main-contents h2::before {
		top: 11px;
		width: 7px;
		height: 7px;
	}
}


/*
	medicalrecords-archive
/////////////////////////////////////////////////////////*/

.medicalrecords-archive-contents .hero {
	margin-bottom: 100px;
}

.medicalrecords-archive-contents .hero p:not(:last-child) {
	margin-bottom: 30px;
}

.medicalrecords-archive-contents .main .img {
	margin-bottom: 100px;
}

.medicalrecords-archive-contents .main .img img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px){
	.medicalrecords-archive-contents .hero {
		margin-bottom: 50px;
	}

	.medicalrecords-archive-contents .hero p:not(:last-child) {
		margin-bottom: 20px;
	}

	.medicalrecords-archive-contents .main .img {
		margin-bottom: 50px;
	}
}

.medicalrecords-archive {
	display: flex;
	flex-wrap: wrap;
}

.medicalrecords-archive .item {
	margin-right: 2%;
	margin-bottom: 30px;
	width: 32%;
}

.medicalrecords-archive .item:nth-child(4) {
	margin-right: 0;
}
.medicalrecords-archive .item:nth-child(7) {
	margin-right: 0;
}

@media screen and (max-width: 767px){
	.medicalrecords-archive .item {
		margin-bottom: 20px;
		width: 49%;
	}

	.medicalrecords-archive .item:nth-child(4) {
		margin-right: 4%;
	}

	.medicalrecords-archive .item:nth-child(3) {
		margin-right: 0;
	}
	.medicalrecords-archive .item:nth-child(5) {
		margin-right: 0;
	}
}

@media screen and (max-width: 567px){
	.medicalrecords-archive .item {
		margin-bottom: 10px;
		width: 100%;
	}
	.medicalrecords-archive .item,
	.medicalrecords-archive .item:nth-child(4) {
		margin-right: 0;
	}
}

.medicalrecords-archive .item:nth-child(1) {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 567px){
	.medicalrecords-archive .item:nth-child(1) {
		text-align: left;
	}
}

.medicalrecords-archive .item a {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 160px;
	font-weight: 700;
	line-height: 1;
	background-color: #f4f4f4;
}

@media screen and (max-width: 767px){
	.medicalrecords-archive .item a {
		height: 80px;
	}
}

.medicalrecords-archive .item a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 14px;
	height: 20px;
	background: url(./images/common/arrow01.svg) no-repeat center/cover;
}

@media screen and (max-width: 767px){
	.medicalrecords-archive .item a::after {
		right: 15px;
		width: 8px;
		height: 11px;
	}
}

.medicalrecords-archive .item a .title {
	position: relative;
	padding-left: 20px;
	width: 300px;
	font-size: 2.6rem;
}

@media screen and (max-width: 767px){
	.medicalrecords-archive .item a .title {
		width: 100%;
		font-size: 2rem;
	}
}

@media screen and (max-width: 567px){
	.medicalrecords-archive .item a .title {
		font-size: 1.6rem;
	}
}


/*
	staff
/////////////////////////////////////////////////////////*/

.medicalrecords-single-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
	font-size: 3.6rem;
	text-align: center;
}

.medicalrecords-single-title::before,
.medicalrecords-single-title::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #004EA2;
}

.medicalrecords-single-title::before {
	margin-right: 40px;
}
.medicalrecords-single-title::after {
	margin-left: 40px;
}

@media screen and (max-width: 767px){
	.medicalrecords-single-title {
		margin-bottom: 40px;
		font-size: 2.4rem;
	}

	.medicalrecords-single-title::before,
	.medicalrecords-single-title::after {
		width: 40px;
	}

	.medicalrecords-single-title::before {
		margin-right: 20px;
	}
	.medicalrecords-single-title::after {
		margin-left: 20px;
	}
}

@media screen and (max-width: 367px){
	.medicalrecords-single-title {
		margin-bottom: 30px;
		font-size: 2.1rem;
	}

	.medicalrecords-single-title::before,
	.medicalrecords-single-title::after {
		width: 30px;
	}
}

.medicalrecords-single-contents .main-contents p {
	margin-bottom: 30px;
}

.medicalrecords-single-contents .main-contents img {
	display: block;
	margin: 50px auto;
	max-width: 100%;
	height: auto;
}

.medicalrecords-single-contents .main-contents h2 {
	position: relative;
	margin: 70px 0 20px;
	padding-left: 20px;
	font-size: 2.6rem;
}

.medicalrecords-single-contents .main-contents h2::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #004EA2;
}

.medicalrecords-single-contents .main-contents h3 {
	position: relative;
	margin: 50px 0 20px;
	padding-left: 25px;
	font-size: 2.3rem;
}

.medicalrecords-single-contents .main-contents h3::before {
	content: '';
	position: absolute;
	top: 19px;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: #004EA2;
}

@media screen and (max-width: 767px){
	.medicalrecords-single-contents .main-contents p {
		margin-bottom: 20px;
	}

	.medicalrecords-single-contents .main-contents img {
		margin: 30px auto;
	}

	.medicalrecords-single-contents .main-contents h2 {
		margin: 50px 0 15px;
		padding-left: 17px;
		font-size: 2rem;
	}

	.medicalrecords-single-contents .main-contents h2::before {
		top: 11px;
		width: 7px;
		height: 7px;
	}

	.medicalrecords-single-contents .main-contents h3 {
		margin: 40px 0 10px;
		font-size: 1.8rem;
	}
}

.medicalrecords-single-contents .main-contents dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 700;
}

.medicalrecords-single-contents .main-contents dl + dl {
	margin-bottom: 30px;
}

.medicalrecords-single-contents .main-contents dt {
	padding: 30px;
	width: 40%;
	border-bottom: 1px solid #004EA2;
}

.medicalrecords-single-contents .main-contents dd {
	padding: 30px;
	width: 60%;
	border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px){
	.medicalrecords-single-contents .main-contents dl:last-child {
		margin-bottom: 20px;
	}

	.medicalrecords-single-contents .main-contents dt {
		padding: 20px;
		width: 30%;
	}

	.medicalrecords-single-contents .main-contents dd {
		padding: 20px;
		width: 70%;
	}
}

@media screen and (max-width: 567px){
	.medicalrecords-single-contents .main-contents dl:last-child {
		margin-bottom: 10px;
	}

	.medicalrecords-single-contents .main-contents dt {
		padding: 10px;
		width: 30%;
	}

	.medicalrecords-single-contents .main-contents dd {
		padding: 10px;
		width: 70%;
	}
}

@media screen and (max-width: 367px){
	.medicalrecords-single-contents .main-contents dt {
		width: 100px;
	}

	.medicalrecords-single-contents .main-contents dd {
		width: calc(100% - 100px);
	}
}


/*
	career path
/////////////////////////////////////////////////////////*/

.careerpath-contents .hero,
.careerpath-contents .section01,
.careerpath-contents .section02,
.careerpath-contents .section03,
.careerpath-contents .section04,
.careerpath-contents .section05,
.careerpath-contents .section06 {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px){
	.careerpath-contents .hero,
	.careerpath-contents .section01,
	.careerpath-contents .section02,
	.careerpath-contents .section03,
	.careerpath-contents .section04,
	.careerpath-contents .section05,
	.careerpath-contents .section06 {
		margin-bottom: 50px;
	}
}

.careerpath-contents p:not(:last-child) {
	margin-bottom: 30px;
}

.careerpath-contents .section01 .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.careerpath-contents .section01 .img {
	width: 48%;
}

.careerpath-contents .section01 .text {
	width: 48%;
}

@media screen and (max-width: 767px){
	.careerpath-contents .section01 .img {
		margin-bottom: 30px;
		width: 100%;
	}

	.careerpath-contents .section01 .text {
		width: 100%;
	}
}

.careerpath-contents .section01 .img img {
	display: block;
	width: 100%;
	height: auto;
}

.careerpath-contents .section02 li {
	position: relative;
	padding-left: 30px;
}

.careerpath-contents .section02 li::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: #004EA2;
}

.careerpath-contents .section02 li:not(:last-child) {
	margin-bottom: 20px;
}

.careerpath-contents .section03 .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.careerpath-contents .section03 .img {
	width: 48%;
}

.careerpath-contents .section03 .text {
	width: 48%;
}

@media screen and (max-width: 767px){
	.careerpath-contents .section03 .img {
		margin-bottom: 30px;
		width: 100%;
	}

	.careerpath-contents .section03 .text {
		width: 100%;
	}
}

.careerpath-contents .section03 .img img {
	display: block;
	width: 100%;
	height: auto;
}

.careerpath-contents .section04 ul {
	display: flex;
	flex-wrap: wrap;
}

.careerpath-contents .section04 li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	padding: 60px 10px 20px;
	width: 23%;
	font-weight: 700;
	text-align: center;
	background-color: #f4f4f4;
}

.careerpath-contents .section04 li:not(:nth-child(4n+4)) {
	margin-right: 2.6666%;
}

@media screen and (max-width: 767px){
	.careerpath-contents .section04 li {
		margin-bottom: 20px;
		width: 32%;
	}

	.careerpath-contents .section04 li:not(:nth-child(4n+4)) {
		margin-right: 0;
	}
	.careerpath-contents .section04 li:not(:nth-child(3n+3)) {
		margin-right: 2%;
	}
}

@media screen and (max-width: 567px){
	.careerpath-contents .section04 li {
		margin-bottom: 10px;
		padding: 30px 10px 10px;
		width: 48%;
	}

	.careerpath-contents .section04 li:not(:nth-child(4n+4)) {
		margin-right: 0;
	}
	.careerpath-contents .section04 li:not(:nth-child(3n+3)) {
		margin-right: 0;
	}
	.careerpath-contents .section04 li:not(:nth-child(2n+2)) {
		margin-right: 4%;
	}
}

.careerpath-contents .section04 li .main {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 0;
	height: 2em;
	font-size: 2rem;
}

.careerpath-contents .section04 li .sub {
	font-size: 2rem;
}

.careerpath-contents .section04 li .sub span {
	color: #004EA2;
	font-size: 5rem;
}

@media screen and (max-width: 567px){
	.careerpath-contents .section04 li .main {
		height: 2em;
		font-size: 1.6rem;
	}

	.careerpath-contents .section04 li .sub {
		font-size: 1.6rem;
	}

	.careerpath-contents .section04 li .sub span {
		font-size: 3rem;
	}
}

.careerpath-contents .section05 .item {
	position: relative;
	padding: 0 0 70px 70px;
}

@media screen and (max-width: 767px){
	.careerpath-contents .section05 .item {
		padding: 0 0 50px 40px;
	}
}

@media screen and (max-width: 567px){
	.careerpath-contents .section05 .item {
		padding: 0 0 20px 40px;
	}
}

.careerpath-contents .section05 .item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 10px;
	width: 1px;
	height: 100%;
	background-color: #004EA2;
}

.careerpath-contents .section05 .item-title {
	position: relative;
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.careerpath-contents .section05 .item-title::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -70px;
	width: 20px;
	height: 20px;
	background-color: rgba(0,78,162,.6);
	border-radius: 50%;
}

@media screen and (max-width: 767px){
	.careerpath-contents .section05 .item-title {
		margin-bottom: 15px;
		font-size: 2rem;
	}

	.careerpath-contents .section05 .item-title::before {
		top: 7px;
		left: -40px;
	}
}

@media screen and (max-width: 567px){
	.careerpath-contents .section05 .item-title {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
}

.careerpath-contents .section05 .list-wrap ul {
	display: flex;
	flex-wrap: wrap;
}

.careerpath-contents .section05 .list-wrap li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 25px;
	width: 30%;
}

.careerpath-contents .section05 .list-wrap li:not(:nth-child(3n+3)) {
	margin-right: 5%;
}

@media screen and (max-width: 567px){
	.careerpath-contents .section05 .list-wrap li {
		width: 100%;
	}

	.careerpath-contents .section05 .list-wrap lli:not(:nth-child(3n+3)) {
		margin-right: 0;
	}
}

.careerpath-contents .section05 .list-wrap li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: #004EA2;
}

.careerpath-contents .section06 .text {
	margin-bottom: 40px;
}

.careerpath-contents .section06 dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.careerpath-contents .section06 dt {
	position: relative;
	padding-left: 20px;
	width: 200px;
	font-size: 2.6rem;
	font-weight: 700;
}

.careerpath-contents .section06 dt::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #004EA2;
}

.careerpath-contents .section06 dd {
	width: calc(100% - 200px);
}

.careerpath-contents .section06 dd span {
	padding-right: 10px;
}

.careerpath-contents .section06 dd a {
	color: #004EA2;
}

@media screen and (max-width: 567px){
	.careerpath-contents .section06 dt {
		margin-bottom: 10px;
		width: 100%;
		font-size: 2rem;
	}

	.careerpath-contents .section06 dt::before {
		top: 12px;
	}

	.careerpath-contents .section06 dd {
		width: 100%;
	}

	.careerpath-contents .section06 dd span {
		display: block;
		padding-right: 0;
	}
}


/*
	staff
/////////////////////////////////////////////////////////*/

.staff-archive-wrap {
	display: flex;
	flex-wrap: wrap;
}

.staff-archive-wrap .item {
	margin-bottom: 50px;
	width: 23%;
}

.staff-archive-wrap .item:not(:nth-child(4n+4)) {
	margin-right: 2.6666%;
}

@media screen and (max-width: 767px){
	.staff-archive-wrap .item {
		width: 48%;
	}

	.staff-archive-wrap .item:not(:nth-child(4n+4)) {
		margin-right: 0;
	}

	.staff-archive-wrap .item:not(:nth-child(2n+2)) {
		margin-right: 2.6666%;
	}
}

@media screen and (max-width: 767px){
	.staff-archive-wrap .item {
		margin-bottom: 30px;
	}
}

.staff-archive-wrap .item a {
	display: block;
}

.staff-archive-wrap .item img {
	display: block;
	width: 100%;
	height: auto;
}

.staff-archive-wrap .item .box {
	padding: 20px;
	text-align: center;
	background-color: #F4F4F4;
}

.staff-archive-wrap .item .box .title {
	margin-bottom: 5px;
	font-size: 2rem;
}

.staff-archive-wrap .item .box .position {
	font-size: 1.2rem;
}

.staff-archive-wrap .item .box .position span {
	display: block;
}

.profile-contents {
	display: none;
	margin: 0 auto;
	width: 1200px;
	background-color: #fff;
	overflow: scroll;
}

.lity-wrap .profile-contents {
	display: block;
}

@media screen and (max-width: 1200px){
	.profile-contents {
		width: 95%;
	}
}

.profile-contents .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 100px;
	font-size: 1.5rem;
}

@media screen and (max-width: 940px){
	.profile-contents .wrap {
		padding: 50px;
	}
}

@media screen and (max-width: 767px){
	.profile-contents .wrap {
		padding: 30px;
	}
}

@media screen and (max-width: 567px){
	.profile-contents .wrap {
		padding: 20px;
	}
}

.profile-contents .img {
	width: 280px;
}

.profile-contents .text {
	width: calc(100% - 330px);
}

@media screen and (max-width: 767px){
	.profile-contents .img {
		margin-bottom: 20px;
		width: 100%;
	}

	.profile-contents .text {
		width: 100%;
	}
}

.profile-contents .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.profile-contents .text .profile-position {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.profile-contents .text .profile-position li {
	margin-right: 15px;
	font-weight: 700;
}

.profile-contents .text .name {
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 700;
}

@media screen and (max-width: 776px){
	.profile-contents .text .profile-position {
		margin-bottom: 5px;
	}

	.profile-contents .text .name {
		font-size: 2.4rem;
	}
}

.profile-contents .text dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.profile-contents .text dt {
	position: relative;
	width: 180px;
	font-weight: 700;
}

.profile-contents .text dd {
	width: calc(100% - 180px);
}

.profile-contents .text dt::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 1px;
	background-color: #004EA2;
}

@media screen and (max-width: 767px){
	.profile-contents .text dt {
		margin-bottom: 10px;
		width: 100%;
	}

	.profile-contents .text dd {
		width: 100%;
	}

	.profile-contents .text dt::after {
		display: none;
	}
}

.profile-contents .message p {
	margin-bottom: 20px;
}

.profile-contents .message p.message-title {
	margin-bottom: 10px;
	font-weight: 700;
}

@media screen and (max-width: 767px){
	.profile-contents .message p.message-title {
		margin-bottom: 5px;
	}
}


/*
	access
/////////////////////////////////////////////////////////*/

.access-contents .map {
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}

.access-contents .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px){
	.access-contents .map {
		margin-bottom: 50px;
		padding-bottom: 50%;
	}
}

@media screen and (max-width: 767px){
	.access-contents .map {
		padding-bottom: 60%;
	}
}

.access-contents .howto p {
	margin-bottom: 30px;
}

.access-contents .howto p.main {
	font-size: 2rem;
	font-weight: 700;
}

@media screen and (max-width: 767px){
	.access-contents .howto p {
		margin-bottom: 20px;
	}

	.access-contents .howto p.main {
		font-size: 1.8rem;
	}
}


/*
	news archive
/////////////////////////////////////////////////////////*/

.news-archive .item {
	border-bottom: 1px solid #ddd;
}

.news-archive .item a {
	display: block;
	position: relative;
	padding: 50px 70px 50px 30px;
}

@media screen and (max-width: 767px){
	.news-archive .item a {
		padding: 30px 50px 30px 20px;
	}
}

@media screen and (max-width: 567px){
	.news-archive .item a {
		padding: 20px 30px 20px 10px;
	}
}

.news-archive .item a:hover {
	background-color: #f4f4f4;
	opacity: 1;
}

.news-archive .item a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 14px;
	height: 20px;
	background: url(./images/common/arrow01.svg) no-repeat center/cover;
}

.news-archive .item a:hover::after {
	right: 28px;
	transition: .2s;
}

@media screen and (max-width: 767px){
	.news-archive .item a::after {
		right: 20px;
		width: 8px;
		height: 12px;
	}

	.news-archive .item a:hover::after {
		right: 17px;
	}
}

@media screen and (max-width: 567px){
	.news-archive .item a::after {
		right: 10px;
	}

	.news-archive .item a:hover::after {
		right: 7px;
	}
}

.news-archive .item a time {
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.news-archive .item a .title {
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.news-archive .item a .text {
	display: -webkit-box;
	font-size: 1.4rem;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media screen and (max-width: 767px){
	.news-archive .item a time {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}

	.news-archive .item a .title {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}

	.news-archive .item a .text {
		font-size: 1.3rem;
		-webkit-line-clamp: 2;
	}
}


/*
	news single
/////////////////////////////////////////////////////////*/

.news-single time {
	margin-bottom: 30px;
	font-size: 1.4rem;
}

.news-single .title {
	margin-bottom: 50px;
	font-size: 3.6rem;
}

@media screen and (max-width: 767px){
	.news-single time {
		margin-bottom: 20px;
		font-size: 1.2rem;
	}

	.news-single .title {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}
}

.news-single .main-contents p {
	margin-bottom: 30px;
}

.news-single .main-contents img {
	display: block;
	margin: 50px auto;
	max-width: 100%;
	height: auto;
}

.news-single .main-contents h2 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 2rem;
}

.news-single .main-contents h2::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #004EA2;
}

@media screen and (max-width: 767px){
	.news-single .main-contents p {
		margin-bottom: 20px;
	}

	.news-single .main-contents img {
		margin: 30px auto;
	}

	.news-single .main-contents h2 {
		margin-bottom: 15px;
		padding-left: 17px;
		font-size: 1.8rem;
	}

	.news-single .main-contents h2::before {
		top: 11px;
		width: 7px;
		height: 7px;
	}
}

.news-single .btn a {
	display: block;
	margin: 100px auto 0;
	padding: 20px;
	width: 320px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background-color: #004EA2;
}

@media screen and (max-width: 767px){
	.news-single .btn a {
		margin: 50px auto 0;
		padding: 10px;
	}
}

@media screen and (max-width: 367px){
	.news-single .btn a {
		width: 100%;
	}
}


/*
	report archive
/////////////////////////////////////////////////////////*/

.report-archive .item {
	border-bottom: 1px solid #ddd;
}

.report-archive .item a {
	display: block;
	position: relative;
	padding: 50px 70px 50px 30px;
}

@media screen and (max-width: 767px){
	.report-archive .item a {
		padding: 30px 50px 30px 20px;
	}
}

@media screen and (max-width: 567px){
	.report-archive .item a {
		padding: 20px 30px 20px 10px;
	}
}

.report-archive .item a:hover {
	background-color: #f4f4f4;
	opacity: 1;
}

.report-archive .item a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 14px;
	height: 20px;
	background: url(./images/common/arrow01.svg) no-repeat center/cover;
}

.report-archive .item a:hover::after {
	right: 28px;
	transition: .2s;
}

@media screen and (max-width: 767px){
	.report-archive .item a::after {
		right: 20px;
		width: 8px;
		height: 12px;
	}

	.report-archive .item a:hover::after {
		right: 17px;
	}
}

@media screen and (max-width: 567px){
	.report-archive .item a::after {
		right: 10px;
	}

	.report-archive .item a:hover::after {
		right: 7px;
	}
}

.report-archive .item a .title {
	font-size: 2.4rem;
}

@media screen and (max-width: 767px){
	.report-archive .item a .title {
		font-size: 1.8rem;
	}
}


/*
	report single
/////////////////////////////////////////////////////////*/

.report-section {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px){
	.report-section {
		margin-bottom: 50px;
	}
}

.report-single .title {
	margin-bottom: 50px;
	font-size: 3.6rem;
}

@media screen and (max-width: 767px){
	.report-single .title {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}
}

.report-single ul li {
	counter-increment: report;
	position: relative;
	margin-bottom: 30px;
	padding-left: 30px;
}

.report-single ul li::before {
	content: counter(report)'.';
	position: absolute;
	top: 0;
	left: 0;
}

.report-single .btn a {
	display: block;
	margin: 100px auto 0;
	padding: 20px;
	width: 320px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background-color: #004EA2;
}

@media screen and (max-width: 767px){
	.report-single .btn a {
		margin: 50px auto 0;
		padding: 10px;
	}
}

@media screen and (max-width: 367px){
	.report-single .btn a {
		width: 100%;
	}
}



/*
	contact
/////////////////////////////////////////////////////////*/

.contact-hero {
	margin-bottom: 70px;
	font-size: 1.8rem;
	font-weight: 700;
}

@media screen and (max-width: 767px){
	.contact-hero {
		margin-bottom: 50px;
		font-size: 1.6rem;
	}
}

.contact-form .form-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
	font-weight: 700;
}

.contact-form .form-wrap .title {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
	width: 240px;
}

.contact-form .form-wrap .input,
.contact-form .form-wrap .textarea {
	width: calc(100% - 290px);
}

@media screen and (max-width: 767px){
	.contact-form .form-wrap {
		margin-bottom: 20px;
	}

	.contact-form .form-wrap .title {
		margin-top: 0;
		width: 100%;
	}

	.contact-form .form-wrap .input,
	.contact-form .form-wrap .textarea {
		width: 100%;
	}
}

.contact-form .form-wrap .title span {
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	background-color: #004EA2;
}

.contact-form .form-wrap .input input {
	display: block;
	padding: 20px;
	width: 100%;
	font-size: 1.6rem;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #111;
	border-radius: 0;
}

.contact-form .form-wrap .textarea textarea {
	display: block;
	padding: 20px;
	width: 100%;
	height: 300px;
	font-size: 1.6rem;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #111;
	border-radius: 0;
}

@media screen and (max-width: 767px){
	.contact-form .form-wrap .input input {
		padding: 15px;
	}

	.contact-form .form-wrap .textarea textarea {
		padding: 15px;
		height: 200px;
	}
}

.contact-form .form-wrap .input input:hover,
.contact-form .form-wrap .input input:focus {
	background-color: #fff;
}

.contact-form .submit input {
	display: block;
	margin: 50px auto 0;
	padding: 20px;
	width: 450px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background-color: #111;
	border: 0;
	border-radius: 0;
}

.contact-form .submit input:hover {
	opacity: .7;
}

@media screen and (max-width: 567px){
	.contact-form .submit input {
		margin: 30px auto 0;
		padding: 15px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 367px){
	.contact-form .submit input {
		width: 100%;
	}
}


/*######################################################################

		Footer

************************************************************************/

.footer-access {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: #F4F4F4;
}

.footer-access .text {
	padding: 50px;
	width: 500px;
}

@media screen and (max-width: 1200px){
	.footer-access .text {
		padding: 30px;
		width: 500px;
	}
}

@media screen and (max-width: 940px){
	.footer-access .text {
		padding: 30px 20px;
		width: 300px;
	}
}

@media screen and (max-width: 767px){
	.footer-access .text {
		padding: 30px;
		width: 100%;
	}
}

.footer-access h2 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	text-align: center;
}

.footer-access h2 span {
	display: block;
	color: #004EA2;
	font-size: 2rem;
	font-weight: 400;
}

.footer-access p {
	margin-bottom: 40px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px){
	.footer-access h2 {
		margin-bottom: 10px;
		font-size: 2rem;
	}

	.footer-access h2 span {
		font-size: 1.6rem;
	}

	.footer-access p {
		margin-bottom: 20px;
	}
}

.footer-access .map {
	position: relative;
	padding-bottom: 30%;
	width: calc(100% - 500px);
	height: 0;
	overflow: hidden;
}

.footer-access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 940px){
	.footer-access .map {
		padding-bottom: 50%;
		width: calc(100% - 300px);
	}
}

@media screen and (max-width: 767px){
	.footer-access .map {
		padding-bottom: 35%;
		width: 100%;
	}
}

@media screen and (max-width: 567px){
	.footer-access .map {
		padding-bottom: 55%;
	}
}

.top-footer-bg {
	padding: 50px 0;
}

@media screen and (max-width: 767px){
	.top-footer-bg {
		padding: 30px 0;
	}
}

.footer-bg {
	margin: 20px 0 50px;
	padding: 50px 0;
	background-color: #f4f4f4;
}

@media screen and (max-width: 767px){
	.footer-bg {
		margin: 20px 0 30px;
		padding: 30px 0;
	}
}

.footer-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1200px;
	font-size: 1.4rem;
}

@media screen and (max-width: 1200px){
	.footer-section {
		padding: 0 10px;
		width: 100%;
	}
}

.footer-section div:nth-child(1) {
	width: 30%;
}
.footer-section div:nth-child(2) {
	width: 45%;
}
.footer-section div:nth-child(3) {
	width: 25%;
}

@media screen and (max-width: 767px){
	.footer-section div:nth-child(1) {
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
	.footer-section div:nth-child(2) {
		margin-bottom: 30px;
		width: 100%;
	}
	.footer-section div:nth-child(3) {
		width: 100%;
	}
}

.footer-title img {
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px){
	.footer-title img {
		margin: 0 auto 10px;
	}
}

.footer-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-weight: 700;
}

.footer-nav ul:not(:last-child) {
	margin-right: 50px;
}

.footer-nav ul li {
	margin-bottom: 5px;
}

.footer-nav ul li a {
	display: block;
	position: relative;
	padding-left: 20px;
}

.footer-nav ul li a:hover {
	color: #004EA2;
	opacity: 1;
}

.footer-nav ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 1px;
	background-color: #004EA2;
}

.footer-nav ul li a:hover::before {
	animation: .5s footernav forwards;
}

.footer-other ul.link li {
	font-weight: 700;
}

.footer-other ul.link li a {
	display: block;
	position: relative;
	padding-left: 20px;
}

.footer-other ul.link li a:hover {
	color: #004EA2;
	opacity: 1;
}

.footer-other ul.link li a::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: #004EA2;
}

.footer-other ul.link li a:hover::before {
	animation: .3s footernav forwards;
}

@keyframes footernav {
	0% {
		width: 0;
	}

	100% {
		width: 15px;
	}
}


@media screen and (max-width: 767px){
	.footer-other ul.link li {
		text-align: center;
	}

	.footer-other ul.link li::before {
		display: none;
	}
}

@media screen and (max-width: 1000px){
	.footer-other ul.link li br {
		display: none;
	}
}

.copyright {
	margin-bottom: 50px;
	font-size: 1.1rem;
	text-align: center;
}

@media screen and (max-width: 767px){
	.copyright {
		margin-bottom: 30px;
	}
}
