@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  background: #fff;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  word-break: break-word; }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 28px; } }
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0; }

/* =============================================
 * Custom
*=============================================*/
.h2 {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 50px; }
  .h2 .sub {
    display: block;
    color: #68B1D8;
    font-family: "Times New Roman", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 12px; }

.h-18 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 26px; }

.h-20 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 30px; }

.h-25 {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 36px; }

.h-24 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 36px; }

.h-26 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 36px; }

.h-28 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 40px; }

.h-30 {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 44px; }

.h-32 {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 46px; }

.h-34 {
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 40px; }

.h-36 {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 54px; }

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 32px;
    line-height: 40px; }
    .h2 .sub {
      font-size: 18px;
      line-height: 26px; }

  .h-18 {
    font-size: 16px; }

  .h-20,
  .h-21 {
    font-size: 17px;
    line-height: 24px; }

  .h-23 {
    font-size: 18px;
    line-height: 26px; }

  .h-24,
  .h-26,
  .h-28 {
    font-size: 20px;
    line-height: 30px; }

  .h-30,
  .h-32,
  .h-34 {
    font-size: 22px;
    line-height: 32px; }

  .h-36 {
    font-size: 24px;
    line-height: 36px; } }
/* button */
.button {
  position: relative; }

.button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 56px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  z-index: 1;
  border-radius: 0px; }
  .button a:after {
    content: '';
    width: 16px;
    height: 6px;
    background: url("../img/common/arrow-right-black.png") no-repeat center top/cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    transition: all 0.3s; }
  .button a:hover {
    background-color: #000;
    color: #fff;
    opacity: 1; }
    .button a:hover:hover:after {
      background-image: url("../img/common/arrow-right-white.png");
      transform: translate(5px, -50%); }

