@charset "UTF-8";
/* CSS Document */
/*お問い合わせボタンなどのスタイル*/
html {
  font-size: 10px;
}

body {
  font-size: 1.5rem;
  line-height: 1.7em;
}

.wrapper {
  width: 85%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .policy p {
    font-size: 1.6rem;
  }
  .policy .small-list li {
    font-size: 1.6rem;
  }
}

/* common ******************************************************************************************************/
* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  font-family: "Ryumin Medium KL" ,"游明朝","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 148px;
  /*←footerの高さ*/
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "リュウミン R-KL","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

ul, ol {
  list-style: none;
}

.bold {
  font-weight: bold;
}

.disc {
  list-style: disc;
  padding-left: 1.5em;
}

.count {
  list-style: decimal;
  padding-left: 1.5em;
}

a {
  color: #3B3B3B;
  text-decoration: none;
  cursor: pointer;
}

a.td_ul {
  text-decoration: underline;
}

a.td_ul:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF6BB));
  background: linear-gradient(transparent 50%, #FFF6BB 50%);
  font-weight: bold;
}

.gm-style div.review-box {
  padding-top: 100px;
}

/*タイトル*/
.main-title {
  font-size: 1.9rem;
  color: #1E765D;
  position: relative;
  padding: 35px 40px;
  width: 100px;
  text-align: center;
  margin: auto;
  font-family: "Ryumin Medium KL" ,"游明朝","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.main-title span {
  font-size: 1.4rem;
  margin-top: 7px;
  display: block;
  color: #818181;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  line-height: 0.9rem;
}

.main-title:before,
.main-title:after {
  content: '';
  position: absolute;
  width: 50px;
  border-bottom: 1px solid #1E765D;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-title:before {
  top: 25px;
  left: 0;
}

.main-title:after {
  bottom: 25px;
  right: 0;
}

.main-title-2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 15px 0;
}

.main-title-2 span {
  font-size: 1.4rem;
  margin-left: 10px;
  color: #1E765D;
  font-family: Helvetica, sans-serif;
}

.sub-title {
  border-left: 12px solid #1E765D;
  color: #1E765D;
  padding-left: 10px;
  font-family: "Ryumin Medium KL" ,"游明朝","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1em;
  margin: 15px 0;
  font-size: 1.8rem;
}

.sub-title-2 {
  color: #1E765D;
  border-bottom: 2px solid #1E765D;
  padding-bottom: 5px;
  font-family: "Ryumin Medium KL" ,"游明朝","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

/*テーブル*/
.main_table tr {
  border-bottom: 1px solid #C4DBD4;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.main_table tr:first-child {
  border-top: 1px solid #C4DBD4;
}

.main_table th, .main_table td {
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

.main_table th {
  width: 100%;
  padding-bottom: 5px;
  min-width: 120px;
  font-weight: normal;
  color: #1E765D;
  font-weight: bold;
}

.main_table td {
  width: 100%;
}

.sub_table tr {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}

.sub_table th, .sub_table td {
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

.sub_table th {
  width: 100%;
  padding-bottom: 5px;
  min-width: 120px;
  font-weight: normal;
}

.sub_table td {
  width: 100%;
}

/* ヘッダー ******************************************************************************************************/
/* パソコン用 */
.header.pc {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #1E765D;
  /* グローバルナビ */
}

.header.pc .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

.header.pc h1.logo {
  line-height: 1em;
  font-size: 0rem;
}

.header.pc .logo img {
  width: 280px;
}

.header.pc .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.pc .gnav li {
  display: inline-block;
}

.header.pc .gnav li + li {
  margin-left: 15px;
}

.header.pc .gnav li a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3B3B3B;
}

.header.pc .gnav li a:hover {
  text-decoration: underline;
}

.header.pc .gnav .contact-btn {
  display: inline-block;
  width: 130px;
  height: 40px;
  text-align: center;
  background-color: #1E765D;
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #1E765D;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

.header.pc .gnav .contact-btn:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  border-color: #1E765D;
  color: #1E765D;
}

/* スマホ用 */
.header.sp {
  display: none;
}

.header.sp .logo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #1E765D;
}

.header.sp .logo_container .container {
  margin: 0 auto;
}

.header.sp .logo_container .container .logo {
  display: inline-block;
  width: 220px;
  height: 35px;
}

.header.sp .logo_container .container .logo img {
  width: 100%;
  height: 100%;
}

.header.sp .logo_container .container #nav-toggle {
  position: fixed;
  cursor: pointer;
  top: 12px;
  right: 12px;
  height: 30px;
}

