@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  min-width: 1200px;
}

@media screen and (max-width: 480px) {
  body {
    min-width: auto;
  }
}

.inner-l {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .inner-l {
    width: auto;
    margin: 0 20px;
  }
}

.inner-m {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .inner-m {
    width: auto;
    margin: 0 20px;
  }
}

.large-button {
  padding: 20px 0 40px;
}

.large-button img {
  animation-iteration-count: infinite;
  animation-name: jello;
  transform-origin: center;
  display: block;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-15deg) skewY(0deg);
  }
  33.3% {
    transform: skewX(1deg) skewY(0deg);
  }
  44.4% {
    transform: skewX(-4deg) skewY(0deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(0deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(0deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(0deg);
  }
  99.9% {
    transform: skewX(3.5625deg) skewY(0deg);
  }
}

h2 {
  background-color: #ff8400;
  border-style: double;
  border-color: #fff;
  border-width: 6px 0;
  color: #fff;
  height: 100px;
  font-size: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 15px;
    height: auto;
    padding: 15px 10px;
  }
}

h2:before, h2:after {
  content: '―';
}

@media screen and (max-width: 480px) {
  h2:before, h2:after {
    content: none;
  }
}

header {
  border-bottom: 3px solid #ff8400;
  padding: 10px 0;
}

@media screen and (max-width: 480px) {
  header {
    padding: 10px 0;
  }
  header .logo {
    margin-right: 10px;
  }
}

header .inner-l {
  display: flex;
  justify-content: space-between;
}

.fv {
  height: 820px;
  background: url(../img/fv_bg.jpg) center center/cover no-repeat;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .fv {
    height: auto;
  }
}

.fv .btn {
  position: relative;
  top: -60px;
}

.fv .btn img {
  animation-iteration-count: infinite;
  animation-name: jello;
  transform-origin: center;
  display: block;
  animation-duration: 1s;
  animation-fill-mode: both;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .fv .btn {
    position: static;
    display: block;
    margin: -20px 10px 0;
  }
}

.kigyo-logo {
  padding: 40px 0 80px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .kigyo-logo {
    display: block;
  }
}

.kigyo-logo .logo {
  margin: 0 20px;
  maw-width: 400px;
  height: 220px;
  border: 4px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .kigyo-logo .logo {
    margin-bottom: 20px;
  }
}

.anshin {
  background-color: #ffe9d1;
  height: 740px;
}

@media screen and (max-width: 480px) {
  .anshin {
    height: auto;
    padding: 40px 0 0;
  }
}

.anshin .inner-m {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .anshin .inner-m {
    display: block;
  }
}

.anshin .inner-m .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.anshin .inner-m .content .catch {
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .anshin .inner-m .content .catch {
    font-size: 20px;
    line-height: 28px;
  }
}

.anshin .inner-m .content .fukidashi {
  margin: 40px 0 40px -40px;
}

@media screen and (max-width: 480px) {
  .anshin .inner-m .content .fukidashi {
    margin: 40px 0;
  }
}

.anshin .inner-m .content .text {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .anshin .inner-m .content .text {
    font-size: 18px;
    line-height: 30px;
  }
  .anshin .inner-m .content .text .pc {
    display: none;
  }
}

.anshin .inner-m .image {
  height: 740px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 480px) {
  .anshin .inner-m .image {
    display: block;
    height: auto;
    text-align: center;
  }
  .anshin .inner-m .image img {
    width: 50%;
  }
}

.nayami .list .inner-m {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .nayami .list .inner-m {
    display: block;
    padding: 40px 0;
  }
}

.nayami .list .inner-m .nayami-list {
  width: calc(50% - 20px);
  list-style: none;
  padding: 60px 0 100px;
}

@media screen and (max-width: 480px) {
  .nayami .list .inner-m .nayami-list {
    width: 100%;
    padding: 0;
  }
}

.nayami .list .inner-m .nayami-list > li {
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
  background: url(../img/icon_check.png) 0 0 no-repeat;
}

@media screen and (max-width: 480px) {
  .nayami .list .inner-m .nayami-list > li {
    font-size: 16px;
    padding-left: 30px;
    background-size: 20px;
    line-height: 20px;
  }
}

.nayami .image {
  background-color: #e6e6eb;
}

.nayami .image img {
  position: relative;
}

.nayami .image img.pc {
  margin-top: -80px;
}

@media screen and (max-width: 480px) {
  .nayami .image img.pc {
    display: none;
  }
}

.nayami .image img.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .nayami .image img.sp {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .nayami .image img {
    margin-top: -20px;
  }
}

.roho .catch {
  height: 260px;
  background: url(../img/roho_image.png) center 0 no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-size: 58px;
  color: #d90000;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .roho .catch {
    font-size: 24px;
    margin: 0 -20px;
    height: 115px;
  }
}

