body {
  font-family: 'Noto Sans JP', sans-serif, 'Noto Serif JP', serif;
  padding: 10px;
  margin: 10px;
}

.cleafix::after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

/* カレントの設定 */
#top .head_menu li a.top,
#company .head_menu li a.company,
#work .head_menu li a.work,
#news .head_menu li a.news,
#recruit .head_menu li a.recruit,
#contact .head_menu li a.contact {
  color: #3bb1bb;
}
/* カレントの設定 */

.page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}

/* 非表示設定 */
.header .test {
  display: none;
}
.header .scrolldown {
  display: none;
}
/* 非表示設定 */

div.form-confirm:nth-child(10) {
    display: none;
}

div.form-confirm div + div {
    margin-top: 10px;
}


@media (min-width: 1440px) {
  .pc {
    display: block;
    width: 100%;
  }

  .sp {
    display: none;
  }

  main {
    position: relative;
    overflow: hidden;
    margin-top: -0.13%;
    z-index: 1;
  }

  main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 50vw solid #cbdbf3;
    border-right: 50vw solid transparent;
  }

  /* header */
  .header {
    position: relative;
    background: url(../images/contact_MV.jpg) no-repeat;
    width: 100%;
    padding-top: 34%;
    background-size: contain;
    box-sizing: border-box;
  }

  .header .logo {
    float: left;
    position: absolute;
    top: 6%;
    left: 3%;
  }

  .menu {
    position: absolute;
    top: 6%;
    right: 3%;
  }

  .head_menu {
    float: right;
    display: flex;
  }

  .head_menu li {
    padding-right: 30px;
  }

  .head_menu li a {
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .head_menu li a:hover {
    text-decoration: underline;
  }
  /* header */

  /* main */
  .container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 99;
  }

  /* パンくずリスト */
  #contact_breadcrumb {
    padding: 30px 0 60px;
  }

  #contact_breadcrumb_list {
    display: flex;
  }

  #contact_breadcrumb_list li {
    padding-right: 30px;
    position: relative;
  }

  #contact_breadcrumb_list li:nth-child(2) {
    color: #173e97;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
  }
  #contact_breadcrumb_list li a {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
  }

  #contact_breadcrumb_list li a::after {
    content: ">";
    position: absolute;
    top: -3px;
    left: 60px;
    font-size: 20px;
  }
  /* パンくずリスト */

  .contact {
    width: 1200px;
    margin: 60px auto 80px;
  }

  .contact p {
    text-align: center;
    line-height: 1.5;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    padding: 40px 0;
  }

  .form {
    width: 50%;
    margin: 0 auto;
  }

  .form-example {
    margin-bottom: 30px;
  }

  .form-example label {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    font-family: 'Noto Serif JP', serif;
  }

  .form-example input {
    width: 300px;
    height: 20px;
  }

  .form-example input[name="お名前"] {
    width: 300px;
    height: 20px;
  }

  .form-example input[name="name2"] {
    width: 300px;
    height: 20px;
  }

  .form-example input[name="bday"] {
    width: 300px;
    height: 20px;
  }

  .form-example input[name="tel"] {
    width: 300px;
    height: 20px;
  }

  .form-example input[name="age"] {
    width: 300px;
    height: 20px;
  }

  .form-example input[name="email"] {
    width: 300px;
    height: 20px;
  }

  .form-example input[name="zip01"] {
    width: 300px;
    height: 20px;
  }

  .form-example input[name="pref01"] {
    width: 300px;
    height: 20px;
  }

  .form-example input[name="addr01"] {
    width: 300px;
    height: 20px;
  }

  .form-example select[name="お問い合わせ内容"] {
    width: 308px;
    height: 35px;
  }

  .form-example input[name="occupation"] {
    width: 300px;
    height: 20px;
  }

  .form-example input[name="qualification"] {
    width: 300px;
    height: 20px;
  }

  .form-example textarea {
    width: 300px;
    height: 50px;
  }

  #thanks .contact h2 {
      text-align: center;
  }

  #thanks .contact a {
      display: block;
      width: 200px;
      margin: 0 auto;
      text-align: center;
      padding: 15px 0;
      background-color: #173e97;
      color: #fff;
      border: none;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      cursor: pointer;
  }

  .red {
    color: #d10101;
  }

  .check {
    text-align: center;
  }

  .check a {
    color: #173e97;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
  }

  .submit {
    margin: 30px 0 80px;
    text-align: center;
  }

  .submit input {
    width: 150px;
    background-color: #173e97;
    color: #fff;
    border: none;
    padding: 15px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    cursor: pointer;
  }
  /* main */


  /* footer */
  .footer {
    width: 100%;
    background-color: #dcdcdc;
  }

  .wrap {
    display: flex;
    padding: 50px 0;
    width: 1280px;
    margin: 0 auto;
  }

  .address {
    padding-right: 40px;
  }

  .address p {
    font-size: 14px;
  }

  .address p:nth-child(1) {
    padding: 20px 0;
  }

  .sub {
    padding: 50px 40px 0 0;
  }

  .sub ul li {
    padding-bottom: 15px;
  }

  .sub:nth-child(7) {
    padding-right: 0;
  }

  a.bold {
    font-family: YuGothicUI;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
  }

  .copy {
    font-family: YuGothicUI;
    font-size: 16px;
    text-align: center;
    background-color: #173e97;
    color: #fff;
    padding: 12px 0;
  }

  /* footer */
}