.button.white a {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }
  .button.white a:after {
    background-image: url("../img/common/arrow-right-white.png"); }
  .button.white a:hover {
    background-color: #fff;
    color: #000; }
    .button.white a:hover:hover:after {
      background-image: url("../img/common/arrow-right-black.png"); }

/* -- -- */
.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: #3D9FCA; }

.cl-green {
  color: #77D1A0; }

.cl-red {
  color: #BD3A43; }

.cl-yellow {
  color: #FFB357; }

.cl-black {
  color: #4B4B4B; }

.cl-white {
  color: #fff; }

.udl01 {
  background-image: linear-gradient(#AE0615, #AE0615);
  background-size: 100% 17px;
  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-r {
  font-weight: 400; }

.fw-m {
  font-weight: 500; }

.fw-b {
  font-weight: 700; }

.fw-black {
  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; }

/* -- --*/
.section-space {
  padding: 100px 0; }

.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: 1200px) {
  .section-space {
    padding-right: 0;
    padding-left: 0; } }
@media screen and (max-width: 767px) {
  .section-space {
    padding: 50px 0; }

  .pt80 {
    padding-top: 40px; }

  .pt120 {
    padding-top: 60px; }

  .pb80 {
    padding-bottom: 40px; }

  .pb100 {
    padding-bottom: 50px; }

  .pb120 {
    padding-bottom: 60px; }

  .pb200 {
    padding-bottom: 100px; } }
/* -- --*/
.bg-cl01 {
  background-color: #193990; }

.bg-cl02 {
  background-color: #EAEDF2; }

/* -- -- */
.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); }

/* -- --*/
.filter-gray {
  filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.3s; }

.filter-gray:hover {
  filter: grayscale(0); }

/* -- --*/
.photo-full img {
  width: 100%;
  max-width: inherit; }

@media screen and (max-width: 767px) {
  .photo-full {
    width: 100%;
    height: 60vw; }

  .photo-full img {
    height: 100%;
    object-fit: cover; } }
/* -- --*/
hr {
  border: 0;
  border-bottom: 1px solid #fff; }

/*=============================================
 * <header>
 *=============================================*/
header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  transition: all 0.3s;
  color: #fff; }
  header.fixed {
    background-color: #000C57; }
  header .logo {
    flex: 1 0 0; }
    header .logo a {
      display: block;
      max-width: 342px; }

.navbar {
  display: flex;
  align-items: center;
  gap: 40px;
  font-weight: 500; }
  .navbar .nav {
    display: flex;
    gap: 40px; }
    .navbar .nav a {
      display: block;
      letter-spacing: 0.08em;
      position: relative; }
      .navbar .nav a:after {
        content: '';
        width: 40px;
        border-top: 1px solid #193990;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
        opacity: 0; }
      .navbar .nav a[target="_blank"] {
        background: url("../img/common/icon-blank.png") no-repeat center right/15px auto;
        padding-right: 24px; }
        .navbar .nav a[target="_blank"]:after {
          left: calc(50% - 12px); }
      .navbar .nav a:hover, .navbar .nav a.current {
        opacity: 1; }
        .navbar .nav a:hover:after, .navbar .nav a.current:after {
          opacity: 1; }
  .navbar .btn-inq a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(135deg, #253494, #1E2974);
    background-position: left center;
    background-size: 100% 100%;
    width: 140px;
    height: 44px;
    font-size: 15px;
    letter-spacing: 0.06em; }
    .navbar .btn-inq a:hover {
      background-size: 200% 100%;
      opacity: 1; }

@media screen and (max-width: 1200px) {
  .navbar .nav {
    grid-auto-columns: 30px; } }
@media screen and (max-width: 1023px) {
  header {
    gap: 20px;
    padding: 20px; }

  .navbar {
    gap: 20px; }
    .navbar .nav {
      gap: 20px; } }
@media screen and (max-width: 767px) {
  header {
    padding: 17px 20px; }

  body:not(.home) header {
    background-color: #000C57;
    position: sticky; }

  .hamburger {
    display: block; }

  .navbar {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    background-color: #000C57;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 90px 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear; }
    .navbar .nav {
      flex-direction: column;
      text-align: center; }

  .navOpen .navbar {
    opacity: 1;
    visibility: visible; } }
@media screen and (min-width: 768px) {
  .navbar {
    height: auto !important; } }
/*=============================================
 * <footer>
 *=============================================*/
footer {
  background: url("../img/common/footer-bg-img.jpg") no-repeat center top/cover;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 20px;
  padding: 70px 0 16px; }
  footer .box-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px; }
  footer .logo {
    width: 407px; }
  footer .txt {
    padding-top: 20px; }
  footer .btn-inq {
    padding-top: 20px; }
    footer .btn-inq a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 140px;
      height: 44px;
      font-weight: 500;
      font-size: 14px;
      border: 1px solid #fff;
      box-sizing: border-box;
      text-align: center; }
      footer .btn-inq a:hover {
        background-color: #fff;
        color: #000;
        opacity: 1; }
  footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    font-weight: 400; }
    footer nav a {
      border-bottom: 1px solid transparent; }
      footer nav a:hover {
        border-bottom-color: #fff; }
      footer nav a[target="_blank"] {
        background: url("../img/common/icon-blank.png") no-repeat center right/13px auto;
        padding-right: 19px; }
  footer .box-2 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 80px; }
    footer .box-2 ul {
      display: flex;
      font-size: 12px;
      line-height: 17px; }
      footer .box-2 ul li + li:before {
        content: '｜'; }
      footer .box-2 ul a {
        border-bottom: 1px solid transparent; }
        footer .box-2 ul a:hover {
          border-bottom-color: #fff; }

footer address {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0; }

@media screen and (max-width: 767px) {
  footer {
    font-size: 14px; }
    footer .box-1 {
      flex-direction: column; }
    footer .logo {
      width: 100%; }
    footer .btn-inq {
      text-align: center; }
    footer nav {
      justify-content: center; }
    footer .box-2 {
      flex-direction: column;
      align-items: center;
      gap: 14px;
      padding-top: 40px; }
    footer address {
      font-size: 13px; } }
/* -- -- */
.ft-fixed {
  position: fixed;
  z-index: 10;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden; }

.ft-fixed.fixed {
  opacity: 1;
  visibility: visible; }

#pagetop {
  width: 70px; }

@media screen and (max-width: 1023px) {
  .ft-fixed {
    width: 100%;
    bottom: 0;
    left: 0; }
    .ft-fixed ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      padding: 0 10px; }
    .ft-fixed a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 40px;
      border-radius: 10px 10px 0 0;
      color: #fff;
      box-sizing: border-box;
      padding: 0 10px; }
      .ft-fixed a.dl {
        background-color: #4c4fc6; }
      .ft-fixed a.inq {
        background-color: #ef6600; } }
@media screen and (min-width: 1024px) {
  .ft-fixed {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center; }
    .ft-fixed ul li + li {
      padding-top: 5px; }
    .ft-fixed a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 170px;
      border-radius: 10px 0 0 10px;
      color: #fff;
      box-sizing: border-box;
      padding: 0 10px; }
      .ft-fixed a.dl {
        background-color: #4c4fc6; }
      .ft-fixed a.inq {
        background-color: #ef6600; }
      .ft-fixed a:hover {
        background-color: #000;
        opacity: 1; } }
/*=============================================
 * <section>
 *=============================================*/
/*=============================================
 * <key>
 *=============================================*/
#kv {
  background: url("../img/common/kv-bg.jpg") no-repeat center/cover;
  width: 100%;
  height: 430px;
  box-sizing: border-box;
  position: relative; }
  #kv .kv-img {
    position: absolute;
    top: 0;
    left: 0; }
  #kv .wrap {
    display: flex;
    align-items: center;
    height: 100%; }
  #kv .page-title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 30px; }
    #kv .page-title .sub {
      display: block;
      font-weight: 400;
      font-size: 65px;
      letter-spacing: 0.05em;
      line-height: 72px;
      text-transform: uppercase;
      padding-bottom: 5px; }

@media screen and (max-width: 767px) {
  #kv {
    height: 200px; }
    #kv .page-title {
      font-size: 16px;
      line-height: 24px; }
      #kv .page-title .sub {
        font-size: 40px;
        line-height: 48px; } }
/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
  font-size: 12px;
  line-height: 17px;
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
  .breadcrumbs .in {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow-x: auto; }
  .breadcrumbs ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: max-content;
    margin-left: auto;
    color: #68B1D8; }
    .breadcrumbs ul li {
      display: flex;
      align-items: center; }
      .breadcrumbs ul li + li:before {
        content: '/';
        display: block;
        margin: 0 10px;
        color: #fff; }
  .breadcrumbs a {
    color: #fff; }
    .breadcrumbs a:hover {
      text-decoration: underline; }

@media screen and (max-width: 1023px) {
  .breadcrumbs {
    padding: 10px 20px 0; } }
/* =============================================
 * 404
 *=============================================*/
#content-404 {
  padding: 100px 0; }
  #content-404 .txt {
    padding-top: 40px; }

#content-404 .button {
  padding-top: 40px; }

@media screen and (max-width: 767px) {
  #content-404 {
    padding: 50px 0; }
    #content-404 .txt {
      padding-top: 30px; }

  #content-404 .button {
    padding-top: 30px; } }