.header.sp .logo_container .container #nav-toggle > div {
  position: relative;
  width: 26px;
}

.header.sp .logo_container .container #nav-toggle span {
  width: 100%;
  height: 4px;
  left: 0;
  border-radius: 5px;
  display: inline-block;
  background: #1E765D;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

.header.sp .logo_container .container #nav-toggle span:nth-child(1) {
  top: 0;
}

.header.sp .logo_container .container #nav-toggle span:nth-child(2) {
  top: 10px;
}

.header.sp .logo_container .container #nav-toggle span:nth-child(3) {
  top: 20px;
}

.header.sp .logo_container .container #nav-toggle span.text {
  background: transparent;
  top: 26px;
  height: 8px;
}

.header.sp .logo_container .container #nav-toggle.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header.sp .logo_container .container #nav-toggle.open span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}

.header.sp .logo_container .container #nav-toggle.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header.sp .gnav_wrapper {
  width: 300px;
  height: 120%;
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 999;
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: #F1F1F1;
}

.header.sp .gnav_wrapper .wrapper {
  width: 80%;
  height: 100%;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header.sp .gnav_wrapper .gnav li {
  border-bottom: 1px solid #1E765D;
}

.header.sp .gnav_wrapper .gnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  color: #1E765D;
}

.header.sp .gnav_wrapper .gnav li.contact_btn {
  border-bottom: none;
}

.header.sp .gnav_wrapper .gnav li.contact_btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1E765D;
  color: #FFFFFF;
  margin-top: 50px;
  border: 2px solid #1E765D;
  -webkit-transition: .4s;
  transition: .4s;
}

.header.sp .gnav_wrapper .gnav li.contact_btn a:hover {
  opacity: 1;
  text-decoration: none;
  background-color: #FFFFFF;
  border-color: #1E765D;
  color: #1E765D;
  border: 2px solid #1E765D;
}

.header.sp .gnav_wrapper .gnav li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.header.sp .gnav_wrapper.open {
  display: block;
  right: 0px;
}

.header.pc {
  display: none;
}

.header.sp {
  display: block;
}

/* メニューマスク */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}

.black-bg.open {
  opacity: .3;
  visibility: visible;
}

/* フッター ******************************************************************************************************/
footer {
  width: 100%;
  background: #1E765D;
  padding: 20px 0;
  position: absolute;
  /*←絶対位置*/
  bottom: 0;
  /*下に固定*/
}

footer ul a {
  color: #FFFFFF;
  font-family: 游ゴシック, sans-serif;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dotted #FFFFFF;
}

footer ul a:hover {
  opacity: 0.6;
  text-decoration: none;
}

footer p {
  color: #FFFFFF;
  font-family: 游ゴシック, sans-serif;
  text-align: center;
  padding: 10px 0;
}

/* トップページ ******************************************************************************************************/
#mainvisual, #pagevisual {
  margin-top: 53px;
}

#mainvisual img, #pagevisual img {
  width: 100%;
}

.banner {
  margin: 30px 0;
  display: inline-block;
}

.banner:hover {
  opacity: 0.8;
}

.banner img {
  width: 100%;
}

.service-title {
  position: relative;
  font-size: 1.8rem;
  padding-left: 1.5em;
  line-height: 1.5em;
}

.service-title:before {
  content: 'Q.';
  position: absolute;
  top: 0;
  left: 0;
}

.service-text {
  margin-top: 10px;
  position: relative;
  padding-left: 2em;
}

.service-text:before {
  content: 'A.';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
}

.service-list {
  margin-top: 25px;
}

.service-list li {
  margin-bottom: 25px;
}

.service-list li a:hover {
  opacity: 0.8;
}

.service-list li img {
  width: 100%;
}

