@charset "UTF-8";
/* area_map
======================================= */
.area__map-container {
  position: relative;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .area__map-container {
    margin-bottom: 2.5em;
  }
}
.area__map-container figure {
  max-width: 608px;
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .area__map-container figure {
    display: none;
  }
}
.area__map-container figure img.prefecture {
  max-width: 608px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
}
.area__map-container figure img.prefecture.is-active {
  opacity: 1;
}
@media (max-width: 768px) {
  .area__map-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    max-width: 350px;
    margin: auto;
  }
}
.area__map-item {
  position: absolute;
  height: 50px;
}
@media (max-width: 768px) {
  .area__map-item {
    position: relative;
  }
}
.area__map-item.--01 {
  top: 9%;
  right: 0%;
}
@media (max-width: 768px) {
  .area__map-item.--01 {
    top: inherit;
    right: inherit;
  }
}
.area__map-item.--02 {
  top: 42%;
  right: 7%;
}
@media (max-width: 768px) {
  .area__map-item.--02 {
    top: inherit;
    right: inherit;
  }
}
.area__map-item.--03 {
  top: 27%;
  left: 38%;
}
@media (max-width: 768px) {
  .area__map-item.--03 {
    top: inherit;
    left: inherit;
  }
}
.area__map-item.--04 {
  left: 43%;
  bottom: 3%;
}
@media (max-width: 768px) {
  .area__map-item.--04 {
    left: inherit;
    bottom: inherit;
  }
}
.area__map-item.--05 {
  top: 40%;
  left: 17%;
}
@media (max-width: 768px) {
  .area__map-item.--05 {
    top: inherit;
    left: inherit;
  }
}
.area__map-item.--06 {
  top: 54%;
  left: 7%;
}
@media (max-width: 768px) {
  .area__map-item.--06 {
    top: inherit;
    left: inherit;
  }
}
.area__map-item.--07 {
  right: 5%;
  bottom: 2%;
}
@media (max-width: 768px) {
  .area__map-item.--07 {
    right: inherit;
    bottom: inherit;
  }
}
.area__map-item.--l {
  width: 180px;
}
@media (max-width: 768px) {
  .area__map-item.--l {
    width: 100%;
  }
}
.area__map-item.--m {
  width: 160px;
}
@media (max-width: 768px) {
  .area__map-item.--m {
    width: 100%;
  }
}
.area__map-item.--s {
  width: 141px;
}
@media (max-width: 768px) {
  .area__map-item.--s {
    width: 100%;
  }
}
.area__map-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #007CCF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #007CCF;
  background-color: #fff;
}
.area__map-item a:hover {
  background-color: #EEA70E;
  color: #fff;
}
.area__map-item-text {
  width: calc(100% - 50px);
  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;
  font-weight: 600;
}
@media (max-width: 768px) {
  .area__map-item-text {
    width: calc(100% - 35px);
    font-size: 0.875em;
  }
}
.area__map-item-icon {
  width: 50px;
  height: 100%;
  background-color: #007CCF;
  position: relative;
}
@media (max-width: 768px) {
  .area__map-item-icon {
    width: 35px;
  }
}
.area__map-item-icon img {
  width: 0.9375em;
  height: 0.9375em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area__map-item-icon img.blue {
  display: none;
}

/* fonts */
/*base font-size*/
/*color*/
/*devices*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button, figure {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
  line-height: 1;
}

a {
  text-decoration: none;
}

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Serif JP", sans-serif;
}
@media only screen and (max-width: 1079px) {
  body {
    font-size: 14px;
  }
}

section .sec_inner {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1079px) {
  section .sec_inner {
    margin: auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  section .sec_inner {
    margin: auto 10px;
  }
}

.btn {
  cursor: pointer;
}
.btn a {
  padding: 12px;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn a.contact_mdl:before {
  font-family: Material Icons;
  content: "\e0e1";
  vertical-align: middle;
}
.btn a.reserve_mdl:before {
  font-family: Material Icons;
  content: "\e916";
  vertical-align: middle;
}
.btn.btn_white a {
  background: #fff;
  border: 2px solid #fff;
}
.btn.btn_white a:hover {
  background: #104382;
  color: #fff;
  border: 2px solid #fff;
}
.btn.btn_gold a {
  background: #C79901;
  color: #fff;
  border: 2px solid #C79901;
}
.btn.btn_gold a:hover {
  background: #fff;
  color: #C79901;
  border: 2px solid #C79901;
}
.btn.btn_orange a {
  border-radius: 50px !important;
  background: #FFB400;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #FFB400));
  background: -webkit-linear-gradient(top, #fff 0%, #FFB400 50%);
  background: linear-gradient(to bottom, #fff 0%, #FFB400 50%);
  color: #fff;
  font-weight: bold;
  border: 2px solid #FFB400;
  -webkit-box-shadow: inset 0 5px 10px 5px rgba(255, 255, 255, 0.6), 0 10px 5px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: inset 0 5px 10px 5px rgba(255, 255, 255, 0.6), 0 10px 5px 0 rgba(0, 0, 0, 0.1) !important;
}
.btn.btn_orange a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #FFB400));
  background: -webkit-linear-gradient(bottom, #fff 0%, #FFB400 50%);
  background: linear-gradient(to top, #fff 0%, #FFB400 50%);
}
.btn.btn_blue a {
  border-radius: 50px !important;
  background: #1AAAD1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #1AAAD1));
  background: -webkit-linear-gradient(top, #fff 0%, #1AAAD1 50%);
  background: linear-gradient(to bottom, #fff 0%, #1AAAD1 50%);
  color: #fff;
  font-weight: bold;
  border: 2px solid #1AAAD1;
  -webkit-box-shadow: inset 0 5px 10px 5px rgba(255, 255, 255, 0.6), 0 10px 5px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: inset 0 5px 10px 5px rgba(255, 255, 255, 0.6), 0 10px 5px 0 rgba(0, 0, 0, 0.1) !important;
}
.btn.btn_blue a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #1AAAD1));
  background: -webkit-linear-gradient(bottom, #fff 0%, #1AAAD1 50%);
  background: linear-gradient(to top, #fff 0%, #1AAAD1 50%);
}
.btn.btn_pink a {
  border-radius: 50px !important;
  background: #CA3383;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #CA3383));
  background: -webkit-linear-gradient(top, #fff 0%, #CA3383 50%);
  background: linear-gradient(to bottom, #fff 0%, #CA3383 50%);
  color: #fff;
  font-weight: bold;
  border: 2px solid #CA3383;
  -webkit-box-shadow: inset 0 5px 10px 5px rgba(255, 255, 255, 0.6), 0 10px 5px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: inset 0 5px 10px 5px rgba(255, 255, 255, 0.6), 0 10px 5px 0 rgba(0, 0, 0, 0.1) !important;
}
.btn.btn_pink a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #CA3383));
  background: -webkit-linear-gradient(bottom, #fff 0%, #CA3383 50%);
  background: linear-gradient(to top, #fff 0%, #CA3383 50%);
}
.btn.shadow a {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1080px) {
  .btn.pc-disable {
    pointer-events: none;
  }
  .btn.pc-disable a {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 1079px) {
  .sp_only {
    display: block;
  }
}

@media only screen and (max-width: 1079px) {
  .pc_only {
    display: none;
  }
}

.block_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1079px) {
  .header {
    height: 50px;
  }
}
.header .sec_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .sec_header .logo-header {
  padding: 15px;
}
@media only screen and (max-width: 1079px) {
  .header .sec_header .logo-header {
    padding: 10px 13px;
  }
}
.header .sec_header .logo-header img {
  width: 185px;
  height: 30px;
}
@media only screen and (max-width: 1079px) {
  .header .sec_header .logo-header img {
    height: 24px;
  }
}
.header .sec_header .block_nav-header {
  height: 60px;
}
.header .sec_header .block_nav-header .nav_drawer_toggle {
  display: none;
}
.header .sec_header .block_nav-header .nav_drawer__btn {
  display: none;
}
@media only screen and (max-width: 1079px) {
  .header .sec_header .block_nav-header .nav_drawer__btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 101;
    background: #104382;
  }
  .header .sec_header .block_nav-header .nav_drawer__btn span {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background: #fff;
    display: inline-block;
    left: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .sec_header .block_nav-header .nav_drawer__btn span:nth-of-type(1) {
    top: 8px;
  }
  .header .sec_header .block_nav-header .nav_drawer__btn span:nth-of-type(2) {
    top: 14px;
  }
  .header .sec_header .block_nav-header .nav_drawer__btn span:nth-of-type(3) {
    top: 20px;
  }
}
.header .sec_header .block_nav-header .nav_drawer__close {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: none;
}
.header .sec_header .block_nav-header .nav-header {
  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: 100%;
}
@media only screen and (max-width: 1079px) {
  .header .sec_header .block_nav-header .nav-header {
    display: block;
    position: fixed;
    top: 50px;
    right: 0;
    width: 85%;
    height: 100vh;
    z-index: 99;
    background: rgba(51, 135, 202, 0.9);
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  .header .sec_header .block_nav-header .nav-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 355px);
    background: #1AAAD1;
    z-index: -1;
  }
}
@media only screen and (max-width: 1079px) {
  .header .sec_header .block_nav-header .nav-header .nav-global {
    padding: 30px 0 60px;
  }
}
.header .sec_header .block_nav-header .nav-header .nav-global .list-item {
  display: inline-block;
  font-size: 14px;
}
@media only screen and (max-width: 1079px) {
  .header .sec_header .block_nav-header .nav-header .nav-global .list-item {
    display: block;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px dashed #fff;
    text-align: right;
  }
}
.header .sec_header .block_nav-header .nav-header .nav-global .list-item a {
  color: #104382;
  padding-right: 10px;
}
@media only screen and (max-width: 1079px) {
  .header .sec_header .block_nav-header .nav-header .nav-global .list-item a {
    display: block;
    color: #fff;
  }
}
.header .sec_header .block_nav-header .nav-header .block_cv-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #104382;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
@media only screen and (max-width: 1079px) {
  .header .sec_header .block_nav-header .nav-header .block_cv-pc {
    display: none;
  }
}
.header .sec_header .block_nav-header .nav-header .block_cv-pc .cv-tel {
  color: #fff;
  padding: 0 15px 0 40px;
  background: url("../img/landing/icon_freecall-white.svg") no-repeat;
  background-size: 30px auto;
  background-position: center left;
}
.header .sec_header .block_nav-header .nav-header .block_cv-pc .cv-tel em {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.header .sec_header .block_nav-header .nav-header .block_cv-pc .cv-tel span {
  display: block;
  font-size: 12px;
}
.header .sec_header .block_nav-header .nav-header .block_cv-pc .cv-contact .btn {
  padding: 10px;
}
.header .sec_header .block_nav-header .nav-header .block_cv-pc .cv-contact .btn a {
  font-size: 14px;
  color: #104382;
}
.header .sec_header .block_nav-header .nav-header .block_cv-pc .cv-contact .btn a:before {
  margin-right: 6px;
  font-size: 20px;
}
.header .sec_header .block_nav-header .nav-header .block_cv-pc .cv-contact .btn a:hover {
  color: #fff;
}
.header .sec_header .block_nav-header .nav-header .block_cv-sp {
  display: none;
}
@media only screen and (max-width: 1079px) {
  .header .sec_header .block_nav-header .nav-header .block_cv-sp {
    display: block;
    padding: 0 10px;
    height: 50vh;
    position: relative;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .cv-contact {
    margin-bottom: 10px;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .cv-contact .btn {
    width: 100%;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .cv-reserve {
    margin-bottom: 40px;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .cv-reserve .btn {
    width: 100%;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .cv-tel {
    margin-bottom: 30px;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .cv-tel p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .cv-tel .btn {
    width: 100%;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .cv-tel .btn a {
    text-align: center;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .cv-tel .btn a em {
    display: block;
    font-size: 28px;
    font-weight: 700;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .cv-tel .btn a em:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 19px;
    background: url("../img/landing/icon_freecall-white.svg") no-repeat;
    background-size: auto 100%;
    background-position: center left;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .cv-tel .btn a span {
    font-size: 10px;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .btn_close-right {
    position: absolute;
    right: 0;
    bottom: 80px;
    background: #104382;
    color: #fff;
    padding: 12px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .header .sec_header .block_nav-header .nav-header .block_cv-sp .btn_close-right:before {
    font-family: Material Icons;
    content: "\f1df";
    background: #fff;
    padding: 6px;
    margin-right: 6px;
    font-size: 12px;
    border-radius: 15px;
    color: #104382;
  }
}
@media only screen and (max-width: 1079px) {
  .header .sec_header .block_nav-header #drawer_toggle:checked ~ #drawer__btn span:nth-of-type(2) {
    opacity: 0;
  }
  .header .sec_header .block_nav-header #drawer_toggle:checked ~ #drawer__btn span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .header .sec_header .block_nav-header #drawer_toggle:checked ~ #drawer__btn span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .header .sec_header .block_nav-header #drawer_toggle:checked ~ .nav-header {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.sec_key-visual {
  width: 100vw;
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual {
    width: 100vw;
    height: calc(100vw + 300px) !important;
    min-height: 740px;
    background-position: top 50px center;
  }
}
@media only screen and (max-width: 767px) {
  .sec_key-visual {
    height: calc(110vw + 300px) !important;
    min-height: 740px;
  }
}
.sec_key-visual .block_kv-top {
  position: relative;
}
.sec_key-visual .block_kv-top .kv_img img {
  width: 100%;
}
.sec_key-visual .block_kv-top .kv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  color: #104382;
  border: 10px solid #104382;
  font-size: 60px;
  padding: 60px;
  line-height: 1.6;
  min-width: 1180px;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-top .kv_ttl {
    width: 90%;
    padding: 30px 10px;
    font-size: 16px;
    border: 3px solid #104382;
    min-width: inherit;
  }
}
.sec_key-visual .block_kv-bottom {
  position: relative;
  margin-top: -100px;
  padding-top: 10px;
  background: url("../img/landing/bg_wave.svg") no-repeat;
  background-size: 1920px auto;
  background-position: top center;
  width: 100%;
}
@media only screen and (min-width: 1919px) {
  .sec_key-visual .block_kv-bottom {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom {
    margin-top: -50px;
  }
}
.sec_key-visual .block_kv-bottom .sec_inner {
  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;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .sec_inner {
    display: block;
    position: relative;
  }
}
.sec_key-visual .block_kv-bottom .sec_inner:before {
  content: "";
  display: block;
  width: 142px;
  height: 142px;
  background: url("../img/landing/pic_coordinator-01.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .sec_inner:before {
    position: absolute;
    top: 60px;
    left: 0;
    width: 88px;
    height: 88px;
    margin-top: 0;
  }
}
.sec_key-visual .block_kv-bottom .sec_inner:after {
  content: "";
  display: block;
  width: 142px;
  height: 142px;
  background: url("../img/landing/pic_coordinator-02.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .sec_inner:after {
    position: absolute;
    top: 60px;
    right: 0;
    width: 88px;
    height: 88px;
    margin-top: 0;
  }
}
.sec_key-visual .block_kv-bottom .sec_inner .copy-kv {
  color: #fff;
  text-align: center;
  margin: 50px 20px 20px;
}
.sec_key-visual .block_kv-bottom .sec_inner .copy-kv .copy-kv_first {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 22px;
  margin-bottom: 6px;
  background: url("../img/landing/fig_no1.svg") no-repeat;
  background-size: 560px auto;
  background-position: bottom center;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .sec_inner .copy-kv .copy-kv_first {
    font-size: 14px;
    background-size: 100% auto;
  }
}
.sec_key-visual .block_kv-bottom .sec_inner .copy-kv .copy-kv_first strong {
  font-size: 48px;
  margin: auto 3px auto 6px;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .sec_inner .copy-kv .copy-kv_first strong {
    font-size: 36px;
  }
}
.sec_key-visual .block_kv-bottom .sec_inner .copy-kv .copy-kv_second {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .sec_inner .copy-kv .copy-kv_second {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
  }
}
.sec_key-visual .block_kv-bottom .sec_inner .copy-kv .copy-kv_second strong {
  font-size: 36px;
  margin: auto 6px;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .sec_inner .copy-kv .copy-kv_second strong {
    font-size: 16px;
    display: block;
    font-weight: 700;
  }
}
.sec_key-visual .block_kv-bottom .sec_inner .copy-kv .copy-kv_third {
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .sec_inner .copy-kv .copy-kv_third {
    font-size: 12px;
  }
}
.sec_key-visual .block_kv-bottom .sec_inner .copy-kv::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #3387CA transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .sec_inner .copy-kv::after {
    top: 113%;
  }
}
.sec_key-visual .block_kv-bottom .block_cv {
  background: #E0F3F9;
  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;
  padding-top: 100px;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .block_cv {
    display: block;
    padding: 80px 10px 0;
  }
}
.sec_key-visual .block_kv-bottom .block_cv .cv-tel {
  margin-right: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .block_cv .cv-tel {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .block_cv .cv-tel .btn {
    width: 100%;
  }
}
.sec_key-visual .block_kv-bottom .block_cv .cv-tel .btn a {
  color: #fff;
}
.sec_key-visual .block_kv-bottom .block_cv .cv-tel .btn a em {
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 6px;
}
.sec_key-visual .block_kv-bottom .block_cv .cv-tel .btn a em:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 26px;
  background: url("../img/landing/icon_freecall-white.svg") no-repeat;
  background-size: auto 100%;
  background-position: left center;
  vertical-align: 0.1rem;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .block_cv .cv-tel .btn a em:before {
    background-size: auto 100%;
  }
}
.sec_key-visual .block_kv-bottom .block_cv .cv-tel .btn a span {
  display: block;
  font-size: 12px;
}
@media only screen and (max-width: 1079px) {
  .sec_key-visual .block_kv-bottom .cv-contact .btn {
    width: 100%;
  }
}
.sec_key-visual .block_kv-bottom .cv-contact .btn a {
  font-size: 22px;
  font-weight: 500;
  padding: 23px 10px;
}
.sec_key-visual .block_kv-bottom .cv-contact .btn a:before {
  margin-right: 6px;
  font-size: 28px;
  font-weight: 400;
  vertical-align: -6px;
}

.sec_trial {
  background: #E0F3F9;
  padding: 75px 0 100px;
}
@media only screen and (max-width: 1079px) {
  .sec_trial {
    padding: 40px 0 30px;
  }
}
.sec_trial .sec_inner {
  position: relative;
}
.sec_trial .sec_inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #104382;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1079px) {
  .sec_trial .sec_inner h2 {
    font-size: 24px;
  }
}
.sec_trial .sec_inner .baloon {
  position: absolute;
  top: 0;
  left: 10px;
  width: 130px;
  height: 130px;
  background: url("../img/landing/bg_baloon.svg") no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 1079px) {
  .sec_trial .sec_inner .baloon {
    left: -10px;
    width: 93px;
    height: 93px;
  }
}
.sec_trial .sec_inner .baloon span {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
@media only screen and (max-width: 1079px) {
  .sec_trial .sec_inner .baloon span {
    font-size: 16px;
  }
}
.sec_trial .sec_inner .block_trial {
  background: #fff;
  border: 3px solid #104382;
  border-radius: 10px;
  padding: 30px 15px;
}
.sec_trial .sec_inner .block_trial .txt-lead {
  text-align: center;
  color: #104382;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_trial .sec_inner .block_trial .txt-lead {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.sec_trial .sec_inner .block_img {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1079px) {
  .sec_trial .sec_inner .block_img {
    margin-bottom: 10px;
  }
}
.sec_trial .sec_inner .block_img img {
  max-width: 236px;
}
@media only screen and (max-width: 1079px) {
  .sec_trial .sec_inner .block_img img {
    width: 49%;
    margin-bottom: 3px;
  }
}
.sec_trial .sec_inner .txt-fee {
  text-align: center;
  font-size: 14px;
  color: #104382;
  font-weight: 500;
  margin-bottom: 10px;
}
.sec_trial .sec_inner .txt-fee em {
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  color: #104382;
}
.sec_trial .sec_inner .txt-note {
  text-align: center;
  font-size: 16px;
  color: #104382;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1079px) {
  .sec_trial .sec_inner .txt-note {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.sec_trial .sec_inner .block-contact {
  text-align: center;
}
.sec_trial .sec_inner .block-contact .btn {
  width: 45%;
}
@media only screen and (max-width: 1079px) {
  .sec_trial .sec_inner .block-contact .btn {
    width: 100%;
  }
}
.sec_trial .sec_inner .block-contact .btn a {
  font-size: 20px;
  font-weight: 700;
}
.sec_trial .sec_inner .block-contact .btn a:before {
  margin-right: 8px;
}

.sec_sankotsu {
  padding: 80px 0 160px;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu {
    padding: 60px 0 75px;
  }
}
.sec_sankotsu .sec_inner h2 {
  text-align: center;
  font-size: 36px;
  color: #0764BA;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .sec_inner h2 {
    font-size: 22px;
    line-height: 1.6;
  }
}
.sec_sankotsu .sec_inner h2 img {
  height: 50px;
  vertical-align: middle;
  margin-right: 12px;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .sec_inner h2 img {
    height: 30px;
  }
}
.sec_sankotsu .sec_inner .txt-lead {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #0764BA;
  line-height: 2;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .sec_inner .txt-lead {
    font-size: 18px;
  }
}
.sec_sankotsu .block_img {
  background: #F5F0E2;
  position: relative;
  text-align: center;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .block_img {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.sec_sankotsu .block_img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50vw - 50%);
  width: 0;
  height: 0;
  border-top: 120px solid #fff;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  z-index: -1;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .block_img:before {
    border-top: 45px solid #fff;
  }
}
.sec_sankotsu .block_img img {
  width: 24.7%;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .block_img img {
    width: 49%;
    margin-bottom: 3px;
  }
}
.sec_sankotsu .block_secondary {
  background: #F5F0E2;
  position: relative;
}
.sec_sankotsu .block_secondary:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -120px;
  left: calc(50vw - 50%);
  width: 0;
  height: 0;
  border-top: 120px solid #F5F0E2;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  z-index: -1;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .block_secondary:after {
    bottom: -45px;
    border-top: 45px solid #F5F0E2;
  }
}
.sec_sankotsu .block_secondary .sec_inner .block_recommend {
  max-width: 730px;
  margin: auto auto 25px;
  background: #fff;
  border: 3px solid #0764BA;
  border-radius: 10px;
  padding: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .block_secondary .sec_inner .block_recommend {
    padding: 20px;
    margin: auto auto 20px;
  }
}
.sec_sankotsu .block_secondary .sec_inner .block_recommend h3 {
  width: 70%;
  margin: auto auto 20px;
  padding: 8px;
  background: #0764BA;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-radius: 22px;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .block_secondary .sec_inner .block_recommend h3 {
    font-size: 14px;
    margin: auto auto 10px;
  }
}
.sec_sankotsu .block_secondary .sec_inner .block_recommend ul li {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0764BA;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .block_secondary .sec_inner .block_recommend ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.sec_sankotsu .block_secondary .sec_inner .block_recommend ul li span {
  padding: 0 6px 3px;
  position: relative;
  z-index: 1;
}
.sec_sankotsu .block_secondary .sec_inner .block_recommend ul li span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 15px;
  background: rgba(255, 180, 0, 0.3);
  z-index: -1;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .block_secondary .sec_inner .block_recommend ul li span:after {
    height: 10px;
  }
}
.sec_sankotsu .block_secondary .sec_inner .txt-secondary {
  max-width: 730px;
  margin: auto;
  padding: 0 10px;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 1079px) {
  .sec_sankotsu .block_secondary .sec_inner .txt-secondary {
    text-align: left;
  }
}

.sec_plan {
  margin-top: 100px;
  padding-bottom: 120px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgb(26, 170, 209)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(26, 170, 209) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(26, 170, 209) 50%, rgb(255, 255, 255) 100%);
}
@media only screen and (max-width: 1079px) {
  .sec_plan {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1079px) {
  .sec_plan .sec_inner {
    margin: auto 0;
  }
}
.sec_plan .sec_inner h2 {
  text-align: center;
  font-size: 36px;
  color: #3387CA;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_plan .sec_inner h2 {
    font-size: 22px;
  }
}
.sec_plan .sec_inner .block_plan {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1079px) {
  .sec_plan .sec_inner .block_plan {
    margin: auto auto 60px;
    padding-bottom: 20px;
    max-width: 100vw;
    position: relative;
  }
}
.sec_plan .sec_inner .block_plan .list-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 1079px) {
  .sec_plan .sec_inner .block_plan .list-plan {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
@media only screen and (max-width: 1079px) {
  .sec_plan .sec_inner .block_plan .list-plan .item-plan {
    margin: auto 20px;
  }
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan .txt-feature {
  background: #CA3383;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: auto 15px;
  padding: 10px 6px 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan .txt-feature strong {
  font-size: 18px;
  margin: auto 5px;
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan#goudou .txt-feature {
  padding: 6px;
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan .card-plan {
  background: #3387CA;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan .card-plan h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan .card-plan .block_img {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan .card-plan .block_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan .card-plan .txt-note {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  min-height: 14px;
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan .card-plan .txt-fee {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.6;
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan .card-plan .txt-fee em {
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan .card-plan .txt-secondary {
  line-height: 1.8;
  min-height: 140px;
}
.sec_plan .sec_inner .block_plan .list-plan .item-plan#daikou .card-plan .txt-fee {
  padding: 22px 0;
}
@media only screen and (min-width: 1080px) {
  .sec_plan .sec_inner .block_plan .swiper-button-prev,
  .sec_plan .sec_inner .block_plan .swiper-button-next {
    display: none;
  }
}
.sec_plan .sec_inner h3 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_plan .sec_inner h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1079px) {
  .sec_plan .sec_inner .block_option {
    padding: 0 10px;
  }
}
.sec_plan .sec_inner .block_option .list-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-right: 1px solid #3387CA;
  border-bottom: 1px solid #3387CA;
}
.sec_plan .sec_inner .block_option .list-option .item-option {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-top: 1px solid #3387CA;
  border-left: 1px solid #3387CA;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1079px) {
  .sec_plan .sec_inner .block_option .list-option .item-option {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.sec_plan .sec_inner .block_option .list-option .item-option .block_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 160px;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  height: 96px;
  overflow: hidden;
  position: relative;
}
.sec_plan .sec_inner .block_option .list-option .item-option .block_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_plan .sec_inner .block_option .list-option .item-option .block_txt {
  padding: 10px;
}
.sec_plan .sec_inner .block_option .list-option .item-option .block_txt h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1079px) {
  .sec_plan .sec_inner .block_option .list-option .item-option .block_txt h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.sec_plan .sec_inner .block_option .list-option .item-option .block_txt h4 span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}
@media only screen and (max-width: 1079px) {
  .sec_plan .sec_inner .block_option .list-option .item-option .block_txt h4 span {
    display: block;
    font-size: 10px;
    margin-left: 0;
    margin-top: 5px;
  }
}
.sec_plan .sec_inner .block_option .list-option .item-option .block_txt p {
  font-size: 12px;
  line-height: 1.6;
}
@media only screen and (max-width: 1079px) {
  .sec_plan .sec_inner .block_option .list-option .item-option .block_txt p {
    font-size: 10px;
    line-height: 1.2;
  }
}

.sec_flow {
  margin-top: 100px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1079px) {
  .sec_flow {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
.sec_flow .sec_inner h2 {
  text-align: center;
  font-size: 36px;
  color: #104382;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner h2 {
    font-size: 22px;
  }
}
.sec_flow .sec_inner .list-flow .item-flow {
  background: #104382;
  border-radius: 10px;
  border: 5px solid #104382;
  margin-bottom: 60px;
  position: relative;
}
.sec_flow .sec_inner .list-flow .item-flow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 57px 0 57px;
  border-color: #01aaad transparent transparent transparent;
}
.sec_flow .sec_inner .list-flow .item-flow:last-child:after {
  content: none;
}
.sec_flow .sec_inner .list-flow .item-flow .ttl-flow {
  color: #fff;
  padding: 5px 5px 10px;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .ttl-flow:after {
    font-family: Material Icons;
    content: "\e147";
    vertical-align: middle;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 24px;
  }
  .sec_flow .sec_inner .list-flow .item-flow .ttl-flow.open:after {
    content: "\e15c";
  }
}
.sec_flow .sec_inner .list-flow .item-flow .ttl-flow .step {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .ttl-flow .step {
    font-size: 14px;
  }
}
.sec_flow .sec_inner .list-flow .item-flow .ttl-flow .step span {
  background: #fff;
  display: inline-block;
  padding: 5px 10px 5px;
  width: 60px;
  height: 60px;
  color: #104382;
  font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  margin-right: 24px;
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .ttl-flow .step span {
    width: 52px;
    height: 52px;
    font-size: 10px;
    margin-right: 10px;
  }
}
.sec_flow .sec_inner .list-flow .item-flow .ttl-flow .step span i {
  display: inline-block;
  text-align: center;
  font-size: 36px;
  font-style: normal;
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .ttl-flow .step span i {
    font-size: 28px;
  }
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .txt-secondary {
  font-weight: 500;
  line-height: 1.8;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block-contact {
  text-align: center;
  margin-top: 30px;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block-contact .btn {
  width: 100%;
  max-width: 465px;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block-contact .btn a {
  font-size: 20px;
  font-weight: 700;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block-contact .btn a:before {
  margin-right: 6px;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow ul {
  margin-top: 10px;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow ul li {
  list-style: disc;
  margin-left: 1.5rem;
  line-height: 1.8;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow ul li span {
  color: #104382;
  font-weight: 700;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow h4 {
  color: #104382;
  font-weight: 700;
  margin: 15px auto 10px;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex {
    margin-top: 20px;
  }
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 100%;
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div.block_first {
    margin: 0 auto 10px;
  }
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div.block_second {
  margin-bottom: 30px;
  position: relative;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .block_img {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .block_img {
    width: 100%;
  }
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .block_img img {
  width: 100%;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .baloon {
  position: absolute;
  top: -50px;
  right: -20px;
  width: 130px;
  height: 130px;
  background: url("../img/landing/bg_baloon.svg") no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .baloon {
    top: -15px;
    width: 80px;
    height: 80px;
  }
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .baloon span {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .baloon span {
    font-size: 12px;
  }
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div h4 {
  text-align: center;
  margin-bottom: 10px;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .block_desc {
  background: #E0F3F9;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  min-height: 302px;
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .block_desc {
    padding: 10px;
    min-height: unset;
    font-size: 12px;
  }
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .block_desc .txt-note {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}
@media only screen and (max-width: 1079px) {
  .sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .block_desc .txt-note {
    margin-top: 10px;
    font-size: 10px;
  }
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .block_desc h5 {
  margin-top: 60px;
  margin-bottom: 15px;
  color: #104382;
  font-weight: 500;
  position: relative;
}
.sec_flow .sec_inner .list-flow .item-flow .desc-flow .block_flex > div .block_desc h5:before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 57px 0 57px;
  border-color: #01aaad transparent transparent transparent;
}

.sec_cv {
  background: url("../img/landing/bg_wave.svg") no-repeat;
  background-size: 1920px auto;
  background-position: top center;
  width: 100%;
  padding-top: 95px;
}
@media only screen and (max-width: 1079px) {
  .sec_cv {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1919px) {
  .sec_cv {
    background-size: 100% auto;
  }
}
.sec_cv .block_flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_cv .block_flex {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1079px) {
  .sec_cv .block_flex > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 10px;
  }
}
.sec_cv .block_flex > div .btn {
  width: 335px;
}
@media only screen and (max-width: 1079px) {
  .sec_cv .block_flex > div .btn {
    width: 100%;
  }
}
.sec_cv .block_flex > div .btn a {
  font-size: 22px;
}
@media only screen and (max-width: 1079px) {
  .sec_cv .block_flex > div .btn a {
    font-size: 16px;
  }
}
.sec_cv .block_flex > div .btn a:before {
  margin-right: 12px;
}
@media only screen and (max-width: 1079px) {
  .sec_cv .block_flex > div .btn a:before {
    margin-right: 8px;
  }
}
.sec_cv .block_flex .cv-contact .btn {
  margin-right: 10px;
}
@media only screen and (max-width: 1079px) {
  .sec_cv .block_flex .cv-contact .btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sec_cv .block_flex .cv-reserve .btn {
  margin-left: 10px;
}
@media only screen and (max-width: 1079px) {
  .sec_cv .block_flex .cv-reserve .btn {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.sec_cv .block_tel {
  background: #E0F3F9;
  padding: 20px 10px;
}
@media only screen and (max-width: 1079px) {
  .sec_cv .block_tel {
    padding: 10px 10px 20px;
  }
}
.sec_cv .block_tel p {
  text-align: center;
  color: #0764BA;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1079px) {
  .sec_cv .block_tel p {
    font-size: 14px;
  }
}
.sec_cv .block_tel .cv-tel {
  text-align: center;
}
@media only screen and (max-width: 1079px) {
  .sec_cv .block_tel .cv-tel .btn {
    width: 100%;
  }
}
.sec_cv .block_tel .cv-tel .btn a {
  color: #fff;
}
.sec_cv .block_tel .cv-tel .btn a em {
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 6px;
}
.sec_cv .block_tel .cv-tel .btn a em:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 26px;
  background: url("../img/landing/icon_freecall-white.svg") no-repeat;
  background-size: auto 100%;
  background-position: left center;
  vertical-align: 0.1rem;
}
@media only screen and (max-width: 1079px) {
  .sec_cv .block_tel .cv-tel .btn a em:before {
    background-size: auto 100%;
  }
}
.sec_cv .block_tel .cv-tel .btn a span {
  display: block;
  font-size: 12px;
}

.sec_area {
  padding: 60px 0 85px;
  background: #E0F3F9;
}
@media only screen and (max-width: 1079px) {
  .sec_area {
    padding: 60px 0 30px;
  }
}
.sec_area .sec_inner h2 {
  text-align: center;
  font-size: 36px;
  color: #104382;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner h2 {
    font-size: 22px;
  }
}
.sec_area .sec_inner h3 {
  background: #104382;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.sec_area .sec_inner .block_map {
  min-height: 800px;
  background: url("../img/landing/fig_map-all.png") no-repeat;
  background-size: 847.3px auto;
  background-position: center top 71px;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map {
    min-height: unset;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.sec_area .sec_inner .block_map .block-spot {
  width: 100px;
  height: 100px;
  border: 3px solid #1AAAD1;
  border-radius: 5px;
  position: absolute;
}
.sec_area .sec_inner .block_map .block-spot:after {
  content: "";
  display: block;
  position: absolute;
  background: #1AAAD1;
  width: 1px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot:after {
    content: none;
  }
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 112px;
        -ms-flex: 0 0 112px;
            flex: 0 0 112px;
    min-height: 112px;
    margin: auto 3px 10px;
    position: static;
  }
}
.sec_area .sec_inner .block_map .block-spot a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sec_area .sec_inner .block_map .block-spot a figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sec_area .sec_inner .block_map .block-spot a figure:after {
  content: "★";
  font-size: 10px;
  color: #FFB400;
  position: absolute;
}
@media only screen and (min-width: 1080px) {
  .sec_area .sec_inner .block_map .block-spot a figure:after {
    content: none;
  }
}
.sec_area .sec_inner .block_map .block-spot a figure img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_area .sec_inner .block_map .block-spot a p {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: rgba(26, 170, 209, 0.75);
}
.sec_area .sec_inner .block_map .block-spot a p em {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_area .sec_inner .block_map .block-spot a p em span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.sec_area .sec_inner .block_map .block-spot#hokkaidou {
  top: 61px;
  left: 471px;
}
.sec_area .sec_inner .block_map .block-spot#hokkaidou:after {
  height: 90px;
  bottom: -90px;
  left: -2px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#hokkaidou a figure:after {
    top: 22px;
    left: 38px;
  }
  .sec_area .sec_inner .block_map .block-spot#hokkaidou a figure img {
    width: 241px;
    height: auto;
    top: -20px;
    left: -128px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#akita {
  top: 90px;
  left: 300px;
}
.sec_area .sec_inner .block_map .block-spot#akita:after {
  height: 142px;
  bottom: -142px;
  left: 95px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#akita a figure:after {
    top: 22px;
    left: 38px;
  }
  .sec_area .sec_inner .block_map .block-spot#akita a figure img {
    width: 241px;
    height: auto;
    top: -72px;
    left: -115px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#matsushima {
  top: 270px;
  left: 455px;
}
.sec_area .sec_inner .block_map .block-spot#matsushima:after {
  height: 20px;
  bottom: -20px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#matsushima a figure:after {
    top: 35px;
    left: 58px;
  }
  .sec_area .sec_inner .block_map .block-spot#matsushima a figure img {
    width: 241px;
    height: auto;
    top: -88px;
    left: -120px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#niigata {
  top: 240px;
  left: 287px;
}
.sec_area .sec_inner .block_map .block-spot#niigata:after {
  height: 60px;
  bottom: -60px;
  left: 95px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#niigata a figure:after {
    top: 21px;
    left: 73px;
  }
  .sec_area .sec_inner .block_map .block-spot#niigata a figure img {
    width: 241px;
    height: auto;
    top: -110px;
    left: -76px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#tokyo {
  top: 0;
  left: 680px;
}
.sec_area .sec_inner .block_map .block-spot#tokyo:after {
  height: 115px;
  bottom: -115px;
  left: 25px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#tokyo a figure:after {
    top: 20px;
    left: 59px;
  }
  .sec_area .sec_inner .block_map .block-spot#tokyo a figure img {
    width: 608px;
    height: auto;
    top: -417px;
    left: -345px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#choshi {
  top: 90px;
  left: 868px;
}
.sec_area .sec_inner .block_map .block-spot#choshi:after {
  height: 20px;
  bottom: -20px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#choshi a figure:after {
    top: 19px;
    left: 91px;
  }
  .sec_area .sec_inner .block_map .block-spot#choshi a figure img {
    width: 608px;
    height: auto;
    top: -417px;
    left: -345px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#sotobou {
  top: 248px;
  left: 851px;
}
.sec_area .sec_inner .block_map .block-spot#sotobou:after {
  height: 120px;
  bottom: 20px;
  left: -120px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#sotobou a figure:after {
    top: 39px;
    left: 63px;
  }
  .sec_area .sec_inner .block_map .block-spot#sotobou a figure img {
    width: 608px;
    height: auto;
    top: -427px;
    left: -345px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#tateyama {
  top: 183px;
  left: 727px;
}
.sec_area .sec_inner .block_map .block-spot#tateyama:after {
  height: 20px;
  bottom: -20px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#tateyama a figure:after {
    top: 36px;
    left: 57px;
  }
  .sec_area .sec_inner .block_map .block-spot#tateyama a figure img {
    width: 608px;
    height: auto;
    top: -427px;
    left: -345px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#yokohama {
  top: 135px;
  left: 580px;
}
.sec_area .sec_inner .block_map .block-spot#yokohama:after {
  height: 20px;
  bottom: -20px;
  left: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#yokohama a figure:after {
    top: 21px;
    left: 50px;
  }
  .sec_area .sec_inner .block_map .block-spot#yokohama a figure img {
    width: 608px;
    height: auto;
    top: -427px;
    left: -345px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#sagami {
  top: 345px;
  left: 624px;
}
.sec_area .sec_inner .block_map .block-spot#sagami:after {
  height: 62px;
  top: -124px;
  left: 50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#sagami a figure:after {
    top: 29px;
    left: 43px;
  }
  .sec_area .sec_inner .block_map .block-spot#sagami a figure img {
    width: 608px;
    height: auto;
    top: -427px;
    left: -345px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#suruga {
  top: 522px;
  left: 389px;
}
.sec_area .sec_inner .block_map .block-spot#suruga:after {
  height: 39px;
  top: -39px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#suruga a figure:after {
    top: 31px;
    left: 59px;
  }
  .sec_area .sec_inner .block_map .block-spot#suruga a figure img {
    width: 241px;
    height: auto;
    top: -155px;
    left: -77px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#nankishirahama {
  top: 557px;
  left: 285px;
}
.sec_area .sec_inner .block_map .block-spot#nankishirahama:after {
  height: 23px;
  top: -21px;
  left: 0;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#nankishirahama a figure:after {
    top: 35px;
    left: 45px;
  }
  .sec_area .sec_inner .block_map .block-spot#nankishirahama a figure img {
    width: 241px;
    height: auto;
    top: -167px;
    left: -48px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#okayama {
  top: 388px;
  left: 215px;
}
.sec_area .sec_inner .block_map .block-spot#okayama:after {
  height: 30px;
  bottom: -30px;
  left: 5px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#okayama a figure:after {
    top: 15px;
    left: 45px;
  }
  .sec_area .sec_inner .block_map .block-spot#okayama a figure img {
    width: 241px;
    height: auto;
    top: -173px;
    left: -26px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#mihara {
  top: 275px;
  left: 156px;
}
.sec_area .sec_inner .block_map .block-spot#mihara:after {
  height: 147px;
  bottom: -147px;
  left: 50px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#mihara a figure:after {
    top: 18px;
    left: 39px;
  }
  .sec_area .sec_inner .block_map .block-spot#mihara a figure img {
    width: 241px;
    height: auto;
    top: -173px;
    left: -26px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#kanon {
  top: 388px;
  left: 99px;
}
.sec_area .sec_inner .block_map .block-spot#kanon:after {
  height: 42px;
  bottom: -42px;
  left: 90px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#kanon a figure:after {
    top: 20px;
    left: 32px;
  }
  .sec_area .sec_inner .block_map .block-spot#kanon a figure img {
    width: 241px;
    height: auto;
    top: -173px;
    left: -26px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#ehime {
  top: 557px;
  left: 180px;
}
.sec_area .sec_inner .block_map .block-spot#ehime:after {
  height: 29px;
  top: -29px;
  left: 29px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#ehime a figure:after {
    top: 25px;
    left: 41px;
  }
  .sec_area .sec_inner .block_map .block-spot#ehime a figure img {
    width: 241px;
    height: auto;
    top: -173px;
    left: -26px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#fukuoka {
  top: 500px;
  left: 0;
}
.sec_area .sec_inner .block_map .block-spot#fukuoka:after {
  height: 46px;
  top: 36px;
  right: -3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#fukuoka a figure:after {
    top: 3px;
    left: 40px;
  }
  .sec_area .sec_inner .block_map .block-spot#fukuoka a figure img {
    width: 241px;
    height: auto;
    top: -200px;
    left: 10px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#kumamoto {
  top: 619px;
  left: 10px;
}
.sec_area .sec_inner .block_map .block-spot#kumamoto:after {
  height: 54px;
  top: -54px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#kumamoto a figure:after {
    top: 23px;
    left: 41px;
  }
  .sec_area .sec_inner .block_map .block-spot#kumamoto a figure img {
    width: 241px;
    height: auto;
    top: -200px;
    left: 10px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#kagoshima {
  top: 687px;
  left: 119px;
}
.sec_area .sec_inner .block_map .block-spot#kagoshima:after {
  height: 84px;
  top: -84px;
  left: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#kagoshima a figure:after {
    top: 36px;
    left: 43px;
  }
  .sec_area .sec_inner .block_map .block-spot#kagoshima a figure img {
    width: 241px;
    height: auto;
    top: -200px;
    left: 10px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#naha {
  top: 667px;
  left: 410px;
}
.sec_area .sec_inner .block_map .block-spot#naha:after {
  height: 42px;
  top: 37px;
  right: -3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#naha a figure:after {
    top: 39px;
    left: 44px;
  }
  .sec_area .sec_inner .block_map .block-spot#naha a figure img {
    width: 33px;
    height: auto;
    top: 3px;
    left: 40px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#okinawa {
  top: 513px;
  left: 567px;
}
.sec_area .sec_inner .block_map .block-spot#okinawa:after {
  height: 20px;
  bottom: -20px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#okinawa a figure:after {
    top: 2px;
    left: 46px;
  }
  .sec_area .sec_inner .block_map .block-spot#okinawa a figure img {
    width: 33px;
    height: auto;
    top: 3px;
    left: 40px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_map .block-spot#hawaii {
  top: 595px;
  left: 755px;
}
.sec_area .sec_inner .block_map .block-spot#hawaii:after {
  content: none;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_map .block-spot#hawaii a:before {
    content: "★";
    font-size: 10px;
    color: #FFB400;
    position: absolute;
    top: 18px;
    left: 61px;
    z-index: 10;
  }
  .sec_area .sec_inner .block_map .block-spot#hawaii a:after {
    content: "★";
    font-size: 10px;
    color: #FFB400;
    position: absolute;
    top: 34px;
    left: 67px;
  }
  .sec_area .sec_inner .block_map .block-spot#hawaii a figure:after {
    top: 10px;
    left: 42px;
  }
  .sec_area .sec_inner .block_map .block-spot#hawaii a figure img {
    width: 64px;
    height: auto;
    top: 6px;
    left: 22px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_area .sec_inner .block_list {
  background: #1AAAD1;
  border-radius: 10px;
  padding: 20px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_list {
    padding: 20px 10px 10px;
  }
}
.sec_area .sec_inner .block_list h4 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_list h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.sec_area .sec_inner .block_list .tbl_spot {
  border-collapse: separate;
  width: 100%;
}
.sec_area .sec_inner .block_list .tbl_spot tr th {
  padding: 20px;
  background: #E0F3F9;
  text-align: left;
  font-weight: 700;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_list .tbl_spot tr th {
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 12px;
    border-bottom: 2px solid #1AAAD1;
    text-align: center;
  }
}
.sec_area .sec_inner .block_list .tbl_spot tr td {
  padding: 20px;
  background: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_list .tbl_spot tr td {
    padding: 10px;
    display: block;
    width: 100%;
    border-bottom: none;
    font-size: 12px;
  }
}
.sec_area .sec_inner .block_list .tbl_spot tr:first-child th {
  border-top-left-radius: 10px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_list .tbl_spot tr:first-child th {
    border-top-right-radius: 10px;
  }
}
.sec_area .sec_inner .block_list .tbl_spot tr:last-child th {
  border-bottom-left-radius: 10px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_list .tbl_spot tr:last-child th {
    border-bottom-left-radius: 0;
  }
}
.sec_area .sec_inner .block_list .tbl_spot tr:first-child td {
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_list .tbl_spot tr:first-child td {
    border-top-right-radius: 0;
  }
}
.sec_area .sec_inner .block_list .tbl_spot tr:last-child td {
  border-bottom-right-radius: 10px;
}
@media only screen and (max-width: 1079px) {
  .sec_area .sec_inner .block_list .tbl_spot tr:last-child td {
    border-bottom-left-radius: 10px;
  }
}
.sec_area__container {
  padding: 60px 30px;
  background-color: #fff;
  border-radius: 15px;
}
.sec_area .area__map-btn {
  margin: 0 auto;
  max-width: 320px;
}
.sec_area .area__map-btn a {
  background-color: #007CCF;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  font-weight: 700;
  padding: 1em 2em;
  border-radius: 60px;
  border: 2px solid #007CCF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_area .area__map-btn a:hover {
  background-color: #fff;
  color: #007CCF;
}

.sec_voice {
  padding: 60px 0;
  background: #F5F0E2;
}
@media only screen and (max-width: 1079px) {
  .sec_voice .sec_inner {
    margin: auto 0;
    padding: 0 40px;
  }
}
.sec_voice .sec_inner h2 {
  text-align: center;
  font-size: 36px;
  color: #5D4802;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_voice .sec_inner h2 {
    font-size: 22px;
  }
}
.sec_voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em 8%;
}
@media (max-width: 768px) {
  .sec_voice__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sec_voice__item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.sec_voice__item.is-open {
  cursor: inherit;
}
.sec_voice__item.is-open .sec_voice__item-popup {
  display: block;
}
.sec_voice__item-img {
  position: relative;
}
.sec_voice__item-img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.sec_voice__item-img img, .sec_voice__item-img video, .sec_voice__item-img iframe, .sec_voice__item-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_voice__item-contents {
  padding: 1em;
}
.sec_voice__item-contents-cat {
  font-size: 0.75em;
  display: inline-block;
  background-color: #1A63BA;
  color: #fff;
  border-radius: 50px;
  padding: 0.334em 0.8333em;
  margin-bottom: 1em;
}
.sec_voice__item-contents-title {
  font-size: 1.5em;
  color: #3073C0;
  line-height: 1.3333;
  margin-bottom: 1em;
}
.sec_voice__item-contents-btn {
  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;
  width: 105px;
  font-size: 1em;
  color: #3073C0;
  line-height: 1;
  margin-left: auto;
  cursor: pointer;
}
.sec_voice__item-contents-btn:hover {
  text-decoration: underline;
}
.sec_voice__item-contents-btn::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../images/icon_arrow-right-circle.svg) no-repeat center center/contain;
}
.sec_voice__item-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.16);
}
.sec_voice__item-popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  min-width: 80vw;
  max-height: 80vh;
  overflow: scroll;
  border-radius: 10px;
}
.sec_voice__item-popup-img {
  position: relative;
}
.sec_voice__item-popup-img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.sec_voice__item-popup-img img, .sec_voice__item-popup-img video, .sec_voice__item-popup-img iframe, .sec_voice__item-popup-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_voice__item-popup-contents {
  padding: 2em;
}
.sec_voice__item-popup-info {
  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;
  gap: 1em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1079px) {
  .sec_voice__item-popup-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec_voice__item-popup-cat {
  background-color: #1A63BA;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 50px;
}
.sec_voice__item-popup-name {
  font-size: 1.5em;
  color: #3073C0;
}
.sec_voice__item-popup-title {
  font-size: 1.5em;
  line-height: 1.333;
  margin-bottom: 2em;
}
.sec_voice__item-popup-text {
  font-size: 1em;
  line-height: 2;
  color: #3073C0;
  margin-bottom: 2em;
}
.sec_voice__item-popup-text p {
  line-height: 1.6;
}
.sec_voice__item-popup-text img {
  width: 100%;
  height: 100%;
}
.sec_voice__item-popup-close {
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  border-radius: 50px;
  background-color: #848484;
  text-align: center;
  margin: auto;
}

.sec_faq {
  padding: 60px 0 120px;
}
@media only screen and (max-width: 1079px) {
  .sec_faq {
    padding: 30px 0 60px;
  }
}
.sec_faq .sec_inner h2 {
  text-align: center;
  font-size: 36px;
  color: #3387CA;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1079px) {
  .sec_faq .sec_inner h2 {
    font-size: 22px;
  }
}
.sec_faq .sec_inner .block_faq .list-faq .item-faq {
  background: #3387CA;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.sec_faq .sec_inner .block_faq .list-faq .item-faq .block_question {
  color: #fff;
  font-weight: 700;
  padding: 0 60px;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .sec_faq .sec_inner .block_faq .list-faq .item-faq .block_question {
    padding: 0 45px;
    font-size: 12px;
  }
}
.sec_faq .sec_inner .block_faq .list-faq .item-faq .block_question p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  height: 45px;
}
@media only screen and (max-width: 1079px) {
  .sec_faq .sec_inner .block_faq .list-faq .item-faq .block_question p {
    height: 36px;
  }
}
.sec_faq .sec_inner .block_faq .list-faq .item-faq .block_question:before {
  content: "Q";
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  background: #fff;
  color: #3387CA;
  border-radius: 23px;
  vertical-align: middle;
}
@media only screen and (max-width: 1079px) {
  .sec_faq .sec_inner .block_faq .list-faq .item-faq .block_question:before {
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 18px;
    line-height: 2;
  }
}
.sec_faq .sec_inner .block_faq .list-faq .item-faq .block_question:after {
  content: "\e145";
  font-family: Material Icons;
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 28px;
}
@media only screen and (max-width: 1079px) {
  .sec_faq .sec_inner .block_faq .list-faq .item-faq .block_question:after {
    top: 12px;
    font-size: 16px;
  }
}
.sec_faq .sec_inner .block_faq .list-faq .item-faq .block_question.open:after {
  content: "\e15b";
}
.sec_faq .sec_inner .block_faq .list-faq .item-faq .block_answer {
  background: #fff;
  border-radius: 10px;
  padding: 12px 12px 12px 60px;
  margin-top: 12px;
  position: relative;
  min-height: 60px;
}
@media only screen and (max-width: 1079px) {
  .sec_faq .sec_inner .block_faq .list-faq .item-faq .block_answer {
    padding: 12px 12px 12px 40px;
  }
}
.sec_faq .sec_inner .block_faq .list-faq .item-faq .block_answer:before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 28px;
  color: #3387CA;
  font-weight: 700;
}
@media only screen and (max-width: 1079px) {
  .sec_faq .sec_inner .block_faq .list-faq .item-faq .block_answer:before {
    top: 15px;
    font-size: 16px;
  }
}
.sec_faq .sec_inner .block_faq .list-faq .item-faq .block_answer p {
  line-height: 1.8;
}

.footer .banner-footer {
  padding: 60px 0;
  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;
}
@media only screen and (max-width: 1079px) {
  .footer .banner-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .banner-footer .bg_blue {
  background-color: #045D9E;
  padding: 10px 20px;
}
.footer .banner-footer .border-black {
  border: 1px solid #232b39;
}
.footer .banner-footer li {
  border-radius: 10px;
  max-width: 300px;
}
@media only screen and (max-width: 1079px) {
  .footer .banner-footer li {
    margin-bottom: 30px;
  }
}
.footer .banner-footer li:hover {
  opacity: 0.8;
}
.footer .banner-footer li a {
  display: inline-block;
}
.footer .banner-footer li img {
  border-radius: 10px;
  width: 100%;
}
.footer .banner-footer li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 1079px) {
  .footer .banner-footer li + li {
    margin-left: 0;
  }
}
.footer .nav-footer {
  padding: 50px 0;
}
@media only screen and (max-width: 1079px) {
  .footer .nav-footer {
    padding: 30px 0;
  }
}
.footer .nav-footer .nav-list {
  text-align: center;
}
.footer .nav-footer .nav-list .nav-item {
  display: inline-block;
  margin-right: 10px;
}
.footer .nav-footer .nav-list .nav-item:after {
  content: "｜";
}
.footer .nav-footer .nav-list .nav-item:last-child {
  margin-right: 0;
}
.footer .nav-footer .nav-list .nav-item:last-child:after {
  content: none;
}
.footer .nav-footer .nav-list .nav-item a {
  color: #3387CA;
  font-size: 14px;
}
@media only screen and (max-width: 1079px) {
  .footer .nav-footer .nav-list .nav-item a {
    font-size: 12px;
  }
}
.footer .block_copyright {
  background: #104382;
  padding: 10px;
}
.footer .block_copyright address {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
}
@media only screen and (max-width: 1079px) {
  .footer .block_copyright address {
    font-size: 12px;
  }
}

.blockfixed-footer {
  display: none;
}
@media only screen and (max-width: 1079px) {
  .blockfixed-footer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0px -6px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px -6px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 102;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .blockfixed-footer .nav_fixed-footer {
    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: 100%;
  }
  .blockfixed-footer .nav_fixed-footer .cv-tel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    background: #CA3383;
    border-right: 1px solid #fff;
    height: 100%;
  }
  .blockfixed-footer .nav_fixed-footer .cv-tel a {
    display: block;
    color: #fff;
    padding-left: 50px;
    height: 100%;
    background: url("../img/landing/icon_freecall-white.svg") no-repeat;
    background-size: auto 20px;
    background-position: left 10px center;
  }
  .blockfixed-footer .nav_fixed-footer .cv-tel a em {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
  }
  .blockfixed-footer .nav_fixed-footer .cv-tel a span {
    display: block;
    font-size: 11px;
    margin-top: 4px;
  }
  .blockfixed-footer .nav_fixed-footer .cv-contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    background: #C79901;
    height: 100%;
  }
  .blockfixed-footer .nav_fixed-footer .cv-contact a {
    display: block;
    height: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding-top: 18px;
    text-align: center;
  }
  .blockfixed-footer .nav_fixed-footer .cv-contact a:before {
    font-family: Material Icons;
    content: "\e0e1";
    vertical-align: middle;
    margin-right: 4px;
    font-size: 16px;
  }
}
.blockfixed-footer.hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.mdl {
  display: none;
}

@media only screen and (max-width: 1079px) {
  .modaal-wrapper .modaal-inner-wrapper {
    padding: 45px 0 0;
  }
}
.modaal-wrapper .modaal-container {
  border-radius: 10px;
}
.modaal-wrapper .modaal-container .modaal-content-container {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 1079px) {
  .modaal-wrapper .modaal-container .modaal-content-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container .mdl_inner {
  overflow-y: scroll;
}
.modaal-wrapper .modaal-container .modaal-content-container .block_close {
  text-align: center;
}
@media only screen and (max-width: 1079px) {
  .modaal-wrapper .modaal-container .modaal-content-container .block_close {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container .block_close .btn {
  width: 288px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  padding: 12px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .modaal-wrapper .modaal-container .modaal-content-container .block_close .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container .block_close .btn:after {
  content: "\e5c9";
  font-family: Material Icons;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 32px;
}
@media only screen and (max-width: 1079px) {
  .modaal-wrapper .modaal-container .modaal-content-container .block_close .btn:after {
    font-size: 24px;
  }
}
.modaal-wrapper .modaal-container .modaal-close {
  position: absolute;
  top: -25px;
  right: 5px;
  background: #fff;
}
.modaal-wrapper .modaal-container .modaal-close:before {
  top: 9px;
  left: 18px;
}
.modaal-wrapper .modaal-container .modaal-close:after {
  top: 9px;
  left: 18px;
}

.mdl__area .modaal-container {
  border: 5px solid #1AAAD1;
}
@media only screen and (max-width: 1079px) {
  .mdl__area .modaal-container {
    border: none;
    padding-top: 30px;
    background: #1AAAD1;
    max-width: 100vw !important;
  }
}
@media only screen and (max-width: 1079px) {
  .mdl__area .modaal-container .modaal-content-container {
    padding: 0 0 20px;
    height: calc(100vh - 45px);
    overflow-y: scroll;
  }
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid #1AAAD1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1079px) {
  .mdl__area .modaal-container .modaal-content-container .mdl_inner h3 {
    font-size: 20px;
    padding: 8px 10px;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1079px) {
  .mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_img {
  padding: 0 15px 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 1079px) {
  .mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_img {
    padding: 0 0 20px;
    margin-right: 0;
  }
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_img .list-img {
  margin-bottom: 10px;
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_img .list-img .item-img {
  width: 370px;
  height: 370px;
  display: block;
  border-radius: 10px;
  border: 3px solid #1AAAD1;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_img .list-img .item-img {
    width: 100vw;
    height: 100vw;
    border-radius: 0;
    border: none;
    margin: 0;
  }
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_img .list-img .item-img img {
  width: auto !important;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_img .list-img .item-img iframe {
  width: 100%;
  height: 100%;
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_img .swiper-pagination {
  display: block !important;
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_img .swiper-pagination span {
  background: #1AAAD1;
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_thumb .list-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 1079px) {
  .mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_thumb .list-thumb {
    display: none;
  }
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_thumb .list-thumb .item-thumb {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 3px solid #E0F3F9;
  overflow: hidden;
  background: #E0F3F9;
  position: relative;
  margin-bottom: 10px;
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_thumb .list-thumb .item-thumb.swiper-slide-thumb-active {
  border: 3px solid #1AAAD1;
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_thumb .list-thumb .item-thumb img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_img .slide_thumb .list-thumb .item-thumb span {
  font-size: 36px;
  color: #1AAAD1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_txt {
  padding-left: 10px;
}
@media only screen and (max-width: 1079px) {
  .mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_txt {
    padding-right: 10px;
  }
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_txt .txt-secondary {
  line-height: 1.8;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1079px) {
  .mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_txt .txt-secondary {
    margin-bottom: 1rem;
    font-size: 12px;
  }
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_txt .txt-place {
  font-size: 18px;
  font-weight: 500;
  color: #104382;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1079px) {
  .mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_txt .txt-place {
    font-size: 14px;
    margin-bottom: 1rem;
  }
}
.mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_txt .txt-address {
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 1079px) {
  .mdl__area .modaal-container .modaal-content-container .mdl_inner .block_flex .block_txt .txt-address {
    font-size: 12px;
  }
}
.mdl__area .modaal-container .modaal-content-container .block_close .btn {
  background: #1AAAD1;
}
.mdl__area .modaal-container .modaal-close {
  border: 5px solid #1AAAD1;
}
.mdl__area .modaal-container .modaal-close:before {
  background: #1AAAD1;
}
.mdl__area .modaal-container .modaal-close:after {
  background: #1AAAD1;
}

.mdl__form-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10000;
  display: none;
}

.mdl__form {
  width: 860px;
  height: 80vh;
  padding: 20px 20px 60px;
  border: 5px solid #104382;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
  z-index: 10001;
}
@media only screen and (max-width: 1079px) {
  .mdl__form {
    width: 100vw;
    height: calc(100vh - 75px);
    border: none;
    padding: 0;
    background: #104382;
    top: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 120%);
            transform: translate(-50%, 120%);
  }
}
.mdl__form.open {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1079px) {
  .mdl__form.open {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.mdl__form .mdl_inner {
  height: 100%;
  overflow-y: scroll;
}
@media only screen and (max-width: 1079px) {
  .mdl__form .mdl_inner {
    border-radius: 5px;
    border-top: 5px solid #FFF;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
  }
}
.mdl__form .mdl_inner .thanks {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 10px;
}
.mdl__form .mdl_inner .thanks h4 {
  font-size: 24px;
  font-weight: 700;
  color: #0764BA;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1079px) {
  .mdl__form .mdl_inner .thanks h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.mdl__form .mdl_inner .thanks p {
  line-height: 1.8;
}
.mdl__form .btn_close-top {
  position: absolute;
  top: -25px;
  right: 5px;
  background: #fff;
  border: 5px solid #0764BA;
  border-radius: 100%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 10002;
}
.mdl__form .btn_close-top:before {
  display: block;
  content: " ";
  position: absolute;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #0764BA;
  top: 9px;
  left: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mdl__form .btn_close-top:after {
  display: block;
  content: " ";
  position: absolute;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #0764BA;
  top: 9px;
  left: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mdl__form .block_close-bottom {
  text-align: center;
}
@media only screen and (max-width: 1079px) {
  .mdl__form .block_close-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.mdl__form .block_close-bottom .btn {
  width: 288px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #0764BA;
  border-radius: 25px;
  padding: 12px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .mdl__form .block_close-bottom .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
  }
}
.mdl__form .block_close-bottom .btn:after {
  content: "\e5c9";
  font-family: Material Icons;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 32px;
}
@media only screen and (max-width: 1079px) {
  .mdl__form .block_close-bottom .btn:after {
    font-size: 24px;
  }
}

.swiper .swiper-button-next {
  right: 0;
}
@media only screen and (max-width: 1079px) {
  .swiper .swiper-button-next {
    width: 30px;
    height: 80px;
    background: rgba(255, 255, 255, 0.75);
  }
}
.swiper .swiper-button-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 8px;
  border-color: transparent transparent transparent #1AAAD1;
}
@media only screen and (max-width: 1079px) {
  .swiper .swiper-button-next:after {
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.swiper .swiper-button-prev {
  left: 0;
}
@media only screen and (max-width: 1079px) {
  .swiper .swiper-button-prev {
    width: 30px;
    height: 80px;
    background: rgba(255, 255, 255, 0.75);
  }
}
.swiper .swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 8px 25px 0;
  border-color: transparent #1AAAD1 transparent transparent;
}
@media only screen and (max-width: 1079px) {
  .swiper .swiper-button-prev:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.swiper .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 1079px) {
  .swiper .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .swiper .swiper-pagination span {
    background: #1AAAD1;
  }
}

.banner-jpx {
  max-width: 468px;
  margin: 3em auto 0;
  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;
  gap: 10px;
  padding: 0 2em;
}
@media only screen and (max-width: 1079px) {
  .banner-jpx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 10px;
  }
}
.banner-jpx img, .banner-jpx span {
  display: block;
}
.banner-jpx img {
  width: auto;
  height: auto;
}
.banner-jpx a {
  color: #000;
  text-decoration: underline;
}

.otherArea {
  padding: 50px 0;
  background: url(../images/bg-other.png);
}
@media only screen and (max-width: 750px) {
  .otherArea {
    padding: 30px 0;
  }
}
.otherArea-title {
  margin-bottom: 30px !important;
}
.otherArea-table {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  border-top: 1px solid #2d67b1;
  border-right: 1px solid #2d67b1;
}
@media only screen and (max-width: 750px) {
  .otherArea-table {
    display: block;
    border: 0px;
  }
  .otherArea-table tbody, .otherArea-table tr, .otherArea-table th, .otherArea-table td {
    display: block;
    border: 0px;
  }
}
.otherArea-table th, .otherArea-table td {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.otherArea-table th {
  width: 220px;
  background: #2d67b1;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .otherArea-table th {
    width: 100%;
    border: 0px;
  }
}
.otherArea-table td {
  border-bottom: 1px solid #2d67b1;
}
@media only screen and (max-width: 750px) {
  .otherArea-table td {
    font-size: 13px;
    border: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .otherArea-table td.otherArea-table-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.otherArea-table td a {
  color: #ff3c0b;
  font-weight: 700;
  display: inline-block;
  padding-left: 20px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z%22%2F%3E%3C%2Fsvg%3E) no-repeat;
  background-size: 15px auto;
  font-weight: bold;
}
.otherArea-table-btn {
  width: 115px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .otherArea-table-btn {
    width: 100%;
  }
}
.otherArea-table-btn a {
  width: 100%;
  padding: 10px;
  margin-top: 3px;
  display: inline-block;
  text-decoration: none;
  background: #ff8f00;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .otherArea-table-btn a {
    margin: 2px;
  }
}
.otherArea-table-btn a:hover {
  background: #ce7e1a;
}
.otherArea-table-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #2d67b1;
  line-height: 1;
}
.otherArea-table-list li {
  padding: 0 5px;
  margin-bottom: 3px;
  border-right: 1px solid #9fb4ce;
}

.contact-wrap {
  position: relative;
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}

.contact-lead {
  float: none;
  width: 100%;
  color: #0068b6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.diagnosis-bnr {
  float: right;
  width: 40%;
  padding: 0 0 0 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.diagnosis-bnr img {
  max-width: 90%;
}

.diagnosis-bnr a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.diagnosis-bnr a:hover {
  opacity: 0.6;
}

@media (max-width: 750px) {
  .contact-wrap {
    padding: 20px 0 10px;
  }
  .contact-lead {
    float: none;
    width: 100%;
  }
  .diagnosis-bnr {
    float: none;
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .diagnosis-bnr img {
    width: 239px;
  }
}
/*/////////////////////////
/////////////////////////*/
.form-wrap {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.form-wrap .form {
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.action-buttons .atend {
  padding: 20px 0;
  color: #F00;
  font-size: 14px;
}

/*/////////////////////////
/////////////////////////*/
.contact-type {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.contact-type li {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-type li a {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 10px;
  text-decoration: none;
  background: #FFF;
  border: 1px solid #0068b6;
  color: #0068B6;
  border-bottom: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 150%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-type li a:hover {
  background: #DBF0FF;
}

.contact-type li a.active {
  background: #0068b6;
  color: #FFF;
}

@media (max-width: 750px) {
  .contact-type li a {
    font-size: 16px;
  }
}
/*! jQuery UI - v1.11.4 - 2016-06-08
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
  border-radius: 8px;
}

.atend-item {
  padding: 15px 10px;
  font-size: 13px;
  color: #ffb400;
  font-weight: bold;
  background: #FFF2D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*//////////////////////////
	お問い合わせ
//////////////////////////*/
.require {
  color: #fff;
  background: #ffb400;
  padding: 5px;
  font-size: 80%;
  margin-left: 10px;
  display: inline-block;
  border-radius: 3px;
}

.kind {
  font-size: 16px;
  line-height: 16px;
  display: table-cell;
  vertical-align: middle;
}

.notes {
  font-size: 15px;
  color: #666;
}

/*フォーム部分*/
::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

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

li {
  list-style-type: none;
}

.form-wrap {
  position: relative;
  width: 100%;
}

#show-reserve #reserve,
#show-document #document {
  display: block;
}

.g-naked-item dt {
  float: left;
  width: 30%;
  padding: 15px 10px;
  color: #0068B7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact {
  background: #EFF8FF;
}

.contact .ttl_form {
  position: relative;
  margin-bottom: 50px;
}

.contact .ttl_form:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 40px solid #FFD36B;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

dt {
  display: block;
  font-size: 18px;
}

.g-naked-item dd {
  float: left;
  width: 70%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-naked-item dd select, .g-naked-item dd input[type=text], .g-naked-item dd input[type=email], .g-naked-item dd input[type=number], .g-naked-item dd textarea {
  padding: 10px 5px;
  border: none;
  background: none;
  border: 1px solid #104382;
  font-size: 18px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 5px;
}

.g-naked-item dd textarea {
  width: 80%;
}

.contact-type {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.contact-type li {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-naked-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  margin: 0 auto !important;
  border-bottom: 1px dashed #104382;
}

.form.g-naked-item {
  border-bottom: none;
}

.contact-type li a.active {
  background: #0068b6;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #FFF;
  height: 70px;
  padding-top: 20px;
}

.contact-type li a {
  display: block;
  width: 95%;
  padding-top: 20px;
  margin: 0 auto;
  text-decoration: none;
  background: #FFF;
  color: #0068B6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 150%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 70px;
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}

.form-wrap .form {
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*//////////////////////////
	送信ボタン
//////////////////////////*/
input[type=submit],
input[type=button] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #FFB400;
  border: 0px;
  color: #fff;
  padding: 20px 120px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input[type=submit][disabled] {
  background: #AAA;
  cursor: pointer;
}

.flatpickr-input::-webkit-input-placeholder {
  background: url("/wp-content/themes/blueocean/common/images/icon_calendar.svg") no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 20px;
  opacity: 0.25;
}

.flatpickr-input::-moz-placeholder {
  background: url("/wp-content/themes/blueocean/common/images/icon_calendar.svg") no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 20px;
  opacity: 0.25;
}

.flatpickr-input:-ms-input-placeholder {
  background: url("/wp-content/themes/blueocean/common/images/icon_calendar.svg") no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 20px;
  opacity: 0.25;
}

.flatpickr-input::-ms-input-placeholder {
  background: url("/wp-content/themes/blueocean/common/images/icon_calendar.svg") no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 20px;
  opacity: 0.25;
}

.flatpickr-input::placeholder {
  background: url("/wp-content/themes/blueocean/common/images/icon_calendar.svg") no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 20px;
  opacity: 0.25;
}

.action-buttons {
  text-align: center;
  margin-bottom: 80px;
}

.g-recaptcha div {
  margin: 30px auto;
}

p#warning {
  margin-top: 30px;
}

.ttl_form {
  text-align: center;
  font-size: 23px;
  background-size: 100%;
  background: #FFD36B;
  padding: 15px 0;
  width: 100%;
  font-weight: bold;
  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;
}

.ttl_form i {
  font-size: 0;
  vertical-align: middle;
}

.ttl_form img {
  padding-right: 5px;
  position: relative;
}

.sp_br_ {
  display: none;
}

@media (max-width: 750px) {
  .ttl_form {
    display: block;
    font-size: 18px;
  }
  .ttl_form i {
    display: block;
    text-align: center;
    font-size: 0;
  }
  .contact-type li a {
    font-size: 18px;
    padding-top: 10px;
  }
  .contact-type li a.active {
    padding-top: 10px;
  }
  .sp_br_ {
    display: block;
  }
  .br_sp_text {
    display: block;
  }
  .g-naked-item dd {
    float: inherit;
    width: 100%;
    background: #FFF;
    padding: 10px 0;
  }
  .g-naked-item dt {
    float: inherit;
    background: #EEEEEE;
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
  .form-wrap .form {
    background: #fff;
  }
  .g-naked-item {
    padding: 0;
  }
  .kind {
    font-size: 20px;
  }
  input[name=last_name] {
    margin-bottom: 10px;
  }
  .g-naked-item dd textarea {
    width: 100%;
  }
  input[type=submit],
  input[type=button] {
    padding: 20px;
  }
}
.form-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid #104382;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .form-wrap h3 {
    font-size: 20px;
    padding: 8px 10px;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.report__item {
  width: 100%;
}
.report__item a:hover .report__item-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.report__item-contents {
  margin-bottom: 1em;
}
.report__item-tags {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.625em 1.25em;
}
.report__item-tag {
  background-color: #E6F5FF;
  color: #007CCF;
  font-weight: 500;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding: 0 0.625em;
}
.report__item-areas, .report__item-plans {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.625em;
}
.report__item-stars {
  margin-bottom: 1em;
  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;
}
.report__item-stars-title {
  color: #3C3C3C;
  margin-right: 0.5em;
  line-height: 1.25;
  font-weight: 600;
}
.report__item-stars .shortcode-star-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.report__item-stars .dashicons {
  display: block;
  line-height: 1;
}
.report__item-stars .dashicons:nth-child(n+6) {
  display: none;
}
.report__item-stars .dashicons::before {
  font-size: 1.25em;
  display: block;
}
.report__item-stars-num {
  color: #EEA70E;
  font-size: 1.25em;
  line-height: 1;
}
.report__item-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.report__item-image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.report__item-image img, .report__item-image video, .report__item-image iframe, .report__item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.report__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}