@charset "UTF-8";
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1000px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
body {
  background-color: #fff;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;  
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

section {
  padding: 0 20px;
}

a {
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

/*----------------header*/
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.header-img {
  margin-left: 10px;
}
/*----------------top*/
.top {
  background: url(../img/top-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 3% 0;
  margin-top: 80px;
}
.top-inner {
  width: 600px;
  margin: 0 auto;
}
.top-text-block {
  background-color: rgba(36, 26, 23, 66%);
  padding: 10px 20px 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  line-height: 2;
}
.top-head {
  text-align: center;
  font-size: 26px;
}
.top-body {
  margin-bottom: 10px;
}
.top-yellow {
  color: #fff100;
}
.top-green {
  background-color: #1f6978;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  margin-right: 5px;
}
.top-body-br {
  display: none;
}
.top_bottom {
 margin-bottom:10px;
}
/*----------------Bnr*/
.Bnr{
  position: relative;
  width: 360px;
  display: none;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 99;
}
.Bnr__img__inner{
  width: 360px;
  box-sizing:border-box;
  padding: 0px;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: -10px;
  top:-10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 30px;
  height: 30px;
  text-align: right;
}
/*----------------work*/
.work {
  background: url(../img/work-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.work-text {
  width: 60%;
  padding: 60px 0 40px;
}
.work-text img {
  width: 100%;
}
.work-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.work-item {
  width: 48%;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.work-item_block {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.work-item_block p {
  color: #00b2ae;
  font-weight: bold;
  font-size: 20px;
}
.work-item_block img {
  width: 30%;
}
.work-item_text {
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 15px;
}
/*----------------point*/
.point {
  background: url(../img/point-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.point-head {
  width: 100%;
  padding: 30px 0;
}
.point-head img {
  width: 100%;
}
.point-bottom {
  width: 100%;
  padding: 30px 0 60px;
}
.point-bottom img {
  width: 100%;
}

.point-item {
  background-color: rgba(0,178,174,.5);
  color: #303030;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  box-sizing: border-box;
}
.point-item h2 {
  color: #fff100;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.point-item p {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.point-small {
  font-size: 24px !important;
}
.point-item img {
  width: 100%;
  object-fit: contain;
  margin-right: 20px;
}
.point-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.7;
}
.point-text {
  width: 50%;
}
.point-img {
  width: 47%;
}
.point-block dt {
  display: inline-block;
  background-color: #4a4a4a;
  color: #fff;
  font-weight: bold;
  padding: 5px 40px;
  margin-bottom: 10px;
}
.point-green {
  font-size: 20px !important;
  background-color: #00a1ae !important;
  padding: 5px 20px !important;
  margin-top: 20px !important;
}
.point-block dd {
  font-size: 14px;  
}
.point-item_mb {
  margin-bottom: 0;
}
.point-block span {
  font-size: 18px;
  font-weight: bold;
}
.point-bottom_sp {
  display: none;
}
/*----------------joboffer*/
.joboffer-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.joboffer-item {
  background-color: #ebebec;
  width: 48%;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.joboffer-item h2 {
  color: #303030;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #00b2ae;
  margin-bottom: 20px;
  padding: 20px 0 0 30px;
}
.joboffer-block {
  display: flex;
  
  padding: 20px 10px 20px 15px;
}
.joboffer-img {
  width: 30%;
  margin-right: 15px;
}
/*----------------追加*/
.joboffer-text {
  width: 65%;
}
.joboffer-text dl {
  margin-bottom: 15px;
}
.joboffer-text dt {
  background-color: #00b2ae;
  color: #fff;
  padding: 3px 0;
  width: 120px;
  height: 20%;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
}
.joboffer-text dt:first-of-type {
  margin-bottom: 5px;
}
.joboffer-text dd {
  font-size: 12px;
}
.joboffer-text_flex {
  display: flex;
}
.btn {
  display:inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.btn-3 {
  display:inline-block;
  width: 100%;
  text-align: center;
}
.joboffer-btn {
  width: 300px;
  margin: 0 auto 60px;
}
.joboffer-btn img {
  width: 20px;
  padding-right: 20px;
  vertical-align: center;
}
.joboffer-top_sp {
  display: none;
}
/*----------------company*/
.company {
  background: url(../img/company-bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
  
}
.company-inner {
  padding-bottom: 80px;
  position: relative;
}
.company-img {
  width: 300px;
  margin: 0 auto 10px;
}
.company-head {
  padding-top: 80px;
}
.company-head h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
}
.company-block {
  display: flex;
  justify-content: space-between;
}
.company-block-img {
  width: 50%;
  margin-right: 40px;
}
.company-block-img img {
  width: 100%;
}
.company-block-text {
  color: #fff;
  line-height: 2.7;
  font-weight: bold;
  z-index: 1;
}
.company-block-text p {
  margin-bottom: 20px;
}
.company-block-span {
  display: inline-block;
  background-color: #1f6978;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 10px;
  width: 240px;
  margin-top: 10px;
}
.company-img-bg {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 43%;
}
/*----------------追加11/17*/
.company-item {
  display: flex;
  justify-content: space-between;
}
.company-item:first-of-type {
  margin-bottom: 40px;
}
.company-item-img {
  width: 38%;
}
.company-item-img img {
  width: 100%;
}
.company-item-text {
  width: 58%;
  color: #fff;
}
.company-item-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: .1em;
}
.company-item-text p {
  font-size: 14px;
  line-height: 2.5;
}

/*----------------contact*/
.contact {
  background: url(../img/point-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
}
.contact-inner {
  padding: 0 20px;
}
.contact-check {
  width: 100px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.contact-head {
  font-size: 32px;
  text-align: center;
  color: #00b2ae;
  font-weight: bold;
  margin-bottom: 40px;
}
.contact-head span {
  font-size: 50px;
}
.contact-step {
  margin-bottom: 40px;
}
.contact-img02 {
  margin-bottom: 40px;
}
.contact-registration {
  background-color: #00B2AE;
}
.contact-text {
  font-size: 50px;
  font-weight: bold;
  color: #FFFF6C;
  text-align: center;
  padding: 30px 10px;
}
.contact-text span {
  font-size: 31px;
  font-weight: bold;
  background-color: #DB0000;
  color: #fff;
  border-radius: 50%;
  padding: 30px 25px;
  margin-right: 10px;
}
.contact-text02 {
  font-size: 50px;
  font-weight: bold;
  color: #FFFF6C;
  text-align: center;
  padding: 30px 5px;
}
.contact-text02 span {
  font-size: 26px;
  font-weight: bold;
  background-color: #DB0000;
  color: #fff;
  border-radius: 50%;
  padding: 30px 15px;
  margin-right: 10px;
}
.contact-head_text {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.contact-registration_box {
  background-color: #fff;
  border: 20px solid #00b2ae;
  margin-bottom: 40px;
}
.contact-line {
  padding-bottom: 60px;
}
.contact-line_head {
  background-color: #02B902;
}
.contact-line01_img {
  flex: 1 1 auto;
  margin-right: 15px;
}
.contact-line_text01 {
  flex: 1 1 auto;
}
.contact-line_text01 h3 {
  font-size: 32px;
  font-weight: bold;
  color: #02B902;
  margin-bottom: 10px;
}
.contact-line_text01 img {
  width: 90%;
  margin-bottom: 20px;
}
.contact-line_text01 p {
  font-size: 12px;
}
.contact-line_text02 {
  flex: 2 1 auto;
}
.contact-line02_img {
  flex: 1 1 auto;
  margin-right: 15px;
}
.contact-line_step {
  display: flex;
  align-items: center;
  background-color: #02B902;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 50px;
}
.contact-line_step dd {
  font-size: 36px;
  margin-left: 10px;
}
.contact-line_box {
  background-color: #fff;
  border: 20px solid #02B902;
  padding: 40px;
}
.contact-line01_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px 60px;
}
.contact-line02_flex {
  display: flex;
  align-items: center;
  padding: 40px 40px 0;
}
.contact-line_text02 h3 {
  font-size: 22px;
  color:#02B902;
  font-weight: bold;
  margin-bottom: 20px;
}

/* template01 */
.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template01 {
  color: #333;
  font-size: 16px;
}
.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template01 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  margin-top: 2em;
}
.wpcf7 .template01 div.form__row.row-privacy {
  margin-top: 3.5em;
  text-align: center;
}
.wpcf7 .template01 div.form__row.row-submit {
  margin-top: 3em;
  text-align: center;
}
.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 23px;
  font-weight: bold;
}
.wpcf7 .template01 p.form__label.is-required label {
  padding-right: 45px;
}
.wpcf7 .template01 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 4px 5px;
  background-color: #eb1919;
  color: #fff;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #080808 solid;
}
/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}
.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}
.wpcf7 .template01 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}
.wpcf7 .template01 input[type=checkbox]:checked + span {
  color: #306ad4;
  transition: all .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #306ad4;
  border-right: 2px solid #306ad4;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}
.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span {
  color: #306ad4;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: .2em;
  left: .2em;
  width: .6em;
  height: .6em;
  background-color: #306ad4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}
.wpcf7 .template01 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 2.5em .5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template01 select::-ms-expand {
  display: none;
}
.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template01 select:focus {
  outline: 0;
  border: 1px #080808 solid;
}
.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}
/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template01 input[type="submit"] {
  cursor: pointer;
  width: 504px;
  max-width: 100%;
  padding: 25px;
  border-radius: 0;
  box-shadow: none;
  /* border: 1px solid #000; */
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://anken.greencapsule.jp/wp-content/uploads/2021/05/contents07-fom-button-pc.png) no-repeat;
  background-size: contain;
  background-position: center;
  outline: none;
}
.wpcf7 .template01 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #999!important;
}
.wpcf7 .template01 input[type="submit"]:hover {
  /* border: 1px solid #000; */
  /* background-color: #fff; */
  /* color: #000; */
  /* transition: opacity .25s, background-color .25s; */
}
.wpcf7 .template01 input[type="submit"]:focus {
  /* outline: 1px #eee solid; */
  /* border: 1px #080808 solid; */
}
.wpcf7 .template01  span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}
.wpcf7 .template01 .ajax-loader {
  display: block;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
  .wpcf7 .template01 p.form__label label {
    font-size: 16px;
  }
  .wpcf7 .template01 p.form__label.is-required label::after {
    padding: 1px 5px;
  }
}
.screen-reader-response {
  display: none;
}
.wpcf7-response-output {
  text-align: center;
  margin: 20px;
  color: red;
}
.contact-registration_box {
  height: auto;
  padding: 0 15px 30px 15px;
}
.wpcf7-not-valid-tip {
  color: red;
}
div.wpcf7 {
  background: none;
  border: none;
}

/*----------------page*/
.page-inner {
  padding: 40px 0 60px;
}
.page-box {
  margin-bottom: 25px;
}
.page-box-title {
  display: flex;
  align-items: center;
  background-color: #00b2ae;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 25px;
}
.page-box-title-text dl {
  display: flex;
}
.page-box-title .fas{
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.fas {
  padding: 10px;
  color: #00b2ae;
  background-color: #fff;
}
.page-box-text {
  padding: 20px;
  font-size: 26px;
  color: #e65d63;
  border: 20px solid rgba(0,178,174,.5);
  display: none;
}
.page-box-text dl {
  display: flex;
}
.page-box-text dt {
  font-weight: bold;
}
.page-bottom-text {
  padding: 70px 0 20px;
}

/*----------------footer*/ 
.footer {
  border-top: 2px solid #00b2ae;
}
.footer p {
  background-color: #00b2ae;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 11px;
  line-height: 1.5;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
}
.footer-img {
  width: 33%;
  margin-right: 10px;
}
.footer-img:last-child {
  margin-right: 0;
}
.footer-block {
  display: none;
}