/*=============================================
 * 
 *=============================================*/
.tb-info {
  position: relative; }

.tb-info dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  line-height: 30px;
  border-top: 1px solid #BBD4E2;
  border-bottom: 1px solid #BBD4E2;
  padding: 30px 20px; }
  .tb-info dl + dl {
    border-top: 0; }

.tb-info dl dt,
.tb-info dl dd {
  display: table-cell;
  vertical-align: top; }

.tb-info dl dt {
  width: 280px;
  font-weight: 500;
  color: #193990; }

.tb-info dl dd {
  padding-left: 20px; }

@media screen and (max-width: 767px) {
  .tb-info dl {
    padding: 20px 0; }
    .tb-info dl dt {
      width: 100px; }
    .tb-info dl dd {
      padding-left: 10px; } }
/*=============================================
 * swiper
 *=============================================*/
.swiper-gallery .swiper-wrapper {
  transition-timing-function: linear; }

.swiper-fade .swiper-slide {
  opacity: 0; }

.swiper-fade .swiper-slide-active {
  opacity: 1; }

.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  margin: 0; }
  .swiper-button-next:before,
  .swiper-button-prev:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s; }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    display: none; }

.swiper-button-next:before {
  background: url("../img/common/slider-next.png") no-repeat center/100% auto; }

.swiper-button-prev:before {
  background: url("../img/common/slider-prev.png") no-repeat center/100% auto; }

.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
  opacity: 0.5; }

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  width: auto;
  position: static;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #A2A2A2; }

.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 30px;
  margin: 0; }

.swiper-pagination .swiper-pagination-current {
  color: #77D1A0; }

.slick-arrow {
  width: 60px;
  height: 60px;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  cursor: pointer; }
  .slick-arrow:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #77D1A0;
    box-sizing: border-box;
    transition: all 0.3s; }

.slider-next:before {
  background: #77D1A0 url("../img/common/arrow-circle-right-green.png") no-repeat center/36px auto; }

.slider-prev:before {
  background: #77D1A0 url("../img/common/arrow-circle-right-green.png") no-repeat center/36px auto;
  transform: rotate(180deg); }

.slider-next:hover:before,
.slider-prev:hover:before {
  background-image: url("../img/common/arrow-circle-right.png");
  background-color: #fff;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 50px;
    height: 50px; } }
