@charset "UTF-8";
/*====================================
　早見表
  $conts-width
  $color-yellow  $color-blue
  $font-color-black
  $font-family-gothic  $font-family-mincho

  full-width
  flex-column  flex-center
  media(320px ＝ xs   480px ＝ s   768px ＝ m   1000px ＝ l)
  fs(max,1000～768px,768～480px,480～320px,min)  fs2(max,min)
  mt(max,min) mb mtb  pt pb ptb

====================================*/
/*====================================

/*----------------------------------
  Structure
----------------------------------
1. トップ
  1.1	メインイメージ
  1.2 トップナビ
2. 
3. 

====================================*/
/*----------------------------------
	0. 共有
------------------------------------*/
/*----------------------------------
	0. アニメーション
------------------------------------*/
.scroll-fade {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}

.scroll-fade.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*----------------------------------
	1. トップ
------------------------------------*/
.top-mainimg {
  max-width: 1280px;
  margin: auto;
  margin: 40px auto;
  line-height: 0;
}

.top-mainimg__btm {
  width: 20px;
  margin: -62px auto 0;
}
@media screen and (max-width: 768px) {
  .top-mainimg__btm {
    margin: -40px auto 0;
  }
}

.top-iconBox__top {
  align-items: flex-start;
}

.icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.icon-box .img {
  width: 100px;
  padding-right: 20px;
}
.icon-box .txt h3 {
  color: #fff;
  font-size: clamp(18px, 3.75vw, 22px);
}

.img-sec .box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .img-sec .box {
    flex-basis: 48%;
  }
}
.img-sec .box .icon {
  width: 100%;
}

.flow-style {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow-style .flow {
  padding-left: 0;
  width: 100%;
}
.flow-style .flow li {
  list-style-type: none;
  border: 2px solid #4D9BC1;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.flow-style .flow li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
.flow-style .flow li:not(:last-child):after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #4D9BC1;
}
.flow-style .flow li dl dt {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 2pt dashed #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.flow-style .flow li dl dd {
  margin: 0;
}
.flow-style .flow li .icon {
  color: #4D9BC1;
  margin-right: 0.5em;
}

table.common-style {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
}
table.common-style th, table.common-style td {
  padding: 10px;
}
table.common-style th {
  background: #4D9BC1;
  vertical-align: middle;
  text-align: left;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: clamp(16px, 3.333vw, 18px);
}
table.common-style th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #4D9BC1;
  border-width: 10px;
  margin-top: -10px;
}
table.common-style td {
  background: #f8f8f8;
  width: 360px;
  padding-left: 20px;
  font-size: clamp(14px, 2.917vw, 16px);
}
table.common-style td span {
  font-size: clamp(12px, 2.5vw, 13px);
}

/* firefox */
@-moz-document url-prefix() {
  table.common-style th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #295890 10px solid;
    margin-top: -10px;
  }
}
.comment {
  font-size: clamp(13px, 2.708vw, 14px);
}

.company dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.company dl dt {
  flex-basis: 25%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 559px) {
  .company dl dt {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 400px) {
  .company dl dt {
    padding: 20px 8px;
    flex-basis: 34%;
  }
}
.company dl dd {
  flex-basis: 75%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 559px) {
  .company dl dd {
    flex-basis: 60%;
  }
}
@media screen and (max-width: 400px) {
  .company dl dd {
    padding: 20px 10px;
    flex-basis: 66%;
  }
}

/*----------------------------------
	Contact
------------------------------------*/
.accept-btn .wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.form-in {
  background-color: rgba(102, 204, 153, 0.2);
  padding: 30px;
  border-radius: 10px;
}

.cf7__list {
  display: flex;
  flex-wrap: wrap;
}
.cf7__list dt {
  width: 35%;
}
.cf7__list dt p {
  margin-bottom: 0;
}
.cf7__list dd {
  width: 65%;
  font-size: clamp(14px, 2.917vw, 16px);
}
.cf7__list dd input[type=text], .cf7__list dd input[type=email], .cf7__list dd input[type=tel], .cf7__list dd input[type=url], .cf7__list dd textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}
.cf7__list dd input[name=your-post1], .cf7__list dd input[name=your-post2] {
  width: inherit;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}
