@charset "UTF-8";
/* CSS Document */
/* CSS Document */
@import url(base/reset.css);
@import url(base/animate.css);
/* CSS Document */
/* CSS Document */
html {
  font-family: "Noto Sans JP", sans;
  font-size: 16px;
  letter-spacing: 0.03em; }

body {
  line-height: 180%;
  color: #898989;
  overflow: hidden; }
  body .whole-box {
    display: flex;
    flex-flow: column;
    min-height: 100vh; }
    body .whole-box main {
      flex: 1; }

.cf {
  overflow: hidden;
  zoom: 1; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

@media screen and (min-width: 768px) and (max-width: 979px) {
  .tab {
    display: block; } }

.bold {
  font-weight: 600; }

.fs14 {
  font-size: 87.5%;
  line-height: 80%; }

.fs15 {
  font-size: 93.75%;
  line-height: 88%; }

.fs30 {
  font-size: 187.5%;
  line-height: 150%; }
  @media screen and (max-width: 767px) {
    .fs30 {
      font-size: 140%; } }

@media screen and (min-width: 768px) {
  .ma5 {
    margin-bottom: 10px; }

  .ma10 {
    margin-bottom: 10px; }

  .ma20 {
    margin-bottom: 20px; }

  .ma30 {
    margin-bottom: 30px; }

  .ma40 {
    margin-bottom: 40px; }

  .ma50 {
    margin-bottom: 50px; }

  .ma60 {
    margin-bottom: 60px; }

  .ma70 {
    margin-bottom: 70px; }

  .ma80 {
    margin-bottom: 80px; }

  .ma90 {
    margin-bottom: 90px; }

  .ma100 {
    margin-bottom: 100px; } }
@media screen and (max-width: 767px) {
  .sp-ma5 {
    margin-bottom: 10px; }

  .sp-ma10 {
    margin-bottom: 10px; }

  .sp-ma15 {
    margin-bottom: 15px; }

  .sp-ma20 {
    margin-bottom: 20px; }

  .sp-ma25 {
    margin-bottom: 25px; }

  .sp-ma35 {
    margin-bottom: 35px; }

  .sp-ma30 {
    margin-bottom: 30px; }

  .sp-ma35 {
    margin-bottom: 35px; }

  .sp-ma40 {
    margin-bottom: 40px; }

  .sp-ma45 {
    margin-bottom: 45px; }

  .sp-ma50 {
    margin-bottom: 50px; }

  .sp-ma55 {
    margin-bottom: 55px; }

  .sp-ma60 {
    margin-bottom: 60px; }

  .sp-ma70 {
    margin-bottom: 70px; }

  .sp-ma80 {
    margin-bottom: 80px; }

  .sp-ma90 {
    margin-bottom: 90px; }

  .sp-ma100 {
    margin-bottom: 100px; } }
.center {
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    .center {
      width: 90%;
      margin: 0;
      padding: 0 5%; } }
  @media screen and (max-width: 767px) {
    .center {
      width: 90%;
      margin: 0;
      padding: 0 5%; } }

.wide-center {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    .wide-center {
      width: 90%;
      margin: 0;
      padding: 0 5%; } }
  @media screen and (max-width: 767px) {
    .wide-center {
      width: 90%;
      margin: 0;
      padding: 0 5%; } }

.pic-center {
  width: 91%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    .pic-center {
      width: 90%;
      margin: 0;
      padding: 0 5%; } }
  @media screen and (max-width: 767px) {
    .pic-center {
      width: 90%;
      margin: 0;
      padding: 0 5%; } }

.inner-center {
  width: 770px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    .inner-center {
      width: 90%;
      margin: 0;
      padding: 0 5%; } }
  @media screen and (max-width: 767px) {
    .inner-center {
      width: 90%;
      margin: 0;
      padding: 0 5%; } }

.more-inner-center {
  width: 600px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    .more-inner-center {
      width: 90%;
      margin: 0;
      padding: 0 5%; } }
  @media screen and (max-width: 767px) {
    .more-inner-center {
      width: 90%;
      margin: 0;
      padding: 0 5%; } }

@media screen and (min-width: 768px) and (max-width: 979px) {
  .tabsp-inner-center {
    width: 90%;
    margin: 0;
    padding: 0 5%; } }
@media screen and (max-width: 767px) {
  .tabsp-inner-center {
    width: 90%;
    margin: 0;
    padding: 0 5%; } }

@media screen and (max-width: 767px) {
  .sp-inner-center {
    width: 90%;
    margin: 0;
    padding: 0 5%; } }

.f_left {
  float: left; }

.f_right {
  float: right; }

.text_r {
  text-align: right; }

.text_l {
  text-align: left; }

.text_c {
  text-align: center; }

.dis_block {
  display: block; }

.posi_re {
  position: relative; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .flex {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; } }
.flex-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .flex-ce {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex-ce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #132454; }

.hover-none {
  pointer-events: none; }
  .hover-none a {
    opacity: 0.5; }

.notel {
  pointer-events: none; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

.content {
  padding-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .content {
      margin-top: 0;
      padding-bottom: 0; } }
  .content strong {
    font-weight: 600; }
  .content em {
    font-style: italic; }

ul.column_2 li {
  width: 48%; }

ul.column_3 li {
  width: 30%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

#p404 {
  text-align: center;
  padding: 100px 0 150px; }
  @media screen and (max-width: 767px) {
    #p404 {
      padding: 80px 0 120px; } }
  #p404 .pages_title {
    color: #59C3E1;
    padding: 0 0 100px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #p404 .pages_title {
        padding: 0 0 50px; } }
    #p404 .pages_title h2 {
      font-size: 700%;
      font-weight: 600;
      line-height: 120%;
      margin-bottom: 10px; }
    #p404 .pages_title p {
      font-size: 150%; }
  #p404 h3 {
    text-align: center;
    margin-bottom: 100px;
    font-size: 130%; }
    @media screen and (max-width: 767px) {
      #p404 h3 {
        margin-top: 5%;
        margin-bottom: 15%;
        font-size: 120%; } }
  #p404 .btn_box {
    display: inline-block;
    color: #fff;
    background: linear-gradient(90deg, #bae3f9 0%, #59c3e1 40%, #00d4ff 100%);
    font-size: 130%;
    padding: 20px 60px;
    box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1); }
    #p404 .btn_box:hover {
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

