@charset "UTF-8";
/*

  style.css

*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,figure, figcaption, footer, header,
hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
*, *::before, *::after {
  box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 1;
}
body {
	color: #1b1b1b;
	background: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.5rem;
  line-height: 1.5;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
  color: #00479d;
	text-decoration: none;
  transition: .2s;
}
input[type="text"],
input[type="email"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}


/*
= Slick slider
----------------------------------------------- */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
	display: block;
	width: auto;
  height: auto;
  position: absolute;
  z-index: 10;
	left: 50%;
  transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
  bottom: 2.8rem;
}
.slick-dots li {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1rem;
  border-radius: 50%;
	background: #dcdcdc;
  text-indent: -9999px;
  vertical-align: middle;
  cursor: pointer;
  border: 0.2rem solid #fff;
}
.slick-dots li.slick-active {
	background: #003b94;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  width: 4.1rem;
  height: 4.1rem;
  color: transparent;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
.slick-next {
  right: -5%;
  background: url(../img/arrow_right.svg) no-repeat 100%;
}
.slick-prev {
  left: -5%;
  background: url(../img/arrow_left.svg) no-repeat 100%;
}


/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
	#wrapper {
		padding-bottom: 9rem;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	html {
    min-width: 300px;
    font-size: calc(100vw / 75);
	}
	body {
		max-width: 100%;
    font-size: 2.6rem;
    line-height: 1.7;
	}
	.slick-dots {
		bottom: 2.3rem;
	}
  .slick-dots li {
    width: 2rem;
    height: 2rem;
    margin: 0 1.5rem;
  }
	#wrapper {
		padding-bottom: 11rem;
		overflow: hidden;
	}
}

/*
  = header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.3);
  z-index: 1000;
}
.header .header_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_in .logo a {
	display: block;
}
.header_nav .menu li a {
	display: block;
  position: relative;
  color: #1b1b1b;
  font-weight: bold;
}
.header_nav .menu li a::before,
.header_nav .menu li a::after {
	content: "";
	position: absolute;
	display: block;
}
.contact_btn a {
	display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #fb7e03;
  border-radius: 3rem 0 0 3rem;
  box-shadow: 0 0.3rem 0 #dcdcdc;
  line-height: 1;
}
.contact_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon_contact.svg) no-repeat;
  background-size: 100%;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .header .header_in {
    min-width: 1100px;
    height: 10rem;
  }
  .header .header_in .logo a {
    width: 40rem;
  }
  .header_nav .menu {
    display: flex;
  }
  .header_nav .menu li a {
    font-size: 1.9rem;
    padding: 0 1.5rem;
    white-space: nowrap;
  }
  .header_nav .menu li a:hover {
    color: #00479d;
  }
  .header_nav .menu li a:hover::after {
		left: 0;
		right: 0;
		margin: auto;
    bottom: -2rem;
    width: 1.47rem;
    height: 1.7rem;
    background: url(../img/icon_arrow01.png) no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
  }
  .contact_btn a {
    font-size: 2rem;
    padding: 2rem 5.3rem 2rem 2.5rem;
  }
  .contact_btn a::after {
		right: 1.3rem;
    width: 2.8rem;
    height: 2rem;
  }
  .contact_btn a:hover {
    background: #fb6003;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .header_nav .menu li a {
    font-size: calc(100vw / 70);
    padding: 0 1rem;
  }
  .contact_btn a {
    font-size: calc(100vw / 69);
    padding: 2rem 4.3rem 2rem 1.8rem;
  }
  .contact_btn a::after {
    width: calc(100vw / 53);
    height: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .header_nav .menu li a {
    font-size: 1.6rem;
  }
  .contact_btn a {
    font-size: 1.5rem;
  }
  .contact_btn a::after {
    width: 2.1rem;
  }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.header .header_in {
    height: 11rem;
		padding-right: 11rem;
  }
  .header .header_in .logo a {
    width: 42rem;
  }
	.header_nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
		padding: 4rem;
    margin-top: 10.9rem;
    width: 100%;
		background: #e9edf5;
		overflow-y: scroll;
	}
	.header_nav .menu {
		padding-bottom: 2rem;
	}
	.header_nav .menu li {
		margin-bottom: 2rem;
	}
  .header_nav .menu li a {
    font-size: 3.2rem;
		background: #fff;
		border-radius: 1rem;
		padding: 2.3rem 8.3rem 2.3rem 3.3rem;
  }
	.header_nav .menu li a::before {
		top: 0;
		right: 5rem;
		width: 1px;
		height: 100%;
		background: #e9edf5;
	}
	.header_nav .menu li a::after {
		top: 0;
		bottom: 0;
		margin: auto;
		right: 1.7rem;
		width: 1.3rem;
		height: 2.3rem;
		background: url(../img/icon_arrow03.svg) no-repeat;
		background-size: 100%;
	}
	.header_nav .shop_info .item {
		border-top: 1px solid rgba(17,89,178,0.2);
		padding: 3rem 0;
	}
	.header_nav .shop_info .item h4 {
		font-size: 3.6rem;
		font-weight: bold;
		color: #00479d;
		margin-bottom: 2rem;
	}
	.header_nav .shop_info .item dl dt {
		float: left;
	}
	.header_nav .shop_info .item dl dd {
		margin-left: 13rem;
		margin-bottom: 1.4rem;
	}
	.header_nav .shop_info .item dl dd.number {
		font-size: 3.2rem;
		font-weight: bold;
	}
	.header_nav .shop_info .item dl dd a {
		display: block;
		color: #1b1b1b;
	}
  .contact_btn a {
    font-size: 2rem;
    padding: 1.7rem 6.5rem 1.7rem 2.5rem;
  }
  .contact_btn a::after {
		right: 2.3rem;
    width: 2.8rem;
    height: 2rem;
  }
	#nav-btn {
		position: absolute;
    top: 0;
    right: 0;
    width: 11rem;
    height: 11rem;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 1.5rem;
		background: #e9edf5;
	}
	#nav-btn .humburger {
    position: relative;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    margin: 0 auto;
	}
	#nav-btn .humburger span {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #00479d;
    width: 100%;
    height: 0.2rem;
    transition: transform .3s ease, opacity .3s ease;
	}
	#nav-btn .humburger span:first-child {
    transform: translateY(-1.3rem);
	}
	#nav-btn .humburger span:last-child {
    transform: translateY(1.3rem);
	}
	#nav-btn::after {
    content: "MENU";
		color: #00479d;
		font-weight: bold;
	}
	.menu-open #nav-btn::after {
    content: "CLOSE";
	}
	.menu-open #nav-btn .humburger span:first-child {
    transform: rotate(225deg);
	}
	.menu-open #nav-btn .humburger span:nth-child(2) {
    transform: translateX(-50%);
    opacity: 0;
	}
	.menu-open #nav-btn .humburger span:last-child {
    transform: rotate(-225deg);
	}
}

/*
  = main_visual
-------------------------------------------------- */
.main_visual .hours {
  color: #003b94;
  font-weight: bold;
  text-align: center;
  padding: 2.5rem 0;
}
.main_visual #main-slider {
	position: relative;
	width: 100%;
	height: 100%;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .main_visual {
    min-width: 1100px;
  }
	.main_visual .main_bg {
		width: 100%;
		min-height: 500px;
		background: url(../img/slide01.jpg) no-repeat;
		background-size: cover;
	}
	.main_visual .slick-slide img {
		width: 100%;
		min-height: 500px;
		object-fit: cover;
	}
  .main_visual .hours {
    font-size: 2.8rem;
  }

}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.main_visual .main_bg {
		width: 100%;
		min-height: 60rem;
		background: url(../img/slide01_sp.jpg) no-repeat;
		background-size: cover;
	}
	.main_visual .hours {
    font-size: 3.6rem;
		line-height: 1.5;
  }
}