.cf7__list dt:nth-of-type(n + 2) {
  margin-top: 30px;
}
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-left: 15px;
  padding: 4px 7px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.wpcf7-text,
.wpcf7-textarea {
  font-size: clamp(14px, 1.823vw, 16px);
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: "";
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n+2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type=checkbox],
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  background-color: #fff;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス */
input[type=checkbox]:checked {
  border: 1px solid #000;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

/* ラジオボタン */
input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: "";
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type=text]::-moz-placeholder, .cf7__list dd input[type=tel]::-moz-placeholder, .cf7__list dd input[type=email]::-moz-placeholder, .cf7__list dd textarea::-moz-placeholder {
  color: #a5a5a5;
  font-size: clamp(14px, 1.823vw, 16px);
}
.cf7__list dd input[type=text]::placeholder,
.cf7__list dd input[type=tel]::placeholder,
.cf7__list dd input[type=email]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
  font-size: clamp(14px, 1.823vw, 16px);
}

/* Microsoft Edge */
.cf7__list dd input[type=text]::-ms-input-placeholder,
.cf7__list dd input[type=tel]::-ms-input-placeholder,
.cf7__list dd input[type=email]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
  font-size: clamp(14px, 1.823vw, 16px);
}

/* Internet Explorer */
.cf7__list dd input[type=text]:-ms-input-placeholder,
.cf7__list dd input[type=tel]:-ms-input-placeholder,
.cf7__list dd input[type=email]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
  font-size: clamp(14px, 1.823vw, 16px);
}

/* 送信ボタン */
.cf7__button {
  text-align: center;
}

input[type=submit] {
  min-width: 150px;
  background: #000;
  color: #fff;
  padding: 0.8em;
  transition: opacity 0.6s;
  font-size: clamp(14px, 1.823vw, 16px);
}

input[type=submit]:hover {
  opacity: 0.6;
}

input[type=button] {
  min-width: 150px;
  padding: 0.8em;
  transition: opacity 0.6s;
  font-size: clamp(14px, 1.823vw, 16px);
}

input[type=button]:hover {
  opacity: 0.6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }
  .cf7__list dd {
    width: 100%;
  }
  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }
  /* 送信ボタン */
  input[type=submit],
  input[type=button] {
    width: 180px;
    height: 56px;
  }
}
/*----------------------------------
	1.　page-bottom
------------------------------------*/
.page-bottom {
  padding: 80px 4%;
}

.bnr-contact {
  background: url(../images/bnr-contact.jpg) no-repeat top center #63c69b;
  border-radius: 20px;
  min-height: 380px;
}
@media screen and (max-width: 768px) {
  .bnr-contact {
    background-size: 100% auto;
  }
}
.bnr-contact .column-box__2col {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.bnr-contact__title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .bnr-contact__title {
    height: clamp(180px, 37.5vw, 300px);
  }
}
.bnr-contact__tell {
  color: #fff;
  font-size: clamp(30px, 6.25vw, 40px);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bnr-contact__tell {
    margin-bottom: 30px;
  }
}
.bnr-contact__link {
  display: inline-block;
  color: #fff;
  font-size: clamp(24px, 5vw, 34px);
  letter-spacing: 0.5em;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 0.7em 1em;
  margin-top: 50px;
}
.bnr-contact__link:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3215686275);
  color: #fff;
}
.bnr-contact img {
  width: clamp(34px, 7.083vw, 44px);
  margin-right: 15px;
}

.pg-btm__tel .txt {
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.04em;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .pg-btm__tel .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    margin-bottom: 33px;
  }
}
.pg-btm__tel .tel a {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #4D9BC1;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .pg-btm__tel .tel a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .pg-btm__tel .tel a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.pg-btm__tel .tel a strong {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .pg-btm__tel .tel a strong {
    font-size: 40px;
    font-size: 4rem;
  }
}
.pg-btm__tel .tel-txt {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 30px;
  color: #97b0bf;
  margin-bottom: 0;
}/*# sourceMappingURL=contents.css.map */