@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Charm|Cormorant+Garamond|Fenix|Volkhov");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
body {
  width: 100%;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.2rem;
  font-weight: 500;
  color: #444;
  background: #fff;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

.cap {
  position: relative;
  margin-top: 8em;
  margin-left: 2em;
  padding: 2em 2em 1em;
  border: 1px solid #ccc;
}
.cap .cap_title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1em;
  padding: 0.2em 3em;
  margin: 0;
  background-color: #666;
  color: #fff;
  transform: translateY(-50%) translateX(-2em);
}

.btn {
  padding: 10px 30px;
  text-align: center;
  background-color: #5ba4ff;
  color: #fff;
  display: block;
  width: 30%;
  font-size: 1.6rem;
}

#under_page h2 {
  max-width: 1160px;
  margin: 70px auto 90px;
  padding: 0 20px;
}
#under_page h2 span {
  display: block;
  text-align: center;
  border-top: 4px solid #5ba4ff;
  border-bottom: 4px solid #5ba4ff;
  padding: 20px 0;
  font-size: 2.4rem;
}

.preview {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
.preview table {
  width: 100%;
  border-spacing: 0;
  margin: 0 auto;
  font-size: 1.2rem;
  border-collapse: collapse;
}
.preview table td {
  padding: 10px 0;
}
.preview table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.preview table td {
  padding-left: 10px;
}

#header_fixed {
  position: fixed;
  background-color: #fff;
  z-index: 10000;
  width: 100%;
}

header {
  width: 100%;
}
header #header_inner {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
}
header #header_inner h1 {
  width: 60%;
  padding-top: 0px;
}
header #header_inner h1 img {
  width: 70%;
}
header #header_inner div {
  width: 20%;
  align-items: flex-end;
  padding-top: 15px;
  color: #5ba4ff;
}
header #header_inner div a {
  color: #5ba4ff;
}
header #header_inner .icon {
  border: 1px solid #5ba4ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 1px;
  margin-right: 5px;
  display: inline-block;
  width: 13%;
  vertical-align: bottom;
  height: 58%;
  line-height: 1;
}
header #header_inner .icon img {
  width: 17%;
  color: #5ba4ff;
}

nav.pc {
  width: 100%;
  padding: 10px 0 0;
  border-bottom: 1px solid #999;
}
nav.pc ul {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 6px;
}
nav.pc li {
  justify-content: center;
  width: 16.7%;
  text-align: center;
  font-size: 1.1rem;
}
nav.pc li a {
  display: block;
  color: #555;
}

.pc {
  display: flex;
}

#nav-drawer {
  position: fixed;
  top: 2%;
  right: 3%;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #333;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 220px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: #fff;
  /*背景色*/
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  /*左に隠しておく*/
}

#nav-content a {
  color: #333;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 1.0rem;
}

#nav-content a::before {
  content: ">";
  padding-right: 10px;
  font-size: 0.7rem;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1024px) {
  #nav-open {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}
#main_inner, #work_inner, #service_guide_inner, #company_inner, #information_inner, #link_inner, #footer_inner, #recruit_inner {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto 50px;
}

