@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800&display=swap");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
.form_back {
  padding: 60px 0;
  width: 100%;
  max-width: 730px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .form_back {
      padding: 60px 30px;
      width: 100%; } }
  @media (max-width: 480px) {
    .form_back {
      padding: 60px 10px;
      width: 100%; } }

html,
body {
  color: #000000;
  font-family: "M PLUS 1p", sans-serif;
  background-color: #F2F2F2; }

p {
  font-size: 16pt;
  line-height: 2em;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif; }
  @media (max-width: 480px) {
    p {
      font-size: 15pt; } }

li {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500; }

strong {
  color: #001458;
  font-weight: 500; }

/* --- Retinaディスプレイ*/
img {
  zoom: 0.5; }

a {
  color: #000000;
  text-decoration: none; }
  a:hover {
    transition: .8s;
    color: #DE3E03; }
  a:visited {
    text-decoration: none; }
  a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    color: #DE3E03; }
  a img:hover {
    opacity: 0.8;
    transition: .8s; }

a[href^="tel:"] {
  pointer-events: none; }

.tel {
  color: #000000;
  font-size: 24pt;
  font-weight: 500; }
  .tel:before {
    content: '';
    background-image: url(../images/support_image2.png);
    display: inline-block;
    width: 50px;
    height: 48px;
    vertical-align: bottom;
    background-size: 40px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em; }

.fd-in {
  transition: all 0.7s;
  opacity: 0;
  transform: translate(0px, 50px); }

.fd-done {
  opacity: 1.0;
  transform: translate(0, 0); }

.wrapper {
  background-color: #F2F2F2;
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top;
  width: 100%;
  padding-bottom: 60px;
  height: auto;
  overflow: scroll; }
  @media (max-width: 730px) {
    .wrapper img {
      width: 100%; } }
  @media (max-width: 480px) {
    .wrapper img {
      width: auto;
      padding-bottom: 0px; } }
  @media (max-width: 374px) {
    .wrapper img {
      width: 100%; } }

section {
  transition: .8s; }

.section__title {
  font-size: 25pt;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0em;
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .section__title {
      font-size: 20pt; } }
  @media (max-width: 480px) {
    .section__title {
      font-size: 15pt; } }
  .section__title--description {
    font-size: 12pt;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
    font-family: "M PLUS 1p", sans-serif; }
    @media (max-width: 480px) {
      .section__title--description {
        font-size: 10pt; } }
.section_subtitle {
  padding: 15px 0;
  font-size: 20pt;
  text-align: center; }
  @media (max-width: 1024px) {
    .section_subtitle {
      font-size: 15pt;
      letter-spacing: 0.1em; } }
  @media (max-width: 480px) {
    .section_subtitle {
      font-size: 15pt;
      letter-spacing: -0.1em; } }
.section_bigtitle {
  font-size: 50pt;
  text-align: center; }
  @media (max-width: 1024px) {
    .section_bigtitle {
      font-size: 45pt;
      letter-spacing: 0.1em; } }
  @media (max-width: 480px) {
    .section_bigtitle {
      font-size: 30pt; } }

header {
  transition: all 0.8s;
  width: 100%;
  position: fixed;
  top: 0;
  height: 0;
  overflow: hidden; }
  header nav {
    opacity: 0; }
  header .inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    margin: 0 auto; }
  header .logo_scroll {
    display: none; }
  header.sticky {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
    height: auto;
    z-index: 3;
    display: block;
    align-items: center;
    background: rgba(242, 242, 242, 0.8);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1); }
    @media (max-width: 896px) {
      header.sticky {
        padding-bottom: 20px; } }
    header.sticky .inner nav {
      opacity: 0.9; }
      header.sticky .inner nav li {
        letter-spacing: 0.1em;
        padding-right: 45px; }
    @media (max-width: 896px) {
      header.sticky .inner {
        justify-content: center; } }
    header.sticky .inner .logo_scroll {
      display: block;
      transition: 0.8s;
      padding: 0 50px; }

.header {
  width: 100%;
  background: #fff; }
  .header__menu {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 4; }
    .header__menu__line {
      width: 36px;
      height: 30px;
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      cursor: pointer; }
      .header__menu__line span {
        width: 100%;
        height: 2px;
        background: #000000;
        display: block;
        transition: .6s;
        position: absolute; }
        .header__menu__line span:first-child {
          top: 0; }
        .header__menu__line span:nth-child(2) {
          top: 14px; }
        .header__menu__line span:last-child {
          bottom: 0; }
      .header__menu__line.is-active span {
        transition: .6s;
        background: #001458; }
        .header__menu__line.is-active span:first-child {
          transform: rotate(45deg);
          top: 50%; }
        .header__menu__line.is-active span:nth-child(2) {
          opacity: 0; }
        .header__menu__line.is-active span:last-child {
          transform: rotate(-45deg);
          top: 50%; }

#spmenu {
  display: none; }
  @media (max-width: 896px) {
    #spmenu {
      display: block; } }

