@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* Material iconsを利用する */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

/* --------------------
 body
-------------------- */
html {
  font-size: 62.5%; /* 10px基準 */
}

body {
  color: #4d4d4d;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
  /*font-family:'Yu Gothic', YuGothic,sans-serif;*/
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #4d4d4d;
  text-decoration: underline;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
a:hover {
  color: #f00;
  text-decoration: underline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none !important;
}
a i {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.wp-caption {
  max-width: 100%;
}

em {
  font-style: italic;
}

.ffmin {
  font-family: "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
#header {
  margin-bottom: 50px;
  padding: 0 30px;
}
#header .container-box {
  margin: 0 auto;
  padding: 22px 0;
  max-width: 990px;
  position: relative;
}
#header .btn-close {
  position: absolute;
  top: 22px;
  right: 0;
  white-space: nowrap;
}
#header .btn-close a {
  color: #000;
  text-decoration: none;
}
#header .btn-close a::before {
  content: "\e14c";
  font-family: "Material Icons";
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 2px;
}

.box-top {
  margin-bottom: 40px;
  padding: 0 30px;
}
.box-top .container-box .sub-title {
  margin-bottom: 10px;
  text-align: center;
}
.box-top .container-box h1 {
  margin-bottom: 20px;
  color: #000;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
  text-align: center;
}
.box-top .container-box .text-chui {
  margin: 0 auto 10px;
  padding: 10px 15px;
  border: 1px #ed0038 solid;
  max-width: 640px;
  color: #ed0038;
}
.box-top .container-box .text-1 {
  margin-bottom: 10px;
  color: #333;
  text-align: center;
}
.box-top .container-box .text-1 .red {
  color: #ed0038;
}
.box-top .container-box .text-1 a.m--link {
  font-size: 1.6rem;
  color: #f05a24;
}
.box-top .container-box .text-2 {
  margin: 0 auto;
  max-width: 670px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}
.box-top .container-box .box-thanks {
  padding: 80px;
  text-align: center;
}
.box-top .container-box .box-thanks .text-thanks1 {
  margin-bottom: 10px;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}

#form-box-btm {
  background-color: #e6f2ef;
  padding: 50px 30px 68px;
}
#form-box-btm .container-box {
  max-width: 990px;
  margin: 0 auto;
}
#form-box-btm h4 {
  margin-bottom: 20px;
  color: #000;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}
#form-box-btm .box {
  padding: 30px 0 36px;
  background-color: #fff;
}
#form-box-btm .box h5 {
  margin-bottom: 6px;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}
#form-box-btm .box .text {
  margin-bottom: 24px;
  color: #000;
  text-align: center;
}
#form-box-btm .box .list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  table-layout: fixed;
}
#form-box-btm .box .list li {
  margin: 0;
  padding: 0;
  border-right: 1px #cbcbcb solid;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#form-box-btm .box .list li.text-1 {
  color: #00a89c;
  font-size: 30px;
  font-size: 3rem;
}
#form-box-btm .box .list li.text-1 a {
  color: #00a89c;
  text-decoration: none;
}
#form-box-btm .box .list li.text-1 a:hover {
  text-decoration: underline;
}
#form-box-btm .box .list li.text-1 .fs-1 {
  font-size: 20px;
  font-size: 2rem;
}
#form-box-btm .box .list li .btn {
  margin: 0 auto;
  display: block;
  padding: 12px;
  max-width: 242px;
  color: #fff;
  background-color: #00a89c;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
}
#form-box-btm .box .list li .btn:hover {
  opacity: 0.8;
}
#form-box-btm .box .list li .btn::before {
  content: "\e158";
  font-family: "Material Icons";
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 8px;
}
#form-box-btm .box .list li:last-child {
  border-right: none;
}

/* --------------------------------------------------
	contents
-------------------------------------------------- */
.text-error {
  margin: 0 0 10px;
  padding-top: 10px;
  color: #ca0000;
  text-align: center;
}

