@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;700&display=swap');

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Medium.ttf') format('truetype');
}

*[id] {
  scroll-margin-top: 100px;
}

.acms-container {
  max-width: 1300px;
}

.center.acms-container {
  max-width: 1200px;
}

.recruit.acms-container {
  max-width: 1600px;
}

.main-inner {
  max-width: none;
  padding-right: 8%;
  box-sizing: border-box;
}

.main-slider-text-outer {
  height: calc(100% - 100px);
}

#adminBox,
.acms-admin-box {
  margin-bottom: 0
}

.acms-page-header,
.module-header {
  border: none;
  padding: 0;
}

.acms-label.entry-category {
  display: none;
}

.continue-link a {
  background: #0092d7 !important;
  color: #fff !important;
}

.entry-column p {
  font-size: 22px;
  margin-bottom: 50px;
}

.entry-column h2 {
  padding: 0;
  color: inherit;
  border-left: none;
  font-family: 'Zen Maru Gothic', serif;
}

.entry-column h3,
.entry-column h4 {
  margin: 0 10px 15px;
}

.entry-column h3 {
  padding: 15px 20px;
  background: #6ACFFF;
  font-size: 24px;
  font-family: 'Zen Maru Gothic', serif;
}

s .entry-column h4 {
  text-decoration: none;
  font-size: 21px;
}

.entry-column a:visited {
  color: inherit;
  text-decoration: none;
}

.entry-column p a:not([class]) {
  color: #30abe6 !important;
  text-decoration: underline !important;
}

.entry-column ol {
  padding: 0 0 0 1.5em;
  margin-bottom: 50px;
}

.entry-column ol li {
  font-size: 100%;
}

.ug-bg-color {
  background: #FFFBEA;
}

.acms-admin-margin-bottom-80 {
  margin-bottom: 80px;
}

.entry-column .entry-btn-attention,
.entryFormLiteEditor .entry-btn-attention {
  background: #0092d7 !important;
}

a.entry_btn:hover,
.continue-link a:hover,
.entry-column .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:hover {
  opacity: .7
}

[class*=column-eximage],
[class*=column-file],
[class*=column-image],
[class*=column-map],
[class*=column-media],
[class*=column-module],
[class*=column-quote],
[class*=column-street-view],
[class*=column-video],
[class*=column-yolp],
[class*=column-youtube] {
  margin-bottom: 50px;
}

.serial-nav {
  margin: 0 0 160px;
}

.pager {
  margin: 0 -5px 160px;
}

.job_offer .entry-column tr:nth-child(odd) {
  background: none;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 180px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #4B4B4B;
  font-size: 22px;
  line-height: 1.8;
  overflow-x: hidden;
}

.entry {
  margin: 0 0 150px;
}

.head-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  background: #fff;
  transition: .3s;
  box-shadow: none;
}

.scroll .head-wrapper {
  box-shadow: 0 0px 2px 1px #c6c6c6;
}

.site-name {
  margin: 0;
}

.site-logo {
  transition: .3s;
  width: 55px;
}

.site-name a,
.site-name a:active,
.site-name a:focus,
.site-name a:hover,
.site-name a:visited,
.site-name-text {
  font-size: 30px;
  color: #4B4B4B;
  text-decoration: none;
  transition: .3s;
}

.site-name a:hover {
  opacity: .5
}

.site-name-text {
  white-space: nowrap;
  line-height: 1;
  position: relative;
  top: -5px;
}

.site-name-text span {
  font-size: 75%;
  position: relative;
  top: -1px;
}

.navbar > ul li:last-child {
  margin: 0;
}

.navbar li[class] > a {
  height: 100%;
  display: flex;
  align-items: end;
  position: relative;
  top: -27px;
  padding: 0 40px;
}

.navbar li[class] > a > span {
  width: 100%;
  position: relative;
}

.navbar li[class] > a:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar li[class] > a:after {
  content: "";
  position: absolute;
  right: -20px;
  height: 75%;
  width: 1px;
  background: #CBCBCB;
}

.icon1 > a:before {
  background-image: url(../images/navi_icon1.png);
  height: 80px;
  max-width: 92px;
}

.icon2 > a:before {
  background-image: url(../images/navi_icon2.png);
  height: 83px;
  max-width: 75px;
}

.icon3 > a:before {
  background-image: url(../images/navi_icon3.png);
  height: 83px;
  max-width: 83px;
}

.icon4 > a:before {
  background-image: url(../images/navi_icon4.png);
  height: 68px;
  max-width: 81px;
  top: 70px !important;
}

.icon4 > a:after {
  background-image: none !important
}

.navbar ul li a {
  font-size: 18px;
}

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

.header-logo {
  padding: 0;
  padding-left: 70px;
  display: flex;
  align-items: center;
}

.site-name a {
  display: flex;
  align-items: center;
}

.header-navi {
  width: 100%;
}

.navbar > ul > li {
  margin: 0 19px;
  position: inherit;
  height: 180px;
  box-sizing: border-box;
  transition: .3s;
}

.navbar li a.btn-contact,
.mobile-navbar-list a.btn-contact {
  background: #6ACFFF;
  color: #FFF !important;
  width: 180px;
  height: 180px;
  padding: 0;
  padding-bottom: 30px;
  border: none !important;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  transition: .3s;
  top: 0;
  justify-content: center;
}