.service-list h3 {
  font-family: "Ryumin Medium KL" ,"游明朝","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  position: relative;
  color: #3B3B3B;
}

.service-list span {
  font-size: 1.4rem;
  color: #1E765D;
  font-family: Helvetica, sans-serif;
  margin-left: 10px;
  font-weight: normal;
}

.service-list h3:after {
  content: '';
  position: absolute;
  background: url("../images/arrow1.svg");
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
}

.mission .hukidashi {
  border-top: 3px solid #1E765D;
  position: relative;
  padding: 15px 0 30px;
}

.mission .hukidashi p {
  width: 70%;
  margin: 5px auto 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.mission .hukidashi:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.mission .content {
  background: #F1F1F1;
}

.mission .mission-list {
  counter-reset: number 0;
  padding: 20px 0 40px;
}

.mission .mission-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

.mission .mission-list h3 {
  position: relative;
  color: #1E765D;
  background: #FFFFFF;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  font-family: "Gothic MB101 Bold", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 15px;
}

.mission .mission-list h3:before {
  position: absolute;
  top: -30px;
  left: -10px;
  font-size: 2rem;
  counter-increment: number 1;
  content: "0" counter(number) ".";
}

.mission .mission-list p {
  width: 55%;
}

.company {
  background: url("../images/bg-company.svg") no-repeat;
  background-size: cover;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company > div {
  border: 1px solid #818181;
  background: #FFFFFF;
  padding: 20px;
  width: 75%;
}

.company img {
  width: 50%;
  float: left;
}

.company img:nth-child(2) {
  margin: 25px 0;
}

.company p {
  text-align: center;
  font-weight: bold;
  margin: 30px 0 20px;
  clear: both;
}

.company p span {
  color: #D53535;
}

.company .btn {
  width: 100%;
  background: #3B3B3B;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border: 2px solid #3B3B3B;
  font-weight: bold;
  font-family: "Ryumin Medium KL" ,"游明朝","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

.company .btn:after {
  content: '';
  width: 15px;
  height: 1px;
  margin-left: 10px;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  top: 25px;
}

.company .btn:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  border-color: #3B3B3B;
  color: #3B3B3B;
}

.company .btn:hover:after {
  border-top: 1px solid #3B3B3B;
}

/* 固定ページ ******************************************************************************************************/
#pagevisual {
  position: relative;
  margin-bottom: 40px;
  background: url(../images/page-visual-sp.svg);
  width: 100%;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

#pagevisual .main-title {
  padding: 30px 0px;
  width: auto;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-46%, -50%);
  -webkit-transform: translate(-46%, -50%);
  -ms-transform: translate(-46%, -50%);
  color: #FFFFFF;
}

#pagevisual .main-title span {
  color: #FFFFFF;
  line-height: 1.0rem;
}

#pagevisual .main-title:before, #pagevisual .main-title:after {
  border-bottom: none;
}

#page article {
  margin-bottom: 50px;
}

.greeting .content .text {
  width: 100%;
}

.greeting p {
  margin-bottom: 20px;
}

.greeting p.name {
  font-weight: bold;
  text-align: right;
}

.tab1_wrapper {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.tab1-body .content {
  margin-top: -20px;
}

.tab1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  background-color: #fff !important;
  margin: 0 !important;
}

.tab1__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  z-index: 99;
}

.tab1__link {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 5px;
  padding: 5px 0;
  background-color: #1E765D;
  border: 1px solid #1E765D;
  cursor: pointer;
}

.tab1__item a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 5px;
  padding: 5px 0;
  background-color: #1E765D;
  border: 1px solid #1E765D;
  cursor: pointer;
}

.tab1__link.on {
  color: #1E765D;
  background-color: #FFFFFF;
}

.tab1__item.on a {
  color: #1E765D;
  background-color: #FFFFFF;
}

.tab1-body__item {
  display: none;
}

.tab1-body__item.on {
  display: block;
}

#page .service-list {
  margin-top: 0px;
}

#page .service-list li {
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#page .service-list li a {
  display: block;
  height: 100%;
}

#page .service-list li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

#page .service-list li img {
  width: 100%;
}