/* --------------------------------------------------
	page-top
-------------------------------------------------- */
#page-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-align: center;
}
#page-top a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 38px;
  font-size: 3.8rem;
}
#page-top a i {
  font-size: 38px;
  font-size: 3.8rem;
}

/* --------------------------------------------------
	fixBtns
-------------------------------------------------- */
.fixBtns {
  width: 620px;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 40px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fixBtns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fixBtns__list.__blue {
  width: calc(100% - 240px);
  background-image: url("../img/com/footer/new-fix-blbg.jpg");
  background-size: auto;
  background-repeat: repeat-x;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixBtns__list.__blue .fixBtns__item:not(:last-child) .fixBtns__link {
  border-right: 1px solid white;
}
.fixBtns__list.__blue.__2 .fixBtns__item {
  width: 50%;
}
.fixBtns__list.__blue.__3 .fixBtns__item {
  width: 33.3%;
}
.fixBtns__list.__orange {
  width: 240px;
  background-image: url("../img/com/footer/new-fix-ocbg.jpg");
  background-size: cover;
}
.fixBtns__list.__orange .fixBtns__item {
  width: 100%;
}
.fixBtns__item {
  text-align: center;
}
.fixBtns__link {
  text-decoration: none;
  color: white;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.fixBtns__link:hover {
  color: white;
  opacity: 0.6;
  text-decoration: none;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer {
  position: relative;
}
#footer #copyright {
  padding: 22px 30px 82px;
  color: #fff;
  background-color: #001e4a;
  text-align: center;
}
#footer #copyright a {
  color: #fff;
  text-decoration: none;
}
#footer #copyright a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  /* --------------------------------------------------
  	header
  -------------------------------------------------- */
  #header {
    margin-bottom: 0;
    padding: 0 15px;
    border-bottom: 1px #cccac9 solid;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background-color: #fff;
  }
  #header .container-box {
    padding: 12px 0;
  }
  #header .btn-close {
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .box-top {
    margin-bottom: 24px;
    padding: 0 15px;
  }
  .box-top .container-box .sub-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .box-top .container-box h1 {
    margin-bottom: 12px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .box-top .container-box .text-chui {
    text-align: left;
  }
  .box-top .container-box .text-1 {
    text-align: left;
  }
  .box-top .container-box .text-2 {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  #form-box-btm {
    padding: 36px 15px 38px;
  }
  #form-box-btm h4 {
    margin-bottom: 14px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  #form-box-btm .box {
    padding: 16px 15px;
  }
  #form-box-btm .box h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #form-box-btm .box .text {
    margin-bottom: 10px;
    text-align: left;
  }
  #form-box-btm .box .list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    table-layout: auto;
  }
  #form-box-btm .box .list li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-right: none;
    display: block;
    position: relative;
    line-height: 1.2;
  }
  #form-box-btm .box .list li:last-child {
    margin: 0;
    padding: 0;
  }
  #form-box-btm .box .list li:last-child::after {
    content: normal;
  }
  #form-box-btm .box .list li::after {
    content: "";
    width: 52px;
    height: 1px;
    display: block;
    background-color: #cbcbcb;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #form-box-btm .box .list li.text-1 a:hover {
    text-decoration: none;
  }
  #form-box-btm .box .list li .btn:hover {
    opacity: 1;
  }
  /* --------------------------------------------------
  	contents
  -------------------------------------------------- */
  #contents-w {
    padding-top: 88px;
  }
  input,
  textarea,
  select {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* --------------------------------------------------
  	page-top
  -------------------------------------------------- */
  #page-top {
    right: 12px;
    bottom: 20px;
  }
  /* --------------------------------------------------
  	fixBtns
  -------------------------------------------------- */
  .fixBtns {
    width: 100%;
    height: 40px;
    left: 0;
  }
  .fixBtns__list {
    height: 40px;
  }
  .fixBtns__list.__orange {
    width: 155px;
  }
  .fixBtns__item {
    width: calc((100% - 155px) / 3);
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixBtns__link {
    font-size: 12px;
    line-height: 14px;
    height: 25px;
  }
  .fixBtns {
    width: 100%;
    height: 40px;
    left: 0px;
  }
  /* --------------------------------------------------
  	footer
  -------------------------------------------------- */
  #footer {
    position: relative;
  }
  #footer #copyright {
    padding: 14px 15px 54px;
  }
  #footer #copyright a {
    text-decoration: none;
  }
  #footer #copyright a:hover {
    text-decoration: none;
  }
}
.alert-danger,
.alert-error {
  margin-top: 1rem;
  color: #ed0038;
}