/*
  = main
-------------------------------------------------- */
.main_inner {
  overflow: hidden;
}
.top_title {
  text-align: center;
  line-height: 1.2;
}
.top_title .en {
  position: relative;
  color: #003b94;
  font-weight: 600;
}
.top_title .en::before {
  content: "";
  position: absolute;
	left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0.3rem;
  background: #003b94;
  z-index: -1;
}
.top_title .en span {
  display: inline-block;
  background: #fff;
}
.top_title h2 {
  font-weight: bold;
}
.top_news .list {
  background: #f6f8fc;
}
.top_news .list li a time {
  color: #1b1b1b;
}
.top_news .list .more {
	display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.top_news .list .more::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../img/icon_arrow01.png) right center no-repeat;
  background-size: 100%;
}
.top_procedure ul li a {
	display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #1159b2;
  border-radius: 1rem;
  overflow: hidden;
}
.top_procedure ul li a::before,
.top_procedure ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_procedure ul li a::before {
  right: 4rem;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.2);
}
.top_procedure ul li a::after {
  right: 1.5rem;
  width: 0.8rem;
  height: 1.3rem;
  background: url(../img/icon_arrow02.svg) no-repeat;
  background-size: 100%;
}
.top_procedure ul li a .icon {
	display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 100%;
  background: #3684e3;
}
.top_procedure ul li a .icon img {
  margin-left: 0.5rem;
}
.top_trouble .search_box {
  position: relative;
  background-color: #3684e3;
}
.top_trouble .search_box::before {
  content: "";
  position: absolute;
  background: url(../img/icon_search.svg) no-repeat left center;
  background-size: 100%;
}
.top_trouble .search_box span {
  display: inline-block;
  color: #fff;
}
.top_trouble .search_box .form {
  position: relative;
}
.top_trouble .search_box .form .text_area {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
  padding: 1rem;
  overflow-x: scroll;
}
.top_trouble .search_box .form .search_btn {
	position: absolute;
	top: 0;
  color: #fff;
  font-weight: bold;
  background: #00479d;
  padding: 1.1rem 3.5rem;
}
.accordion_bar {
  position: relative;
  background-image: linear-gradient(to right, #00a0e9 60%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-size: 0.4rem 0.1rem;
  background-repeat: repeat-x;
  padding-top: 2.7rem;
  line-height: 1.2;
}
.facility .accordion_bar {
  background-image: linear-gradient(to right, #448aca 60%, rgba(255,255,255,0) 0%);
}
.life .accordion_bar {
  background-image: linear-gradient(to right, #556fb5 60%, rgba(255,255,255,0) 0%);
}
.shared .accordion_bar {
  background-image: linear-gradient(to right, #5f52a0 60%, rgba(255,255,255,0) 0%);
}
.shared {
  background-image: linear-gradient(to right, #5f52a0 60%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 0.4rem 0.1rem;
  background-repeat: repeat-x;
}
.accordion_bar::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 2.3rem 1.3rem 0 1.3rem;
  border-color: #c9c9c9 transparent transparent transparent;
  transition: all .2s;
}
.facility .accordion_bar::after {
  border-color: #448aca transparent transparent transparent;
}
.life .accordion_bar::after {
  border-color: #556fb5 transparent transparent transparent;
}
.shared .accordion_bar::after {
  border-color: #5f52a0 transparent transparent transparent;
}
.accordion_bar.open::after {
  transform: rotate(-180deg);
}
.accordion_bar .title {
  color: #00a0e9;
  font-weight: bold;
  text-align: center;
}
.facility .accordion_bar .title {
  color: #448aca;
}
.life .accordion_bar .title {
  color: #556fb5;
}
.shared .accordion_bar .title {
  color: #5f52a0;
}
.accordion_cont {
  display: none;
}
.accordion_cont ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.accordion_cont ul li a {
	display: block;
  position: relative;
  border: 1px solid #00a0e9;
  border-radius: 1rem;
  box-shadow: 0 0.3rem 0 #e5e5e5;
}
.facility .accordion_cont ul li a {
  border: 1px solid #448aca;
}
.life .accordion_cont ul li a {
  border: 1px solid #556fb5;
}
.shared .accordion_cont ul li a {
  border: 1px solid #5f52a0;
}
.accordion_cont ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.crime .accordion_cont ul li.key a::before {
  background: url(../img/icon_key.svg) no-repeat;
  background-size: 100%;
}
.crime .accordion_cont ul li.autolock a::before {
  background: url(../img/icon_autolock.svg) no-repeat;
  background-size: 100%;
}
.crime .accordion_cont ul li.intercom a::before {
  background: url(../img/icon_intercom.svg) no-repeat;
  background-size: 100%;
}
.crime .accordion_cont ul li.camera a::before {
  background: url(../img/icon_camera.svg) no-repeat;
  background-size: 100%;
  margin-top: 1rem;
}
.crime .accordion_cont ul li.disaster a::before {
  background: url(../img/icon_disaster.svg) no-repeat;
  background-size: 100%;
}
.facility .accordion_cont ul li.kitchen a::before {
  background: url(../img/icon_kitchen.svg) no-repeat;
  background-size: 100%;
}
.facility .accordion_cont ul li.bathroom a::before {
  background: url(../img/icon_bathroom.svg) no-repeat;
  background-size: 100%;
}
.facility .accordion_cont ul li.washroom a::before {
  background: url(../img/icon_washroom.svg) no-repeat;
  background-size: 100%;
}
.facility .accordion_cont ul li.toilet a::before {
  background: url(../img/icon_toilet.svg) no-repeat;
  background-size: 100%;
}
.facility .accordion_cont ul li.air a::before {
  background: url(../img/icon_air.svg) no-repeat;
  background-size: 100%;
}
.facility .accordion_cont ul li.joinery a::before {
  background: url(../img/icon_joinery.svg) no-repeat;
  background-size: 100%;
}
.life .accordion_cont ul li.electrical a::before {
  background: url(../img/icon_electrical.svg) no-repeat;
  background-size: 100%;
}
.life .accordion_cont ul li.gas a::before {
  background: url(../img/icon_gas.svg) no-repeat;
  background-size: 100%;
}
.life .accordion_cont ul li.watercrew a::before {
  background: url(../img/icon_watercrew.svg) no-repeat;
  background-size: 100%;
}
.life .accordion_cont ul li.cable a::before {
  background: url(../img/icon_cable.svg) no-repeat;
  background-size: 100%;
}
.life .accordion_cont ul li.internet a::before {
  background: url(../img/icon_internet.svg) no-repeat;
  background-size: 100%;
}
.life .accordion_cont ul li.rent a::before {
  background: url(../img/icon_rent.svg) no-repeat;
  background-size: 100%;
}
.life .accordion_cont ul li.interest a::before {
  background: url(../img/icon_interest.svg) no-repeat;
  background-size: 100%;
}
.shared .accordion_cont ul li.parking a::before {
  background: url(../img/icon_parking.svg) no-repeat;
  background-size: 100%;
}
.shared .accordion_cont ul li.delivery a::before {
  background: url(../img/icon_delivery.svg) no-repeat;
  background-size: 100%;
}
.shared .accordion_cont ul li.mail a::before {
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: 100%;
}
.shared .accordion_cont ul li.trash a::before {
  background: url(../img/icon_trash.svg) no-repeat;
  background-size: 100%;
}
.shared .accordion_cont ul li.light a::before {
  background: url(../img/icon_light.svg) no-repeat;
  background-size: 100%;
}
.shared .accordion_cont ul li.pest a::before {
  background: url(../img/icon_pest.svg) no-repeat;
  background-size: 100%;
}
.shared .accordion_cont ul li.noise a::before {
  background: url(../img/icon_noise.svg) no-repeat;
  background-size: 100%;
}
.accordion_cont ul li a span {
  display: block;
  text-align: center;
  color: #1b1b1b;
}
.top_owner .link_item li a {
	display: block;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}
.top_owner .link_item li a img {
	width: 100%;
	object-fit: cover;
	transition: .2s;
}
.top_owner .link_item li a .title {
	position: relative;
	color: #fff;
	background: #1159b2;
	font-weight: bold;
	transition: .2s;
}
.top_owner .link_item li a .title::before,
.top_owner .link_item li a .title::after {
	content: "";
	position: absolute;
	display: block;
}
.top_owner .link_item li a .title::before {
	top: 0;
	right: 3.5rem;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
}
.top_owner .link_item li a .title::after {
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/icon_arrow02.svg) no-repeat;
	background-size: 100%;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .main_inner {
    width: 1100px;
		padding: 0 10px;
    margin: 0 auto;
  }
  .top_title {
    margin-bottom: 2rem;
  }
  .top_title .en span {
    font-size: 2rem;
    padding: 0 1rem;
  }
  .top_title h2 {
    font-size: 3.6rem;
    margin-top: 1.7rem;
  }
	.top_news .list li {
	  background-image: linear-gradient(to right, #c0cfe3 60%, rgba(255,255,255,0) 0%);
	  background-position: bottom;
	  background-size: 0.4rem 0.1rem;
	  background-repeat: repeat-x;
	}
  .top_news .list li a {
    display: flex;
    padding: 2.2rem 3rem;
  }
  .top_news .list li a time {
		min-width: 13rem;
    margin-right: 3rem;
  }
  .top_news .list li a:hover p {
    text-decoration: underline;
  }
  .top_news .list .more {
    font-size: 2rem;
    padding: 2.5rem 0;
  }
	.top_news .list .more::after {
		right: -2rem;
	  bottom: 0;
	  width: 1.47rem;
	  height: 1.57rem;
	}
  .top_news .list .more:hover {
    background: #e3ebf6;
  }
  .top_procedure {
    margin-top: 4.7rem;
  }
  .top_procedure ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 1rem;
  }
  .top_procedure ul li {
    width: calc((100% / 3) - 17px);
  }
  .top_procedure ul li a {
    font-size: 2.8rem;
    padding: 2rem 3.9rem 2rem 8rem;
  }
  .top_procedure ul li a .icon img {
    width: 4.4rem;
  }
  .top_procedure ul li a:hover {
    background: #1465c8;
  }
  .top_procedure .procedure_banner {
    margin-top: 2.8rem;
  }
  .top_procedure .procedure_banner a:hover {
    opacity: .8;
  }
  .top_trouble {
    margin-top: 4.7rem;
  }
  .top_trouble .search_box {
    display: flex;
    align-items: center;
		padding: 2rem;
	  margin-bottom: 2.7rem;
  }
  .top_trouble .search_box::before {
    left: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4.5rem;
    height: 4.5rem;
  }
  .top_trouble .search_box span {
    font-size: 2.2rem;
    margin: 0 3rem 0 6rem;
  }
	.top_trouble .search_box .form {
		height: 5.5rem;
	}
  .top_trouble .search_box .form .text_area {
		width: 53rem;
		height: 100%;
    font-size: 2.2rem;
  }
  .top_trouble .search_box .form .search_btn {
		left: 53rem;
		height: 100%;
    font-size: 2.4rem;
  }
  .top_trouble .search_box .form .search_btn:hover {
    background: #0255b9;
  }
	.accordion_wrap {
	  padding-bottom: 2.7rem;
	}
  .accordion_bar::after {
    top: 2.7rem;
    right: 2rem;
  }
  .accordion_bar .title {
    font-size: 3rem;
  }
	.accordion_cont ul {
		padding-bottom: 2rem;
	}
  .accordion_cont ul li {
    width: 15.6rem;
    height: 15.6rem;
		margin-top: 3rem;
  }
  .accordion_cont ul li a {
    height: 100%;
    padding-top: 11.5rem;
  }
  .accordion_cont ul li a::before {
    top: 2.6rem;
		max-width: 7.5rem;
  }
  .accordion_cont ul li:not(:first-child) {
    margin-left: 2.8rem;
  }
	.life .accordion_cont ul,
	.shared .accordion_cont ul {
		padding-left: 9rem;
		padding-right: 9rem;
	}
  .crime .accordion_cont ul li.key a::before {
    width: 6.7rem;
    height: 6.9rem;
  }
  .crime .accordion_cont ul li.autolock a::before {
    width: 5.2rem;
    height: 6.6rem;
  }
  .crime .accordion_cont ul li.intercom a::before {
    width: 5.3rem;
    height: 6.8rem;
  }
  .crime .accordion_cont ul li.camera a::before {
    width: 7.5rem;
    height: 5.5rem;
  }
  .crime .accordion_cont ul li.disaster a::before {
    width: 7rem;
    height: 7rem;
  }
	.facility .accordion_cont ul li.kitchen a::before {
		width: 6.8rem;
    height: 6.8rem;
	}
	.facility .accordion_cont ul li.bathroom a::before {
		width: 7.2rem;
    height: 7.2rem;
	}
	.facility .accordion_cont ul li.washroom a::before {
		width: 7rem;
    height: 7rem;
	}
	.facility .accordion_cont ul li.toilet a::before {
		width: 5.6rem;
    height: 6.4rem;
	}
	.facility .accordion_cont ul li.air a::before {
		width: 6.6rem;
    height: 6.6rem;
	}
	.facility .accordion_cont ul li.joinery a::before {
		width: 5.5rem;
    height: 7.2rem;
	}
	.life .accordion_cont ul li.electrical a::before {
		width: 6.6rem;
    height: 6.5rem;
	}
	.life .accordion_cont ul li.gas a::before {
		width: 5rem;
    height: 6.6rem;
	}
	.life .accordion_cont ul li.watercrew a::before {
		width: 5.7rem;
    height: 6.8rem;
	}
	.life .accordion_cont ul li.cable a::before {
		width: 7.2rem;
    height: 7.2rem;
	}
	.life .accordion_cont ul li.internet a::before {
		width: 6.2rem;
    height: 6.2rem;
	}
	.life .accordion_cont ul li.rent a::before {
		width: 7.3rem;
    height: 7.1rem;
	}
	.life .accordion_cont ul li.interest a::before {
		width: 6rem;
    height: 7.5rem;
	}
	.shared .accordion_cont ul li.parking a::before {
		width: 6.6rem;
    height: 6.6rem;
	}
	.shared .accordion_cont ul li.delivery a::before {
		width: 7.1rem;
    height: 7.1rem;
	}
	.shared .accordion_cont ul li.mail a::before {
		width: 4.8rem;
    height: 7.2rem;
	}
	.shared .accordion_cont ul li.trash a::before {
		width: 5.2rem;
    height: 6.4rem;
	}
	.shared .accordion_cont ul li.light a::before {
		width: 6.2rem;
    height: 6.2rem;
	}
	.shared .accordion_cont ul li.pest a::before {
		width: 6.5rem;
    height: 6.5rem;
	}
	.shared .accordion_cont ul li.noise a::before {
		width: 6.4rem;
    height: 6.1rem;
	}
  .accordion_cont ul li a span {
    font-size: 1.8rem;
  }
  .accordion_cont ul li a:hover {
    opacity: .7;
  }
	.top_owner {
    margin-top: 7.6rem;
  }
	.top_owner .link_item {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 2rem;
	}
	.top_owner .link_item li {
		width: 48%;
		margin-bottom: 4rem;
	}
	.top_owner .link_item li a .title {
		font-size: 2.4rem;
		padding: 1.7rem 6rem 1.7rem 2.5rem;
	}
	.top_owner .link_item li a .title::after {
		right: 1.3rem;
		width: 0.8rem;
		height: 1.3rem;
	}
	.top_owner .link_item li a:hover img {
		opacity: .8;
	}
	.top_owner .link_item li a:hover .title {
		background: #1465c8;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.main_inner {
		padding: 0 2rem;
  }
  .top_title {
    margin-bottom: 2.7rem;
  }
  .top_title .en span {
    font-size: 2.4rem;
    padding: 0 1.7rem;
  }
  .top_title h2 {
    font-size: 4.4rem;
    margin-top: 1.3rem;
		line-height: 1.4;
  }
	.top_news .list li:last-child {
	  background-image: linear-gradient(to right, #c0cfe3 60%, rgba(255,255,255,0) 0%);
	  background-position: bottom;
	  background-size: 0.4rem 0.1rem;
	  background-repeat: repeat-x;
	}
  .top_news .list li a {
		display: block;
    padding: 1.7rem 2.5rem;
  }
	.top_news .list li a time {
		font-size: 2.2rem;
	}
  .top_news .list .more {
    font-size: 3.2rem;
    padding: 2.9rem 0;
  }
	.top_news .list .more::after {
		right: -2.7rem;
		bottom: 0;
		width: 2.18rem;
		height: 2.53rem;
	}
	.top_procedure {
    margin-top: 5.8rem;
  }
  .top_procedure ul {
    padding-top: 1rem;
  }
  .top_procedure ul li {
		margin-bottom: 3rem;
  }
  .top_procedure ul li a {
    font-size: 4rem;
    padding: 2.7rem 6rem 2.7rem 11rem;
  }
	.top_procedure ul li a::before {
		right: 6rem;
	}
	.top_procedure ul li a::after {
		right: 2rem;
		width: 1.3rem;
		height: 2.3rem;
	}
	.top_procedure ul li a .icon {
		width: 11rem;
	}
  .top_procedure ul li a .icon img {
    width: 6.1rem;
  }
  .top_procedure .procedure_banner {
    margin-top: 4rem;
  }
  .top_trouble {
    margin-top: 4.7rem;
  }
  .top_trouble .search_box {
		padding: 3rem;
		margin-bottom: 4rem;
  }
  .top_trouble .search_box::before {
    left: 3rem;
    top: 3.5rem;
    width: 4.5rem;
    height: 4.5rem;
  }
  .top_trouble .search_box span {
    font-size: 3.2rem;
		font-weight: bold;
    margin-left: 6rem;
		margin-bottom: 2.4rem;
  }
	.top_trouble .search_box .form {
		width: 100%;
		height: 7rem;
	}
  .top_trouble .search_box .form .text_area {
		width: 53rem;
		height: 100%;
		font-size: 2.8rem;
  }
  .top_trouble .search_box .form .search_btn {
		left: 52.5rem;
		height: 100%;
    font-size: 2.8rem;
  }
	.accordion_wrap {
	  padding-bottom: 3.2rem;
	}
	.accordion_bar::after {
    top: 3.5rem;
    right: 2rem;
		border-width: 2.7rem 1.6rem 0 1.6rem;
  }
  .accordion_bar .title {
    font-size: 4rem;
  }
	.accordion_cont ul {
		padding-bottom: 3.2rem;
	}
  .accordion_cont ul li {
    width: 21.2rem;
    height: 21.2rem;
		margin-top: 3.3rem;
  }
  .accordion_cont ul li a {
    height: 100%;
    padding-top: 15rem;
		box-shadow: 0 0.4rem 0 #e5e5e5;
  }
  .accordion_cont ul li a::before {
    top: 3.5rem;
  }
  .accordion_cont ul li:not(:first-child) {
    margin-left: 3.7rem;
  }
  .crime .accordion_cont ul li.key a::before {
    width: 8.9rem;
    height: 9rem;
  }
  .crime .accordion_cont ul li.autolock a::before {
    width: 6.8rem;
    height: 8.6rem;
  }
  .crime .accordion_cont ul li.intercom a::before {
    width: 6.9rem;
    height: 8.7rem;
  }
  .crime .accordion_cont ul li.camera a::before {
    width: 9.7rem;
    height: 7.2rem;
  }
  .crime .accordion_cont ul li.disaster a::before {
    width: 9.1rem;
    height: 9.1rem;
  }
	.facility .accordion_cont ul li.kitchen a::before {
		width: 8.5rem;
    height: 8.5rem;
	}
	.facility .accordion_cont ul li.bathroom a::before {
		width: 8.9rem;
    height: 8.9rem;
	}
	.facility .accordion_cont ul li.washroom a::before {
		width: 8.5rem;
    height: 8.5rem;
	}
	.facility .accordion_cont ul li.toilet a::before {
		width: 7.6rem;
    height: 9.4rem;
	}
	.facility .accordion_cont ul li.air a::before {
		width: 8.2rem;
    height: 8.4rem;
	}
	.facility .accordion_cont ul li.joinery a::before {
		width: 6.9rem;
    height: 9.2rem;
	}
	.life .accordion_cont ul li.electrical a::before {
		width: 8.6rem;
    height: 9rem;
	}
	.life .accordion_cont ul li.gas a::before {
		width: 6.9rem;
    height: 9.4rem;
	}
	.life .accordion_cont ul li.watercrew a::before {
		width: 7.6rem;
    height: 9.4rem;
	}
	.life .accordion_cont ul li.cable a::before {
		width: 9rem;
    height: 9rem;
	}
	.life .accordion_cont ul li.internet a::before {
		width: 8.5rem;
    height: 8.5rem;
	}
	.life .accordion_cont ul li.rent a::before {
		width: 9.8rem;
    height: 9.6rem;
	}
	.life .accordion_cont ul li.interest a::before {
		width: 7.3rem;
    height: 9.2rem;
	}
	.shared .accordion_cont ul li.parking a::before {
		width: 8.6rem;
    height: 8.6rem;
	}
	.shared .accordion_cont ul li.delivery a::before {
		width: 8.7rem;
    height: 8.7rem;
	}
	.shared .accordion_cont ul li.mail a::before {
		width: 6rem;
    height: 9.2rem;
	}
	.shared .accordion_cont ul li.trash a::before {
		width: 7.2rem;
    height: 9rem;
	}
	.shared .accordion_cont ul li.light a::before {
		width: 8.5rem;
    height: 8.5rem;
	}
	.shared .accordion_cont ul li.pest a::before {
		width: 8.7rem;
    height: 8.7rem;
	}
	.shared .accordion_cont ul li.noise a::before {
		width: 8.4rem;
    height: 8rem;
	}
  .accordion_cont ul li a span {
    font-size: 2.4rem;
  }
	.top_owner {
    margin-top: 6.7rem;
  }
	.top_owner .link_item li {
		margin-bottom: 3rem;
	}
	.top_owner .link_item li a .title {
		font-size: 3.2rem;
		padding: 2.3rem 8rem 2.3rem 3.5rem;
	}
	.top_owner .link_item li a .title::before {
		right: 5rem;
	}
	.top_owner .link_item li a .title::after {
		right: 1.6rem;
		width: 1.2rem;
		height: 2.1rem;
	}
}

/*
  = msg_area / banner_area
-------------------------------------------------- */
.msg_area {
	border-top: 0.3rem solid #00479d;
	color: #1159b2;
	font-weight: bold;
	text-align: center;
}
.banner_area {
	background: #edf2f9;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.msg_area,.banner_area {
		min-width: 1100px;
	}
	.msg_area .msg_area_inner {
		max-width: 1100px;
		padding: 1.7rem 0;
		margin: 0 auto;
	}
	.msg_area .msg_area_inner p {
		font-size: 2.6rem;
	}
	.banner_area .banner_area_inner {
		max-width: 1100px;
		padding: 4rem 0;
		margin: 0 auto;
	}
	#banner-slider li {
		margin: 0 1.25rem;
	}
	#banner-slider li a:hover {
		opacity: .8;
	}
	#banner-slider .slick-next:hover {
		background: url(../img/arrow_right_hover.svg) no-repeat 100%;
	}
	#banner-slider .slick-prev:hover {
		background: url(../img/arrow_left_hover.svg) no-repeat 100%;
	}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
	.banner_area .banner_area_inner {
		width: 87%;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.msg_area,.banner_area {
		overflow: hidden;
	}
	.msg_area .msg_area_inner {
		padding: 2.3rem 2rem;
	}
	.msg_area .msg_area_inner p {
		font-size: 3.2rem;
	}
	.banner_area .banner_area_inner {
		padding: 2.5rem 10.2rem;
	}
	#banner-slider .slick-prev,
	#banner-slider .slick-next {
		width: 5.1rem;
		height: 5.1rem;
	}
	#banner-slider .slick-next {
		right: -8rem;
	}
	#banner-slider .slick-prev {
		left: -8rem;
	}
}