#page .service-list h4 {
  color: #1E765D;
  font-size: 1.8rem;
  font-family: "Gothic MB101 Bold", sans-serif;
  display: inline-block;
  position: relative;
  margin: 15px 20px 5px;
}

#page .service-list h4:after {
  content: '';
  position: absolute;
  background: url("../images/arrow1.svg");
  width: 22px;
  height: 22px;
  top: 0;
  right: -30px;
}

#page .service-list p {
  font-size: 1.4rem;
  margin: 0 20px;
  padding-bottom: 30px;
}

.flow-wrapper {
  width: 100%;
  height: 200px;
  margin-top: 30px;
  background-image: url(../images/flow1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.flow-wrapper .flow {
  position: absolute;
  width: 30%;
  margin-top: 0;
  top: 15%;
  right: 40%;
}

.flow-wrapper .flow:hover {
  opacity: 0.9;
}

.flow-wrapper .flow img {
  width: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 7%;
}

.flow-wrapper .flow span {
  position: relative;
  display: inline-block;
}

.flow-wrapper .flow span:before {
  content: '';
  display: block;
  width: 25%;
  height: 12%;
  background: url("../images/flow-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 46%;
  left: -20%;
}

.flow-wrapper .flow:first-child span:before {
  left: -20%;
}

.flow-wrapper .flow:first-child {
  right: 39%;
}

.flow-wrapper .flow:last-child {
  right: 5%;
}

.shinten img, .yusou img {
  width: 100%;
  height: auto;
}

.shinten .visual, .yusou .visual {
  margin-bottom: 15px;
}

.shinten .banner, .yusou .banner {
  margin: 0 0 50px;
}

.service-column {
  background: #F5F8F7;
  padding: 20px;
  margin: 30px 0;
}

.service-column p {
  font-size: 1.4rem;
  line-height: 2em;
}

.service-column .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.service-column .list li {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}

.service-column .list li span {
  color: #1E765D;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Gothic MB101 Bold", sans-serif;
  margin-top: 5px;
}

.access .list {
  margin-top: 30px;
}

.access .list li {
  padding: 15px;
  background: #F5F8F7;
  margin-bottom: 30px;
}

.access .list li img {
  width: 100%;
}

.access .list li h4 {
  color: #1E765D;
  margin-top: 10px;
}

.access .list li iframe {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}

.link .disc {
  line-height: 2.5em;
  margin-bottom: 60px;
}

.link .disc > div {
  margin-bottom: 30px;
}

.link ul a {
  text-decoration: underline;
}

.link ul a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .pb_5 {
    padding-bottom: 0 !important;
  }
}

/* 採用情報ページ ******************************************************************************************************/
.recruit section {
  margin-bottom: 50px;
}

.recruit .image {
  width: 100%;
  margin-bottom: 20px;
}

.recruit .column1 {
  background: #F5F8F7;
  padding: 20px 20px;
  border: 1px solid #1E765D;
  margin-top: 30px;
}

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

.recruit .column1 li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 8px 0 0;
  background: url(../images/arrow1.svg) no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
}

.recruit .column1 li a {
  color: #1E765D;
  text-decoration: underline;
}

.recruit .column1 li a:hover {
  text-decoration: none;
}

.recruit .tab1-body {
  width: 95%;
  margin: -20px auto 30px;
  padding-top: 0px;
  border: 1px solid #dedede;
}

.recruit .tab1-body:before {
  content: '';
  display: block;
  padding-top: 40px;
}

.recruit .tab1_wrapper {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.recruit .tab1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  background-color: #fff !important;
  margin: 0 !important;
}

.recruit .tab1__link {
  color: #1E765D;
  font-weight: bold;
  margin: 0 5px;
  padding: 5px 0;
  background-color: #FFFFFF;
  border: 1px solid #1E765D;
}

.recruit .tab1__link.on {
  color: #FFFFFF;
  background-color: #1E765D;
  position: relative;
}

.recruit .tab1__link.on:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #1E765D transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

.boshu section {
  margin-bottom: 30px;
}

.boshu h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 游ゴシック, sans-serif;
}

.boshu .main_table th {
  width: 100%;
  padding-left: 0;
  padding-right: 20px;
}

