@charset "utf-8";
#main {
  height: 400px;
}
#main h2 {
  margin-top: 160px;
  text-align: center;
  font-size: 68px;
  font-weight: bold;
}
#main h2 span {
  font-size: 24px;
  display: block;
}
/*-----------------------------------------------------------------*/
/* about.html */
div#wrapper.about {
  background: url(../images/about/head.jpg) no-repeat center top;
  background-size: 1920px auto;
  background-attachment: fixed;
}
.catch {
  width: 1000px;
  margin: 60px auto;
  border: 6px solid #eba149;
  padding: 50px 20px;
  background: #fff;
  text-align: center;
  border-radius: 200px;
}
.catch p {
  color: #eba149;
  font-size: 20px;
  margin-bottom: 30px;
}
.catch p span {
  color: #eba149;
  font-size: 32px;
  padding: 0px 5px;
  margin: 0px 5px;
  background: linear-gradient(transparent 70%, #fff9c4 0%);
}
.catch .btn {
  width: 300px;
}
div.section.about_part {
  padding-bottom: 60px;
  background: url(../images/../images/left.png), url(../images/right.png), url(../images/left.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top 60px, right center, left bottom 60px;
  background-size: 12vw auto, 12vw auto, 12vw auto;
  background-color: #fff;
}
.about div.section .block h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 30px 0px 30px 80px;
  background: url(../images/event/h301.png) no-repeat left center;
}
.img_wrap2.ma40 {
  margin: 80px auto;
}
.img_wrap2 {
  width: 100%;
  text-align: center;
}
.img_wrap2 img {
  width: auto;
  height: auto;
  margin: 0px auto;
}
.about div.section .block p {
  font-size: 18px;
  font-weight: bold;
}
/*-----------------------------------------------------------------*/
/* flow.html */
div#wrapper.flow {
  background: url(../images/flow/head.jpg) no-repeat center top;
  background-size: 1920px auto;
  background-attachment: fixed;
}
div.section.flow_part {
  padding-bottom: 60px;
  background: url(../images/flow/bg01.png), url(../images/flow/bg02.png), url(../images/flow/bg03.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top 60px, right center, left bottom 60px;
  background-color: #fff;
}
div.section .block {
  overflow: hidden;
  margin-bottom: 40px;
}
div.section .block img {
  float: left;
}
div.section .block.right img {
  float: right;
}
div.section .text_wrap {
  width: 740px;
  float: right;
  padding-top: 60px;
}
div.section .right .text_wrap {
  float: left;
}
.flow div.section .block h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 30px 0px 30px 100px;
  background: url(../images/flow01.png) no-repeat left center;
}
.flow div.section .block:nth-child(3) h3 {
  background: url(../images/flow02.png) no-repeat left center;
}
.flow div.section .block:nth-child(4) h3 {
  background: url(../images/flow03.png) no-repeat left center;
}
.flow div.section .block:nth-child(5) h3 {
  background: url(../images/flow04.png) no-repeat left center;
}
div.section .block p {
  margin-bottom: 30px;
  padding-left: 20px;
}
.flow div.section .block ul {
  padding-left: 20px;
}
.flow div.section .block ul li::before {
  content: '・';
}
/*-----------------------------------------------------------------*/
/* event.html */
div.section.event_part {
  padding-bottom: 60px;
  background: url(../images/flow/bg01.png), url(../images/flow/bg02.png), url(../images/flow/bg03.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top 60px, right center, left bottom 60px;
  background-color: #fff;
}
div#wrapper.event {
  background: url(../images/event/head.jpg) no-repeat center top;
  background-size: 1920px auto;
  background-attachment: fixed;
}
.event div.section .block h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 30px 0px 30px 80px;
  background: url(../images/event/h301.png) no-repeat left center;
}
.event div.section .block:nth-child(3) h3 {
  background: url(../images/event/h302.png) no-repeat left center;
}
.event div.section .block:nth-child(4) h3 {
  background: url(../images/event/h303.png) no-repeat left center;
}
.event div.section .block:nth-child(5) h3 {
  background: url(../images/event/h304.png) no-repeat left center;
}
.event div.section .block ul {
  padding-left: 20px;
}
.event div.section .block ul li {
  border-bottom: 3px dotted #ccc;
  font-size: 22px;
  padding: 8px 0px 5px;
}
.event div.section .block ul li::before {
  content: '・';
}
/*-----------------------------------------------------------------*/
/* staff.html */
div#wrapper.staff {
  background: url(../images/staff/head.jpg) no-repeat center top;
  background-size: 1920px auto;
  background-attachment: fixed;
}
.staff div.section .block h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 30px 0px 30px 80px;
  background: url(../images/event/h301.png) no-repeat left center;
}
.staff div.section .text_wrap {
  padding-top: 0px;
}
div.section .block {
  margin-bottom: 80px;
}
.staff div.section .block img {
  margin-top: 20px;
}
.staff div.section .block h3 {
  margin-bottom: 0px;
}
.staff div.section .block h3 span {
  display: block;
  font-size: 15px;
}
.staff table th {
  width: 100px;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 0px;
}
.staff table th span {
  background: #ffae00;
  color: #fff;
  border-radius: 8px;
  width: 80px;
  padding: 4px 0px;
  text-align: center;
  display: block;
}
.staff table td {
  padding: 8px 0px;
  font-size: 14px;
}
/*-----------------------------------------------------------------*/
/* recruit.html */
ul.job {
  display: flex;
  justify-content: center;
}
ul.job li {
  font-size: 16px;
  margin: 5px 5px;
  border: 2px solid #ff9b24;
  color: #ff9b24;
  padding: 4px 20px;
  border-radius: 40px;
  letter-spacing: 2px;
  font-weight: bold;
}
h2.rec_h2 {
	color: transparent;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
  background: linear-gradient(to right, #f762b6 25%, #ff9b24 75%);
  -webkit-background-clip: text;
}
.company p.center {
  text-align: center;
}
.bg_wrap.mb {
  margin-bottom: 80px;
}
.icon_flex{
	display: flex;
}
.icon_flex li{
	margin: 15px 15px 0 0;
}
div.section .block.rec {
  width: 80%;
  margin: auto;
}
.block.rec h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px 20px;
}
.block.rec .text_wrap {
  width: 520px;
}
ul.num_wrap {
  background: #ff9b24;
  padding: 10px 20px;
  border-radius: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
ul.num_wrap li {
  font-size: 22px;
  font-weight: bold;
}
ul.num_wrap li a{
	color: #fff;
}
ul.num_wrap li:first-child:after {
  content: 'または';
  margin: 0 10px;
  font-size: 14px;
}
p.caution {
  text-align: center;
}
/*-----------------------------------------------------------------*/
/* access.html */
div#wrapper.access {
  background: url(../images/access/head.jpg) no-repeat center top;
  background-size: 1920px auto;
  background-attachment: fixed;
}
div.section.access_part {
  padding-bottom: 60px;
  background: url(../images/flow/bg01.png), url(../images/flow/bg02.png), url(../images/flow/bg03.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top 60px, right center, left bottom 60px;
  background-color: #fff;
}
.access_part .wrap {
  padding: 60px 100px;
}
.access_part .info_part {
  overflow: hidden;
  width: 613px;
  float: left;
}
.access_part .info_part li.title {
  font-size: 15px;
  margin-top: 10px;
}
.access_part .info_part li span {
  display: block;
  font-size: 32px;
}
.access_part ul.text_list li {
  font-size: 20px;
  margin-top: 15px;
  padding: 5px 0px 5px 40px;
  background: url(../images/access/access.png) no-repeat left center;
  background-size: 28px auto;
}
.access_part ul.text_list li:nth-child(2) {
  background: url(../images/access/tel.png) no-repeat left center;
  background-size: 28px auto;
}
.access_part ul.text_list li:nth-child(3) {
  background: url(../images/access/mail.png) no-repeat left center;
  background-size: 28px auto;
}
.access_part ul.text_list li.small {
  font-size: 15px;
  background: none;
  padding-left: 0px;
}
.access_part .btn {
  margin: 30px auto 10px;
}
div.time_wrap.pa0 {
  padding: 0px;
  height: 450px;
}
.access h2.sec_title {
  margin-top: 80px;
  background: url(../images/h205.png), url(../images/h206.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 400px center, right 400px center;
}
/*-----------------------------------------------------------------*/
/* contact.html */
div#wrapper.contact {
  background: url(../images/contact/head.jpg) no-repeat center top;
  background-size: 1920px auto;
  background-attachment: fixed;
}
.contact div.time_wrap {
  overflow: hidden;
  padding: 0px;
  height: auto;
}
p.big_tel {
  margin: 20px auto 40px;
  font-size: 46px;
  text-align: center;
}
p.big_tel span {
  background: url(../images/tel.png) no-repeat left;
  background-size: 40px auto;
  padding-left: 60px;
  letter-spacing: 2px;
}
/*-----------------------------------------------------------------*/
/* company.html */
div#wrapper.company {
  background: url(../images/company/head.jpg) no-repeat center top;
  background-size: 1920px auto;
  background-attachment: fixed;
}
.company table {
  width: 100%;
}
.company table th {
  width: 210px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 20px;
  background-color: #32170c;
  border: 1px solid #cecece;
  box-sizing: border-box;
}
table.commonly td {
  text-align: left;
  font-size: 18px;
  color: #353535;
  padding: 20px;
  border: 1px solid #cecece;
  box-sizing: border-box;
}
/*-----------------------------------------------------------------*/
/* policy.html */
div#wrapper.policy {
  background: url(../images/policy/head.jpg) no-repeat center top;
  background-size: 1920px auto;
  background-attachment: fixed;
}
.policy_part h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 3px dotted #ccc;
}
.policy_part p {
  margin-bottom: 40px;
}
.policy_part p:last-child {
  margin-bottom: 0px;
}
.policy_part ul {
  margin-bottom: 40px;
}
.p_list .p_list2 {
	margin: 0px 0px 0px 10px;
}
.policy_right{
	text-align: right;
}
/*-----------------------------------------------------------------*/
div#wrapper.news {
  background: url(../images/about/head.jpg) no-repeat center top;
  background-size: 1920px auto;
  background-attachment: fixed;
}
div.news_inner {
  width: 840px;
}
.news_inner div.time_wrap {
  background: #fff;
  padding: 20px;
  width: 810px;
}
.news_inner div.bg_wrap::before {
  content: none;
}
#sidebar {
  float: right;
  width: 300px;
}
#sidebar h3 {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0px 10px 20px;
  background-color: #eba149;
  color: #fff;
  border-radius: 30px;
  margin: 0px 0px 10px 0px;
}
#sidebar h3 span {
  font-size: 12px;
  font-weight: normal;
  padding: 0px 0px 0px 10px;
}
#sidebar ul {
  clear: both;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