.navbar li a.btn-contact:before,
.mobile-navbar-list a.btn-contact:before {
  content: "";
  display: block;
  font-weight: 400;
  font-family: acms-admin-fonts;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

.navbar li a.btn-contact:after {
  content: none;
}

.mobile-navbar > div > ul > li {
  width: 49%;
  height: 190px;
}

.mobile-navbar > div > ul > li:nth-child(1) {
  order: 1;
}

.mobile-navbar > div > ul > li:nth-child(2) {
  order: 3;
}

.mobile-navbar > div > ul > li:nth-child(3) {
  order: 4;
}

.mobile-navbar > div > ul > li:nth-child(4) {
  order: 2;
}

.mobile-navbar > div > ul > li:nth-child(5) {
  order: 5;
}

.mobile-navbar-list a.btn-contact {
  height: auto;
  padding: 10px 10px 8px;
  width: auto;
  margin-top: 30px;
  margin-left: -35px;
}

.mobile-navbar-list a.btn-contact:before {
  display: inherit;
}

/*
.navbar li {
  border-color: #0092d7;
}
*/

.navbar li a {
  border-bottom: none !important;
}

.navbar li:hover,
.navbar li.stay {
  border-bottom: 4px solid #0092D7 !important;
}


.navbar li a.btn-contact.acms-admin-icon-config_mail:before {
  content: url(../images/icon-contact.svg);
  margin-bottom: 10px;
}

.scroll .navbar li a.btn-contact.acms-admin-icon-config_mail:before {
  display: none;
}

.scroll .navbar li a.btn-contact {
  height: 70px;
}

.scroll .navbar > ul > li {
  height: 70px;
}

.scroll .navbar li[class] > a:before {
  content: none
}

.navbar li ul {
  background: #ecffe5;
  height: 130px;
}

.navbar li:hover ul {
  width: 100%;
  z-index: 10000;
  display: flex;
  justify-content: center;
  animation: .8s fade-in;
  top: 180px;
}

.scroll .navbar li:hover ul {
  top: 70px;
}

.navbar li li {
  padding: 0 60px;
  border: none;
  height: 100%;
  box-sizing: border-box;
}

.navbar li li,
.navbar li li a,
.navbar li li a:hover {
  background: none;
  color: #000;
}

.navbar li li a {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  position: relative;
}

.navbar li li a:after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.first_view {
  display: grid;
  grid-template-columns: 48% 26% 26%;
  font-family: 'Zen Maru Gothic', serif;
}

/*230215
.catch {
    padding: 3px 80px 40px;
}
*/

.catch {
  padding: 3px 80px 0;
}

/*230215
.catch h1 {
  font-size: 56px;
}
*/

.catch h1 {
  font-size: 56px;
  margin-top: 0;
}

.catch h1 span {
  font-size: 90%;
}

/*230215
.catch p {
  font-size: 30px;
}
*/

.catch p {
  font-size: 30px;
  margin-top: 15px;
}

.first_view img {
  max-width: 100%;
  transition: .3s;
}

.first_view h2 {
  font-size: 35px;
  margin: 40px 0 50px;
  position: relative;
}

.first_view h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}

a.link {
  padding: 5px 50px 7px;
  border-radius: 25px;
  background: #fff;
  border: 3px solid #0092d7;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #0092d7;
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: .3s
}

.first_view a.link {
  margin-bottom: 40px !important;
  margin: 0 auto;
}

a.link:after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #0092d7;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .3s
}


.job:hover a.link,
.offer:hover a.link,
a.link:hover {
  background: #FFF0A7;
}

.job:hover a.link:after,
.offer:hover a.link:after,
a.link:hover:after {
  right: 10px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.job {
  background: #6ED0FF;
  text-align: center;
  position: relative;
  z-index: 2;
}

.job_img {
  width: 100%;
  max-width: 344px;
  height: 0;
  padding-top: calc(100% / 344 * 305);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/mv_job_of.png);
  margin: auto;
  transition: .3s;
}

.job:hover .job_img {
  transform: scale(1.1, 1.1) rotateY(360deg);
  background-image: url(../images/mv_job_on.png);
}

.offer {
  background: #8FFFBD;
  text-align: center;
  position: relative;
}

/*230215
.offer_img {
    width: 100%;
    max-width: 305px;
    height: 0;
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/mv_offer_of.png);
    margin: auto;
    transition: .3s;
}
*/

.offer_img {
  width: 100%;
  max-width: 305px;
  height: 0;
  padding-top: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/mv_offer_of.png);
  margin: auto;
  transition: .3s;
}

.offer:hover .offer_img {
  transform: scale(1.1, 1.1) rotateY(360deg);
  background-image: url(../images/mv_offer_on.png);
}

.offer a.link {
  border: 3px solid #00A241;
  color: #00A241;
}

.offer a.link:after {
  border-color: transparent transparent transparent #00A241;
}

.fukidashi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: absolute;
  z-index: 2;
  left: 70px;
  bottom: -60px;
  border-radius: 0.5em;
  background: #fff;
  border: 5px solid #f49c24;
  width: 790px;
  box-sizing: border-box;
}

.fukidashi:before,
.fukidashi:after {
  content: '';
  position: absolute;
  top: -2.5em;
  left: 18%;
  border-right: 30px solid transparent;
  border-bottom: solid 2.5em #f49c24;
  border-left: 30px solid transparent;
}