/*
  = footer
-------------------------------------------------- */
.footer {
	color: #fff;
	background: #1159b2;
}
.footer_contents .footer_info ul li a {
	display: block;
	position: relative;
	color: #fff;
	line-height: 1;
}
.footer_contents .footer_info ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/footer_icon_arrow01.svg) no-repeat;
	background-size: 100%;
}
.footer_contents .shop_info h4 {
	font-weight: bold;
}
.footer_contents .shop_info dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer_contents .shop_info dl dd.number {
	font-weight: bold;
	line-height: 1.2;
}
.footer_contents .shop_info dl dd a {
	display: block;
	color: #fff;
}
.copyright {
	color: #898989;
	background: #fff;
	text-align: center;
	line-height: 1;
}
.pagetop {
  display: block;
  position: fixed;
  background: #e3eaf5;
	border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}
.pagetop::after {
  content: "";
  display: block;
  position: absolute;
  top: 33%;
  left: 34%;
  margin: auto;
  border-style: solid;
  border-width: 0 1.1rem 1.8rem 1.1rem;
  border-color: transparent transparent #1159b2 transparent;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.footer {
		min-width: 1100px;
	}
	.footer .footer_inner {
		width: 1100px;
		padding: 3rem 1rem 3rem;
		margin: 0 auto;
	}
	.footer_contents {
		display: flex;
	}
	.footer_contents .col {
		padding: 0 3rem;
		border-right: 1px solid rgba(255,255,255,0.2);
	}
	.footer_contents .footer_info {
		padding-left: 0;
	}
	.footer_contents .footer_info .logo {
		width: 38.5rem;
		margin-bottom: 2.5rem;
	}
	.footer_contents .footer_info ul {
		display: flex;
	}
	.footer_contents .footer_info ul li a {
		padding-left: 2.4rem;
		margin-right: 2.4rem;
	}
	.footer_contents .footer_info ul li a::before {
		width: 1.4rem;
		height: 1.4rem;
	}
	.footer_contents .footer_info ul li a:hover {
		text-decoration: underline;
	}
	.footer_contents .shop_info {
		min-width: 33rem;
	}
	.footer_contents .shop_info h4 {
		font-size: 2rem;
		margin-bottom: 1.7rem;
	}
	.footer_contents .shop_info dl {
		margin-bottom: 1.2rem;
	}
	.footer_contents .shop_info dl dt {
		width: 27%;
	}
	.footer_contents .shop_info dl dd {
		width: 73%;
	}
	.footer_contents .shop_info dl dd.number {
		font-size: 2.4rem;
	}
	.copyright {
		padding: 2.5rem 0 5rem;
	}
	.pagetop {
    right: 5.5rem;
    bottom: 5.3rem;
    width: 7rem;
    height: 7rem;
	}
	.pagetop:hover {
		background: #cdddf3;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.footer .footer_inner {
		padding: 3.2rem 2rem 3.2rem;
	}
	.footer_contents .col {
		padding: 2.3rem 0;
	}
	.footer_contents .footer_info {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer_contents .footer_info .logo {
		width: 38.5rem;
		margin-bottom: 2.5rem;
	}
	.footer_contents .footer_info ul li a {
		padding-left: 3.7rem;
		margin-bottom: 2.6rem;
	}
	.footer_contents .footer_info ul li a::before {
		width: 2.1rem;
		height: 2.1rem;
	}
	.footer_contents .shop_info {
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	.footer_contents .shop_info h4 {
		font-size: 3.6rem;
		margin-bottom: 2.5rem;
	}
	.footer_contents .shop_info dl {
		margin-bottom: 2.3rem;
	}
	.footer_contents .shop_info dl dt {
		width: 22%;
	}
	.footer_contents .shop_info dl dd {
		width: 78%;
	}
	.footer_contents .shop_info dl dd.number {
		font-size: 3.2rem;
	}
	.copyright {
		font-size: 2rem;
		padding: 2.6rem 0 7.5rem;
	}
	.pagetop {
    right: 1.8rem;
    bottom: 8.3rem;
    width: 9rem;
    height: 9rem;
	}
	.pagetop::after {
		border-width: 0 1.4rem 2.4rem 1.4rem;
	}
}

/* -------------------------------------------------

= テンプレート

------------------------------------------------- */

/* = パンくず
----------------------------------------------- */
.bread {
  text-align: right;
}
.bread li {
  display: inline-block;
}
.bread li a {
  display: block;
  background: url(../img/arrow_bread.png) right center no-repeat;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bread {
		padding: 1.3rem 0 3.3rem;
		margin: 0 auto;
  }
  .bread li {
    font-size: 1.4rem;
  }
  .bread li a {
    padding-right: 3rem;
    margin-right: 1.2rem;
    background-size: 1.1rem auto;
  }
  .bread li a:hover {
    text-decoration: underline;
  }

}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bread {
    margin: 1.3rem 2rem 2.3rem;
  }
  .bread li {
    font-size: 2rem;
  }
  .bread li a {
    padding-right: 3.5rem;
    margin-right: 1.5rem;
    background-size: 1.5rem auto;
  }
}

