@charset "utf-8";

@media screen and (min-width: 769px) {

  /* 共通 =============== */
  body p {
      font-size: 15px;
  }
  header {
    position: inherit;
  }
  .cap {
    font-weight: bold;
    margin-top: 8px;
  }
  .header-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 16px;
  }

  #header-logo {
    float: left;
    margin-top: 16px;
  }

  #global {
    display: block;
  }

  #global-items {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
  }

  #site-address {
    display: block;
  }

  .sp-navi {
    display: none;
  }

  #hero {
    margin-top: 0;
  }

  #hero {
    padding-top: 50%;
    background-image: url(../images/home/mv@2x.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .sub #hero {
    position: relative;
    margin-top: 36px;
    margin-bottom: 100px;
  }

  .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: 26px;
    letter-spacing: 0.2em;
    color: #fff;
  }

  .ttl {
    position: relative;
    padding: 0 0 1.5rem;
    text-align: center;
    font-size: 28px;
    margin-bottom: 48px;
    letter-spacing: 0.08em;
    font-weight: 500;
  }

  .ttl:before {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 16px);
    width: 32px;
    height: 1px;
    content: '';
    border-radius: 3px;
    background: #000;
  }

  .ttl span {
    font-size: 12px;
    margin-bottom: 8px;
    display: block;
    color: #189BBC;
    font-weight: 600;
    letter-spacing: 0;
  }

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

  .ttl.txt-blue:before {
    background: #189BBC;
  }
  .bg_blue {
    background: #EFF8FF;
  }

  .bg_gray {
    background: #F5F5F5;
  }

  section {
    margin: 80px auto;
  }

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

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


  .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;
  }

  /* トップ =============== */

  .tagline-sec {
      margin: 0;
  }
  .index_nav {
    display: flex;
    justify-content: space-between;
  }
  .index_nav.bnr li {
    background: none;
    margin-bottom: 32px;
  }
  .index_nav li {
    width: 48%;
    background: linear-gradient(70deg, #F2FAFF, #82D2E6);
  }

  .index_nav li p {
    padding: 0 40px 28px;
    font-size: 15px;
  }

  .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;
  }
  .index_nav li a {
    display: block;
    transition: 0.3s;
  }
  .index_nav li a:hover {
    opacity: 0.7;
  }

  .company_info_wrap {
    display: flex;
    justify-content: space-between;
  }
.company_info {
  padding-bottom: 164px !important;
}
  .ttl_block {
    margin-bottom: 40px;
    position: relative;
    width: 270px;
    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;
  }

  #tagline {
    height: 229px;
    background-color: #EBF0FA;
    background-image: url(../images/home/tagline.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: inherit;
  }

  .gmap {
    width: 50%;
    padding-top: 51%;
    margin-bottom: 16px;
    position: relative;
    height: 0;
    border: 1px solid #189BBC;
  }

  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .company_info {
    width: 48%;
    padding-bottom: 80px;
    margin-bottom: 0;
  }

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

  .profile dt,
  .profile dd {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 12px 0 7px 15px;
  }
 .profile dd {
    padding: 9px 0 7px 15px;
  }

  .profile dt {
    font-size: 15px;
    width: 140px;
    font-weight: bold;
  }

  .profile dd {
    width: calc(100% - 140px);
    display: flex;
    align-items: center;
    line-height: 1.8;
  }
  .profile dd.small {
    font-size: 12px;
  }

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


  /* 事業内容 =============== */

  .business #hero {
    padding: 0;
    background: #ccc url(../images/business/mv.jpg);
    background-size: cover;
    height: 300px;
  }
  .recruit #hero {
    padding: 0;
    background: #ccc url(../images/recruit/mv.jpg);
    background-size: cover;
    height: 300px;
  }
  .contact #hero {
    padding: 0;
    background: #ccc url(../images/contact/mv.jpg);
    background-size: cover;
    height: 300px;
  }
  .main-catch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 164px;
  }
  
  .main-catch figure {
    width: 46%;
  }

  .main-catch p {
    width: 46%;
    line-height: 2;
  }
