@charset "utf-8";
@media screen and (max-width: 768px) {
/* 共通 =============== */

section {
  margin: 0 auto 64px;
}

section .inner {
  max-width: 980px;
  padding: 0 16px;
}
.cap {
  font-weight: bold;
}
/* 見出し =============== */
.ttl {
  position: relative;
  padding: 0 0 1.5rem;
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.ttl:before {
  position: absolute;
  bottom: -6px;
  left: calc(50% - 16px);
  width: 32px;
  height: 1px;
  content: '';
  border-radius: 3px;
  background: #000;
}
.ttl.txt-blue:before {
  background: #189BBC;
}
.ttl span {
  font-size: 12px;
  margin-bottom: 8px;
  display: block;
  color: #189BBC;
  font-weight: 600;
  letter-spacing: 0;
}

/* SPナビ =============== */
.sp-navi {
  overflow: visible;
}

#g-nav {
  position: fixed;
  z-index: -999;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #179BBD;
  transition: all 0.3s;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 16px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.openbtn1 {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 16px;
  right: 16px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 16px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
  background-color: #fff;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 28px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
  background-color: #fff;
}

/* ヘッダー =============== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  z-index: 1;
}

.header-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}

#header-logo {
  margin-top: 12px;
}

#header-logo img {
  width: 80%;
  height: auto;
}

#site-address {
  display: none;
}

#global {
  display: none;
}

/* フッター =============== */
#footer-id {
  margin: 0 auto;
}

.footer-inner {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 16px;
}

#footer-logo {
  float: none;
}

#footer-logo img {
  margin: 0 auto;
}

#footer-tel {
  float: none;
}

#footer-tel a {
  display: block;
}

#footer-tel {
  margin: 16px auto;
}

#footer-address {
  margin-bottom: 16px;
  text-align: center;
  float: none;
}
#footer-address a {
  color: #fff;
}
#footer-items {
  text-align: center;
  margin: 0 auto;
  float: none;
}

#footer-items li:first-child {
  border-top: 1px dotted #fff;
  border-left: none;
}

#footer-items li {
  margin-bottom: 8px;
  padding: 8px 0;
  width: 100%;
  border: none;
  border-bottom: 1px dotted #fff;
}

/* CV =============== */
.contact-area {
  position: relative;
  padding: 16px 0 48px;
  margin-bottom: 280px;
  background: url(../images/business/contact-bg.jpg) no-repeat;
}

.contact-area .inner {
  padding: 32px 16px;
}

.contact-area p {
  font-size: 18px;
  font-weight: normal;
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
}

