@charset "utf-8";
@media screen and (max-width: 700px) {
  #main {
    height: 300px;
    margin-bottom: 0px;
  }
  #main h2 {
    margin-top: 120px;
    font-size: 42px;
  }
  #main h2 span {
    font-size: 20px;
  }
  #ribbon {
    display: none;
  }
  /*-----------------------------------------------------------------*/
  /* about.html */
  div#wrapper.about {
    background: url(../images/about/head.jpg) no-repeat center top;
    background-size: auto 300px;
    background-attachment: scroll;
  }
  .catch {
    width: 100%;
    margin: 40px auto;
    border: 4px solid #eba149;
    padding: 30px;
    border-radius: 20px;
  }
  .catch p {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .catch p span {
    font-size: 20px;
  }
  .catch .btn {
    width: 250px;
  }
  .catch .btn a {
    font-size: 14px;
  }
  div.section .block {
    text-align: center;
    margin-bottom: 40px;
  }
  div.section.about_part {
    padding-bottom: 0px;
    background: none;
    background-color: #fff;
  }
  .about div.section .block h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 15px 0px 15px 80px;
    background: url(../images/event/h301.png) no-repeat left center;
  }
  .img_wrap2.ma40 {
    margin: 40px auto;
  }
	.img_wrap2 img {
		width: 100%;
		height: auto;
		margin: 0px auto;
	}
  .about div.section .block p {
    font-size: 15px;
  }
  /*-----------------------------------------------------------------*/
  /* flow.html */
  div#wrapper.flow {
    background: url(../images/flow/head.jpg) no-repeat center top;
    background-size: auto 300px;
    background-attachment: scroll;
  }
  div.section.flow_part {
    padding-bottom: 0px;
    background: none;
    background-color: #fff;
  }
  div.section .block img {
    float: none;
    width: 80%;
    height: auto;
    max-width: 400px;
  }
  div.section .block.right img {
    float: none;
    width: 80%;
    max-width: 400px;
  }
  div.section .text_wrap {
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }
  .flow div.section .block h3 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 15px 0px 15px 100px;
    background: url(../images/flow01.png) no-repeat left center;
  }
  div.section .block p {
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .flow div.section .block ul {
    padding-left: 0px;
  }
  /*-----------------------------------------------------------------*/
  /* event.html */
  div.section.event_part {
    padding-bottom: 0px;
    background: none;
    background-color: #fff;
  }
  div#wrapper.event {
    background: url(../images/event/head.jpg) no-repeat center top;
    background-size: auto 300px;
    background-attachment: fixed;
  }
  .event div.section .block h3 {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 15px 0px 15px 80px;
  }
  .event div.section .block ul {
    padding-left: 0px;
  }
  .event div.section .block ul li {
    font-size: 15px;
    padding: 8px 0px 5px;
  }
  /*-----------------------------------------------------------------*/
  /* staff.html */
  div#wrapper.staff {
    background: url(../images/staff/head.jpg) no-repeat center top;
    background-size: auto 300px;
    background-attachment: fixed;
  }
  .staff div.section .block h3 {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 15px 0px 15px 90px;
  }
  .staff div.section .block img {
    margin-top: 20px;
  }
  .staff table th {
    width: 100%;
    display: block;
    padding: 4px 0px 0px;
  }
  .staff table td {
    width: 100%;
    display: block;
    padding: 8px 0px 15px 10px;
  }
  .staff div.section .block {
    margin-bottom: 40px;
    text-align: center;
  }
  /*-----------------------------------------------------------------*/
  /* recruit.html */
  ul.job {
    display: flex;
    flex-wrap: wrap;
  }
  ul.job li {
    font-size: 12px;
    margin: 5px 2px;
    padding: 4px 8px;
  }
  h2.rec_h2 {
    line-height: 1.4em;
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 30px;
		color: #ff9b24;
  }
  h2.rec_h2 span {
    font-size: 42px;
    display: block;
  }
  .company p.center {
    text-align: justify;
  }
  .bg_wrap.mb {
    margin-bottom: 40px;
  }
	.icon_flex{
	justify-content: center;
}
.icon_flex li{
	margin: 15px 10px;
}
  div.section .block.rec {
    width: 100%;
  }
  .block.rec h3 {
    margin: 0 0 20px 0px;
  }
  div.section .block.rec p {
    margin-bottom: 10px;
    text-align: justify;
  }
  .block.rec .text_wrap {
    width: 100%;
  }
  ul.num_wrap {
    background: #ff9b24;
    border-radius: 20px;
    display: block;
    margin-bottom: 10px;
		margin-top: 20px;
    padding: 20px 0;
  }
  ul.num_wrap li {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
  }
  ul.num_wrap li:before {
    content: 'tel.';
    font-size: 20px;
    margin-right: 5px;
  }
  ul.num_wrap li:first-child:after {
    content: 'または';
    margin: 2px 0;
    font-size: 14px;
    display: block;
  }
  div.section .block.rec p.caution {
    text-align: center;
  }
  /*-----------------------------------------------------------------*/
  /* access.html */
  div#wrapper.access {
    background: url(../images/access/head.jpg) no-repeat center top;
    background-size: auto 300px;
    background-attachment: fixed;
  }
  div.section.access_part {
    padding-bottom: 40px;
    background: none;
    background-color: #fff;
  }
  .access_part .wrap {
    padding: 0px 0px 40px;
    text-align: center;
  }
  .access_part .info_part {
    width: 100%;
    text-align: left;
  }
  .access_part ul.text_list li {
    font-size: 15px;
    margin-top: 15px;
    padding: 5px 0px 5px 35px;
  }
  .access_part ul.text_list li.small {
    font-size: 15px;
    background: none;
    padding-left: 0px;
  }
  .access_part .wrap img.full {
    width: 80%;
    height: auto;
  }
  div.time_wrap.pa0 {
    padding: 0px;
    height: 300px;
  }
  div.time_wrap.pa0 iframe {
    width: 100%;
    height: 300px;
  }
  .access h2.sec_title {
    margin-top: 40px;
    background: url(../images/h205.png), url(../images/h206.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10% center, right 10% center;
  }
  .access_part .btn {
    margin: 20px auto 40px;
  }
  /*-----------------------------------------------------------------*/
  /* 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: 26px;
    text-align: center;
  }
  p.big_tel span {
    background: url(../images/tel.png) no-repeat left;
    background-size: 40px auto;
    padding-left: 50px;
    letter-spacing: 2px;
  }
  /*-----------------------------------------------------------------*/
  /* company.html */
  div#wrapper.company {
    background: url(../images/company/head.jpg) no-repeat center top;
    background-size: auto 300px;
    background-attachment: scroll;
  }
  .company table th {
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 10px;
  }
  table.commonly td {
    width: 100%;
    display: block;
    font-size: 15px;
    border: none;
    padding: 10px;
  }
  .company div.time_wrap {
    padding: 20px;
  }
  /*-----------------------------------------------------------------*/
  /* policy.html */
  div#wrapper.policy {
    background: url(../images/policy/head.jpg) no-repeat center top;
    background-size: auto 300px;
    background-attachment: fixed;
  }
  .policy div.time_wrap {
    padding: 20px;
  }
  .policy_part h3 {
    padding-bottom: 8px;
  }
  /*-----------------------------------------------------------------*/
  div#wrapper.news {
    background: url(../images/about/head.jpg) no-repeat center top;
    background-size: auto 300px;
    background-attachment: fixed;
  }
  div.news_inner {
    width: 100%;
  }
  .news_inner div.time_wrap {
    background: #fff;
    padding: 20px;
    width: 100%;
  }
  .news_inner div.bg_wrap::before {
    content: none;
  }
  .news_inner div.bg_wrap::after {
    content: none;
  }
  #sidebar {
    width: 100%;
  }
  div.wp-pagenavi span.current {
    border-radius: 16px;
  }
  div.wp-pagenavi a {
    border-radius: 16px;
  }
  div.news_inner h3 {
    border-bottom: 3px dotted #ccc;
    margin-bottom: 20px;
    font-size: 26px;
  }
  div.news_inner article img {
    width: 100%;
    height: auto;
  }
  div.news_inner article p {
    margin-bottom: 20px;
  }
  div.news_inner article p.update {
    margin-bottom: 10px;
  }
  div.news_inner .btn {
    margin-bottom: 40px;
  }
  div.space_wrap p {
    text-align: left;
  }
  p.big_text {
    font-size: 26px;
    border-bottom: 3px double #ccc;
  }
  .news_inner ul {
    overflow: hidden;
    margin-bottom: 20px;
  }
}