@charset "UTF-8";
/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
@media screen and (max-width: 750px) {
  .box_in {
    padding: 0 5.3333333333vw; } }

.mv_b {
  position: relative;
  background: url("../images/contact/mv.png") no-repeat;
  background-position: top 32% center;
  background-size: cover; }
  @media screen and (max-width: 750px) {
    .mv_b {
      background-position: center center;
      background-size: cover; } }

#contact {
  padding-top: 60px;
  padding-bottom: 60px; }
  #contact .box_in .comment {
    margin-bottom: 30px; }
  #contact .box_in .office {
    background: #ededeb; }
    #contact .box_in .office .box_in {
      padding: 0; }
    #contact .box_in .office h4 {
      background: #005bac;
      padding: 15px;
      color: #fff;
      font-size: 24px; }
    #contact .box_in .office .office_area .link_area {
      padding: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #contact .box_in .office .office_area .link_area li {
        width: 24%; }
        #contact .box_in .office .office_area .link_area li a {
          display: block;
          background: #fff;
          padding: 20px; }
        #contact .box_in .office .office_area .link_area li:not(:last-child) {
          margin-bottom: 20px; }
        #contact .box_in .office .office_area .link_area li:nth-child(1) {
          width: 100%; }

@media screen and (max-width: 960px) {
  #contact .box_in .office .office_area .link_area {
    display: flex; }
    #contact .box_in .office .office_area .link_area li {
      width: 31%; } }
@media screen and (max-width: 750px) {
  #contact {
    padding-top: 12vw;
    padding-bottom: 4vw; }
    #contact .box_in .comment {
      margin-bottom: 4vw; }
    #contact .box_in .office h4 {
      padding: 2vw;
      font-size: 5.3333333333vw; }
    #contact .box_in .office .office_area .link_area {
      padding: 5.3333333333vw; }
      #contact .box_in .office .office_area .link_area li {
        width: 100%; }
        #contact .box_in .office .office_area .link_area li a {
          padding: 2.6666666667vw; }
        #contact .box_in .office .office_area .link_area li:not(:last-child) {
          margin-bottom: 4vw; } }
#form {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #1557a0; }
  #form h3 {
    background: #fff;
    color: #1557a0; }
  #form .comment {
    margin-top: 40px;
    color: #fff; }
  #form .box_in {
    margin-top: 30px; }
    #form .box_in .mailform {
      background: #fff;
      padding: 45px 60px; }
      #form .box_in .mailform ul {
        padding: 25px 15px;
        text-align: left;
        display: flex;
        justify-content: center; }
        #form .box_in .mailform ul:not(:last-child) {
          border-bottom: 1px solid #e3e9e9; }
        #form .box_in .mailform ul .ttl {
          width: 280px; }
        #form .box_in .mailform ul .con {
          width: calc(100% - 280px); }
      #form .box_in .mailform .post .con .num_post input {
        width: 150px; }
      #form .box_in .mailform .post .con .adress {
        margin-top: 10px; }
        #form .box_in .mailform .post .con .adress input {
          /*width: calc(100% - 50px);*/ }

@media screen and (max-width: 960px) {
  #form .box_in .mailform ul {
    display: block; }
    #form .box_in .mailform ul .ttl {
      width: 100%; }
    #form .box_in .mailform ul .con {
      width: 100%;
      margin-top: 15px; }
  #form .box_in .mailform .post .con .num_post input {
    width: 150px; }
  #form .box_in .mailform .post .con .adress {
    margin-top: 10px; }
    #form .box_in .mailform .post .con .adress input {
      /*width: calc(100% - 50px);*/ } }
@media screen and (max-width: 750px) {
  #form {
    padding-top: 12vw;
    padding-bottom: 12vw; }
    #form .box_in {
      margin-top: 4vw; }
      #form .box_in .mailform {
        padding: 2.6666666667vw; }
        #form .box_in .mailform ul {
          padding: 0 2vw; }
          #form .box_in .mailform ul .con {
            margin-top: 0;
            border-bottom: none; }
        #form .box_in .mailform .post .con .num_post input {
          width: 150px; }
        #form .box_in .mailform .post .con .adress {
          margin-top: 1.3333333333vw; }
          #form .box_in .mailform .post .con .adress input {
            /*width: calc(100% - 50px);*/ } }
.any {
  position: relative; }
  .any:after {
    content: '任意';
    background: #e3e9e9;
    color: #444;
    font-size: 13px;
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    right: 10px;
    font-weight: bold;
    top: 5px; }
  @media screen and (max-width: 960px) {
    .any:after {
      top: 0;
      position: relative;
      right: -10px; } }

.need {
  position: relative; }
  .need:after {
    content: '必須';
    background: #1557a0;
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    right: 10px;
    font-weight: bold;
    top: 5px; }
  @media screen and (max-width: 960px) {
    .need:after {
      top: 0;
      position: relative;
      right: -10px; } }