/****************************************

loading

*****************************************/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  justify-content: center;
  align-items: center; }

/* CSS Document */
/* CSS Document */
@media screen and (min-width: 768px) {
  .hishi_box {
    transform: skew(20deg);
    padding: 10px; }
    .hishi_box span {
      transform: skew(-20deg);
      display: inline-block; } }
.title_blue {
  color: #00A0E9;
  line-height: 150%;
  font-style: italic;
  font-weight: bold; }

.bird_img {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-delay: 1s; }
  @media screen and (max-width: 767px) {
    .bird_img {
      animation-delay: .3s; } }
  .bird_img.bird {
    width: 97px;
    height: 64px;
    background-image: url(../img/top/bird.png); }
    @media screen and (max-width: 767px) {
      .bird_img.bird {
        width: calc(97px * 0.8);
        height: calc(64px * 0.8); } }
    .bird_img.bird.delighter {
      opacity: 0;
      transform: translate(0, 0); }
      .bird_img.bird.delighter.started {
        transform: translate(-150px, -150px);
        transition: all 1s cubic-bezier(0.37, 0.45, 0.25, 0.98);
        opacity: 1; }
    .bird_img.bird.over.delighter.started {
      transform: translate(-250px, -250px); }
      @media screen and (max-width: 767px) {
        .bird_img.bird.over.delighter.started {
          transform: translate(-150px, -150px); } }
  .bird_img.bird_fruit {
    width: 122px;
    height: 70px;
    background-image: url(../img/top/bird_fruit.png); }
    @media screen and (max-width: 767px) {
      .bird_img.bird_fruit {
        width: calc(122px * 0.8);
        height: calc(70px * 0.8); } }
    .bird_img.bird_fruit.delighter {
      opacity: 0;
      transform: translate(0, 0); }
      .bird_img.bird_fruit.delighter.started {
        transform: translate(150px, -150px);
        transition: all 1s cubic-bezier(0.37, 0.45, 0.25, 0.98);
        opacity: 1; }
    .bird_img.bird_fruit.over.delighter.started {
      transform: translate(250px, -250px); }
      @media screen and (max-width: 767px) {
        .bird_img.bird_fruit.over.delighter.started {
          transform: translate(150px, -150px); } }

/* CSS Document */
/* CSS Document */
header {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  position: relative; }
  header:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: -10px;
    background-color: #FFF799; }
  @media screen and (max-width: 767px) {
    header {
      width: 100%;
      position: fixed;
      z-index: 998; } }
  header .header_cont {
    background: #fff;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center; }
    header .header_cont h1 {
      margin-left: 50px; }
      @media screen and (max-width: 767px) {
        header .header_cont h1 {
          margin-left: 5%; } }
      header .header_cont h1 a {
        display: block;
        width: 182px;
        height: 42px; }
        @media screen and (max-width: 767px) {
          header .header_cont h1 a {
            width: calc(182px * 0.8);
            height: calc(42px * 0.8); } }
        header .header_cont h1 a .logo {
          width: 100%;
          height: 100%;
          background-image: url(../img/share/logo.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center; }
    header .header_cont .right-box {
      margin-right: 50px;
      align-items: center; }
      @media screen and (max-width: 767px) {
        header .header_cont .right-box {
          margin-right: 5%; } }
      header .header_cont .right-box a {
        font-weight: bold; }
        header .header_cont .right-box a.tel {
          font-size: 150%;
          padding-left: 40px;
          margin-right: 30px;
          position: relative; }
          @media screen and (max-width: 767px) {
            header .header_cont .right-box a.tel {
              margin-right: 20px; } }
          header .header_cont .right-box a.tel:after {
            content: '';
            display: block;
            position: absolute;
            height: 36px;
            width: 36px;
            left: 0;
            top: 50%;
            margin-top: -18px;
            background-image: url(../img/share/tel_ico.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center; }
        header .header_cont .right-box a.mail {
          padding-left: 40px;
          padding-top: 10px;
          position: relative; }
          header .header_cont .right-box a.mail img {
            width: 110px;
            height: 20px; }
          header .header_cont .right-box a.mail:after {
            content: '';
            display: block;
            position: absolute;
            height: 26px;
            width: 34px;
            left: 0;
            top: 50%;
            margin-top: -14px;
            background-image: url(../img/share/mail_ico.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center; }

/* CSS Document */
/* CSS Document */
footer {
  background-color: #59C3E1;
  height: 176px;
  justify-content: center;
  align-items: center;
  grid-row-start: 2;
  grid-row-end: 3; }
  footer small {
    color: #fff;
    display: block;
    text-align: center; }

/* CSS Document */
/* CSS Document */
@media screen and (max-width: 767px) {
  main {
    margin-top: 80px; } }
main #top #hero {
  position: relative; }
  main #top #hero .slide_box {
    height: 680px;
    overflow: hidden;
    position: relative;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      main #top #hero .slide_box {
        height: 110vw; } }
    main #top #hero .slide_box .item {
      z-index: 10;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0; }
      main #top #hero .slide_box .item.item1 {
        background-image: url(../img/top/main1.jpg); }
        @media screen and (max-width: 767px) {
          main #top #hero .slide_box .item.item1 {
            background-image: url(../img/top/main1_sp.jpg); } }
      main #top #hero .slide_box .item.item2 {
        background-image: url(../img/top/main2.jpg); }
        @media screen and (max-width: 767px) {
          main #top #hero .slide_box .item.item2 {
            background-image: url(../img/top/main2_sp.jpg); } }
  main #top #hero .slide_box > .slick-list,
  main #top #hero .slide_box > .slick-list > .slick-track,
  main #top #hero .slide_box > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%; }
  main #top #hero .slide-animation {
    animation: fadezoom cubic-bezier(0.35, 0.35, 0.65, 0.64) 15s 0s forwards;
    transform-origin: center bottom; }