.roho .catch i {
  font-size: 66px;
}

@media screen and (max-width: 480px) {
  .roho .catch i {
    font-size: 20px;
  }
}

.roho .roho-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}

.roho .roho-list > li {
  margin: 10px;
  width: 475px;
  height: 140px;
  border: 5px solid #ff8400;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  position: relative;
  padding-top: 22px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 15%, #fffcd9 100%);
  background: -webkit-linear-gradient(top, #ffffff 15%, #fffcd9 100%);
  background: linear-gradient(to bottom, #ffffff 15%, #fffcd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffcd9',GradientType=0 );
}

@media screen and (max-width: 480px) {
  .roho .roho-list > li {
    font-size: 16px;
    height: 100px;
  }
}

.roho .roho-list > li:before {
  position: absolute;
  left: -20px;
  top: -20px;
  content: '';
  display: block;
  width: 61px;
  height: 61px;
  background: url(../img/icon_goodnews.png) 0 0 no-repeat;
}

@media screen and (max-width: 480px) {
  .roho .roho-list > li:before {
    width: 40px;
    height: 40px;
    background-size: 40px;
    left: -10px;
    top: -10px;
  }
}

.roho .roho-list > li b {
  font-size: 32px;
  color: #d90000;
}

@media screen and (max-width: 480px) {
  .roho .roho-list > li b {
    font-size: 16px;
  }
}

.roho .etc {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  text-shadow: 2px 2px 4px #fff,-2px 2px 4px #fff,2px -2px 4px #fff,-2px -2px 4px #fff;
  background: url(../img/photo_bg.png) center center no-repeat;
}

@media screen and (max-width: 480px) {
  .roho .etc {
    font-size: 20px;
    line-height: 32px;
    background-size: 90%;
    margin: 0 10px;
  }
}

.roho .etc b {
  color: #d90000;
}

.roho .etc i {
  font-style: normal;
  color: #ff8400;
}

.hontoni .attention {
  border: 10px solid #d90000;
  padding: 30px 30px 60px;
}

@media screen and (max-width: 480px) {
  .hontoni .attention {
    padding: 20px 20px 40px;
    border-width: 4px;
  }
}

.hontoni .attention .heading {
  background-color: #d90000;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .hontoni .attention .heading {
    font-size: 24px;
    line-height: 28px;
  }
}

.hontoni .attention .heading:before, .hontoni .attention .heading:after {
  content: '';
  width: 66px;
  height: 58px;
  background: url(../img/icon_exclamation.png) 0 0 no-repeat;
  display: block;
}

@media screen and (max-width: 480px) {
  .hontoni .attention .heading:before, .hontoni .attention .heading:after {
    width: 33px;
    height: 28px;
    background-size: 100%;
  }
}

.hontoni .attention .catch {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 40px;
}
.hontoni .attention .catch .sp{
  display: none;
}

@media screen and (max-width: 480px) {
  .hontoni .attention .catch {
    font-size: 22px;
    line-height: 32px;
  }
  .hontoni .attention .catch .sp{
    display: block;
  }
}

.hontoni .attention .catch b {
  color: #ff0000;
}

.hontoni .attention .box {
  margin-bottom: 40px;
}

.hontoni .attention .box .box-title {
  background-color: #fff480;
  border: 2px solid #fff480;
}

.hontoni .attention .box .box-title .inner {
  border: 2px solid #fff;
  padding: 26px 16px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .hontoni .attention .box .box-title .inner {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 10px;
  }
}

.hontoni .attention .box .box-text {
  background-color: #fffbcc;
  font-size: 28px;
  padding: 40px;
  line-height: 40px;
}

@media screen and (max-width: 480px) {
  .hontoni .attention .box .box-text {
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
  }
}

.hontoni .attention .box .box-text i {
  color: #d90000;
  font-style: normal;
}

.hontoni .attention .text {
  font-size: 28px;
  text-align: center;
  line-height: 40px;
}
.hontoni .attention .text .sp{
  display: none;
}

@media screen and (max-width: 480px) {
  .hontoni .attention .text {
    font-size: 16px;
    line-height: 24px;
  }
  .hontoni .attention .text .sp{
    display: block;
  }
}

.hontoni .attention .text em {
  font-size: 62px;
  display: inline-block;
  margin-top: 40px;
  font-weight: bold;
  color: #d90000;
  font-style: normal;
}

@media screen and (max-width: 480px) {
  .hontoni .attention .text em {
    font-size: 20px;
    margin-top: 20px;
  }
}

.hontoni .service {
  padding: 60px 0;
  background: url(../img/hontoni_bg.png) center 0 repeat-y;
}

.hontoni .service .text {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .hontoni .service .text {
    font-size: 16px;
    line-height: 28px;
  }
}

.hontoni .service .text b {
  color: #d90000;
}

.hontoni .service .service-list {
  list-style: none;
}

.hontoni .service .service-list > li {
  border: 5px solid #fff;
  background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB);
  padding: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  margin: 0 5px 20px;
  position: relative;
}

