@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/* iOSでのデフォルトスタイルをリセット */
input[type="yellowmit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="yellowmit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="yellowmit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

input:focus {
  outline: none; }

input[type="text"], input[type="email"], input[type="tel"], input[type="file"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], textarea, select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  box-shadow: none; }

form.wpcf7-form .wpcf7-submit {
  padding: 5px;
  background: #004990;
  color: #fff;
  cursor: pointer;
  margin-top: 10px; }

form {
  width: 100%;
  margin: 50px 0; }
  form input, form textarea, form select {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    /* Edge */ }
    form input:hover, form textarea:hover, form select:hover {
      border-color: #004990; }
    form input:focus, form textarea:focus, form select:focus {
      border-color: #2B2B2B; }
    form input::-ms-input-placeholder, form textarea::-ms-input-placeholder, form select::-ms-input-placeholder {
      color: #eeeeee;
      font-size: .8rem; }
    form input::placeholder, form textarea::placeholder, form select::placeholder {
      color: #eeeeee;
      font-size: .9rem; }
  form textarea {
    height: 250px; }
  form input[type="radio"] {
    padding: 0 !important;
    vertical-align: middle;
    margin-right: 3px;
    border: 2px solid #eeeeee; }
    form input[type="radio"]:hover {
      border: 2px solid #2B2B2B; }
  form input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
    text-align: left;
    border: 2px solid #eeeeee;
    border-radius: 4px; }
    form input[type="checkbox"]:hover {
      border: 2px solid #2B2B2B; }
  form label {
    margin-bottom: 10px;
    display: block; }
    form label p.label {
      text-align: left;
      margin-bottom: 5px; }
  form .error {
    color: red;
    font-size: .7rem;
    margin-bottom: 15px;
    text-align: center; }
  form .validation {
    color: red;
    font-size: .7rem;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    top: -15px; }
  form button.btn {
    margin-top: 20px; }

/*===========================================================
全体の設定
=============================================================*/
.container_1100 {
  margin: 0 auto;
  width: 1100px;
  padding-left: 70px;
  padding-right: 70px; }
  @media screen and (max-width: 1100px) {
    .container_1100 {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container_1100 {
      padding-left: 4%;
      padding-right: 4%; } }

.container_1200 {
  margin: 0 auto;
  width: 1240px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 992px) {
    .container_1200 {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container_1200 {
      padding-left: 4%;
      padding-right: 4%; } }

.relative {
  position: relative; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

.res {
  display: none !important; }
  @media screen and (max-width: 1100px) {
    .res {
      display: block !important; } }

@media screen and (max-width: 1100px) {
  .res-none {
    display: none !important; } }

.tab-block {
  display: none !important; }
  @media screen and (max-width: 1100px) {
    .tab-block {
      display: block !important; } }

@media screen and (max-width: 1100px) {
  .tab-none {
    display: none !important; } }

.md-block {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .md-block {
      display: block !important; } }

@media screen and (max-width: 768px) {
  .md-none {
    display: none !important; } }

.sm-block {
  display: none !important; }
  @media screen and (max-width: 576px) {
    .sm-block {
      display: block !important; } }

@media screen and (max-width: 576px) {
  .sm-none {
    display: none !important; } }

.w100 {
  width: 100%; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

html {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  letter-spacing: .15rem; }
  @media screen and (max-width: 1100px) {
    html {
      min-width: 100%;
      font-size: 50%; } }
  @media screen and (max-width: 768px) {
    html {
      min-width: 100%;
      font-size: 50%; } }

@media screen and (max-width: 1100px) {
  html, body {
    width: 100%; } }
@media screen and (max-width: 576px) {
  html, body {
    height: 100%;
    overflow-x: hidden; } }

body.scroll-lock {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

h1, h2, h3, h4, h5, h6, p {
  color: #222; }

p {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .18rem; }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

/*dl dt dd-------------------------------*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.w48 {
  width: 48%; }

.w48-md100 {
  width: 48%; }
  @media screen and (max-width: 768px) {
    .w48-md100 {
      width: 100%; } }

.w50 {
  width: 50%; }

.w70 {
  width: 70%; }

.w80 {
  width: 80%; }

.w100 {
  width: 100%; }

/*===========================================================
    ここから
=============================================================*/
/*===========================================================
アニメーション
=============================================================*/
.yura1 {
  animation: yura1 2s ease infinite;
  animation-delay: 2s; }

.yura2 {
  animation: yura2 2s ease infinite;
  animation-delay: 2s; }

.yura3 {
  animation: yura3 2s ease infinite;
  animation-delay: 2s; }

.yura4 {
  animation: yura4 2s ease infinite;
  animation-delay: 2s; }

.yura5 {
  animation: yura5 2s ease infinite;
  animation-delay: 2s; }

.yura6 {
  animation: yura6 2s ease infinite;
  animation-delay: 2s; }

@keyframes yura1 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-25px); }
  100% {
    transform: translateY(0); } }
@keyframes yura2 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(25px); }
  100% {
    transform: translateY(0); } }
@keyframes yura3 {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(25px); }
  100% {
    transform: translateX(0); } }
@keyframes yura4 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-25px); }
  100% {
    transform: translateY(0); } }
@keyframes yura5 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-25px); }
  100% {
    transform: translateY(0); } }