/* = margin
----------------------------------------------- */

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

  .mb10 {
		margin-bottom: 10px !important;
	}
	.mb20 {
		margin-bottom: 20px !important;
	}
	.mb30 {
		margin-bottom: 30px !important;
	}
	.mb40 {
		margin-bottom: 40px !important;
	}
	.mb50 {
		margin-bottom: 50px !important;
	}
	.mb60 {
		margin-bottom: 60px !important;
	}
	.mb70 {
		margin-bottom: 70px !important;
	}
	.mb80 {
		margin-bottom: 80px !important;
	}
	.mb100 {
		margin-bottom: 100px !important;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

  .mb10 {
		margin-bottom: 1rem !important;
	}
	.mb20 {
		margin-bottom: 2rem !important;
	}
	.mb30 {
		margin-bottom: 3rem !important;
	}
	.mb40 {
		margin-bottom: 4rem !important;
	}
	.mb50 {
		margin-bottom: 5rem !important;
	}
	.mb60 {
		margin-bottom: 6rem !important;
	}
	.mb70 {
		margin-bottom: 7rem !important;
	}
	.mb80 {
		margin-bottom: 8rem !important;
	}
	.mb90 {
		margin-bottom: 9rem !important;
	}
	.mb100 {
		margin-bottom: 10rem !important;
	}

}