.hontoni .service .service-list > li:before {
  width: 87px;
  height: 85px;
  content: '';
  background: url(../img/ribbon.png);
  display: block;
  position: absolute;
  left: -7px;
  top: -5px;
}

@media screen and (max-width: 480px) {
  .hontoni .service .service-list > li:before {
    width: 43px;
    height: 42px;
    background-size: 100%;
  }
}

.hontoni .service .service-list > li .inner {
  background-color: #fff;
  padding: 28px;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .hontoni .service .service-list > li .inner {
    font-size: 16px;
    line-height: 27px;
    padding: 15px;
  }
  .hontoni .service .service-list > li .inner .pc {
    display: none;
  }
}

.hontoni .service .service-list > li .inner b {
  color: #d90000;
}

.kigyo {
  text-align: center;
  padding: 80px 0;
  background: url(../img/kigyo_bg.jpg) center bottom/cover no-repeat;
}

.kigyo .title {
  color: #ff8400;
  font-size: 54px;
  margin-bottom: 60px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .kigyo .title {
    font-size: 20px;
  }
}

.kigyo .kigyo-list {
  list-style: none;
}

.kigyo .kigyo-list > li {
  margin-bottom: 30px;
}

.kigyo .kigyo-list > li .heading {
  background-color: #ff8400;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 5px;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .kigyo .kigyo-list > li .heading {
    font-size: 16px;
  }
}

.kigyo .kigyo-list > li .heading .label {
  width: 190px;
  height: 52px;
  background: url(../img/jisseki_label.png);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .kigyo .kigyo-list > li .heading .label {
    font-size: 16px;
    width: 95px;
    height: 26px;
    background-size: 100%;
  }
}

.kigyo .kigyo-list > li .body {
  background-color: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 280px;
}

@media screen and (max-width: 480px) {
  .kigyo .kigyo-list > li .body {
    display: block;
    height: auto;
  }
}

.kigyo .kigyo-list > li .body .text {
  flex-basis: 560px;
  text-align: left;
  font-size: 28px;
  line-height: 40px;
}

@media screen and (max-width: 480px) {
  .kigyo .kigyo-list > li .body .text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
  }
}

.kigyo .kigyo-list > li .body .image {
  flex-basis: auto;
}

.kigyo .description {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  text-shadow: 2px 2px 4px #fff,-2px 2px 4px #fff,2px -2px 4px #fff,-2px -2px 4px #fff;
}
.kigyo .description .sp{
  display: none;
}

@media screen and (max-width: 480px) {
  .kigyo .description {
    font-size: 16px;
    line-height: 26px;
  }
  .kigyo .description .sp{
    display: block;
  }
}

.kigyo .description .note {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .kigyo .description .note {
    font-size: 12px;
  }
}

.voice {
  background: url(../img/voice_bg.png) center 0/cover;
  padding: 80px 0;
}

@media screen and (max-width: 480px) {
  .voice {
    padding: 40px 0;
  }
}