#sidebar ul li {
  padding: 15px 0px 15px 15px;
  border-bottom: 3px dotted #ccc;
  background: url(../images/ic_topics.png) no-repeat 4px 12px;
}
#sidebar ul li a {
  color: #353535;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}
#sidebar ul li a:hover {
  color: #ffae00;
}
div.wp-pagenavi {
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding: 30px 0px 20px 0px;
  margin: 0px auto 20px;
}
div.wp-pagenavi span.current {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 10px 15px;
  margin: 0px 5px;
  background-color: #eba149;
  border-radius: 16px;
}
div.wp-pagenavi a {
  display: inline;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  padding: 10px 15px;
  margin: 0px 5px;
  background: #8c8c8c;
  border-radius: 16px;
}
div.news_inner h3 {
  border-bottom: 3px dotted #ccc;
  margin-bottom: 40px;
}
div.news_inner article img {
  width: 100%;
  height: auto;
}
div.news_inner article p {
  margin-bottom: 40px;
}
div.news_inner article p.update {
  margin-bottom: 10px;
}
div.news_inner .btn {
  margin-bottom: 5px;
}
div.space_wrap p {
  text-align: center;
  margin-bottom: 40px;
}
p.big_text {
  font-size: 26px;
  margin-bottom: 20px;
}

/**/

a.link_text {
	text-decoration: underline;
	font-weight: bold;
}
a.link_text:hover {
	color: #0064FF;
}
