@charset "UTF-8";
/*-----------------------------*/
/*サイト CSS*/
/*-----------------------------*/
@import "https://necolas.github.io/normalize.css/7.0.0/normalize.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese";
@import "https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c";
@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap";
html.enable-javascript .hide-enable-js {
  display: none !important; }
html:not(.enable-javascript) * {
  display: none !important; }
html:not(.enable-javascript) body,
html:not(.enable-javascript) noscript,
html:not(.enable-javascript) .hide-disable-js {
  display: block !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  word-wrap: anywhere; }

html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #333;
  line-height: 2rem;
  background-color: #fff; }

div,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

i {
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc; }

p {
  line-height: 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  margin-left: -50px;
  padding: 0.3rem;
  background: red;
  left: 50%;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.sp {
  display: none; }

.inner {
  position: relative;
  width: 1000px;
  margin: auto; }

.text_l {
  text-align: left; }

.text_r {
  text-align: right; }

.text_c {
  text-align: center; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

.mt_0 {
  margin-top: 0px !important; }

.mb_0 {
  margin-bottom: 0px !important; }

.mt_5 {
  margin-top: 5px !important; }

.mb_5 {
  margin-bottom: 5px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mt_15 {
  margin-top: 15px !important; }

.mb_15 {
  margin-bottom: 15px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mt_25 {
  margin-top: 25px !important; }

.mb_25 {
  margin-bottom: 25px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mt_35 {
  margin-top: 35px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mt_45 {
  margin-top: 45px !important; }

.mb_45 {
  margin-bottom: 45px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mt_55 {
  margin-top: 55px !important; }

.mb_55 {
  margin-bottom: 55px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mt_65 {
  margin-top: 65px !important; }

.mb_65 {
  margin-bottom: 65px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mt_75 {
  margin-top: 75px !important; }

.mb_75 {
  margin-bottom: 75px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mt_85 {
  margin-top: 85px !important; }

.mb_85 {
  margin-bottom: 85px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mt_95 {
  margin-top: 95px !important; }

.mb_95 {
  margin-bottom: 95px !important; }

.mt_100 {
  margin-top: 100px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.img img {
  width: 100%; }

.logo {
  font-family: "Zen Maru Gothic";
  font-weight: 400; }

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto; }

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  cursor: pointer; }
  .btn_page span {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    background: #ff7c00;
    color: #fff;
    border-radius: 100px;
    font-weight: bold; }

.mv {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 80px;
  overflow: hidden; }
  .mv .txt {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
  .mv .ttl {
    color: #fff;
    font-size: 5rem;
    line-height: 4rem;
    font-weight: 600;
    font-family: "Shippori Mincho B1";
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .mv .cap {
    padding: 15px;
    margin-top: 30px;
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.6); }
  .mv .bg {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 0;
    top: 0;
    width: 100%; }
    .mv .bg > img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .mv .slider {
    width: 100%;
    height: 100%; }
    .mv .slider li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .mv .slider li img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; }

.contents_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%; }
.contents_navi li {
  -webkit-box-flex: 49%;
      -ms-flex: 49%;
          flex: 49%;
  margin-bottom: 2%;
  position: relative;
  height: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .contents_navi li::before {
    content: "";
    display: block;
    padding-top: 65%; }
.contents_navi a {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .contents_navi a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .contents_navi a:hover::after {
    opacity: 0; }
  .contents_navi a:hover img {
    height: 120%; }
  .contents_navi a img {
    position: absolute;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .contents_navi a span {
    z-index: 1;
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    font-family: "Shippori Mincho B1";
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.ttl_sec {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1"; }

.company_data {
  width: 100%;
  border: none; }
  .company_data th, .company_data td {
    padding: 20px; }
  .company_data th {
    min-width: 20%; }
  .company_data tr {
    border-bottom: 1px solid #ccc; }

.privacy_wrap .sec .ttl {
  margin-bottom: 15px;
  font-size: 1.8rem; }
.privacy_wrap ol {
  padding-left: 1.4em; }
  .privacy_wrap ol:last-of-type {
    margin-bottom: 0; }
  .privacy_wrap ol li {
    list-style: decimal;
    margin-bottom: 10px; }
    .privacy_wrap ol li > ol {
      margin: 10px 0; }

.error {
  color: #d13b3b;
  font-weight: bold; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  header.on {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    header.on .inner {
      padding: 20px; }
    header.on .logo {
      font-size: 2rem; }
  header .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  header .logo {
    font-size: 2.6rem;
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    header .logo:hover {
      opacity: 0.6; }

footer {
  margin-top: 100px;
  background: #eee;
  text-align: center; }
  footer nav {
    margin: 20px 0; }
    footer nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    footer nav li {
      margin: 0 15px; }
    footer nav a {
      font-size: 1.3rem; }
      footer nav a:hover {
        opacity: 0.6; }
  footer .logo {
    margin: 20px auto;
    font-size: 1.6rem; }
  footer .copyright {
    padding: 5px;
    font-size: 1rem;
    line-height: 1rem;
    background: #ccc; }

main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

article {
  margin: auto; }
  article > .inner {
    max-width: 1000px; }

.sec {
  margin-bottom: 80px; }
  .sec .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .sec .wrap .txt {
      width: 55%; }
    .sec .wrap .img {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 40%;
      overflow: hidden;
      position: relative;
      height: auto; }
      .sec .wrap .img::before {
        content: "";
        display: block;
        padding-top: 65%; }
      .sec .wrap .img img {
        position: absolute;
        width: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .sec .wrap .w100_img {
      width: 40%; }
      .sec .wrap .w100_img img {
        width: 100%;
        height: auto; }
    .sec .wrap.r .txt {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .sec .wrap.r .w100_img,
    .sec .wrap.r .img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .sec .wrap.l .txt {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .sec .wrap.l .w100_img,
    .sec .wrap.l .img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }

.gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.gnavi li {
  margin-left: 30px; }
.gnavi a {
  position: relative;
  padding-bottom: 3px;
  font-size: 1.4rem;
  font-weight: 500; }
  .gnavi a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background: #d13b3b;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .gnavi a:hover {
    color: #d13b3b; }
    .gnavi a:hover::after {
      width: 100%;
      margin-left: -50%; }

.mv_wrap {
  margin-bottom: 30px; }

.title_wrap {
  padding: 50px 0;
  text-align: center; }

.breadcrumbs {
  background: #eee;
  padding: 2px 5px; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto; }
  .breadcrumbs li {
    color: #333;
    font-size: 1rem;
    font-weight: 200; }
    .breadcrumbs li::after {
      content: "＞";
      display: inline-block;
      margin: 0 7px; }
    .breadcrumbs li:last-of-type::after {
      display: none; }
    .breadcrumbs li a {
      color: #333; }
  .breadcrumbs .home a {
    padding-left: 15px;
    background: url(../images/common/icon_home.svg) no-repeat center left/12px auto; }

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px; }
  #pagetop .pagetop {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #pagetop .pagetop:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8; }

body.home .mv {
  height: 40vw; }
  body.home .mv .ttl {
    font-size: 8vw;
    line-height: 9vw; }
body.mypage.top .mypage_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
body.mypage.top .mypage_navi li {
  max-width: 400px;
  margin: 20px; }
  body.mypage.top .mypage_navi li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px;
    text-align: center;
    background: #5380bd;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 6px; }
    body.mypage.top .mypage_navi li a:hover {
      opacity: 0.6; }
body.mypage.login form {
  max-width: 500px;
  margin: auto; }
  body.mypage.login form .error {
    text-align: center; }
body.mypage.apply .privacy_wrap {
  display: none; }
body.mypage.apply .guest_data {
  margin-bottom: 30px;
  border-bottom: 1px dotted #666; }
body.mypage.list table {
  width: 100%;
  border: 1px solid #ccc; }
body.mypage.list th, body.mypage.list td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center; }
body.mypage.list th {
  background: #eaeaea; }
body.mypage.list td:last-of-type {
  font-weight: bold; }
body.mypage.list .btn_page {
  display: inline-block;
  margin-top: 10px; }
body.mypage.list .not_yet {
  color: #d13b3b; }
body.mypage.list .waiting {
  color: #60b80f; }
body.mypage.list .finished {
  color: #666; }
body.NotFound404 .intro p {
  text-align: center; }

/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 680px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 100%; }

  .env {
    display: none; }

  #pagetop {
    right: 10px;
    bottom: 10px; }

  .inner {
    width: 90%;
    max-width: unset; }

  header {
    height: 35px;
    background: #fff; }
    header .wrap {
      height: 35px; }
    header .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px;
      height: 100%; }
    header.on .inner {
      padding: 5px; }

  footer .footer_navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .footer_navi li {
    width: 48%;
    margin: 0 0 10px 0;
    padding: 0;
    border: none; }
    footer .footer_navi li:last-of-type {
      margin: 0;
      padding: 0; }

  article {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto; }

  .breadcrumbs {
    width: 100%;
    margin-top: 0px;
    overflow: scroll;
    background: #fff; }
    .breadcrumbs::-webkit-scrollbar {
      display: none !important; }
    .breadcrumbs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      margin: auto; }
    .breadcrumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .breadcrumbs .home {
      padding-left: 5px; }

  #menu_bg {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background: rgba(0, 0, 0, 0.8); }

  .btn_menu {
    position: fixed;
    z-index: 200;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px 7px;
    background: #d13b3b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .btn_menu span {
      display: block;
      width: 25px;
      height: 3px;
      margin: 2px auto;
      border-radius: 10px;
      background-color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .btn_menu.open {
      background-color: #fff; }
      .btn_menu.open span {
        background: #d13b3b; }
      .btn_menu.open .top {
        -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
                transform: rotate(-45deg) translateY(5px) translateX(-5px); }
      .btn_menu.open .middle {
        opacity: 0; }
      .btn_menu.open .bottom {
        -webkit-transform: rotate(45deg) translateY(-5px) translateX(-5px);
                transform: rotate(45deg) translateY(-5px) translateX(-5px); }
    .btn_menu p {
      position: absolute;
      bottom: -10px;
      width: 100%;
      font-size: 0.8rem;
      color: #333; }

  .gnavi {
    display: none;
    position: fixed;
    left: 0;
    top: 35px;
    width: 100%;
    background: #fff; }
    .gnavi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 90%;
      margin: 10px auto; }
    .gnavi li {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      margin: 0;
      padding: 10px 0px; }
      .gnavi li a {
        display: block;
        width: 100%;
        height: 100%; }
        .gnavi li a span {
          border: none; }
      .gnavi li.icon {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%; }
        .gnavi li.icon a {
          text-align: center; }

  .table_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    .table_wrap:hover .scroll {
      display: none; }
    .table_wrap .scroll {
      position: absolute;
      top: 3px;
      left: 20px;
      width: 16px;
      height: 16px;
      background: #fff url(../images/common/icon_arrow_left_orange.svg) no-repeat center center/cover;
      border-radius: 20px;
      -webkit-animation: scroll_arrow 2s infinite;
              animation: scroll_arrow 2s infinite; }
    .table_wrap table {
      width: auto;
      min-width: 100%; }
    .table_wrap th,
    .table_wrap td {
      width: auto;
      word-break: keep-all;
      white-space: nowrap; }

  @-webkit-keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    90% {
      left: 0px;
      opacity: 1; }
    100% {
      left: 0px;
      opacity: 0; } }

  @keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    90% {
      left: 0px;
      opacity: 1; }
    100% {
      left: 0px;
      opacity: 0; } } }
/*-----------------------------*/
/*フォーム PC用 CSS*/
/*-----------------------------*/
.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none; }

input,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input[type="password"],
input[type="date"],
input[type="time"],
input[type="text"],
input[type="email"],
textarea {
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    background: #ccffe4;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

input[type="password"].w100,
input[type="date"].w100,
input[type="time"].w100,
input[type="text"].w100,
input[type="email"].w100,
textarea.w100 {
  width: 100px; }
input[type="password"].w150,
input[type="date"].w150,
input[type="time"].w150,
input[type="text"].w150,
input[type="email"].w150,
textarea.w150 {
  width: 150px; }
input[type="password"].w200,
input[type="date"].w200,
input[type="time"].w200,
input[type="text"].w200,
input[type="email"].w200,
textarea.w200 {
  width: 200px; }
input[type="password"].w250,
input[type="date"].w250,
input[type="time"].w250,
input[type="text"].w250,
input[type="email"].w250,
textarea.w250 {
  width: 250px; }
input[type="password"].w300,
input[type="date"].w300,
input[type="time"].w300,
input[type="text"].w300,
input[type="email"].w300,
textarea.w300 {
  width: 300px; }
input[type="password"].w350,
input[type="date"].w350,
input[type="time"].w350,
input[type="text"].w350,
input[type="email"].w350,
textarea.w350 {
  width: 350px; }
input[type="password"].w400,
input[type="date"].w400,
input[type="time"].w400,
input[type="text"].w400,
input[type="email"].w400,
textarea.w400 {
  width: 400px; }
input[type="password"].w450,
input[type="date"].w450,
input[type="time"].w450,
input[type="text"].w450,
input[type="email"].w450,
textarea.w450 {
  width: 450px; }
input[type="password"].w500,
input[type="date"].w500,
input[type="time"].w500,
input[type="text"].w500,
input[type="email"].w500,
textarea.w500 {
  width: 500px; }
input[type="password"].w550,
input[type="date"].w550,
input[type="time"].w550,
input[type="text"].w550,
input[type="email"].w550,
textarea.w550 {
  width: 550px; }
input[type="password"].w600,
input[type="date"].w600,
input[type="time"].w600,
input[type="text"].w600,
input[type="email"].w600,
textarea.w600 {
  width: 600px; }
input[type="password"].w650,
input[type="date"].w650,
input[type="time"].w650,
input[type="text"].w650,
input[type="email"].w650,
textarea.w650 {
  width: 650px; }
input[type="password"].w700,
input[type="date"].w700,
input[type="time"].w700,
input[type="text"].w700,
input[type="email"].w700,
textarea.w700 {
  width: 700px; }
input[type="password"].w100p,
input[type="date"].w100p,
input[type="time"].w100p,
input[type="text"].w100p,
input[type="email"].w100p,
textarea.w100p {
  width: 100%; }

textarea[name="remarks"] {
  width: 85%;
  height: 300px; }

label.checkbox, label.radio {
  position: relative;
  display: inline-block;
  padding: 3px;
  margin: 5px 20px 5px 0; }
  label.checkbox:hover, label.radio:hover {
    border-radius: 4px;
    background: #aef4f9; }
  label.checkbox.on_focus, label.radio.on_focus {
    outline: 1px dotted #333; }
  label.checkbox input, label.radio input {
    position: absolute;
    opacity: 0; }
  label.checkbox span, label.radio span {
    position: relative;
    top: -2px; }
  label.checkbox.on::before, label.radio.on::before {
    background-position: 0px -18px; }
  label.checkbox::before, label.radio::before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    background-image: url(../images/form/radiobox.svg);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top; }
label.checkbox::before {
  background-image: url(../images/form/checkbox.svg); }

.radio_row label {
  display: block !important;
  margin: 0 0 10px 0 !important; }

select {
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 4px; }

.switch {
  position: relative;
  top: 0.8em;
  display: inline-block; }
  .switch input[type="radio"],
  .switch input[type="checkbox"] {
    display: none !important; }
    .switch input[type="radio"] + label,
    .switch input[type="checkbox"] + label {
      float: left;
      display: block;
      width: auto;
      margin: 0;
      padding: 0.5em;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: none;
      color: #999;
      background-color: #eaeaea;
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset; }
      .switch input[type="radio"] + label:first-of-type,
      .switch input[type="checkbox"] + label:first-of-type {
        border-radius: 6px 0px 0px 6px; }
      .switch input[type="radio"] + label:last-of-type,
      .switch input[type="checkbox"] + label:last-of-type {
        border-radius: 0px 6px 6px 0px;
        border-right: 1px solid #ccc; }
      .switch input[type="radio"] + label::before,
      .switch input[type="checkbox"] + label::before {
        display: none; }
      .switch input[type="radio"] + label span,
      .switch input[type="checkbox"] + label span {
        top: 1px; }
    .switch input[type="radio"]:checked + label,
    .switch input[type="checkbox"]:checked + label {
      color: #fff;
      background-color: #cc0000;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .switch input[type="radio"]:checked + label::before,
      .switch input[type="checkbox"]:checked + label::before {
        display: none; }

button {
  position: relative;
  display: inline-block;
  margin: auto 20px;
  padding: 10px;
  width: 300px;
  height: 60px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  border-radius: 30px;
  border: none;
  cursor: pointer; }
  button::after {
    width: 30px;
    height: 30px;
    position: absolute; }
  button:hover {
    opacity: 0.6; }
  button.submit {
    background-color: #cc0000;
    color: #fff; }
    button.submit::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }
  button.back {
    background-color: #666;
    color: #fff; }
    button.back::after {
      content: url(../images/common/icon_arrow_left_white.svg);
      left: 15px; }
  button.link {
    background-color: #6699cc;
    color: #fff; }
    button.link::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }

.ime_auto {
  ime-mode: auto; }
.ime_active {
  ime-mode: active; }
.ime_inactive {
  ime-mode: inactive; }
.ime_disabled {
  ime-mode: disabled; }

form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  form dl > dt {
    position: relative;
    width: 30%;
    padding-top: 20px;
    margin: 0 0 30px 0;
    color: #006699;
    font-weight: bold;
    font-size: 1.6rem; }
    form dl > dt + dd {
      margin: 0 0 30px 0;
      padding-top: 15px;
      width: 70%; }
      form dl > dt + dd > dl dt {
        width: 15%;
        color: #333;
        font-weight: bold;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        form dl > dt + dd > dl dt:first-of-type {
          padding-top: 0px; }
          form dl > dt + dd > dl dt:first-of-type + dd {
            padding-top: 0px; }
        form dl > dt + dd > dl dt + dd {
          width: 85%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
    form dl > dt.required::after {
      content: "必須";
      position: absolute;
      right: 30px;
      top: 15px;
      display: block;
      padding: 3px 5px;
      background: #cc0000;
      color: #fff;
      font-size: 1.2rem; }
  form dl dd label:first-of-type {
    margin-left: 10px; }
  form dl dd aside {
    display: inline-block;
    font-size: 1.2rem; }
form.confirm dl dt + dd p {
  font-size: 1.6rem; }

.form .step {
  margin-bottom: 30px; }
  .form .step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden; }
    .form .step ul li {
      position: relative;
      width: 33.3%;
      padding: 15px;
      background-color: #cccccc;
      color: #666666;
      font-size: 2rem;
      font-weight: bold;
      text-align: center; }
      .form .step ul li::after {
        content: "";
        position: absolute;
        z-index: -1;
        right: -20px;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-top: -27px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff;
        background-color: #cccccc; }
      .form .step ul li:last-child::after {
        display: none; }
      .form .step ul li.on {
        background-color: #ff6600;
        color: #fff; }
        .form .step ul li.on::after {
          background-color: #ff6600; }
      .form .step ul li:nth-of-type(1) {
        z-index: 3; }
      .form .step ul li:nth-of-type(2) {
        z-index: 2; }
      .form .step ul li:nth-of-type(3) {
        z-index: 1; }
      .form .step ul li > span {
        position: relative;
        z-index: 10; }
.form .privacy_wrap h3 {
  font-size: 2rem; }
.form .privacy_wrap .privacy {
  height: 200px;
  padding: 20px;
  overflow: auto;
  border: 1px solid #ccc; }
  .form .privacy_wrap .privacy > section {
    margin-bottom: 40px; }
    .form .privacy_wrap .privacy > section:last-of-type {
      margin-bottom: 0; }
    .form .privacy_wrap .privacy > section h4 {
      margin-bottom: 10px;
      color: #333;
      font-size: 1.6rem; }
    .form .privacy_wrap .privacy > section h5 {
      margin-bottom: 0.5rem;
      color: #333;
      font-size: 1.4rem; }
    .form .privacy_wrap .privacy > section section {
      margin-top: 20px; }
  .form .privacy_wrap .privacy > .number {
    counter-increment: number; }
    .form .privacy_wrap .privacy > .number > h4::before {
      content: counter(number,decimal) ". ";
      position: relative;
      top: 0;
      display: inline-block;
      width: auto;
      height: auto;
      margin-right: 0.3rem;
      color: #333;
      background: none; }
  .form .privacy_wrap .privacy .list_number {
    counter-reset: list_number; }
    .form .privacy_wrap .privacy .list_number > li {
      counter-increment: list_number; }
      .form .privacy_wrap .privacy .list_number > li::before {
        content: "（" counter(list_number,decimal) "）"; }
  .form .privacy_wrap .privacy .list_conf {
    counter-reset: list_conf; }
    .form .privacy_wrap .privacy .list_conf > li {
      counter-increment: list_conf;
      margin-left: 1em;
      text-indent: -1em; }
      .form .privacy_wrap .privacy .list_conf > li::before {
        content: "＊" counter(list_conf,decimal) " "; }
  .form .privacy_wrap .privacy .list {
    margin-left: 2em; }
    .form .privacy_wrap .privacy .list > li {
      list-style-type: decimal; }
  .form .privacy_wrap .privacy ul li .list {
    margin-left: 4em; }
.form .privacy_wrap .privacy_check {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 8px; }
  .form .privacy_wrap .privacy_check label {
    position: relative;
    top: -7px;
    margin-top: 7px; }
    .form .privacy_wrap .privacy_check label span {
      color: #cc0000;
      display: inline-block;
      font-size: 1.4rem;
      font-weight: bold; }
      .form .privacy_wrap .privacy_check label span::after {
        content: "必須";
        display: inline-block;
        padding: 3px 5px;
        margin-left: 10px;
        background: #cc0000;
        color: #fff;
        font-size: 1.2rem; }
.form .comp_message {
  text-align: center; }

@media only screen and (max-width: 680px) {
  input {
    margin-bottom: 5px; }

  input[type="text"].w100,
  textarea.w100 {
    width: 65%; }
  input[type="text"].w150,
  textarea.w150 {
    width: 65%; }
  input[type="text"].w200,
  textarea.w200 {
    width: 65%; }
  input[type="text"].w250,
  textarea.w250 {
    width: 65%; }
  input[type="text"].w300,
  textarea.w300 {
    width: 65%; }
  input[type="text"].w350,
  textarea.w350 {
    width: 65%; }
  input[type="text"].w400,
  textarea.w400 {
    width: 65%; }
  input[type="text"].w450,
  textarea.w450 {
    width: 65%; }
  input[type="text"].w500,
  textarea.w500 {
    width: 65%; }
  input[type="text"].w550,
  textarea.w550 {
    width: 65%; }
  input[type="text"].w600,
  textarea.w600 {
    width: 65%; }
  input[type="text"].w650,
  textarea.w650 {
    width: 65%; }
  input[type="text"].w700,
  textarea.w700 {
    width: 65%; }
  input[type="text"].w100p,
  textarea.w100p {
    width: 100%; }

  textarea {
    width: 100%; }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    margin-bottom: 5px; }

  form dl > dt {
    padding: 0;
    margin-bottom: 10px;
    width: 100%; }
    form dl > dt.required::after {
      position: relative;
      right: 0;
      top: 0px;
      width: 3em;
      display: inline-block;
      margin-left: 10px;
      text-align: center; }
    form dl > dt + dd {
      width: 100%;
      margin-bottom: 40px; }
      form dl > dt + dd > dl {
        width: 100%; }
        form dl > dt + dd > dl > dt {
          width: 100%; }
          form dl > dt + dd > dl > dt + dd {
            width: 100%; }
  form dl dt {
    width: 100% !important; }
  form dl dd {
    width: 100%; }
    form dl dd label:first-of-type {
      margin-left: 0; }

  .form .step ul {
    display: block; }
    .form .step ul li {
      width: auto;
      margin-bottom: 2px; }
      .form .step ul li:first-child {
        border-radius: 4px 4px 0 0; }
      .form .step ul li:last-child {
        border-radius: 0 0 4px 4px; }
      .form .step ul li::after {
        display: none; }
  .form .remarks textarea {
    width: 90%; }
  .form .privacy_wrap .privacy_check {
    padding: 20px; }
    .form .privacy_wrap .privacy_check label {
      top: 0;
      display: block;
      margin: auto; }
      .form .privacy_wrap .privacy_check label span::after {
        display: block;
        margin: auto;
        width: 3em;
        text-align: center; }
  .form .btn_wrap button {
    width: auto;
    height: 40px;
    min-width: 270px;
    margin: 0 auto 10px auto;
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: 20px; }
    .form .btn_wrap button::after {
      width: 20px;
      height: 20px;
      position: absolute; }
    .form .btn_wrap button.submit::after {
      right: 10px; }
    .form .btn_wrap button.back::after {
      left: 10px; }
    .form .btn_wrap button.link::after {
      right: 10px; } }

/*# sourceMappingURL=style.css.map */