.boshu .main_table td {
  width: 100%;
}

.boshu .main_table th, .boshu .main_table td, .boshu .main_table td p {
  line-height: 1.7em;
}

.boshu .btn {
  width: 100%;
  background: #1E765D;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1E765D;
  font-weight: bold;
  font-family: "Ryumin Medium KL" ,"游明朝","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

.boshu .btn:after {
  content: '';
  width: 15px;
  height: 1px;
  margin-left: 10px;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  top: 25px;
}

.boshu .btn:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  border-color: #1E765D;
  color: #1E765D;
}

.boshu .btn:hover:after {
  border-top: 1px solid #1E765D;
}

.career .column2 {
  background: #F5F8F7;
  padding: 20px 20px;
  margin-top: 30px;
}

.career .column2 li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 8px 0 0;
  background: url(../images/arrow2.svg) no-repeat;
  background-size: contain;
}

.career .column2 li {
  font-weight: bold;
  color: #3B3B3B;
  margin: 20px 0;
}

.career .column2 li:hover {
  text-decoration: none;
}

.career .column2 p {
  text-align: justify;
}

.shikaku .main_table {
  margin-top: 15px;
}

.shikaku .main_table th {
  width: 100%;
  padding-left: 0;
}

.shikaku .main_table td {
  width: 100%;
}

.shikaku p {
  text-align: justify;
}

.senpai .list li {
  margin-bottom: 30px;
  padding: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1E765D;
}

.senpai .list li:last-child {
  margin-bottom: 0;
}

.senpai .list .image {
  width: 100%;
}

.senpai .list h4 {
  margin-bottom: 20px;
  color: #FFFFFF;
  background: #1E765D;
  padding: 10px;
  display: inline-block;
}

.senpai .list p {
  text-align: justify;
}

.policy {
  margin-bottom: 40px;
}

.policy .sub-title {
  margin-top: 60px;
}

.policy h4 {
  margin-bottom: 5px;
}

.policy .small-list {
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
  background: #F5F8F7;
  padding: 15px;
  margin: 20px 0 30px;
}

.policy .small-list li {
  margin: 15px 0;
  word-break: break-all;
}

.policy .small-list h4:before {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: "(" counter(number) ") ";
  /* 表示形式を指定 */
}

.policy ul li {
  line-height: 2.5rem;
}

/* お問い合わせフォーム *********************************************************************************************/
.contact {
  margin-bottom: 20px;
}

.contact form tr {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  width: 100%;
}

.contact form th {
  color: #1E765D;
}

.contact form th, .contact form td {
  width: 100%;
  display: inline-block;
  text-align: left;
  font-family: 游ゴシック, sans-serif;
}

.contact form input, .contact form textarea {
  background: #F1F1F1;
  border: 1px solid #1E765D;
  width: 100%;
  border-radius: 3px;
  padding: 5px 0 5px 5px;
  margin-top: 5px;
}

.contact form textarea {
  min-height: 250px;
  max-height: 500px;
  resize: none;
}

.contact form input[type="radio"] {
  display: none;
}

.contact form input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin: 5px 0;
}

.contact form input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.contact form input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #ec7979;
  border-radius: 50%;
}

.contact form input:focus, .contact form text-area:focus {
  background: #F5F8F7;
}

.contact .form-table {
  margin-top: 15px;
}

.contact .hissu {
  display: inline-block;
  margin-left: 5px;
  font-family: 游ゴシック, sans-serif;
  color: #FF0045;
}

.contact .attention {
  margin: 10px 0;
}

.contact .attention a {
  color: #1E765D;
  text-decoration: underline;
}

.contact .attention a:hover {
  text-decoration: none;
}

.contact .btn {
  width: 100%;
  background: #1E765D;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1E765D;
  font-weight: bold;
  font-family: "Ryumin Medium KL" ,"游明朝","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact .btn:after {
  content: '';
  width: 15px;
  height: 1px;
  margin-left: 10px;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  top: 25px;
}

.contact .btn:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  border-color: #1E765D;
  color: #1E765D;
}

.contact .btn:hover:after {
  border-top: 1px solid #1E765D;
}

.contact .btn {
  padding: 0;
  margin-bottom: 30px;
}