/* = 見出し
----------------------------------------------- */
/* h1 */
.heading01 {
	width: 100%;
	padding: 3.1rem 0;
	background: #edf2f9;
}
.heading01 span {
	display: block;
	color: #003b94;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 1rem;
}
/* h2 */
.heading02 {
  position: relative;
	color: #fff;
	background: #3684e3;
  margin-bottom: 5rem;
  padding: 1.65rem 2.7rem;
	border-radius: 0 0 1rem 1rem;
	line-height: 1.2;
	font-weight: bold;
}

.heading02::before {
	content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
	width: 100%;
  height: 0.2rem;
  background: #003b94;
}
/* h3 */
.heading03 {
  position: relative;
  margin-bottom: 4.5rem;
  padding: 1.85rem 1.3rem 0 1.3rem;
	border-top: 0.3rem solid #00479d;
  line-height: 1.2;
  font-weight: bold;
}
/* h4 */
.heading04 {
	position: relative;
	padding-left: 3rem;
  margin-bottom: 4rem;
  line-height: 1.2;
  font-weight: bold;
}
.heading04::before,
.heading04::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 0.7rem;
	height: 2.5rem;
}
.heading04::before {
	left: 0;
	background: #3684e3;
}
.heading04::after {
	left: 1.2rem;
	background: #9ac1f1;
}
/* h5 */
.heading05 {
	color: #003b94;
  margin-bottom: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

	/* h1 */
	.heading01 {
		font-size: 3.2rem;
	}
	.heading01 span {
		width: 1100px;
		margin: 0 auto;
	}
  /* h2 */
  .heading02 {
      font-size: 2.8rem;
  }
  /* h3 */
  .heading03 {
      font-size: 2.8rem;
  }
  /* h4 */
  .heading04 {
      font-size: 2.6rem;
  }
  /* h5 */
  .heading05 {
      font-size: 2.4rem;
  }

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

	/* h1 */
	.heading01 {
		font-size: 3.8rem;
	}
	.heading01 span {
		padding: 0 2rem;
	}
  /* h2 */
  .heading02 {
      font-size: 3.6rem;
  }
  /* h3 */
  .heading03 {
      font-size: 3.4rem;
			border-top: 0.4rem solid #00479d;
  }
  /* h4 */
  .heading04 {
      font-size: 3.2rem;
  }
	.heading04::before,
	.heading04::after {
		top: 0.4rem;
    width: 0.6rem;
    height: 2.8rem;
	}
  /* h5 */
  .heading05 {
      font-size: 3.2rem;
  }

}