#main {
  width: 100%;
}
#main #top_slider {
  max-width: 1200px;
  margin: 0 auto;
}
#main #top_slider li {
  outline: 8px solid #fff;
  outline-offset: -20px;
}
#main #top_slider .slick-dots {
  bottom: 4%;
  left: 2%;
  text-align: left;
  width: auto;
}
#main #top_slider .slick-dots li {
  outline: unset;
}
#main #top_slider .slick-dots li button:before {
  font-size: 15px;
  width: 40px;
  height: 40px;
  color: #000;
}
#main #top_slider .slick-dotted.slick-slider {
  margin: 0;
}
#main #intro {
  max-width: 1200px;
  margin: 0 auto;
}
#main #intro h2 {
  background-color: #317cda;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  padding: 5px 0;
  font-size: 1.4rem;
}
#main #intro p {
  text-align: center;
  font-weight: bold;
  color: #444;
  font-size: 1.2rem;
  padding: 10px 0 5px;
  line-height: 1.6;
}
#main #problem, #main #features, #main #service {
  position: relative;
  margin: 2.4em auto 160px;
  padding: 1em 40px;
  border: 1px solid #aaa;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#main #problem h2, #main #features h2, #main #service h2 {
  padding: .4em;
  font-size: 1.4em;
  font-weight: bold;
  position: absolute;
  top: -1.2em;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  white-space: nowrap;
}
#main #problem h2::before, #main #features h2::before, #main #service h2::before {
  content: "【";
}
#main #problem h2::after, #main #features h2::after, #main #service h2::after {
  content: "】";
}
#main #problem {
  text-align: center;
}
#main #problem #problem_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#main #problem #problem_inner div {
  width: 30%;
  text-align: center;
  padding: 20px 0;
}
#main #problem #problem_inner div img {
  width: 35%;
  padding: 10px 0;
}
#main #problem #problem_inner div h3 {
  text-align: center;
  font-size: 1.0em;
  padding: 0 1em;
  margin: 0;
  background-color: #fff;
  color: #666;
  border: 1px solid #aaa;
}
#main #problem strong {
  font-size: 2.0rem;
  display: inline-block;
  margin: 20px 0 5px;
}
#main #problem .btn {
  margin: 0 auto 20px;
}
#main #features #features_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main #features .cap {
  position: relative;
  margin: 0;
  margin-top: 2em;
  padding: 1.5em 2em 1em;
  border: 1px solid #ccc;
  width: 38%;
}
#main #features .cap .cap_title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1em;
  padding: 0 1em;
  margin: 0;
  background-color: #666;
  color: #fff;
  transform: translateY(-50%) translateX(1em);
}
#main #service #service_inner {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
#main #service #service_inner div {
  width: 22%;
}
#main #service #service_inner div h3 {
  text-align: center;
  font-size: 1.1em;
  padding: 0 1em;
  margin: 10px 0 20px;
  background-color: #666;
  color: #fff;
}
#main #service #service_inner div img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#work h4::before {
  content: "《";
}
#work h4::after {
  content: "》";
}
#work h4 {
  margin: 5em 0 0;
}
#work h4 + p {
  text-indent: 3em;
}
#work #how_work {
  margin: 0 auto;
}
#work #how_work img {
  width: 100%;
}
#work #how_work .flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 20px 0;
}
#work #how_work .flow .left {
  width: 45%;
}
#work #how_work .flow .right {
  width: 20%;
}
#work #merit {
  margin: 0 auto;
}
#work #merit #work_cost_before {
  font-size: 2.0rem;
  margin: 20px 0 0;
  text-align: center;
}
#work #merit #work_cost {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 10px 0;
}
#work #merit #work_cost li {
  width: 20%;
  background-color: #2184c6;
  color: #fff;
  padding: 20px 10px;
  margin: 5px 0 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 1.6rem;
}
#work #merit #work_cost li img {
  width: 12%;
  padding-right: 10px;
  padding-bottom: 7px;
}
#work #merit #work_cost_last {
  text-align: right;
  font-size: 2.0rem;
}
#work #merit #work_flow_03 {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin: 20px 0 50px;
}
#work #merit #work_flow_03 li {
  width: 25%;
  position: relative;
}
#work #merit #work_flow_03 li p {
  margin: 20px;
  padding: 10px 0;
}
#work #merit #work_flow_03 li .work_flow_03_1 {
  border-top: 15px solid #c7d4f9;
}
#work #merit #work_flow_03 li .work_flow_03_2 {
  border-top: 15px solid #6fb9e8;
}
#work #merit #work_flow_03 li .work_flow_03_3 {
  border-top: 15px solid #026db8;
}
#work #merit #work_flow_03 li.work_flow_03_first::before {
  content: url("../images/work/arrow_01.png");
  display: block;
  position: absolute;
  top: 25%;
  left: 94%;
}
#work #merit #work_flow_03 li.work_flow_03_second::before {
  content: url("../images/work/arrow_02.png");
  display: block;
  position: absolute;
  top: 25%;
  left: 94%;
}

