@charset "UTF-8";
/*******************************
		BASE CODE
*******************************/
.c-linkbtn {
  padding: 0 15px 0;
  margin-bottom: 60px;
}
.c-linkbtn .link_btn_inner {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.c-linkbtn .link_btn_inner li {
  margin: 0 auto 30px;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link {
  width: 320px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  background-color: #004080;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  border: 1px solid #004080;
  text-decoration: none;
  transition: color 0.3s;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link span {
  z-index: 2;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 35px;
  transform-origin: center;
  transition: border, right 0.3s;
  z-index: 2;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #fff;
  z-index: 1;
  left: -2.5%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
  top: -2.5%;
  position: absolute;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link:hover {
  color: #004080;
  transition: color 0.3s;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #004080;
  border-bottom: 2px solid #004080;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 35px;
  transform-origin: center;
  transition: border, right 0.3s;
  z-index: 2;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link:hover::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #fff;
  z-index: 1;
  left: -2.5%;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s;
  top: -2.5%;
  position: absolute;
}
.c-linkbtn .link_btn_inner li:last-child {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-linkbtn {
    padding: 0 30px 0;
    margin-bottom: 60px;
  }
  .c-linkbtn .link_btn_inner {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
  .c-linkbtn .link_btn_inner li {
    margin: 0 auto 30px;
  }
  .c-linkbtn .link_btn_inner li .link_btn_inner_link {
    width: 320px;
    height: 80px;
    display: flex;
    justify-content: cenfter;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    background-color: #004080;
    font-size: 2rem;
    line-height: 1.2;
  }
  .c-linkbtn .link_btn_inner li:last-child {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-linkbtn {
    padding: 0 60px 0;
    margin-bottom: 100px;
  }
  .c-linkbtn .link_btn_inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .c-linkbtn .link_btn_inner li {
    margin: 0;
    width: 31%;
  }
  .c-linkbtn .link_btn_inner li .link_btn_inner_link {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .c-linkbtn .link_btn_inner li:last-child {
    margin: 0;
  }
}

.search-input-wrap {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}
.search-input-wrap #searchform {
  width: auto;
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.search-input-wrap #searchform input {
  border: 1px solid #666666;
  height: 50px;
  width: 320px;
  font-size: 1.6rem;
  padding-left: 8px;
  background-color: #fff;
  padding-right: 40px;
}
.search-input-wrap #searchform input[type=submit] {
  background: url(/common/images/icon-search.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 24px;
  border: none;
  height: 24px;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  background-size: contain;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .search-input-wrap {
    display: block;
    text-align: center;
    margin: 0 auto;
    background-color: #004080;
    padding: 0 0 60px;
  }
}

html {
  font-size: 62.5%;
}

main {
  text-align: left;
}
main img {
  max-width: 100%;
  height: auto;
}

.contact .firstview__videowrap {
  background: #29a9e0;
}
.contact .firstview__videowrap:after {
  display: none;
}
.contact__read {
  text-align: center;
  line-height: 2em;
  font-size: 1.4rem;
  max-width: 1000px;
  width: 90%;
  margin: auto auto 60px auto;
}
@media screen and (min-width: 1024px) {
  .contact__read {
    line-height: 2em;
    font-size: 1.8rem;
    margin-bottom: 110px;
  }
}
.contact .wrapcontent__massegetitle {
  width: 90%;
  margin: 0 auto 10%;
  font-size: 3.2rem;
  color: #4275d4;
  text-align: center;
  line-height: 1.7em;
  margin: 0 auto 10%;
}
@media screen and (min-width: 1024px) {
  .contact .wrapcontent__massegetitle {
    line-height: 2em;
    margin-bottom: 110px;
  }
}
.contact .c-btn.-medium {
  max-width: 400px;
  margin: 60px auto auto;
  font-size: 1.8rem;
  text-align: center;
}
.contact .c-btn.-medium .mfp-s-error li {
  font-size: 1.4rem;
  color: #e63030;
  line-height: 1.6;
}
.contact .c-btn.-medium .c-btn__link {
  border: 1px solid #BEBEBE;
  background: #BEBEBE;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #4275d4;
  border: 1px solid #4275d4;
  padding: 14px 0px;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
  margin: 0 0 24px;
}
.contact .c-btn.-medium .c-btn__link::after {
  content: "＞";
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) scaleY(1.5);
  font-size: 1.2rem;
}
.contact__formarea {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.contact__formarea.wrapcontent-element {
  max-width: 1000px;
}
.contact__formarea__list {
  font-size: 1.4rem;
  display: block;
  align-items: start;
  border-bottom: 1px solid #000000;
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .contact__formarea__list {
    display: flex;
  }
}
.contact__formarea__list:first-child {
  border-top: 1px solid #000000;
}
.contact__formarea__list dt {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.contact__formarea__list dt span {
  display: block;
}
.contact__formarea__list dt span.required {
  padding: 2px 13px;
  background: #ba0019;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 20px;
  display: inline-block;
}
.contact__formarea__list dt span.nonespan {
  opacity: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .contact__formarea__list dt {
    margin-bottom: 0px;
  }
  .contact__formarea__list dt span.required {
    display: inline-block;
  }
  .contact__formarea__list dt span.nonespan {
    display: inline-block;
  }
}
.contact__formarea__list dd {
  width: 100%;
  max-width: 900px;
}
.contact__formarea__list dd.select {
  display: flex;
  justify-content: space-between;
}
.contact__formarea__list dd select.select-b {
  width: 60%;
}
.contact__formarea__list dd select {
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow01.svg);
  background-repeat: no-repeat;
  background-position: right 0px center;
  min-height: 60px;
  width: 30%;
  min-height: 40px;
  background-size: 30px auto;
}
@media screen and (min-width: 1024px) {
  .contact__formarea__list dd select {
    width: 220px;
    background-size: 40px auto;
  }
}
.contact__formarea__list dd .list__block01--name {
  display: flex;
  flex-flow: column;
}
.contact__formarea__list dd .list__block01--name li {
  display: flex;
  align-items: center;
  min-width: 6em;
  margin-bottom: 1em;
}
.contact__formarea__list dd .list__block01--name li span {
  width: 3em;
}
.contact__formarea__list dd.information li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background-size: 13px 1px;
  background-image: linear-gradient(to right, #000000 3px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 30px;
}
.contact__formarea__list dd.information li:last-child {
  background-image: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.contact__formarea__list dd.information li.text span.title {
  width: 100%;
  max-width: 25%;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .contact__formarea__list dd.information li.text span.title {
    width: 100%;
    max-width: 180px;
  }
}
.contact__formarea__list dd.information span.title {
  margin-right: 35px;
  display: inline-block;
}
.contact__formarea__list dd.information .tel span.title {
  margin-right: 35px;
  display: inline-block;
}
.contact__formarea__list dd.information .tel input[type=text] {
  width: 30%;
}
.contact__formarea__list dd.information .tel input[type=text]:first-child {
  width: 25%;
}
@media screen and (min-width: 1024px) {
  .contact__formarea__list dd.information .tel input[type=text] {
    width: 175px;
  }
}
.contact__formarea__list dd input[type=email] {
  min-height: auto;
  padding: 14px;
  width: 100%;
  border: 1px solid #808080;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .contact__formarea__list dd input[type=email] {
    min-height: 60px;
  }
}
.contact__formarea__list dd input[type=text] {
  min-height: auto;
  padding: 5%;
  width: 100%;
  border: 1px solid #808080;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .contact__formarea__list dd input[type=text] {
    padding: 14px;
    min-height: 60px;
  }
}
.contact__formarea__list dd textarea {
  width: 100%;
  border: 1px solid #808080;
  padding: 14px;
  border-radius: 10px;
  min-height: 150px;
}
.contact__formarea__list dd.tel input[type=text] {
  width: 30%;
}
.contact__formarea__list dd.tel input[type=text]:first-child {
  width: 25%;
}
@media screen and (min-width: 1024px) {
  .contact__formarea__list dd.tel input[type=text] {
    width: 175px;
  }
  .contact__formarea__list dd.tel input[type=text]:first-child {
    width: 120px;
  }
}