.cv {
  position: absolute;
  padding: 32px;
  margin-left: 16px;
  width: calc(100% - 80px);
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.tel {
  margin-bottom: 16px;
}

.cv-btn {
  display: block;
  padding: 24px 16px;
  background: #189BBC;
  color: #fff;
  font-size: 15px;
  text-align: center;
}



  /* ボタン本体の装飾 */
  .cv-btn {
    position: relative; /* static以外を指定 */
    z-index: 0; /* グラデーションよりも上に配置 */
    display: block;
    border: 1px solid #007795;
    padding: 24px 16px;
    background: transparent; /* 背景を透明にする */
    overflow: hidden; /* はみ出した部分を非表示(角丸を付ける場合は必須) */
    cursor: pointer; /* カーソルをポインターにする */
    /* 以下ボタンのテキスト装飾(自由にカスタマイズしてください) */
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: center;
  }
  
  /* ::before, ::afterで2種類のグラデーションを用意 */
  .cv-btn::before,
  .cv-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
.mail-icon {
    width: 20px;
    display: inline-block;
}
  /* グラデーション1 */
  .cv-btn::before {
    transition: all 0.6s; /* アニメーション実行時間 */
    z-index: -1;
    background: linear-gradient(70deg, #189BBC, #82D2E6);
  }
  
  /* グラデーション2 */
  .cv-btn::after {
    z-index: -2;
    background: linear-gradient(70deg, #82D2E6, #189BBC);
  }
  
  /* ホバー時にグラデーション1を透明にする */
  .cv-btn:hover::before {
    opacity: 0;
  }


/* トップへ戻る =============== */
.back_block {
  margin: -140px auto 0;
  width: 200px;
  border-bottom: 40px solid #9A9A9A;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
}

.back_block p {
  padding-top: 8px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

/* トップ =============== */
#hero {
  position: relative;
  margin-top: 70px;
  padding-top: 66.66%;
  background-image: url(../images/home/mv-sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.index_nav {
  display: block;
}

.index_nav li {
  width: 100%;
  margin-bottom: 40px;
}

.index_nav li {
  background: linear-gradient(70deg, #F2FAFF, #82D2E6);
}

.index_nav li p {
  padding: 0 24px 24px;
  font-size: 16px;
}

.index_nav li figure {
  position: relative;
  text-align: center;
}

.index_nav li figure img {
  width: 100%;
}

.index_nav li figure h2 {
  position: absolute;
  /*絶対配置*/
  color: white;
  /*文字は白に*/
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.index_nav li figure h2:after {
  content: url(../images/common/arrow.png);
  display: block;
}

.index_nav li figure {
  margin-bottom: 16px;
}

.company_info_wrap {
  display: block;
}

.gmap {
  width: 100%;
  padding-top: 66.67%;
  position: relative;
    height: 0;
    border: 1px solid #189BBC;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company_info {
  width: 100%;
}

.ttl_block {
  margin-bottom: 40px;
  position: relative;
  width: 300px;
  padding: 10px 15px;
}

.ttl_block .bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ttl_block .bg:after {
  position: absolute;
  display: block;
  width: 60%;
  height: 100%;
  content: '';
  left: 0%;
  top: 0%;
  transform: skewX(-30deg);
  transform-origin: 100% 0;
  background: #189BBC;
}

.ttl_block .sec_ttl {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  z-index: 1;
}

.profile {
  display: block;
  width: 100%;
}

.profile dt,
.profile dd {
  font-size: 15px;
  border-bottom: none;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}

.profile dt {
  padding: 15px 0 0;
  background: none;
  font-weight: bold;
}

.profile dd {
  border-bottom: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 8px 0 15px 0;
}

/* 下層ページ共通 =============== */
.sub #hero {
  margin: 70px 0 64px;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.sub #hero p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
}

.business #hero {
  background: #ccc url(../images/business/mv-sp.jpg);
  background-size: cover;
  height: 0;
}

.recruit #hero {
  background: #ccc url(../images/recruit/mv-sp.jpg);
  background-size: cover;
  height: 0;
}
.contact #hero {
  background: #ccc url(../images/contact/mv-sp.jpg);
  background-size: cover;
  height: 0;
}

#tagline {
  margin-bottom: 40px;
  background-size: 240%;
  height: 136px;
}

/* 事業紹介 =============== */
.main-catch {
  display: block;
}

.main-catch figure,
.main-catch p {
  width: 100%;
}

.main-catch figure {
  margin-bottom: 24px;
}

.main-catch-img img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.business_about {
  margin-top: 40px;
}

.business_about li {
  margin-bottom: 40px;
}

.business_about li h3 {
  font-size: 18px;
  color: #189BBC;
  margin-bottom: 8px;
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.business_about li figure {
  margin-bottom: 16px;
}

.flow-col {
  padding: 64px 0;
}

.flow {
  margin-top: 24px;
}

.flow li {
  margin-bottom: 16px;
  color: #189BBC;
}

.flow li:after {
  content: url(../images/common/arrow-bottom_blue.png);
  display: block;
  text-align: center;
  margin-left: 8px;
}

.flow li:last-child::after {
  content: none;
}

.flow li figure {
  width: 60%;
  margin: 0 auto 16px;
}

.flow li img {
  text-align: center;
  margin: 0 auto;
}

.strength-col {
  border: 1px solid #189BBC;
  padding: 40px;
  margin-bottom: 32px;
  border: 1px solid #82D2E6;
  background: linear-gradient(160deg, #fff, #fff, #E1EFF8);
}

.strength-col li {
  margin-bottom: 24px;
}

.strength-col li:last-child {
  margin-bottom: 0;
}

.strength-col h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #189BBC;
  text-align: center;
}

.strength-col h3 span {
  border-bottom: 6px solid #F7F085;
  padding-bottom: 5px;
}

/* 採用情報 =============== */
.recruit_merit {
  margin-top: 40px;
}

.recruit_merit figure img {
  z-index: 0;
}

.recruit_merit li {
  position: relative;
  margin-bottom: 64px;
}

.recruit_merit li h3 {
  font-size: 18px;
  margin-bottom: 16px;
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.eng-catch.merit01 img {
  width: 75%;
  margin: 0 auto;
}

.eng-catch.merit02 img {
  width: 50%;
  margin: 0 auto;
}

.eng-catch.merit03 img {
  width: 50%;
  margin: 0 auto;
}

.recruit_merit_inner {
  margin: 0 auto;
  width: 80%;
  background: #fff;
  padding: 32px 0;
  border-top: 1px solid #89C9D9;
  border-bottom: 1px solid #89C9D9;
  z-index: 1;
}

.recruit_merit_inner::before img {
  width: 100px;
}

.recruit_merit li figure {
  margin-bottom: 16px;
}

.voice-col {
  position: relative;
  padding: 40px 32px 32px;
  border: 1px solid #189BBC;
}

.voice-num {
  position: absolute;
  top: -16px;
  left: 16px;
  display: block;
  width: 82px;
  height: 42px;
  background: url(../images/recruit/voice-ttl-bg.png);
  background-size: cover;
  text-align: center;
  vertical-align: middle;
}

.voice-num span {
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}

.occupation {
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  color: #189BBC;
  font-size: 20px;
  margin-bottom: 24px;
}

.occupation span {
  border-bottom: 6px solid #F7F085;
  padding-bottom: 6px;
}

.occupation:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 3px 5px 0 0;
  background: url("../images/recruit/occupation_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.voice-col h4 {
  padding: 10px 16px;
  margin-bottom: 16px;
  text-align: center;
  background: #189BBC;
  color: #fff;
  font-size: 16px;
  border-radius: 16px 16px 0 0;
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.interview h4:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  background: url("../images/recruit/interview_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.schedule h4:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  background: url("../images/recruit/schedule_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.interview {
  margin-bottom: 40px;
}

.voice-col {
  margin-bottom: 48px;
  background: linear-gradient(160deg, #fff, #fff, #E1EFF8);
}

.voice-col section {
  margin-bottom: 24px;
}

.voice-col h5 {
  padding-bottom: 6px;
  margin-bottom: 12px;
  color: #189BBC;
  ;
  font-size: 16px;
  border-bottom: 2px dotted #189BBC;
}

.time {
  display: flex;
  width: 100%;
}

.time dt,
.time dd {
  font-size: 16px;
  border-bottom: 2px dotted #189BBC;
  box-sizing: border-box;
  padding: 8px 0;
}

.time dt {
  font-size: 16px;
  width: 110px;
  font-weight: bold;
  color: #189BBC;
  margin-right: 2px;
}

.time dt:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: -1px 0 0 8px;
  background: url("../images/recruit/line.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.time dd {
  width: calc(100% - 120px);
}

.index_nav li figure {
  margin-bottom: 24px;
}

.requirement {
  padding: 64px 0 120px;
  margin-bottom: 0;
}

.requirement_col {
  background: #fff;
  padding: 32px;
}

.requirement_ttl {
  margin-bottom: 16px;
  padding-bottom: 4px;
  color: #189BBC;
  font-size: 18px;
  border-bottom: 2px dotted #189BBC;
}

.requirement_cont {
  display: block;
  border: 1px solid #189BBC;
}

.requirement_cont dt,
.requirement_cont dd {
  font-size: 16px;
  box-sizing: border-box;
}

.requirement_cont dt {
  padding: 16px 16px 0 16px;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  color: #189BBC;
}

.requirement_cont dd {
  width: 100%;
  padding: 0 16px 16px;
}

/* フォーム =============== */
.recruit_form {
    padding-bottom: 6px !important;
    color: #189BBC;
    font-size: 16px;
    border-bottom: 2px dotted #189BBC;
}
.privacy_policy {
    height: 200px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #ccc;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
    font-size: 16px;
    text-align: center;

}
.pp_midashi {
  font-size: 20px;
  font-weight: bold;
}
.privacy_policy h2 {
  margin-bottom: 8px;
  text-align: left;
}
.privacy_policy p {
  margin-bottom: 32px;
  line-height: 1.8;
  text-align: left;
}
.privacy_policy ul {
margin-bottom: 32px;
}
.privacy_policy ul li {
font-size: 15px;
font-weight: 300;
text-align: left;
line-height: 1.8;
padding-bottom: 8px;
padding-left:1em;
text-indent:-1em;
}
#form_submit {
    text-align: center;
    margin: 0 auto;
}
.agree {
    text-align: center;
}
form#mail_form * {
  box-sizing: content-box;
}

form#mail_form {
  width: 1000px;
  margin: 16px auto;
  background: #ffffff;

}

form#mail_form dl {
  margin: 0 auto;
  border-bottom: 1px solid #D8D8D8;
}

form#mail_form dl:after,
form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form#mail_form dl dt {
  width: 30%;
  float: left;
  padding: 35px 0 25px;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}

form#mail_form dl dd {
  width: 65%;
  float: right;
  padding: 30px 0 25px 5%;
}

form#mail_form dl dt i {
  float: left;
  position: relative;
  top: -2px;
}

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 85%;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
}