/* = text
----------------------------------------------- */
.text01 .fl {
	float: left;
}
.text01 strong {
	font-weight: bold;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .text01 {
		margin: 0 auto;
		font-size: 1.5rem;
		line-height: 2;
		margin-bottom: 2.5rem;
	}
	.text01 .inline {
		display: inline !important;
	}
    /* hover */
	.text01 a:hover {
		text-decoration: underline;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

    .text01 {
      line-height: 1.95;
      font-size: 2.6rem;
			margin-bottom: 1.5rem;
	}

}

/* = note
----------------------------------------------- */
.note01 {
	color: #313131;
	line-height: 1.75;
}
.note01 li+li {
	margin-top: 1rem;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
    .note01 {
		font-size: 1.3rem;
	}
	.note01 li {
		margin-left: 2.5rem;
		text-indent: -2.5rem;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

  .note01 {
		font-size: 2.2rem;
	}
	.note01 li {
		margin-left: 4.5rem;
		text-indent: -4.5rem;
	}

}

/* = box
----------------------------------------------- */
.box01 {
	background: #f6f8fc;
}
.box02 {
	background: #fff;
	border: 1px solid #c0cfe3;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

  .box01,
	.box02 {
		padding: 1.7rem 2rem;
  }

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

  .box01,
	.box02 {
		padding: 2rem;
	}

}

/* = list
----------------------------------------------- */
/* list01 */
.list01 li {
	position: relative;
	padding-left: 2.5rem;
	line-height: 1.9;
}
.list01 li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.6rem;
  left: 0;
  background: url(../img/icon_list01.png) no-repeat;
	background-size: 100%;
	border-radius: 50%;
}
.list01 li+li {
	margin-top: 1rem;
}
/* list02 */
.list02 {
	list-style-type: decimal;
	line-height: 1.9;
}
.list02 li {
	margin-left: 2rem;
}
.list02 li+li {
	margin-top: 1rem;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

  /* list01 */
	.list01 li {
		padding-left: 2rem;
	}
	.list01 li::before {
		width: 1.4rem;
		height: 1.4rem;
	}
  /* hover */
  .list01 a:hover,
  .list02 a:hover {
		text-decoration: underline;
	}

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

    /* list01 */
  .list01 {
		font-size: 2.6rem;
		line-height: 1.9;
	}
	.list01 li {
		padding-left: 3rem;
		line-height: 1.8;
	}
  .list01 li::before {
		top: 0.5em;
    left: 0.3rem;
    width: 1.7rem;
    height: 1.7rem;
	}
	.list01 li+li {
		margin-top: 1.5rem;
    }
    /* list02 */
	.list02 {
		font-size: 2.6rem;
		line-height: 1.9;
	}
	.list02 li {
		margin-left: 4.5rem;
    }

}

/* = link
----------------------------------------------- */
.link01 {
	line-height: 2;
}

.link01 li+li {
	margin-top: 1rem;
}

.link01 a {
	display: inline-block;
	position: relative;
}

.link01 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.9rem;
	left: 0;
	background: url(../img/icon_link01.png) no-repeat;
	background-size: 100%;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.link01 {
		font-size: 1.5rem;
	}
	.link01 a {
		padding-left: 2rem;
	}
	.link01 a:hover {
		text-decoration: underline;
	}
	.link01 a::before {
		width: 0.9rem;
		height: 1.1rem;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.link01 {
		font-size: 2.6rem;
	}
	.link01 a {
		padding-left: 4rem;
	}
	.link01 a::before {
		top: 1.9rem;
		left: 1rem;
		width: 1.1rem;
		height: 1.3rem;
	}
}

/* = file type icon
----------------------------------------------- */
.file01 a::after {
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.file01 a.pdf::after {
	background: url(../img/icon_pdf.png) no-repeat;
	background-size: 100%;
}
.file01 a.xls::after {
	background: url(../img/icon_xls.png) no-repeat;
	background-size: 100%;
}
.file01 a.doc::after {
	background: url(../img/icon_doc.png) no-repeat;
	background-size: 100%;
}
.file01 a.ppt::after {
	background: url(../img/icon_ppt.png) no-repeat;
	background-size: 100%;
}
.file01 a.txt::after {
	background: url(../img/icon_txt.png) no-repeat;
	background-size: 100%;
}
.file01 a.mwv::after {
	background: url(../img/icon_mwv.png) no-repeat;
	background-size: 100%;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.file01 a::after {
		width: 1.5rem;
		height: 1.8rem;
		margin-left: 5px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.file01 a::after {
		width: 2.2rem;
		height: 2.6rem;
		margin-left: 1rem;
	}
}

/* = img
----------------------------------------------- */
.img_clm01 .item img {
	max-width: 100%;
}
.img_clm02,
.img_clm03 {
	display: flex;
	flex-wrap: wrap;
}
.img_clm02 .item img,
.img_clm03 .item img {
	max-width: 100%;
}
.img_clm02 .item {
	width: 48.183%;
}
.img_clm02 .item:nth-child(2n-1) {
	margin-right: 1.81%;
}
.img_clm02 .item:nth-child(2n) {
	margin-left: 1.81%;
}
.img_clm03 .item {
	width: 30.91%;
}
.img_clm03 .item:nth-child(3n-2) {
	margin-right: 1.81%;
}
.img_clm03 .item:nth-child(3n-1) {
	margin-right: 1.81%;
	margin-left: 1.81%;
}
.img_clm03 .item:nth-child(3n) {
	margin-left: 1.81%;
}
.caption01 {
	color: #707070;
	line-height: 1.9;
}
.img_left {
	float: left;
}
.img_right {
	float: right;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

  .img_clm02 .item img,
	.img_clm03 .item img,
	.img_clm04 .item img {
		max-width: 100%;
	}
	.img_clm02 .item {
		margin-bottom: 10px;
	}
	.img_clm03 .item {
		margin-bottom: 10px;
	}
	.caption01 {
		margin: 0.5rem 0 0;
		font-size: 1.3rem;
	}
	.img_left {
		width: 29rem;
		margin: 0.5rem 2rem 0.5rem 0;
	}
	.img_right {
		width: 29rem;
		margin: 0.5rem 0 0.5rem 2rem;
	}

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

	.caption01 {
		margin: 1rem 0 0;
    font-size: 1.7rem;
	}
	.img_left,
	.img_right {
		width: 24rem;
	}
	.img_left {
    margin: 1.6rem 2rem 0 0;
	}
	.img_right {
    margin: 1.6rem 0 0 2rem;
	}

}


/* = table
----------------------------------------------- */
.table01,
.table01 thead tr th,
.table01 tbody tr th,
.table01 tbody tr td {
    border: 1px solid #d2d2d2;
}
.table01 {
    width: 100%;
    border-collapse: collapse;
}
.table01 thead tr th {
    text-align: center;
}
/* color */
.table01 thead tr th {
	color: #fff;
  background: #1159b2;
}
.table01 tbody tr th {
    background: #f6f6f6;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

  .table01 thead tr th {
      padding: 1.5rem 1rem;
  }
  .table01 thead tr th .ttl {
      font-size: 2.4rem;
  }
  .table01 thead tr th .text {
      line-height: 1.7;
      font-size: 1.5rem;
  }
  .table01 thead tr th,
	.table01 tbody tr th,
  .table01 tbody tr td {
      padding: 0.8rem 1.2rem;
      line-height: 1.65;
      font-size: 1.4rem;
  }

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

	.table01 thead tr th,
  .table01 tbody tr th,
  .table01 tbody tr td {
      padding: 1.5rem 1rem;
      line-height: 1.5;
      font-size: 2.4rem;
  }

}

/* = ページリンクボタン（.page_link01）
----------------------------------------------- */
.page_link01 li a {
	display: block;
	color: #00479d;
	background: #f6f8fc;
	font-weight: bold;
}
.page_link01 a span {
	position: relative;
  display: block;
	text-align: center;
	padding-right: 3rem;
}
.page_link01 a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #00479d transparent transparent transparent;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

		.page_link01 {
			display: flex;
			flex-wrap: wrap;
		}
		.page_link01 li {
			width: calc(100% / 5);
		}
		.page_link01 li + li {
			border-left: 1px dashed #c0cfe3;
		}
    .page_link01 a {
      padding: 2.55rem 2.8rem;
    }
    .page_link01 a span {
			line-height: 1.6;
			font-size: 1.8rem;
    }
    /* hover */
    .page_link01 a:hover {
      background: #e4eefb;
    }

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
		.page_link01 li {
			width: 100%;
			margin-bottom: 3rem;
		}
    .page_link01 a {
      padding: 3rem;
    }
    .page_link01 a span {
			line-height: 1.3;
			font-size: 3.4rem;
    }
    .page_link01 a span::after {
        border-width: 2.1rem 1.2rem 0 1.2rem;
    }

}

/* = ボタン（.text_btn01）
----------------------------------------------- */
.text_btn01 {
  text-align: center;
}
.text_btn01 a {
  position: relative;
  display: inline-block;
  background: #1159b2;
  color: #fff;
  font-weight: bold;
	border-radius: 1rem;
}
.text_btn01 a::before {
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	right: 4rem;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.2);
}
.text_btn01 a::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1.5rem;
  width: 0.8rem;
  height: 1.3rem;
  background: url(../img/icon_arrow02.svg) no-repeat;
  background-size: 100%;
}
.text_btn01 a span {
  display: block;
	text-align: center;
	padding: 0 2rem;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

    .text_btn01 a {
      min-width: 34rem;
      padding: 2rem 4rem 2rem 0;
    }
    .text_btn01 a span {
			line-height: 1.3;
			font-size: 2.4rem;
    }
    /* hover */
    .text_btn01 a:hover {
      background: #1465c8;
    }

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

    .text_btn01 a {
        display: block;
        padding: 3.3rem 6rem 3.3rem 0;
    }
		.text_btn01 a::before {
			right: 6rem;
		}
    .text_btn01 a::after {
			right: 2rem;
			width: 1.3rem;
			height: 2.3rem;
    }
		.text_btn01 a span {
			line-height: 1.3;
			font-size: 3.4rem;
    }

}


/* = ボタン（.text_link01）
----------------------------------------------- */
.text_link01 {
	display: flex;
	flex-wrap: wrap;
}
.text_link01 li a {
	position: relative;
	display: block;
	background: #1159b2;
  color: #fff;
  font-weight: bold;
	border-radius: 1rem;
}
.text_link01 a::before {
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	right: 4rem;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.2);
}
.text_link01 a::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1.5rem;
  width: 0.8rem;
  height: 1.3rem;
  background: url(../img/icon_arrow02.svg) no-repeat;
  background-size: 100%;
}
.text_link01 a span {
	display: block;
	text-align: center;
	padding: 0 2rem;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

    .text_link01 li {
        margin-bottom: 3rem;
    }
    .text_link01 a {
        padding: 2rem 4rem 2rem 0;
    }
    .text_link01 a span {
			line-height: 1.3;
			font-size: 2.4rem;
    }
    /* clm02 */
    .text_link01.clm02 li {
        width: 48%;
    }
    .text_link01.clm02 li:nth-child(2n-1) {
        margin-right: 2%;
    }
    .text_link01.clm02 li:nth-child(2n) {
        margin-left: 2%;
    }
    /* clm03 */
    .text_link01.clm03 li {
        width: 30.91%;
    }
    .text_link01.clm03 li:nth-child(3n-2) {
        margin-right: 1.81%;
    }
    .text_link01.clm03 li:nth-child(3n-1) {
        margin-left: 1.81%;
        margin-right: 1.81%;
    }
    .text_link01.clm03 li:nth-child(3n) {
        margin-left: 1.81%;
    }
    /* hover */
    .text_link01 a:hover {
        background: #1465c8;
    }

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

    .text_link01 li {
        width: 100%;
        margin-bottom: 3rem;
    }
    .text_link01 a {
        padding: 3.3rem 6rem 3.3rem 0;
    }
		.text_link01 a::before {
			right: 6rem;
		}
    .text_link01 a::after {
			right: 2rem;
			width: 1.3rem;
			height: 2.3rem;
    }
    .text_link01 a span {
			line-height: 1.3;
			font-size: 3.4rem;
		}
		.text_link01 a span::after {
				border-width: 1.2rem 0 1.2rem 2.1rem;
		}

}

/* = アイコンボタン（.icon_link01）
----------------------------------------------- */
.icon_link01 {
	display: flex;
	flex-wrap: wrap;
}
.icon_link01 li a {
	position: relative;
	display: block;
	background: #1159b2;
  color: #fff;
  font-weight: bold;
	border-radius: 1rem;
	overflow: hidden;
}
.icon_link01 a::before {
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	right: 4rem;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.2);
}
.icon_link01 a::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1.5rem;
  width: 0.8rem;
  height: 1.3rem;
  background: url(../img/icon_arrow02.svg) no-repeat;
  background-size: 100%;
}
.icon_link01 a span {
	display: block;
	text-align: center;
}
.icon_link01 li a .icon {
	display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #3684e3;
}
.icon_link01 li a .icon img {
  margin-left: 0.5rem;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

    .icon_link01 li {
        margin-bottom: 3rem;
    }
    .icon_link01 a {
        padding: 2rem 4rem 2rem 7rem;
    }
    .icon_link01 a span {
			line-height: 1.3;
			font-size: 2.4rem;
			padding: 0 1rem;
    }
		.icon_link01 li a .icon {
			width: 7rem;
		}
    .icon_link01 li a .icon img {
      width: 3.1rem;
    }
    /* clm03 */
    .icon_link01.clm03 li {
        width: 30.91%;
    }
    .icon_link01.clm03 li:nth-child(3n-2) {
        margin-right: 1.81%;
    }
    .icon_link01.clm03 li:nth-child(3n-1) {
        margin-left: 1.81%;
        margin-right: 1.81%;
    }
    .icon_link01.clm03 li:nth-child(3n) {
        margin-left: 1.81%;
    }
    /* hover */
    .icon_link01 a:hover {
        background: #1465c8;
    }

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

    .icon_link01 li {
        width: 100%;
        margin-bottom: 3rem;
    }
    .icon_link01 a {
        padding: 3.3rem 6rem 3.3rem 11rem;
    }
		.icon_link01 a::before {
			right: 6rem;
		}
    .icon_link01 a::after {
			right: 2rem;
			width: 1.3rem;
			height: 2.3rem;
    }
    .icon_link01 li a .icon {
  		width: 11rem;
  	}
    .icon_link01 li a .icon img {
      width: 5.1rem;
    }
    .icon_link01 a span {
			line-height: 1.3;
			font-size: 3.4rem;
			padding: 0 2rem;
		}
		.icon_link01 a span::after {
				border-width: 1.2rem 0 1.2rem 2.1rem;
		}

}