.about-copy {
    width: 600px;
    margin: 0 auto 48px;
    line-height: 2;
}
.business_about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.business_about li {
    width: 48%;
    margin-bottom: 100px;
}
.business_about li h3 {
    font-size: 22px;
    color: #189BBC;
    margin-bottom: 8px;
    letter-spacing: .1em;
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}
.business_about figure {
    margin-bottom: 16px;
}

.business_about figure p {
    line-height: 1.8;
}
.flow-col {
    padding: 80px 0;
  }

  .flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flow li {
    position: relative;
    width: 30%;
    color: #189BBC;
}
.flow figure {
    
    margin-bottom: 24px;
}
.flow figure img {
    margin: 0 auto;
    width: 80%;
}
.flow li.flow-arrow:after {
    position: absolute;
    top: 88px;
    right: -48px;
    content: url(../images/common/arrow-right_blue.png);
    display: block;
    text-align: center;
    margin-left: 8px;
  }

  .strength-col {
    border: 1px solid #189BBC;
    padding: 40px 28px;
    margin-bottom: 32px;
    border: 1px solid #82D2E6;
    background: linear-gradient(160deg, #fff, #fff, #E1EFF8);
  }
  
  .strength-col li {
    margin-bottom: 0;
  }
  
  .strength-col li:last-child {
    margin-bottom: 0;
  }
  
  .strength-col h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #189BBC;
    text-align: center;
  }
  
  .strength-col h3 span {
    border-bottom: 6px solid #F7F085;
    padding-bottom: 6px;
  }

  .strength-col.wide ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .strength-col.wide ul li {
    width: 30%;
}
.strength-col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.strength-col-wrap .strength-col {
    width: 25%;
}
.strength-col-wrap .strength-col img {
    width: 100%;
}



/* 採用情報 =============== */
.recruit .main-catch {
    width: 560px;
    margin: 0 auto;
  display: block;
  margin-bottom: 128px;
}
.recruit .main-catch figure {
  width: 100%;
  margin-bottom: 56px; 
}
.recruit .main-catch p {
  width: 100%;
  line-height: 2;
}
.recruit_merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recruit_merit li {
    position: relative;
    width: 100%;
    margin-bottom: 180px;
}
.recruit_merit figure {

    width: 55%;
    margin-bottom: 24px;
}
.recruit_merit figure img {
    margin: 0 auto;
    width: 100%;
}
.recruit_merit_inner {
    margin: 0 auto;
    background: #fff;
    padding: 32px 40px;
    border-top: 1px solid #89C9D9;
    border-bottom: 1px solid #89C9D9;
    z-index: 1;
  }
  .recruit_merit_inner h3 {
      font-size: 24px;
      font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
      margin-bottom: 40px;
  }

.open-culture,
.flexible {
    position: absolute;
  top: 260px;
  right: 0;
    width: 48%;
    margin-top: -100px;
    z-index: 100;
    padding-bottom: 100%;
}

.benefits {
    position: absolute;
  top: 260px;
  left: 0;
    width: 48%;
    margin-top: -100px;
    z-index: 100;
    padding-bottom: 100%;
}

.open-culture .merit01,
.flexible .merit03 {
    width: 60%;
    margin-left: auto;
}
.benefits .merit02 {
    width: 60%;
    margin-right: auto;  
}