/* 500px以上のとき ******************************************************************************************************/
@media screen and (min-width: 500px) {
  .wrapper {
    width: 75%;
  }
  .sub-title {
    font-size: 2.2rem;
  }
  .main-title-2 {
    font-size: 2.4rem;
  }
  .header.sp .logo_container .container .logo {
    width: 250px;
    height: 40px;
  }
  .company, .company > div {
    padding: 40px;
  }
  .mission .hukidashi p {
    font-size: 2rem;
  }
  .mission .mission-list h3 {
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin-right: 30px;
    font-size: 1.8rem;
  }
  .mission .mission-list p {
    line-height: 1.7em;
  }
  #home .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 35px 0;
  }
  #home .service-list li {
    width: 47%;
  }
  #home .service-list h3 {
    font-size: 1.6rem;
  }
  .sub_table th {
    width: 20%;
  }
  .sub_table td {
    width: 70%;
  }
  .recruit .tab1-body {
    width: 90%;
  }
  .boshu .btn {
    max-width: 300px;
    margin: 50px auto;
    display: block;
  }
  #pagevisual {
    background: url(../images/page-visual-tab.svg);
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .flow-wrapper {
    height: 280px;
  }
  .flow-wrapper .flow {
    top: 14%;
  }
  #page .service-list {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  body {
    padding-bottom: 62px;
  }
  .header.pc .logo img {
    width: 370px;
  }
  .header.sp .logo_container {
    height: 60px;
  }
  .header.sp .logo_container .container .logo {
    width: 300px;
    height: 40px;
  }
  .header.sp .logo_container .container #nav-toggle {
    top: 16px;
  }
  #mainvisual, #pagevisual {
    margin-top: 63px;
  }
  .sub-title {
    border-left: 12px solid #1E765D;
    color: #1E765D;
    padding-left: 15px;
    margin: 30px 0;
  }
  .main_table th {
    width: 20%;
    padding-left: 15px;
  }
  .main_table td {
    width: 70%;
  }
  .main_table td.uriage_td {
    padding-left: 22%;
  }
  .main_table .uriage_p {
    display: inline-block;
  }
  .sub_table th {
    width: 20%;
  }
  .sub_table td {
    width: 70%;
  }
  .company {
    padding: 50px;
  }
  .company > div {
    max-width: 500px;
    padding: 50px;
  }
  .service {
    margin: 0 30px;
  }
  .service-title {
    font-size: 2rem;
  }
  .service-text {
    font-size: 1.5rem;
  }
  footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer li:nth-child(1) {
    margin-right: 30px;
  }
  footer li:nth-child(2) {
    padding-left: 30px;
  }
  footer li + li {
    border-left: 1px solid #fff;
  }
  footer ul a {
    font-size: 1.4rem;
    border-bottom: none;
    padding: 0px;
  }
  footer ul a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  footer p {
    font-size: 1.4rem;
    padding: 0;
  }
  .greeting .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .greeting .content img {
    width: 25%;
    margin: 0;
  }
  .greeting .content .text {
    width: 100%;
  }
  #pagevisual {
    margin-bottom: 80px;
  }
  #page .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*justify-content: space-between;*/
    margin: 35px 0 70px;
  }
  #page .service-list li {
    width: 47%;
  }
  #page .service-list li:first-child {
    margin-right: 4%;
  }
  #page .service-list p {
    font-size: 1.6rem;
  }
  .tab1__link {
    font-size: 1.8rem;
  }
  .tab1__item a {
    font-size: 1.8rem;
  }
  .flow-wrapper {
    height: 400px;
  }
  .flow-wrapper .flow {
    top: 15%;
  }
  .service-column {
    padding: 30px;
  }
  .service-column p {
    font-size: 1.6rem;
  }
  .service-column .list.col2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service-column .list.col2 li {
    margin-right: 30px;
  }
  .service-column .list li {
    width: 30%;
  }
  .access .list {
    margin-top: 30px;
  }
  .access .list li {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 50px;
  }
  .access .list li img {
    width: 100%;
  }
  .access .list li .text {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .access .list li h4 {
    color: #1E765D;
    margin-top: 0px;
  }
  .access .list li iframe {
    width: 55%;
    height: 100%;
    margin: 0;
    min-height: 400px;
  }
  .recruit section {
    margin-bottom: 70px;
  }
  .recruit .tab1__link {
    padding: 8px 0;
  }
  .boshu .main_table th {
    width: 25%;
  }
  .boshu .main_table td {
    width: 70%;
  }
  .career .column2 {
    padding: 40px;
  }
  .shikaku .main_table th {
    width: 25%;
  }
  .shikaku .main_table td {
    width: 70%;
  }
  .senpai .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .senpai .list li .image {
    width: 45%;
    margin-right: 5%;
  }
  .senpai .list li .text {
    width: 50%;
    margin-bottom: 20px;
  }
  .link .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .link .disc {
    font-size: 1.3rem;
    line-height: 2.5em;
    padding-left: 0;
    list-style: none;
    margin-bottom: 100px;
  }
  .contact form .form-table {
    width: 100%;
  }
  .contact form tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact form th {
    width: 35%;
  }
  .contact form td {
    width: 60%;
  }
  .contact form #name, .contact form #tel {
    max-width: 300px;
  }
  .contact form #mail {
    max-width: 450px;
  }
  .contact .attention {
    text-align: center;
    margin: 30px 0 20px;
  }
  .contact .btn {
    max-width: 350px;
    display: block;
    margin: 30px auto 60px;
  }
}