/* = card_clm02
----------------------------------------------- */
.card_clm02 .heading03 {
	margin-bottom: 0;
}
.card_clm02 .box01 {
	padding: 3rem;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.card_clm02 .heading03 {
		padding-bottom: 1.85rem;
	}
	.card_clm02 .box01 {
		display: flex;
		justify-content: space-between;
	}
	.card_clm02 .box01 .img {
		width: 27.88%;
	}
	.card_clm02 .box01 .item {
		width: 70%;
	}

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.card_clm02 .heading03 {
		padding-bottom: 2.5rem;
	}
	.card_clm02 .box01 .img {
		margin-bottom: 3rem;
	}
}

/* = contact_navi
----------------------------------------------- */
.contact_navi .navi_number {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_navi .navi_number li {
	position: relative;
}
.contact_navi .navi_number li::after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/contact_navi.png) no-repeat;
	background-size: 100%;
}
.contact_navi .navi_number li:last-child::after {
	display: none;
}
.contact_navi .navi_number li span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	background: #aaa;
	border-radius: 50%;
}
.contact_navi .navi_number li p {
	color: #7d7d7d;
	font-weight: bold;
	text-align: center;
}
.contact_navi .navi_number li.current span {
	background: #3684e3;
}
.contact_navi .navi_number li.current p {
	color: #1159b2;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.contact_navi .navi_number {
		max-width: 1100px;
		margin: 0 auto;
	}
	.contact_navi .navi_number li {
		width: 6rem;
	}
	.contact_navi .navi_number li + li {
		margin-left: 6.8rem;
	}
	.contact_navi .navi_number li::after {
		top: 2.9rem;
		right: -5.7rem;
		width: 4.8rem;
		height: 0.7rem;
	}
	.contact_navi .navi_number li span {
		width: 6rem;
		height: 6rem;
		font-size: 2.8rem;
		padding: 0 3px 2px 0;
		margin-bottom: 1rem;
	}
	.contact_navi .navi_number li p {
		font-size: 1.8rem;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.contact_navi .navi_number li {
		width: 10rem;
	}
	.contact_navi .navi_number li + li {
		margin-left: 6.8rem;
	}
	.contact_navi .navi_number li::after {
		top: 4.8rem;
    right: -5.5rem;
    width: 4.2rem;
    height: 0.7rem;
	}
	.contact_navi .navi_number li span {
		width: 10rem;
		height: 10rem;
		font-size: 4rem;
		padding: 0 3px 0 0;
		margin-bottom: 1rem;
	}
	.contact_navi .navi_number li p {
		font-size: 2.8rem;
	}

}