#service_guide #service_guidelist_inner {
  margin: 50px 0;
}
#service_guide #service_guidelist_inner ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
#service_guide #service_guidelist_inner ul li {
  width: 45%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#service_guide #service_guidelist_inner ul li div {
  width: 54%;
  position: relative;
}
#service_guide #service_guidelist_inner ul li div h3 {
  font-size: 0.9em;
  padding: 0.2em 0;
  margin: 0;
  background-color: #666;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#service_guide #service_guidelist_inner ul li p {
  width: 44%;
  font-size: 1.1rem;
}
#service_guide #service_guideflow_inner ul {
  margin: 50px auto;
  width: 880px;
}
#service_guide #service_guideflow_inner ul li {
  display: flex;
  margin: 0px 0 80px;
  position: relative;
  padding: 40px 0 40px;
}
#service_guide #service_guideflow_inner ul li .service_guideflow_img {
  width: 45%;
}
#service_guide #service_guideflow_inner ul li .service_guideflow_img img {
  width: 80%;
  height: 160px;
}
#service_guide #service_guideflow_inner ul li .service_guideflow_p {
  width: 55%;
  padding: 10px 0px;
}
#service_guide #service_guideflow_inner ul li.odd::before, #service_guide #service_guideflow_inner ul li.even::before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  border-color: #5ba4ff;
  border-style: solid;
  border-width: 30px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 100%;
  left: 50%;
}
#service_guide #service_guideflow_inner ul .even .service_guideflow_img {
  order: 2;
  text-align: left;
}
#service_guide #service_guideflow_inner ul .even .service_guideflow_p {
  order: 1;
}

#company h3 {
  margin: 70px 0 40px;
  text-align: center;
}
#company h3 span {
  font-size: 1.0em;
  padding: 0.4em 3em;
  background-color: #666;
  color: #fff;
}
#company #company_rinen {
  width: 85%;
  margin: 0 auto;
}
#company #company_rinen p {
  text-align: center;
}
#company #company_rinen .sign {
  text-align: right;
  margin: 30px 0;
}
#company #company_enkaku table {
  width: 90%;
  border-spacing: 0;
  margin: 0 auto;
  font-size: 1.0rem;
  border-spacing: 0px 20px;
}
#company #company_enkaku table th, #company #company_enkaku table td {
  padding: 10px 0;
}
#company #company_enkaku table th {
  width: 20%;
}
#company #company_enkaku table tr {
  background-color: #f6f6f6;
}
#company #company_about table {
  width: 80%;
  border-spacing: 0;
  margin: 0 auto 50px;
  font-size: 1.2rem;
  border-collapse: collapse;
}
#company #company_about table th, #company #company_about table td {
  padding: 10px 0;
}
#company #company_about table th {
  width: 20%;
  background-color: #f6f6f6;
}
#company #company_about table td {
  padding-left: 10px;
}

#information table {
  width: 80%;
  border-spacing: 0;
  margin: 30px auto;
  font-size: 1.1rem;
  border-collapse: collapse;
}
#information table th, #information table td {
  padding: 10px 0;
}
#information table th {
  width: 35%;
  background-color: #f6f6f6;
}
#information table td {
  padding-left: 10px;
}
#information table input, #information table textarea {
  padding: 10px 10px;
  width: 100%;
  font-size: 1.0rem;
  border: 1px solid #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#information .err {
  color: #f00;
  font-weight: bold;
  font-size: 0.9rem;
}
#information button {
  padding: 10px 30px;
  text-align: center;
  background-color: #5ba4ff;
  color: #fff;
  display: block;
  width: 30%;
  border: none;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: bold;
}
#information #information_inner .cap {
  margin-top: 3em;
}

#link #link_inner .cap img {
  width: 457px;
  margin: 5px 0 10px;
}

#recruit #recruit_intro {
  font-size: 1.2rem;
  line-height: 2.4;
  text-align: center;
}
#recruit #recruit_list .cap {
  margin-top: 3em;
}
#recruit #recruit_list h3 {
  margin: 3em 0 0;
  font-size: 1.8rem;
}
#recruit #recruit_list table {
  width: 100%;
  border-spacing: 0;
  margin: 0 auto;
  font-size: 1.2rem;
  border-collapse: collapse;
}
#recruit #recruit_list table td {
  padding: 10px 0;
}
#recruit #recruit_list table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
#recruit #recruit_list table td {
  padding-left: 10px;
}
#recruit #recruit_list .err {
  display: block;
  padding: 2em 2em 1em;
  margin-left: 2em;
}