@media (max-width: 1439px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  main {
    position: relative;
    overflow: hidden;
    margin-top: -0.13%;
    z-index: 1;
    box-sizing: border-box;
  }

  main::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    border-top: 50vw solid #cbdbf3;
    border-right: 50vw solid transparent;
  }

  /* header */
  .header {
    position: relative;
    background: url(../images/contact_MV.jpg) no-repeat;
    width: 100%;
    padding-top: 33.8%;
    background-size: contain;
    box-sizing: border-box;
  }

  .header .logo {
    width: 15%;
    position: absolute;
    top: 6%;
    left: 3%;
  }

  .header .logo img {
    width: 100%;
  }

  #menu-btn-check {
    display: none;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check:checked~.head_menu {
    left: 0;
  }

  .menu-btn {
    position: fixed;
    top: -8px;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    background-color: #000;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  .head_menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #173e97;
    transition: all 0.5s;
    padding: 80px 0;
    text-align: center;
  }

  .head_menu li {
    list-style: none;
  }

  .head_menu li a {
    display: block;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 40px;
    font-family: 'Noto Sans JP', sans-serif;
  }

  /* header */

  /* main */
  .container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
  }

  /* パンくずリスト */
  #contact_breadcrumb {
    padding: 30px 0;
  }

  #contact_breadcrumb_list {
    display: flex;
  }

  #contact_breadcrumb_list li {
    padding-right: 30px;
    position: relative;
  }

  #contact_breadcrumb_list li:nth-child(2) {
    color: #173e97;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
  }
  #contact_breadcrumb_list li a {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
  }

  #contact_breadcrumb_list li a::after {
    content: ">";
    position: absolute;
    top: -3px;
    left: 65px;
    font-size: 18px;
  }
  /* パンくずリスト */

  .contact {
    width: 90%;
    margin: 0 auto;
  }

  .contact p {
    text-align: center;
    line-height: 1.5;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    padding: 40px 0;
  }

  .form {
    width: 100%;
  }

  .form-example {
    margin-bottom: 30px;
  }

  .form-example label {
    font-family: 'Noto Serif JP', serif;
  }

  .form-example input {
    width: 100%;
    height: 20px;
  }

  .form-example textarea {
    width: 100%;
    height: 80px;
  }

  #thanks .contact h2 {
      text-align: center;
  }

  #thanks .contact a {
      display: block;
      width: 200px;
      margin: 0 auto;
      text-align: center;
      background-color: #173e97;
      color: #fff;
      border: none;
      padding: 15px 0;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      cursor: pointer;
  }

  .red {
    color: #d10101;
  }

  .check {
    text-align: center;
  }

  .check a {
    color: #173e97;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
  }

  .submit {
    margin: 30px 0 80px;
    text-align: center;
  }

  .submit input {
    width: 150px;
    background-color: #173e97;
    color: #fff;
    border: none;
    padding: 15px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
  }
  /* main */


  /* footer */
  .footer {
    width: 100%;
    background-color: #dcdcdc;
  }

  .wrap {
    padding: 50px 0 0;
    width: 100%;
    text-align: center;
  }

  .logo {
    margin-bottom: 20px;
  }

  .address p {
    font-size: 14px;
  }

  .address p:nth-child(1) {
    padding: 20px 0;
  }

  .sub ul li {
    padding-bottom: 15px;
  }

  .culmns {
    display: flex;
  }

  .culmns li {
    width: 33.3%;
  }

  a.bold {
    font-family: YuGothicUI;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
  }

  .copy {
    font-family: YuGothicUI;
    font-size: 14px;
    text-align: center;
    background-color: #173e97;
    color: #fff;
    padding: 12px 0;
  }
  /* footer */
}