.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: 10px;
    font-weight: bold;
  }
  
  .occupation {
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
    color: #189BBC;
    font-size: 28px;
    margin-bottom: 24px;
    font-weight: normal;
  }
  
  .occupation span {
    border-bottom: 6px solid #F7F085;
    padding-bottom: 6px;
  }
  
  .occupation:before {
    content: "";
    display: inline-block;
    width: 72px;
    height: 72px;
    margin: 3px 8px 0 0;
    background: url("../images/recruit/occupation_icon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  
  .voice-col_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .voice-col h4 {
    padding: 24px 40px;
    margin-bottom: 40px;
    text-align: left;
    background: #189BBC;
    color: #fff;
    font-size: 20px;
    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: 28px;
    height: 28px;
    margin: 0 5px 0 0;
    background: url("../images/recruit/interview_icon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .schedule {
    width: 48%;
    margin-bottom: 40px;
  }
  .schedule h4:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 5px 0 0;
    background: url("../images/recruit/schedule_icon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  
  .interview {
      width: 48%;
    margin-bottom: 40px;
  }
  .interview.full{
    width: 100%;
}
  
  .voice-col {
    margin-bottom: 48px;
    background: linear-gradient(160deg, #fff, #fff, #E1EFF8);
  }
  
  .voice-col section {
    margin: 0 24px 24px;
  }
  
  .voice-col h5 {
    padding-bottom: 6px;
    margin-bottom: 12px;
    color: #189BBC;
    ;
    font-size: 16px;
    border-bottom: 2px dotted #189BBC;
  }
  
  .time {
    display: flex;
  }
  
  .time dt,
  .time dd {
    font-size: 16px;
    border-bottom: 2px dotted #189BBC;
    box-sizing: border-box;
    padding: 16px 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: 28px;
  }
  
  .requirement {
    padding: 64px 0 120px;
    margin-bottom: 0;
  }
  
  .requirement_col {
    background: #fff;
    padding: 32px;
  }
  
  .requirement_ttl {
    margin-bottom: 32px;
    padding-bottom: 8px;
    color: #189BBC;
    font-size: 18px;
    border-bottom: 2px dotted #189BBC;
  }
  
  .requirement_cont {
    display: flex;
  flex-wrap: wrap;
    border: 1px solid #189BBC;
  }
  
  .requirement_cont dt,
  .requirement_cont dd {
    font-size: 15px;
    box-sizing: border-box;

  }
  
  .requirement_cont dt {
    padding: 16px 16px 0 16px;
    font-weight: bold;
    font-size: 15px;
    width: 30%;
    color: #189BBC;
    display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .requirement_cont dd {
    width: 70%;
    padding: 0 16px 16px;
  }

  .requirement_cont dt {
    width: 20%;
    padding: 20px 32px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .requirement_cont dd {
    width: 80%;
    padding: 20px 32px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }


/* CV =============== */
.contact-area {
    position: relative;
    
    padding: 16px 0 120px;
    margin-bottom: 280px;
    background: url(../images/business/contact-bg.jpg) no-repeat;
  }
  
  .contact-area .inner {
    padding: 48px 16px;
  }
  
  .contact-area p {
    font-size: 24px;
    font-weight: normal;
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
    text-align: center;
  }
  
  .cv {
      display: flex;
    align-items: center;
    position: absolute;
    padding: 80px;
    margin-left: 20%;
    width: calc(80% - 160px);
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  }
  
.tel {
    width: 300px;
    margin-right: 8%;
}
  .tel img {
      display: inline;
    width: 100%;
  }
  
  /*
  .cv-btn {
    display: block;
    border: 1px solid #007795;
    padding: 20px 72px;
    background: linear-gradient(70deg, #189BBC, #82D2E6);
    color: #fff;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-size: 18px;
    text-align: center;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

  }
  .cv-btn:hover {
    background: linear-gradient(70deg, #82D2E6, #189BBC);
    color: #fff;
  }
 


  a.cv-btn:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 6px 10px 0 0;
    background: url("../images/common/mail.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

*/

   /* ボタン本体の装飾 */
.cv-btn {
    position: relative; /* static以外を指定 */
    z-index: 0; /* グラデーションよりも上に配置 */
    display: block;
    border: 1px solid #007795;
    padding: 20px 80px;
    max-width: 100%;
    background: transparent; /* 背景を透明にする */
    overflow: hidden; /* はみ出した部分を非表示(角丸を付ける場合は必須) */
    cursor: pointer; /* カーソルをポインターにする */
    /* 以下ボタンのテキスト装飾(自由にカスタマイズしてください) */
    color: #fff;
    font-size: 16px;
    letter-spacing: .1em;
    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: 101%;
    height: 101%;
  }
.mail-icon {
    width: 24px;
    display: inline-block;
    margin-right: 8px;
}
  /* グラデーション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;
  }

  .cv-btn.recruit-btn {
      width: 320px;
      margin: 0 auto;
  }


/* フォーム =============== */
.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: 15px;
  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 124px;
  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: 20%;
  float: left;
  padding: 42px 0 25px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

form#mail_form dl dd {
  width: 75%;
  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: 16px;
}

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% - 32px);
  padding: 16px;
  background: #ECF7FA;
  border-radius: 3px;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
  border: none;
}
form#mail_form input[name="postal"] {
  width: 20%;
}
form#mail_form input[name="age"] {
  width: 10%;
}
form#mail_form input[name="name"],
form#mail_form input[name="read"] {
  width: 60%;
}
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: 16px 5% 16px 16px;
  font-size: 16px;
  width: 40%;
  text-align: left;
  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% - 32px);
  height: 200px;
  padding: 16px;
  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="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% - 32px);
}

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