form#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
  font-size: 14px;
}

div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  width: calc(100% - 8% - 2px);
  padding: 12px 4%;
  background: #ECF7FA;
  border-radius: 3px;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
  border: none;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #ECF7FA;
  background: #ECF7FA;
  
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
  margin: 0 10px 0 0;
}

form#mail_form select::-ms-expand {
	display: none;
}

form#mail_form select {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  padding: 12px 4%;
  font-size: 16px;
  width: calc(100% - 8% - 2px);
  line-height: normal;
  box-shadow: none;
  background: #ECF7FA;
  border: none;
  background-image: url(../images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 17px 8px;
	background-position: right 10px center;
	background-color: #ECF7FA;
}
::placeholder {
    color: #89C9D9;
  }
dt.required-icon:before {
    content:"必 須";
    background: #189BBC;
    border-radius: 24px;
    padding: 4px 16px;
    font-size: 12px;
    margin-right: 8px;
    color: #fff;
}


form#mail_form textarea {
  display: block;
  width: calc(100% - 8% - 2px);
  height: 200px;
  padding: 7px 4%;
  resize: vertical;
  border: none;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
  background: #ECF7FA;
}

form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
  background: #f0f0f0;
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
}

form#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}

form#mail_form input[name="company"] {
}

form#mail_form input[name="name_1"],
form#mail_form input[name="name_2"],
form#mail_form input[name="read_1"],
form#mail_form input[name="read_2"],
form#mail_form input[name="postal"],
form#mail_form input[name="phone"],
form#mail_form input[name="schedule"] {
}