.navi {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; }
  .navi__wrap {
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    background: #F2F2F2;
    padding: 70px 0;
    width: 100%;
    height: 100vh;
    overflow: scroll; }
    .navi__wrap img {
      width: 150px;
      padding-bottom: 30px; }
    .navi__wrap_social_logo {
      display: inline-block;
      padding: 20px;
      margin-top: 5px; }
      .navi__wrap_social_logo img {
        width: 45px;
        padding-right: 20px; }
    .navi__wrap li {
      font-family: "M PLUS 1p", sans-serif;
      letter-spacing: 0.2em;
      font-size: 15pt; }
      .navi__wrap li a {
        text-decoration: none;
        color: #000000;
        display: block;
        padding: 10px 10px; }
  .navi-enter, .navi-leave-to {
    opacity: 0; }
  .navi-enter-to, .navi-leave {
    opacity: 1; }
  .navi-enter-active, .navi-leave-active {
    transition: .6s; }

nav {
  width: 1000px;
  display: block; }
  nav ul.nav {
    margin: 0 auto;
    display: flex;
    width: 100%;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    justify-content: space-between; }
    nav ul.nav li {
      list-style: none;
      vertical-align: middle;
      text-align: center;
      background-color: none;
      position: relative;
      padding-right: 0px !important; }
      nav ul.nav li:last-child {
        padding-right: 0; }
      nav ul.nav li a {
        display: block;
        text-decoration: none;
        color: black; }
        nav ul.nav li a:hover {
          color: #DE3E03; }
  @media (max-width: 896px) {
    nav {
      display: none; } }

/* #navibar ドロップダウンリスト*/
.dropdown {
  visibility: hidden;
  opacity: 0;
  margin-left: -100px;
  transition: 0.5s;
  z-index: 1; }

.isOpen {
  visibility: visible;
  opacity: 1;
  margin-left: 0; }

.toggle {
  cursor: pointer; }

.dropdown {
  position: absolute;
  background-color: #fff;
  text-align: left;
  padding-top: 15px;
  left: -10px;
  top: 51px;
  width: 200px;
  box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.1); }
  .dropdown img {
    width: 20px;
    margin-left: 15px;
    margin-bottom: 15px; }
  .dropdown span a {
    padding: 15px;
    background-color: #fff;
    display: block; }
    .dropdown span a:hover {
      background-color: #001458;
      color: #fff !important; }
  .dropdown span:last-child a {
    margin-bottom: 20px; }

.index {
  vertical-align: middle;
  margin: 50vh auto;
  background-color: #F2F2F2; }

.form_back {
  background-color: #fff; }
.form__container {
  width: 100%;
  max-width: 1365px;
  margin: 0 auto; }
  .form__container_inner {
    text-align: center;
    padding: 0 15px; }
    @media (max-width: 480px) {
      .form__container_inner {
        padding: 0; } }
    .form__container_inner img {
      text-align: center; }
    @media (max-width: 730px) {
      .form__container_inner h2 {
        font-size: 15pt; } }
    .form__container_inner h3 {
      text-align: center;
      margin-bottom: 30px; }
    .form__container_inner h4 {
      text-align: center; }
      .form__container_inner h4 img {
        margin: 0 auto;
        display: block; }
        @media (max-width: 730px) {
          .form__container_inner h4 img {
            width: 100%; } }
    .form__container_inner p {
      font-family: "M PLUS 1p", sans-serif;
      text-align: center;
      margin-bottom: 15px; }
    .form__container_inner_kakunin dl {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      width: 100%;
      max-width: 600px;
      margin: 30px auto; }
      .form__container_inner_kakunin dl dt, .form__container_inner_kakunin dl dd {
        display: block;
        border: solid 1px #AFAFAF;
        width: 25%;
        padding: 10px; }
        @media (max-width: 480px) {
          .form__container_inner_kakunin dl dt, .form__container_inner_kakunin dl dd {
            width: 50%; } }
      .form__container_inner_kakunin dl dt {
        background-color: #AFAFAF;
        color: #fff; }

.close {
  transition: all 0.3s;
  opacity: 0;
  position: relative;
  overflow: hidden;
  height: 0px; }

.isOpen {
  height: auto;
  opacity: 1;
  top: 0; }

.privacy p {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 11pt;
  text-align: left; }

.toTop {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 40px;
  z-index: 3; }
  @media (max-width: 480px) {
    .toTop {
      padding: 10px;
      bottom: 100px; } }
  @media (max-width: 480px) {
    .toTop img {
      width: 70px;
      height: 70px; } }

.button1 {
  bottom: 0;
  left: 0;
  display: block;
  background-image: url(../images/button1_back.png);
  background-size: cover;
  color: #fff;
  padding: 7px;
  width: 100%;
  max-width: 220px; }
  @media (max-width: 480px) {
    .button1 {
      max-width: 480px; } }
  .button1_top {
    display: inline-block;
    width: 100%;
    background-image: url(../images/button1_time.png);
    background-size: cover;
    padding: 8px;
    background-repeat: repeat-x; }
    @media (max-width: 480px) {
      .button1_top br {
        display: none; } }
  .button1 a img {
    display: block;
    width: 100%; }

.yellow {
  color: yellow; }

footer {
  text-align: center;
  color: #000000;
  width: 100%; }
  footer .footer {
    background: #001458;
    padding-left: 15px;
    padding-right: 15px; }
    footer .footer_navi {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: stretch; }
      @media (max-width: 1024px) {
        footer .footer_navi {
          flex-flow: row wrap;
          padding: 20px 10px; } }
      footer .footer_navi > div {
        height: auto;
        padding: 15px;
        border-left: 1px solid #000000;
        text-align: left;
        margin: 0 auto; }
        footer .footer_navi > div:first-of-type {
          border: none; }
        @media (max-width: 1024px) {
          footer .footer_navi > div {
            border: none; } }
        @media (max-width: 480px) {
          footer .footer_navi > div {
            border: none;
            padding: 0; } }
        footer .footer_navi > div h4 {
          margin-bottom: 10px;
          color: #000; }
        footer .footer_navi > div ul {
          text-align: left;
          display: flex;
          width: 100%;
          justify-content: center; }
          footer .footer_navi > div ul li {
            list-style: none;
            font-size: 9pt;
            line-height: 2em;
            letter-spacing: 0.2em; }
            @media (max-width: 480px) {
              footer .footer_navi > div ul li {
                font-size: 7pt; } }
            footer .footer_navi > div ul li a {
              color: #000; }
              footer .footer_navi > div ul li a:hover, footer .footer_navi > div ul li a:focus {
                color: #DE3E03; }

.copyright {
  background-color: #001458;
  padding: 30px; }
  .copyright small {
    font-size: 7pt;
    line-height: 1;
    color: #F2F2F2; }

.icatch-contact {
  width: 100%;
  height: auto;
  margin-top: -10px;
  margin: 0 auto;
  padding: 60px;
  background-color: #F2F2F2;
  background-image: url(../images/contact_icatch_img.png), url(../images/contact_icatch_back.png);
  background-repeat: no-repeat, repeat-x;
  background-size: 176px auto,auto; }
  @media (max-width: 480px) {
    .icatch-contact {
      padding: 10px; } }
  .icatch-contact_logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 10px; }
  .icatch-contact_inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 10px; }
  .icatch-contact img {
    width: 100%; }

@media (max-width: 730px) {
  .form__container h2 img {
    width: 100%; } }
@media (max-width: 480px) {
  .form__container h2 img {
    width: auto;
    padding-bottom: 0px; } }
@media (max-width: 374px) {
  .form__container h2 img {
    width: 100%; } }
@media (max-width: 730px) {
  .form img {
    width: auto; } }
.form .radio-input {
  display: none; }
.form .select {
  display: flex;
  justify-content: space-around; }
  .form .select .form-none img {
    position: relative;
    top: 10px;
    padding: 2px; }
  .form .select .form-none label {
    color: gray; }
  .form .select label {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18pt; }
  .form .select .radio-input + label {
    padding-left: 40px;
    position: relative;
    line-height: 1.4em; }
  .form .select .radio-input + label::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    border-radius: 50%; }
  .form .select .radio-input:checked + label {
    color: #DE3E03; }
  .form .select .radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 22px;
    height: 22px;
    background: #DE3E03;
    border-radius: 50%; }
.form .input-form {
  border-style: none; }
  @media (max-width: 730px) {
    .form .input-form {
      padding: 0 10px; } }
  .form .input-form label {
    display: block;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15pt; }
  .form .input-form input, .form .input-form textarea {
    border: 1px gray solid;
    width: 100%;
    height: 40px;
    max-width: 600px;
    background-color: #fff;
    padding: 5px;
    font-size: 14pt; }
  .form .input-form select {
    border: 1px solid;
    padding: 10px;
    margin: 10px; }
    .form .input-form select:after {
      content: '▼'; }
  .form .input-form .kyomi {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: left; }
    .form .input-form .kyomi label {
      border-bottom: 1px solid gray; }
  .form .input-form .check {
    display: none; }
  .form .input-form .check + label {
    padding-left: 40px;
    position: relative;
    font-size: 18pt; }
    @media (max-width: 480px) {
      .form .input-form .check + label {
        font-size: 14pt;
        line-height: 2em;
        padding-top: 8px;
        padding-bottom: 7px; } }
  .form .input-form .check + label::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    background-color: #fff; }
  .form .input-form .check:checked + label {
    color: #DE3E03;
    border-bottom: 1px solid #DE3E03; }
  .form .input-form .check:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 4px;
    width: 22px;
    height: 22px;
    background: #DE3E03; }
  .form .input-form .check:disabled + label {
    color: #AFAFAF;
    border-bottom: 1px solid #AFAFAF; }
  .form .input-form .check:disabled + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 4px;
    width: 22px;
    height: 22px;
    background: #AFAFAF; }
  .form .input-form textarea.input-form_area {
    height: 200px; }
  .form .input-form input.formBtn {
    width: 300px;
    height: 60px;
    display: block;
    margin: 60px auto;
    background-color: #001458;
    color: #fff;
    transition: all 0.3s; }
    @media (max-width: 480px) {
      .form .input-form input.formBtn {
        width: 200px;
        height: 50px; } }
    .form .input-form input.formBtn:hover {
      background-color: #DE3E03; }
  .form .input-form div.formBtn {
    width: 200px;
    height: 60px;
    display: block;
    margin: 60px auto;
    background-color: #001458;
    color: #fff;
    font-size: 20pt;
    border-radius: 20px;
    transition: all 0.3s;
    line-height: 2.2em; }
    @media (max-width: 480px) {
      .form .input-form div.formBtn {
        width: 100px;
        font-size: 15pt;
        line-height: 2.8em; } }
    .form .input-form div.formBtn:hover {
      background-color: #DE3E03; }
  .form .input-form button.formBtn {
    width: 200px;
    height: 60px;
    display: block;
    margin: 60px auto;
    background-color: #001458;
    color: #fff;
    font-size: 20pt;
    border-radius: 20px;
    transition: all 0.3s;
    line-height: 2.2em; }
    @media (max-width: 480px) {
      .form .input-form button.formBtn {
        width: 100px;
        font-size: 15pt;
        line-height: 2.8em; } }
    .form .input-form button.formBtn:hover {
      background-color: #DE3E03; }
  .form .input-form input.formBtn {
    width: 200px;
    height: 60px;
    display: block;
    margin: 60px auto;
    background-color: #001458;
    color: #fff;
    font-size: 14pt;
    border-radius: 20px;
    transition: all 0.3s;
    line-height: 2.2em; }
    @media (max-width: 480px) {
      .form .input-form input.formBtn {
        width: auto;
        padding: 10px;
        font-size: 15pt;
        line-height: 2.6em; } }
    .form .input-form input.formBtn:hover {
      background-color: #DE3E03; }
  .form .input-form .wrapper-formBtn {
    display: flex;
    flex-wrap: nowrap; }

.send_btn {
  width: 300px;
  height: 60px;
  display: block;
  margin: 60px auto;
  background-color: #001458;
  color: #fff; }
  @media (max-width: 480px) {
    .send_btn {
      width: 200px;
      height: 50px; } }
  .send_btn:hover {
    background-color: #DE3E03; }

.formTable {
  width: 100%;
  max-width: 750px;
  margin: 30px auto;
  border-spacing: 0px; }
  .formTable tbody tr th, .formTable tbody tr td {
    border: solid 1px black;
    padding: 15px; }

.furikomi {
  display: inline-block;
  background-color: gainsboro;
  padding: 30px;
  color: #1A2A55; }
  .furikomi p {
    border-bottom: 1px solid gray;
    padding-bottom: 15px; }
  .furikomi span {
    padding-top: 30px; }

#nomal:checked ~ #nomal_content,
#docu:checked ~ #docu_content,
#moni:checked ~ #moni_content {
  display: block;
  color: #000000; }

#nomal:checked ~ #select_nomal::before,
#docu:checked ~ #select_docu::before,
#moni:checked ~ #select_moni::before {
  opacity: 1;
  z-index: 2; }

.icatch-pc, .img-pc {
  display: inline !important; }
  @media (max-width: 480px) {
    .icatch-pc, .img-pc {
      display: none !important; } }

.icatch-sp, .img-sp {
  display: none !important; }
  @media (max-width: 480px) {
    .icatch-sp, .img-sp {
      display: inline !important; } }

.img-block {
  display: block;
  margin: 0 auto; }

.passive {
  transition: all 0.5s;
  opacity: 0;
  position: relative;
  height: 0; }

.active {
  opacity: 1;
  height: auto;
  position: relative; }
