@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  word-break: break-word; }

@media screen and (max-width: 429px) {
  body {
    font-size: 14px;
    line-height: 24px; } }
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0; }

/* =============================================
 * Custom
*=============================================*/
.h-18 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px; }

.h-20 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px; }

.h-23 {
  font-weight: 700;
  font-size: 23px;
  line-height: 32px; }

.h-24 {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px; }

.h-26 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px; }

.h-28 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px; }

.h-30 {
  font-weight: 700;
  font-size: 30px;
  line-height: 44px; }

.h-32 {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px; }

.h-36 {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px; }

.h-40 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px; }

.h-42 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px; }

/* button */
.button {
  position: relative; }

.button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-width: 280px;
  height: 60px;
  background-color: #006CB4;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 24px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  padding: 0 40px; }
  .button a:after {
    content: '';
    width: 10px;
    height: 15px;
    background: url("../img/common/arrow-right-wh.png") no-repeat center top/100% auto;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    transition: all 0.3s; }
  .button a:hover {
    background-color: #000;
    opacity: 1; }
    .button a:hover:after {
      transform: translate(5px, -50%); }

.button.btn-wh a {
  background-color: #fff;
  color: #393939; }
  .button.btn-wh a:after {
    background-image: url("../img/common/arrow-circle-right.png"); }
  .button.btn-wh a:hover {
    background-color: #393939;
    color: #fff; }

/* -- -- */
.txt-udl {
  text-decoration: underline; }

a.txt-udl:hover {
  text-decoration: none; }

.txt-c {
  text-align: center; }

.txt-j {
  text-align: justify; }

.txt-r {
  text-align: right; }

.cl-blue {
  color: #006CB4; }

.cl-green {
  color: #008570; }

.cl-red {
  color: #BD3A43; }

.cl-yellow {
  color: #FFF616; }

.cl-black {
  color: #4B4B4B; }

.cl-white {
  color: #fff; }

.cl-orange {
  color: #DD6B20; }

.cl-pink {
  color: #BF7A77; }

.udl01 {
  background-image: linear-gradient(#FFF67B, #FFF67B);
  background-size: 100% 12px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.udl02 {
  background-image: linear-gradient(#002A7D, #002A7D);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-700 {
  font-weight: 700; }

.fw-900 {
  font-weight: 900; }

.bdra-10 {
  border-radius: 10px; }

.bdra-20 {
  border-radius: 20px; }

.bdra-30 {
  border-radius: 30px; }

.img_shadow {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }

.img-obj {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .bdra-20 {
    border-radius: 10px; }

  .bdra-30 {
    border-radius: 15px; } }
/* -- --*/
.w600 {
  max-width: 600px;
  margin: 0 auto; }

.w800 {
  max-width: 800px;
  margin: 0 auto; }

.w900 {
  max-width: 900px;
  margin: 0 auto; }

.w1000 {
  max-width: 1000px;
  margin: 0 auto; }

/* -- --*/
.section-space {
  padding: 120px 0; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt80 {
  padding-top: 80px; }

.pt120 {
  padding-top: 120px; }

.pb80 {
  padding-bottom: 80px; }

.pb100 {
  padding-bottom: 100px; }

.pb120 {
  padding-bottom: 120px; }

.pb200 {
  padding-bottom: 200px; }

@media screen and (max-width: 767px) {
  .section-space {
    padding: 50px 0; }

  .pt30,
  .pt40 {
    padding-top: 20px; }

  .pt50,
  .pt60 {
    padding-top: 30px; }

  .pt80 {
    padding-top: 40px; }

  .pt120 {
    padding-top: 50px; }

  .pb80 {
    padding-bottom: 40px; }

  .pb100 {
    padding-bottom: 50px; }

  .pb120 {
    padding-bottom: 50px; }

  .pb200 {
    padding-bottom: 100px; } }
/* -- --*/
.bg-cl01 {
  background-color: #1063C5; }

.bg-cl02 {
  background-color: #ECF6FC; }

.bg-cl03 {
  background-color: #CFE3FF; }

/* -- -- */
.img-zoom,
.img-zoom figure {
  display: block;
  overflow: hidden; }

.img-zoom .img,
.img-zoom .img-obj {
  transition: 0.6s ease-in-out; }

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
  transform: scale(1.07); }

/* -- --*/
.photo-full img {
  width: 100%;
  max-width: inherit; }

/* -- --*/
hr {
  border: 0;
  border-bottom: 1px solid #ccc; }

/* -- --*/
.swiper-button-prev, .swiper-button-next {
  width: 46px;
  height: 46px;
  position: static;
  margin-top: 0;
  transition: all 0.3s; }
  .swiper-button-prev svg, .swiper-button-next svg {
    display: none; }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 0.7; }
.swiper-button-prev {
  background: url("../img/common/slider-prev.png") no-repeat center top/cover; }
.swiper-button-next {
  background: url("../img/common/slider-next.png") no-repeat center top/cover; }
.swiper-pagination {
  display: flex;
  gap: 10px; }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #D2711D;
    margin: 0;
    padding: 0;
    opacity: 1;
    box-sizing: border-box;
    transition: all 0.3s; }
    .swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
      background-color: #D2711D; }

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next {
  margin-top: 0; }

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  position: static; }

.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  height: 4px;
  background-color: #D9D9D9;
  border-radius: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }
  .swiper-scrollbar-drag,
  .swiper-scrollbar.swiper-scrollbar-horizontal-drag {
    background-color: #008570;
    border-radius: 0; }

.slick-arrow {
  display: block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-color: transparent;
  font-size: 0;
  border: 0;
  transition: all 0.3s;
  cursor: pointer; }
  .slick-arrow:hover {
    opacity: 0.7; }
.slick-prev {
  background-image: url("../img/common/arrow-circle-left.png"); }
.slick-next {
  background-image: url("../img/common/arrow-circle-right.png"); }
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px; }
  .slick-dots li {
    width: 11px;
    height: 11px; }
  .slick-dots button {
    display: block;
    width: 100%;
    height: 100%;
    background: #818181;
    border: 0;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 50%; }
  .slick-dots .slick-active button,
  .slick-dots button:hover {
    background-color: #006EB2; }

.slider-nav {
  display: flex;
  align-items: center;
  gap: 15px; }
  .slider-nav .slick-dots {
    order: 1; }
  .slider-nav .slick-prev {
    order: 2;
    margin-left: 35px; }
  .slider-nav .slick-next {
    order: 3; }

/* -- -- */
.tb-style {
  line-height: 24px; }
  .tb-style dl {
    display: table;
    width: 100%;
    box-sizing: border-box; }
    .tb-style dl + dl {
      border-top: 1px solid #DBDBDB;
      margin-top: 18px;
      padding-top: 18px; }
    .tb-style dl dt,
    .tb-style dl dd {
      display: table-cell;
      vertical-align: top;
      text-align: left;
      box-sizing: border-box; }
    .tb-style dl dt {
      width: 230px; }
    .tb-style dl dd {
      padding-left: 16px; }

@media screen and (max-width: 767px) {
  .tb-style dl {
    display: block; }
    .tb-style dl dt,
    .tb-style dl dd {
      display: block;
      width: 100%; }
    .tb-style dl dt {
      width: auto; }
    .tb-style dl dd {
      padding-top: 10px; } }
/* -- -- */
.box-qa .item:not(:last-child) {
  padding-bottom: 100px; }
.box-qa .txt-q {
  line-height: 40px;
  position: relative;
  pointer-events: none;
  padding-left: 48px; }
  .box-qa .txt-q:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url("../img/common/icon-q.png") no-repeat center top/cover;
    position: absolute;
    top: 0;
    left: 0; }
.box-qa .txt-a {
  padding-top: 24px; }

@media screen and (max-width: 767px) {
  .box-qa .item:not(:last-child) {
    padding-bottom: 30px; }
  .box-qa .txt-q {
    font-size: 20px;
    line-height: 30px; }
  .box-qa .txt-a {
    padding-top: 16px; } }
/* -- -- */
.ovh {
  overflow: hidden; }

/*=============================================
 * <header>
 *=============================================*/
header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  box-sizing: border-box;
  transition: all 0.3s;
  position: sticky;
  top: 0;
  left: 0; }
  header .wrap {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 100%;
    padding-left: 65px; }
  header .logo {
    flex: 1 0 0; }
    header .logo a {
      display: inline-block;
      max-width: 180px; }

#navbar .nav-in {
  display: flex;
  align-items: center;
  gap: 25px; }
#navbar .nav-insta {
  font-weight: 600;
  line-height: 24px;
  color: #313131; }
  #navbar .nav-insta a {
    display: grid;
    grid-template-columns: 43px 1fr;
    gap: 16px; }
#navbar .nav-tel {
  font-weight: 800;
  font-size: 60px;
  line-height: 87px; }
#navbar .nav-inq {
  width: 240px;
  padding-left: 25px; }
  #navbar .nav-inq a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    background-color: #006CB4;
    color: #fff;
    width: 100%;
    height: 103px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px; }
    #navbar .nav-inq a:before {
      content: '';
      width: 49px;
      height: 36px;
      background: url("../img/common/icon-email.png") no-repeat center top/cover;
      display: block; }
#navbar .nav-list {
  display: none; }

@media screen and (max-width: 1200px) {
  header .wrap {
    padding-left: 20px; }

  #navbar .nav-tel {
    font-size: 50px; }
  #navbar .nav-inq {
    width: 200px;
    margin-left: 0; } }
@media screen and (max-width: 1023px) {
  header {
    height: 72px; }
    header:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    header .wrap {
      max-width: 100%;
      padding: 0 15px 0 10px; }
    header .logo a {
      max-width: 120px; }

  .hamburger {
    display: block; }

  #navbar {
    display: grid;
    background: #fff;
    color: #000;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    padding: 120px 20px; }
    #navbar .nav-in {
      flex-direction: column;
      align-items: center;
      gap: 30px;
      width: 100%;
      margin: auto; }
    #navbar .nav-list {
      display: block;
      width: 100%; }
      #navbar .nav-list a {
        display: block;
        background: url("../img/common/arrow-right.png") no-repeat center right 10px/8px auto;
        padding: 10px 30px 10px 0;
        border-bottom: 1px solid; }
      #navbar .nav-list li:first-child a {
        border-top: 1px solid; }
    #navbar .nav-inq {
      width: 100%;
      padding-left: 0; }
      #navbar .nav-inq a {
        flex-direction: row;
        gap: 20px;
        height: 80px; }
        #navbar .nav-inq a:before {
          width: 40px;
          height: 29px; }

  .navOpen #navbar {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%); } }