/* = contact_form
----------------------------------------------- */
.contact_form table {
	width: 100%;
	line-height: 1.5;
}
.contact_form .required {
	display: inline-block;
	color: #eb6100;
}
.contact_form input,
.contact_form select,
.contact_form textarea {
  border-radius: 0;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
}
.contact_form input::placeholder {
  color: #a0a0a0;
}
/* IE */
.contact_form input:-ms-input-placeholder {
  color: #a0a0a0;
}
/* Edge */
.contact_form input::-ms-input-placeholder {
  color: #a0a0a0;
}
/* スピンボタンとクリアボタンを非表示 */
.contact_form input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
.contact_form input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}
/* Firefoxだけに適用させる */
@-moz-document url-prefix() {
  .contact_form input[type="time"] {
    clip-path: inset(0 25px 0 0);
    border: none;
    outline:none;
    outline:0;
  }
}
.contact_form input[type='checkbox'],
.contact_form input[type='radio'] {
	display: none;
}
.contact_form input[type='text'],
.contact_form input[type='email'],
.contact_form select,
.contact_form textarea {
	border: 1px solid rgba(210, 210, 210, 0.5);
	background: #f6f6f6;
}
.contact_form .radio label,
.contact_form .checkbox label {
  position: relative;
  padding-left: 2.9rem;
}
.contact_form .radio label::before,
.contact_form .checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.15rem;
  left: 0;
  width: 1.9rem;
  height: 1.9rem;
	border: 1px solid rgba(210, 210, 210, 0.5);
	background: #f6f6f6;
}
.contact_form .radio label::before {
	border-radius: 50%;
}
.contact_form .radio input:checked + label::before {
	background: #1159b2;
}
.contact_form .radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
	top: 4.5px;
  left: 6px;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  border-radius: 50%;
}
.contact_form .checkbox input:checked + label::before {
	background: #1159b2;
}
.contact_form .checkbox input:checked + label::after {
	content: "";
  display: block;
  position: absolute;
	left: 7px;
  top: 2px;
  width: 0.5rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact_form button {
  border: none;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
	cursor: pointer;
}
.contact_form table {
	background-image: linear-gradient(to right, #1465c8 60%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-size: 0.4rem 0.1rem;
  background-repeat: repeat-x;
}
.contact_form tr {
	background-image: linear-gradient(to right, #1465c8 60%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 0.4rem 0.1rem;
  background-repeat: repeat-x;
}
.contact_form .radio p,
.contact_form .checkbox p {
	display: inline-block;
}
.contact_form button {
  display: inline-block;
  background: #1159b2;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem;
}
.contact_form button.back {
	background: #959595;
}
.contact_form button span {
	position: relative;
	display: block;
	text-align: center;
	line-height: 1.3;
}
.contact_form button span::before,
.contact_form button span::after {
	content: "";
  display: block;
  position: absolute;
	top: 0;
  bottom: 0;
  margin: auto;
}
.contact_form button span::before {
	right: 4rem;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.2);
}
.contact_form button span::after {
	right: 1.5rem;
  width: 0.8rem;
  height: 1.3rem;
  background: url(../img/icon_arrow02.svg) no-repeat;
  background-size: 100%;
}
/* カレンダー */
.contact_form .calendar .select {
	position: relative;
}
.contact_form .calendar .select::before {
	content: "";
  display: block;
  position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.contact_form .calendar .select::before {
	right: 1.2rem;
	width: 0.8rem;
	height: 1.3rem;
	background: url(../img/select_arrow.svg) no-repeat;
	background-size: 100%;
}
.contact_form .calendar .date_edit {
	position: relative;
	display: inline-block;
	border: 1px solid rgba(210, 210, 210, 0.5);
	background: #f6f6f6;
}
.contact_form .calendar .date_edit input {
	border: none;
	background: transparent;
}
/* カレンダーアイコン */
.contact_form .calendar .date_edit .ui-datepicker-trigger {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* ファイル選択 */
.contact_form .attachment label {
	 display: inline-block;
	 position: relative;
	 color:#535353;
	 background: #ecf3fc;
	 border: 1px solid #98b9e1;
	 border-radius: 0.5rem;
	 line-height: 1.2;
}
.contact_form .attachment label input {
	 position: absolute;
	 left:0;
	 top:0;
	 opacity: 0;
	 width: 100%;
	 height: 100%;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.contact_form tr th {
		width: 20rem;
		font-size: 1.7rem;
		padding: 2rem 0.5rem;
		vertical-align: top;
	}
	.contact_form tr td {
		width: calc(100% - 20rem);
		padding: 2rem 0.5rem;
		vertical-align: top;
	}
	.contact_form .text_s td input {
		width: 26rem;
	}
	.contact_form .text_m td input {
		width: 34rem;
	}
	.contact_form .text_l td input {
		width: 45rem;
	}
	.contact_form input,
	.contact_form select,
	.contact_form textarea {
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 0.5rem;
	}
	.contact_form .radio p,
	.contact_form .checkbox p {
		min-width: 12rem;
		margin-right: 0.5rem;
	}
	.contact_form .textarea textarea {
		width: 75%;
	}
	.contact_form .calendar .select {
		display: inline-block;
	}
	.contact_form .calendar .date_edit {
		width: 20rem;
	}
	.contact_form .calendar .date_edit input {
		width: 24.5rem;
	}
	.contact_form .calendar .date_edit .ui-datepicker-trigger {
		right: -3.8rem;
		width: 2.8rem;
		height: 2.8rem;
	}
	.contact_form .attachment label {
		 font-size: 1.5rem;
		 padding: 0.7rem 1rem;
	}
	.contact_form .submit {
		display: flex;
		justify-content: center;
		padding-top: 2.3rem;
	}
	.contact_form .submit li + li {
		margin-left: 4rem;
	}
	.contact_form button {
		min-width: 24rem;
	}
	.contact_form button:hover {
		background: #1465c8;
	}
	.contact_form button.back:hover {
		background: #a0a0a0;
	}
	.contact_form button span {
		font-size: 2.4rem;
		padding: 2rem 4rem 2rem 2rem;
	}

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.contact_form tr th,
	.contact_form tr td {
		display: block;
		width: 100%;
	}
	.contact_form tr th {
		font-size: 2.8rem;
		font-weight: bold;
		padding: 3rem 1rem 0;
	}
	.contact_form tr td {
		font-size: 2.6rem;
		padding: 2rem 1rem 3rem;
	}
	.contact_form input,
	.contact_form select,
	.contact_form textarea {
		width: 100%;
		font-size: 2.6rem;
		font-size: 16px;
		line-height: 1.5;
		padding: 1rem;
	}
	.contact_form .radio p,
	.contact_form .checkbox p {
		display: block;
		line-height: 1.7;
		margin-bottom: 1rem;
	}
	.contact_form .radio label,
	.contact_form .checkbox label {
		padding-left: 4.1rem;
	}
	.contact_form .radio label::before,
	.contact_form .checkbox label::before {
		width: 2.9rem;
		height: 2.9rem;
	}
	.contact_form .radio input:checked + label::after {
		top: 0.8rem;
    left: 0.9rem;
    width: 1.1rem;
    height: 1.1rem;
	}
	.contact_form .checkbox input:checked + label::after {
		left: 0.9rem;
    top: 0.1rem;
    width: 1rem;
    height: 1.8rem;
    border-width: 0 0.4rem 0.4rem 0;
	}
	.contact_form .calendar .select {
		width: 62rem;
	}
	.contact_form .calendar .select::before {
		right: 2rem;
    width: 1.2rem;
    height: 2rem;
	}
	.contact_form .calendar .date_edit {
		width: 100%;
	}
	.contact_form .calendar .date_edit input {
		width: 69rem;
	}
	.contact_form .calendar .date_edit .ui-datepicker-trigger {
		right: -6.2rem;
    width: 4.4rem;
    height: 4.4rem;
	}
	.contact_form .attachment label {
		width: 100%;
		font-size: 2.6rem;
		padding: 1rem 1.5rem;
	}
	.contact_form .submit {
		padding-top: 5rem;
	}
	.contact_form .submit li + li {
		margin-top: 4rem;
	}
	.contact_form button {
		display: block;
		width: 100%;
	}
	.contact_form button span {
		line-height: 1.3;
    font-size: 3.4rem;
		padding: 3.3rem 6rem 3.3rem 0;
	}
	.contact_form button span::before {
		right: 6rem;
	}
	.contact_form button span::after {
		right: 2rem;
		width: 1.3rem;
		height: 2.3rem;
	}

}


/* = news_list
----------------------------------------------- */
.news_list {
	position: relative;
	background: #f6f8fc;
}
.news_list li a time {
	color: #1b1b1b;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.news_list {
		padding-bottom: 1rem;
	}
	.news_list li {
		background-image: linear-gradient(to right, #c0cfe3 60%, rgba(255,255,255,0) 0%);
	  background-position: bottom;
	  background-size: 0.4rem 0.1rem;
	  background-repeat: repeat-x;
	}
	.news_list li a {
    display: flex;
    padding: 2.2rem 3rem;
	}
	.news_list li a time {
		min-width: 13rem;
		margin-right: 3rem;
	}
	.news_list li a:hover p {
		text-decoration: underline;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.news_list {
		padding-bottom: 2rem;
	}
	.news_list li:last-child {
    background-image: linear-gradient(to right, #c0cfe3 60%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 0.4rem 0.1rem;
    background-repeat: repeat-x;
	}
	.news_list li a {
		display: block;
    padding: 1.7rem 2.5rem;
	}
	.news_list li a time {
		font-size: 2.2rem;
	}

}

/* = 検索BOX
----------------------------------------------- */
.search_box {
  position: relative;
  background-color: #3684e3;
}
.search_box::before {
  content: "";
  position: absolute;
  background: url(../img/icon_search.svg) no-repeat left center;
  background-size: 100%;
}
.search_box span {
  display: inline-block;
  color: #fff;
}
.search_box .form {
  position: relative;
}
.search_box .form .text_area {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
  padding: 1rem;
  overflow-x: scroll;
}
.search_box .form .search_btn {
	position: absolute;
	top: 0;
  color: #fff;
  font-weight: bold;
  background: #00479d;
  padding: 1.1rem 3.5rem;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.search_box {
    display: flex;
    align-items: center;
		padding: 2rem;
	  margin-bottom: 2.7rem;
  }
  .search_box::before {
    left: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4.5rem;
    height: 4.5rem;
  }
	.search_box span {
    font-size: 2.2rem;
    margin: 0 3rem 0 6rem;
  }
	.search_box .form {
		height: 5.5rem;
	}
  .search_box .form .text_area {
		width: 53rem;
		height: 100%;
    font-size: 2.2rem;
  }
  .search_box .form .search_btn {
		left: 53rem;
		height: 100%;
    font-size: 2.4rem;
  }
  .search_box .form .search_btn:hover {
    background: #0255b9;
  }

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.search_box {
		padding: 3rem;
		margin-bottom: 4rem;
  }
  .search_box::before {
    left: 3rem;
    top: 3.5rem;
    width: 4.5rem;
    height: 4.5rem;
  }
  .search_box span {
    font-size: 3.2rem;
		font-weight: bold;
    margin-left: 6rem;
		margin-bottom: 2.4rem;
  }
	.search_box .form {
		width: 100%;
		height: 7rem;
	}
  .search_box .form .text_area {
		width: 53rem;
		height: 100%;
		font-size: 2.8rem;
  }
  .search_box .form .search_btn {
		left: 52.5rem;
		height: 100%;
    font-size: 2.8rem;
  }

}

/* = frame01
----------------------------------------------- */
.frame01 li a {
	display: block;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}
.frame01 li a img {
	width: 100%;
	object-fit: cover;
	transition: .2s;
}
.frame01 li a .title {
	position: relative;
	color: #fff;
	background: #1159b2;
	font-weight: bold;
	transition: .2s;
}
.frame01 li a .title::before,
.frame01 li a .title::after {
	content: "";
	position: absolute;
	display: block;
}
.frame01 li a .title::before {
	top: 0;
	right: 3.5rem;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
}
.frame01 li a .title::after {
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/icon_arrow02.svg) no-repeat;
	background-size: 100%;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.frame01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 2rem;
	}
	.frame01 li {
		width: 48%;
		margin-bottom: 4rem;
	}
	.frame01 li a .title {
		font-size: 2.4rem;
		padding: 1.7rem 6rem 1.7rem 2.5rem;
	}
	.frame01 li a .title::after {
		right: 1.3rem;
		width: 0.8rem;
		height: 1.3rem;
	}
	.frame01 li a:hover img {
		opacity: .8;
	}
	.frame01 li a:hover .title {
		background: #1465c8;
	}

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.frame01 li {
		margin-bottom: 3rem;
	}
	.frame01 li a .title {
		font-size: 3.2rem;
		padding: 2.3rem 8rem 2.3rem 3.5rem;
	}
	.frame01 li a .title::before {
		right: 5rem;
	}
	.frame01 li a .title::after {
		right: 1.6rem;
		width: 1.2rem;
		height: 2.1rem;
	}

}

/* = flow01
----------------------------------------------- */
.flow01 .item {
	position: relative;
}
.flow01 .item:not(:first-of-type)::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/flow_arrow.png) no-repeat;
	background-size: 100%;
}
.flow01 .item .order {
	position: relative;
	text-align: center;
}
.flow01 .item .order::before {
	content: "";
  position: absolute;
	left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0.3rem;
  background: #3684e3;
  z-index: -1;
}
.flow01 .item .order p {
	display: inline-block;
	background: #fff;
}
.flow01 .item .order span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	font-weight: bold;
	background: #3684e3;
	border-radius: 50%;
	margin: 0 auto;
}
.flow01 .item .read {
	font-weight: bold;
	text-align: center;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.flow01 .item:not(:first-of-type) {
		margin-top: 8.7rem;
	}
	.flow01 .item:not(:first-of-type)::before {
		top: -6.3rem;
		width: 3.6rem;
		height: 4.1rem;
	}
	.flow01 .item .order {
		margin-bottom: 1rem;
	}
	.flow01 .item .order p {
		padding: 0 1rem;
	}
	.flow01 .item .order span {
		width: 4.47rem;
		height: 4.47rem;
		font-size: 2.2rem;
	}
	.flow01 .item .read {
		font-size: 2.8rem;
		margin-bottom: 1.3rem;
	}

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.flow01 .item:not(:first-of-type) {
		margin-top: 12rem;
	}
	.flow01 .item:not(:first-of-type)::before {
		top: -8.5rem;
    width: 4.6rem;
    height: 5.1rem;
	}
	.flow01 .item .order {
		margin-bottom: 1rem;
	}
	.flow01 .item .order p {
		padding: 0 2rem;
	}
	.flow01 .item .order span {
		width: 7.2rem;
		height: 7.2rem;
		font-size: 3.4rem;
	}
	.flow01 .item .read {
		font-size: 3.8rem;
		margin-bottom: 1.5rem;
	}
}


/* =
----------------------------------------------- */

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

}
