@charset "UTF-8";
.nav-item {
  font-weight: bold;
  padding: 1vw 15px 1vw 15px;
  height: 4.6vw !important;
  font-size: 1.3vw; }
  .nav-item div:hover {
    color: black; }
  .nav-item.last {
    background-color: #0691f9;
    color: white;
    margin-left: 19vw;
    width: 15vw;
    text-align: center; }
    .nav-item.last span::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      width: 10px;
      height: 10px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg);
      margin-top: -5px; }
    .nav-item.last .nav-link {
      color: white; }
      .nav-item.last .nav-link:hover {
        color: #dce4e3; }

.navbar-brand {
  display: inline-block;
  padding: 0px; }

#navbar {
  padding: 0px 0px 0px 20px;
  border-bottom: solid 1px #ccc;
  height: 4.6vw;
  background-color: #fff; }
  #navbar img {
    width: 15vw;
    height: auto;
    padding-top: 3px; }

.common-arrow-right,
.common-arrow-left,
.long-arrow-right,
.long-arrow-left {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid white;
  border-left: 2px solid white; }

.common-arrow-right,
.long-arrow-right {
  transform: rotate(135deg); }

/* Define the shape and color of the hamburger lines */
.navbar-toggler {
  padding: 1.25rem 0.75rem; }
  .navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left; }
    .navbar-toggler span:nth-child(1) {
      margin-top: 0.3em; }
  .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg); }
  .navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0; }
  .navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg); }
  .navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg); }
  .navbar-toggler span:nth-child(2) {
    opacity: 1; }
  .navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg); }

.color-menu {
  color: #555; }

.pc-access {
  display: block; }

.mobile-access {
  display: none; }

/*Start Scroll Top Button*/
#scrollBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00569d;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px; }
  #scrollBtn:hover {
    opacity: 0.6; }

/*End Scroll Top Button*/
/*Start Common*/
.pd-lr-all {
  padding-left: 8%;
  padding-right: 8%; }

.pd-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pd-to-10 {
  padding-top: 10px; }

.pd-to-50 {
  padding-top: 50px; }

.pd-to-110 {
  padding-top: 110px; }

.pd-to-80 {
  padding-top: 80px; }

.pd-bm-20 {
  padding-bottom: 20px; }

.pd-bm-40 {
  padding-bottom: 40px; }

.mt-100 {
  margin-top: 100px; }

.mt-50 {
  margin-top: 50px; }