footer {
  font-size: 0.9rem;
  border-top: 1px solid #ccc;
  padding: 30px 0 0;
}
footer a {
  color: #444;
}
footer #footer_inner {
  display: flex;
  justify-content: space-around;
  margin: 20px auto 50px;
}
footer #footer_inner #address {
  width: 40%;
}
footer #footer_inner #address img {
  width: 90%;
}
footer #footer_inner #address .icon {
  display: inline-block;
  width: 6%;
  vertical-align: bottom;
  line-height: 1.3;
}
footer #footer_inner #address div {
  font-size: 1.3rem;
  padding-left: 80px;
}
footer #footer_inner #address p {
  padding: 10px 0;
}
footer #footer_inner iframe {
  width: 55%;
}
footer #copy {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 1024px) {
  .btn {
    width: 70%;
    font-size: 1.2rem;
  }

  .cap {
    margin-top: 3em;
    margin-left: 1em;
    padding: 2em 1em 1em;
  }
  .cap .cap_title {
    font-size: 1.2rem;
    padding: 0.2em 1em;
    transform: translateY(-50%) translateX(-1em);
  }
  .cap p {
    font-size: 0.9rem;
  }

  #under_page h2 {
    margin: 30px auto 40px;
  }
  #under_page h2 span {
    font-size: 1.4rem;
    padding: 10px 0;
  }

  header #header_inner h1 {
    width: 100%;
    position: absolute;
    background-color: #fff;
    padding: 0;
  }
  header #header_inner h1 img {
    width: 75%;
    position: relative;
    top: -14px;
    left: 10px;
  }
  header #header_inner div {
    display: none;
  }

  #work h2, #service_guide h2, #company h2, #information h2, #link h2 {
    margin: 30px auto 0;
  }
  #work h2 span, #service_guide h2 span, #company h2 span, #information h2 span, #link h2 span {
    padding: 10px 0;
    font-size: 1.4rem;
  }

  #main #top_slider {
    width: 100%;
  }
  #main #top_slider li {
    outline: 2px solid #fff;
    outline-offset: -5px;
  }
  #main #top_slider .slick-dots li button:before {
    font-size: 10px;
    width: 20px;
    height: 20px;
    color: #000;
  }
  #main #intro {
    width: 100%;
  }
  #main #intro h2 {
    font-size: 1.2rem;
    letter-spacing: 3px;
    padding: 5px 10px;
  }
  #main #intro p {
    font-size: 1.0rem;
    padding: 1em;
  }
  #main #problem, #main #features, #main #service {
    padding: 1em 20px;
    margin: 3em auto;
  }
  #main #problem h2, #main #features h2, #main #service h2 {
    font-size: 1.2rem;
  }
  #main #problem #problem_inner {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #main #problem #problem_inner div {
    width: 30%;
  }
  #main #problem #problem_inner div h3 {
    font-size: 0.8rem;
    padding: 0.4em;
  }
  #main #problem #problem_inner div img {
    width: 90%;
  }
  #main #problem strong {
    font-size: 1.4rem;
  }
  #main #features #features_inner {
    display: block;
  }
  #main #features .cap {
    width: 85%;
    font-size: 0.9rem;
    padding: 0.5em 0.8em;
    margin: 2em auto 0;
  }
  #main #features .cap .cap_title {
    transform: translateY(-50%) translateX(-0.8em);
  }
  #main #features .cap p {
    font-size: 0.9rem;
    padding: 1em 0.5em 0.5em;
  }
  #main #service #service_inner {
    flex-wrap: wrap;
    margin: 15px 0;
  }
  #main #service #service_inner div {
    width: 45%;
  }
  #main #service #service_inner div h3 {
    font-size: 1.0rem;
    margin: 10px 0 5px;
  }
  #main #service #service_inner div p {
    font-size: 0.9rem;
  }

  #work h4 {
    margin: 1em 0 0;
    font-size: 1.2rem;
  }
  #work h4 + p {
    text-indent: 1em;
    font-size: 1.0rem;
  }
  #work #how_work .flow {
    flex-wrap: wrap;
  }
  #work #how_work .flow .left {
    width: 100%;
    margin: 1em 0;
  }
  #work #how_work .flow .right {
    width: 60%;
  }
  #work #merit #work_cost_before {
    font-size: 1.4rem;
  }
  #work #merit #work_cost {
    justify-content: space-between;
  }
  #work #merit #work_cost li {
    width: 42%;
    font-size: 1.2rem;
  }
  #work #merit #work_cost li img {
    width: 15%;
    padding-right: 5px;
  }
  #work #merit #work_cost_last {
    font-size: 1.4rem;
  }
  #work #merit #work_flow_03 {
    flex-wrap: wrap;
  }
  #work #merit #work_flow_03 li {
    width: 46%;
  }
  #work #merit #work_flow_03 li p {
    margin: 5px;
    font-size: 1.0rem;
  }
  #work #merit #work_flow_03 li.work_flow_03_first::before, #work #merit #work_flow_03 li.work_flow_03_second::before {
    display: none;
  }

  #service_guide #service_guidelist_inner ul {
    display: block;
  }
  #service_guide #service_guidelist_inner ul li {
    width: 100%;
  }
  #service_guide #service_guidelist_inner ul li div {
    width: 46%;
  }
  #service_guide #service_guidelist_inner ul li div h3 {
    position: static;
    font-size: 0.8em;
    width: auto;
    padding: 5px 10px;
  }
  #service_guide #service_guidelist_inner ul li p {
    width: 50%;
    font-size: 0.9rem;
  }
  #service_guide #service_guideflow_inner ul {
    width: 96%;
  }
  #service_guide #service_guideflow_inner ul li {
    margin: 0px 0 40px;
  }
  #service_guide #service_guideflow_inner ul li .service_guideflow_p {
    font-size: 0.9rem;
  }
  #service_guide #service_guideflow_inner ul li .service_guideflow_img img {
    height: 120px;
  }
  #service_guide #service_guideflow_inner ul li.even::before, #service_guide #service_guideflow_inner ul li.odd::before {
    left: 40%;
  }

  #company h3 {
    margin: 40px 0 20px;
  }
  #company h3 span {
    display: block;
    padding: 0.4em 1em;
    font-size: 1.2rem;
  }
  #company #company_rinen {
    width: auto;
  }
  #company #company_rinen p {
    font-size: 1.0rem;
    text-align: left;
  }
  #company #company_enkaku h3 {
    margin-bottom: 0;
  }
  #company #company_enkaku table {
    width: auto;
  }
  #company #company_enkaku table th {
    width: 45%;
  }
  #company #company_enkaku table td {
    padding: 10px;
    font-size: 0.9rem;
  }
  #company #company_about table {
    width: auto;
    font-size: 0.9rem;
  }
  #company #company_about table th {
    width: 40%;
  }

  #information table {
    width: 100%;
    margin: 30px auto 5px;
  }
  #information table th, #information table td {
    display: block;
    width: 100%;
    padding: 4% 0;
    font-size: 0.9rem;
  }
  #information table input, #information table textarea {
    padding: 2%;
    width: 96%;
  }
  #information button {
    width: 80%;
  }

  #link #link_inner .cap img {
    width: 100%;
  }

  #recruit #recruit_intro {
    font-size: 1.0rem;
    line-height: 1.8;
    text-align: left;
  }
  #recruit #recruit_list h3 {
    margin: 2em 0 0;
    font-size: 1.4rem;
    text-align: center;
  }
  #recruit #recruit_list .cap {
    width: 85%;
    font-size: 0.9rem;
    padding: 0.5em 0.8em;
    margin: 2em auto 0;
  }
  #recruit #recruit_list .cap .cap_title {
    transform: translateY(-50%) translateX(-0.8em);
  }
  #recruit #recruit_list .cap div {
    font-size: 0.9rem;
    padding: 1em 0.5em 0.5em;
  }
  #recruit #recruit_list .cap .wp-block-table {
    width: 100%;
    margin: 10px 0;
  }
  #recruit #recruit_list table {
    font-size: 0.9rem;
  }
  #recruit #recruit_list .err {
    margin-left: 0;
    padding: 1em 0;
    font-size: 1.0rem;
    text-align: center;
  }

  footer #footer_inner {
    display: block;
  }
  footer #footer_inner #address, footer #footer_inner iframe {
    width: 100%;
  }
}