@media screen and (max-width: 429px) {
  #navbar .nav-tel {
    font-size: 45px;
    line-height: 1; } }
@media screen and (min-width: 1024px) {
  #navbar {
    height: auto !important; } }
/*=============================================
 * <footer>
 *=============================================*/
footer {
  text-align: center; }
  footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006CB4;
    color: #fff;
    padding: 15px 20px; }
  footer address {
    font-weight: 600;
    line-height: 24px;
    padding: 18px 20px 25px; }
    footer address small {
      font-size: 12px; }

@media screen and (max-width: 389px) {
  footer address small {
    font-size: 10px; } }
/*=============================================
 * 
 *=============================================*/
.ft-fixed {
  width: 70px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(-50%); }
  .ft-fixed.fixed {
    opacity: 1;
    visibility: visible; }
  .ft-fixed.stop {
    opacity: 0;
    visibility: hidden; }

@media screen and (max-width: 767px) {
  .ft-fixed {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(0%); }
    .ft-fixed ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
/*=============================================
 * KV
 *=============================================*/
#kv {
  display: flex;
  align-items: center;
  width: 100%;
  height: 370px;
  position: relative; }
  #kv .kv-img {
    position: absolute;
    top: 0;
    left: 0; }
  #kv .kv-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 46px;
    color: #fff; }
    #kv .kv-title .sub {
      display: block;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.1em;
      padding-bottom: 12px; }
      #kv .kv-title .sub:first-letter {
        text-transform: uppercase; }