@keyframes fadezoom {
  0% {
    transform: scale(1);
    transform-origin: center bottom; }
  100% {
    transform: scale(1.2);
    transform-origin: center bottom; } }
  main #top #hero h2 {
    width: 650px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -325px;
    animation-delay: 1s; }
    @media screen and (min-width: 768px) and (max-width: 979px) {
      main #top #hero h2 {
        width: 90%;
        left: 5%;
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      main #top #hero h2 {
        width: 62%;
        max-height: 305px;
        margin: 4vw auto 0;
        top: 10%;
        left: 50%;
        margin-left: -31%; } }
main #top #jcc_top {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    main #top #jcc_top {
      padding-top: 30px; } }
  main #top #jcc_top .image_logo_box {
    overflow: hidden;
    position: relative;
    width: 567px;
    height: 212px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      main #top #jcc_top .image_logo_box {
        width: 80%;
        height: 28vw; } }
    main #top #jcc_top .image_logo_box:before {
      content: '';
      display: inline-block;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1; }
    main #top #jcc_top .image_logo_box.delighter.started:before {
      animation: logo_ani 1.5s ease forwards; }
@keyframes logo_ani {
  100% {
    transform: translateX(100%); } }
  main #top #jcc_top .hishi_box h2 {
    font-size: 187.5%;
    letter-spacing: .1em; }
    @media screen and (max-width: 767px) {
      main #top #jcc_top .hishi_box h2 {
        font-size: 135%; } }
  main #top #jcc_top .hishi_box p {
    font-size: 85%;
    letter-spacing: .2em; }
    @media screen and (min-width: 768px) {
      main #top #jcc_top .hishi_box p.hishi_txt_1 {
        margin-left: 55px; } }
    @media screen and (min-width: 768px) {
      main #top #jcc_top .hishi_box p.hishi_txt_3 {
        margin-left: 220px; } }
  main #top #jcc_top .txt_box1 {
    position: relative; }
    main #top #jcc_top .txt_box1 .bird_img {
      top: 200px;
      right: 35%; }
      @media screen and (max-width: 767px) {
        main #top #jcc_top .txt_box1 .bird_img {
          top: inherit;
          bottom: -200px;
          right: 50%; } }
  main #top #jcc_top .txt_box2 {
    justify-content: flex-end;
    align-items: center;
    padding: 80px 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      main #top #jcc_top .txt_box2 {
        justify-content: flex-start;
        padding: 80px 0 58vw; } }
    main #top #jcc_top .txt_box2 .pic_box {
      position: absolute;
      width: calc(509px * .9);
      height: calc(315px * .9);
      background-image: url(../img/top/top_txtbox2_pic.jpg);
      background-repeat: no-repeat;
      background-size: contain;
      top: 50%;
      margin-top: -141.5px;
      left: 0;
      z-index: -1; }
      @media screen and (min-width: 768px) and (max-width: 979px) {
        main #top #jcc_top .txt_box2 .pic_box {
          width: calc(509px * 0.8);
          height: calc(315px * 0.8);
          margin-top: calc(-157.5px * 0.8); } }
      @media screen and (max-width: 767px) {
        main #top #jcc_top .txt_box2 .pic_box {
          width: 100%;
          height: 56vw;
          top: inherit;
          bottom: 0;
          margin-top: 0; } }
    @media screen and (max-width: 767px) {
      main #top #jcc_top .txt_box2 .hishi_box {
        width: 100%; } }
  main #top #jcc_top .ori_fadeup {
    margin-top: 30px;
    opacity: 0;
    transition: all 1s ease; }
    main #top #jcc_top .ori_fadeup.delighter.started {
      opacity: 1;
      margin-top: 0; }
    main #top #jcc_top .ori_fadeup.hishi_title {
      margin-top: 70px; }
      main #top #jcc_top .ori_fadeup.hishi_title.delighter.started {
        margin-top: 40px; }
    main #top #jcc_top .ori_fadeup.pic_box {
      margin-top: -111.5px; }
      main #top #jcc_top .ori_fadeup.pic_box.delighter.started {
        margin-top: -141.5px; }
  main #top #jcc_top .lightbox-cont {
    padding-top: 80px; }
    main #top #jcc_top .lightbox-cont .fig_box {
      justify-content: space-between; }
      main #top #jcc_top .lightbox-cont .fig_box li {
        width: 32%;
        box-sizing: border-box;
        border: 1px solid #59C3E1;
        padding: 20px;
        position: relative;
        text-align: center;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          main #top #jcc_top .lightbox-cont .fig_box li {
            padding: 7% 3%;
            width: 47%;
            min-height: 170px; } }
        main #top #jcc_top .lightbox-cont .fig_box li .zoom_title {
          position: absolute;
          top: 0;
          left: 0; }
          main #top #jcc_top .lightbox-cont .fig_box li .zoom_title p {
            position: relative;
            color: #fff;
            background-color: #59C3E1;
            padding: 0 5px 2px 20px; }
            @media screen and (max-width: 767px) {
              main #top #jcc_top .lightbox-cont .fig_box li .zoom_title p {
                font-size: 80%;
                line-height: 160%;
                padding: 0 0 2px 10px; } }
            main #top #jcc_top .lightbox-cont .fig_box li .zoom_title p::after {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              right: -33px;
              width: 33px;
              height: 100%;
              background-image: url(../img/top/zoom_title_back.svg);
              background-repeat: no-repeat;
              background-size: 100% 100%; }
              @media screen and (max-width: 767px) {
                main #top #jcc_top .lightbox-cont .fig_box li .zoom_title p::after {
                  right: -25px;
                  width: 25px; } }
        main #top #jcc_top .lightbox-cont .fig_box li::before {
          content: '';
          display: block;
          position: absolute;
          top: 5px;
          right: 5px;
          width: 27px;
          height: 27px;
          background-image: url(../img/top/zoom_ico.svg);
          background-repeat: no-repeat;
          background-size: contain; }
          @media screen and (max-width: 767px) {
            main #top #jcc_top .lightbox-cont .fig_box li::before {
              width: 20px;
              height: 20px; } }
        main #top #jcc_top .lightbox-cont .fig_box li.row_2 {
          width: 66%; }
          @media screen and (max-width: 767px) {
            main #top #jcc_top .lightbox-cont .fig_box li.row_2 {
              width: 100%; } }
        main #top #jcc_top .lightbox-cont .fig_box li a img {
          max-height: 246px; }
        main #top #jcc_top .lightbox-cont .fig_box li > a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          -moz-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          left: 50%;
          top: 50%;
          z-index: 1; }
  main #top #jcc_top #price {
    padding-top: 50px;
    justify-content: space-between; }
    main #top #jcc_top #price .title_box {
      position: relative; }
      @media screen and (min-width: 768px) and (max-width: 979px) {
        main #top #jcc_top #price .title_box {
          width: 30%; } }
      @media screen and (max-width: 767px) {
        main #top #jcc_top #price .title_box {
          width: 100%; } }
      main #top #jcc_top #price .title_box h2 {
        font-size: 150%;
        letter-spacing: .2em;
        padding-top: 30px; }
        @media screen and (max-width: 767px) {
          main #top #jcc_top #price .title_box h2 {
            font-size: 120%; } }
      main #top #jcc_top #price .title_box .bird_img {
        right: -150px;
        bottom: -140px; }
        @media screen and (max-width: 767px) {
          main #top #jcc_top #price .title_box .bird_img {
            right: -130px;
            bottom: -120px; } }
    main #top #jcc_top #price .txt_box {
      width: 550px; }
      @media screen and (min-width: 768px) and (max-width: 979px) {
        main #top #jcc_top #price .txt_box {
          width: 65%; } }
      @media screen and (max-width: 767px) {
        main #top #jcc_top #price .txt_box {
          width: 100%; } }
      main #top #jcc_top #price .txt_box .price_box {
        box-sizing: border-box;
        border: 1px solid #59C3E1;
        background-color: #EAF6FD;
        padding: 30px 40px;
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); }
        @media screen and (min-width: 768px) and (max-width: 979px) {
          main #top #jcc_top #price .txt_box .price_box {
            padding: 5%; } }
        @media screen and (max-width: 767px) {
          main #top #jcc_top #price .txt_box .price_box {
            padding: 5%; } }
        main #top #jcc_top #price .txt_box .price_box ul li {
          font-size: 93.75%;
          flex-wrap: nowrap;
          line-height: 150%;
          margin-bottom: 5px; }
          main #top #jcc_top #price .txt_box .price_box ul li span {
            display: inline-block;
            font-weight: bold; }
            main #top #jcc_top #price .txt_box .price_box ul li span.item1 {
              width: 5.5em;
              flex-shrink: 0;
              text-align: justify; }
            main #top #jcc_top #price .txt_box .price_box ul li span.item2 {
              width: 1.5em;
              flex-shrink: 0; }
            main #top #jcc_top #price .txt_box .price_box ul li span.item3 {
              width: auto;
              flex-shrink: 2;
              flex-grow: 2; }
        main #top #jcc_top #price .txt_box .price_box p.under_txt {
          font-size: 80%;
          line-height: 130%;
          margin-top: 10px; }