/*=============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
  position: relative; }

.wpcf7 .select {
  position: relative; }

.wpcf7 .select {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap {
  display: block;
  flex: 1;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap::after {
  content: '';
  width: 15px;
  height: 8px;
  background: url("../img/common/icon-angle-down.png") no-repeat center top/cover;
  position: absolute;
  top: 19px;
  right: 20px; }

.wpcf7 .select select {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #9FA4A7;
  border-radius: 0;
  line-height: 26px;
  padding: 0 10px;
  cursor: pointer;
  color: #1b2d75; }

.wpcf7 .select select::-ms-expand {
  display: none; }

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #9FA4A7;
  border-radius: 0px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 15px;
  font-weight: 400;
  line-height: 26px; }

.wpcf7 textarea {
  height: 180px;
  resize: vertical;
  padding: 15px; }

.wpcf7 input[type="date"] {
  padding-right: 40px; }

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position: top 22px right 15px;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  left: 0; }

.wpcf7 ::-webkit-input-placeholder {
  color: #ccc; }

.wpcf7 ::-moz-placeholder {
  color: #ccc; }

.wpcf7 :-ms-input-placeholder {
  color: #ccc; }

.wpcf7 :-moz-placeholder {
  color: #ccc; }

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 24px; }

.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: inline-grid;
  grid-template-columns: 24px 1fr;
  align-items: flex-start;
  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; }

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #9FA4A7;
  box-sizing: border-box; }

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
  width: 12px;
  height: 12px;
  background-color: #9FA4A7;
  display: none; }

.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  display: block; }

.wpcf7 .file {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #EEEEEE;
  border: 1px solid #9FA4A7;
  border-radius: 2px;
  padding: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px; }
  .wpcf7 .file input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }
  .wpcf7 .file .fileinput {
    width: 130px;
    background-color: #fff;
    border: 1px solid #9FA4A7;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: center; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 22px;
  color: #E50012; }

.wpcf7 .result_txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap; }

@media screen and (max-width: 1023px) {
  .wpcf7-checkbox,
  .wpcf7-radio {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px; } }
@media screen and (max-width: 767px) {
  .wpcf7 input:not([type="checkbox"], [type="radio"]),
  .wpcf7 textarea {
    padding: 5px 15px; } }
/*=============================================
 * cta
 *=============================================*/
.section__cta {
  background-color: #193990;
  padding: 60px 40px; }
  .section__cta .in {
    background: #EAEDF2 url("../img/common/cta-bg.jpg") no-repeat center top/cover;
    padding: 83px 0 100px; }
  .section__cta h2 {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.08em; }
    .section__cta h2 .sub {
      display: block;
      color: #68B1D8;
      line-height: 20px;
      letter-spacing: 0.02em;
      padding-bottom: 12px; }
  .section__cta ul {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    text-align: center;
    padding-top: 40px; }
    .section__cta ul .tel a {
      display: inline-block;
      max-width: 368px; }
    .section__cta ul .tel time {
      display: block;
      font-size: 15px;
      line-height: 20px;
      padding-top: 3px; }
    .section__cta ul .hr {
      border-left: 1px solid #000;
      height: 120px; }
    .section__cta ul .inq a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
      width: 380px;
      height: 95px;
      background-color: #193990;
      color: #fff;
      font-weight: 500;
      font-size: 20px;
      line-height: 30px; }
      .section__cta ul .inq a:before {
        content: '';
        width: 23px;
        height: 16px;
        background: url("../img/common/icon-email.png") no-repeat center top/cover;
        display: block; }
      .section__cta ul .inq a:hover {
        background-color: #000;
        opacity: 1; }

@media screen and (max-width: 1023px) {
  .section__cta ul .tel {
    padding: 0 20px; }
  .section__cta ul .inq a {
    width: 300px; } }
@media screen and (max-width: 767px) {
  .section__cta {
    padding: 30px 20px; }
    .section__cta .in {
      padding: 40px 0; }
    .section__cta ul {
      grid-template-columns: 1fr;
      gap: 20px;
      padding-top: 20px; }
      .section__cta ul .hr {
        width: 120px;
        height: 0;
        border-top: 1px solid;
        border-left: 0;
        margin: 0 auto; }
      .section__cta ul .inq a {
        width: 100%;
        height: 70px;
        font-size: 16px; } }

/*# sourceMappingURL=shared.css.map */