@media screen and (min-width: 1024px) {
  .wrapper {
    max-width: 900px;
  }
  .main-title {
    width: 140px;
  }
  .main-title span {
    line-height: 1rem;
  }
  .header.sp {
    display: none;
  }
  .header.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.pc .container {
    max-width: 1300px;
  }
  .header.pc .gnav li + li {
    margin-left: 22px;
  }
  #mainvisual, #pagevisual {
    margin-top: 78px;
  }
  #pagevisual .main-title {
    font-size: 2.4rem;
  }
  .banner {
    margin: 50px 0 50px;
  }
  .mission .hukidashi {
    padding: 25px 0 40px;
  }
  .mission .mission-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 900px;
    margin: 0 auto;
  }
  .mission .mission-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 30px;
    width: 48%;
  }
  .mission .mission-list li:nth-child(odd) {
    margin-right: 4%;
  }
  .mission .mission-list p {
    width: 60%;
    font-size: 1.7rem;
  }
  .service-title {
    font-size: 2.4rem;
    padding-left: 1.5em;
  }
  .service-text {
    margin-top: 20px;
    padding-left: 2.5em;
  }
  /*.service {margin: 0 70px;}
	.service p {margin: 0 70px; text-align: center;}*/
  .bannner {
    padding: 50px 0 30px;
  }
  .company > div {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
  }
  .company .image {
    width: 42%;
    margin-right: 3%;
  }
  .company .text {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company p {
    width: 80%;
    width: 80%;
    margin: 0px;
    line-height: 2em;
  }
  .company .btn {
    width: 80%;
    margin: 0px;
  }
  .flow-wrapper {
    height: 500px;
    margin: 50px 0;
  }
  .flow-wrapper .flow {
    width: 32%;
    top: 14%;
  }
  .flow-wrapper .flow span:before {
    left: -16%;
  }
  .flow-wrapper .flow:first-child {
    right: 38%;
  }
  .flow-wrapper .flow:last-child {
    right: 3%;
  }
  .service-column .list li {
    width: 22%;
  }
  .service-column .list.col3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service-column .list.col3 li {
    margin-right: 30px;
  }
  .tab1-body {
    font-size: 1.6rem;
  }
  .link .disc {
    font-size: 1.5rem;
  }
  footer .wrapper {
    max-width: 960px;
  }
  .recruit {
    font-size: 1.6rem;
  }
  .recruit .tab1-body {
    max-width: 1100px;
  }
  .recruit .tab1-body:before {
    padding-top: 60px;
  }
  .policy {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1280px) {
  #mainvisual {
    background: #dedede;
  }
  #mainvisual img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  #pagevisual {
    background: url(../images/page-visual-pc.svg);
    width: 100%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .link .disc {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=main.css.map */