main #top .common_section {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    main #top .common_section .flex-cont {
      display: block; } }
  main #top .common_section .flex-cont h3 {
    font-size: 137.5%;
    letter-spacing: .2em; }
    @media screen and (max-width: 767px) {
      main #top .common_section .flex-cont h3 {
        font-size: 115%; } }
    main #top .common_section .flex-cont h3 .aniview {
      animation-delay: .3s; }
  main #top .common_section .flex-cont-2 {
    max-width: 750px;
    flex-wrap: nowrap;
    animation-delay: .6s; }
    @media screen and (max-width: 767px) {
      main #top .common_section .flex-cont-2 {
        width: 100%;
        flex-wrap: wrap; } }
    main #top .common_section .flex-cont-2 .pic_box {
      max-width: 313px;
      flex-shrink: 0; }
      @media screen and (max-width: 767px) {
        main #top .common_section .flex-cont-2 .pic_box {
          max-width: 100%;
          margin-bottom: 20px; } }
    main #top .common_section .flex-cont-2 .txt_box {
      width: auto;
      flex-shrink: 2;
      flex-grow: 2;
      font-size: 81.25%;
      line-height: 180%; }
  main #top .common_section.cs_gray {
    background-color: #EFEFEF; }
    main #top .common_section.cs_gray .flex-cont {
      align-items: center;
      margin-bottom: 40px;
      flex-wrap: nowrap; }
      @media screen and (max-width: 767px) {
        main #top .common_section.cs_gray .flex-cont {
          flex-wrap: wrap;
          margin-bottom: 30px; } }
      @media screen and (max-width: 767px) {
        main #top .common_section.cs_gray .flex-cont h2 {
          margin-bottom: 15px; } }
    main #top .common_section.cs_gray .flex-cont-2 {
      margin: 0 0 0 auto; }
      main #top .common_section.cs_gray .flex-cont-2 .pic_box {
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
          main #top .common_section.cs_gray .flex-cont-2 .pic_box {
            margin-right: 0; } }
  main #top .common_section.cs_white .flex-cont {
    display: block; }
    @media screen and (max-width: 767px) {
      main #top .common_section.cs_white .flex-cont {
        margin-bottom: 30px; } }
    main #top .common_section.cs_white .flex-cont h2 {
      margin: 0 0 25px auto; }
      @media screen and (max-width: 767px) {
        main #top .common_section.cs_white .flex-cont h2 {
          margin: 0 auto 15px 0; } }
  main #top .common_section.cs_white .flex-cont-2 {
    margin: 0 auto 0 0; }
    main #top .common_section.cs_white .flex-cont-2 .txt_box {
      padding-top: 25px; }
      @media screen and (max-width: 767px) {
        main #top .common_section.cs_white .flex-cont-2 .txt_box {
          padding-top: 0;
          order: 2; } }
    main #top .common_section.cs_white .flex-cont-2 .pic_box {
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        main #top .common_section.cs_white .flex-cont-2 .pic_box {
          order: 1;
          margin-left: 0; } }