.fukidashi:after {
  top: calc(4px - 2.5em);
  border-bottom: solid 2.5em #fff;
}

.fukidashi h3 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #0092d7;
}

.fukidashi p {
  font-family: "Noto Sans JP";
  font-size: 20px;
  text-align: center;
  color: #4b4b4b;
  margin: 0 0 5px;
}

a.btn1 {
  font-size: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  padding: 10px 35px;
  border-radius: 10px;
  background: #6acfff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  text-decoration: none;
  transition: .3s;
}

a.btn1:hover,
.navbar li a.btn-contact:hover {
  /* color: #ffe150; */
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
  background: #0092d7;
}

.top_h1 {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 700;
  text-align: center;
  color: #0092D7;
  position: relative;
  margin: 60px 0 100px;
}

.top_h1:before {
  content: "";
  position: absolute;
  width: 86px;
  height: 8px;
  background: #6ed0ff;
  filter: drop-shadow(5px 5px 0px #8fffbd);
  bottom: -20px;
  left: 0;
  right: 0;
  border-radius: 5px;
  margin: auto;
}

.news .top_h1 {
  margin: 80px 0;
}

/*
a.arrow {
  position: relative;
  color: #000000;
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  text-decoration: none;
  padding-right: 35px;
}

a.arrow:after {
  content: url(../images/arrow.png);
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: .3s;
}

a.arrow:hover:after {
  left: 10px;
}
*/

.top_news {
  padding: 20px 0 80px;
  background: linear-gradient(135deg, #e5fcff 0%, #ecffe5 100%);
}

/*230215
.top_news .acms-container{
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
*/

.top_news .acms-container {
  max-width: 1600px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.job_info {
  max-width: 1400px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
.job_info2 {
  max-width: 600px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

.job_info img{
	width: 100%;
}

.job_info .sp {
  display: none
}

/*230215
.news_l{
  width: 65%;
background: #fff;
border-radius: 20px;
  padding: 60px 40px 50px;
  box-sizing: border-box;
}
*/

.news_l {
  width: 70%;
  background: #fff;
  border-radius: 20px;
  padding: 60px 40px 50px;
  box-sizing: border-box;
}


.news_r {
  width: 32%;
  background: #fff;
  border-radius: 20px;
  padding: 50px 30px 40px;
  box-sizing: border-box;
}

.top_news h2 {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #0092d7;
  margin: 0;
  margin-bottom: 30px;
}

.top_news time {
  font-size: 15px;
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
}

.acms-list-group {
  border-top: none;
}

.access {
  background: #F5F5F5;
  padding: 40px 0;
  font-size: 30px;
}

.access p {
  margin: 0;
}

.access h4 {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  color: #0092D7;
  margin: 0;
}

.access_container {
  display: grid;
  grid-template-columns: 78% 22%;
  max-width: 1600px;
  background: #fff;
  border-radius: 20px;
  padding: 50px 80px 60px;
}

.ue_left span {
  font-size: 53%;
  color: #000;
}

p.access_detail {
  font-size: 60%;
  margin-top: 20px;
}

.ue_left {
  border-right: 1px solid #6ACFFF;
  padding-right: 50px;
  margin-right: 45px;
}

.ue_left ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

a.tel {
  font-size: 86%;
  line-height: 26px;
  text-decoration: none;
  color: #4B4B4B;
}

.tel span {
  font-size: 70%
}

.sita {
  grid-column: 1 / 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #6ACFFF;
  margin-top: 30px;
  padding: 20px 8% 0;
}

.sita p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  color: #0092d7;
}

.sita span {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #000;
}

.about h2,
.dl h2 {
  margin: 45px 0 30px;
  font-size: 29px;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 400;
}

.dl h2 {
  margin-top: 0;
}

.about_L p {
  line-height: 1.9;
}

.about_container {
  display: flex;
  flex-wrap: wrap;
}

.about_L {
  width: calc(100% - 31%);
  padding-right: 5%;
  box-sizing: border-box;
}

.about_R {
  width: 31%;
}

.about_container ul {
  margin-top: 40px;
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: space-around;
  padding: 0;
  margin-bottom: -90px;
}

.about_container li {
  position: relative;
}

.about_container li span {
  position: absolute;
  bottom: -20px;
  right: 0;
  display: flex;
  background: #fff;
  padding: 10px;
  padding-right: 0;
  justify-content: space-between;
  color: #000;
  width: 85%;
  box-sizing: border-box;
  align-items: center;
  transition: .3s;
}

.about_container li span:after {
  content: "";
  display: block;
  font-weight: 400;
  font-family: acms-admin-fonts;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about_container li a:hover span {
  color: #0092d7;
}

.dl {
  padding: 110px 0 150px;
}

.dl_container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.dl_L {
  padding-right: 110px;
}

.sns-list {
  float: none;
}

footer {
  position: relative;
}

footer:before {
  content: "";
  height: 116px;
  width: 100%;
  background-image: url(../images/footer_back.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: -116px;
}

.footer_top {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

footer address {
  border-right: 1px solid #AAA;
  padding: 60px 40px 50px 0;
  width: 53%;
  box-sizing: border-box;
}

.footer_top .acms-container {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
}

.company-about {
  display: flex;
  justify-content: space-between;
}

.company-about,
.company-name,
.company-detail,
.company-detail a {
  color: #000;
}

.footer_logo {
  display: flex;
}
.company-name {
  width: 332px;
  min-width: 332px;
  height: 50px;
  padding: 0;
  background-image: url("/themes/kobe_silver@site2019/images/logo3_footer.png");
}

.company-name p {
  text-align: left;
  font-size: 0.7em;
  padding: 0 0 0 50px;
  margin: 0;
}

.company-name p:last-child {
  display: none;
}

.footer_logo .info {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-style:normal;
}

.footer_logo .s_info {
  display: none;
  margin: 0;
  padding: 0 0 0 50px;
  font-size: 1rem;
  font-style:normal;
}

@media screen and (max-width: 1000px) {/* スクリーンサイズが1000px以下の場合に適用 */
  .footer_logo {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 550px) {/* スクリーンサイズが550px以下の場合に適用 */
  .footer_logo {
    display: block;
  }
  .company-name {
    margin: 0 auto;
  }
  .footer_logo .info {
    display: none;
  }
  .footer_logo .s_info {
    display: block;
    padding: 0;
  }
}

@media screen and (min-width: 1000px) {/* スクリーンサイズが1000px以上の場合に適用 */
  .footer_logo {
    display: block;
  }

  .footer_logo .info {
    display: none;
  }
  .footer_logo .s_info {
    display: block;
  }
} 


@media screen and (min-width: 1200px) {/* スクリーンサイズが1200px以上の場合に適用 */
  .footer_logo {
    display: flex;
  }

  .footer_logo .info {
    display: block;
  }
  .footer_logo .s_info {
    display: none;
  }
} 

.company-detail {
  font-size: 98%;
  line-height: 1.625;
}

.company-tel {
  font-size: 90%;
  line-height: 2;
}

.company-tel a {
  transition: .3s;
}

.company-tel span {
  font-size: 130%;
}

.sns-list-item .sns-list-facebook,
.sns-list-item .sns-list-twitter {
  width: 25px;
  height: 25px;
  font-size: 15px;
}

.footer-nav {
  float: none;
  width: 47%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 90px 40px 0 60px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.footer-nav-item {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.footer_bottom {
  padding: 60px 0;
}

.footer_bottom ul,
.footer_bottom a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_bottom li {
  width: 48%;
}

.footer_bottom a {
  color: #000;
  text-decoration: none;
  transition: .3s;
}

.footer_bottom a:after {
  content: "";
  display: block;
  font-weight: 400;
  font-family: acms-admin-fonts;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .3s;
}

.footer_bottom a:hover,
.footer_bottom a:hover:after {
  color: #0092d7
}

.footer_bottom p {
  font-size: 14px;
  line-height: 2;
}

.footer-nav-title {
  display: none
}

.footer-nav-list a {
  color: #000;
  font-size: 90%;
  text-decoration: none;
  transition: .3s;
}

.footer-nav-list a:hover {
  color: #0092d7;
}

li.category_ttl a {
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 100%;
}

.copyright {
  background: #0092D7;
  color: #fff;
  padding: 25px 0;
}

.category_img {
  margin: 130px auto 40px
}

.foundation .acms-container {
  position: relative;
  padding-bottom: 180px;
}

/*
.foundation .acms-container:before {
  content: url(../images/about_back.png);
  position: absolute;
  top: 500px;
  bottom: 0;
  margin: auto;
  right: calc(-50vw + 50% + 10px);
  z-index: -1;
}
*/

.sub_h2,
.entry-title,
.entry-column h2 {
  position: relative;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 28px;
  margin-bottom: 50px;
}

.sub_h2:before,
.entry-title:before,
.entry-column h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 50px;
  height: 4px;
  background: #0092d7;
}

.foundation .sub_h2 + p {
  margin-bottom: 125px;
}

.foundation table {
  width: 850px;
  margin-bottom: 75px;
}

.recruit_top table {
  margin-bottom: 60px;
}

.foundation th,
.recruit_top th {
  white-space: nowrap
}

.foundation td,
.recruit_top td {
  padding: 30px 0 30px 80px;
}

.foundation td span {
  font-size: 80%;
  display: block;
  margin-top: 20px;
}

.foundation td,
.foundation th {
  border-bottom: 1px solid #DED7CA;
  background: #fff;
}

.recruit_top td,
.recruit_top th {
  border-bottom: 1px solid #F5C935;
}

.history {
  background: #d8f2ff;
  padding: 80px 0 130px;
  margin-bottom: -20px;
}

.history ol {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 45px;
}

.history li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.year span {
  font-size: 28px;
  font-weight: 600;
  color: #0092d7;
  border-bottom: 3px solid #0092d7;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 2px;
}

.year span:after {
  content: "";
  height: 1px;
  width: 400px;
  background: #0092d7;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.history ol img {
  position: absolute;
  top: 102px;
  z-index: 1;
}

.history_contents {
  width: 797px;
  border-left: 1px solid #0092d7;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
  top: 20px;
}

.history_inner {
  margin-left: 40px;
  box-sizing: border-box;
  padding-left: 40px;
  border-left: 3px solid #0092d7;
}

.history ol img + .history_contents .history_inner {
  min-height: 100px;
}

.history h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.history p {
  margin: 0 0 5px;
}

.about_dl {
  padding-top: 260px;
  padding-bottom: 150px;
}

.about_dl .acms-container {
  background: #FFFBEA;
  padding-left: 415px;
  padding-top: 110px;
  padding-bottom: 235px;
  position: relative;
}

.about_dl .acms-container:before {
  content: "";
  position: absolute;
  top: 120px;
  left: calc(-50vw + 50%);
  width: 35vw;
  height: 725px;
  background-image: url(../images/about_back2.jpg);
  background-size: cover;
}

.about_dl .acms-container:after {
  content: "";
  position: absolute;
  width: calc(50vw - 50%);
  height: 100%;
  background: #FFFBEA;
  top: 0;
  right: calc(-50vw + 50%);
}

.about_dl p {
  margin-bottom: 130px
}

.library.acms-container {
  padding-bottom: 100px;
}

.pdf_dl_list {
  list-style: none;
  margin: 0 0 40px !important;
  padding: 0;
}

.pdf_dl_list h3 {
  font-size: 24px;
  font-weight: 400;
}

.pdf_dl_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #FFE17C;
  margin: 0 !important;
}

.pdf_dl_list li a {
  color: #000;
  transition: .3s;
  text-decoration: none;
  font-size: 22px;
  display: flex;
  align-items: center;
  padding: 25px 0;
  width: 100%;
}

.pdf_dl_list li a:hover {
  color: #0092d7;
  background: #f7f7f7;
  text-decoration: none;
}

.pdf_dl_list img {
  margin-right: 20px;
}

.pdf_dl_list span {
  font-size: 60%;
  margin-left: 20px;
  color: #5a5a5a;
  padding: 2px 13px;
  white-space: nowrap;
  border: 1px solid #626262;
}

/*
.pdf_dl_list li a {
  width: 196px;
  font-size: 16px;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
  position: relative;
  height: 51px;
  line-height: 48px;
  background: #0092d7;
  border-radius: 40px;
  color: #fff;
}

.pdf_dl_list li a:after {
  content: url(../images/icon_dl.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
*/

.icon-arrow-under > a > span {
  position: relative;
}

.icon-arrow-under > a > span:after {
  position: relative;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 3px #0092D7;
  border-right: solid 3px #0092D7;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 3px;
  right: -10px;
  display: inline-block;
}

a.entry_btn {
  display: inline-block;
  width: 100%;
  max-width: 436px;
  font-size: 24px;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
  position: relative;
  height: 77px;
  line-height: 73px;
  background: #0092d7;
  border-radius: 50px;
  color: #fff;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 400;
  transition: .3s;
  margin-bottom: 80px;
}

a.entry_btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  margin: auto;
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side_h2,
.module-heading {
  border-left: 6px solid #0092d7;
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 100%;
}

.recruit_top {
  background: #d8f2ff;
  padding: 80px 100px;
  margin-bottom: 100px;
}

.recruit_top h1 {
  font-size: 25px;
  font-family: 'Zen Maru Gothic', serif;
  margin-top: 0;
  margin-bottom: 50px;
}

.condition .pdf_dl_list {
  padding: 0 15%;
  margin-bottom: 50px;
}

section.condition {
  padding-bottom: 100px;
}

.contact h3 {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 400;
}

.contact-box .mail-step {
  background: #d8f2ff;
}

.contact-box .mail-step-item-current {
  border-bottom: 4px solid #6ACFFF;
}

.contact-form,
.contact-form-group {
  background: #d8f2ff;
}

.site-header {
  width: auto;
  border: none;
  position: absolute;
}

.icon-toggle-menu {
  display: block;
  width: 36px;
  margin: 20px 0 3px;
}

.icon-toggle-menu:after,
.icon-toggle-menu:before {
  width: 100%;
}

.icon-toggle-menu:before {
  top: -10px;
}

.icon-toggle-menu:after {
  bottom: -10px;
}

[aria-expanded=true] .icon-toggle-menu:before {
  width: 100%;
  -ms-transform: translate(0px, 5px) rotate(45deg);
  transform: translate(0px, 5px) rotate(45deg);
}

[aria-expanded=true] .icon-toggle-menu:after {
  width: 100%;
  -ms-transform: translate(0px, -15px) rotate(-45deg);
  transform: translate(0px, -15px) rotate(-45deg);
}

.nav-menu-btn-text {
  margin: 0;
  letter-spacing: -1px;
}

.scroll .nav-menu-btn-text {
  display: none;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel] {
  padding: 8px 5px;
}

.nyukai {
  margin-bottom: 50px;
}

.nyukai,
.form_or_access {
  display: flex;
  justify-content: space-between;
}

.nyukai .right {
  border-left: 1px solid;
  padding-left: 10%;
  width: 60%;
}

.form_or_access {
  align-items: center;
}

.form_or_access > div {
  font-size: 20px;
  text-align: center;
}

.nyukai p {
  margin-bottom: 30px;
}

.nyukai span {
  font-size: 90%;
  margin: 0 6%;
}

a.orange_btn,
a.blue_btn {
  border-radius: 10px;
  background: #f49c24;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff !important;
  text-decoration: none;
  padding: 10px 20px 12px;
}

a.blue_btn {
  background: #6ACFFF;
}

a.blue_link {
  font-size: 20px;
  text-decoration: underline !important;
  color: #0092d7 !important;
}

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

.oshigoto::after {
  content: "";
  display: block;
  width: 300px;
  /* 子要素と同じ幅 */
}

.oshigoto::before {
  content: "";
  display: block;
  width: 300px;
  /* 子要素と同じ幅 */
  order: 1;
  /* アイテムの並び順 */
}

.oshigoto div {
  width: 300px;
  height: 173px;
  margin-bottom: 20px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.oshigoto div:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  border: 5px solid #0092d7;
  opacity: 0.7;
  box-sizing: border-box;
}

.oshigoto a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #000;
  font-weight: bold;
  position: relative;
}

.ui-state-active {
  border: 1px solid #00afff !important;
  background: #3BAEE3 !important;
}

.ui-accordion .ui-accordion-header {
  font-size: 24px !important;
}

.entry-column dd {
  font-size: 22px !important;
}

.imgttl {
  display: flex;
  align-items: center;
  height: 140px;
  justify-content: space-around;
  border: 1px solid #6ED0FF;
  color: #0092D7;
  font-size: 26px;
  margin: 0 10px;
}

.imgttl + p {
  font-size: 18px;
  margin: 0 10px 30px;
}

.gmap {
  margin-top: -20px;
  margin-bottom: 70px;
}

.gmap a {
  width: 267px;
  border: 1px solid #0092d7;
  display: inline-block;
  text-align: center;
  padding: 15px 0 16px;
  color: #0092d7 !important;
  margin-left: 10px;
}

.gmap a + a {
  margin-left: 30px;
}

img[usemap] {
  width: 100%;
}

.kohoshi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

.kohoshi article {
  width: 30%;
}

.kohoshi:after {
  content: "";
  display: block;
  width: 30%;
}

.kohoshi h2.entry-title {
  font-size: 22px;
}


.kohoshi .column-media-center.acms-col-sm-6 {
  width: 90%;
}

.contact-box {
  margin-bottom: 150px;
}

a .columnImage:hover {
  transition: .3s;
  opacity: .7;
}

.contact-box input[type=number].acms-form-width-mini {
  width: 70px;
}

.label-required {
  margin: 10px 5px;
}

@media (max-width: 1740px) {
  .navbar li[class] > a:not(.btn-contact) {
    padding: 0 1.5vw;
  }

  .fukidashi {
    left: 2.2vw;
  }
}

@media (max-width: 1610px) {

  .header-logo {
    padding-left: 30px;
  }

  .site-name-text {
    font-size: 28px;
  }

  .navbar li[class] > a:not(.btn-contact) {
    padding: 0px 1vw;
  }

  .navbar li.icon4 > a:not(.btn-contact) {
    padding: 0px 1.3vw;
  }

  .navbar li a.btn-contact {
    width: 140px;
  }

  .fukidashi {
    padding: 10px 20px;
    left: 1.2vw;
    width: 700px;
  }

  .access {
    font-size: 29px;
  }

  .news .acms-container {
    margin: 0 2%;
  }

  .access_container {
    margin: 0 2%;
    padding: 50px 3% 60px;
  }

  p.access_detail {
    font-size: 58%;
  }

  .job_info {
    width: 70%;
  }

  .job_info img {
    width: 100%;
  }

}

@media (max-width: 1420px) {
  .header-logo {
    padding-left: 10px;
  }

  .site-name-text {
    font-size: 26px;
  }

  .site-name-text span {
    margin: 0 5px;
  }

  .site-logo {
    margin: 0;
  }

  .navbar > ul > li {
    margin: 0 0.87vw;
  }

  .navbar ul li a {
    font-size: 1.3vw;
  }

  .navbar li a.btn-contact {
    width: 11vw;
  }

}

@media (max-width: 1400px) {

  .catch {
    padding: 3px 5% 40px;
  }

  .first_view h2 {
    font-size: 2.5vw;
  }

  .fukidashi {
    flex-wrap: wrap;
    width: 447px;
    bottom: -88px;
  }

  .fukidashi h3 {
    width: 100%;
  }

  .fukidashi h3 br {
    display: none;
  }

  .access_container {
    display: block;
    padding: 50px 8% 60px;
  }

  .ue_left {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #6ACFFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .sita {
    padding: 20px 5% 0;
  }
}

@media (max-width: 1400px) {
  .nyukai {
    display: block;
    padding-left: 20px;
  }

  .nyukai .right {
    width: 80%;
    padding-left: 0;
    border-left: none;
    margin-top: 50px;
  }

  .nyukai .right .acms-admin-text-center {
    text-align: left;
  }

  .nyukai .right {
    width: 810px;
    padding-left: 0;
    border-left: none;
    margin-top: 50px;
  }
}


@media (max-width: 1199px) {
  body {
    padding-top: 67px
  }

  *[id] {
    scroll-margin-top: 67px;
  }

  .site-name a {
    height: 67px;
  }

  .scroll .site-name a {
    height: 54px;
  }

  .scroll .site-logo {
    width: 20px;
  }

  .scroll .site-name-text {
    font-size: 18px;
  }

  .header-logo {
    padding-left: 20px;
  }

  .navbar {
    display: none !important;
  }

  .mobile-nav.is-opened {
    opacity: 1;
  }

  .mobile-nav.is-active {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 48px;
    background-color: #fff;
    opacity: 0;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-duration: .3s;
    transition-property: all;
  }

  .mobile-nav-inner {
    width: 100%;
    height: 100%;
    padding: 25px 5%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  .mobile-navbar-list {
    margin: 0;
    padding: 0;
    line-height: 2.4;
    text-align: left;
    list-style: none;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .mobile-navbar-list .mobile-navbar-list {
    display: block;
    margin: -5px 0 10px 10px;
    line-height: 2.5;
    font-size: 16px;
  }

  .mobile-navbar-list li:not(.acms-admin-margin-none) > a {
    height: 100%;
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
  }

  .mobile-navbar-list .mobile-navbar-list li:not(.acms-admin-margin-none) > a {
    justify-content: left;
  }

  .mobile-navbar-list li:not(.acms-admin-margin-none) > a:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 45px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
  }

  .mobile-navbar-list a.btn-contact {
    height: 42px;
    padding: 10px 10px 8px;
    width: 100%;
    margin-top: 193px;
    margin-left: 0;
    display: inline-block;
    text-align: center;
  }

  .mobile-navbar-list .acms-admin-margin-none {
    margin: 0 !important;
    width: 100%;
  }

  .site-name a,
  .site-name a:active,
  .site-name a:focus,
  .site-name a:hover,
  .site-name a:visited,
  .site-name-text {
    font-size: 24px;
  }

  .catch h1 {
    font-size: 4.8vw;
  }

  .catch p {
    font-size: 2.3vw;
  }

  a.link {
    padding: 5px 15% 7px;
    font-size: 20px;
  }

  .fukidashi {
    bottom: -120px;
  }

  .offer_img {
    margin: 0 5%;
    width: 90%;
  }

  .company-about {
    display: block;
  }

  footer address {
    width: 38%;
  }

  .footer-nav {
    width: 62%;
  }

  .footer_top .acms-container,
  .footer_bottom .acms-container {
    padding: 0 2%;
  }

  .footer-nav {
    padding-left: 3%;
  }

  .footer_bottom ul {
    display: block;
  }

  .footer_bottom li {
    width: 640px;
    margin: auto;
  }

  .footer_bottom li + li {
    margin-top: 10px;
  }

  .category_img {
    margin: 30px auto 20px;
  }

  .history {
    background: #d8f2ff;
    padding: 28px 0 100px;
  }

  .about_dl {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about_dl .acms-container {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .foundation .sub_h2 + p {
    margin-bottom: 65px;
  }

  .foundation table,
  #section3 + img {
    width: 80%;
  }

  .foundation .acms-container {
    padding-bottom: 30px;
  }

  .year span:after {
    width: 30vw;
  }

  .about_dl .acms-container:before {
    display: none
  }

  .about_dl .acms-container {
    padding-left: 5%;
  }

  .about_dl p {
    margin-bottom: 10px;
  }

  .recruit_top {
    padding: 40px 60px;
  }

  .recruit_top h1 {
    margin-bottom: 25px;
    font-size: 22px;
  }

  .recruit_top td {
    border: none;
  }

  .recruit_top td,
  .recruit_top th {
    display: block;
  }

  .recruit_top th {
    text-align: left;
  }

  .foundation td,
  .recruit_top td {
    padding: 30px;
  }

  .history li {
    display: block;
  }

  .history ol img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
  }

  .year span {
    margin-top: 30px;
  }

  .history ol img + .history_contents .history_inner {
    min-height: auto;
  }

  .main-inner {
    padding-right: 3%;
  }

  a.entry_btn {
    height: 70px;
    line-height: 68px;
    margin-bottom: 30px;
  }

  .sita {
    display: block;
    text-align: center;
  }

  .news h2 {
    font-size: 30px;
  }

  .gmap a {
    display: block;
  }

  .gmap a + a {
    margin-left: 10px;
    margin-top: 30px;
  }

}


@media (max-width: 1000px) {
  .first_view h2 {
    margin: 30px 0 40px;
  }

  .first_view a.link {
    margin-bottom: 20px !important;
  }

  .fukidashi {
    left: -10px;
  }

  .top_news {
    padding-bottom: 40px;
  }

  .top_news .acms-container {
    display: block;
  }

  .news_l {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 25px 1px;
  }

  .news_r {
    width: 100%;
    padding: 20px 30px 5px;
  }

  .access_container {
    display: block;
    padding: 10px 8% 20px;
  }

  .footer_top .acms-container {
    display: block;
  }

  footer address {
    border-right: none;
    padding: 30px 0 0;
    width: 100%;
    text-align: center;
  }

  .footer-nav {
    width: 100%;
    padding: 0 10%;
  }

  .sns-list {
    margin: 0 auto;
    display: inline-block;
  }

  .job_info {
    width: 97%;
    margin-bottom: 10px
  }

  .job_info .sp {
    display: inline-block;
  }

  .job_info .pc {
    display: none
  }
  .job_info {
  flex-wrap: wrap;
}
}

@media (max-width: 860px) {
  .first_view {
    grid-template-columns: 50% 50%;
  }

  .catch {
    grid-column: 1 / 3;
  }

  .catch h1 {
    font-size: 5.4vw;
  }

  .catch h1 br {
    display: none
  }

  .catch p {
    font-size: 3vw;
  }

  .catch p br {
    display: none
  }

  .job {
    grid-column: 1 / 2;
  }

  .offer {
    grid-column: 2 / 3;
  }

  .first_view h2 {
    font-size: 3.4vw;
  }

  .fukidashi {
    left: 10px;
  }

  .offer_img {
    margin: 0 auto;
  }

  .nyukai .right {
    width: 100%;
  }

  .kohoshi article {
    width: 45%;
  }

  .kohoshi:after {
    content: "";
    display: block;
    width: 45%;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .acms-grid,
  .acms-grid-r {
    margin-right: 3%;
    margin-left: 3%;
  }

  .header-logo {
    padding-left: 10px;
  }

  .site-logo {
    width: 30px;
  }

  .nav-menu-btn-text {
    font-size: 10px;
  }

  .catch {
    padding: 3px 5% 10px;
  }

  .catch h1 {
    font-size: 8.8vw;
    margin: 0;
  }

  .catch h1 br {
    display: block;
  }

  .catch p {
    font-size: 4vw;
    margin: 0;
  }

  .first_view h2 {
    font-size: 5.4vw;
    margin: 10px 0;
  }

  .job {
    grid-column: 1 / 3;
  }

  .offer {
    grid-column: 1 / 3;
  }

  .job_img {
    max-width: 244px;
    height: calc(305px/344*244);
    padding-top: 0;
  }

  .offer_img {
    max-width: 205px;
    height: 205px;
    padding-top: 0;
    margin-bottom: 10px;
  }

  .fukidashi {
    bottom: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto 10px;
  }

  .fukidashi h3 {
    margin: 0;
  }

  .footer_bottom li {
    width: 90%;
  }

  footer address {
    padding-right: 15px;
  }

  .sns-list {
    margin-left: -5px;
  }

  .news {
    padding-top: 40px;
  }

  li.category_ttl a {
    font-size: 90%;
  }

  .footer-nav-list a {
    font-size: 80%;
    padding: 0 1px;
  }

  .foundation table,
  #section3 + img {
    width: 100%;
  }

  .main-inner.is-space-right {
    float: none;
    padding-right: 0;
  }

  .side a.entry_btn {
    display: none
  }

  .recruit_top {
    margin-bottom: 30px;
    padding: 30px 40px;
  }

  .foundation td,
  .recruit_top td {
    padding: 30px;
  }

  .recruit_top {
    width: 94%;
    margin-left: 3%;
    box-sizing: border-box;
  }

  .acms-col-md-3.side {
    padding: 0 5% 20px;
  }

  .history_contents {
    padding: 5px 0;
  }

  .form_or_access,
  .form_or_access span {
    display: block;
  }

  .form_or_access span {
    margin: 30px 0;
  }

  .form_or_access > div {
    text-align: left;
  }

  .oshigoto div {
    width: 47%;
    height: 22vw;
  }

  .job_application .acms-entry [class*=column-module] {
    padding-left: 0;
    padding-right: 0;
  }

  .kohoshi h2.entry-title {
    font-size: 18px;
  }

  .top_h1 {
    margin: 40px 0 70px;
    font-size: 27px;
  }

  .entry-column p {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .entry-column ol li {
    font-size: 18px;
  }

  .ui-accordion .ui-accordion-header {
    font-size: 20px !important;
  }

  .entry-column dd {
    font-size: 18px !important;
  }

  .imgttl {
    height: 115px;
    font-size: 24px;
  }

  .imgttl img {
    height: 82%;
  }

  a.orange_btn,
  a.blue_btn {
    display: block;
  }
}

@media (max-width: 600px) {
  .ue_left li {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
  }

  .ue_right {
    text-align: center;
  }
}

@media (max-width: 500px) {

  .site-name a,
  .site-name a:active,
  .site-name a:focus,
  .site-name a:hover,
  .site-name a:visited,
  .site-name-text {
    font-size: 4.5vw;
  }

  .header-logo {
    padding-left: 10px;
  }

  .fukidashi {
    padding: 10px 10px;
    width: 390px;
  }

  .fukidashi p {
    font-size: 19px;
  }

  a.btn1 {
    padding: 10px 30px;
  }

  .sub_h2,
  .entry-title,
  .entry-column h2 {
    font-size: 24px;
  }

  .contact-box .contact-no {
    font-size: 28px;
  }

  .service h1 + p {
    font-size: 4.8vw;
    letter-spacing: 0px;
  }

  .important_news ul,
  .sv_content_R {
    font-size: 14px;
  }

  .about_container,
  .footer_top .acms-container {
    display: block;
  }

  .about_L {
    width: 100%;
  }

  .about_R {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .about_R img {
    display: inline-block
  }

  .about_container li {
    width: 45%;
  }

  .dl img {
    width: 40%;
    margin-top: 10vw;
  }

  .footer_top .acms-container {
    padding: 0;
  }

  footer address {
    padding: 30px 5% 0;
    border-right: none;
    border-bottom: 1px solid #aaa;
    text-align: center;
  }

  .footer-nav {
    padding: 25px 5%;
  }

  .foundation td {
    padding-left: 30px;
  }

  .recruit_top {
    padding: 30px 20px;
  }

  .recruit_top table {
    margin-bottom: 0px;
  }

  .recruit_top td {
    padding: 20px 0;
  }

  .history_inner {
    margin-left: 50px;
    padding-left: 25px;
  }

  .fukidashi h3 br {
    display: block;
  }

}

@media (max-width: 395px) {
  .fukidashi {
    width: 90%;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .hide-pc {
    display: none;
  }
}