@media screen and (max-width: 767px) {
  #kv {
    height: 200px; }
    #kv .kv-title {
      font-size: 25px;
      line-height: 36px; }
      #kv .kv-title .sub {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 5px; } }
/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 20px 0 95px; }
  .breadcrumbs .wrap {
    overflow-x: auto; }

.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 15px;
  width: max-content; }
  .breadcrumbs ul li {
    display: flex;
    gap: 15px;
    position: relative; }
    .breadcrumbs ul li + li:before {
      content: '＞'; }

.breadcrumbs a {
  display: block; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs span {
  word-break: break-all; }

@media screen and (max-width: 1023px) {
  .breadcrumbs {
    font-size: 12px;
    position: static; } }
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0 50px; }
    .breadcrumbs ul {
      gap: 10px; }
      .breadcrumbs ul li {
        gap: 10px; } }
/* =============================================
 * 404
 *=============================================*/
.error404 .breadcrumbs {
  display: none; }

#content-404 {
  padding: 120px 0; }
  #content-404 .txt {
    padding-top: 30px; }

#content-404 .button {
  text-align: center;
  padding-top: 40px; }

@media screen and (max-width: 767px) {
  #content-404 {
    padding: 50px 0; }
    #content-404 .wrap {
      text-align: justify; }
    #content-404 .txt {
      font-size: 14px;
      letter-spacing: 0;
      padding-top: 20px; }

  #content-404 .button {
    padding-top: 30px; } }