form#mail_form input[name="mail_address"],
form#mail_form input[name="mail_address_confirm"] {
}

form#mail_form input[name="postal"]+a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input[name="postal"]+a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form#mail_form input[name="address"] {
  width: calc(100% - 8% - 2px);
}

form#mail_form p#form_submit {
  margin: 0 auto;
  padding: 30px 0;
}



form#mail_form input[type="button"] {
  padding: 24px;
  width: calc(100% - 40px);
  border: none;
  background: linear-gradient(160deg, #189BBC, #82D2E6);
  font-size: 16px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: #189BBC;
  border: none;
}

form#mail_form input[type="button"][disabled] {
  background: #ccc !important;
  color: #fff !important;
  cursor: default;
  border: none !important;
}

form#mail_form input[type="button"] {
  margin-left: 35%;
}
input[type=checkbox] {
  opacity: 0;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #189BBC;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 1px solid #189BBC;
    border-bottom: 1px solid #189BBC;
    content: '';
    display: block;
    height: 9px;
    left: 11px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
/* 1000pixel start */
@media screen and (max-width: 1000px) {

  form#mail_form {
    width: 95%;
    font-size: 100%;
  }

  form#mail_form dl dt {
    width: auto;
    float: none;
    padding: 25px 0 10px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
  }

  form#mail_form dl dd {
    width: auto;
    float: none;
    padding: 0px 0 20px 0px;
  }

  form#mail_form dl dt i {
    float: none;
    position: static;
    font-weight: normal;
  }

  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin: 0 15px 0 0;
  }

  form#mail_form input[name="phone"],
  form#mail_form input[name="schedule"] {
    width: 60%;
  }

  form#mail_form p#form_submit {
    padding: 25px 0;
  }

  form#mail_form input[type="button"] {
    margin-left: 0;
  }
}
.contact_ttl {
    padding-bottom: 16px !important;
    color: #189BBC;
    font-size: 22px;
    text-align: center;
}
.contact_cont {
    margin-bottom: 16px;
}
.contact_tel span {
    font-size: 16px;
    margin-right: 4px;
    vertical-align: middle;
}
.contact_tel {
    padding-bottom: 16px !important;
    color: #189BBC;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

/* 補助 =============== */
.pc {
  display: none;
}

.txt-blue {
  color: #189BBC;
}

.bg_blue {
  background: #EFF8FF;
}

.bg_gray {
  background: #F5F5F5;
}

.bg_blue-gray {
  background: #EBF0FA;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-120 {
  padding-bottom: 120px;
}
.non-border {
    border: 0 !important
  }
.profile .non-border {
  border: 0 !important;
}
#access {
  margin-top: -70px;
padding-top: 70px;
}
.company_info {
  margin-bottom: 120px;
}
}