.text-right {
  text-align: right !important;
}

#page-top {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-top.is-active {
  opacity: 1;
  visibility: visible;
}

.oc-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2rem;
}
.oc-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.oc-modal-content-wrap {
  width: 100%;
  max-width: 45.6rem;
  position: relative;
}

.oc-modal-content {
  background-color: #fff;
  padding: 4.2rem 4.5rem 5.2rem;
  width: 100%;
  border-radius: 2.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .oc-modal-content {
    height: 80%;
    overflow: auto;
    padding: 2rem 3rem;
  }
}
.oc-modal-content__ttl {
  margin-bottom: 2.2rem;
  text-align: center;
}
.oc-modal-content__ttl img {
  width: 26rem;
}
@media screen and (max-width: 768px) {
  .oc-modal-content__ttl img {
    width: 22.1rem;
  }
}
.oc-modal-content__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  color: #000;
  text-align: center;
}
.oc-modal-content__btns {
  margin: 2.2rem 0 0 0;
  padding: 0;
  list-style: none;
}
.oc-modal-content__btns__btn {
  margin: 0 0 1.8rem;
  padding: 0;
}
.oc-modal-content__btns__btn:last-child {
  margin: 0;
}
.oc-modal-content__btns__btn a {
  margin: 0 auto;
  max-width: 36.4rem;
  height: 5.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  border-radius: 999.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .oc-modal-content__btns__btn a {
    font-size: 1.4rem;
  }
}
.oc-modal-content__btns__btn a.m--btn1 {
  background-color: #f6921e;
}
.oc-modal-content__btns__btn a.m--btn2 {
  background-color: #2ca6e0;
}
.oc-modal-content__btns__btn a.m--btn3 {
  background-color: #1eaa39;
}
.oc-modal-content__btns__btn a.m--btn5 {
  background-color: #f6921e;
}
.oc-modal-content__btns__btn a::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url("../img/com/oc-modal-btn-link.svg") no-repeat center center/contain;
  position: absolute;
  right: 2.8rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .oc-modal-content__btns__btn a::after {
    right: 1.8rem;
  }
}
.oc-modal-content__btns__btn a:hover {
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .oc-modal-content__btns__btn a:hover {
    opacity: 1;
  }
}
.oc-modal-content__btn {
  margin-top: 3.6rem;
}
.oc-modal-content__btn a {
  margin: 0 auto;
  padding: 0 2.4rem;
  max-width: 42.4rem;
  height: 8.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #01b901;
  border-radius: 0.4rem;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1.2;
  gap: 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .oc-modal-content__btn a {
    gap: 0 2rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}
.oc-modal-content__btn a::before {
  content: "";
  width: 4.1rem;
  aspect-ratio: 41/39;
  background: url("../img/icon-line.png") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .oc-modal-content__btn a::before {
    width: 3.4rem;
  }
}
.oc-modal-content__btn a:hover {
  color: #fff;
  opacity: 0.8;
}
.oc-modal-content__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  position: absolute;
  top: -1.6rem;
  right: -1.6rem;
  background-color: transparent;
  cursor: pointer;
}