/*-----PC-----*/
@media screen and (min-width: 961px) {
  #mv {
    width: 100%;
    height: auto;
    min-height: 516px;
    margin: 0;
    padding: 0;
    background: url("../img/bkg_mv.png") no-repeat right;
  }
  #mv .scrolldown {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 30px;
  }
  #mv .scrolldown .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }
  #mv .scrolldown .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  #mv .scrolldown .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }
  #mv .scrolldown .chevron:before, .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }
  #mv .scrolldown .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  #mv .scrolldown .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  @keyframes move {
    25% {
      opacity: 1;
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  #mv .scrolldown .text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
  }
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }
  #business {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 70px 0 70px 0;
    position: relative;
  }
  #business h2.title {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    margin: 80px auto 0 auto;
  }
  #business h2.title span {
    font-size: 5.2rem;
    font-weight: 700;
  }
  #business .business_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: url("../img/bkg_business.png") no-repeat right bottom;
  }
  #business .business_box .business_list {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #business .business_box .business_list li {
    margin: 60px 30px;
    padding: 0;
  }
  #business .business_box .business_list li p.list_text {
    padding-left: 200px;
  }
  #consultant {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 100px 0;
    position: relative;
    background-color: #1d2033;
  }
  #consultant h2.title {
    font-family: "Anton", sans-serif;
    font-size: 10rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  #consultant h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #consultant .consultant_box {
    max-width: 800px;
    height: auto;
    margin: 30px auto;
    padding: 10px;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
  }
  #consultant .consultant_box h3.consultant_title {
    height: 30px;
    line-height: 30px;
    font-size: 2rem;
    font-weight: 700;
    background: url("../img/ico_title.png") no-repeat;
    text-indent: 30px;
    margin: 10px 0;
  }
  #consultant .consultant_box p.consultant_text {
    font-size: 1.4rem;
    margin: 10px 0 0 30px;
    padding: 10px 0;
    border-bottom: 1px dotted #333;
  }
  #consultant .consultant_box .consultant_detail {
    max-width: 100%;
    height: auto;
    margin: 10px 0 0 30px;
    /*padding: 10px;*/
    background: url("../img/ico_detail.png") top left no-repeat #eaeaea;
    border-radius: 5px;
  }
  #consultant .consultant_box .consultant_detail p.consultant_detail_text {
    margin: 10px 0 0 30px;
    padding: 10px;
  }
  #flow {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 100px 0 40px 0;
    background-color: #fff;
    color: #1d2033;
  }
  #flow h2.title {
    font-family: "Anton", sans-serif;
    font-size: 7rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  #flow h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #flow .flow_box {
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 10px;
  }
  #flow .flow_box dl.flow_list {
    display: flex;
    flex-flow: row wrap;
    max-width: 400px;
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  #flow .flow_box dl.flow_list dt {
    flex-basis: 10%;
    text-align: center;
    background-color: #1d2033;
    color: #fff;
    font-size: 3rem;
    margin: 10px 0;
    padding: 10px;
    font-weight: 700;
  }
  #flow .flow_box dl.flow_list dd {
    flex-basis: 90%;
    padding: 10px;
    color: #333;
    font-size: 2rem;
    margin: 10px 0;
  }
  #profile {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 100px 0 200px 0;
    position: relative;
    background: url("../img/bkg_profile.png") no-repeat;
    background-position: 0 100%;
  }
  #profile h2.title {
    font-family: "Anton", sans-serif;
    font-size: 10rem;
    font-weight: 700;
    text-align: left;
    margin: 20px auto 0 auto;
  }
  #profile h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #profile .profile_box {
    max-width: 400px;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0;
  }
  #profile .profile_box h3.profile_title {
    font-size: 4rem;
    font-family: "Anton", sans-serif;
    margin: 0;
    padding: 0;
  }
  #profile .profile_box p.profile_text {
    font-size: 2rem;
    margin: 0;
    padding: 0;
  }
  #profile .profile_box p.profile_text span {
    font-size: 1.2rem;
    margin: 0 0 0 10px;
    padding: 0;
  }
  #profile .profile_box p.profile_detail {
    font-size: 1.3rem;
    margin: 5px 0;
    padding: 0;
    text-shadow: 1px 1px 0 #f60, -1px -1px 0 #f60, -1px 1px 0 #f60, 1px -1px 0 #f60, 0px 1px 0 #f60, 0-1px 0 #f60, -1px 0 0 #f60, 1px 0 0 #f60;
  }
  #carrer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0 100px 0;
    position: relative;
    background-color: #fff;
  }
  #carrer h2.title {
    font-family: "Anton", sans-serif;
    font-size: 10rem;
    font-weight: 700;
    text-align: right;
    margin: 20px auto 0 auto;
    color: #f60;
  }
  #carrer h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #carrer dl.carrer_list {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
    align-items: center;
  }
  #carrer dl.carrer_list dt {
    flex-basis: 15%;
    padding: 10px;
    text-align: center;
  }
  #carrer dl.carrer_list dt p.color1 {
    color: #f60;
    font-family: "Anton", sans-serif;
    font-size: 5rem;
  }
  #carrer dl.carrer_list dt p.color2 {
    color: #ffb486;
    font-family: "Anton", sans-serif;
    font-size: 5rem;
  }
  #carrer dl.carrer_list dd {
    flex-basis: 85%;
    padding: 10px;
    color: #333;
    font-size: 1.7rem;
  }
  #contact {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 100px 0;
    position: relative;
    background-color: #1d2033;
  }
  #contact h2.title {
    font-family: "Anton", sans-serif;
    font-size: 10rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  #contact h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #contact .contact_box {
    max-width: 800px;
    height: auto;
    margin: 30px auto;
    padding: 10px;
    color: #fff;
  }
  #contact .contact_box .contact_list {
    display: flex;
    flex-flow: row wrap;
  }
  #contact .contact_box .contact_list dt {
    flex-basis: 30%;
    padding: 20px;
  }
  #contact .contact_box .contact_list dd {
    flex-basis: 70%;
    padding: 20px;
  }
  #contact .contact_box .contact_list dd input, #contact .contact_box .contact_list dd textarea {
    width: 100%;
    /*background-color: #fff;*/
    padding: 5px;
  }
  #contact .contact_box .contact_text {
    margin: 30px auto;
    padding: 0;
    text-align: center;
    line-height: 1.8rem;
  }
  #contact .contact_box .btn_submit {
    display: table;
    margin: 20px auto;
    padding: 10px 60px;
    text-align: center;
    background-color: #f60;
    font-size: 1.7rem;
  }
}
/*-----Tablet-----*/
@media screen and (min-width: 521px) and (max-width: 960px) {
  #mv {
    width: 100%;
    height: auto;
    min-height: 516px;
    margin: 0;
    padding: 0;
    background: url("../img/bkg_mv.png") no-repeat right;
  }
  #mv .scrolldown {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 30px;
  }
  #mv .scrolldown .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }
  #mv .scrolldown .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  #mv .scrolldown .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }
  #mv .scrolldown .chevron:before, .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }
  #mv .scrolldown .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  #mv .scrolldown .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  @keyframes move {
    25% {
      opacity: 1;
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  #mv .scrolldown .text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
  }
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }
  #business {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 70px 0 70px 0;
    position: relative;
  }
  #business h2.title {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    margin: 80px auto 0 auto;
  }
  #business h2.title span {
    font-size: 5.2rem;
    font-weight: 700;
  }
  #business .business_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: url("../img/bkg_business.png") no-repeat right bottom;
  }
  #business .business_box .business_list {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #business .business_box .business_list li {
    margin: 60px 30px;
    padding: 0;
  }
  #business .business_box .business_list li p.list_text {
    padding-left: 200px;
  }
  #consultant {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 100px 0;
    position: relative;
    background-color: #1d2033;
  }
  #consultant h2.title {
    font-family: "Anton", sans-serif;
    font-size: 10rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  #consultant h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #consultant .consultant_box {
    max-width: 800px;
    height: auto;
    margin: 30px auto;
    padding: 10px;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
  }
  #consultant .consultant_box h3.consultant_title {
    height: 30px;
    line-height: 30px;
    font-size: 2rem;
    font-weight: 700;
    background: url("../img/ico_title.png") no-repeat;
    text-indent: 30px;
    margin: 10px 0;
  }
  #consultant .consultant_box p.consultant_text {
    font-size: 1.4rem;
    margin: 10px 0 0 30px;
    padding: 10px 0;
    border-bottom: 1px dotted #333;
  }
  #consultant .consultant_box .consultant_detail {
    max-width: 100%;
    height: auto;
    margin: 10px 0 0 30px;
    /*padding: 10px;*/
    background: url("../img/ico_detail.png") top left no-repeat #eaeaea;
    border-radius: 5px;
  }
  #consultant .consultant_box .consultant_detail p.consultant_detail_text {
    margin: 10px 0 0 30px;
    padding: 10px;
  }
  #flow {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0;
    background-color: #fff;
    color: #1d2033;
  }
  #flow h2.title {
    font-family: "Anton", sans-serif;
    font-size: 7rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  #flow h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #flow .flow_box {
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 10px;
  }
  #flow .flow_box dl.flow_list {
    display: flex;
    flex-flow: row wrap;
    max-width: 400px;
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  #flow .flow_box dl.flow_list dt {
    flex-basis: 10%;
    text-align: center;
    background-color: #1d2033;
    color: #fff;
    font-size: 3rem;
    margin: 10px 0;
    padding: 10px;
    font-weight: 700;
  }
  #flow .flow_box dl.flow_list dd {
    flex-basis: 90%;
    padding: 10px;
    color: #333;
    font-size: 2rem;
    margin: 10px 0;
  }
  #profile {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 100px 0;
    position: relative;
    background: url("../img/bkg_profile.png") no-repeat;
    background-position: 0 100%;
  }
  #profile h2.title {
    font-family: "Anton", sans-serif;
    font-size: 10rem;
    font-weight: 700;
    text-align: left;
    margin: 20px auto 0 auto;
  }
  #profile h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #profile .profile_box {
    max-width: 400px;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0;
  }
  #profile .profile_box h3.profile_title {
    font-size: 4rem;
    font-family: "Anton", sans-serif;
    margin: 0;
    padding: 0;
  }
  #profile .profile_box p.profile_text {
    font-size: 2rem;
    margin: 0;
    padding: 0;
  }
  #profile .profile_box p.profile_text span {
    font-size: 1.2rem;
    margin: 0 0 0 10px;
    padding: 0;
  }
  #profile .profile_box p.profile_detail {
    font-size: 1.3rem;
    margin: 5px 0;
    padding: 0;
    text-shadow: 1px 1px 0 #f60, -1px -1px 0 #f60, -1px 1px 0 #f60, 1px -1px 0 #f60, 0px 1px 0 #f60, 0-1px 0 #f60, -1px 0 0 #f60, 1px 0 0 #f60;
  }
  #carrer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0;
    position: relative;
    background-color: #fff;
  }
  #carrer h2.title {
    font-family: "Anton", sans-serif;
    font-size: 10rem;
    font-weight: 700;
    text-align: right;
    margin: 20px auto 0 auto;
    color: #f60;
  }
  #carrer h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #carrer dl.carrer_list {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
    align-items: center;
  }
  #carrer dl.carrer_list dt {
    flex-basis: 15%;
    padding: 10px;
    text-align: center;
  }
  #carrer dl.carrer_list dt p.color1 {
    color: #f60;
    font-family: "Anton", sans-serif;
    font-size: 5rem;
  }
  #carrer dl.carrer_list dt p.color2 {
    color: #ffb486;
    font-family: "Anton", sans-serif;
    font-size: 5rem;
  }
  #carrer dl.carrer_list dd {
    flex-basis: 85%;
    padding: 10px;
    color: #333;
    font-size: 1.7rem;
  }
  #contact {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 100px 0;
    position: relative;
    background-color: #1d2033;
  }
  #contact h2.title {
    font-family: "Anton", sans-serif;
    font-size: 10rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  #contact h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #contact .contact_box {
    max-width: 800px;
    height: auto;
    margin: 30px auto;
    padding: 10px;
    color: #fff;
  }
  #contact .contact_box .contact_list {
    display: flex;
    flex-flow: row wrap;
  }
  #contact .contact_box .contact_list dt {
    flex-basis: 30%;
    padding: 20px;
  }
  #contact .contact_box .contact_list dd {
    flex-basis: 70%;
    padding: 20px;
  }
  #contact .contact_box .contact_list dd input, #contact .contact_box .contact_list dd textarea {
    width: 100%;
    /*background-color: #fff;*/
    padding: 5px;
  }
  #contact .contact_box .contact_text {
    margin: 30px auto;
    padding: 0;
    text-align: center;
    line-height: 1.8rem;
  }
  #contact .contact_box .btn_submit {
    display: table;
    margin: 20px auto;
    padding: 10px 60px;
    text-align: center;
    background-color: #f60;
    font-size: 1.7rem;
  }
}
/*-----SP-----*/
@media screen and (max-width: 520px) {
  #mv {
    width: 100%;
    height: auto;
    min-height: 516px;
    margin: 0;
    padding: 0 5px;
    background: url("../img/bkg_mv.png") no-repeat bottom right;
    background-size: 100%;
  }
  #mv .scrolldown {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 120px;
  }
  #mv .scrolldown .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }
  #mv .scrolldown .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  #mv .scrolldown .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }
  #mv .scrolldown .chevron:before, .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }
  #mv .scrolldown .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  #mv .scrolldown .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  @keyframes move {
    25% {
      opacity: 1;
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  #mv .scrolldown .text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
  }
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }
  #business {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 70px 5px 70px 5px;
    position: relative;
  }
  #business h2.title {
    font-size: 2.7rem;
    font-weight: 700;
    text-align: center;
    margin: 80px auto 0 auto;
  }
  #business h2.title span {
    font-size: 4rem;
    font-weight: 700;
  }
  #business .business_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: url("../img/bkg_business.png") no-repeat right bottom;
  }
  #business .business_box .business_list {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #business .business_box .business_list li {
    margin: 60px 30px;
    padding: 0;
  }
  #business .business_box .business_list li p.list_text {
    padding-left: 0;
  }
  #consultant {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 70px 5px;
    position: relative;
    background-color: #1d2033;
  }
  #consultant h2.title {
    font-family: "Anton", sans-serif;
    font-size: 7rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  #consultant h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #consultant .consultant_box {
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 10px;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
  }
  #consultant .consultant_box h3.consultant_title {
    height: 30px;
    line-height: 30px;
    font-size: 1.7rem;
    font-weight: 700;
    background: url("../img/ico_title.png") no-repeat;
    text-indent: 30px;
    margin: 10px 0;
  }
  #consultant .consultant_box p.consultant_text {
    font-size: 1.4rem;
    margin: 10px 0 0 30px;
    padding: 10px 0;
    border-bottom: 1px dotted #333;
  }
  #consultant .consultant_box .consultant_detail {
    max-width: 100%;
    height: auto;
    margin: 10px 0 0 30px;
    /*padding: 10px;*/
    background: url("../img/ico_detail.png") top left no-repeat #eaeaea;
    border-radius: 5px;
  }
  #consultant .consultant_box .consultant_detail p.consultant_detail_text {
    margin: 10px 0 0 30px;
    padding: 10px;
  }
  #flow {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 100px 0 40px 0;
    background-color: #fff;
    color: #1d2033;
  }
  #flow h2.title {
    font-family: "Anton", sans-serif;
    font-size: 7rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  #flow h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #flow .flow_box {
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 10px;
  }
  #flow .flow_box dl.flow_list {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  #flow .flow_box dl.flow_list dt {
    flex-basis: 10%;
    text-align: center;
    background-color: #1d2033;
    color: #fff;
    font-size: 3rem;
    margin: 10px 0;
    padding: 5px;
    font-weight: 700;
  }
  #flow .flow_box dl.flow_list dd {
    flex-basis: 90%;
    padding: 5px;
    color: #333;
    font-size: 2rem;
    margin: 10px 0;
  }
  #profile {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 100px 5px;
    position: relative;
    background: url("../img/bkg_profile.png") no-repeat;
    background-position: 0 95%;
    background-size: 100%;
  }
  #profile h2.title {
    font-family: "Anton", sans-serif;
    font-size: 7rem;
    font-weight: 700;
    text-align: left;
    margin: 20px auto 0 auto;
  }
  #profile h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #profile .profile_box {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0;
  }
  #profile .profile_box h3.profile_title {
    font-size: 4rem;
    font-family: "Anton", sans-serif;
    margin: 0;
    padding: 0;
  }
  #profile .profile_box p.profile_text {
    font-size: 2rem;
    margin: 0;
    padding: 0;
  }
  #profile .profile_box p.profile_text span {
    font-size: 1.2rem;
    margin: 0 0 0 10px;
    padding: 0;
  }
  #profile .profile_box p.profile_detail {
    font-size: 1.3rem;
    margin: 5px 0;
    padding: 0;
    text-shadow: 1px 1px 0 #f60, -1px -1px 0 #f60, -1px 1px 0 #f60, 1px -1px 0 #f60, 0px 1px 0 #f60, 0-1px 0 #f60, -1px 0 0 #f60, 1px 0 0 #f60;
  }
  #carrer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 5px 100px 5px;
    position: relative;
    background-color: #fff;
  }
  #carrer h2.title {
    font-family: "Anton", sans-serif;
    font-size: 7rem;
    font-weight: 700;
    text-align: right;
    margin: 20px auto 0 auto;
    color: #f60;
  }
  #carrer h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #carrer dl.carrer_list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  #carrer dl.carrer_list dt {
    flex-basis: 100%;
    padding: 10px;
    text-align: left;
  }
  #carrer dl.carrer_list dt p.color1 {
    color: #f60;
    font-family: "Anton", sans-serif;
    font-size: 5rem;
  }
  #carrer dl.carrer_list dt p.color2 {
    color: #ffb486;
    font-family: "Anton", sans-serif;
    font-size: 5rem;
  }
  #carrer dl.carrer_list dd {
    flex-basis: 100%;
    padding: 10px;
    color: #333;
    font-size: 1.4rem;
  }
  #contact {
    width: 100%;
    height: auto;
    margin: -70px 0 0 0;
    padding: 70px 5px;
    position: relative;
    background-color: #1d2033;
  }
  #contact h2.title {
    font-family: "Anton", sans-serif;
    font-size: 7rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  #contact h2.title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  #contact .contact_box {
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 10px;
    color: #fff;
  }
  #contact .contact_box .contact_list {
    display: flex;
    flex-flow: row wrap;
  }
  #contact .contact_box .contact_list dt {
    flex-basis: 30%;
    padding: 20px;
  }
  #contact .contact_box .contact_list dd {
    flex-basis: 70%;
    padding: 20px;
  }
  #contact .contact_box .contact_list dd input, #contact .contact_box .contact_list dd textarea {
    width: 100%;
    /*background-color: #fff;*/
    padding: 5px;
  }
  #contact .contact_box .contact_text {
    margin: 30px auto;
    padding: 0;
    text-align: center;
    line-height: 1.8rem;
  }
  #contact .contact_box .btn_submit {
    display: table;
    margin: 20px auto;
    padding: 10px 60px;
    text-align: center;
    background-color: #f60;
    font-size: 1.7rem;
  }
}