.voice .large-title {
  color: #ff8400;
  font-size: 62px;
  margin-bottom: 80px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .voice .large-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.voice .large-title:before, .voice .large-title:after {
  content: '―';
}

.voice ol {
  list-style: none;
}

.voice ol > li {
  background: #fff url("../img/voice_box_bg.png") center 0/100% no-repeat;
  position: relative;
  padding: 30px 20px 20px;
  margin-bottom: 80px;
}

.voice ol > li .number {
  position: absolute;
  left: 20px;
  top: -40px;
}

@media screen and (max-width: 480px) {
  .voice ol > li{
    margin-bottom: 35px;
  }
  .voice ol > li .number {
    top: -10px;
  }
  .voice ol > li .number img {
    width: 120px;
  }
}

.voice ol > li .heading {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .voice ol > li .heading {
    display: block;
  }
}

.voice ol > li .heading .title {
  padding-left: 10px;
}

@media screen and (max-width: 480px) {
  .voice ol > li .heading .title {
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.voice ol > li .heading .title .catch {
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 480px) {
  .voice ol > li .heading .title .catch {
    font-size: 16px;
    line-height: 26px;
  }
}

.voice ol > li .heading .title .name {
  margin-top: 20px;
  font-size: 24px;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .voice ol > li .heading .title .name {
    font-size: 12px;
    margin-top: 10px;
  }
}

.voice ol > li .text .pc {
  display: block;
}

.voice ol > li .text .sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .voice ol > li .text .pc {
    display: none;
  }
  .voice ol > li .text .sp {
    display: block;
  }
}

.hikaku {
  text-align: center;
  padding: 80px 0;
  background-color: #f2f2f2;
}

@media screen and (max-width: 480px) {
  .hikaku {
    padding: 40px 0;
  }
}

.hikaku .title {
  color: #ff8400;
  font-size: 54px;
  margin-bottom: 60px;
  font-weight: bold;
}

.hikaku .hikaku-list {
  list-style: none;
}

.hikaku .hikaku-list > li {
  margin-bottom: 30px;
}

.hikaku .hikaku-list > li .heading {
  background-color: #287bda;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 5px;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .hikaku .hikaku-list > li .heading {
    font-size: 14px;
  }
}

.hikaku .hikaku-list > li .heading .label {
  width: 145px;
  height: 52px;
  background: url(../img/hikaku_label.png);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .hikaku .hikaku-list > li .heading .label {
    font-size: 12px;
    width: 72px;
    height: 26px;
    background-size: 100%;
  }
}

.hikaku .text {
  font-size: 28px;
  text-align: left;
  line-height: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .hikaku .text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}

.hikaku .text em {
  font-size: 32px;
  font-style: normal;
  color: #d90000;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .hikaku .text em {
    font-size: 17px;
  }
}

.hikaku .text i {
  font-style: normal;
  text-decoration: underline;
}

.hikaku .box {
  margin-bottom: 40px;
}

.hikaku .box .box-heading {
  background-color: #ff8400;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 32px;
  padding: 10px 30px;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .hikaku .box .box-heading {
    font-size: 16px;
  }
}

.hikaku .box .box-heading b {
  color: #fffb80;
}

.hikaku .box .box-body {
  font-size: 28px;
  line-height: 40px;
  background-color: #fff;
  text-align: left;
  padding: 30px;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 480px) {
  .hikaku .box .box-body {
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
  }
}

.hikaku .box .box-body b {
  color: #ff4c4c;
}

.hikaku .note {
  font-size: 28px;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .hikaku .note {
    font-size: 12px;
    line-height: 18px;
  }
}

.staff {
  padding: 80px 0;
}

@media screen and (max-width: 480px) {
  .staff {
    padding: 40px 0;
  }
}

.staff .staff-list > li {
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .staff .staff-list > li {
    display: block;
    padding: 0 10px;
  }
}

.staff .staff-list > li .image {
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  .staff .staff-list > li .image {
    margin: 0;
  }
}

.staff .staff-list > li .image img {
  margin-top: -20px;
}

@media screen and (max-width: 480px) {
  .staff .staff-list > li .image img {
    margin: 0;
  }
}

.staff .staff-list > li .content {
  font-size: 20px;
  line-height: 36px;
  width: 80%;
}