main #top #quality .flex-cont h2 {
  width: 225px;
  height: 70px;
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    main #top #quality .flex-cont h2 {
      width: calc(225px * 0.6);
      height: calc(70px * 0.6);
      margin-right: 0; } }
main #top #communication .center {
  position: relative; }
main #top #communication .flex-cont h2 {
  width: 498px;
  height: 59px; }
  @media screen and (min-width: 980px) {
    main #top #communication .flex-cont h2 {
      margin-right: 150px; } }
  @media screen and (max-width: 767px) {
    main #top #communication .flex-cont h2 {
      width: calc(498px * 0.6);
      height: calc(59px * 0.6); } }
main #top #communication .flex-cont h3 {
  margin-left: 45px; }
  @media screen and (max-width: 767px) {
    main #top #communication .flex-cont h3 {
      margin-left: 0; } }
main #top #communication .bird_img {
  bottom: -130px;
  right: 150px; }
  @media screen and (max-width: 767px) {
    main #top #communication .bird_img {
      bottom: -220px;
      right: 60%; } }
main #top #speedy .flex-cont {
  justify-content: space-between; }
  main #top #speedy .flex-cont h2 {
    width: 236px;
    height: 70px; }
    @media screen and (min-width: 768px) and (max-width: 979px) {
      main #top #speedy .flex-cont h2 {
        margin-right: 30px; } }
    @media screen and (max-width: 767px) {
      main #top #speedy .flex-cont h2 {
        width: calc(236px * 0.6);
        height: calc(70px * 0.6); } }
main #top #low_price .flex-cont h2 {
  width: 300px;
  height: 69px; }
  @media screen and (min-width: 980px) {
    main #top #low_price .flex-cont h2 {
      margin-right: 150px; } }
  @media screen and (max-width: 767px) {
    main #top #low_price .flex-cont h2 {
      width: calc(300px * 0.6);
      height: calc(69px * 0.6); } }
main #top #low_price .flex-cont h3 {
  margin-left: 10px; }
  @media screen and (max-width: 767px) {
    main #top #low_price .flex-cont h3 {
      margin-left: 0; } }
main #top #schedule {
  background-color: #59C3E1;
  color: #fff;
  padding: 110px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    main #top #schedule {
      padding: 50px 0; } }
  main #top #schedule .bird_img {
    top: 130px;
    left: 55%; }
  main #top #schedule .flex-cont {
    align-items: center; }
    @media screen and (max-width: 767px) {
      main #top #schedule .flex-cont {
        display: block; } }
    main #top #schedule .flex-cont h2 {
      width: 290px;
      height: 59px;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        main #top #schedule .flex-cont h2 {
          width: calc(290px * 0.6);
          height: calc(59px * 0.6);
          margin-right: 0;
          margin-bottom: 10px; } }
    main #top #schedule .flex-cont p {
      font-size: 125%;
      letter-spacing: .5em;
      font-style: italic;
      animation-delay: .3s; }
  main #top #schedule ol {
    margin-top: 25px;
    border-top: 1px solid #fff; }
    main #top #schedule ol li {
      padding: 35px 0;
      border-bottom: 1px solid #fff; }
      main #top #schedule ol li .flex-cont-item {
        flex-wrap: nowrap;
        align-items: center; }
        @media screen and (max-width: 767px) {
          main #top #schedule ol li .flex-cont-item {
            flex-wrap: wrap; } }
        main #top #schedule ol li .flex-cont-item .title_box {
          width: 360px;
          flex-shrink: 0;
          flex-wrap: nowrap; }
          @media screen and (max-width: 767px) {
            main #top #schedule ol li .flex-cont-item .title_box {
              width: 100%;
              margin-bottom: 20px; } }
          main #top #schedule ol li .flex-cont-item .title_box .num_box {
            height: 62px;
            width: 40px;
            text-align: right; }
          main #top #schedule ol li .flex-cont-item .title_box h3 {
            font-size: 150%;
            line-height: 130%;
            font-weight: bold;
            padding-left: 30px;
            position: relative; }
            @media screen and (max-width: 767px) {
              main #top #schedule ol li .flex-cont-item .title_box h3 {
                padding-left: 20px; } }
            main #top #schedule ol li .flex-cont-item .title_box h3:before {
              display: inline-block;
              width: 70px;
              height: 57px;
              position: absolute;
              left: 0;
              top: 50%;
              margin-top: -28.5px;
              background-repeat: no-repeat;
              background-size: contain;
              position: left center; }
              @media screen and (max-width: 767px) {
                main #top #schedule ol li .flex-cont-item .title_box h3:before {
                  width: 50px; } }
            main #top #schedule ol li .flex-cont-item .title_box h3 .mini_txt {
              font-size: 75%;
              display: block; }
        main #top #schedule ol li .flex-cont-item .txt_box {
          font-size: 93.75%;
          line-height: 150%;
          flex-shrink: 2;
          flex-grow: 2; }
      main #top #schedule ol li.item1 .flex-cont-item .title_box h3:before {
        background-image: url(../img/top/schedule_1.svg); }
      main #top #schedule ol li.item2 .flex-cont-item .title_box h3:before {
        background-image: url(../img/top/schedule_2.svg); }
      main #top #schedule ol li.item3 .flex-cont-item .title_box h3:before {
        background-image: url(../img/top/schedule_3.svg); }
      main #top #schedule ol li.item4 .flex-cont-item .title_box h3:before {
        background-image: url(../img/top/schedule_4.svg); }