form#mail_form input[type="button"] {
  padding: 20px 130px;
  border: 1px solid #007795 !important;
  background: linear-gradient(160deg, #189BBC, #82D2E6);
  font-size: 16px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  transition: 0.5s;
}

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: linear-gradient(160deg, #82D2E6, #189BBC);
  border: none;
  transition: all 0.6s; /* アニメーション実行時間 */
}




  

form#mail_form input[type="button"] {
  /* margin-left: 35%; */
}
input[type=checkbox] {
  opacity: 0;
}
form#mail_form input[type="button"][disabled] {
  background: #ccc !important;
  color: #fff !important;
  cursor: default;
  border: none !important;
}

.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 {
    position: relative;
    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;
    margin-bottom: 32px;
    color: #189BBC;
    font-size: 28px;
    text-align: center;
}
.contact_cont {
    width: 80%;
    margin: 0 auto 16px;
}
.contact_tel span {
    font-size: 16px;
    margin-right: 4px;
    vertical-align: middle;
}
.contact_tel {
    padding-bottom: 16px !important;
    margin-bottom: 128px;
    color: #189BBC;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}


/* 補助 =============== */
.right {
    float: right;
}
.pc {
    display: block;
  }
  .txt-align-c {
      text-align: center;
  }
  .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 !important;
  }
  
  .pb-120 {
    padding-bottom: 120px !important;
  }
  .non-border {
      border: 0 !important
    }
  .profile .non-border {
    border: 0 !important;
  }
  #footer-address a {
    color: #fff;
}
}

  @media screen and (min-width:769px) and ( max-width:1280px) {
   /* ボタン本体の装飾 */
   .cv-btn {
    position: relative; /* static以外を指定 */
    z-index: 0; /* グラデーションよりも上に配置 */
    display: block;
    border: 1px solid #007795;
    padding: 20px 30px;
    max-width: 100%;
    background: transparent; /* 背景を透明にする */
    overflow: hidden; /* はみ出した部分を非表示(角丸を付ける場合は必須) */
    cursor: pointer; /* カーソルをポインターにする */
    /* 以下ボタンのテキスト装飾(自由にカスタマイズしてください) */
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: center;
  }
}

.profile-midashi {

}
.prof-cont {
  margin-left: 1em;
}
.midashi-s {
  font-weight: bold;
  margin-left: 1em;
  margin-top: 4px;
}
.profile dd.noflex {
  display: block;
}