/*=============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
  position: relative; }
  .wpcf7 .wpcf7-form-control-wrap {
    display: block; }

.wpcf7 .select {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap {
  flex: 1;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap::after {
  content: '';
  width: 7px;
  height: 11px;
  background: url("../img/common/arrow-right.png") no-repeat center top/100% auto;
  position: absolute;
  top: 12px;
  right: 14px; }

.wpcf7 .select select {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  box-shadow: none;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  line-height: 25px;
  padding: 4px 30px 4px 14px;
  cursor: pointer; }

.wpcf7 .select select::-ms-expand {
  display: none; }

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
  display: block;
  width: 100%;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 4px 14px;
  line-height: 25px; }

.wpcf7 textarea {
  height: 160px;
  resize: vertical;
  padding: 10px 14px; }

.wpcf7 input[type="date"] {
  padding-right: 40px; }

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url("../img/common/icon-calendar.svg");
  background-position: top 13px right 20px;
  background-size: 17px auto;
  position: absolute;
  top: 0;
  left: 0; }

.wpcf7 ::-webkit-input-placeholder {
  color: #B7B7B7; }

.wpcf7 ::-moz-placeholder {
  color: #B7B7B7; }

.wpcf7 :-ms-input-placeholder {
  color: #B7B7B7; }

.wpcf7 :-moz-placeholder {
  color: #B7B7B7; }

.wpcf7-checkbox,
.wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px; }

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
  cursor: pointer; }

.wpcf7-checkbox input,
.wpcf7-radio input {
  display: none; }

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: center;
  gap: 10px;
  cursor: pointer; }

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
  content: '';
  grid-area: 1/1;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #707070;
  box-sizing: border-box; }

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  background-color: #fff;
  box-sizing: border-box;
  position: relative; }

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
  position: relative;
  border: 0;
  display: none; }

.wpcf7-checkbox .wpcf7-list-item-label:after {
  background: url("../img/common/icon-checked.webp") no-repeat center top/cover;
  background-color: #1467CB; }

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
  border-radius: 50%; }

.wpcf7-radio .wpcf7-list-item-label:after {
  background-color: #3182CE;
  width: 11px;
  height: 11px; }

.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  display: block; }

.wpcf7-checkbox:has(input[name*='radio-']) .wpcf7-list-item-label:before, .wpcf7-checkbox:has(input[name*='radio-']) .wpcf7-list-item-label:after {
  border-radius: 50%; }
.wpcf7-checkbox:has(input[name*='radio-']) .wpcf7-list-item-label:after {
  background: #769CBF;
  width: 11px;
  height: 11px; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #E50012; }

.wpcf7 .result-txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap; }

.wpcf7-spinner {
  display: none; }

.wpcf7 .upload {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px; }
  .wpcf7 .upload + .upload {
    margin-top: 12px; }
  .wpcf7 .upload span {
    display: block; }
  .wpcf7 .upload input {
    opacity: 0;
    cursor: pointer; }
  .wpcf7 .upload .filewrap {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    background-color: #898989;
    color: #fff;
    border-radius: 5px;
    text-align: center; }
    .wpcf7 .upload .filewrap > span {
      grid-area: 1/1; }

.form-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px; }
  .form-btn input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }
  .form-btn p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 505px;
    height: 83px;
    background-color: #016DB3;
    color: #fff;
    font-weight: 900;
    font-size: 26px;
    line-height: 35px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    padding: 0;
    transition: all 0.3s; }
    .form-btn p:after {
      content: '';
      width: 10px;
      height: 16px;
      background: url("../img/common/arrow-right-wh.png") no-repeat center top/100% auto;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translate(0, -50%);
      transition: all 0.3s; }
    .form-btn p:hover {
      background-color: #000;
      opacity: 1; }
      .form-btn p:hover:after {
        transform: translate(5px, -50%); }
  .form-btn .btn-back {
    background-color: #333;
    padding: 0 52px 0 60px; }
    .form-btn .btn-back:after {
      right: auto;
      left: 26px;
      transform: translate(0, -50%) rotate(180deg); }
    .form-btn .btn-back:hover:after {
      transform: translate(-5px, -50%) rotate(180deg); }

@media screen and (max-width: 767px) {
  .wpcf7 .select {
    width: 100%; }

  .wpcf7 textarea {
    height: 226px; }

  .wpcf7-checkbox,
  .wpcf7-radio {
    grid-template-columns: 1fr; }

  .form-btn p {
    width: 100%;
    height: 70px;
    font-size: 18px;
    line-height: 30px; }
    .form-btn p:after {
      right: 20px; } }
/*=============================================
 * <main>
 *=============================================*/
.fadeIn {
  opacity: 0; }

.fadeIn[style*='visible'] {
  opacity: 1;
  transition: opacity 0.7s ease 0s; }

.fadeUp {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all .4s ease 0s; }

.fadeUp[style*='visible'] {
  opacity: 1;
  transform: none;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }

.splitText .char {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 30px);
  color: #1063C5; }

.splitText .char.is-show {
  opacity: 1;
  transform: none;
  color: inherit;
  transition: 0.3s opacity 0s linear, 0.2s color 0.4s linear, 0.3s transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

/*# sourceMappingURL=shared.css.map */