main #top #contact .contact_tel {
  padding: 90px 0 70px 0;
  color: #fff;
  background-image: url(../img/top/contact_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    main #top #contact .contact_tel {
      padding: 50px 0; } }
  main #top #contact .contact_tel::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0075A9;
    opacity: .7; }
  main #top #contact .contact_tel .more-inner-center {
    position: relative;
    z-index: 1; }
  main #top #contact .contact_tel h2 {
    text-align: center;
    font-size: 150%; }
  main #top #contact .contact_tel .text_c {
    font-size: 112.5%;
    letter-spacing: .07em; }
  main #top #contact .contact_tel .tel_box {
    width: 100%;
    box-sizing: border-box;
    color: #00A0E9;
    background-color: #fff;
    border: 2px solid #00A0E9;
    padding: 25px 30px;
    justify-content: space-between;
    text-align: center;
    align-items: center; }
    @media screen and (min-width: 768px) and (max-width: 979px) {
      main #top #contact .contact_tel .tel_box {
        justify-content: space-around; } }
    @media screen and (max-width: 767px) {
      main #top #contact .contact_tel .tel_box {
        padding: 5%; } }
    main #top #contact .contact_tel .tel_box p {
      line-height: 130%; }
      @media screen and (max-width: 767px) {
        main #top #contact .contact_tel .tel_box p {
          width: 100%; } }
      main #top #contact .contact_tel .tel_box p:first-child {
        font-size: 93.75%;
        font-weight: bold; }
      main #top #contact .contact_tel .tel_box p:nth-child(2) {
        font-size: 225%; }
        @media screen and (max-width: 767px) {
          main #top #contact .contact_tel .tel_box p:nth-child(2) {
            margin: 10px 0; } }
        main #top #contact .contact_tel .tel_box p:nth-child(2) a {
          color: #00A0E9; }
      main #top #contact .contact_tel .tel_box p:last-child {
        font-size: 75%;
        font-weight: bold; }
main #top #contact .contact_form {
  padding: 90px 0 100px 0;
  background-color: #D3EDFB; }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    main #top #contact .contact_form {
      padding: 90px 0 50px 0; } }
  @media screen and (max-width: 767px) {
    main #top #contact .contact_form {
      padding: 50px 0; } }
main #top #company {
  padding-top: 130px; }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    main #top #company {
      padding-top: 100px; } }
  @media screen and (max-width: 767px) {
    main #top #company {
      padding-top: 50px; } }
  main #top #company .center {
    position: relative; }
  main #top #company .bird_img {
    top: 250px;
    right: 40%; }
    @media screen and (max-width: 767px) {
      main #top #company .bird_img {
        right: 45%; } }
  main #top #company dl {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      main #top #company dl {
        margin-bottom: 50px; } }
    main #top #company dl dt {
      color: #59C3E1;
      font-size: 131.25%; }
    main #top #company dl dd {
      font-size: 112.5%; }
      main #top #company dl dd .list_cap {
        font-size: 80%; }
      @media screen and (max-width: 767px) {
        main #top #company dl dd .list_box {
          width: 100%;
          overflow: scroll; } }
      main #top #company dl dd .list_box ul {
        display: grid;
        grid-template-columns: auto auto auto auto;
        grid-template-rows: auto auto;
        justify-content: space-between;
        grid-column-gap: 10px;
        grid-row-gap: 30px; }
        @media screen and (max-width: 767px) {
          main #top #company dl dd .list_box ul {
            min-width: 770px; } }
        main #top #company dl dd .list_box ul li {
          text-align: left;
          font-size: 80%;
          border-left: 1px solid #231815;
          padding-left: 10px; }
          main #top #company dl dd .list_box ul li p {
            line-height: 100%;
            margin-bottom: 15px; }
            main #top #company dl dd .list_box ul li p:last-child {
              margin-bottom: 0; }
  main #top #company .g_map {
    position: relative;
    width: 100%;
    height: 470px; }
    @media screen and (max-width: 767px) {
      main #top #company .g_map {
        height: 100vw; } }
    main #top #company .g_map iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }

#contact_thanks {
  text-align: center;
  padding: 150px 0; }
  @media screen and (max-width: 767px) {
    #contact_thanks {
      padding: 80px 0 120px; } }
  #contact_thanks .pages_title {
    padding: 0 0 50px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #contact_thanks .pages_title {
        padding: 0 0 50px; } }
    #contact_thanks .pages_title h2 {
      font-size: 200%;
      font-weight: 600;
      line-height: 120%;
      margin-bottom: 10px; }
    #contact_thanks .pages_title p {
      font-size: 150%; }
  #contact_thanks h3 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 130%; }
    @media screen and (max-width: 767px) {
      #contact_thanks h3 {
        margin-top: 5%;
        margin-bottom: 15%;
        font-size: 120%; } }
  #contact_thanks .btn_box {
    display: inline-block;
    color: #fff;
    background: linear-gradient(90deg, #bae3f9 0%, #59c3e1 40%, #00d4ff 100%);
    font-size: 130%;
    padding: 20px 60px;
    box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1); }
    #contact_thanks .btn_box:hover {
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

/* CSS Document */
/* mailform.scss*/
@media screen and (max-width: 767px) {
  .mailform table,
  .mailform tbody,
  .mailform tr,
  .mailform th,
  .mailform td {
    display: block; }
  .mailform td {
    padding-bottom: 30px; }
  .mailform .white-in-box {
    padding: 5%; } }

.form-required {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .form-required {
      padding-left: 60px; } }

.mailform__send__btn {
  /* iOSでのデフォルトスタイルをリセット */ }
  .mailform__send__btn input[type="submit"],
  .mailform__send__btn input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box; }
    .mailform__send__btn input[type="submit"]::-webkit-search-decoration,
    .mailform__send__btn input[type="button"]::-webkit-search-decoration {
      display: none; }
    .mailform__send__btn input[type="submit"]::focus,
    .mailform__send__btn input[type="button"]::focus {
      outline-offset: -2px; }
  .mailform__send__btn input {
    background: black;
    color: white;
    width: 200px;
    line-height: 55px;
    font-weight: bold;
    font-size: 140%;
    letter-spacing: 0.2em;
    margin-top: 30px; }

label.deco {
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #898989; }
  @media screen and (min-width: 768px) {
    label.deco {
      font-size: 106.25%; } }
  @media screen and (max-width: 767px) {
    label.deco {
      margin-bottom: 20px;
      font-size: 100%; } }
  label.deco span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    transform-origin: center;
    background: white;
    border-radius: 50%;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89); }
    @media screen and (min-width: 768px) {
      label.deco span {
        width: 25px;
        height: 25px; } }
    @media screen and (max-width: 767px) {
      label.deco span {
        width: 25px;
        height: 25px; } }
    label.deco span:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      transform: rotate(45deg);
      transition: width 50ms ease 50ms;
      transform-origin: center; }
      @media screen and (min-width: 768px) {
        label.deco span:before {
          top: 8.8px;
          left: 8.8px; } }
      @media screen and (max-width: 767px) {
        label.deco span:before {
          top: 9px;
          left: 9px;
          width: 8px;
          height: 8px; } }
  label.deco:hover > span:before {
    background: #59C3E1;
    transition: width 100ms ease; }

input[type="radio"] {
  display: none; }
  input[type="radio"]:checked + label > span {
    transform: scale(1.1); }
    input[type="radio"]:checked + label > span:before {
      transform: scale(1.1);
      background: #59C3E1;
      transition: width 150ms ease 100ms; }
  input[type="radio"]:checked + label:hover > span {
    background-color: #fff;
    transform: scale(1.1); }
    input[type="radio"]:checked + label:hover > span:before {
      transform: scale(1.1);
      background: #59C3E1;
      transition: width 150ms ease 100ms; }

#contact .contact_form .formTable {
  margin: auto;
  text-align: center; }
  #contact .contact_form .formTable td {
    display: inline-block; }
#contact .contact_form table,
#contact .contact_form tbody,
#contact .contact_form tr,
#contact .contact_form th,
#contact .contact_form td {
  display: block;
  width: 100%;
  box-sizing: border-box; }
  #contact .contact_form table input[type=text],
  #contact .contact_form tbody input[type=text],
  #contact .contact_form tr input[type=text],
  #contact .contact_form th input[type=text],
  #contact .contact_form td input[type=text] {
    width: 100%; }
  #contact .contact_form table input,
  #contact .contact_form table textarea,
  #contact .contact_form tbody input,
  #contact .contact_form tbody textarea,
  #contact .contact_form tr input,
  #contact .contact_form tr textarea,
  #contact .contact_form th input,
  #contact .contact_form th textarea,
  #contact .contact_form td input,
  #contact .contact_form td textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
    background: white;
    border: none; }
    @media screen and (min-width: 768px) {
      #contact .contact_form table input,
      #contact .contact_form table textarea,
      #contact .contact_form tbody input,
      #contact .contact_form tbody textarea,
      #contact .contact_form tr input,
      #contact .contact_form tr textarea,
      #contact .contact_form th input,
      #contact .contact_form th textarea,
      #contact .contact_form td input,
      #contact .contact_form td textarea {
        font-size: 120%;
        padding: 20px 10px; } }
    @media screen and (max-width: 767px) {
      #contact .contact_form table input,
      #contact .contact_form table textarea,
      #contact .contact_form tbody input,
      #contact .contact_form tbody textarea,
      #contact .contact_form tr input,
      #contact .contact_form tr textarea,
      #contact .contact_form th input,
      #contact .contact_form th textarea,
      #contact .contact_form td input,
      #contact .contact_form td textarea {
        font-size: 110%;
        padding: 10px; } }
  @media screen and (min-width: 768px) {
    #contact .contact_form table textarea,
    #contact .contact_form tbody textarea,
    #contact .contact_form tr textarea,
    #contact .contact_form th textarea,
    #contact .contact_form td textarea {
      height: 580px; } }
  @media screen and (max-width: 767px) {
    #contact .contact_form table textarea,
    #contact .contact_form tbody textarea,
    #contact .contact_form tr textarea,
    #contact .contact_form th textarea,
    #contact .contact_form td textarea {
      height: 200px; } }