.mt-30 {
  margin-top: 30px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.img-size-100 {
  width: 100%; }

.pd-left {
  padding-left: 20px; }

.bold {
  font-weight: bold; }

.sp-br {
  display: none; }

.pc-br {
  display: block; }

.dark-blue {
  color: #003d62; }

.pink-red {
  color: #e23671; }

.title-anderbar {
  width: 200px;
  height: 3px;
  border-bottom-width: 3px;
  background-color: #59a9f7;
  border: none;
  margin: 30px auto 50px; }

.section-title {
  color: #003ca6;
  font-size: 2.8vw;
  line-height: 4.7vw;
  font-weight: bold;
  text-align: center; }

/*End Common*/
body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", HiraKakuProN, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.bold-text {
  font-family: "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", HiraKakuProN, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*Start Top Section*/
.top-part {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1; }
  .top-part .top-img {
    display: flex;
    position: absolute; }
  .top-part .top-img-1 {
    width: 35vw;
    top: 50px;
    left: 0; }
  .top-part .top-img-2 {
    width: 20vw;
    top: 50px;
    left: 40vw; }
    .top-part .top-img-2 .top-mv2-2 {
      margin-top: 5vw; }
  .top-part .top-img-3 {
    width: 33vw;
    top: 50px;
    right: 0;
    padding-right: 2vw; }
    .top-part .top-img-3 .top-mv3-1 {
      margin-top: 2vw;
      padding-right: 2vw; }
  .top-part .top-img-4 {
    width: 21vw;
    bottom: 35vw;
    left: 0;
    padding-left: 2vw; }
    .top-part .top-img-4 .top-mv4-1 {
      position: absolute;
      top: 0;
      right: -4vw;
      height: auto;
      width: 13vw; }
    .top-part .top-img-4 .top-mv4-2 {
      position: absolute;
      margin-top: 8vw; }
    .top-part .top-img-4 .top-mv4-3 {
      width: 10vw;
      position: absolute;
      margin-top: 14vw; }
    .top-part .top-img-4 .top-mv4-4 {
      width: 5vw;
      position: absolute;
      margin-top: 12vw;
      right: 0; }
  .top-part .top-img-5 {
    width: 21vw;
    bottom: 35vw;
    right: 0;
    padding-left: 2vw; }
    .top-part .top-img-5 .top-mv5-1 {
      position: absolute;
      top: 0;
      left: -6vw;
      height: auto;
      width: 13vw; }
    .top-part .top-img-5 .top-mv5-2 {
      position: absolute;
      right: 0;
      margin-top: 8vw; }
    .top-part .top-img-5 .top-mv5-3 {
      width: 10vw;
      position: absolute;
      margin-top: 20vw;
      left: -4vw; }
    .top-part .top-img-5 .top-mv5-4 {
      width: 9vw;
      position: absolute;
      margin-top: 22vw;
      right: 4vw; }

.top-part-1 {
  width: 50%; }

.top-img-style {
  width: 100%; }

.top-part-2 {
  width: 50%; }

.top-mt {
  margin-top: 4.2vw;
  position: relative;
  overflow: hidden; }

.top-part-center {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center; }
  .top-part-center img {
    width: 32vw; }

.top-title-sm {
  font-size: 23px; }

.top-title-lg {
  font-size: 3.4vw; }
  .top-title-lg h2 {
    line-height: 4.7vw;
    font-weight: bold;
    margin-top: 10vw; }

.top-title-bt {
  font-size: 1.8vw;
  line-height: 3.6vw;
  color: #003ca6;
  font-weight: bold;
  margin-top: 30px; }

.common-btn {
  background-color: #0691f9;
  border: none;
  border-radius: 10px;
  width: 40%;
  height: 65px;
  font-size: 1.4vw;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column; }
  .common-btn:hover {
    background-color: #40a7f7;
    color: #ffffff !important;
    text-decoration: none !important; }
  .common-btn span {
    color: #fff;
    position: relative;
    padding-left: 7px; }
    .common-btn span::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      width: 10px;
      height: 10px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg);
      margin-top: -5px; }

.top-btn {
  width: 22vw;
  height: 5vw; }

.advertisin-btn {
  width: 100%;
  height: 60px; }

.common-btn-text {
  font-size: 20px; }

.color-white {
  color: white; }

.pc-show-version {
  display: block; }

.mobile-show-version {
  display: none; }

/*End Top section*/
/*Start About Section*/
.about-section {
  margin-top: -4vw;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .about-section .about-top-area {
    background-image: url(../img/nami-top-bg.png);
    background-repeat: repeat-x;
    min-height: 100px; }
  .about-section .about-content {
    background-color: #59a9f7;
    min-height: 400px;
    padding-top: 80px;
    padding-bottom: 40px; }
  .about-section .about-bottom-area {
    background-image: url(../img/nami-bottom-bg.png);
    background-repeat: repeat-x;
    min-height: 70px; }
  .about-section .about-content-white {
    width: 85%;
    background-color: #fff;
    padding: 40px 20px 10vw;
    margin: 0 auto 0;
    border-radius: 20px;
    position: relative; }
    .about-section .about-content-white .about-content-detail {
      margin: 0 auto;
      width: 55%; }
    .about-section .about-content-white p {
      width: 100%;
      margin: 0 auto 30px;
      font-size: 1.4vw;
      line-height: 2.5vw; }
    .about-section .about-content-white .about-img1 {
      position: absolute;
      width: 22vw;
      bottom: 2vw;
      left: 1vw;
      padding-left: 2vw; }
      .about-section .about-content-white .about-img1 .about-img1-1 {
        position: absolute;
        margin-top: 5vw;
        bottom: 0;
        width: 11vw; }
      .about-section .about-content-white .about-img1 .about-img1-2 {
        position: absolute;
        top: -25vw;
        width: 7vw;
        left: 1.5vw; }
      .about-section .about-content-white .about-img1 .about-img1-3 {
        position: absolute;
        top: -28vw;
        right: 7vw;
        width: 6vw; }
      .about-section .about-content-white .about-img1 .about-img1-4 {
        position: absolute;
        bottom: 3vw;
        right: 5vw;
        width: 4vw; }
    .about-section .about-content-white .about-img2 {
      position: absolute;
      width: 25vw;
      bottom: 2vw;
      right: 0;
      padding-left: 2vw; }
      .about-section .about-content-white .about-img2 .about-img2-1 {
        position: absolute;
        margin-top: 5vw;
        bottom: 0.5vw;
        width: 24vw;
        right: 2vw; }
      .about-section .about-content-white .about-img2 .about-img2-2 {
        position: absolute;
        bottom: 0;
        width: 2.8vw;
        left: -3.7vw; }
      .about-section .about-content-white .about-img2 .about-img2-3 {
        position: absolute;
        bottom: 0;
        left: 1.3;
        width: 5.8vw; }
      .about-section .about-content-white .about-img2 .about-img2-4 {
        position: absolute;
        bottom: 0;
        right: 1vw;
        width: 6vw; }

/*End About section*/
/*Start Reaseon Section*/
.reason-section {
  width: 100%;
  padding: 90px 0;
  margin: 0 auto;
  overflow: hidden; }
  .reason-section .reason-content {
    display: block; }
    .reason-section .reason-content .reason-line {
      display: block;
      overflow: hidden;
      height: 29vw;
      margin-bottom: 50px; }
      .reason-section .reason-content .reason-line .reason-left {
        float: left;
        width: 47%;
        padding: 0 7vw; }
        .reason-section .reason-content .reason-line .reason-left h3 {
          font-size: 2vw;
          font-weight: bold;
          color: #59a9f7; }
        .reason-section .reason-content .reason-line .reason-left p {
          font-size: 18px;
          line-height: 2rem;
          margin-top: 65px;
          max-width: 450px;
          font-size: 1.6vw;
          line-height: 3vw; }
          @media screen and (min-width: 1400px) {
            .reason-section .reason-content .reason-line .reason-left p {
              font-size: 20px;
              line-height: 40px; } }
      .reason-section .reason-content .reason-line .reason-right {
        float: right;
        width: 53%;
        height: 27vw; }
      .reason-section .reason-content .reason-line.reason-line-1 .reason-left, .reason-section .reason-content .reason-line.reason-line-3 .reason-left {
        float: right; }
      .reason-section .reason-content .reason-line.reason-line-1 .reason-right, .reason-section .reason-content .reason-line.reason-line-3 .reason-right {
        float: left; }
      .reason-section .reason-content .reason-line.reason-line-1 .reason-left {
        margin-top: 5vw; }
      .reason-section .reason-content .reason-line.reason-line-2 .reason-left {
        margin-top: 3vw; }
      .reason-section .reason-content .reason-line.reason-line-3 .reason-left {
        margin-top: 5vw; }
      .reason-section .reason-content .reason-line.reason-line-4 .reason-left {
        margin-top: 4.5vw; }
    .reason-section .reason-content .reason-left .reason-head {
      padding: 15px 30px;
      border: solid 5px #59a9f7;
      background-color: #fff;
      display: initial;
      max-width: 250px;
      box-shadow: 7px 7px 0 0 #59a9f7;
      position: relative;
      top: 20px; }
    .reason-section .reason-content .reason-img1,
    .reason-section .reason-content .reason-img2,
    .reason-section .reason-content .reason-img3,
    .reason-section .reason-content .reason-img4 {
      position: relative; }
    .reason-section .reason-content .reason-img1-1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
    .reason-section .reason-content .reason-img1-2 {
      position: absolute;
      top: 2vw;
      left: 6vw;
      width: 32vw;
      height: auto; }
    .reason-section .reason-content .reason-img2-1 {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: auto; }
    .reason-section .reason-content .reason-img2-2 {
      position: absolute;
      top: 2vw;
      right: 12vw;
      width: 28vw;
      height: auto; }
    .reason-section .reason-content .reason-img3-1 {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: auto; }
    .reason-section .reason-content .reason-img3-2 {
      position: absolute;
      bottom: 0;
      right: 12vw;
      width: 35vw;
      height: auto; }
    .reason-section .reason-content .reason-img4-1 {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: auto; }
    .reason-section .reason-content .reason-img4-2 {
      position: absolute;
      bottom: -2.2vw;
      right: 0vw;
      width: 44vw;
      height: auto; }

/*End Reaseon section*/
/*Start go contact section*/
.go-contact-section {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15vw; }
  .go-contact-section .go-contact-content {
    width: 80vw;
    margin: 0 auto;
    padding: 5vw 0;
    text-align: center;
    position: relative;
    border-radius: 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4ffff+0,abe6ff+100 */
    background: #e4ffff;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #e4ffff 0%, #abe6ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #e4ffff 0%, #abe6ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #e4ffff 0%, #abe6ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .go-contact-section .common-btn {
    margin: 20px auto; }
  .go-contact-section .go-contact-img1 {
    position: absolute;
    width: 21vw;
    bottom: 0;
    left: 0.5vw;
    padding-left: 0.2vw; }
  .go-contact-section .go-contact-img2 {
    position: absolute;
    width: 22vw;
    bottom: 0;
    right: 0;
    padding-left: 0; }

/*End go contact section*/
/*Start Spec Section*/
.spec-section {
  margin-top: -4vw;
  position: relative;
  overflow: hidden; }
  .spec-section .spec-top-area {
    background-image: url(../img/nami-top-bg.png);
    background-repeat: repeat-x;
    min-height: 100px; }
  .spec-section .spec-content {
    background-color: #59a9f7;
    min-height: 400px;
    padding-top: 80px;
    overflow: hidden; }
  .spec-section .spec-bottom-area {
    background-image: url(../img/nami-bottom-bg.png);
    background-repeat: repeat-x;
    min-height: 70px; }
  .spec-section .spec-left {
    float: left;
    width: 55%;
    padding: 0 5vw 0 9vw;
    display: flex;
    flex-direction: column; }
    .spec-section .spec-left .spec-col1 {
      margin-bottom: 3vw; }
    .spec-section .spec-left .spec-head {
      background-color: #fff;
      font-size: 1.5vw;
      font-weight: bold;
      color: #003ca6;
      padding: 15px 25px;
      border-radius: 20px;
      display: inline-block;
      float: left; }
    .spec-section .spec-left p {
      float: right;
      width: 27.5vw;
      font-size: 1.7vw;
      font-weight: bold;
      line-height: 3.3vw;
      color: #fff; }
    .spec-section .spec-left span {
      font-size: 2vw; }
    .spec-section .spec-left .memo {
      padding: 15px;
      background-color: #d3e8ef; }
      .spec-section .spec-left .memo p {
        width: 100%;
        font-size: 1.2vw;
        line-height: 2.2vw;
        color: #000;
        font-weight: normal;
        padding-left: 0; }
  .spec-section .spec-right {
    float: right;
    width: 45%;
    background-color: #fff;
    padding: 30px 40px 20px 30px; }
    .spec-section .spec-right h4 {
      color: #003ca6;
      font-size: 1.7vw;
      font-weight: bold; }
    .spec-section .spec-right .spec-img-line1,
    .spec-section .spec-right .spec-img-line2 {
      width: 35vw;
      display: flex;
      margin-bottom: 40px; }
    .spec-section .spec-right .spec-img-line2 {
      max-width: 23vw;
      padding-left: 2vw; }
    .spec-section .spec-right .spec-img-line1-left,
    .spec-section .spec-right .spec-img-line1-right {
      width: 50%;
      display: flex;
      flex-direction: column;
      text-align: center; }
      .spec-section .spec-right .spec-img-line1-left img,
      .spec-section .spec-right .spec-img-line1-right img {
        width: 10vw;
        height: auto;
        margin: 10px auto 0; }
    .spec-section .spec-right .spec-img-line1-right img {
      margin-top: 3vw; }
    .spec-section .spec-right .spec-img-line2-left,
    .spec-section .spec-right .spec-img-line2-right {
      width: 50%;
      display: flex;
      flex-direction: column;
      text-align: center; }
      .spec-section .spec-right .spec-img-line2-left img,
      .spec-section .spec-right .spec-img-line2-right img {
        width: 8vw;
        height: auto;
        margin: 0 auto 10px; }
    .spec-section .spec-right .spec-img-line2-right img {
      width: 6.5vw;
      margin-top: 2vw; }
  .spec-section .spec-content-bottom {
    background-color: #59a9f7;
    padding: 50px 3vw; }
  .spec-section .spec-content-yellow {
    background-color: #ffff48;
    padding: 20px 2vw;
    margin: 0 auto;
    max-width: 55vw;
    text-align: center; }
    .spec-section .spec-content-yellow p {
      font-size: 2.2vw;
      line-height: 3.7vw;
      font-weight: bold;
      color: #003ca6; }
    .spec-section .spec-content-yellow span {
      font-size: 2.9vw; }

/*End Spec section*/
/*Start jirei Section*/
.jirei-section {
  background-color: #fff;
  padding: 80px 0 0;
  overflow: hidden; }
  .jirei-section .jirei-content {
    width: 80%;
    margin: 80px auto; }
  .jirei-section .jirei-line {
    display: block;
    overflow: hidden;
    margin-bottom: 4vw; }
    .jirei-section .jirei-line .text-col {
      float: left;
      width: 50%;
      padding: 0 5vw 10px 0; }
    .jirei-section .jirei-line .img-col {
      float: right;
      width: 50%; }
  .jirei-section .jirei-line2 .text-col {
    float: right;
    padding: 0 0 10px 5vw; }
  .jirei-section .jirei-line2 .img-col {
    float: left; }
  .jirei-section .jirei-head {
    background-color: #59a9f7;
    font-size: 1.5vw;
    font-weight: bold;
    color: #fff;
    padding: 15px 55px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 1.5vw; }
    .jirei-section .jirei-head span {
      font-size: 2vw;
      margin-left: 10px; }
  .jirei-section h4 {
    font-size: 1.65vw;
    line-height: 2.5vw;
    font-weight: bold;
    color: #003ca6;
    margin-bottom: 1.2vw; }
  .jirei-section p.sub-title {
    font-size: 1.3vw;
    line-height: 2.2vw;
    font-weight: bold;
    margin-bottom: 1vw; }
  .jirei-section p {
    font-size: 1.1vw;
    line-height: 2vw;
    font-weight: normal; }

/*End jirei section*/
/*Start nagare Section*/
.nagare-section {
  padding: 80px 0 60px;
  overflow: hidden; }
  .nagare-section .nagare-content {
    width: 100%;
    margin: 80px auto; }
  .nagare-section .nagare-left {
    float: left;
    width: 50%;
    position: relative;
    height: 33.2vw; }
    .nagare-section .nagare-left .nagare-img-back {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: auto; }
    .nagare-section .nagare-left .nagare-img-main {
      position: absolute;
      bottom: 0;
      right: 3vw;
      width: 36vw;
      height: auto; }
  .nagare-section .nagare-right {
    float: right;
    width: 50%;
    padding: 0 2vw; }
  .nagare-section .nagare-line {
    display: flex;
    margin-bottom: 4vw; }
  .nagare-section .nagare-number {
    width: 6vw; }
  .nagare-section .nagare-text {
    width: 35vw;
    padding-left: 2vw; }
    .nagare-section .nagare-text p {
      font-size: 1.3vw;
      line-height: 2.2vw;
      margin-bottom: 0.8vw; }

/*End nagare section*/
/*Start Contact Section*/
.contact-section {
  position: relative;
  background-color: #e9fdff;
  z-index: 0;
  padding: 80px 0 200px;
  overflow: hidden; }

.contact-table {
  margin: 0 auto 0;
  max-width: 1200px;
  border: 10px solid #59a9f7;
  background-color: white;
  z-index: 2;
  position: relative;
  z-index: 2; }

.contact-read {
  font-size: 1.7vw;
  line-height: 3vw;
  display: inline-block;
  margin: 20px auto; }
  @media screen and (min-width: 1400px) {
    .contact-read {
      font-size: 23px; } }

.contact-title {
  font-size: 30px;
  color: #003d62;
  text-align: center; }

.contact-title-en {
  font-size: 20px;
  color: #a7a7a7;
  text-align: center; }

.contact-content {
  display: flex;
  font-size: 15px;
  line-height: 30px; }

.contact-content-1 {
  font-size: 20px;
  padding-left: 22%; }

.table-all-pd {
  padding-left: 20%;
  padding-right: 20%; }

.table-input-content {
  display: block;
  flex-direction: row;
  width: 100%; }

.input-content-text {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.3vw;
  line-height: 3vw; }

.input-content {
  width: 100%; }

.input-style {
  width: 100%;
  height: 50px;
  background-color: #f3f4f5;
  border: none;
  border-bottom: solid 1px #b7b7b7; }

.input-style:focus,
.textarea-style:focus {
  border-bottom: solid 2px #0691f9;
  /* 枠線の色 */
  outline: none;
  /* ※ブラウザが標準で付加する線を消したいとき */ }

.contact-separat {
  background: #ffe8e8;
  padding: 15px 30px;
  text-align: center;
  display: block;
  font-size: 15px;
  line-height: 24px; }

.radio-content {
  display: flex;
  flex-direction: column; }

.radio-style {
  display: flex;
  flex-direction: row; }

.label-title {
  width: 30%;
  display: flex;
  align-items: center;
  text-align: right;
  padding-left: 8%;
  min-width: 160px; }

#attachment {
  margin-left: 5%;
  max-width: 65%; }
  #attachment label {
    /* ボタン部分の見た目（任意） */
    display: inline-block;
    position: relative;
    background: #f4f4f4;
    color: #707070;
    border: solid 1px #707070;
    font-size: 16px;
    padding: 10px 18px;
    border-radius: 4px;
    transition: all 0.3s; }
    #attachment label:hover {
      background: #d4d4d4;
      transition: all 0.4s; }
    #attachment label input {
      /* 今回のポイント */
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      width: 100%;
      height: 100%; }
  #attachment .filename {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0 10px;
    display: block; }

.radio-btn {
  width: 20%; }

.radio-style {
  width: 100%;
  height: 30px; }

.textarea-style {
  width: 100%;
  height: 80px;
  line-height: 1.5;
  padding-left: 20px;
  padding-top: 10px;
  background-color: #f3f4f5;
  border: none; }

.textarea-bt {
  width: 100%;
  height: 110px;
  font-size: 12px;
  color: #848d92;
  padding: 7px;
  border: solid 1px #909192;
  overflow: auto; }

.check-end {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.check-box {
  width: 30px; }

.check-text {
  font-size: 16px; }

.sectin-end {
  display: flex;
  justify-content: center;
  padding-bottom: 80px; }

.form-btn {
  width: 50%;
  display: block;
  flex-direction: inherit; }

.check-end {
  margin: 20px 0 20px; }

.praivacy-check {
  margin-top: -2px; }

/*End Contact Section*/
/*Start Footer Part*/
.footer-part {
  background-color: #59a9f7;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 4%;
  padding-right: 4%;
  text-align: center; }

.footer-top-area {
  background-image: url(../img/enoshima.png);
  background-repeat: repeat-x;
  background-size: cover;
  min-height: 15vw;
  margin-top: -10vw;
  position: relative;
  z-index: 1; }

.footer-style {
  width: 100%; }

.footer-text {
  color: white;
  font-size: 1vw;
  line-height: 1.7rem; }
  .footer-text a {
    color: #fff; }
  .footer-text a:hover {
    color: #d3e8ef; }
  .footer-text img {
    margin-bottom: 8px; }

.footer-icon {
  display: none; }
  .footer-icon img {
    padding: 0 8px; }

/*End Footer Part*/
@media (max-width: 1280px) {
  .nav-item {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 1.4vw; }

  .common-btn span {
    padding-left: 0;
    margin-left: -5px; }

  .top-title-sm {
    font-size: 20px; }

  .top-title-bt {
    font-size: 2vw; }

  .pd-tb-70 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .common-btn-text {
    font-size: 16px; }

  .pd-to-80 {
    padding-top: 50px; }

  /*Start Contact Section*/
  .contact-title {
    font-size: 25px; }

  .jirei-section h4 {
    font-size: 1.85vw;
    line-height: 3vw; }

  /*End Contact Section*/ }
@media (max-width: 1024px) {
  .pd-to-110 {
    padding-top: 60px; }

  .pd-to-80 {
    padding-top: 40px; }

  .common-btn {
    font-size: 1.5vw; }

  .common-btn span {
    margin-left: -15px; }

  /*Start Top Section*/
  .top-title-sm {
    font-size: 18px;
    margin-bottom: 10px; }

  .top-title-lg {
    margin-bottom: 10px; }

  .top-title-bt {
    font-size: 2vw;
    margin-top: 15px; }

  .pd-bm-40 {
    padding-bottom: 25px; }

  /*End Top Section*/
  .about-section .about-content-white p {
    font-size: 1.6vw;
    line-height: 2.7vw; }

  .reason-section {
    padding-top: 70px; }

  .jirei-section h4 {
    font-size: 2vw;
    line-height: 4vw; }

  .jirei-section p.sub-title {
    font-size: 1.6vw;
    line-height: 3vw; }

  .jirei-section p {
    font-size: 1.4vw;
    line-height: 2.8vw; }

  .nagare-section .nagare-text p {
    font-size: 1.4vw;
    line-height: 2.7vw; }

  /*Start Contact Section*/
  .contact-content {
    display: flex;
    justify-content: center;
    padding: 0%; }

  .contact-content-1 {
    display: flex;
    justify-content: center;
    padding: 0%;
    font-size: 18px; }

  /*End Contact Section*/
  .footer-text {
    font-size: 1.3vw; } }
@media (max-width: 980px) {
  .pd-lr-all {
    padding-right: 50px;
    padding-left: 50px; }

  .pd-bm-20 {
    padding-bottom: 10px; }

  .pd-bm-40 {
    padding-bottom: 15px; }

  #navbar {
    height: 5vw; }

  .nav-item {
    height: 5vw !important; }

  .nav-item.last span::before {
    top: 55%;
    width: 7px;
    height: 7px; }

  .title-anderbar {
    width: 170px;
    margin: 25px auto 40px; }

  .table-all-pd {
    padding-left: 18%;
    padding-right: 18%; }

  .common-btn span::before {
    right: 15px;
    width: 6px;
    height: 6px; }

  .spec-section .spec-right {
    padding-bottom: 0; }

  .jirei-section {
    padding-top: 65px; }

  .jirei-section .jirei-content {
    margin-bottom: 20px; }

  .jirei-section .jirei-head {
    padding: 10px 35px; }

  .nagare-section {
    padding-top: 55px; }

  .nagare-section .nagare-content {
    margin-top: 40px;
    margin-bottom: 40px; }

  .contact-section {
    padding-top: 65px;
    padding-bottom: 150px; }

  .contact-read {
    margin: 0 auto; }

  .check-end {
    margin: 15px 0 5px; }

  .common-btn {
    height: 50px; }

  .footer-part {
    padding-top: 10px;
    padding-bottom: 20px; } }
@media (max-width: 900px) {
  #navbar {
    height: 5.5vw;
    padding-left: 20px; }
    #navbar img {
      width: 16vw;
      margin-top: 0.5vw; }

  .nav-item {
    height: 5.5vw !important;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.5vw; }

  .nav-item.last {
    margin-left: 15vw; }

  .top-btn {
    height: 60px; }

  .common-btn {
    height: 50px; }

  .jirei-section .jirei-content {
    width: 90%; }

  .table-all-pd {
    padding-left: 4%;
    padding-right: 4%; }

  .input-style {
    font-size: 1.4vw; }

  .table-input-content {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4vw; }

  .checkbox-text {
    font-size: 1.5vw; }

  .textarea-bt {
    width: 75%;
    margin-left: auto;
    margin-right: auto; }

  .about-section .about-content {
    padding-top: 50px; }

  .footer-text {
    font-size: 1.5vw; } }
@media (max-width: 767px) {
  #navbar {
    height: 40px; }

  .nav-item.last {
    height: 40px !important; }

  .navbar-toggler {
    padding: 4px 0.7rem; }

  #navbar img {
    width: 110px; }

  .nav-flex-style {
    display: flex;
    justify-content: space-between;
    font-size: 17px; }

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

  .arrow-right,
  .arrow-left,
  .long-arrow-right,
  .long-arrow-left {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #00000080;
    border-left: 2px solid #00000080; }

  .arrow-right,
  .long-arrow-right {
    transform: rotate(135deg); }

  .navbar-collapse {
    margin-top: 55px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: white;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out; }
    .navbar-collapse.show {
      visibility: visible;
      transform: translateX(-100%); }

  .pc-access {
    display: none; }

  .mobile-access {
    display: block; }

  .mobile-left {
    display: flex; }

  .sp-contact-btn {
    padding-top: 0; }

  .input-style {
    font-size: 1.6vw; }

  .table-input-content {
    font-size: 1.6vw; }

  .textarea-bt {
    font-size: 1.3vw; }

  /*Start Top Section*/
  .top-title-sm {
    font-size: 15px; }

  .top-title-lg {
    font-size: 20px; }

  .common-btn-text {
    font-size: 14px; }

  .pd-bm-20 {
    padding-bottom: 5px; }

  .pd-bm-40 {
    padding-bottom: 10px; }

  .pd-tb-70 {
    padding-top: 30px;
    padding-bottom: 30px; }

  /*End Top Section*/ }
@media (max-width: 580px) {
  .sp-br {
    display: block; }

  .pc-br {
    display: none; }

  #navbar {
    padding-left: 10px;
    height: 55px; }
    #navbar img {
      width: 40vw;
      margin-top: 0; }

  .nav-item {
    height: 65px !important; }

  .nav-item.last {
    margin-left: 0;
    height: 55px !important;
    width: 33vw; }

  .mobile-left .nav-link {
    text-align: center;
    font-size: 3.4vw;
    width: 100%;
    padding: 4.5vw 3% 1vw; }

  .navbar-toggler {
    padding: 0.7rem 0.75rem; }

  .navbar-nav {
    padding-top: 20px; }

  .arrow-right,
  .arrow-left,
  .long-arrow-right,
  .long-arrow-left {
    width: 10px;
    height: 10px; }

  .pc-show-version {
    display: block; }

  .mobile-show-version {
    display: none; }

  .free-support-row-title-right {
    font-size: 5vw; }

  .pd-to-50 {
    padding-top: 0px; }

  /*Start Top Section*/
  .pc-show-version {
    display: none; }

  .mobile-show-version {
    display: block; }

  .top-mt {
    height: 700px; }

  .top-mv-bg {
    margin-top: 30px;
    width: auto; }

  .top-title-lg h2 {
    margin-top: 50vw; }

  .top-part-center {
    padding-left: 20px !important;
    margin-top: -20px;
    top: 38%; }
    .top-part-center img {
      width: 80vw; }

  .top-part {
    flex-direction: column;
    height: 100%; }

  .top-part .top-img-1,
  .top-part .top-img-4,
  .top-part .top-img-5,
  .top-mv2-2,
  .top-mv3-2,
  .top-mv3-3,
  .top-mv3-4 {
    display: none; }

  .top-part .top-img-2 {
    width: 90vw;
    top: 70px;
    left: 5vw; }

  .top-part .top-img-3 {
    width: 80vw;
    top: inherit;
    bottom: 45px;
    left: 10vw; }

  .mobile-btn {
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 90%; }
    .mobile-btn .top-btn {
      width: 100%;
      font-size: 5vw; }

  .pd-tb-70 {
    padding-right: 10px;
    padding-left: 10px; }

  .top-title-sm {
    font-size: 16px; }

  .top-title-lg {
    font-size: 6.5vw;
    line-height: 10.5vw;
    font-weight: bold;
    padding-bottom: 0 !important; }

  .top-title-bt {
    margin-top: 30px;
    font-size: 4.2vw;
    line-height: 8vw; }

  .pd-bm-20 {
    padding-bottom: 10px; }

  .pd-bm-40 {
    padding-bottom: 20px; }

  .common-btn-text {
    text-align: center; }

  .top-btn {
    width: 100%;
    margin-top: -40px;
    height: 60px; }

  .common-btn {
    font-size: 5vw; }

  /*End Top Section*/
  .pd-to-110 {
    padding-top: 20px; }

  .section-title {
    font-size: 7vw;
    line-height: 11vw; }
    .section-title br {
      display: none; }

  .title-anderbar {
    width: 100px;
    margin-bottom: 30px; }

  /*Start about Section*/
  .about-section {
    margin-top: -35px; }
    .about-section .about-content-white .about-content-detail {
      width: 100%; }
    .about-section .about-content-white p {
      font-size: 4vw;
      line-height: 7.5vw; }
    .about-section .about-content-white .section-contact {
      margin-top: 60px;
      margin-bottom: 140px; }
    .about-section .about-content-white .about-img1,
    .about-section .about-content-white .about-img2 {
      bottom: 5vw; }
    .about-section .about-content-white .about-img1-2,
    .about-section .about-content-white .about-img1-3,
    .about-section .about-content-white .about-img1-4 {
      display: none; }
    .about-section .about-content-white .about-img1 .about-img1-1 {
      width: 19vw;
      left: 5vw; }
    .about-section .about-content-white .about-img2 {
      width: 35vw; }
    .about-section .about-content-white .about-img2 .about-img2-1 {
      width: 40vw;
      right: 5vw; }
    .about-section .about-content-white .about-img2 .about-img2-2 {
      width: 4.3vw;
      left: -12vw; }
    .about-section .about-content-white .about-img2 .about-img2-3 {
      left: 1.3vw;
      width: 8.3vw; }
    .about-section .about-content-white .about-img2 .about-img2-4 {
      right: 3vw;
      width: 9.3vw; }

  /*Start reason Section*/
  .reason-section {
    padding: 70px 0 2vh; }
    .reason-section .section-title {
      padding: 0 20px; }
    .reason-section .reason-content .reason-line {
      height: 100vw; }
    .reason-section .reason-content .reason-line.reason-line-1,
    .reason-section .reason-content .reason-line.reason-line-2,
    .reason-section .reason-content .reason-line.reason-line-3,
    .reason-section .reason-content .reason-line.reason-line-4 {
      height: 100%; }
    .reason-section .reason-content .reason-line.reason-line-1 .reason-left,
    .reason-section .reason-content .reason-line.reason-line-2 .reason-left,
    .reason-section .reason-content .reason-line.reason-line-3 .reason-left,
    .reason-section .reason-content .reason-line.reason-line-4 .reason-left {
      width: 100%;
      float: none;
      padding: 0 5vw; }
      .reason-section .reason-content .reason-line.reason-line-1 .reason-left h3,
      .reason-section .reason-content .reason-line.reason-line-2 .reason-left h3,
      .reason-section .reason-content .reason-line.reason-line-3 .reason-left h3,
      .reason-section .reason-content .reason-line.reason-line-4 .reason-left h3 {
        font-size: 7vw;
        color: #59a9f7;
        margin: 0 auto;
        float: none;
        display: inherit;
        text-align: center;
        max-width: 100%; }
      .reason-section .reason-content .reason-line.reason-line-1 .reason-left p,
      .reason-section .reason-content .reason-line.reason-line-2 .reason-left p,
      .reason-section .reason-content .reason-line.reason-line-3 .reason-left p,
      .reason-section .reason-content .reason-line.reason-line-4 .reason-left p {
        font-size: 5vw;
        line-height: 1.7;
        margin-bottom: 2vh;
        max-width: 100%; }
    .reason-section .reason-content .reason-line.reason-line-1 .reason-right,
    .reason-section .reason-content .reason-line.reason-line-2 .reason-right,
    .reason-section .reason-content .reason-line.reason-line-3 .reason-right,
    .reason-section .reason-content .reason-line.reason-line-4 .reason-right {
      width: 100%;
      height: 0;
      float: none;
      position: relative;
      padding-top: 78.8%; }
    .reason-section .reason-content .reason-img1-1,
    .reason-section .reason-content .reason-img2-1,
    .reason-section .reason-content .reason-img3-1,
    .reason-section .reason-content .reason-img4-1 {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .reason-section .reason-content .reason-img1-1 img,
      .reason-section .reason-content .reason-img2-1 img,
      .reason-section .reason-content .reason-img3-1 img,
      .reason-section .reason-content .reason-img4-1 img {
        height: 100%;
        width: auto; }
    .reason-section .reason-content .reason-img1-2,
    .reason-section .reason-content .reason-img2-2,
    .reason-section .reason-content .reason-img3-2,
    .reason-section .reason-content .reason-img4-2 {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 80%;
      margin: auto;
      display: flex;
      align-items: center; }
    .reason-section .reason-content .reason-img4-2 {
      bottom: -18vw;
      right: -10vw;
      width: 100%; }

  /*Start go-contact-section*/
  .go-contact-section .go-contact-content {
    width: 90vw;
    padding: 4vh 0 25vh; }
  .go-contact-section .common-btn {
    width: 90%; }
  .go-contact-section .section-title {
    font-size: 6.5vw;
    text-align: center; }
  .go-contact-section .go-contact-img1,
  .go-contact-section .go-contact-img2 {
    width: 42vw; }

  /*Start spec-section*/
  .spec-section .spec-left {
    float: none;
    width: 100%;
    padding: 0 5vw; }
    .spec-section .spec-left .spec-col1 {
      text-align: center; }
    .spec-section .spec-left .spec-head {
      float: none;
      padding: 10px 25px;
      border-radius: 15px;
      font-size: 5vw;
      margin-bottom: 2vh; }
    .spec-section .spec-left p {
      float: none;
      width: 100%;
      font-size: 5vw;
      line-height: 1.7; }
    .spec-section .spec-left span {
      font-size: 6.5vw; }
    .spec-section .spec-left .memo {
      float: none;
      margin-bottom: 2vh; }
    .spec-section .spec-left .memo p {
      font-size: 4vw;
      line-height: 1.7; }
  .spec-section .spec-right {
    float: none;
    width: 90vw;
    padding: 5vw;
    margin: 0 auto; }
    .spec-section .spec-right .spec-img-line1,
    .spec-section .spec-right .spec-img-line2 {
      width: 100%;
      max-width: 100%; }
      .spec-section .spec-right .spec-img-line1 h4,
      .spec-section .spec-right .spec-img-line2 h4 {
        font-size: 6vw; }
      .spec-section .spec-right .spec-img-line1 .spec-img-style,
      .spec-section .spec-right .spec-img-line2 .spec-img-style {
        width: 70%; }
    .spec-section .spec-right .spec-img-line2 .spec-img-style {
      width: 40%; }
  .spec-section .spec-content-bottom {
    padding: 4vh 3vw 2vh; }
    .spec-section .spec-content-bottom .brsp {
      display: block; }
    .spec-section .spec-content-bottom .spec-content-yellow {
      max-width: 90vw; }
      .spec-section .spec-content-bottom .spec-content-yellow p {
        font-size: 5vw;
        line-height: 1.5; }
      .spec-section .spec-content-bottom .spec-content-yellow span {
        font-size: 6vw;
        padding: 0 2px; }

  /*Start Jirei Section*/
  .jirei-section .jirei-content {
    width: 90vw; }
  .jirei-section .jirei-line {
    margin-bottom: 6vh; }
    .jirei-section .jirei-line .text-col,
    .jirei-section .jirei-line .img-col {
      float: none;
      width: 100%;
      padding: 0; }
  .jirei-section .jirei-head {
    padding: 10px 12vw;
    font-size: 6vw; }
    .jirei-section .jirei-head span {
      font-size: 8vw; }
  .jirei-section h4 {
    padding: 1.5vh 0;
    font-size: 6vw;
    line-height: 1.7; }
  .jirei-section p.sub-title {
    padding-bottom: 2vh;
    font-size: 4.5vw;
    line-height: 1.7; }
  .jirei-section p {
    font-size: 4vw;
    line-height: 1.7;
    margin-bottom: 2vh; }
  .jirei-section .text-col [data-aos] {
    display: none; }

  /*Start Nagare Section*/
  .nagare-section {
    padding: 4vh 0 0; }
    .nagare-section .nagare-right,
    .nagare-section .nagare-left {
      float: none; }
    .nagare-section .nagare-left {
      width: 90vw;
      margin: 0 auto 40px;
      position: relative;
      height: 0;
      padding-top: 70%; }
      .nagare-section .nagare-left .nagare-img-back,
      .nagare-section .nagare-left .nagare-img-main {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto; }
      .nagare-section .nagare-left .nagare-img-back [data-aos] {
        height: 100%; }
        .nagare-section .nagare-left .nagare-img-back [data-aos] img {
          height: 100%;
          width: auto; }
      .nagare-section .nagare-left .nagare-img-main {
        width: 80%;
        top: auto; }
    .nagare-section .nagare-right {
      width: 100%;
      padding: 0 5vw; }
      .nagare-section .nagare-right .nagare-number {
        width: 12vw;
        margin-right: 2vw; }
      .nagare-section .nagare-right .nagare-text {
        width: 76vw;
        margin-bottom: 2vh; }
        .nagare-section .nagare-right .nagare-text p {
          font-size: 4.2vw;
          line-height: 1.7; }

  /*Start Contact Section*/
  .mt-30,
  .mt-50 {
    margin-top: 10px; }

  .mt-100 {
    margin-top: 30px; }

  .contact-title {
    font-size: 20px;
    margin-bottom: 30px; }

  .contact-title-en {
    margin-bottom: 30px; }

  .contact-content {
    margin-bottom: 30px; }
    .contact-content p {
      font-size: 4vw;
      line-height: 1.7; }

  .contact-content-1 {
    padding-left: 5%;
    padding-right: 5%; }

  .contact-table {
    padding: 4vw 6vw;
    border: 4px solid #59a9f7; }

  .table-input-content {
    flex-direction: column;
    width: 100%;
    margin-bottom: 3vh; }

  .table-all-pd {
    padding: 0; }

  .hissu-title {
    margin-bottom: 20px; }

  .input-content {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px; }

  .input-content-text {
    width: 100%;
    margin-bottom: 10px;
    font-size: 3.5vw; }

  .contact-separat {
    padding: 12px 10px;
    margin-bottom: 20px;
    text-align: left; }

  .textarea-bt {
    width: 100%;
    line-height: 1.5; }

  .form-btn {
    margin-top: 20px;
    width: 100%;
    font-size: 5vw; }

  .contact-section {
    padding-bottom: 10vh; }
    .contact-section .pd-lr-all {
      padding: 5% 4%; }

  .sectin-end {
    padding-bottom: 50px; }

  .check-end {
    margin: 1vh 0 3vh; }

  .praivacy-check {
    margin-top: -2px; }

  .input-style {
    font-size: 3.5vw; }

  .table-input-content {
    font-size: 3.5vw; }

  .textarea-bt {
    font-size: 3.5vw; }

  .checkbox-text {
    font-size: 3.5vw;
    line-height: 4.2vw; }

  /*End Contact Section*/
  /*Start Footer Section*/
  .footer-style {
    display: flex;
    flex-direction: column; }

  .footer-text {
    line-height: 1.2rem;
    margin-top: 1vw;
    font-size: 3vw; }

  .footer-top-area {
    background: #e9fdff url(../img/enoshima.png) center 0/200% auto no-repeat;
    min-height: 15vh; }

  /*End Footer Section*/ }