@keyframes yura6 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(25px); }
  100% {
    transform: translateY(0); } }
body {
  max-width: 100%;
  overflow-x: hidden; }

.list-mv05, .item {
  transition: 1.8s !important;
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px); }

.mv_sonomama {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.mv05 {
  transition: 1.8s !important;
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

body {
  background: #004990;
  position: relative; }
  body .header__img {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
    body .header__img img {
      width: 100%; }
  body .footer__img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1; }
    @media screen and (max-width: 576px) {
      body .footer__img {
        position: fixed; } }
    body .footer__img img {
      width: 100%; }

/*=====================================================================
header
=======================================================================*/
header.header__pc {
  background: rgba(0, 73, 144, 0.4);
  height: 100px;
  padding: 15px 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  display: none; }
  @media screen and (max-width: 576px) {
    header.header__pc {
      display: none !important; } }
  header.header__pc.scroll_nav {
    display: block; }
  header.header__pc .logo {
    width: 40%; }
  header.header__pc .day {
    width: 30%;
    margin-top: 13px; }
  header.header__pc .cv__btn {
    width: 260px;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(90deg, #ed6e3d 0%, #908195 50%, #0090c9 100%);
    border: 4px solid #fff;
    border-radius: 100px;
    font-weight: bold;
    height: 60px;
    line-height: 50px;
    transition: .2s; }
    header.header__pc .cv__btn:hover {
      transition: .2s;
      background: linear-gradient(90deg, #0090c9 0%, #0090c9 50%, #0090c9 100%); }
    @media screen and (max-width: 992px) {
      header.header__pc .cv__btn {
        display: none; } }

header.header__sp {
  background: rgba(0, 73, 144, 0.4);
  height: 60px;
  padding: 15px 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  display: none; }
  @media screen and (max-width: 576px) {
    header.header__sp {
      display: block; } }
  header.header__sp.scroll_nav {
    display: block; }
  header.header__sp .logo {
    width: 50%; }
  header.header__sp .day {
    width: 45%; }

.mv {
  padding: 100px 0;
  text-align: center; }
  .mv .w70 {
    text-align: center;
    margin: 50px auto 0; }
    @media screen and (max-width: 768px) {
      .mv .w70 {
        width: 100%;
        margin-top: 30px; } }
  .mv img {
    margin: 10px auto; }
  @media screen and (max-width: 576px) {
    .mv .item2 {
      width: 95%; } }
  .mv .day {
    width: 64%; }
    @media screen and (max-width: 768px) {
      .mv .day {
        width: 100%; } }
  .mv .cv__area {
    width: 35%; }
    @media screen and (max-width: 768px) {
      .mv .cv__area {
        width: 80%;
        margin: 20px auto; } }
  .mv .cv__btn {
    width: 100%;
    font-size: 2.2rem;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(90deg, #ed6e3d 0%, #908195 50%, #0090c9 100%);
    border: 4px solid #fff;
    border-radius: 100px;
    font-weight: bold;
    height: 70px;
    line-height: 60px;
    margin-top: 20px;
    transition: .2s; }
    .mv .cv__btn:hover {
      transition: .2s;
      background: linear-gradient(90deg, #0090c9 0%, #0090c9 50%, #0090c9 100%); }

.drone__1 {
  position: absolute;
  z-index: 5;
  top: -140px;
  left: -120px;
  width: 430px; }
  @media screen and (max-width: 992px) {
    .drone__1 {
      top: -90px;
      left: -70px;
      width: 350px; } }
  @media screen and (max-width: 576px) {
    .drone__1 {
      top: -80px;
      left: -30%;
      width: 70%; } }

.drone__2 {
  position: absolute;
  z-index: 5;
  top: -180px;
  right: -120px;
  width: 420px; }
  @media screen and (max-width: 992px) {
    .drone__2 {
      top: -130px;
      right: -130px;
      width: 360px; } }
  @media screen and (max-width: 576px) {
    .drone__2 {
      top: -100px;
      right: -25%;
      width: 70%; } }

.drone__3 {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: -120px;
  width: 360px; }
  @media screen and (max-width: 768px) {
    .drone__3 {
      top: -50px;
      left: -200px; } }
  @media screen and (max-width: 576px) {
    .drone__3 {
      top: -70px;
      left: -25%;
      width: 60%; } }

.drone__4 {
  position: absolute;
  z-index: 5;
  top: -70px;
  right: -70px;
  width: 300px; }
  @media screen and (max-width: 576px) {
    .drone__4 {
      top: -80px;
      right: -25%;
      width: 60%; } }

.drone__5 {
  position: absolute;
  z-index: 5;
  bottom: 100px;
  left: -20px;
  width: 390px; }
  @media screen and (max-width: 992px) {
    .drone__5 {
      width: 300px; } }
  @media screen and (max-width: 576px) {
    .drone__5 {
      width: 65%;
      bottom: -10%;
      left: -15%; } }

.drone__6 {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  right: -50px;
  width: 440px; }
  @media screen and (max-width: 992px) {
    .drone__6 {
      width: 320px; } }
  @media screen and (max-width: 576px) {
    .drone__6 {
      width: 60%;
      bottom: -160px;
      right: -25%; } }

/*=====================================================================
main
=======================================================================*/
h2.img {
  margin-bottom: 70px;
  padding: 0 40px; }
  @media screen and (max-width: 768px) {
    h2.img {
      padding: 0; } }
  @media screen and (max-width: 576px) {
    h2.img {
      margin-bottom: 100px;
      margin-top: 30px; } }

h2.title {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: .2rem;
  background: #56a9d6;
  padding: 10px;
  position: relative;
  margin-bottom: 50px; }
  h2.title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #56a9d6 transparent transparent transparent;
    border-width: 20px 20px 0 20px; }

h3.title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #56a9d6;
  letter-spacing: .2rem;
  margin-bottom: 40px; }

.contents {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 70px; }
  .contents div.img {
    width: 300px;
    margin: 50px auto 0; }
    @media screen and (max-width: 768px) {
      .contents div.img {
        width: 70%; } }
    @media screen and (max-width: 576px) {
      .contents div.img {
        width: 100%; } }
  .contents .title__2 {
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: .2rem;
    font-weight: bold;
    margin-bottom: 50px;
    color: #004990; }
    .contents .title__2 span {
      display: block;
      font-size: 1.5rem;
      font-weight: 500; }
  .contents dl {
    border: 1px solid #666;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: none;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 70px; }
    .contents dl dt {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      width: 17%;
      border-bottom: 1px solid #666;
      background: #d3e4ef;
      color: #004990;
      border-right: 1px solid #666;
      padding: 15px;
      font-weight: bold;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 576px) {
        .contents dl dt {
          padding: 10px;
          text-align: center;
          justify-content: center; } }
    .contents dl dd {
      width: 83%;
      padding: 15px;
      border-bottom: 1px solid #666;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 576px) {
        .contents dl dd {
          padding: 10px; } }
      .contents dl dd span {
        display: block;
        color: #004990;
        font-weight: bold; }
  .contents .wrap {
    margin-bottom: 70px; }
  .contents .left, .contents .right {
    width: 48%; }
    .contents .left li, .contents .right li {
      font-size: 1.5rem;
      line-height: 1.8;
      text-align: left;
      font-feature-settings: "palt"; }

main, footer {
  z-index: 10;
  position: relative; }

/*=====================================================================
footer
=======================================================================*/
footer {
  margin: 0 auto;
  width: 1100px; }
  @media screen and (max-width: 1100px) {
    footer {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    footer {
      padding-left: 4%;
      padding-right: 4%; } }
  footer .d-flex {
    margin-bottom: 70px; }
    footer .d-flex .left, footer .d-flex .right {
      width: 49%; }
      footer .d-flex .left a, footer .d-flex .right a {
        width: 100%;
        margin-bottom: 20px; }
      @media screen and (max-width: 576px) {
        footer .d-flex .left, footer .d-flex .right {
          width: 100%; } }
    footer .d-flex .right li {
      width: 48%; }
  footer .copyright p {
    font-size: 1.2rem;
    color: #222;
    letter-spacing: .1rem;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 30px; }
  @media screen and (max-width: 992px) {
    footer .copyright {
      padding-bottom: 100px; } }

.footer__cv {
  display: none; }
  @media screen and (max-width: 992px) {
    .footer__cv {
      display: block;
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 50;
      text-align: center;
      padding: 20px 0; }
      .footer__cv .cv__btn {
        width: 420px;
        margin: auto;
        font-size: 2.2rem;
        color: #fff;
        cursor: pointer;
        background: linear-gradient(90deg, #ed6e3d 0%, #908195 50%, #0090c9 100%);
        border: 4px solid #fff;
        border-radius: 100px;
        font-weight: bold;
        height: 70px;
        line-height: 60px;
        transition: .2s; }
        .footer__cv .cv__btn:hover {
          transition: .2s;
          background: linear-gradient(90deg, #0090c9 0%, #0090c9 50%, #0090c9 100%); } }
    @media screen and (max-width: 992px) and (max-width: 576px) {
      .footer__cv .cv__btn {
        width: 80%; } }

/*===========================================================
ポップアップ
=============================================================*/
.message_popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }
  @media screen and (max-width: 576px) {
    .message_popup {
      min-height: 100%;
      height: 100%; } }
  .message_popup.show {
    display: block; }
  .message_popup .gray {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9; }
  .message_popup .popup {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    background: #fff;
    text-align: center;
    padding: 45px 50px;
    width: 700px;
    height: 400px; }
    @media screen and (max-width: 768px) {
      .message_popup .popup {
        width: 90%;
        height: 70vh;
        padding: 45px 15px; } }
    .message_popup .popup .close {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #004990;
      color: #fff;
      text-align: center;
      padding: 5px 8px;
      cursor: pointer;
      font-size: 1.7rem; }
    .message_popup .popup .page_format {
      margin-bottom: 20px;
      position: relative;
      width: 100%;
      height: 100%; }
    .message_popup .popup .moushikomi__btn {
      background: #56a9d6;
      color: #fff;
      text-align: center;
      padding: 15px 20px;
      border-radius: 100px;
      font-size: 2.4rem;
      font-weight: bold;
      width: 90%; }
      @media screen and (max-width: 768px) {
        .message_popup .popup .moushikomi__btn {
          width: 100%; } }
      .message_popup .popup .moushikomi__btn span {
        display: block;
        font-size: 1.6rem; }
      .message_popup .popup .moushikomi__btn:hover {
        background: #004990; }
    .message_popup .popup .text_wrap {
      position: absolute;
      bottom: 0;
      text-align: left; }
      .message_popup .popup .text_wrap a {
        display: inline;
        color: #004990; }
        .message_popup .popup .text_wrap a:hover {
          text-decoration: underline; }

.content__table dd a {
  text-decoration: underline; }
  .content__table dd a:hover {
    color: #004990; }