#contact .contact_form .th,
#contact .contact_form th {
  color: #898989;
  margin-bottom: 10px;
  letter-spacing: 0.3em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #contact .contact_form .th,
    #contact .contact_form th {
      margin-bottom: 0; } }
  #contact .contact_form .th .req_blue,
  #contact .contact_form th .req_blue {
    letter-spacing: normal;
    color: #036EB8; }
  @media screen and (min-width: 768px) {
    #contact .contact_form .th,
    #contact .contact_form th {
      font-size: 125%; }
      #contact .contact_form .th .req_blue,
      #contact .contact_form th .req_blue {
        font-size: 80%; } }
  @media screen and (max-width: 767px) {
    #contact .contact_form .th,
    #contact .contact_form th {
      font-size: 100%; }
      #contact .contact_form .th span,
      #contact .contact_form th span {
        font-size: 90%; } }
#contact .contact_form .td,
#contact .contact_form td {
  padding: 5px 10px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #contact .contact_form .td,
    #contact .contact_form td {
      padding-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    #contact .contact_form .td,
    #contact .contact_form td {
      padding-bottom: 20px;
      padding: 5px 0 15px; } }
  #contact .contact_form .td p,
  #contact .contact_form td p {
    color: #898989; }
    @media screen and (min-width: 768px) {
      #contact .contact_form .td p,
      #contact .contact_form td p {
        font-size: 150%; } }
    @media screen and (max-width: 767px) {
      #contact .contact_form .td p,
      #contact .contact_form td p {
        font-size: 100%;
        margin-top: 30px; } }
    #contact .contact_form .td p.blue_left,
    #contact .contact_form td p.blue_left {
      display: block;
      text-align: left;
      font-size: 100%;
      margin-bottom: 10px; }
  #contact .contact_form .td .blue,
  #contact .contact_form td .blue {
    color: #036EB8; }
#contact .contact_form .doui,
#contact .contact_form .kakunin {
  text-align: left; }
  #contact .contact_form .doui input,
  #contact .contact_form .kakunin input {
    -webkit-appearance: checkbox;
    transform: scale(1.5);
    transform-origin: left top;
    margin-right: 10px; }
  #contact .contact_form .doui a,
  #contact .contact_form .kakunin a {
    color: #036EB8; }
  #contact .contact_form .doui p,
  #contact .contact_form .kakunin p {
    font-size: 90%;
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    #contact .contact_form .doui p.blue_left,
    #contact .contact_form .kakunin p.blue_left {
      margin-bottom: 0; }
  #contact .contact_form .doui label,
  #contact .contact_form .kakunin label {
    margin: 10px 0 0; }
    @media screen and (max-width: 767px) {
      #contact .contact_form .doui label span,
      #contact .contact_form .kakunin label span {
        margin: 0 0 10px; }
      #contact .contact_form .doui label p,
      #contact .contact_form .kakunin label p {
        display: inline;
        line-height: 130%; } }
#contact .contact_form .doui {
  padding-bottom: 0;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    #contact .contact_form .doui {
      padding-bottom: 10px; } }
#contact .contact_form .kakunin {
  padding-bottom: 50px; }
#contact .contact_form .soudan label {
  display: block; }
  @media screen and (min-width: 768px) {
    #contact .contact_form .soudan label {
      margin-bottom: 20px; } }
#contact .contact_form .soudan p {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }
@media screen and (max-width: 767px) {
  #contact .contact_form .date p {
    margin-top: 0; } }
#contact .contact_form .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #contact .contact_form .flex {
      display: block; } }
@media screen and (max-width: 767px) {
  #contact .contact_form .sp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; } }
#contact .contact_form .flex-radio {
  justify-content: space-between; }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    #contact .contact_form .flex-radio {
      justify-content: space-around; } }
#contact .contact_form .send_btn {
  margin: auto; }
  @media screen and (min-width: 768px) {
    #contact .contact_form .send_btn {
      width: 330px; } }
  @media screen and (max-width: 767px) {
    #contact .contact_form .send_btn {
      width: 100%; } }
  #contact .contact_form .send_btn input {
    border: none;
    line-height: 70px;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: white;
    letter-spacing: 0.3em;
    box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, #bae3f9 0%, #59c3e1 40%, #00d4ff 100%);
    transition: all 0.3s ease 0s; }
    @media screen and (min-width: 768px) {
      #contact .contact_form .send_btn input {
        font-size: 168.75%;
        line-height: 70px;
        position: relative; }
        #contact .contact_form .send_btn input::after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: rgba(186, 227, 249, 0);
          transition: ease .3s; }
        #contact .contact_form .send_btn input:hover {
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
          #contact .contact_form .send_btn input:hover::after {
            background: rgba(186, 227, 249, 0.2); } }
    @media screen and (max-width: 767px) {
      #contact .contact_form .send_btn input {
        margin: 30px auto 0 auto;
        font-size: 4.5vw;
        line-height: 80px;
        width: 80%; } }
#contact .contact_form #privacy {
  background: #EDF6F9;
  color: #898989;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    #contact .contact_form #privacy {
      padding: 40px 40px 50px 40px;
      margin: 80px auto 50px; } }
  @media screen and (max-width: 767px) {
    #contact .contact_form #privacy {
      width: 100%;
      margin: 80px auto 0;
      padding: 20px 5%; } }
  #contact .contact_form #privacy p,
  #contact .contact_form #privacy dl {
    font-size: 68.75%;
    line-height: 150%; }
  #contact .contact_form #privacy .title {
    display: block;
    text-align: center;
    color: #00A0E9;
    font-size: 112.5%; }
  #contact .contact_form #privacy dl dd {
    box-sizing: border-box;
    padding-left: 2em; }