@media screen and (max-width: 480px) {
  .staff .staff-list > li .content {
    font-size: 16px;
    line-height: 23px;
    width: 100%;
  }
}

.staff .staff-list > li .content .name {
  margin-bottom: 10px;
  font-weight: bold;
}

.message {
  background: url(../img/voice_bg.png) center 0/cover no-repeat;
  padding: 40px 0;
}

.message .pc {
  display: block;
}

@media screen and (max-width: 480px) {
  .message .pc {
    display: none;
  }
}

.message .sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .message .sp {
    display: block;
  }
}

.driver {
  background-color: #faf4ed;
  padding: 60px 0;
}

@media screen and (max-width: 480px) {
  .driver {
    padding: 40px 0;
  }
}

.driver .driver-list {
  list-style: none;
}

.driver .driver-list > li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 36px;
}

@media screen and (max-width: 480px) {
  .driver .driver-list > li {
    line-height: 20px;
  }
}

.driver .driver-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.driver .driver-list > li .heading {
  display: flex;
}

@media screen and (max-width: 480px) {
  .driver .driver-list > li .heading {
    display: block;
  }
  .driver .driver-list > li .heading .image {
    text-align: center;
  }
}

.driver .driver-list > li .heading .content {
  padding-top: 10px;
}

.driver .driver-list > li .heading .content .name {
  font-weight: bold;
  font-size: 28px;
}

@media screen and (max-width: 480px) {
  .driver .driver-list > li .heading .content{
    padding-bottom: 10px;
  }

  .driver .driver-list > li .heading .content .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.driver .driver-list > li .heading .content .data {
  font-size: 24px;
}

@media screen and (max-width: 480px) {
  .driver .driver-list > li .heading .content .data {
    font-size: 14px;
  }
}

.driver .driver-list > li .description {
  font-size: 24px;
}

@media screen and (max-width: 480px) {
  .driver .driver-list > li .description {
    font-size: 14px;
  }
}

.company {
  padding: 60px 0;
}

@media screen and (max-width: 480px) {
  .company {
    padding: 40px 0;
  }
}

.company .title {
  font-size: 48px;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .company .title {
    font-size: 20px;
  }
}

.company .company-list {
  border-top: 5px solid #ff8400;
  border-bottom: 5px solid #ff8400;
}

.company .company-list > li {
  display: flex;
  border-bottom: 2px solid #f0d9c0;
  font-size: 28px;
  line-height: 40px;
}

@media screen and (max-width: 480px) {
  .company .company-list > li {
    display: block;
    font-size: 14px;
    line-height: 24px;
  }
}

.company .company-list > li:last-child {
  border-bottom: 0;
}

.company .company-list > li .term {
  background-color: #faf4ed;
  width: 340px;
  padding: 30px 20px;
}

@media screen and (max-width: 480px) {
  .company .company-list > li .term {
    width: auto;
    padding: 15px 10px;
  }
}

.company .company-list > li .data {
  padding: 30px 20px;
}

@media screen and (max-width: 480px) {
  .company .company-list > li .data {
    padding: 15px 10px;
  }
}

.flow {
  background-color: #f0f0f0;
  padding: 60px 0;
}

@media screen and (max-width: 480px) {
  .flow {
    padding: 40px 0;
  }
}

.flow .flow-list {
  list-style: none;
}

.flow .flow-list > li {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  position: relative;
  display: flex;
  margin-bottom: 70px;
}

@media screen and (max-width: 480px) {
  .flow .flow-list > li {
    display: block;
    margin-bottom: 40px;
  }
}

.flow .flow-list > li:after {
  content: '';
  width: 105px;
  height: 60px;
  display: block;
  position: absolute;
  top: 100%;
  right: 40px;
  background: url(../img/arrow.png) center bottom no-repeat;
}

@media screen and (max-width: 480px) {
  .flow .flow-list > li:after {
    right: 20px;
    width: 50px;
    height: 30px;
    background-size: 100%;
  }
}

.flow .flow-list > li:last-child:after {
  content: none;
}

.flow .flow-list > li .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  text-align: center;
  flex-basis: 120px;
  flex: none;
  background-color: #ff8400;
  position: relative;
}

@media screen and (max-width: 480px) {
  .flow .flow-list > li .number {
    width: 80px;
    height: 40px;
  }
  .flow .flow-list > li .number img {
    width: 40px;
  }
}

.flow .flow-list > li .number:after {
  content: '';
  display: block;
  width: calc(100% + 2px);
  border-right: 2px solid #cc6900;
  height: 10px;
  background-color: #ff8400;
  position: absolute;
  top: 100%;
  left: 0;
}

@media screen and (max-width: 480px) {
  .flow .flow-list > li .number:after {
    bottom: 100%;
    top: auto;
  }
}

.flow .flow-list > li .title {
  padding: 30px 40px;
  font-size: 36px;
  font-weight: bold;
  flex: auto;
}

@media screen and (max-width: 480px) {
  .flow .flow-list > li .title {
    padding: 15px 10px;
    font-size: 14px;
  }
}

.form {
  padding: 60px 0;
}

.form .text {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .form .text {
    font-size: 14px;
    line-height: 24px;
  }
}

.form .text em {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  color: #d90000;
  font-weight: bold;
  font-style: normal;
}

.form .text i {
  color: #00b521;
  font-weight: bold;
  font-style: normal;
}

.form .text b {
  color: #d90000;
}

.form form .form-list {
  border: 1px solid #ddd;
  margin-bottom: 40px;
}

.form form .form-list > li {
  display: flex;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
  .form form .form-list > li {
    display: block;
  }
}

.form form .form-list > li:last-child {
  border-bottom: 0;
}

.form form .form-list > li .term {
  background-color: #00a91b;
  width: 280px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  flex: none;
}

@media screen and (max-width: 480px) {
  .form form .form-list > li .term {
    font-size: 16px;
    width: auto;
  }
}

.form form .form-list > li .term:before {
  content: '任意';
  background-color: #5a5a5a;
  font-size: 14px;
  padding: 4px 10px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .form form .form-list > li .term:before {
    font-size: 12px;
    padding: 2px 5px;
  }
}

.form form .form-list > li.require .term:before {
  content: '必須';
  background-color: #cd3131;
}

.form form .form-list > li .data {
  padding: 20px;
  display: block;
  vertical-align: middle;
  flex: auto;
  align-items: center;
}

.form form .form-list > li .data select{
    font-size: 15px;
    height: 3.4rem;
    width: 100%;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.form form .form-list > li .data input {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 22px;
  padding: 18px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .form form .form-list > li .data input {
    font-size: 16px;
    padding: 9px;
  }
}

.form form .form-list > li .data label {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #cd4242;
    font-weight: 700;
}

@media screen and (max-width: 480px){
  #form td label {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #cd4242;
    font-weight: 700;
  }
}

.form form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.faq {
  padding: 60px 0;
}

@media screen and (max-width: 480px) {
  .faq {
    padding: 40px 0 0;
  }
}

.faq .faq-list {
  list-style: none;
}

.faq .faq-list > li {
  margin-bottom: 40px;
}

.faq .faq-list > li .q {
  display: flex;
  border-bottom: 2px solid #ff8400;
  font-size: 32px;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 70px;
  position: relative;
  line-height: 50px;
}

@media screen and (max-width: 480px) {
  .faq .faq-list > li {
    margin-bottom: 20px;
  }
  .faq .faq-list > li .q {
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
}

.faq .faq-list > li .q:before {
  margin-right: 20px;
  font-weight: bold;
  content: 'Q';
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  font-size: 32px;
  color: #fff;
  background-color: #ff8400;
  bottom: 0;
}

@media screen and (max-width: 480px) {
  .faq .faq-list > li .q:before {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

.faq .faq-list > li .a {
  font-size: 28px;
  padding-left: 70px;
  position: relative;
  line-height: 50px;
}

@media screen and (max-width: 480px) {
  .faq .faq-list > li .a {
    font-size: 14px;
    line-height: 23px;
    padding-left: 30px;
  }
}

.faq .faq-list > li .a:before {
  content: 'A';
  display: flex;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #ff8400;
}

@media screen and (max-width: 480px) {
  .faq .faq-list > li .a:before {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

footer {
  background-color: #f2f2f2;
  padding: 40px 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 480px) {
  footer {
    font-size: 12px;
    padding: 20px 0;
  }
}
